@charset "utf-8";

/* -----------------------------
	共通
-------------------------------- */
#top .copy {
	font-weight: bold;
	font-size: 3.0rem;
	line-height: 1.5;
	padding: 20px 0 15px;
}

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

	#top .copy {
		font-size: 2.6rem;
		padding: 20px 20px 0 30px;
	}

}


/* -----------------------------
	mv-area
-------------------------------- */
.mv-area {
	padding: 200px 0 0;
	position: relative;
	height: 975px;
	margin: 0 0 300px;
	overflow: hidden;
}
.mv-area .test-slick{
	width: 620px;
	top: 0;
	right: 110px;
	position: absolute;
}
.mv-area video{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 925px;
	object-fit: cover;
	opacity: .35;
}
.mv-area::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 925px;
	top: 0;
	left: 0;
	background: url("../img/page-title-bg.jpg")  no-repeat center top / cover;
	z-index: -2;
}
.mv-area svg{
	position: absolute;
	width: 100%;
	bottom: -1px;
	min-width: 1600px;
	left: 0;
}

.mv-catch{
	font: 3.6rem var(--notoserif);
	letter-spacing: 0.2em;
	line-height: 1.8;
	font-weight: 400;
    color: #333;
    position: relative;
    z-index: 1;

}
.mv-txt{
	padding: 30px 0 0;
	width: 560px;
	color: #6f566b;
}
.mv-area .en-bg{
	position: absolute;
	font-size: 20rem;
	letter-spacing: 0.1em;
	opacity: .4;
	top: 20px;
	color: #333;
	mix-blend-mode: color-burn;
	font-family: var(--cormorant);
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	white-space: nowrap;
}

.mv-area .test-slick{
	height: 925px!important;
}

.mv-area .test-slick img{
	width: 620px;
	height: 380px;
	margin: 10px 0;
	border-radius: 5px;
}

@media screen and (max-width: 768px){
	.mv-area {
		height: 415px;
		margin: 0;
		padding: 130px 0 0;
		overflow: inherit;
	}
	.mv-area .test-slick{
	}
	.mv-area video{
		height: 400px;
	}
	.mv-area::before{
		height: 400px;
	}
	.mv-area svg{
		min-width: 100%;
		bottom: 10px;
	}

	.mv-catch{
font-size: 2rem;
        position: relative;
        z-index: 1;
        line-height: 2.15;
		letter-spacing: 0.2em;
	}
	.mv-txt{
		display: none;
	}
	.mv-area .en-bg{
		font-size: 4.9rem;
		top: 50px;
		opacity: 0.4 !important;
		color: var(--purple);
	}

	.mv-area .test-slick{
		width: 160px;
		height: 100px!important;
		right: 20px;
	}

	.mv-area .test-slick img{
		width: 160px;
		height: 100px;
		margin: 2px 0;
	}
}


/* -----------------------------
	.top-banner-list
-------------------------------- */

.top-banner-list{
	margin: 30px 0 0;
	position: relative;
	z-index: 3;
}
.top-banner-list .catch-s{
	position: relative;
	display: inline-block;
	width: 560px;
}
.top-banner-list .catch-s::before{
	content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    top: 0;
    right: -30px;
    background-image: linear-gradient(to right, #bb7db1 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.top-banner-list ul{
	display: flex;
	justify-content: center;
	/*flex-wrap: wrap;
	width: 517px;*/
	gap: 0 20px;
	margin: 20px 0 0;
	width: 870px;
}
.top-banner-list li{
	width: 159px;
	height: 159px;
	background: url("../img/top-banner-singapore.png") no-repeat top center / contain;
	position: relative;
	top: 0;
	transition: .3s all;
	overflow: hidden;
	border-radius: 100px;
}
.top-banner-list li.hongkong{
	background: url("../img/top-banner-hongkong.png") no-repeat top center / contain;
}
.top-banner-list li.thailand{
	background: url("../img/top-banner-thailand.png") no-repeat top center / contain;
}
.top-banner-list li.vietnam{
	background: url("../img/top-banner-vietnam.png") no-repeat top center / contain;
}
.top-banner-list li.okinawa{
	background: url("../img/top-banner-okinawa.png") no-repeat top center / contain;
}
.top-banner-list li:hover{
	top: -10px;
}

.top-banner-list li a{
	height: 100%;
	display: block;
}
.top-banner-list li a::before{
	content: '';
	position: absolute;
	width: 41px;
	height: 7px;
	bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background: url("../img/arrow-white.svg") no-repeat top center / contain;
	transition: .3s all;
}
.top-banner-list li:hover a::before{
	left: 52%;
}
.top-banner-list li a .ttl-l{
	display: flex;
    flex-direction: column;
    text-align: center;
	padding: 60px 0 0;
}
.top-banner-list li a .ttl-l .en{
	color: #fff;
	font-size: 1.3rem;
}
.top-banner-list li a .ttl-l .jp{
	color: #fff;
	font-size: 2rem;
}
.top-banner-list li::before {
  content: '';
  position: absolute;
  top: 0;
  left: -300%;
  width: 300%;
  height: 100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 80%);
  transition: .5s;
	z-index: 3;
	border-radius: 100px;
}

