@charset "utf-8";

/* -----------------------------
	page-title-area
-------------------------------- */
.page-title-area{
	height: 700px;
	padding: 140px 0 0;
}

.thailand .page-title-area{
	padding: 120px 0 0;
}
.okinawa .page-title-area{
	padding: 120px 0 0;
}
.page-title-area::before{
	height: 700px;
	background: url("../img/singapore-mv.jpg") no-repeat center top / cover;
	background-position: bottom;
}
#locations.hongkong .page-title-area::before{
	background: url("../img/hongkong-mv.jpg") no-repeat center top / cover;
}
#locations.thailand .page-title-area::before{
	background: url("../img/thailand-mv.jpg") no-repeat center top / cover;
}
#locations.vietnam .page-title-area::before{
	background: url("../img/vietnam-mv.jpg") no-repeat center top / cover;
}
#locations.okinawa .page-title-area::before{
	background: url("../img/okinawa-mv.jpg") no-repeat center top / cover;
}

.page-title-area video{
	height: 700px;
}

.page-title-area .txt-block{
	padding: 30px 0 0;
}
.page-title-area .basic-txt{
	padding: 30px 0 0;
	width: 700px;
}

#locations.okinawa .mv-txt{
	width: 380px;
}
#locations.okinawa .mv-txt img{
	width: 100%;
}

.comingsoon{
	text-align: center;
	font-size: 3rem;
	font-family: var(--notoserif);
	padding: 200px 0;
}

.h1-area{
    top: 723px;
}
#header{
/*background: linear-gradient(180deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.8) 33%, rgba(51,51,51,0.6) 65%, rgba(51,51,51,0.4) 80%, rgba(51,51,51,0) 100%);*/
}

#header .header-area #pc-header .main-nav ul li a,
#header .header-area #pc-header .sub-nav ul a,
.main-nav .toggle-title{
	color: #fff;
}
#header.header-fixed.scroll-nav .header-area #pc-header .main-nav ul li a,
#header.header-fixed.scroll-nav .header-area #pc-header .sub-nav ul a,
#header.header-fixed.scroll-nav .main-nav .toggle-title{
	color: #333;
}

#header .header-area .h-logo .black-logo{
	display: none;
}
#header .header-area .h-logo .white-logo{
	display: block;
}

#header.header-fixed.scroll-nav .white-logo{
	display: none;	
}
#header.header-fixed.scroll-nav .h-logo .black-logo{
	display: inline-block;
}

@media screen and (max-width: 768px){
	.page-title-area{
		height: 360px;
		padding: 80px 20px 60px;
	}
	.okinawa .page-title-area{
		padding: 60px 20px 60px;
	}
	.page-title-area::before{
		height: 100%;
	}
	.page-title-area video{
		height: 100%;
		
	}

	.page-title-area .txt-block{
		padding: 20px 0 0;
	}
	.page-title-area .basic-txt{
		width: 100%;
		padding: 20px 0 0;
	}
	#locations.okinawa .mv-txt{
		width: 220px;
	}
	.comingsoon{
		font-size: 2rem;
		padding: 100px 0;
	}
	.h1-area{
		top: 370px;
	}
	
	.thailand .mv-txt img{
		height: 250px;
	}
	
	.singapore .mv-txt img{
		height: 200px;
	}
	.hongkong .mv-txt img{
		height: 200px;
		text-align: center;
		display: block;
	}
	.vietnam .mv-txt img{
		height: 220px;
		text-align: center;
		display: block;
	}
	
	#header{
		background: none;
	}
}

/* -----------------------------
	first-area
-------------------------------- */
.first-area{
	margin: 50px 0 0;
	position: relative;
}
/*
.first-area::before{
    content: '';
    position: absolute;
    width: 1069px;
    height: 1069px;
    top: -720px;
    left: -200px;
    background: url(../img/bg-grade02.png) no-repeat top right / contain;
}*/
.first-area::after{
	content: '';
    position: absolute;
    width: 820px;
    height: 820px;
    top: -310px;
    left: -250px;
    background: url(../img/bg-grade01.png) no-repeat top right / contain;
    z-index: -1;
}
.first-area .txt-block{
	text-align: center;
}

.first-area .txt-block .basic-txt{
	padding: 20px 0 0;
}

