@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hurricane&display=swap');

body,table,tr,th,td,ul,ol,dl,dt,dd,img,a,form,h1,h2,h3,h4,h5,hr{
	padding:0;
	margin: 0;
	border:0;
	font-style: normal;
	font-family: 'Inter',"Yu gothic",arial,meiryo, sans-serif;
}

ul{list-style-type:none;}

p{
	line-height: 2rem;
	font-size:14px;
}

img{
	width: 100%;
	height: 100%;
	display: block;
}

/* margin */
.mb1{
	margin-bottom:1rem;
}

.mb2{
	margin-bottom:2rem!important;
}

.mt1{
	margin-top: 1rem;
}

.mt2{
	margin-top: 2rem;
}

.mtb6{
	margin: 6rem 0;
}


/* padding */

.pt1{
	padding-top:1rem;
}
.pt2{
	padding-top:2rem;
}
.pt6{
	padding-top:6rem;
}
.pb1{
	padding-bottom:1rem;
}
.pb2{
	padding-bottom:2rem;
}
.pr1{
	padding-right: 1rem;
}
.pl1{
	padding-left: 1rem;
}

.pt10{
	padding-top: 10rem;
}

/* body */
body{
	line-height: 1.8;
	color:#393939;
	font-size:14px;
	line-height:140%;
	margin: 0;
	padding: 0;
	background-color: #f7fcfe;
}

a{
	color:#393939;
	text-decoration:none;
}
a:hover{text-decoration:none;}

.text_center{
	text-align: center;
}

.text_left{
	text-align: left!important;
}

.center{
	margin: auto;
}

.bb{
	font-size: 1.2rem;
    font-weight: bold;
}

.small{
	font-size: 0.8rem;
	font-weight: normal;
}

.bold{
	font-weight: 600;
}

.under {
    border-bottom: solid 4px #EEE8A9;
}

.accent{
	color: #EEE8A9!important;
}

.fff{
	color: #fff!important;
}

.sp_on{
	display: none;
}

.sp_off{
	display: block;
}

ul.disc{
	list-style-position: outside;
	padding-left: 2rem;
	box-sizing: border-box;
}

ul.disc li{
	list-style-type: disc;
	line-height: 2rem;
}
.modal-window ul.disc{
	display: flex;
    flex-wrap: wrap;
	list-style-position: outside;
	padding-left: 2rem;
}

/* wrapper */
#wrapper{
	display:block;
	height:auto;
}

#wrapper.fixed {
    position: fixed;
    position: -webkit-fixed;
}

/* header */
#header{
	position:fixed;
	z-index: 7;
	width:100%;
	transition: .5s;
}

.site-header.hide{
    transform: translateY(-100%);
}

.site-header.header-bg{
	background: rgba(255,255,255,0.7);
}

ul.head_nav{
	padding: 0 6rem;
	overflow: hidden;
	display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    height: 80px;
}

.reserve{
	background: #EEE8A9!important;
}

ul.head_nav li{
	display: flex;
    justify-content: center;
    text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
}

ul.head_nav li.has-child ul{
  position: absolute;
  top:80px;
  z-index: 4;
  background:rgba(255,255,255,0.7);
  width:200px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

ul.head_nav li.has-child:hover > a{
	text-decoration: underline 4px #00afcc;
	transition: .3s;
}

ul.head_nav li.has-child:hover > ul,
ul.head_nav li.has-child ul li:hover > ul,
ul.head_nav li.has-child:active > ul,
ul.head_nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
/*   padding: 10px 0; */
}

/* ul.head_nav li.has-child ul:before { */
/*     position: absolute; */
/*     left: 40%; */
/*     top: -18px; */
/*     bottom: -55px; */
/*     transform: rotateX(-115deg); */
/*     content: ''; */
/*     display: block; */
/*     width: 0; */
/*     height: 0; */
/*     border-style: solid; */
/*     border-width: 25px 20px 0 20px; */
/*     border-color: rgba(57,57,57,0.6) transparent transparent transparent; */
/* } */

ul.head_nav li.has-child ul li a{
	padding: 10px 0;
	display: block;
    width: 100%;
}

ul.head_nav li.has-child ul li:hover{
	background: #00afcc;
}

ul.head_nav li.has-child ul li:hover a{
	color: #ffffff;
}

.insta :before{
	content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../web/images/insta.png)no-repeat;
    background-size: contain;
    margin-left: 10px;
}

.sns{
	width: 45px;
	display: flex;
}

.sns a{
	display: contents;
}

.sns a img{
	margin-right: 20px;
}

ul.head_nav li a{
	font-weight: bold;
	padding: 2rem 1.5rem;
}


