@charset "UTF-8";




html {
    margin-top:0 !important;
}

#wpadminbar {
    font-size: 13px;
    display: none;
}


body{
	font-family: "Noto Sans JP", sans-serif;
	font-weight:700px;
	margin:0;
}

body p{
	    line-height: 175%;
}

.main{
	border:none;
}


.wrap{
width:100%;
}

a{
	text-decoration:none!important;
	color:#000;
	transition:0.4s;
}

a:hover{
	color: unset;
}

img{
	vertical-align:top;
	width:100%;
}

.hamburger,
.globalMenuSp{
	display:none;
}

#main{
	padding:0;
	background:none;
}

.content{
	margin-top:0;
}

.content-in{
	padding-top:0;
}
h1{
	font-size:50px;
	line-height: 140%;
}
h2{
	font-size: 39px;
    line-height: 120%;
    margin-bottom:20px;
	font-family: "Shippori Mincho", serif;
}
h3{
	font-size:21px;
	line-height:140%;
	margin-bottom:20px;
}
h4{
	font-size: 18px;
    line-height: 170%;
    margin-bottom: 10px;
	color:#A18063;
}

ul{
	padding-left:0;
}
li{
	list-style:none;
}

table:not(.has-border-color) :where(th, td),
table tr:nth-of-type(2n+1) {
	background:none;
	border:none;
}

/*ヘッダー*/

header{
	position:absolute;
	width:100%;
	top:0;
	z-index:10;
}

.ori-header{
	display:flex;
	align-items:center;
	justify-content: space-between;
	padding:0 20px;
	background: #fff;
}
.ori-header ul{
    display: flex;
    align-items: center;
}

.ori-header ul li{
	margin-right:37px;
}

.ori-header ul li a{
	font-weight:bold;
}

.header-sns{
	margin-left:30px;
}
.ori-header ul.header-sns li {
    margin-right: 15px;
}


#header-in .tagline{
	margin:0;
	display:none;
}

.site-name-text{
	font-size:100%;
}

.logo-image {
    padding: 0;
}

.logo{
	text-align:left;
}

.logo-text{
	padding:0 0 20px;
}

.logo-image span, .logo-image a{
	padding-top:5px;
}

#navi{
	background:none;
	width:75%;
}

.navi-in{
	width:100%;
}

.navi-in > ul {
	justify-content:flex-end;
	margin-top:3px;
}

.navi-in > ul li {
    width: auto;
    min-width: 0;
	margin:0 15px;
}

.navi-in a{
	color:#fff;
	position: relative;
	font-size:15px;
}
.navi-in a:hover{
	background:none;
	color:#fff;
}


/** 下線を左から引く **/
.navi-in a:after{
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 0;
  height: 1px; /*下線の太さ*/
  background-color: #fff; /*下線の色*/
  transition: .3s; /*アニメーション速度*/
}
.navi-in a:hover:after {
  width:100%;
}




.small-text{
	font-size:80%;
}

.small-text-half{
	font-size:60%;
	font-weight:normal;
}



.sub-title{
	font-size:39px;
	margin-top:15px;
	color:#000;
	font-weight:normal;
}

/*共通　ここまで*/



/*動画モーダル*/
.modal-window-conts {
  display: flex;
  justify-content: center;
}

/*/// サムネイル画像 ///*/
.modal-window-item .thumb {
  max-width: 300px;
  cursor: pointer;
}

/*/// video-conts ///*/
.video-conts {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.7);
  visibility: hidden; /* 非表示にしておく */
  opacity: 0; /* 非表示にしておく */
  transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

/*/// video-conts(active) ///*/
.video-conts.active {
  visibility: visible;
  opacity: 1;
  padding: 20px;
}

#videoPlayer {
  max-width: 1000px;
  width: 100%;
}

/*/// Close Button ///*/
.video-wrap {
  position: relative;
}

.video-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
}
/*動画モーダルここまで*/


/*LP　メイン*/


/*メインビジュアルmvエリア*/



h1 .mv-text-br{
	display:none;
}

.mv{
	height: 740px;
    display: flex;
    align-items: center;
	background-size:cover;
	background-position:center;
	color:#fff;
	position:relative;
	background:url(images/ailand-mv.webp);
	background-size:cover;
	background-position:center;
}

.mv-content{
        position: relative;
    height: fit-content;
    z-index: 2;
    width: 100%;
    max-width: 1040px;
    left: 0;
    right: 0;
    margin: 0 auto 124px;
}

.mv-in{
width: 100%;
    height: 740px;
    display: flex;
    align-items: end;
    justify-content: start;
}


.mv-bottom{
	font-size: 29px;
    line-height: 181%;
	    margin-top: 36px;
		font-family: "Shippori Mincho", serif;
}



.vegas-content-scrollable {
    position: absolute!important;
}



.wrap10vw{
	max-width:1070px;
	padding:90px 15px;
	margin:0 auto;
}


.en{
display: block;
    height: 87px;
}

.en img{
	height: 100%;
    width: auto;
}