.first-area .open-txt{
	border: solid 1px var(--purple);
	margin: 0 0 30px;
	font: 600 2.3rem / 2 var(--notoserif);
	color: var(--purple);
	padding: 10px 200px;
	display: inline-block;
}
@media screen and (max-width: 768px){
	.first-area::after{
		width: 426px;
		height: 426px;
		left: -100px;
        top: -30px
    }
	.first-area .txt-block{
		text-align: left;
	}
	.first-area .open-txt{
		border: solid 1px var(--purple);
		margin: 20px 0 30px;
		font: 600 1.8rem / 2 var(--notoserif);
		color: var(--purple);
		padding: 5px 10px;
		display: block;
		text-align: center;
	}
}

/* -----------------------------
	.intro-area
-------------------------------- */

.intro-area {
	margin: 100px 0 0;
	position: relative;
	padding: 150px 0 100px;
}
/*
.intro-area::before{
	content: '';
	position: absolute;
	width: 1221px;
	height: 1041px;
	top: -500px;
	right: -500px;
	background: url("../img/bg-right.png")  no-repeat top right / contain;
	z-index: -1;
}*/
.intro-area > div{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.intro-area .img-block{
	position: absolute;
	right: 0;
	width: 976px;
}
.intro-area .img-block > div{
	position: relative;
    display: flex;
    gap: 7px 9px;
    flex-wrap: wrap;
}
.intro-area .img-block > div::before{
	content: '';
	position: absolute;
	width: 976px;
	height: 144px;
	top: 0;
	right: 0;
	background: url("../img/curve-top01.svg") no-repeat top center / contain;
	z-index: 2;
}
.intro-area .img-block > div::after{
	content: '';
	position: absolute;
	width: 976px;
	height: 110px;
	bottom: 0;
	right: 0;
	background: url("../img/curve-bottom01.svg") no-repeat top center / contain;
	z-index: 2;
}

.intro-area .img-block figure:nth-child(2){
	width: 60%;
}
.intro-area .img-block figure:nth-child(3){
	width: 39%;
}
.intro-area .photoArea figure img{
	    object-fit: cover;
    width: 100%;
}
.intro-txt-block{
	width: 600px;
	margin: 0 auto 0 0;
	background: #fff;
	position: relative;
	padding: 50px 50px 50px 50px;
	border-radius: 5px;
	z-index: 1;
}
.intro-area .txt-block{
	padding: 30px 0 0;
}
.intro-area .basic-txt{
	padding: 30px 0 0;

}

@media screen and (max-width: 768px){
	.intro-area {
		margin: 30px 0 0;
		padding: 0;
	}
	.intro-area > div{
		display: block;
	}

	.intro-area .img-block{
		width: calc(100% - 20px);
		position: inherit;
		margin: 0 0 0 auto;
	}
	.intro-area .img-block > div{
		gap: 6px 7px;
	}
	.intro-area .img-block > div::before{
		width: 103%;
	}
	.intro-area .img-block > div::after{
		width: 100%;
		background-position: bottom center;
		bottom: -1px;
	}
	.intro-area .img-block figure:nth-child(2){
		width: 59%;
	}
	.intro-area .img-block figure:nth-child(3){
		width: 39%;
	}
	.intro-txt-block{
		width: 100%;
		padding: 0 20px;
		background: none;
	}
	.intro-area .txt-block{
		padding: 20px 0 0;
	}
	.intro-area .basic-txt{
		padding: 20px 0 0;
	}
}

/* -----------------------------
	charm-area
-------------------------------- */
.charm-area{
	padding: 0 0;
	margin: 200px 0 0;
	position: relative;
}
.charm-area::before{
	content: '';
	position: absolute;
	width: 1221px;
	height: 1041px;
	top: -500px;
	left: -500px;
	background: url("../img/bg-left.png")  no-repeat top right / contain;
	z-index: -1;
}
.charm-area::after{
	content: '';
	position: absolute;
	width: 1290px;
	height: 1290px;
	bottom: 100px;
	right: -200px;
	background: url("../img/bg-grade01.png")  no-repeat top right / contain;
	z-index: -1;
}
.charm-area .ttl-l{
	text-align: center;
}

/* txt-box */
.charm-area .txt-box .basic-txt{
	width: 730px;
	margin: 30px auto 0;
}
.feature-block{
	margin: 120px 0 0;
}

/* step-box */
.feature-box{
	background: #f7eef7;
	background: var(--light-gradation);
	padding: 50px;
	position: relative;
	padding: 60px 600px 60px 60px;
	border-radius: 5px;
	/*background: #fcfaff;
	border: solid 1px var(--purple);*/

}
.feature-box:nth-child(n + 2){
	margin: 120px 0 0;
}

.feature-box .img{
	position: absolute;
	right: 50px;
	top: -50px;

}
.feature-box .photoArea figure img{
	height: 380px;
}

.feature-box .catch-m{
	font-size: 3rem;
	line-height: 2;
}

.feature-box .basic-txt{
	padding: 30px 0 0;
}

.feature-block .feature-box.img-left{
	margin: 120px 0 0 auto;
	padding: 60px 60px 60px 600px;
}
.feature-box.img-left .img{
	position: absolute;
	left: 50px;
	top: -50px;
}

@media screen and (max-width: 768px){
	.charm-area{
		padding: 20px 0 0;
		margin: 0 0 0;
	}
	
	.charm-area::before{
		width: 358px;
        height: 320px;
        top: -230px;
		left: -200px;
	}
	.charm-area::after{
		width: 340px;
		height: 340px;
		bottom: -190px;
		right: -100px;
	}

	.charm-area .txt-box .basic-txt{
		width: 100%;
		margin: 30px 0 0;
	}
	.feature-block{
		margin: 20px 0 0;
	}

	/* step-box */
	.feature-box{
		padding: 15px;
		width: 100%;
		border-radius: 5px;
	}
	.feature-block:nth-child(n + 2) .feature-box{
		margin: 10px 0 0;
	}

	.feature-box .catch-m{
		padding: 10px 0 0;
		font-size: 2.2rem;
		line-height: 1.57;
	}
	.feature-box .basic-txt{
		padding: 10px 0 0;
	}
	.feature-box::before{
		display: none;
	}
	.feature-box:nth-child(n + 2){
		margin: 20px 0 0;
	}
	
	.feature-block .feature-box .img{
		width: 100%;
		position: initial;
	}
	.feature-block .feature-box .img img{
		width: 100%;
		height: auto;
	}

	.feature-block .feature-box.img-left{
		padding: 20px;
		margin: 20px 0 0;
	}
	.feature-box.img-left::before{
	}

}

/* -----------------------------
	shop-area
-------------------------------- */
.grade-bg{
	position: relative;
	padding: 230px 0 240px;
	margin: 150px 0 0;
}
.grade-bg::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: url("../img/grade-bg.png") no-repeat top center / cover;
	z-index: -1;
}