.logo {
    padding-left: 3rem;
    max-width: 7.5rem;
    position: absolute;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo img,.logo svg{
	width: 45px;
}

.campaign{
	position: relative;
}

.campaign img{
		position: absolute;
	    top: 135px;
	    right: 0;
	    z-index: 99;
	    width: 70px;
	    height: auto;
}


/*---- nav ----*/
.menu{
    display: flex;
    justify-content: flex-end;
    align-content: center;
}

.menu a{
    position: fixed;
    height: 20px;
    width: 35px;
    top: 25px;
    right: 3rem;
    z-index: 9;
}

.menu_txt{
	padding-top: 20px;
    position: absolute;
}

@media screen and (max-width: 1200px){
	.menu{
		display: block;
	}
	nav{
		display: none;
	}
}

.menu__line{
    background: #393939;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}


.gnav{
    background: #f7fcfe;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 8;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    overflow-y: scroll;
}

.gnav__left{
	width: 80%;
	height: 100%;
}

.gnav__left .bgimg{
	width: auto;
	height: 100vh;
    object-fit: cover;
    position: relative;
}

.gnav__left .bgimg img{
	margin: 0;
	object-fit: cover;
}

.gnav__left .gnav__left__logo{
	position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
}

.gnav__left .gnav__left__logo .logoimg{
    display: flex;
	align-items: center;
    justify-content: center;
    width: 100%;
}

.gnav__left .logoimg img{
	width: 60%;
	margin: auto;
}

.gnav__menu{
	display: flex;
	padding: 4rem 0 4rem 4rem;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.gnav__menu img{
	width: 150px;
    margin: 2rem auto;
}

.gnav__menu ul{
	min-width: 50%;
    margin: 1rem 0;
    padding-right: 1rem;
    box-sizing: border-box;
}

.gnav__menu__item + .gnav__menu__item{
    margin-top: 1.5rem;
}

.gnav__menu__item a{
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 2rem;
    text-decoration: none;
    transition: .5s;
    position: relative;
}
.gnav__menu__item__etc a{
    font-size: 1rem;
    font-weight: 500;
    line-height: 2rem;
    text-decoration: none;
    transition: .5s;
    position: relative;
}

.gnav__menu__item .gnav_child a{
    font-weight: normal;
}

.gnav__menu__item a:hover{
    color: #666666;
}
.gnav_child{
	flex-wrap: wrap;
    display: flex;
    width: 100%;
    font-size: 0.7rem;
}

.gnav_child li{
	padding: 0.5rem 0;
	width: 50%;
}

#footer{
	position: relative;
	padding: 5rem 3rem 3rem 3rem;
/* 	background: #00afcc; */
/* 	color: #ffffff; */
}

.footer_logo{
	height: 100px;
	width: auto;
}

#footer ul li{
	line-height: 2rem;
    padding: 0.5rem 2rem;
    vertical-align: -webkit-baseline-middle;
}

ul.footer_list{
	font-weight: bold;
}

#footer ul.footer_list li:first-child::after {
    position: relative;
    top: -2px;
    right: 64px;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 100%;
    background: #00afcc;
}

#footer ul.footer_list li::after {
  position: relative;
  top: -2px;
  right: 50px;
  display: inline-block;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 100%;
  background: #00afcc;
}

#footer ul.footer_list li a{
/* 	color: #ffffff; */
	padding: 0.5rem;
	font-weight: bold;
}


.footer_text{
	display: flex;
	justify-content: space-around;
}

.bnr{
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    background: url(../images/cv_img.jpg);
    background-size: cover;
}

.bnr_itm{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #246;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.bnr_itm:hover{
	background: rgba(34,68,102,0.8);
}

.bnr_itm a{
	padding: 6rem;
    width: 100%;
    color: #ffffff;
}

.bnr_itm p{
	font-size: 1.2rem;
    text-align: center;
	margin: 0;
    font-weight: bold;
}

.bnr_inn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-flow: column;
    z-index: 1;
    min-width: 250px;
    padding: 1rem;
}

.cv_btn{
    width: 50%;
    height: 300px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(57,57,57,0.6);
}

.cv_btn p{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 90px;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding: 0.5rem 2rem;
  z-index:99;
  color:#ffffff;
  font-weight:bold;
	text-align:center;
	border: 2px solid #ffffff;
    transition: 0.5s;
}

.cv_btn a:hover p{
	padding: 1.5rem 3rem;
    transition: 0.5s;
}

.button_top{
	border: 1px solid #dddddd;
    background: none;
    padding: 0.6rem;
    color: #dddddd;
    cursor: pointer;
}

.hp::after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/window_b.svg)no-repeat;
	background-size: contain;
	margin: 0 5px;

}

.btn-13:hover .hp::after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/window_w.svg)no-repeat;
	background-size: contain;
	margin: 0 5px;
	transition-duration: 0.4s;

}

.pdf::after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/i_pdf_b.svg)no-repeat;
	background-size: contain;
	margin-left: 10px;
	vertical-align: text-top;

}