.sec1-in{
	display:flex;
	justify-content:space-between;
}

.sec1-left{
	width:56%;
	margin-top: 21px;
}

.sec1-left p{
	margin-bottom:15px;
}

.sec1-left ul{
	margin-bottom:15px;
}

.sec1-left ul li{
	position:relative;
	padding-left:30px;	
}

.sec1-left ul li:before{
	position:absolute;
	content:"";
	width:21px;
	height:16px;
	background:url(/wp-content/uploads/2025/06/check.webp);
	background-position:center;
	background-size:100% 100%;
	left:0;
	top:0;
	bottom:0;
	margin:auto 0;
}

.sec1-right{
	    width: 36%;
    overflow: hidden;
    border-radius: 15px;
}

.sec1 .sub-title{
	    margin-top: 63px;
}

.interview{
  background:#f7f7f0;
}

.interview-in{
  padding-bottom:150px;
}
.interview h2{
    color: #736357;
    margin-top: 30px;
    margin-bottom:30px;
    text-align: center;
}
.interview .en{
    text-align: right;
}

.interview ul {
  margin-top:35px;
}
.interview ul li{
  display:flex;
  background:#fff;
  border-radius:20px;
    overflow: hidden;
    align-items: stretch;
    margin-bottom:80px;
}







.interview ul li .interview-image{
  width:30%;
}

.interview ul li .interview-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.interview ul li .interview-text{
  width:65%;
  margin-left:5%;
  padding:30px 50px 30px 0;
}
.interview ul li .interview-text h3{
color:#736357;
font-family: "Shippori Mincho", serif;
font-size:29px;
}

.interview ul li .interview-text h3 span{
  font-size:60%;
  margin-left:3px;
}

.interview ul li .interview-text h4{
  font-size: 16px;
    margin-bottom: 0;
    border-bottom:1px solid #A18063;
        padding-bottom: 5px;
}


.interview ul li .interview-text p{
  margin-top:8px;
  font-size:15px;
}





.sec2{
    margin-top: 0;
    position: relative;
    padding-top: 20px;
	background: url(images/sec2-back1.webp) no-repeat;
    background-size: 100% auto;
    background-position: top;
	
}

.sec2-circle{
	background: url(images/sec2-back-circle.webp) no-repeat;
    background-size: 350px auto;
    background-position: top right;
	
}

.sec2:before{
content: "";
    background: #FDF9F8;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    display: block;
    top: 0;
}
.sec2:before{
	background: url(images/sec2-back2.webp) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 210px;
    top: auto;
}


.sec2-in{
padding-top: 0;
    padding-bottom: 0;
}



.sec2-content{
	padding-top: 185px;
}

.sec2 .en{
	height: 180px;
}

.sec2 h2{
	margin-top:75px;
	text-align:center;
	color:#736357;
}

.sec2-in ul{
	margin-top:75px;
}

.sec2-in ul li{
	position:relative;
	overflow:hidden;
	display: flex;
	    margin-bottom: 75px;
		color:#736357;
}



.sec2-image{
width: 55%;
    overflow: hidden;
}

.sec2-in ul li:nth-child(even) {
	flex-direction: row-reverse;
}

.sec2-in ul li:nth-child(even) .sec2-text{
	flex-direction: row-reverse;
	padding: 0 5% 0 0;
}




.merit-icon{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to right, #92C6E2, #003B80);
    color: #fff;
    font-size: 18px;
    padding: 0 20px 3px;
    line-height: 156%;
}

.sec2-in ul li:nth-child(even) .merit-icon{
	right:auto;
	left:0;
}

.sec2-text{
width: 40%;
    padding: 0 0 0 5%;
    text-align: left;
    margin: 50px 0 0  0;
    position: relative;
    min-height: 362px;
}

.sec2-text h3 span{
	    display: block;
    font-size: 16px;
    font-weight: normal;
}


.sec2-sep{
	position: relative;
    z-index: 1;
}
.sec-sep{
	background:url(images/sec2-separate.webp);
	background-size: 100% 100%;
    height: 260px;
    width: 70%;
    margin-left: 30%;
        position: absolute;
    top: -121px;
}

button{
	border:none;
}

.sec2-image button{
display: block;
background:none;
}
.movie-button{
background: #00CCAB;
    display: inline-block;
    margin-top: 30px;
    color: #fff;
    width: 212px;
    padding: 3px;
    text-align: center;
	font-size: 16px;
    border: none;
    padding: 9px 5px 12px;
}

.modal-video-body {
    max-width: 1100px!important;
}


.modal-video-inner {
    height: fit-content!important;
    margin: auto;
    padding: 30px 0;
    background: #000;
}

.sec3-in{
	text-align:center;
}

.sec3-in ul{
	display:flex;
	margin-top:50px;
}

.sec3-in ul li{
	margin-right:40px;
	width:100%;
	border-radius:25px;
	border:1px solid #4D4D4D;
	overflow:hidden;
}

.sec3-in ul li:last-child{
	margin-right:0;
}