.shop-area .txt-block{
	margin: 0 50px 0 0;
}
.shop-area .txt-block .catch-l{
	border-bottom: solid 1px var(--purple);
	padding: 0 0 10px;
}

.shop-area .shop-block{
	display: flex;
	flex-direction: row-reverse;
	margin: 30px 0 0;
}

.shop-area .shop-block .catch-m{
	padding: 20px 0 0;
}

.shop-area .shop-block .basic-txt{
	padding: 20px 0 0;
}

.shop-area .shop-block img{
	height: 100%;
    width: 430px;
}
.shop-area .shop-block iframe{
	width: 100%;
	margin: 20px 0 0;
}

@media screen and (max-width: 768px){
	.grade-bg{
		margin: 60px 0 0;
		padding: 80px 0;
	}
	.grade-bg::before{
		background: url("../img/grade-bg-sp.png") no-repeat top center / cover;
	}

	
	.shop-area {
		margin: 0 0;
	}
	.shop-area .shop-block{
		display: block;
		margin: 20px 0 0;
	}
	.shop-area .shop-block .catch-l{
		padding: 10px 0;
		font-size: 2rem;
	}
	.shop-area .shop-block .catch-m{
	}

	.shop-area .shop-block .basic-txt{
	}

	.shop-area .shop-block img{	
		margin: 0;
		width: 100%;
	}
	
	.shop-area .txt-block{
		margin: 0;
	}

}

/* -----------------------------
	shop-image-area
-------------------------------- */
.shop-image-area{
	margin: 0 0 0;
	position: relative;
}

.shop-image-area .ttl-l{
	text-align: center;
}
.shop-image-area ul{
	margin: 20px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.shop-image-area ul li{
	width: calc((100% / 4) - 8px);
	height: 200px;
}
.shop-image-area ul li img{
	width: 100%;
}

.shop-image-area ul li .photo-item{
	height: 200px;
}

.shop-image-area ul li .photo-item img{
	object-fit: cover;
	height: 100%;
}
@media screen and (max-width: 768px){
	.shop-image-area{
		margin: 10px 0 0;
	}

	
	.shop-image-area ul{
		margin: 0;
	}
	.shop-image-area ul li{
		width: calc((100% / 2) - 8px);
		height: 136px;
	}
	
	.shop-image-area ul li .photo-item{
		height: 136px;
	}
	
	.shop-image-area ul li .photo-item img{
		object-fit: cover;
		height: 100%;
	}
}
/* -----------------------------
	.staff-list
-------------------------------- */
.staff-area{
	margin: 50px 0 0;
}

.staff-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	gap: 10px;
	margin: 30px 0 0;
}
    