.img_scale{
	overflow: hidden;
	position: relative;
}

.img_scale img {
    transition-duration: 0.5s;
}

.img_scale:hover img {
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.reverse{
	display: flex;
    flex-flow: wrap;
}


.top_content_text{
	z-index: 1;
	position: absolute;
    top: 40vh;
    width: 100%;
    text-align: center;
}

.block , .block2 , .block3{
	position: relative;
	padding: 3rem 0;
}

.block::before {
    position: absolute;
    top: 20%;
    left: 0;
    width: 80%;
    height: 60%;
	background: #ffffff;
    content: '';
}

.block2::before {
    position: absolute;
    top: 5%;
    right: 0;
    width: 65%;
    height: 60%;
    background: #ffffff;
    content: '';
}

.block3::before {
    position: absolute;
    top: 32%;
    left: 0;
    width: 80%;
    height: 60%;
    background: #ffffff;
    content: '';
}

/*---- parallax ----*/
.para{
	position: relative;
	display: flex;
    align-items: center;
}

.para_ttl{
	position: absolute;
	width: 100%;
	z-index: 2;
}

.para_ttl .btn{
	margin: 1rem auto;
}

.para_break{
	padding: 10rem 0;
}

.para_break .simpleParallax{
	min-height: 240px;
}

img.parallax{
	height: auto;
}

.top_section1 , .top_section2{
	display: flex;
	align-items: center;
}

.top_section1_right{
	width: 100%;
    display: flex;
    justify-content: start;
    position: relative;
    overflow: hidden;
}

.top_section2_left{
	width: 100%;
    display: flex;
    justify-content: end;
    position: relative;
    overflow: hidden;
}

.top_section1_right img , .top_section2_left img{
	height: 100%;
	width: 100%;
    object-fit: cover;
}

.top_section1_left , .top_section2_right{
	padding: 0 6rem;
	z-index: 1;
	width: 50%;
}

.pg{
	margin-left: 9%;
    width: 20%;
}

.pg2{
	margin-left: 40%;
    width: 50%;
}

.pg2 img{
	margin-top: -10%;
}

.pg3{
    width: 68%;
}

.pg4{
    position: absolute;
    width: 25%;
    right: 0;
    top: 10%;
}

.pg5{
    width: 30%;
}

.pg6{
	position: absolute;
	max-width: 62%;
	right: 0;
	top: 10%;
}

.title{
	font-size: 2rem;
	line-height: 3rem;
	font-weight: bold;
	display: flex;
	overflow: hidden;
	justify-content: center;
}

.title span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.title.-visible span {
  transform: translate(0, 0);
  transition-delay: 2.5s;
}

.title span:nth-child(2) {
  transition-delay: 2.56s;
}
.title span:nth-child(3) {
  transition-delay: 2.62s;
}
.title span:nth-child(4) {
  transition-delay: 2.68s;
}
.title span:nth-child(5) {
  transition-delay: 2.74s;
}
.title span:nth-child(6) {
  transition-delay: 2.80s;
}
.title span:nth-child(7) {
  transition-delay: 2.86s;
}
.title span:nth-child(8) {
  transition-delay: 2.92s;
}
.title span:nth-child(9) {
  transition-delay: 2.98s;
}
.title span:nth-child(10) {
  transition-delay: 3.04s;
}
.title span:nth-child(11) {
  transition-delay: 3.10s;
}
.title span:nth-child(12) {
  transition-delay: 3.16s;
}
.title span:nth-child(13) {
  transition-delay: 3.22s;
}
.title span:nth-child(14) {
  transition-delay: 3.28s;
}
.title span:nth-child(15) {
  transition-delay: 3.34s;
}

.subtitle{
	overflow: hidden;
	color: #ffffff;
}

.subtitle span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.subtitle.-visible span {
  transform: translate(0, 0);
  transition-delay: 4s;
}

.headline{
	font-size: 2rem;
	line-height: 3rem;
	font-weight: bold;
	overflow: hidden;
}

.sentence{
	padding: 2rem
}

.top_content_text .title{
	font-size: 6rem;
	color: #fff;
	padding: 0 3rem;
	margin: 1rem;
	font-weight: bold;
	font-family: 'Hurricane', cursive;
	line-height: 5rem;
	justify-content: center;
}

.top_content_text p{
	color: #fff;
	padding: 0 3rem;
}

.top_content img{
	object-fit: cover;
	height: 100%;
}

.link-btn{
	display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}

/* 14 */
.custom-btn {
  font-size:18px;
  min-width: 175px;
  color: #fff;
  border-radius: 5px;
  padding: 20px 30px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}

.btn-14 {
  background: #00afcc;
  border: none;
  z-index: 1;
  padding: 20px 80px 20px;
}

.btn-13 {
  background: #EEE8A9;
  color: #393939;
  border: none;
  z-index: 1;
}

.in_section2_right .btn-14 {
  float: right;
}

.btn-13:after ,.btn-14:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #dddddd;
  transition: all 0.3s ease;
}