.sec3-in ul li h3{
    background: #4D4D4D;
    color: #fff;
    padding: 12px;
    font-size: 21px;
}

.sec3-list-text{
	    padding:30px 45px 20px;
}

.sec4-sep{
	margin:0 30% 0 0;
	    background: url(images/sec4-separate.webp);
		background-size: 100% 100%;
    height: 260px;
    width: 70%;
    top: -172px;
}

.sec4{
	background:url(images/sec4-back.webp);
	background-size:cover;
	background-position:top;
  position:relative;
      margin-top: 200px;
}

.sec4-headline{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 95px 0 50px;
}


.sec4-in{
	padding-top:40px;
	margin-top: -88px;
}

.sec4-box{
	    padding: 90px 15px;
}

.sec4-box-in img{
	margin:0 auto;
}

.sec4-in ul li{
	display:flex;
	margin-bottom:50px;
	position:relative;
	padding-top: 46px;
}

.sec4-in ul li:nth-child(odd){
	display:flex;
	flex-direction: row-reverse;
}


.sec4-in ul li .sec4-image{
	width:60%;
}

.sec4-in ul li .sec4-text{
	width:45%;
	margin:0 0 0 5%;
}

.sec4-in ul li:nth-child(odd) .sec4-text{
	margin:0 5% 0 0;
}


.sec4-in ul li:before{
	content:"";
	position:absolute;
	top:0;
	left:23px;
	width:55%;
	z-index: -1;
    height: 100%;
}

.sec4-in ul li:nth-child(even):before{
	content:"";
	position:absolute;
	left:auto;
	right:23px;

}

.sec4-in ul li.s4l1:before{
	content:"";
	background:url(images/sec4-text-back1.webp)no-repeat;
	background-position: top left;
    background-size: 100% auto;
}

.sec4-in ul li.s4l2:before{
	content:"";
	background:url(images/sec4-text-back2.webp)no-repeat;
	background-position: top left;
    background-size: 100% auto;
}

.sec4-in ul li.s4l3:before{
	content:"";
	background:url(images/sec4-text-back3.webp)no-repeat;
	background-position: top left;
    background-size: 100% auto;
}

.sec4-in ul li.s4l4:before{
	content:"";
	background:url(images/sec4-text-back4.webp)no-repeat;
	background-position: top left;
    background-size: 100% auto;
}

.sec4-in ul li.s4l5:before{
	content:"";
	background:url(images/sec4-text-back5.webp)no-repeat;
	background-position: top left;
    background-size: 100% auto;
}



.sec4-in ul li .sec4-text h3{
	font-family: "Shippori Mincho", serif;
	font-weight:normal;
	font-size: 30px;
}

.sec4-in ul li .sec4-text span{
 font-family: "Inter", sans-serif;
}



.sec5{
	background:url(images/sec5-back.webp);
	background-size:cover;
	color:#000;
	text-align:left;
}

.sec5 .en{
	text-align:right;
	position: relative;
    z-index: 1;
}

.sec5-headline{
    display: flex;
    align-items: center;
	    margin-top: -32px;
}

.sec5-headline h2{
	width:35%;
}

.sec5-headline-image{
	width:60%;
	margin-left:5%;
}


.sec5 .sub-title{
	color:#000;
}

.sec5-box{
	margin-top:85px;
}

.sec5-box h2{
	max-width:500px;
}

.sec5-box ul li{
	display:flex;
	margin-bottom:40px;
	align-items: center;
}

.sec5-box ul li .sec5-box-image{
    width: 37%;
    margin-right: 5%;
    overflow: hidden;
	height:350px;
}

.sec5-box ul li .sec5-box-image img{
	border-radius: 15px;
	width:100%;
	height:100%;
	object-fit: cover;
}

.sec5-box ul li .sec5-box-text{
	width:68%;
}

.sec5-box-text h3{
	margin-top:0;
	font-family: "Shippori Mincho", serif;
	font-weight:normal;
	    font-size: 30px;
}


.sec6{
	background: url(images/sec6-back.webp) no-repeat;
    background-size: 100% auto;
    background-position: top;
}



.sec6-in{
	padding:100px 0 0;
}

.sec6-in h2{
	margin-bottom: 65px;
}

.sec6-in h3{
	font-family: "Shippori Mincho", serif;
	font-weight:normal;
	    border-bottom: 1px solid #72a3c8;
    padding: 14px 0;
    margin: 60px 0 30px;
	font-size:25px;
}

.sec6-in ul{
	display:flex;
}

.sec6-in ul li{
	width:47%;
	text-align:center;
}
.sec6-in ul li:first-child{
	margin-right:6%;
}
.sec6-in ul li:first-child img{
	width:60%;
}

.sec6-in ul li h4{
	font-size:23px;
	color:#fff;
	text-align:center;
	padding:4px;
	background:#00ccab;
	font-family: "Shippori Mincho", serif;
	border-radius:100px;
	font-weight:normal;
	margin: 0 0 35px;
}
.sec6-in ul li:first-child h4{
	background:#72a3c8;
}