/* ホバー時のスタイル */
.top-banner-list li:hover::before {
  top: 0;
  left: 100%;
}


@media screen and (max-width: 768px){
	.top-banner-list{
		margin: 40px 0 0;
		text-align: center;
		z-index: 0;
	}
	
	.top-banner-list .catch-s{
		width: 100%;
	}
	.top-banner-list .catch-s::before{
		width: 100%;
		right: 0;
	}
	.top-banner-list .catch-s span{
		background: #fff;
		position: relative;
		padding: 0 10px;
	}

	.top-banner-list ul{
		width: 100%;
		justify-content: space-between;
		gap: 5px;
		margin: 10px 0 0;
		flex-wrap: wrap;
	}
	.top-banner-list li{
		background: url("../img/top-banner-singapore-sp.png") no-repeat top center / cover;
		height: auto;
		width: calc((100% / 2) - 3px);
		border-radius: 5px;
		height: 60px;
	}
	.top-banner-list li.hongkong{
		background: url("../img/top-banner-hongkong-sp.png") no-repeat top center / cover;
	}
	.top-banner-list li.thailand{
		background: url("../img/top-banner-thailand-sp.png") no-repeat top center / cover;
	}
	.top-banner-list li.vietnam{
		background: url("../img/top-banner-vietnam-sp.png") no-repeat top center / cover;
	}
	.top-banner-list li.okinawa{
		background: url("../img/top-banner-okinawa-sp.png") no-repeat top center / cover;
	}

	.top-banner-list li a{
		width: 100%;
	}
	.top-banner-list li a .ttl-l{
		padding: 15px 0 0;
	}
	.top-banner-list li a .ttl-l .en{
		font-size: 1.2rem;
	}
	.top-banner-list li a .ttl-l .jp{
		font-size: 1.6rem;
	}
	.top-banner-list li:hover{
		top: 0;
	}
	.top-banner-list li::before{
		display: none;
	}
	.top-banner-list li a::before{
		display: none;	
	}
	.top-banner-list li a::after{
		content: "\f105";
		font-family: 'FontAwesome';
		padding: 0 0;
		color: #fff;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		background: none;
	}
	

}

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

.work-area {
	margin: 350px 0 0;
	position: relative;
	padding: 0 0;
}
.work-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;
}
.work-area > div{
	display: flex;
	align-items: center;
}

.work-area .img-block{
	position: absolute;
	left: 0;
	width: 976px;
	transition: .5s 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: 1014px;
	height: 232px;
	bottom: -150px;
	right: 0;
	background: url("../img/curve-bottom01-2.svg") no-repeat top center / contain;
	z-index: 2;
}


.work-txt-block{
	width: 500px;
	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: 1600px){
	.work-area .img-block{
		left: -200px;
	}
	.work-txt-block{
		margin: 0 230px 0 auto;
		width: 450px;
	}
}