.btn-13:hover{
  color: #ffffff;
}

.btn-14:hover {
  color: #393939;
}

.btn-13:hover:after , .btn-14:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.btn-13:active , .btn-14:active {
  top: 2px;
}

.intro_section{
	max-width: 680px;
    margin: auto;
    position: relative;
    line-height: 2rem;
    padding: 6rem 0 6rem 0;
}

.intro_section h1{
	font-weight: 600;
    text-align: center;
    line-height: 3rem;
    margin: 2rem;
}

.intro_section p{
	line-height: 2rem
}

.top_title{
	font-size: 3rem;
	font-weight: bold;
	line-height: 3.5rem;
	margin-top: 0px;
	overflow: hidden;
	display: flex;
}

.top_title.fadein span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.top_title.fadein.active span {
  transform: translate(0, 0);
  transition-delay: 0.2s;
}

.top_title.fadein span:nth-child(2) {
  transition-delay: 0.26s;
}
.top_title.fadein span:nth-child(3) {
  transition-delay: 0.32s;
}
.top_title.fadein span:nth-child(4) {
  transition-delay: 0.38s;
}
.top_title.fadein span:nth-child(5) {
  transition-delay: 0.44s;
}
.top_title.fadein span:nth-child(6) {
  transition-delay: 0.50s;
}
.top_title.fadein span:nth-child(7) {
  transition-delay: 0.56s;
}
.top_title.fadein span:nth-child(8) {
  transition-delay: 0.62s;
}
.top_title.fadein span:nth-child(9) {
  transition-delay: 0.68s;
}
.top_title.fadein span:nth-child(10) {
  transition-delay: 0.74s;
}
.top_title.fadein span:nth-child(11) {
  transition-delay: 0.80s;
}
.top_title.fadein span:nth-child(12) {
  transition-delay: 0.86s;
}
.top_title.fadein span:nth-child(13) {
  transition-delay: 0.92s;
}
.top_title.fadein span:nth-child(14) {
  transition-delay: 0.98s;
}
.top_title.fadein span:nth-child(15) {
  transition-delay: 1.04s;
}
.top_title.fadein span:nth-child(16) {
  transition-delay: 1.1s;
}

.h1_title{
	color: #3f3f3f;
    text-align: center;
    font-size: calc(120% + 0.8vw);
    padding-top: 40px;
    font-family:'Inter',"dnp-shuei-gothic-gin-std","Yu gothic",arial,meiryo,"ms pgothic",sans-serif;
    font-weight: normal;
}

.h1_title_sub {
    font-family: 'Hurricane', cursive;
    padding-bottom: 10px;
    font-size: 2rem;
    text-align: center;
}

h2{
	font-weight: bold;
    font-size: 1.5rem;
    line-height: 3rem;
    margin: 1.5rem 0;
}

h2 .title{
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 0px;
}

.scrolldown1{
  position:absolute;
  left:50%;
  bottom:0;
    /*全体の高さ*/
  height:100px;
  opacity: 0;
}


.scrolldown1.-visible{
  transition-timing-function : ease-in;
  transition-delay: 4.8s;
  opacity: 1;
  z-index: 2;
}


.scrolldown2{
  position:absolute;
  right:15px;
  top:70vh;
  height:100px;
  z-index: 10;
  display: none;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
  position: absolute;
  left:-15px;
  top: -15px;
  letter-spacing: 0.05em;
}

.scrolldown2 span{
	position: absolute;
	left:-10px;
	top: -45px;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	-webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}



.scrolldown1::after ,.scrolldown2::after{
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100px;
  background: #393939;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:50px;
    opacity: 1;
  }
  100%{
    height:0;
    top:100px;
    opacity: 0;
  }
}

#content_top{
    position: relative;
    padding: 5rem 3rem;
}

#content_top .simpleParallax{
	height: 85vh;
}

#content_top .inner{
	position:fixed;
	z-index:-1;
}

#content_top img{
	width: 100%;
	height: 85vh;
    object-fit: cover;
    position: relative;
}

#container{
	background: #fafafa;
    position: relative;
    padding-bottom: 6rem;
    overflow: hidden;
}

.content{
	clear: both;
    overflow: hidden;
    position: relative;
    max-width: 1200px;
    margin: 0 auto 10rem;
}

.ttl{
	position: absolute;
    bottom: 100px;
    font-size: 6rem;
    line-height: 4rem;
    font-weight: bold;
    padding: 2rem 0 2rem 3rem;
    color: #ffffff;
    box-sizing: border-box;
    text-shadow: 3px 1px 5px rgb(0 0 0 / 10%);
}

.column_block{
	margin: 6rem;
}