.sec7-1{
	background:url(images/sec7-1-back.webp);
	background-size:100% ;
	position:relative;
	padding-top: 105px;
	padding-bottom: 100px;
	position:relative;
}

.sec7-1-in{
	padding: 230px 15px 100px;
}

.sec7-1 .sub-title{
	margin-bottom: 80px;
}


.sec7-1-box{
	margin-bottom:50px;
	padding-bottom:100px;
}


.sec7-1-box .sec7-1-image{
    position: absolute;
    right: 0;
    width: 48%;
    z-index: 0;
    margin-top: 50px;
    overflow: hidden;
    max-height: 700px;
}
.sec7-1-box .sec7-1-text{
	position:relative;
	width:60%;
	z-index:1;
}

.sec7-1-box:nth-child(even) .sec7-1-image{
    position: absolute;
    right: auto;
	left:0;
    width: 48%;
    z-index: 0;
    margin-top: 50px;
    overflow: hidden;
    max-height: 700px;
}
.sec7-1-box:nth-child(even) .sec7-1-text{
	position:relative;
	width:60%;
	margin-left:40%;
	z-index:1;
}





.sec7{
	background:url(images/sec8-back.webp);
	background-size:cover;
	background-position:center;
	color:#fff;
}

.sec7-in{
	text-align:center;
	padding: 160px 15px 90px;
}

.sec7 .en img{
	width:100%;
	height:auto;
}

.sec7-en{

}

.sec7 .sub-title{
	color:#fff;
}

.sec7-box{
    border-radius: 3px;
    margin-top: 40px;
    padding: 25px 80px 90px;
    text-align: left;
}


.tbl-list dl{
	display:flex;
	border-bottom:1px solid #fff;
	padding:25px 0;
}

.tbl-list dl dt{
	width:20%;
	margin-right:3%;
	}

.tbl-list dl dd{
	width:77%;
}



.line-button{
	background:#1EAA39;
	width:285px;
	text-align:center;
	display:block;
	margin:50px auto 0;
	color:#fff;
	padding:15px;
}


.sec8{
	background:url(images/faq-back.webp)no-repeat;
	background-size:cover;
	background-position:center;
	font-family: "Shippori Mincho", serif;
	font-weight:normal;
}

.sec8-in{
	text-align:center;
}

.sec8-in ul{
	margin-top:75px;
}
.sec8-in ul li{
	background: #fff;
    padding:35px 27px;
    margin-bottom: 30px;
    border-radius: 25px;
    box-shadow: 8px 8px 8px #eee;
	text-align:left;
}

.sec8-in ul li h3{
	font-size:19px;
	border-bottom:1px solid #534741;
	color:#534741;
	padding-bottom:20px;
	position:relative;
	font-weight:normal;
	padding-left: 50px;
}
.sec8-in ul li h3:before{
	content:"Q";
	position:absolute;
	left:0;
	top:0;
	font-size:35px;
	font-family: "Shippori Mincho", serif;
	font-weight:normal;
}

.anc{
	padding-left:50px;
	position:relative;
}

.anc:before{
		content:"A";
	position:absolute;
	left:0;
	top:-10px;
	font-size:35px;
	color:#808080;
	font-family: "Shippori Mincho", serif;
	font-weight:normal;
}


.sec9{

}
.sec9-in{
text-align:center;
padding:0;
}
.sec9-left{
	    width: 100%;
    padding:100px 0;
    margin: 0 auto;
	text-align:center;
	background:url(images/sec9-back.webp);
	background-size:cover;
	background-position:center;
}

.sec9-left img{
	max-width:190px;
}

.sec9-right{
	width:100%;
}

.sec10{
	background:url(images/sec10-back.webp);
	background-size:100% auto;
	    margin-top: -10px;
}

.sec10 h3{
	font-size:19px;
}

.sec10 .tbl-list dl{
	border-color:#999999;
	padding: 15px 0;
}

.ppcy{
	 
}

.ppcy h2{
text-align: center;
    margin-bottom: 50px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
}

.ppcy-in{
	    overflow-y: scroll;
    height: 400px;
    font-size: 14px;
    background: #fff;
    padding: 35px;
}
.ppcy-in h4{
    font-size: 15px;
    color: #000;
    margin-top: 15px;
}













/*footerフッター*/

.footer {
    margin-top: 0;
    padding: 0;
}
.footer-bottom{
	    margin-top: 0;
	    background: linear-gradient(to right, #92C6E2, #003B80);
    color: #fff;
}

.footer-bottom-content{
    width: 100%;
    float: none;
    text-align: center;
}

.footer-bottom-logo {
    display: none;
}

.copylight {
        text-align: center;
    margin: 2px;
}

.floating{
	position:fixed;
	bottom:20px;
	right:30px;
	width:auto;
	height:auto;
   z-index:100;
}

.floating.pc-dis{
  display:flex;
}
.floating img{
	width:140px;
	transition:0.4s;
}
.floating img:hover{
	opacity:0.8;
}

img.floatingbanner{
  margin-right:20px;
}







/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:0.4s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:0.4s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}