@media screen and (max-width: 768px){
	.work-area {
		padding: 0;
		margin: 40px 0 0;
	}
	.work-area::before{
		width: 318px;
		height: 270px;
		top: 250px;
		right: -200px;
	}
	.work-area > div{
		display: block;
	}

	.work-area .img-block{
		width: calc(100% - 20px);
		position: inherit;
		margin:0 auto 0 0;
	}
	.work-area .img-block > div{
		gap: 6px 7px;
	}
	.work-area .img-block > div::before{
		width: 103%;
		right: -1px;
	}
	.work-area .img-block > div::after{
		width: 100%;
		background-position: bottom center;
		bottom: -55px;
	}
	.work-area .photoArea figure{
		height: 145px;
	}
	.work-area .img-block figure:nth-child(2){
		width: 57%;
	}
	.work-area .img-block figure:nth-child(3){
		width: 41%;
	}
	.work-txt-block{
		width: 100%;
		text-align: center;
		z-index: 2;
		padding: 20px 20px 0;
	}
	.work-area .txt-block{
		padding: 20px 0 0;
	}
	.work-area .basic-txt{
		display: none;

	}
	.work-area li{
		padding: 10px 0 0;
	}
	
	.work-area .btn-more{
		margin: 20px auto 0;
		display: inline-block;
	}
	

}

/* -----------------------------
	locations-area
-------------------------------- */
.locations-area{
	margin: 400px 0 0;
	position: relative;
}

.locations-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;
}
.locations-area::after{
	content: '';
	position: absolute;
	width: 1290px;
	height: 1290px;
	bottom: 0px;
	right: -200px;
	background: url("../img/bg-grade01.png")  no-repeat top right / contain;
	z-index: -1;
}
.locations-txt-block{
	text-align: center;
}
.locations-txt-block .catch-l{
	padding: 30px 0 0;
}
.locations-txt-block .basic-txt{
	padding: 22px 0 0;
}

.locations-area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 100px 50px;
	margin: 70px 0 0;
}
.locations-area ul li{
	position: relative;
	transition: .3s all;
  overflow: hidden;
}
.locations-area ul li a{
	position: relative;
}
.locations-area ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -300%;
  width: 300%;
  height: 100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 80%);
  transition: .5s;
	z-index: 3;
}

/* ホバー時のスタイル */
.locations-area ul li a:hover::before {
  top: 0;
  left: 100%;
}



.locations-area ul li:hover{
	margin: -10px 0 0;
}
.locations-area ul li:nth-child(1){
	top: 50px;
}
.locations-area ul li:nth-child(3){
	top: -50px;
}
.locations-area ul li:nth-child(5){
	top: -50px;
}

.locations-area ul li.okinawa{
}

.locations-area ul li .btn-txt{
	position: absolute;
	bottom: 10px;
    right: 70px;
}
.locations-area ul li a:hover .btn-txt::before{
	 right: -60px;
}
.locations-area ul .ttl-l{
	display: none;
}

@media screen and (max-width: 1400px){
	.locations-area ul li{
		width: 360px;	
	}
	.locations-area .photoArea.move figure img{
		width: 360px;	
	}
	.locations-area .inner1500{
		width: 1200px;
	}
}

@media screen and (max-width: 768px){
	.locations-area{
		margin: 60px 0 0;
	}
	.locations-area .inner1500{
		width: 100%;
	}
	.locations-area::before{
		width: 318px;
		height: 270px;
		top: -80px;
    left: -200px;
	}
	.locations-area::after{
		width: 396px;
		height: 396px;
		right: -100px;
	}
	.locations-txt-block{
	}
	.locations-txt-block .catch-l{
		padding: 15px 0 0;
	}
	.locations-txt-block .basic-txt{
		display: none;
	}

	.locations-area ul{
		margin: 20px 0 0;
		    gap: initial;
		justify-content: space-between;
	}
	.locations-area ul li{
		width: calc((100% / 2) - 10px);
	}
	.locations-area ul li:nth-child(1){
		top: auto;
	}
	.locations-area ul li:nth-child(3){
		top: auto;
	}
	.locations-area ul li:nth-child(5){
		top: auto;
	}
	.locations-area ul li:nth-child(n + 3){
		margin: 30px 0 0;
	}

	.locations-area ul li .btn-txt{
		display: none;
	}
	.locations-area .photoArea figure{
		display: grid;
	}
	.locations-area .photoArea.move figure img{
		width: 100%;	
	}
	.locations-area .img-block .ttl-l{
		display: block;
		text-align: center;
		padding: 5px 0 0 ;
	}
	.locations-area .img-block .ttl-l::before{
		content: '';
		position: absolute;
		width: 30px;
		height: 6px;
		bottom: 10px;
		right: 0;
		background: url("../img/arrow-black.svg") no-repeat top center / contain;
	}
	.locations-area .ttl-l .en{
		font-size: 1rem;
	}
	.locations-area .ttl-l .jp{
		font-size: 1.6rem;
	}
}