.column2_block_flex{
	margin-left: -4rem;
	display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    padding: 4rem 0;
    align-items: center;
}

.column2_block_flex_start{
	margin-left: -4rem;
	display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    padding: 4rem 0;
    align-items: start;
}


.column2{
	width: calc(100%/2 - 4rem);
	margin-left: 4rem;
	margin-bottom: 1rem;
	opacity: 0;
    transition: 2s;
}

.column2 img{
	height: auto;
}

.column3_block_flex{
	margin-left: -2rem;
	display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    padding: 4rem 0;
}

.column_p + .column3_block_flex{
    padding: 1.5rem 0 4rem 0;
}

.column3{
	width: calc(100%/3 - 2rem);
	margin-left: 2rem;
	margin-bottom: 1rem;
	opacity: 0;
    transition: 2s;
}

.column3 img{
	height: auto;
}

.column_p{
	opacity: 0;
	transition: 2s;
}

.columnlist_block{
	display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    padding: 6rem 0;
    align-items: center;
}

.columnlist_img{
	width: 65%;
}

.columnlist_text{
	width: calc(35% + 4rem);
    margin-left: -4rem;
    z-index: 2;
    background: #fff;
    padding:2rem 3rem 4rem;
    box-sizing: border-box;
}

.reverse .columnlist_text{
	width: calc(35% + 4rem);
    margin: 0 -4rem 0 0;
    z-index: 2;
    background: #fff;
    padding: 0 2rem 2rem;
    box-sizing: border-box;
}


.box{
	padding: 2rem;
    margin-top: 10rem;
    background: #ffffff;
    border-radius: 100px 0 0 0;
    position: relative;
}

.box2{
	padding: 2rem 0 0 2rem;
    margin-top: 10rem;
    position: relative;
}

.set{
	margin: 6rem 0;
	position: relative;
}

.set_content{
	display: flex;
    box-sizing: border-box;
        padding: 6rem 2rem;
    background: #ffffff;
}

.set .headline{
	text-align: center;
}

.set_ttl {
    position: absolute;
    top: -50px;
    font-size: 5rem;
    line-height: 6rem;
/*     width: calc(100% - 4rem); */
/*     display: flex; */
/*     justify-content: center; */
}

.amenity{
	-webkit-column-count: 3;
	column-count: 3;
}

 ul.amenity li{
	padding: 10px;
}

.icon_banner{
	position: absolute;
    z-index: 5;
    right: 10px;
    width: 120px;
    height: 120px;
    top: 5%;
}

.fee , .form{
	padding: 6rem 0;
	max-width: 700px;
    margin: auto;
}

.fee table , .form table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.fee table th , .fee table td{
  text-align: center;
  padding: 1rem;
  width: 50%;
  line-height: 2rem;
}

.form .table_block{
	padding: 2rem 0;
}

.form .td{
	width: 100%;
}


.form th , .form td{
	padding: 1rem 0;
}

.activity table td{
  text-align: start;
  padding: 1rem;
  width: 50%;
  line-height: 2rem;
}

.fee table tr + tr {
  border-top:solid 1px #EEE8A9;
}

.table{
	padding: 6rem 10rem;
}

.table_block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.table_block + .table_block{
	border-top: 1px solid #dddddd;
}

.table_block .th{
	width: 25%;
}

.table_block ul.disc{
	margin: 2rem 0;
	width: 75%;
}

/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 75%;
  background-color: #f7fcfe;
  border-radius: 5px;
  z-index: 11;
  padding: 5rem 2rem 2rem 2rem;
  box-sizing: border-box;
  overflow-y: scroll;
}
/* 閉じるボタン */
.button-close {
  position: absolute;
  top: 2rem;
  right: 1rem;
  padding: 1em;
  color: #393939;
  border-radius: 10px;
  cursor: pointer;
}
.button-close::before, .button-close::after{
    content: "";
    display: block;
    width: 100%;/*バツ線の長さ*/
    height: 4px;/*バツ線の太さ*/
    background: #393939;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
}

.button-close::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}
/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}


.googlemap-bw{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 30%;
}

.googlemap-bw iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(30%);
}

@media screen and (max-width: 767px){
	.googlemap {
		width: 100%;
	    position: relative;
	    height: auto;
	    padding-top: 30%;
	    padding-right: 2em;
	    margin-bottom: 2em;
	}
	.googlemap a{
		display: none;
	}
}

/* copyright */
.copyright{
	font-size: 12px;
	margin: 0 auto;
    text-align: center;
}


/* scroll-top */
#scroll-top{
	position:fixed;
	z-index:5;
	right: 1.5rem;
	bottom: 1.5rem;
}

#scroll-top a{
	display:block;
}