/*h1下段テキスト　ここまで*/




/*スライドアニメーション*/

.slideUp{
	animation-name:slideUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
bottom: -6.5vw;
}

@keyframes slideUpAnime{
  from {
    bottom: -6.0vw;
  }

  to {
    bottom: 0;
  }
}


/*フェードインアニメーション*/
/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:0.35s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.35s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(50px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 上から */

.fade-box{
	opacity:0;
}

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.35s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-50px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.35s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-50px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.35s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(50px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}



/*==================================================
じわっ
===================================*/

.blur{
  animation-name:blurAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}



/*フェードインアニメーション　ここまで*/

/*伸線*/
.extend-line:before{
	    content: '';
    position: relative;
    display: block;
    margin-bottom: 10px;
    border-bottom: solid 1px #000;
    animation: border_anim 0.5s linear forwards;
}

@keyframes border_anim {
	0%{
		width: 0;
	}
	100%{
		width:80px;
	}
}
/*伸線　ここまで*/


/*見出しUpmove*/

.UpmoveTrigger{
	overflow:hidden;
}
.UpmoveTrigger span{
	position:relative;
	bottom:-19vw;
}
.Upmove{
  overflow: hidden;              /* はみ出た分を非表示 */
}

.Upmove span {
  position: relative; /* bottomを指定するために必要 */
  animation: upanime 0.3s ease-out forwards; /* 最後ゆっくりになるアニメを1秒かけて1回だけやったあと固定 */
	animation-delay: 0.8s;
	bottom:-19vw;
}

@keyframes upanime {
  from {
    bottom: -30px; /* 親要素外に配置させて見えなくしておく */
  }
  to {
    bottom: 0px; /* 下から0pxに指定 */
  }
}
/*Upmove ここまで*/


/*Downmove */
.DownmoveTrigger{
	overflow:hidden;
}
.DownmoveTrigger span{
	position:relative;
	bottom:-100px;
}
.Downmove{
  overflow: hidden;              /* はみ出た分を非表示 */
}

.Downmove span {
  position: relative; /* topを指定するために必要 */
  animation: downanime 0.3s ease-out forwards; /* 最後ゆっくりになるアニメを1秒かけて1回だけやったあと固定 */
	animation-delay: 1.1s;
	top:-100px;
}

@keyframes downanime {
  from {
    top: -30px; /* 親要素外に配置させて見えなくしておく */
  }
  to {
    top: 0px; /* 下から0pxに指定 */
  }
}

/*Downmove ここまで*/








/*左右のアニメーション*/

.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}


.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}







/*ディレイタイム　delay-time*/
.delay-time01 {animation-delay: 0.1s;}
.delay-time02 {animation-delay: 0.2s;}
.delay-time03 {animation-delay: 0.3s;}
.delay-time04 {animation-delay: 0.4s;}
.delay-time05{animation-delay: 0.5s;}
.delay-time06{animation-delay: 0.6s;}
.delay-time07{animation-delay: 0.7s;}
.delay-time08{animation-delay: 0.8s;}
.delay-time09{animation-delay: 0.9s;}
.delay-time10{animation-delay: 1s;}
.delay-time12{animation-delay: 1.2s;}
.delay-time13{animation-delay: 1.3s;}
.delay-time15{animation-delay: 1.5s;}
.delay-time18{animation-delay: 1.8s;}
.delay-time20{animation-delay: 2s;}
.delay-time21{animation-delay: 2.1s;}
.delay-time23{animation-delay: 2.3s;}
.delay-time25{animation-delay: 2.5s;}
.delay-time28{animation-delay: 2.8s;}
.delay-time29{animation-delay: 2.9s;}
.delay-time30{animation-delay: 3s;}
.delay-time37{animation-delay: 3.7s;}
.delay-time35{animation-delay: 3.5s;}
.delay-time40{animation-delay: 4s;}
.delay-time50{animation-delay: 5s;}
.delay-time60{animation-delay: 6s;}
.delay-time70{animation-delay: 7s;}
.delay-time80{animation-delay: 8s;}
.delay-time90{animation-delay: 9s;}
.delay-time100{animation-delay: 10s;}

/*ディレイタイム　delay-time ここまで*/






/*アニメーションｃｓｓ*/

/* ｈ２　animation */
@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}

@-webkit-keyframes passing-bar2{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}


@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/* css */
.passing .passing-box {
	display: block;
	text-align: left;
}
.passing .passing-bar{
	position: relative;
	display: inline-block;
	/*　後ほど解説　*/
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/* 任意の値 */
	background: #000;
}