/* -----------------------------
	.beginner-area
-------------------------------- */

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

.beginner-area .img-block{
	position: absolute;
	right: 0;
	width: 976px;
}
.beginner-area .img-block > div{
	position: relative;
    display: flex;
    gap: 7px 9px;
    flex-wrap: wrap;
}
.beginner-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;
}
.beginner-area .img-block > div::after{
	content: '';
	position: absolute;
	width: 1014px;
	height:232px;
	bottom: -150px;
	right: 0;
	background: url("../img/curve-bottom01-2.svg") no-repeat top center / contain;
	z-index: 2;
}

.beginner-txt-block{
	width: 580px;
    margin: 0 auto 0 0;
    background: var(--light-gradation);
    position: relative;
    padding: 80px;
    z-index: 2;
    border-radius: 5px;
    top: 245px;
}
.beginner-area .txt-block{
	padding: 30px 0 0;
}
.beginner-area .ttl-l .en,
.beginner-area .ttl-l .jp{
}
.beginner-area .catch-l{
}
.beginner-area .basic-txt{
	padding: 30px 0 0;
}

.beginner-area .btn-more{
	margin: 30px 0 0;
}

@media screen and (max-width: 768px){
	.beginner-area {
		margin: 30px 0 0;
		padding: 0;
	}
	.beginner-area::before{
		display: none;
	}
	.beginner-area::after{
		width: 318px;
		height: 270px;
		bottom: -10px;
		right: -140px;
	}
	.beginner-area > div{
		display: block;
	}

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

	}
	.beginner-area .ttl-l{
		padding: 10px 0 0;
	}
	.beginner-area .ttl-l .en{
		color: var(--purple);
	}
	.beginner-area .ttl-l .jp{
		color: #333;
	}
	.beginner-area .catch-l{
		color: #333;
	}
	.beginner-area .basic-txt{
		display: none;
	}
	
	.beginner-area .btn-more{
		display: inline-block;
	}
}

/* -----------------------------
	interview-area
-------------------------------- */
.grade-bg{
	position: relative;
	padding: 230px 0 240px;
	margin: 350px 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;
}


.interview-area{
	margin: 0 0 0;
	position: relative;
}


.interview-area ul{
	margin: 27px 0 0!important;
	display: flex;
	justify-content: space-between;
}
 
.interview-area li{
	border: solid 1px var(--purple);
	border-radius: 5px;
	padding: 15px 30px;
	background: #fff;
	margin: 0 10px;
	flex: 1;
}

.interview-area li > div{
	display: flex;
	align-items: center;
}
.interview-area li > div > div{
	display: grid;
}
.interview-area li img{
	display: inline-block;
	width: 70px;
}
.interview-area .name{
	display: inline-block;
	margin: 0 0 0 10px;
	font: 500 1.6rem/1.8 var(--notoserif);
	letter-spacing: 0.05em;
}
.interview-area .name span{
	font-size: 2.2rem;
}
.interview-area li .catch-s{
	margin: 10px 0 0;
}
.interview-area li .basic-txt{
	margin: 10px 0 0;
}

.interview-area .shop{
	color: var(--purple);
	font-size: 1.2rem;
	border-radius: 30px;
	border: solid 1px var(--purple);
	display: inline-block;
	line-height: 1;
	padding: 3px 10px;
	margin: 0 0 0 10px;
}

.interview-area .btn-more{
	margin: 50px auto 0;
	display: table;
}
@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;
	}


	.interview-area{
	}

	.interview-area .splide__arrows {
	}
	.interview-area .splide__pagination{
	}
	.scroll-hint.is-right-scrollable{
		overflow-x: scroll;
	}
	.interview-area ul{
		display: block;
		padding: 0 20px 0 20px;
	}

	.interview-area li.splide__slide{
		width: 100%;
		min-width: 320px;
		margin: 10px 0 0;
		padding: 10px;
	}
	.interview-area li img{
		width: 50px;
		margin: 0;
	}
	.interview-area li > div > div{
		display: flex;
		align-items: center;
	}
	.interview-area .name{
	}
	.interview-area .name span{
		font-size: 2rem;
	}

	.interview-area .shop{
	}
	.interview-area li .catch-s{
		font-size: 1.8rem;
		margin: 5px 0 0;
		height: min-content;
	}
	.interview-area li .basic-txt{
		display: none;
	}
	.interview-area .btn-more{
		margin: 30px auto 0;
	}
}