.fuwatAnime {
	 -webkit-animation-fill-mode:both;
	 -ms-animation-fill-mode:both;
	 animation-fill-mode:both;
	 -webkit-animation-duration:1s;
	 -ms-animation-duration:1s;
	 animation-duration:1s;
	 -webkit-animation-name: fuwatAnime;
	 -ms-animation-name: fuwatAnime;
	 animation-name: fuwatAnime;
	 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fuwatAnime2 {
	 -webkit-animation-fill-mode:both;
	 -ms-animation-fill-mode:both;
	 animation-fill-mode:both;
	 -webkit-animation-duration:1.4s;
	 -ms-animation-duration:1.4s;
	 animation-duration:1.4s;
	 -webkit-animation-name: fuwatAnime;
	 -ms-animation-name: fuwatAnime;
	 animation-name: fuwatAnime;
	 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(35px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(35px); -ms-transform: translateY(35px); transform: translateY(35px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadein{
    opacity: 1;
}

#loading{
	width:100%;
	height:100%;
	background-color:#ffffff;
	position:fixed;
	z-index: 990;
  opacity: 1;
  visibility: visible;
}

.loadingLogo{
/* 	position:absolute; */
/* 	top:50%; */
/* 	left:50%; */
/* 	transform:translate(-50%,-50%); */
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
	opacity: 0;
	visibility: hidden;
}

.loadingLogo img{
	height: 35vh;
}

#loading.is-active {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s ease;
}

.loadingLogo.is-active {
  opacity: 1;
  visibility: visible;
}

.accordion {
	margin: auto;
}
.toggle {
	display: none;
}
.option {
	position: relative;
	margin: 1.5em 0;
}
.accordion-title,.accordion-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.accordion-title {
	padding: 1em;
	display: block;
	color: #ffffff;
    font-weight: bold;
    background: #00afcc;
}

.faq{
	width: 60%;
}

.faq > .accordion + .accordion{
	border-top: 1px solid #00afcc;
}

.faq .accordion-title {
	padding: 1em;
	display: block;
	color: #393939;
    font-weight: bold;
    background: transparent;
}

.faq .accordion-title::after,
.faq .accordion-title::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	width: 2px;
	height: 0.85em;
	background-color: #393939;
	transition: all 0.3s;
}

.accordion-title::after,.accordion-title::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	width: 2px;
	height: 0.75em;
	background-color: #ffffff;
	transition: all 0.3s;
}
.accordion-title::after {
	transform: rotate(90deg);
}
.accordion-content {
	max-height: 0;
	overflow: hidden;
}
.accordion-content p {
	margin: 0;
	padding: 0.5em 1em 1em;
	line-height: 2;
}
.toggle:checked + .accordion-title + .accordion-content {
	max-height: 850px;
	transition: all 1.5s;
}
.toggle:checked + .accordion-title::before {
	transform: rotate(90deg) !important;
}

.accordion-content table{
	border: 1px solid #ccc;
    padding: 1rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
    background: #fff;
    width: 100%;
}

.accordion-content tr{
	line-height: 2rem;
	padding: 10px;
}

.accordion-content tr th,.accordion-content tr td{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px;
}

.accordion-content tr th:first-child,.accordion-content tr td:first-child{
	border-left: none;
}

.accordion-content tr:last-child td{
	border-bottom: none;
}

.auto-slider{
	position: relative;
    margin: auto;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto!important;
    padding-bottom: 1rem;
}

.auto-slider .slick-slide img{
	display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.pannellum-wrap {
  position: relative;
  max-width: 100%;
  padding-top: 60%;
}

.pannellum-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.viewbox{
	display: flex;
	margin: 0 0 2rem 0;
}

.view{
	width: 70%;
}

.viewbox .photo{

	padding-left: 2rem;
}

.l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 4rem;
}

.sec_ttl {
    font-size: 5rem;
    line-height: 5rem;
    max-width: 1200px;
    margin: auto;
    justify-content: start;
}

input[type="text"], input[type="number"], input[type="tel"], input[type="email"],textarea{
    padding: 1rem;
    box-sizing: border-box;
    margin: 0.5rem 0;
    width:100%;
    border: 1px solid #dddddd;
}

input[type="submit"]{
	background: #EEE8A9;
    padding: 2rem 4rem;
    border: none;
    margin: 1rem 0;
}

input[type="submit"]:hover{
	background: #dddddd;
    color: #ffffff;
    transition: all 0.3s ease;
}

/*  .card02 { */
/*     overflow: hidden; */
/*   } */
  .card02 .swiper {
    overflow: hidden;
  }
  .card02 .swiper-controller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 3.2rem;
  }
  .card02 .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.2rem 0.8rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto 0 0;
    text-align: center;
  }
  .card02 .swiper-pagination-bullet {
    width: 1.6rem;
    height: 3px;
    cursor: pointer;
    -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
    transition: .8s cubic-bezier(.2, 1, .2, 1);
    vertical-align: top;
    background-color: #393939;
  }
  .card02 .swiper-pagination-bullet-active {
    width: 4rem;
    background-color: #00afcc;
  }
  .card02 .swiper-button-prev, .card02 .swiper-button-next {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0;
  }
  .card02 .swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
  }