.passing .passing-txt{
	opacity: 0;
	/* 後ほど解説 */
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	/* 任意の値 */
    font-weight: bold;
    line-height: 133%;
}
.passing.move .passing-bar:before,
.passing.move .passing-bar2:before{
	-webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
	animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing.move .passing-txt{
	-webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
	animation:passing-txt 0s ease .5s 1 normal forwards;
}



/*利用規約　terms of service*/
.term-sec-box-in{
    max-width: 1000px;
    margin: 85px auto;
    border-top: 1px solid #000;
    padding: 40px 10px 0;
}
.term-sec-box-in h3{
border-left: 1px solid #000;
    padding-left: 15px;
    line-height: 110%;
    padding-bottom: 0.3vw;
}







.pc-dis{
	display:block;
}

.sp-dis{
	display:none;
}




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/*1023px以下*/

@media screen and (max-width: 1023px){

	
	

	
	
	
	
	
}




/*850px以下*/
@media screen and (max-width: 850px){
  /*必要ならばここにコードを書く*/
	
	
	
	.pc-dis{
	display:none;
}

.sp-dis{
	display:block;
}
	
	.ori-header{
		display:none;
	}


		header{
		    background: #FFF;
	}


	.header{
		width:auto;
		    background: #FFF;
	}
	#header-container-in{
	height:55px;
		min-height:0;
		top:0;
		 padding: 10px;
	}
	
	    .header div.header-in {
        min-height: auto;
        margin-top: -3px;
    }
	
	.logo-header img {
        width: auto;
        height: 41px;
        padding: 6px 0;
	}
	
	.site-name-text-link {
    padding: 0;
	}
	
	.logo-image span, .logo-image a {
    padding-top: 3px;
        padding-left: 3px;
        height:100%;
}
	
	.sec-button{
		text-align:center;
	}


	.ori-header-sp{
		width: 110px;
    margin: 15px 10px;
	}
	
	body{
		width:100%;
		min-width:0;
	}
	

	.wrap10vw {
    padding: 66px 15px;
	}
	
	
	h3{
		font-size:19px;
	}
	.en {
    display: block;
	height:auto;
	margin-bottom:15px;
	text-align:center;
	}
	.en img{
		height: auto;
        width: 100%;
        max-width: 250px;
	}
	
	
	
	
	
	/*LP スマホ*/

body{
	font-size:15px;
	margin:0;
}	h1 {
    font-size: 28px;	
		text-align:center;
	}

	br.mv-text-br{
		display:block;
	}
	.mv {
    height: 600px;
    background: url(images/ailand-mv.webp);
    background-size: cover;
    background-position: 0;
}



	.mv-in{
		overflow:hidden;
	}

	.mv-content {
    position: relative;
    height: fit-content;
    z-index: 2;
    width: 100%;
    max-width: 1040px;
    left: 0;
    right: 0;
    margin: auto;
}
	
	.mv-bottom {
    font-size: 19px;
    line-height: 154%;
    margin-top: 0;
    text-align: center;
	        text-shadow: 0 0 9px #333;
}


	.sec1-in {
    display: flex;
		flex-direction:column-reverse;
	}

	.sec1 .sub-title {
    margin-top: 0;
}
	
	.sec1-left {
    width: 100%;
}
.sec1-left p {
    display: block;
    margin: 35px 0;
}

	.sec1-right {
    width: 100%;
}
	
	.sec1-sep{
		    height: 200px;
	}
	
.interview .en {
    text-align: center;
}
.interview .en img{
 max-width:167px;
}

.interview ul li {
    display: block;
}

.interview ul li .interview-image {
    width: 100%;
    height: 350px;
}
.interview ul li .interview-text {
    width: 90%;
    margin-left: 0;
    padding: 0px 5% 25px 5%;
}

.interview ul li:last-child{
  margin-bottom:0;
}


    .sub-title {
        font-size: 20px;
        margin-top: 0;
        text-align: center;
	}
	.sec2 {
    margin-top: 0;
	padding-top: 0;
	}

	.sec2-circle {
    background: url(images/sec2-back-circle.webp) no-repeat;
    background-size: 50%;
    background-position: top right;
}
.sec2 h2 {
    margin-top: 0;
    text-align: left;
}
.sec2 .en {
    height: auto;
	text-align: left;
}
	.sec2-in ul {
    margin-top: 22px;
}

.sec2-in ul li{
	    display: block;
}
	
	.modal-video-inner {
    padding: 0;
	        text-align: left;
	}
	
.sec2-image {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    transform: none;
    z-index: 2;
}
	
	.sec2-image img {
    box-shadow: none;
}
	
.sec2-text {
    width: 100%;
    background: #fff;
    padding: 0;
    text-align: left;
    margin: 0;
    position: relative;
    min-height: 0;
}
	
	.sec2-in ul li:nth-child(even) .sec2-image {
    left: auto;
    right: auto;
    transform: none;
}
	
	
	.sec2-in ul li:nth-child(even) .sec2-text {
    margin: 0;
    padding: 0;
}
	
	.movie-button {
    margin: 30px auto 0;
    display: block;
}
	
	.sec2-sep {
    height: 240px;
	    width: 100%;
    margin-left: 0;
	    background: url(images/sec2-separate.webp);
    background-size: cover;
            position: relative;
        top: 0;
	}
	
	.sec3-in ul {
    display: block;
    margin-top: 35px;
}
	
	.sec3-in ul li {
    margin-right: 0;
    margin-bottom: 30px;
		border:none;
		border-radius:0;
	}
	
	.sec3-list-text {
    padding: 5px 0 0;
}
	
	.sec3-in ul li h3 {
    padding: 8px;
    font-size: 19px;
}

.sec4{
	overflow: hidden;
  margin-top:0;
}
	
	.sec4-box {
    padding: 32px 15px;
}
	
.sec4-sep {
    margin: 0;
    background: url(images/sec4-separate.webp);
    background-size: cover;
    height: 240px;
    width: 100%;
    position:relative;
    top:0;
}
.sec4-in {
    margin-top: 0;
}

.sec4-headline {
    display: block;
    margin: 0;
}
	.sec4-box-in img {
    margin: 0 auto;
    max-width: 500px;
		width:100%;
}
.sec4-in ul li {
    display: block;	
	    margin-bottom: 0;
}
.sec4-in ul li:nth-child(odd) {
    display: block;
}
.sec4-in ul li .sec4-image {
    width: 100%;
}

.sec4-in ul li:nth-child(odd) .sec4-text {
    margin: 15px 0 0 0;
}

.sec4-in ul li:before {
    content: "";
    position: absolute;
    top: 192px;
    left: 23px;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.sec4-in ul li .sec4-text {
    width: 100%;
    margin: 15px 0 0 0;
}

.sec4-in ul li .sec4-text h3 {
    font-family: "Shippori Mincho", serif;
    font-weight: normal;
    font-size: 30px;
    margin-top: 0;
}




.sec5 {
    background: url(images/sec5-back.webp);
    background-size: cover;
    background-position: top;
}


.sec5-headline {
    display: block;
    align-items: center;
    margin-top: 0;
}

.sec5 .sub-title {
    color: #000;
    width: 100%;
}
.sec5 .en {
    text-align: center;
}



.sec5-headline-image {
    width: 100%;
    margin-left: 0;
}

.sec5-box ul li {
    display: block;
}


.sec5-box ul li .sec5-box-image {
    width: 100%;
    margin-right: 0;
    overflow: hidden;
    height: 200px;
}

.sec5-box ul li .sec5-box-text {
    width: 100%;
    margin-top: 15px;
}

.sec5-box-text h3 {
    margin-top: 0;
    font-family: "Shippori Mincho", serif;
    font-weight: normal;
    font-size: 25px;
    margin-bottom: 10px;
}







	
	
	.topics-thum {
    margin-right: 0;
    width: 100%;
    height: auto;
}
	
	.topics-list-text {
    width: 100%;
    margin-top: 16px;
}
	.topics-list-text h3{
		margin-bottom:6px;
	}

	.sec6-in {
    padding-top: 40px;
}
	.sec6-in .en img {
        height: auto;
        width: 100%;
        max-width: 150px;
    }
	
	.sec6-in h2 {
    margin-bottom: 25px;
}

.sec6-in h3 {
    font-family: "Shippori Mincho", serif;
    font-weight: normal;
    border-bottom: 1px solid #72a3c8;
    padding: 9px 0;
    margin: 18px 0;
    font-size: 18px;
}


.sec6-in ul {
    display: block;
}
	.sec6-in ul li {
    width: 100%;
    text-align: center;
}

.sec6-in ul li:first-child {
    margin-right: 0;
	    margin-bottom: 35px;
}
.sec6-in ul li h4 {
    font-size: 17px;
    color: #fff;
    text-align: center;
    padding: 2px;
	    margin: 0 0 16px;
}


    .sec7-1 {
        background: url(images/sec7-1-back.webp);
        background-size: cover;
        position: relative;
        padding-top: 119px;
		margin-top: -127px;
		padding-bottom: 0;
    }
.sec7-1 .sub-title {
    margin-bottom: 40px;
}
.sec7-1-box {
    margin-bottom: 50px;
    padding-bottom: 0;
}
.sec7-1-box .sec7-1-text {
    position: relative;
    width: 100%;
}

.sec7-1-box .sec7-1-image {
    position: relative;
    right: 0;
    width: 100%;
    z-index: 0;
    margin-top: 50px;
    overflow: hidden;
    max-height: 200px;
}

.sec7-1-box:nth-child(even) .sec7-1-image {
    position: relative;
    right: auto;
    left: 0;
    width: 100%;
    z-index: 0;
    margin-top: 50px;
    overflow: hidden;
    max-height: 200px;
}

.sec7-1-box:nth-child(even) .sec7-1-text {
    position: relative;
    width: 100%;
    margin-left: 0;
    z-index: 1;
}


	.sec7-en img{
        height: auto;
        width: 100%;
        max-width: 100%;
    }
	
	.sec7-box {
    border: none;
    margin-top: 30px;
		padding:0;
	}


	.tbl-list dl dd {
    width: 95%;
	    margin-left: 20px;
}
	.tbl-list dl{
		font-size:14px;
	}
	.tbl-list dl dt {
    width: 25%;
	}

.sec8-in .en img{
	        max-width: 100px;
    }
	
	.sec8-in ul {
    margin-top: 40px;
}


.sec8-in ul li h3 {
    font-size: 16px;
	    padding-left: 30px;
	}
	.sec8-in ul li h3:before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 21px;
}
	
	.anc {
    padding-left: 30px;
		    font-size: 14px;
	}
	
	.anc:before {
    content: "A";
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 21px;
    color: #808080;
}
	
	.sec8-in ul li {
    background: none;
    padding: 0;
    margin-bottom: 45px;
	    box-shadow: none;
	}
	
	.sec9-in {
        display: block;
        align-items: center;
        padding-top: 55px;
    }
	
    .sec9-left {
        width: 100%;
        padding: 0;
		margin-bottom: 52px;
}
	.sec9-left {
        width: 100%;
        padding: 0;
		margin-bottom: 52px;
    text-align: center;
    line-height: 149%;
		font-size:14px;
}
	
	.sec9-right {
    width: 100%;
}
	.sec9-left img{
		width:180px;
		margin-bottom:10px;
	}
	.sec10 {
    background: url(images/sec10-back.webp);
    background-size: 100% 100%;
    margin-top: -10px;
}
	.sec10 .tbl-list{
		font-size:14px;
	}
	.sec10 .tbl-list dl dt {
    width: 30%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 9999;
  right : 13px;
  top   : 6px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;

}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 1px ;
  left    : 6px;
	background:#666;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
	background:#fff;
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
	background:#fff;
}