/* -----------------------------
	recruit-btn-area
-------------------------------- */
.recruit-btn-l-area{
	margin: 110px 0 0;
}
.recruit-btn-l-area > div{
	padding: 0 40px;
}
.recruit-btn-l-area ul.btn-list{
	display: flex;
	justify-content: space-between;
}
.recruit-btn-l-area ul.btn-list li{
	width: calc((100% / 2) - 10px);
	position: relative;
	top: 0;
	transition: .3s all;
}
.recruit-btn-l-area ul.btn-list li a{
	background:#fff;
	padding: 65px 50px;
	border-radius: 5px;
	display: block;
	height: 340px;

}
.recruit-btn-l-area ul.btn-list li:hover{
	top: -10px;
}
.recruit-btn-l-area .btn-list .ttl-l .jp,
.recruit-btn-l-area .btn-list .ttl-l .en,
.recruit-btn-l-area .btn-list .ttl-l .catch-s{
}

.recruit-btn-l-area .btn-list .ttl-l .catch-s{
	padding: 14px 0 0;
	width: 250px;
	line-height: 2;
    font-size: 1.8rem;
}

.recruit-btn-l-area ul.btn-list li a::before{
	content: '';
	position: absolute;
	width: 382px;
	height: 340px;
	top: 0;
	right: 0;
	background: url("../img/recruit-btn-treatment.png") no-repeat top center / contain;
	border-radius: 0 5px 5px 0;
	transition: .3s all;
}
.recruit-btn-l-area ul.btn-list li:nth-child(2) a::before{
	background: url("../img/recruit-btn-description.png") no-repeat top center / contain;
}
.recruit-btn-l-area .btn-txt{
	top: 50px;
right: -100px;
}

.recruit-btn-l-area .btn-txt{
	color: #333;
}
.recruit-btn-l-area .btn-txt::before{
	background: url("../img/arrow-purple.png") no-repeat top center / contain;
}

@media screen and (max-width: 1600px){
	.recruit-btn-l-area .inner1500{
		width: 1300px;
		padding: 0;
	}
	.recruit-btn-l-area ul.btn-list li a::before{
		width: 300px;
		background-position: top left;
		background-size: cover;
	}
	.recruit-btn-l-area ul.btn-list li:nth-child(2) a::before{
		width: 300px;
		background-position: top left;
		background-size: cover;	}
}

@media screen and (max-width: 768px){
	.recruit-btn-l-area{
		margin: 40px 0 0;
	}
	.recruit-btn-l-area .inner1500{
		width: 100%;
		padding: 0 20px;
	}
	.recruit-btn-l-area > div{
		padding: 0 20px;
	}
	.recruit-btn-l-area ul.btn-list{
		display: block;
	}
	.recruit-btn-l-area ul.btn-list li{
		width: 100%;
		height: 130px;
		position: relative;
	}
	.recruit-btn-l-area ul.btn-list li:nth-child(2){
		margin: 10px 0 0;
	}
	.recruit-btn-l-area ul.btn-list li a{
		height: 130px;
		padding: 45px 30px 0;
	}

	.recruit-btn-l-area .btn-list .ttl-l .jp,
	.recruit-btn-l-area .btn-list .ttl-l .en,
	.recruit-btn-l-area .btn-list .ttl-l .catch-s{
	}

	.recruit-btn-l-area .btn-list .ttl-l .catch-s{
		display: none;
	}

	.recruit-btn-l-area ul.btn-list li a::before{
		height: 100%;
		width: 117px;
			background: url("../img/recruit-btn-treatment-sp.png") no-repeat top center / contain;
	}
	.recruit-btn-l-area ul.btn-list li:nth-child(2) a::before{
		background: url("../img/recruit-btn-description-sp.png") no-repeat top center / contain;
		width: 117px;
	}
	.recruit-btn-l-area ul.btn-list li a::after{
	    content: '';
		position: absolute;
		width: 41px;
		height: 7px;
		right: 120px;
		bottom: 15px;
		background: url(../img/arrow-white.svg) no-repeat top center / contain;
		transition: .3s all;
	}
	
	.recruit-btn-l-area ul .btn-txt{
		display: none;
	}
}