.staff-list .box{
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	line-height: normal;
	padding: 30px;
	border-radius: 5px;
	display: flex;
}
.staff-list .staff01 {
	grid-area: 1 / 1 / 2 / 3;
}

.staff-list .staff02 {
    grid-area: 2 / 1 / 3 / 2;
}

.staff-list .staff03 {
    grid-area: 2 / 2 / 3 / 3;
}

.staff-list .box > div{
	width: auto;
	margin: 0 20px 0 0;
}
.staff-list .box .basic-txt{
	flex: 1;
}
@media screen and (max-width: 768px){
	.staff-area{
		margin: 40px 0 0;
	}

	.staff-list {
		display: block;
		margin: 10px 0 0;
	}

	.staff-list .box{
		display: block;
		padding: 15px;
	}
	.staff-list .staff01 {
		grid-area: 1;
	}

	.staff-list .staff02 {
		grid-area: 1;
		margin: 10px 0 0;
	}

	.staff-list .staff03 {
		grid-area: 1;
		margin: 10px 0 0;
	}

	.staff-list .box > div{
		display: block;
	}
	.staff-list .box .basic-txt{
		padding: 10px 0 0;
	}
}

/* -----------------------------
	-area
-------------------------------- */

/* テーブル */
.shop-table {
	padding: 50px;
	background: #fff;
	margin: 30px 0 0;
	border-radius: 5px;

}
.shop-table table{
	width: 100%;
	border-collapse: collapse;
	line-height: 1.6;
	margin: 0 0 0;
}

.shop-table table tr{
	border-bottom:1px solid #d5d1ce;
}

.shop-table table th{
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding: 25px 0 25px 30px;
	width: 180px;
}

.shop-table table td{
	padding: 25px;
}

.shop-table table td .map-link a{
	text-decoration: underline;
	position: relative;
	padding: 0 0 0 20px;
}
.shop-table table td .map-link a::before{
	content: '\f3c5';
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px){


	/* テーブル */
	.table-block{
		padding: 10px;
		margin: 10px 0 0;
	}
	.shop-table table{
	}

	.shop-table table tr{
	}

	.shop-table table th{
		padding: 15px 0 15px 0px;
		width: 120px;
	}

	.shop-table table td{
		padding: 15px 0 15px 15px;
	}
}

/* -----------------------------
	work-area
-------------------------------- */

.work-area {
	margin: 0 0 0;
	position: relative;
	padding: 200px 0;
}

.work-area::after{
	content: '';
	position: absolute;
	width: 1221px;
	height: 1041px;
	top: -100px;
	right: -700px;
	background: url("../img/bg-right.png")  no-repeat top right / contain;
	z-index: -1;
}
.work-area::before{
	content: '';
    position: absolute;
    width: 100%;
    height: 729px;
    top: -200px;
    right: 0;
    background: url(../img/white-bg-curve02.png) no-repeat top center / cover;
	z-index: -1;
}
.work-area > div{
	display: flex;
	align-items: center;
}

.work-area .img-block{
	position: absolute;
	left: 0;
	width: 976px;
	transition: .3s all;
}
.work-area .img-block > div{
	position: relative;
    display: flex;
    gap: 7px 11px;
    flex-wrap: wrap;
}
.work-area .img-block > div::before{
	content: '';
	position: absolute;
	width: 976px;
	height: 144px;
	top: 0;
	right: 0;
	background: url("../img/curve-top01.svg") no-repeat top center / contain;
	z-index: 2;
}
.work-area .img-block > div::after{
	content: '';
	position: absolute;
	width: 976px;
	height: 110px;
	bottom: -2px;
	right: 0;
	background: url("../img/curve-bottom01.svg") no-repeat top center / contain;
	z-index: 2;
}

.work-txt-block{
	width: 600px;
	margin: 0 0 0 auto;
	position: relative;
}
.work-area .txt-block{
	padding: 30px 0 0;
}
.work-area .basic-txt{
	padding: 30px 0 0;

}
.work-area li{
	border-bottom: solid 3px var(--purple);
	padding: 20px 0 0;
	display: table;
}