nav.globalMenuSp {
	display:block;
  position: fixed;
  z-index : 105;
  top  : 0;
  left : 0;
  color: #000;
  background: none;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
	margin-top:0;
	background: url(/wp-content/uploads/2024/08/hamburger-back.webp);
	background-size:cover;
}

nav.globalMenuSp ul {
      background: rgba(0,0,0,.8);
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100vh;
	padding-top:44px;
	
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
	
}


nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
    transition: 0.5s;
    font-size: 14px;
    font-weight: normal;
}

	
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
	
	
	
	nav.globalMenuSp ul {

}
	
	nav.globalMenuSp ul li.ham-tik{
		width:46%;
		border:none;
		float: right;
		overflow:hidden;
		text-align:left;
		padding:0 2%;
	}
		nav.globalMenuSp ul li.ham-insta{
		width:46%;
		border:none;
	        float: left;
			overflow:hidden;
			text-align:right;
			padding:0 2%;
	}	
	
	nav.globalMenuSp ul li.ham-tik img,
	nav.globalMenuSp ul li.ham-insta img{
		height: 40px;
        width: auto;
        margin-top: 8px;
	}

	
	
	.floating {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 13px;
    background: #3CB156;
    color: #fff;
    font-weight: bold;
    z-index:100;
}
	.floating a{
		color:#fff;
	}

  .floating.pc-dis{
    display:none;
  }
  .floating.sp-dis{
    display:block;
  }

  img.floatingbanner {
    position: fixed;
    bottom: 65px;
    right: 20px;
    width: 90px;
}
			
	
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	    .entry-title, .article h2 {
        font-size: 20px;
        padding: 10px 0;
    }
	
	.article h2 {
    background: none;
    border-bottom: none;
    border-left: 1px solid #000;
    padding: 2px 0 5px 11px;
    line-height: 138%;
    border-radius: 0;
    margin-bottom: 20px;
}
	.page-numbers {
        width: 46px;
        height: 46px;
        line-height: 42px;
    }
	
	
}