/* -----------------------------
	recruit-btn-s-area
-------------------------------- */
.recruit-btn-s-area {
	margin: 100px 0 0;
}

.recruit-btn-s-area .btn-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 55px 30px;
}
.recruit-btn-s-area .btn-list li{
	width: calc((100% / 2) - 20px);

}
.recruit-btn-s-area .btn-list li a{
	display: flex;
	align-items: center;
}
.recruit-btn-s-area .btn-list li img{

}
.recruit-btn-s-area .btn-list li .ttl-l{
	margin: 0 0 0 25px;
	border-bottom: solid 1px var(--purple);
	display: block;
	width: 100%;
	padding: 0 0 20px;
	position: relative;
	flex: 1;
}
.recruit-btn-s-area .btn-list li .ttl-l::before{
		content: '';
	position: absolute;
	width: 41px;
	height: 7px;
	right: 15px;
	background: url("../img/arrow-purple.png") no-repeat top center / contain;
	transition: .3s all;
	top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.recruit-btn-s-area .btn-list li a:hover .ttl-l::before{
	right: -10px;
}
.recruit-btn-s-area .btn-list li .ttl-l .jp{
	font-size: 2rem;
	transition: .3s all;
}
.recruit-btn-s-area .btn-list li a:hover .ttl-l .jp{
	color: var(--purple);	
}

.recruit-btn-s-area .btn-list li .image{
	position: relative;
	overflow: hidden;
	border: solid 1px var(--purple);
	outline-offset: 0;
    outline: 1px solid var(--purple);
    border-radius: 200px;
    border: solid 10px transparent;
	border-radius: 200px;
}
.recruit-btn-s-area .btn-list li .image::after {
	animation: 4s 4s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 100%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	width: 50%;
}


@keyframes shine {
	20% {
		left: 150%;
	}
	100% {
		left: 150%;
	}
}

@media screen and (max-width: 768px){
	.recruit-btn-s-area {
		margin: 40px 0 0;
	}

	.recruit-btn-s-area .btn-list{
		display: block;
	}
	.recruit-btn-s-area .btn-list li{
		width: 100%;
	}
	.recruit-btn-s-area .btn-list li:nth-child(n + 2){
		margin: 13px 0 0;
	}
	.recruit-btn-s-area .btn-list li a{
	}
	.recruit-btn-s-area .btn-list li .image{
		border: solid 3px transparent;
		display: flex;
	}
	.recruit-btn-s-area .btn-list li img{
		width: 80px;
	}
	.recruit-btn-s-area .btn-list li .ttl-l{
		padding: 0 0 10px;
		margin: 0 0 0 15px;
	}

	.recruit-btn-s-area .btn-list li .ttl-l .jp{
		font-size: 1.8rem;
	}
}

/* -----------------------------
	about-area
-------------------------------- */
.about-area{
	margin: 90px 0 0;
	position: relative;
}
.about-area::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 729px;
	top: -280px;
	right: 0;
	background: url("../img/white-bg-curve.png") no-repeat top center / cover;
}