/*   .card02 .swiper-button-disabled::before { */
/*     -webkit-box-shadow: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff; */
/*             box-shadow: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff; */
/*   } */
  .card02 .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .card02 .slide {
    overflow: hidden;
    width: 25rem;
/*     border-radius: 4px; */
    -webkit-box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
            box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  }
  .card02 .slide-media {
    padding-top: 62.5%;
  }
  .card02 .slide-media img {
    height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .card02 .slide-content {
    padding: 2.5rem;
  }
  .card02 .slide-date {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    display: block;
    color: #393939;
  }
  .card02 .slide-title {
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
    margin-top: 1.6rem;
  }

.swiper-wrapper {
    cursor: auto!important;
}

  @media only screen and (max-width: 599px) {
    .card02 .slide {
      width: 24rem;
    }
  }

  @media only screen and (min-width: 1025px) {
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
      transition: .8s cubic-bezier(.2, 1, .2, 1);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    .card02 .slide {
      -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
      transition: .8s cubic-bezier(.2, 1, .2, 1);
    }
    .card02 .slide img {
      -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
      transition: .8s cubic-bezier(.2, 1, .2, 1);
    }
    .card02 .slide:hover {
/*       -webkit-transform: translateY(-16px); */
/*               transform: translateY(-16px); */
      -webkit-box-shadow: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
              box-shadow: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    }
/*     .card02 .slide:hover img { */
/*       -webkit-transform: translateY(0); */
/*               transform: translateY(0); */
/*     } */
  }



@media screen and (max-width :1024px) {
	#content_top{
	    padding: 5rem 2rem;
	}
	.logo {
    	padding-left: 2rem;
	}
	.menu a{
		right: 2.2rem;
	}
	#content_top .simpleParallax {
	    height: 78vh;
	}
	.column3 {
	    width: calc(100%/3 - 2rem);
	    margin-left: 2rem;
	}
	.l-inner{
		padding: 0;
	}
	.fee{
	    padding: 4rem 0 0;
	}
	.viewbox{
		display: block;
	}
	.view{
		width: 100%;
	}
	.viewbox .photo{
		width: 100%;
		padding-left: 0;
	}
	.viewbox .photo img{
		margin: 2rem auto;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.cruising .column2_block_flex .column2 {
    	height: 400px;
	}
	.column2 img {
    	height: 100%;
	    object-fit: cover;
	    width: 100%;
	}
}