/*==================================================
スーッ
===================================*/

/*枠線が伸びて出現*/
.line{
  position: relative; /* 枠線が書かれる基点*/
}

/*上下線*/
.line::before,
.line::after{
  position: absolute;
  content:"";
  width:0;
  height:1px;
  background:#aaa;/* 枠線の色*/
	z-index:-1;
}

/*左右線*/
.line2::before,
.line2::after{
  position: absolute;
  content:"";
  width: 1px;
  height:0;
  background:#aaa;/* 枠線の色*/
	z-index:-1;
}

/*上線*/
.line::before {
  top:0;
  left:0;
  animation: lineAnime .5s linear 0s forwards;/*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before{ 
  top:0;
  right:0;
  animation: lineAnime2 .5s linear 0s forwards;/*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.line::after { 
  bottom:0;
  right:0;
  animation: lineAnime .5s linear 0s forwards;/*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after{ 
  bottom:0;
  left:0;
  animation: lineAnime2 .5s linear 0s forwards;/*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@keyframes lineAnime {
  0% {width:0%;}
    100%{width:100%;}
}

@keyframes lineAnime2 {
  0% {height:0%;}
    100%{height:100%;}
}

/*枠線内側の要素*/


.line .lineinappear{
  animation: lineInnerAnime 1s linear .7s forwards;/*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0;/*初期値を透過0にする*/ 
	z-index:1;
	position:relative;
}

@keyframes lineInnerAnime{
  0% {opacity:0;}
    100% {opacity:1;}
}

.line{
	box-sizing:border-box;
}