.about-area .inner{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	position: relative;
	z-index: 1;
	justify-content: space-between;
}
.about-area .img-block{
	position: relative;
	margin: -100px -50px 0 50px;
}
.about-area .img-block > div::before {
    content: '';
    position: absolute;
    width: 663px;
    height: 146px;
    top: 0;
    right: 0;
    background: url(../img/curve-top03.svg) no-repeat top center / contain;
    z-index: 2;
}
.about-area .img-block > div::after {
    content: '';
    position: absolute;
    width: 663px;
    height: 98px;
    bottom: 0;
    right: 0;
    background: url(../img/curve-bottom03.svg) no-repeat top center / contain;
    z-index: 2;
}
.about-area .catch-l{
	margin: 30px 0 0;
}
.about-area .basic-txt{
	margin: 30px 0 0;
}
.about-area .btn-more{
	margin: 30px 0 0;
}
@media screen and (max-width: 768px){
	.about-area{
		margin: 60px 0 0;
	}
	.about-area::after{
		width: 100%;
		top: -100px;
		height: 170px;
	}

	.about-area .inner{
		display: block;
	}
	.about-area .img-block{
		width: 180px;
		margin: 0;
		position: absolute;
		right: 10px;
        top: -60px;
        z-index: -1;
	}
	.about-area .img-block > div::before {
		width: 100%;
		height: 40px;
		top: -1px;
	}
	.about-area .img-block > div::after {
		width: 100%;
		height: 28px;
	    bottom: -3px;
	}
	.about-area .ttl-l .jp img:last-of-type{
		margin: 15px 0 0 10px;
	}
	.about-area .catch-l{
	}
	.about-area .basic-txt{
		display: none;
	}
	.about-area .btn-more{
		display: table;
		margin: 30px auto 0;
	}
}

/* -----------------------------
	news-area
-------------------------------- */
#top .news-area {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 100px;
	background: #F9F9F9;
	border-radius: 5px;
	padding: 20px 50px;
	margin: 100px auto ;
}

#top .news-area .ttl-s {
	/*display: flex;
	align-items: center;
	flex-wrap: wrap;*/
}

#top .news-area .ttl-s .en {
	margin: 0 10px 0 0;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}

#top .news-area ul {
	/*border-top: var(--gray) solid 1px;*/
	width: 800px;
}

#top .news-area ul li a {
	display: flex;
	align-items: center;
	/*border-bottom: var(--gray) solid 1px;*/
	background: url("../img/arrow-black.png") no-repeat right 50px center / auto 10px;
}

#top .news-area ul li a .date {
	flex-shrink: 0;
	font-size: 1.8rem;
	font-family: var(--josefinsans);
	font-weight: 400;
	margin: 0 35px 0 0;
	color: #333;
}
#top .news-area ul li a .cate {
  border: var(--purple) solid 1px;
  color: #333;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  margin: 0 35px 0 0;
  min-width: 114px;
  padding: 4px 10px;
  line-height: 1.5;
	color: var(--purple);
	border-radius: 30px;

}
/*
#top .news-area ul li a .cate {
	min-width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 50px 0 30px;
}

#top .news-area ul li a .cate.type01 {
	color: var(--mediumblue);
	border-color: var(--mediumblue);
}

#top .news-area ul li a .cate.type02 {
	color: var(--green);
	border-color: var(--green);
}

#top .news-area ul li a .cate.type03 {
	color: var(--orange);
	border-color: var(--orange);
}*/

#top .news-area ul li a .title {
	/*font-size: 1.3rem;*/
}

#top .news-area .link-area {
	left: 0;
	top: 100px;
	display: flex;
}

#top .news-area .link-area p a {
	font-family: var(--josefinsans);
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	position: relative;
}
#top .news-area .link-area p a::before{
	display: inline-block;
    content: "\f105";
    font-family: 'FontAwesome';
    padding: 0 0;
    color: var(--purple);
	left: -13px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px){
	
	#top .news-area {
		position: relative;
		width: 100%;
		padding: 0 20px;
		background: none;
		margin: 36px auto 40px;
	}
	#top .news-area ul{
		padding: 7px 0 0;
	}

	#top .news-area ul li:nth-child(n + 2){
		display: none;
	}
	#top .news-area ul li a {
		display: block;
		padding: 0;
		background: none;
	}
	#top .news-area .ttl-s .en{
		font-size: 1.2rem;
	}

	#top .news-area ul li a .date {
		margin: 0 10px 0 0;
		width: auto;
		font-size: 1.8rem;
		line-height: 1.6;
		display: inline;
	}

	#top .news-area ul li a .cate {
		font-size: 1.1rem;
		margin: 0;
		padding: 2px 15px;
		        display: inline;
	}

	#top .news-area ul li a .title {
		line-height: 1.5;
		padding: 0 0 0;
	}

	#top .news-area .link-area {
		position: absolute;
		right: 23px;
		top: 0;
		left: auto;
	}

	#top .news-area .link-area p {
		line-height: 1;
	}

	#top .news-area .link-area p a {
		padding: 0 0 0 0;
				font-size: 1.2rem;
	}

}