@media screen and (max-width :767px) {
	h2{
	    font-size: 1.1rem;
	    line-height: 2rem;
	    margin: 2rem 0;
    }
    .top_content_text{
    	top: 35vh;
    }

	.gnav__wrap{
		display: block;
	}
	.gnav__left{
		display: none;
	}
	.gnav__left img {
	    margin: 2rem;
	    width: 50%;
	}
	.gnav__menu{
	    width: 100%;
	    height: auto;
	    display: block;
	    padding: 2rem 2rem 4rem 2rem;
	}
	.gnav__menu > ul + ul{
		margin-top: 2rem;
	}
	.mv05 .fraction .current{
		font-size: 1.8rem;
		width: 3rem;
	}
	.mv05 .fraction{
		font-size: 1rem;
	}
	.top_content_text .title{
		font-size: 5rem;
	}
	.top_section1{
		flex-flow: column-reverse;
	}
	.top_section2{
		flex-flow: column;
	}
	.top_section1_left, .top_section2_right{
		width: 100%;
		padding: 4rem 1.5rem;
    	box-sizing: border-box;
	}
	.intro_section{
		padding: 6rem 1.5rem 2rem 1.5rem;
	}
	.para_break{
		padding: 2rem 0;
	}
	.sp_on{
		display: inherit;
	}
	.sp_off{
		display: none;
	}
	.title{
		font-size: 1.2rem;
	}
	.ttl{
	    font-size: 3rem;
	}
	.set_ttl{
	    font-size: 2.5rem;
	    line-height: 7rem;
	}
	.intro_section{
		padding: 4rem 1.5rem 0 1.5rem;
	}
	.intro_section h1 {
	    margin: 1rem;
	    font-size: 1.4rem;
	}
	.block, .block2, .block3{
		padding: 4rem 0 6rem 0;
	}
	.box {
		margin-top: 6rem;
    	padding: 1.5rem;
	}
	.column_block {
	    margin: 4rem 1.5rem
	}
	.column2_block_flex,.column3_block_flex {
    	margin-left: 0;
    	display: block;
    	padding: 2rem 0;
	}
	.column2,.column3{
		width: 100%;
		margin-left: 0;
		transition: none;
	}
	.column2 + .column2 , .column2_block_flex + .column2_block_flex,
	.column3 + .column3 , .column3_block_flex + .column3_block_flex{
		padding-top: 2rem;
	}
	.columnlist_block {
		padding: 2rem 0;
	}
	.columnlist_img{
		width: 100%;
	}
	.columnlist_text , .reverse .columnlist_text{
		width: calc(100% - 2rem);
	    margin: -2rem 0 0 2rem;
	    z-index: 2;
	    background: #fff;
	    padding: 0 2rem 2rem 2rem;
	    box-sizing: border-box;
	    z-index: 3;
	}
	.column2_block_flex_start {
		margin-left: 0;
    }
	.intro_section{
		padding: 4rem 1.5rem 0 1.5rem;
	}
	.in_section1{
		flex-flow: column-reverse;
		padding: 2rem 1.5rem;
		margin: 4rem 0 4rem auto;
	}
	.in_section2{
		flex-flow: column;
		padding: 2rem 1.5rem;
		margin: 4rem 0 4rem auto;
	}
	.in_section1_left, .in_section2_right ,.in_section1_right, .in_section2_left{
	    width: 100%;
	}
	.in_section1_right img, .in_section2_left img {
	    object-fit: cover;
	    width: 100%;
	    height: 320px;
	}
	.in_section2_right .btn-14 {
	    float: none;
	}
	.modal-window .pannellum-wrap {
	  padding-top: 40vh;
	}
	.icon_banner{
	    width: 80px;
	    height: 80px;
	    top: -5%;
	}
	.reverse{
		display: flex;
	    flex-flow: wrap-reverse;
	}
	.footer_text {
    	display: contents;
	}
	ul.footer_list li{
		border-bottom: 1px solid #dddddd;
	}
	ul.footer_list li a:before {
	    content: '.';
	    display: block;
	    height: 0;
	    overflow: hidden;
	}
	.table {
	    padding: 4rem 0;
	}
	.table_block{
		display: block;
	}
	.table_block .th , .table_block ul.disc{
		width: 100%;
	}
	.form{
	    padding: 2rem;
	    box-sizing: border-box;
	    width: 100%
	}
	.form .th{
		width: 100%
	}
	.agreement{
		padding: 0 1.5rem;
	}
}

@media screen and (max-width: 590px){
	.sp{
	display:none;
	}
	ul.head_nav{
		display: none;
	}
	.logo {
	    margin-top: 42px;
	    padding-left: 20px;
	}
}

@media screen and (max-width: 550px){
	.sp_only{
	text-align:center;
	}
	#content_top{
	    padding: 5px;
	}
	.menu a {
	    right: 1.5rem;
	}
	.top_content_text .title {
	    font-size: 3.6rem;
	    line-height: 3rem;
	}
	.ttl {
    	bottom: 5px;
    	padding: 2rem 0 2rem 1rem;
	}
	.campaign img {
    	margin-right: 5px;
	}
	.para_break .simpleParallax img{
		transform: translate3d(0px, 5px, 0px) scale(2.2)!important;
	    will-change: transform;
	}
	.bnr{
		display: block;
    	width: 100%;
	}
	.cv_btn{
		width: 100%;
    	height: 150px;
	}
	.card02 .swiper-pagination-bullet {
    width: 1.2rem;
	}
	.card02 .swiper-pagination-bullet-active {
	    width: 3rem;
	}
	.swiper-button-prev, .swiper-button-next {
	    width: 4rem;
	    height: 4rem;
	}
}

.blue {
	color:#00afcc;
}

.flex {
	display:flex;
	justify-content: center;
}

.pet_btn {
	padding:1rem 2rem;
}

.pettitle {
	font-size: 1.7rem;
  line-height: 3rem;
  font-weight: bold;
}

	.icon_banner103 {
	position: absolute;
  z-index: 5;
	right: 35px;
  width: 90px;
  height: 90px;
  top: 10.5%;
  }

  .icon_banner104 {
  position: absolute;
  z-index: 5;
  left: 24.3%;
	top: 35%;
  width: 90px;
  height: 90px;

  }

@media screen and (max-width: 767px){
	.icon_banner103 {
	width: 80px;
    height: 80px;
	top: 35.5%;
	}

	 .icon_banner104 {
	 width: 80px;
    height: 80px;
	 top:  50.4%;
	 right: 35px;
	 left: auto;
	 }

	.flex {
	display:block;
	}
	  .pettitle {
    font-size: 1.1rem;
    text-align: center;
	  }

/* .para_break .simpleParallax {
  min-height: 340px;
} */
.pet_btn {
  padding: 0 0 1rem;
}

/* img.parallax {
  height: 330px;
} */
.spdirection {
	display:flex;
flex-direction: column-reverse;
}
}