.work-area .btn-more{
	margin: 50px 0 0;
}

@media screen and (max-width: 1650px){
	.work-area .img-block {
		position: absolute;
		left: -100px;
	}
	.work-txt-block{
		width: 550px;
	}
}

@media screen and (max-width: 768px){
	.work-area {
		padding: 0;
		margin: 20px 0 0;
	}
	.work-area::before{
		width: 100%;
		height: 170px;
		top: -70px;
	}
	.work-area::after{
		width: 358px;
        height: 320px;
        top: 320px;
        right: -200px;
	}
	.work-area > div{
		display: block;
	}

	.work-area .img-block{
		width: calc(100% - 20px);
		position: inherit;
		margin: 0 0 0 auto;
	}
	.work-area .img-block > div{
		gap: 5px 7px;
		bottom: -2px;
	}
	.work-area .img-block > div::before{
		width: 103%;
	}
	.work-area .img-block > div::after{
		width: 100%;
		background-position: bottom center;
	}
	.work-area .img-block figure:nth-child(2){
		width: 59%;
	}
	.work-area .img-block figure:nth-child(3){
		width: 39%;
	}
	.work-txt-block{
		width: 100%;
	}
	.work-area .txt-block{
		padding: 20px 0 0;
	}
	.work-area .basic-txt{
		padding: 20px 0 0;
	}
	.work-area li{
		padding: 10px 0 0;
	}
	.work-area li .catch-m{
		font-size: 2rem;
	}
	.work-area .btn-more{
		margin: 30px auto 0;
		display: table;
	}

}

/* -----------------------------
	training-area
-------------------------------- */
.training-area{
	margin: 100px 0 0;
}
.okinawa .training-area{
	margin: 100px 0;	
}
.training-area .ttl-l{
	text-align: center;
}
.training-area .txt-block{
	padding: 30px 0 0;
	text-align: center;
}
.training-list{
	background: #fff;
	margin: 30px 0 0;
}
.training-list ul{
	display: flex;
	justify-content: space-between;
}
.training-list ul li{
	background: #fff;
	padding: 0 0 20px;
	width: calc((100% / 2) - 20px);
	border: solid 1px var(--purple);
	position: relative;
	border-radius: 5px;
}
.training-list ul li .title{
	background: var(--gradation);
	color: #fff;
	/*position: absolute;
	top: 0;
	left: 0;*/
    padding: 0 12px;
    font-size: 2rem;
    font-weight: bold;
	border-radius: 3px 3px 0 0;
	text-align: center;
}
.training-list ul li .catch-m{
	padding: 10px 20px 0;
}
.training-list ul li .basic-txt{
	padding: 10px 20px 0;
    position: relative;
    margin: 10px 0 0;
}
.training-list ul li .basic-txt::before{
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #bb7db1 1px, transparent 1px);
    background-size: 5px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

@media screen and (max-width: 768px){
	.training-area{
		margin: 50px 0 0;
	}
	.okinawa .training-area{
		margin: 50px 0;	
	}
	.training-area .ttl-l{
	}
	.training-area .txt-block{
		padding: 20px 0 0;
	}
	.training-list{
		margin: 10px 0 0;
	}
	.training-list ul{
		display: block;
	}
	.training-list ul li{
		width: 100%;
		padding: 0 0 10px;
	}
	.training-list ul li:nth-child(2){
		margin: 10px 0 0;
	}
	.training-list ul li .title{
		font-size: 1.8rem;
	}
	.training-list ul li .basic-txt{
	}
}

/* -----------------------------
	job-description-area
-------------------------------- */
.job-description-area{
	margin: 100px 0 ;
}
.job-description-area .ttl-l{
	text-align: center;
}
.job-description-area .table{
	margin: 30px 0 0;
}
.job-description-area .description-area{
	padding: 50px;
	background: #f8f8f8;
	margin: 30px auto 0;
}
.job-description-area .table th{
	width: 21%;
}
@media screen and (max-width: 768px){
	.job-description-area{
		margin: 50px 0 ;
	}
	.job-description-area .ttl-l{
	}
	.job-description-area .description-area{
		margin: 10px auto 0;
		padding: 15px;
	}
	.job-description-area .table{
		margin: 0;
	}
	.job-description-area .table th{
		width: 100%;
	}
}

