@charset "utf-8";


/* ==========================================================

	全体

========================================================== */
body {
	font-size: 16px;
	line-height: 1.8;
}

main { padding-bottom: 0;}

.lp_wrapper   { width: 1020px; margin-right: auto; margin-left: auto;}
.lp_wrapper_s { width: 800px; margin-right: auto; margin-left: auto;}

.footer_contact_wrap { margin-top: 0; padding: 0;}

.fc_red  { color: #DC000C;}
.fc_navy { color: #223B69;}

/* TB以上 */
@media screen and (min-width: 768px) {
	.pc_non { display: none;}
}

/* TB */
@media screen and (min-width : 768px) and (max-width : 1199.98px) {
	.lp_wrapper,
	.lp_wrapper_s { width: 90%; max-width: 800px;}
}

/* sp */
@media screen and (max-width : 767.98px) {
	.sp_non { display: none;}

	.lp_wrapper,
	.lp_wrapper_s { width: 90vw;}

	.lp_wrapper.--sp_full,
	.lp_wrapper_s.--sp_full { width: 100vw;}

	.cmn_banner_cta { display: none;}
}




/* bg
===========================================================*/
.bg_gray { background: #f6f6f6;}
.bg_light-blue { background: #E5F4FF;}




/* .bg_sky
===========================================================*/
.bg_sky {
	background: linear-gradient(180deg, #189CF9 0%, #FFF 26.92%);
	position: relative;
}

.bg_sky1 {
	background-image: url(../img/lp/lp_studyabroad_01/bg_sky1.jpg);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}

.bg_sky2 {
	background-image: url(../img/lp/lp_studyabroad_01/bg_sky2.jpg);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}

/* sp */
@media screen and (max-width : 767.98px) {
	.bg_sky1 { background-size: auto 941px;}
	.bg_sky2 { background-size: auto 1921px;}
}



/* bg_curve
===========================================================*/
.bg_curve_gray       { filter: invert(99%) sepia(14%) saturate(271%) hue-rotate(227deg) brightness(115%) contrast(93%); vertical-align:top;}
.bg_curve_white      { filter: invert(100%) sepia(100%) saturate(29%) hue-rotate(100deg) brightness(104%) contrast(111%); vertical-align:top;}
.bg_curve_light-blue { filter: invert(94%) sepia(94%) saturate(6647%) hue-rotate(177deg) brightness(107%) contrast(106%); vertical-align:top;}





/* section
===========================================================*/
/* pc */
@media screen and (min-width : 768px) {
	main section { padding-top: 100px; padding-bottom: 130px;}
}

/* sp */
@media screen and (max-width : 767.98px) {
	main section { padding-top: 8vw; padding-bottom: 8vw;}
}



/* title
===========================================================*/
.title_je {
	margin-bottom: 3rem;
	font-weight: normal;
	line-height: 1.1;
	text-align: center;
}

.title_je .__ja {
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
}

.title_je .__en {
	display: block;
	color: #3FA9F5;
	margin-bottom: 1.4rem;
	font-size: 27px;
}

.title_je .__point {
	display: inline-block;
	position: relative;
	color: #333;
	margin-bottom: 1rem;
}

.title_je .__point::before {
	content: '';
    height: 1.3em;
    border-left: 2px solid #333;
    position: absolute; left: -0.7em; top: 2px;
    transform: rotate(-30deg);
}

.title_je .__point::after {
	content: '';
    height: 1.3em;
    border-right: 2px solid #333;
    position: absolute; right: -0.6em; top: 2px;
    transform: rotate(30deg);
}

/* pc */
@media screen and (min-width : 768px) {
	.title_je { margin-bottom: 80px;}

	.title_je .__point { font-size: 30px;}
}

/* sp */
@media screen and (max-width : 767.98px) {
	.title_je { margin-bottom: 2rem;}

	.title_je .__ja { font-size: calc(28 / 430 * 100vw);}

	.title_je .__en { font-size: calc(25 / 430 * 100vw);}

	.title_je .__point { font-size: 1.8rem;}
}



/* display:flex
===========================================================*/
.flex1 { flex: 1;}

/* pc */
@media screen and (min-width : 1200px) {
	.df2-jcb-ais_pc {
		display: flex;
		justify-content: space-between; align-items: flex-start;
	}


}




/* ※
===========================================================*/
.notes {
	position: relative;
	padding-left: 1.5rem;
	font-size: 12px;
}

.notes .__ico { position: absolute; left: 0; top: 0;}

/* PC */
@media screen and (min-width: 768px) {

}

/* SP */
@media screen and (max-width: 767.98px) {
	.notes { font-size: 1.3rem;}
}


/* 無料カウンセリング予約ボタン
===========================================================*/
.reserve_area,
.btn_reserve {
	position: relative;
	padding-top: 32px;
}

.btn_reserve::before {
	content: '';
	display: block;
	width: 100%; height: calc(100% - 32px);
	background: #223B69;
	position: absolute; left: 50%; top: 50%;
	border-radius: calc(1px / 0);
}

.btn_reserve a {
	display: block;
	margin-right: auto; margin-left: auto;
	background: #FF4E18;
	color: #fff;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	border-radius: calc(1px / 0);
}

.btn_reserve a span {
	display: block;
	text-align: center;
}

.btn_reserve a::before {
	content: '';
	background: #fff;
	border-radius: 50%;
	position: absolute; top: 50%;
	transform: translateY(-50%);
}

.btn_reserve a::after {
	content: '';
	border-bottom: 3px solid #FF505A;
	border-right: 3px solid #FF505A;
	position: absolute; top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.btn_reserve a .-_pop {
	position: absolute; top: -30px; left: 50%;
    transform: translateX(-50%);
	width: 328px;
}



/* PC・TB */
@media screen and (min-width: 768px) {
	.reserve_area {	margin-top: -120px;}

	.btn_reserve a {
		width: 520px;
		padding-top: 10px; padding-right: 20px; padding-bottom: 10px;
		animation: push_pc 3s infinite;
		transition: all 0.3s;
	}
		@keyframes push_pc {
			0% {  top: 0px;}
			12% { top: 10px;}
			20% {  top: 0px;}
		}

	.btn_reserve::before {
		width: 520px;
		transform: translate(-50%, calc(-50% + 12px + 32px / 2));
	}

	.btn_reserve a:hover {
		transform: translate(0,10px);
		animation-play-state: paused;
	}

	.btn_reserve a::before {
		width: 36px; height: 36px;
		right: 20px;
	}

	.btn_reserve a::after {
		width: 12px; height: 12px;
		right: 34px;
	}

	.btn_reserve .-_text1 { font-size: 30px;}
	.btn_reserve .-_text2 { font-size: 16px;}

}


/* SP */
@media screen and (max-width: 767.98px) {
	.reserve_area {	top: -5vw;}

	.reserve_area.fixedMenu {
		position: fixed;
		top: 0; left: 0;
		width: 100%;
		padding-top: 1vw; padding-bottom: 4vw;
		z-index: 1000;
	}

	.btn_reserve::before {
		transform: translate(-50%, calc(-50% + 32px / 2 + 3vw));
		width: 90vw; max-width: 100%;
	}

	.btn_reserve.fixedMenu::before {
		height: calc(100% - 6vw);
		transform: translate(-50%, calc(-50% + 1.5vw));
	}

	.btn_reserve a {
		width: 90vw; max-width: 100%;
		padding-top: calc(18 / 430 * 100vw); padding-bottom: 2vw;
	}

	.btn_reserve a::before {
		width: 24px; height: 24px;
		right: 5vw;
	}

	.btn_reserve a::after {
		width: 9px; height: 9px;
		right: calc(5vw + 8px);
	}

	.btn_reserve .-_text1 { font-size: calc(21 / 430 * 100vw);}
	.btn_reserve .-_text2 { font-size: calc(14 / 430 * 100vw);}
}


/* btn_more
===========================================================*/
.btn_more {
	display: flex;
	justify-content: center; align-items: center;
}

.btn_more button {
	background: #FF4E18;
	border-radius: calc(1px / 0);
	position: relative;
	color: #fff;
	font-weight: bold;
	border: none;
}

.btn_more button span {
    content: '';
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.btn_more button span::after {
    content: '';
    border-bottom: 4px solid #FF505A;
    border-right: 4px solid #FF505A;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

/* PC・TB */
@media screen and (min-width: 768px) {
	.btn_more button {
		padding: 16px 73px;
	}

	.btn_more button span {
        width: 24px;
        height: 24px;
        right: 20px;
    }

	.btn_more button span::after {
        width: 10px;
        height: 10px;
        right: 8px;
    }
}

/* SP */
@media screen and (max-width: 767.98px) {
	.btn_more button {
		padding: calc(16 / 430 * 100vw) calc(73 / 430 * 100vw);
	}

	.btn_more button span {
        width: calc(24 / 430 * 100vw); height: calc(24 / 430 * 100vw);
        right: calc(20 / 430 * 100vw);
    }

	.btn_more button span::after {
        width: calc(10 / 430 * 100vw); height: calc(10 / 430 * 100vw);
        right: calc(8 / 430 * 100vw);
    }
}





/* btn_top
===========================================================*/
.btn_top {
	position: fixed;
	background: #5E80D5;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;	justify-content: center; align-items: center;
	box-shadow: 0 5px 5px rgba(0,0,0, 0.3);
	border-radius: 50%;
	cursor: pointer;
}

/* PC・TB */
@media screen and (min-width: 768px) {
	.btn_top {
		right: 30px; bottom: 50px;
		width: 98px; height: 98px;
		padding-top: 7px;
		font-size: 14px;
	}

	.btn_top img {
		width: 52%; height: auto;
		margin-bottom: 3px;
	}
}

/* SP */
@media screen and (max-width: 767.98px) {
	.btn_top {
		right: 3vw; bottom: 8vw;
		width: 21.33vw; height: 21.33vw;
		padding-top: 1vw;
		font-size: 12px;
	}

	.btn_top img {
		margin-bottom: 2px;
		width: 12.8vw; height: auto;
	}

}




/* ==========================================================

	アニメーション

========================================================== */
/* スクロールをしたら出現する要素にはじめに透過0を指定 */
.fadeInTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.fadeLeftTriggerSetP,
.fadeRightTriggerSetP,
.fadeRightTriggerSetA,
.fadeRightTriggerSetPA {
    opacity: 0;
}

/* その場でフェードイン
===========================================================*/
.fadeIn {
	animation-name:fadeInAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	opacity:0;
}

	@keyframes fadeInAnime{
		from {
			opacity: 0;
		}

		to {
			opacity: 1;
		}
	}


/* 上から
===========================================================*/
.fadeDown {
	animation-name:fadeDownAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}

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

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


/* 右から
===========================================================*/
.fadeRight{
	animation-name:fadeRightAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
	@keyframes fadeRightAnime{
		from {
		opacity: 0;
		transform: translateX(100px);
		}

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


/* 左から
===========================================================*/
.fadeLeft{
	animation-name:fadeLeftAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
	}

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

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


/* 左下から飛行機イラスト
===========================================================*/
.rp_plane { position: relative;}

.setP {	opacity: 0;}

.fadePlane {
	animation-name: fadePlaneAnime;
	animation-delay: 0.8s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
	@keyframes fadePlaneAnime{
		from {
			opacity: 0;
			transform: translate(-100%, 100%);
		}

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

/* PC */
@media screen and (min-width: 768px) {
	.setP {
		position: absolute; bottom: -140px; right: 25%;
		width: 949px;
	}
}

/* SP */
@media screen and (max-width: 767.98px) {
	.setP {
		position: absolute; bottom: -16.6vw; left: -31vw;
		width: calc(100% + 27vw);
	}
}




/* 右下から飛行機写真
===========================================================*/
.rp_airplane { position: relative;}

.setA {
	position: absolute;
	opacity: 0;
}

.fadeAirplane {
	z-index: 20;
	animation-name: fadeAirplaneAnime;
	animation-delay: 0.5s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
	@keyframes fadeAirplaneAnime{
		from {
			opacity: 0;
			transform: translate(100%, 100%);
		}

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

/* PC */
@media screen and (min-width: 768px) {
	.setA {
		top: -80px; right: -150px;
		width: 400px;
	}
}

/* SP */
@media screen and (max-width: 767.98px) {
	.rp_airplane { padding-top: 24vw;}

	.setA {
		top: -30vw; right: -16vw;
		width: 88vw;
	}
}


/* fadeRightTriggerSetPA
===========================================================*/
/* SP */
@media screen and (max-width: 767.98px) {
	.fadeRightTriggerSetPA {
		padding-top: 5vw;
	}
}









/* ==========================================================

	header

========================================================== */
header {
    background-color: #fff;
    box-shadow: 0 0 0.2rem rgba(61,61,61,0.2);
    display: flex;
    align-items: center;
    height: 5rem;
    padding: 0.2rem 0 0 1.8rem;
    position: relative;
}

header img { height: 2.55rem;}






/* ==========================================================

	MV

========================================================== */
.mv { position: relative;}

.mv h1 {
	color: #fff;
	display: flex;
	flex-direction: column;
}


/* PC・TB */
@media screen and (min-width: 768px) {
	.mv {
		height: 460px;
		background-image: url(../img/lp/lp_studyabroad_01/airplane.png), url(../img/lp/lp_studyabroad_01/mv_bg_pc.jpg);
		background-size: 676px 298px, cover;
		background-position: calc(50% + (676px / 2) - 60px) 65px, center center;
		background-repeat: no-repeat, no-repeat;
	}

	.mv h1 {
		padding-top: 47px;
		margin-left: calc(158 / 1020 * 100%);
		line-height: 1.5;
	}

	.mv h1 .__text1 { margin-bottom: 44px;}

	.mv h1 .__text1 img { width: 422px; height: auto;}

	.mv h1 .__text2 { font-size: 32px;}
}

/* TB */
@media screen and (min-width : 768px) and (max-width : 1199.98px) {

}

/* SP */
@media screen and (max-width: 767.98px) {
	.mv {
		aspect-ratio: 430 / 460;
		background-image: url(../img/lp/lp_studyabroad_01/airplane.png), url(../img/lp/lp_studyabroad_01/mv_bg_sp.jpg);
		background-size: calc(388 / 430 * 100vw) calc(195 / 430 * 100vw), 100% auto;
		background-position: calc(42 / 430 * 100vw) calc(140 / 430 * 100vw), center center;
		background-repeat: no-repeat, no-repeat;
		padding-top: 7vw;
	}

	.mv h1 .__text1 {
		width: calc(352 / 430 * 100vw); height: auto;
	}

	.mv h1 .__text2 {
		margin-top: calc(99 / 430 * 100vw);
		font-size: calc(26 / 430 * 100vw);
		line-height: 1.4;
	}
}


/* アニメーション
===========================================================*/
.fadeInBg {
	animation-name:fadeInBgAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}

	@keyframes fadeInBgAnime{
		from {
			opacity: 0;
		}

		to {
			opacity: 1;
		}
	}

.fadeMvSky {
	animation-name:fadeMvSkyAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}

	@keyframes fadeMvSkyAnime{
		from {
			transform: translateY(0);
		}

		to {
			transform: translateY(100%);
		}
	}

.fadeMvAirplane {
	position: absolute;
	z-index: 20;
	animation-name: fadeMvAirplaneAnime;
	animation-delay: 0.5s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
	@keyframes fadeMvAirplaneAnime{
		from {
			opacity: 0;
			transform: translate(100%, 100%);
		}

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

/* PC */
@media screen and (min-width: 768px) {
	.fadeMvAirplane { left: 50%;}
}

/* TB */
@media screen and (min-width : 768px) and (max-width : 1199.98px) {
	.fadeMvAirplane { left: 40%;}
}

/* SP */
@media screen and (max-width: 767.98px) {
	.fadeMvAirplane { right: -11vw;}
}









/* ==========================================================

	ISS留学ライフの留学フェアとは？

========================================================== */
.fair { padding-top: 130px; padding-bottom: 130px;}

.fair .__area {
	display: flex;
	flex-wrap: wrap; justify-content: space-between; align-items: flex-start;
}

.fair h2 {
	width: 480px;
	color: #3FA9F5;
	font-size: 3rem;
	line-height: 1.3;
}

.fair h2 .__sub {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 2vw;
}

.fair .fade_plane { bottom: -11vw;}

.fair p {
	color: #3169CF;
	width: 450px;
	font-size: 18px;
}

/* PC */
@media screen and (min-width: 768px) {
	.fair .setP { right: -40px; bottom: -300px;}
}

/* TB */
@media screen and (min-width : 768px) and (max-width : 1199.98px) {
	.fair h2 { width: 45%;}

	.fair p { flex: 1;}
}

/* sp */
@media screen and (max-width : 767.98px) {
	.fair { padding-top: 14vw; padding-bottom: 20vw;}

	.fair h2 { margin-bottom: 13vw;}

	.fair h2 .__sub { margin-bottom: 2vw;}
}








/* ==========================================================

	まずはご相談ください

========================================================== */
.counseling { position: relative}

.counseling h2 .__blue { color: #3FA9F5;}
.counseling h2 .__small { color: #223B69;}

.counseling h2 span {
	display: block;
	text-align: center;
}

.counseling .__merit { background: #F4F4F4;}

.counseling .__merit h3 {
	text-align: center;
	color: #223B69;
}

.counseling li {
	background: url(../img/lp/lp_studyabroad_01/ico_airplane.svg) no-repeat;
	padding-left: 2.3em;
	border-bottom: 2px dotted #c7c7c7;
	color: #3FA9F5;
	font-weight: bold;
}
.counseling li:last-child { border-bottom: none;}

.counseling li span { color: #EB3943;}

.counseling .__message {
	text-align: center;
	font-weight: bold;
}


/* PC・TB */
@media screen and (min-width : 768px) {
	.counseling { padding-top: 62px;}

	.counseling::after {
		border-top: 60px solid #fff;
		border-left: 54px solid transparent;
		border-right: 54px solid transparent;
		bottom: -60px;
	}

	.counseling h2 { margin-bottom: 40px;}

	.counseling h2 .__blue { font-size: 40px;}
	.counseling h2 .__small { font-size: 24px;}

	.counseling .__merit {
		border-radius: 10px;
		width: 90%; max-width: 638px;
		padding: 24px 16px 16px;
		margin-right: auto; margin-bottom: 95px; margin-left: auto;
	}

	.counseling .__merit h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.counseling li {
		font-size: 20px;
		padding-top: 10px; padding-bottom: 10px;
		background-size: 32px auto;
		background-position: left center;
	}

	.counseling .__message {
		margin-top: 50px; margin-bottom: 50px;
		font-size: 23px;
	}
}

/* TB */
@media screen and (min-width : 768px) and (max-width : 1199.98px) {

}

/* SP */
@media screen and (max-width: 767.98px) {
	.counseling::after {
		border-top: 30px solid #fff;
		border-left: 22px solid transparent;
		border-right: 22px solid transparent;
		bottom: -30px;
	}

	.counseling h2 { margin-bottom: 1.5rem;}

	.counseling .__merit {
		border-radius: 5px;
		padding: 5vw 4vw 2vw;
	}

	.counseling h2 .__blue { font-size: 2rem;}
	.counseling h2 .__small { font-size: 1.6rem;}

	.counseling h3 { text-align: center;}

	.counseling ul { font-size: 1.4rem;}

	.counseling li {
		padding-top: 3vw; padding-bottom: 2vw;
		background-position: left 3.3vw;
	}

	.counseling .__message { margin-top: 9vw; margin-bottom: 7vw;}
}







/* ==========================================================

	ISSが選ばれる理由

========================================================== */
.reason .-_summary {
	display: flex;
	flex-direction: column; justify-content: center; align-items: center;
}

.reason .-_summary h2 {
	display: flex;
	flex-direction: column; justify-content: center; align-items: center;
	color: #fff;
}

.reason .-_box {
	display: flex;
	justify-content: space-between; align-items: flex-start;
}

.reason .-_box .-__title {
	display: flex;
	flex-direction: column;
	line-height: 1.4;
}

.reason .-_box .-__title .__label {
	display: flex;
	align-items: center;
}

.reason .-_box .-__title .__t_sub  { color: #3169CF;}
.reason .-_box .-__title .__t_main { color: #FF4E18;}


/* PC・TB */
@media screen and (min-width : 768px) {
	.reason { padding-top: 40px;}

	.reason .-_summary { margin-bottom: 66px;}

	.reason .-_summary .__manzokudo { width: 280px;}
	.reason .-_summary .__airplane { width: 390px;}

	.reason .-_summary h2 { gap: 16px;}

	.reason .-_summary h2 img { width: 396px;}

	.reason .-_box {
		justify-content: flex-start; align-items: flex-start;
		gap: 24px;
		margin-bottom: 84px;
	}

	.reason .-_box:last-of-type { margin-bottom: 0;}

	.reason .-_box.--right {
		justify-content: flex-end;
	}

	.reason .-_box .-__text {
		position: relative;
	}

	.reason .-_box .-__title .__label { width: 100%; height: 82px;}

	.reason .-_box .-__title .__tt {
		background: var(--CP-gradation, linear-gradient(93deg, #3169CF 28.92%, #FF4E18 98.12%));
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
		color: #fff;
		width: fit-content;
		padding: 4px 16px;
		font-size: 14px;
		position: relative; z-index: 2;
	}

	.reason .-_box .-__title .__num {
		color: #D9D9D9;
		text-align: center;
		font-family: Roboto;
		font-size: 118px;
		font-style: italic;
		font-weight: 600;
		position: absolute; left: calc(89 / 240 * 100%); z-index: 1;
	}

	.reason .-_box .-__title .__t_sub  { font-size: 20px;}
	.reason .-_box .-__title .__t_main { font-size: 32px;}

	.reason .-_box .-__img { width: 400px; height: auto;}
}

/* SP */
@media screen and (max-width: 767.98px) {
	.reason .-_summary .__manzokudo { width: calc(280 / 430 * 100vw);}
	.reason .-_summary .__airplane { width: calc(390 / 430 * 100vw);}

	.reason .-_summary h2 {
		text-align: center;
		font-size: calc(18 / 430 * 100vw);
		margin-bottom: calc(54 / 430 * 100vw);
	}

	.reason .-_summary h2 img {
		width: calc(396 / 430 * 100vw);
		margin-bottom: calc(16 / 430 * 100vw); 
	}

	.reason .-_box {
		display: flex;
		justify-content: space-between; align-items: flex-start;
		margin-bottom: calc(76 / 430 * 100vw);
	}

	.reason .-_box .-__text { flex: 1;}

	.reason .-_box .-__title .__label {
		background: var(--CP-gradation, linear-gradient(93deg, #3169CF 28.92%, #FF4E18 98.12%));
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
		color: #fff;
		width: fit-content;
		padding-right: 16px; padding-left: 16px;
		font-size: calc(14 / 430 * 100vw);
		margin-bottom: calc(19 / 430 * 100vw);
	}

	.reason .-_box .-__title .__num {
		font-size: calc(36 / 430 * 100vw);
		font-family: Roboto;
		font-style: italic;
		font-weight: 600;
		line-height: 42.25px; /* 117.361% */
		letter-spacing: -1.8px;
	}

	.reason .-_box .-__title .__t_sub,
	.reason .-_box .-__title .__t_main { margin-left: calc(36 / 430 * 100vw);}

	.reason .-_box .-__title .__t_sub  { font-size: calc(20 / 430 * 100vw);}
	.reason .-_box .-__title .__t_main { font-size: calc(25 / 430 * 100vw);}

	.reason .-_box .-__img { width: calc(215 / 430 * 100vw); height: auto;}
}


/* ==========================================================

	留学コンサルタント全員が留学経験者

========================================================== */
.consultant h2 {
	text-align: center;
	color: #3FA9F5;
	margin-bottom: 2rem;
}

.consultant h2 .__ttl1,
.consultant h2 .__ttl2,
.consultant h2 .__ttl3 { display: block;}

.consultant h2 .__ttl1 {
	position: relative;
	width: fit-content;
	margin: 0 auto 15px;
	padding: 8px 30px;
	background-color: #3165ca;
	color: #fff;
	font-weight: bold;
	font-size: 18rem;
	border-radius: 50px;
	text-align: center;
}

.consultant h2 .__ttl1::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #3165ca transparent transparent transparent;
}

.consultant h2 .__ttl2 { line-height: 1.4;}
.consultant h2 .__ttl3 { color: #F3431B;}

.consultant h2 .__ttl2 span {
	color: #F3431B;
	background-image: radial-gradient(circle at center, #F3431B 20%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
	padding-top: .3em;
}

.consultant .__summary { text-align: center;}

.consultant .__box_wrap { position: relative;}

.consultant .__box_wrap::before {
	content: '';
	display: block;
	width: 100%; height: 100%;
	position: absolute; left: 12px; top: 11px; z-index: -1;
	background: linear-gradient(93deg, #3169CF 28.92%, #FF4E18 98.12%);
	border-radius: 10px
}

.consultant .__box {
	background: #fff;
	border-radius: 10px;
	container-type: inline-size;
}

.consultant .__box .__title {
	display: flex;
	justify-content: center; align-items: center;
	position: relative;
}

.consultant .__box h3 {
	border-bottom: 2px dotted #c7c7c7;
	line-height: 1.5;
}

.consultant .__box h3 span { display: block;}

.consultant .__box h3 span:nth-child(2) { font-weight: normal;}

.consultant .__box h3 .__name { color: #223B69;}

.consultant .__box dt {
	color: #3FA9F5;
	font-weight: bold;
}

.consultant .__box h4 {
	text-align: center;
	color: #3FA9F5;
	font-size: 1.3rem;
}

.consultant .__box h4 span {
	background: url(../img/lp/longstay_01/ico_fukidashi.svg) no-repeat;
}

.consultant .__box .__message {
	background: #f5fbff;
	color: #3FA9F5;
}


/* PC・TB */
@media screen and (min-width : 768px) {
	.consultant h2 .__ttl1 { font-size: 18px;}
	.consultant h2 .__ttl2 { font-size: 24px;}
	.consultant h2 .__ttl3 { font-size: 40px;}

	.consultant .__summary { margin-bottom: 40px;}

	.consultant .__box {
		margin-bottom: 70px;
		padding: 40px calc(40 / 800 * 100%) 32px;
		display: flex;
		justify-content: space-between; align-items: flex-start;
	}

	.consultant .__box_l,
	.consultant .__box_r { width: calc(348 / 720 * 100cqw);}

	.consultant .__box .__title { flex-direction: row-reverse;}

	.consultant .__box .__title img {
		width: calc(160 / 720 * 100cqw); height: auto;
		position: absolute; left: calc(-25 / 720 * 100cqw); top: calc(-57 / 720 * 100cqw);
	}

	.consultant .__box h3 {
		padding-bottom: calc(30 / 720 * 100cqw); margin-bottom: 10px;
		padding-left: calc(130 / 720 * 100cqw);
	}

	.consultant .__box h3 .__name { font-size: 24px;}
	.consultant .__box h3 .__job { font-size: 16px;}

	.consultant .__box dl { margin-bottom: 20px;}

	.consultant .__box dt { font-size: 18px;}

	.consultant .__box h4 span {
		font-size: calc(16 / 720 * 100cqw);
		background-size: 26px auto;
		padding-left: 36px;
		background-position: left 3px;
	}

	.consultant .__box .__message {
		margin-top: 8px;
		padding: 20px;
	}

	.consultant .youtube { margin-top: 180px;}
}

/* sp */
@media screen and (max-width : 767.98px) {
	.consultant { padding-top: 12vw; padding-bottom: 24vw;}

	.consultant h2 .__ttl1 { font-size: calc(18 / 430 * 100vw);}
	.consultant h2 .__ttl2 { font-size: calc(19 / 430 * 100vw);}
	.consultant h2 .__ttl3 { font-size: calc(30 / 430 * 100vw);}

	.consultant .__summary {
		margin-bottom: 6vw;
		font-size: calc(16 / 430 * 100vw);
	}

	.consultant .__box {
		border-radius: 5px;
		padding: 5.34vw 4vw;
		margin-bottom: 10vw;
	}

	.consultant .__box_wrap::before { border-radius: 5px;}

	.consultant .__box .__title { display: block;}

	.consultant .__box h3 { padding-bottom: 4vw; margin-bottom: 4vw;}

	.consultant .__box h3 span:nth-child(1) { font-size: 2rem;}
	.consultant .__box h3 span:nth-child(2) { font-size: 1.4rem;}

	.consultant .__box img {
		width: calc(146 / 430 * 100vw); height: calc(146 / 430 * 100vw);
		position: absolute; right: calc(-4 / 430 * 100vw); top: calc(-41 / 430 * 100vw);
	}

	.consultant .__box dl { margin-bottom: 5vw;}

	.consultant .__box dd { font-size: 1.4rem;}

	.consultant .__box h4 span {
		background-position: left 2px;
		padding-left: 6vw;
	}

	.consultant .__box .__message {
		padding: 5vw 4vw;
		border-radius: 5px;
		font-size: 1.4rem;
	}
}






/* ==========================================================

	お客様の声

========================================================== */
.voice .title_je { font-weight: bold;}

.voice .title_je .__en { color: #FF4E18;}
.voice .title_je .__ja { color: #043491;}

.voice .-___slide {
	position: relative;
	padding-top: 58px;
}

.voice .-___slide .-_baloon {
	position: absolute; top: 0; left: 0; z-index: 10;
	width: 100%;
	display: flex;
	justify-content: center; align-items: center;
}

.voice .-___slide .-_baloon p {
	width: fit-content;
	background: #3065C6;
	color: #fff;
	padding: 8px 30px;
	border-radius: calc(1px / 0);
	font-weight: bold;
}

.voice .-___slide .-_baloon p::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #3165ca transparent transparent transparent;
}

.voice .-_box {
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	height: 100%;
	position: relative;
}

.voice .-_box .-__img {
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.voice .-_box .-__img .__cat {
	position: absolute; top: 0; left: 0;
	width: fit-content;
	border-radius: 5px 0 0 0;
	background: var(--CP-gradation, linear-gradient(93deg, #3169CF 28.92%, #FF4E18 98.12%));
	color: #fff;
	padding: 6px 30px;
	font-weight: bold;
}

.voice .-_box .-__img .__ico {
	position: absolute; left: 10px; bottom: 10px;
}

.voice .-_box .-__text { position: relative;}

.voice .-_box .-__text .__thumb { position: absolute;}

.voice .-_box .-__text .__title {
	font-weight: bold;
	color: #3065C6;
}

.voice .-_box .btn_more {
	position: absolute; left: 0;
	width: 100%;
}

.voice .-_contents .__cat {
	background: var(--CP-gradation, linear-gradient(93deg, #3169CF 28.92%, #FF4E18 98.12%));
	display: flex;
	justify-content: center; align-items: center;
	color: #fff;
	font-weight: 600;
}

.voice .-_contents h3 {
	background: #24A4FF;
	color: #fff;
}

.voice .-_contents .-__profile {
	position: relative;
	background: #F5F3F3;
}

.voice .-_contents .-__profile .__thumb { position: absolute;}

.voice .-_contents .-__profile h4 { display: flex; flex-direction: column;}

.voice .-_contents .-__profile .__label { color: #24A4FF;}
.voice .-_contents .-__profile .__name  { color: #3065C6; line-height: 1.5;}

.voice .-_contents .-__profile th {
	color: #24A4FF;
	font-weight: bold;
	padding-top: 4px; padding-bottom: 4px;
	text-align: left; vertical-align: top;
}

.voice .-_contents .-__main .__block h4 {
	color: #3065C6;
	margin-bottom: 8px;
}

.voice .-_contents .-__main .__block h5 {
	color: #24A4FF;
	margin-top: 10px; margin-bottom: 5px;
}

.voice .-_contents .-__main .__photo img { margin-bottom: 10px;}

/* PC・TB */
@media screen and (min-width: 768px) {
	.voice .title_je { margin-bottom: 40px;}

	.voice .title_je .__ja .__small {
		display: block;
		font-size: 20px;
	}

	.voice .-_box .btn_more { bottom: 24px;}

	.voice .-_box .-__img .__ico { width: 38px; height: auto;}

	.voice .-_box .-__text { padding: 10px 24px calc(24px + 50px);}

	.voice .-_box .-__text .__thumb {
		right: 8px; top: -51px;
		width: 112px; height: auto;
	}

	.voice .-_box .-__text .__info { font-size: 15px;}

	.voice .-_box .-__text .__title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.voice .-_contents .__cat {
		font-size: 20px;
		border-radius: 20px 20px 0 0;
		padding-top: 10px; padding-bottom: 10px;
	}

	.voice .-_contents .__cat img {
		width: 38px; height: auto;
		margin-left: 8px;
	}

	.voice .-_contents h3 {
		padding: 12px 24px;
		font-size: 26px;
		text-align: center;
	}

	.voice .-_contents .-__profile {
		padding: 16px 80px 24px;
		font-size: 14px;
	}

	.voice .-_contents .-__profile .__thumb {
		width: 200px; height: 200px;
		top: -72px; right: 60px;
	}

	.voice .-_contents .-__profile .__name { margin-bottom: 5px;}

	.voice .-_contents .-__profile .__name span  { font-size: 24px;}

	.voice .-_contents .-__profile th { padding-right: 18px;}

	.voice .-_contents .-__main {
		width: 640px;
		margin-top: 40px; margin-right: auto; margin-left: auto;
		padding-bottom: 80px;
	}

	.voice .-_contents .-__main .__block,
	.voice .-_contents .-__main .__photo { margin-bottom: 56px;}

	.voice .-_contents .-__main .__block h4 { font-size: 24px;}
	.voice .-_contents .-__main .__block h5 { font-size: 20px;}
}

/* SP */
@media screen and (max-width: 767.98px) {
	.voice .title_je { margin-bottom: calc(24 / 430 * 100vw);}

	.voice .title_je .__ja .__small {
		display: block;
		font-size: calc(20 / 430 * 100vw);
	}

	.voice .-_box .btn_more { bottom: calc(24 / 430 * 100vw);}

	.voice .-_box .-__img .__ico { width: calc(38 / 430 * 100vw); height: auto;}

	.voice .-_box .-__text { padding: calc(10 / 430 * 100vw) calc(24 / 430 * 100vw) calc((24 + 50) / 430 * 100vw);}

	.voice .-_box .-__text .__thumb {
		right: calc(8 / 430 * 100vw); top: calc(-51 / 430 * 100vw);
		width: calc(112 / 430 * 100vw); height: auto;
	}

	.voice .-_box .-__text .__info { font-size: calc(15 / 430 * 100vw);}

	.voice .-_box .-__text .__title {
		font-size: calc(20 / 430 * 100vw);
		margin-bottom: calc(10 / 430 * 100vw);
	}

	.voice .-_contents .__cat {
		font-size: calc(19 / 430 * 100vw);
		border-radius: 10px 10px 0 0;
		padding-top: calc(8 / 430 * 100vw); padding-bottom: calc(8 / 430 * 100vw);
		text-align: center;
		line-height: 1.5;
	}

	.voice .-_contents .__cat img {
		width: calc(38 / 430 * 100vw); height: auto;
		margin-left: calc(8 / 430 * 100vw);
	}

	.voice .-_contents h3 {
		padding: calc(12 / 430 * 100vw) calc(24 / 430 * 100vw);
		font-size: calc(24 / 430 * 100vw);
		line-height: 1.5;
	}

	.voice .-_contents .-__profile {
		padding: calc(16 / 430 * 100vw) calc(32 / 430 * 100vw);
		font-size: calc(14 / 430 * 100vw);
	}

	.voice .-_contents .-__profile .__name span  { font-size: calc(20 / 430 * 100vw);}

	.voice .-_contents .-__profile .__thumb {
		width: calc(145 / 430 * 100vw); height: calc(145 / 430 * 100vw);
		top: calc(-72 / 430 * 100vw); right: calc(16 / 430 * 100vw);
	}

	.voice .-_contents .-__profile th { width: 6em;}

	.voice .-_contents .-__main { padding: calc(16 / 430 * 100vw) calc(24 / 430 * 100vw) calc(80 / 430 * 100vw);}

	.voice .-_contents .-__main .__block,
	.voice .-_contents .-__main .__photo { margin-bottom: calc(32 / 430 * 100vw);}

	.voice .-_contents .-__main .__block h4 { font-size: calc(22 / 430 * 100vw);}
	.voice .-_contents .-__main .__block h5 { font-size: calc(19 / 430 * 100vw);}
}



/* ==========================================================

	留学プランをご提案します

========================================================== */
.plan h2 {
	text-align: center;
	line-height: 1.4;
	position: relative; z-index: 10;
}

.plan h2 .__text1,
.plan h2 .__text2,
.plan h2 .__text3 { display: block;}

.plan h2 .__text1 span { position: relative;}

.plan h2 .__text1 span::before,
.plan h2 .__text1 span::after {
    content: '';
    height: 1.3em;
    border-left: 2px solid #333;
    position: absolute;
    top: 2px;
}

.plan h2 .__text1 span::before {
	left: -0.7em;
	transform: rotate(-30deg);
}

.plan h2 .__text1 span::after {
	right: -0.6em;
	transform: rotate(30deg);
}

.plan h2 .__text2 { color: #fff;}
.plan h2 .__text3 { color: #FF4E18;}

.plan ul {
	display: flex;
	flex-wrap: wrap; justify-content: space-between; align-items: stretch;
}

.plan .__note { text-align: center;}

.plan .youtube p { width: 15.5em;}


/* PC・TB */
@media screen and (min-width: 768px) {
	.plan h2 { margin-bottom: 40px;}

	.plan h2 .__text2 {
		font-size: 26px;
		margin-top: 10px; margin-bottom: 10px;
	}

	.plan h2 .__text3 { font-size: 34px;}

	.plan ul { margin-top: 20px; margin-bottom: 30px;}

	.plan li { width: 23%;}

	.plan .youtube { margin-top: 120px; margin-bottom: 80px;}
}

/* TB */
@media screen and (min-width : 768px) and (max-width : 1199.98px) {

}

/* SP */
@media screen and (max-width: 767.98px) {
	.plan { padding-bottom: 16vw;}

	.plan h2 .__text1 {
		font-size: 1.4rem;
		margin-bottom: 2vw;
	}

	.plan h2 .__text2 { font-size: 1.8rem; margin-bottom: 2vw;}

	.plan h2 .__text3 {
		font-size: 2.2rem;
		margin-bottom: calc(24 / 430 * 100vw);
	}

	.plan .__note {
		margin-top: 8vw; margin-bottom: 8vw;
		font-size: 1.2rem;
	}

	.plan li { width: 43vw; margin-bottom: 4vw;}

	.plan .youtube { margin-top: 18vw; margin-bottom: 10vw;}
}








/* ==========================================================

	全国の主要都市5支店

========================================================== */
.company h2 {
	color: #24A4FF;
	text-align: center;
}

.company h2 span {
	font-size: 0.6em;
	position: relative; top: -0.6em;
}

.company .__shops {
	background: url(../img/lp/longstay_01/company_map.png) no-repeat;
	display: flex;
	flex-wrap: wrap; justify-content: center; align-items: center;
	aspect-ratio: 316 / 263;
}

.company .__shops li {
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center; align-items: center;
	position: relative;
}

.company .__shops li::before {
	content: '';
	background: #326AD0;
	mix-blend-mode: multiply;
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
	border-radius: 50%;
}

.company .__shops li span { position: relative; z-index: 10;}

.company .__message {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	color: #3165ca;
	font-weight: bold;
	margin-bottom: 20px;
}

.company .__message::before,
.company .__message::after {
	content: "";
	width: 2px;
	height: 24px;
	background-color: #3165ca;
}

.company .__message::before {
	transform: rotate(-30deg);
}

.company .__message::after {
	transform: rotate(30deg);
}



/* PC・TB */
@media screen and (min-width: 768px) {
	.company h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.company .__note {
		text-align: center;
		margin-bottom: 40px;
	}

	.company .__shops {
		width: 632px;
		margin-right: auto; margin-left: auto;
		padding-top: 50px; padding-bottom: 100px;
	}

	.company .__shops li {
		width: 140px; height: 140px;
		font-size: 20px;
		margin-right: 20px; margin-left: 20px;
	}

	.company .__image {
		width: 780px;
		margin-top: 40px; margin-right: auto; margin-left: auto;
		text-align: center;
	}

	.company .__message {
		margin-top: 50px; margin-bottom: 50px;
		font-size: 30px;
	}
}


/* SP */
@media screen and (max-width: 767.98px) {
	.company { padding-bottom: 12vw;}

	.company h2 { font-size: 2.4rem;}

	.company .__note {
		margin-top: 8vw;
		margin-bottom: 8vw;
		font-size: 1.2rem;
	}

	.company .__shops {
		margin-right: 5vw; margin-bottom: 5vw; margin-left: 5vw;
		padding-top: 8vw; padding-bottom: 12vw;
		background-size: cover;
	}

	.company .__shops li {
		width: 21.33vw; height: 21.33vw;
		margin-left: 2.5vw; margin-right: 2.5vw;
	}

	.company .__message {
		padding-top: 6vw; padding-bottom: 6vw;
		font-size: calc(20 / 430 * 100vw);
	}
}






/* ==========================================================

	無料カウンセリング申し込み後の流れ(STEP)

========================================================== */
.step .title_je .__en { color: #FFD71A;}
.step .title_je .__ja { color: #fff;}

.step .-_box {
	background: #FFF;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	position: relative;
	color: #223B69;
	font-weight: bold;
}

.step .-_box::after {
	content: '';
	transform: translateX(-50%);
}

.step .-___title {
	display: flex;
	flex-direction: column;
}

.step .-___title .__count {
	width: fit-content;
	border-radius: calc(1px / 0);
	background: var(--CP-gradation, linear-gradient(93deg, #3169CF 28.92%, #FF4E18 98.12%));
	color: #fff;
	padding: 3px 30px;
}

.step .-_box li {
	display: flex;
	justify-content: flex-start; align-items: flex-start;
}

.step .-_box li::before {
	content: '';
	width: 10px; height: 10px;
	margin-right: 0.5em;
	border-radius: 50%;
	background: #F74F20;
	transform: translateY(0.6em);
}

.step .-_start {
	color: #F74F20;
	text-align: center;
	font-weight: bold;
}


/* PC・TB */
@media screen and (min-width: 768px) {
	.step { padding-bottom: 80px;}

	.step .-_box {
		display: flex;
		padding: 32px 30px;
		justify-content: center;
		align-items: flex-start;
		gap: 10px;
		border-radius: 10px;
		margin-bottom: 68px;
	}

	.step .-_box::after {
		border-top: 20px solid #FFD71A;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		position: absolute; left: 50%; bottom: -44px;
	}

	.step .-_box .-__text,
	.step .-_box .-__img {
		width: calc(365 / 740 * 100%);
	}

	.step .-___title .__count { font-size: 18px; margin-bottom: 10px;}
	.step .-___title .__count span { font-size: 22px; margin-left: 5px;}
	.step .-___title .__label { font-size: 24px;}

	.step .-_start p { font-size: 37px;}

	.step .-_start img {
		width: 550px; height: auto;
		position: relative; top: -17px;
	}
}


/* SP */
@media screen and (max-width: 767.98px) {
	.step .-_box {
		padding: calc(16 / 430 * 100vw) calc(30 / 430 * 100vw) calc(20 / 430 * 100vw);
		border-radius: 5px;
		margin-bottom: calc(40 / 430 * 100vw);
	}

	.step .-_box::after {
		border-top: calc(20 / 430 * 100vw) solid #FFD71A;
		border-right: calc(20 / 430 * 100vw) solid transparent;
		border-left: calc(20 / 430 * 100vw) solid transparent;
		position: absolute; left: 50%; bottom: calc(-30 / 430 * 100vw);
	}

	.step .-_box .-___title {
		display: flex;
		flex-direction: column;
		justify-content: center; align-items: center;
	}

	.step .-___title .__count { font-size: calc(18 / 430 * 100vw); margin-bottom: calc(10 / 430 * 100vw);}
	.step .-___title .__count span { font-size: calc(22 / 430 * 100vw); margin-left: calc(5 / 430 * 100vw);}
	.step .-___title .__label { font-size: calc(24 / 430 * 100vw); margin-bottom: calc(10 / 430 * 100vw);}

	.step .-_box ul {
		width: fit-content;
		margin-right: auto; margin-bottom: calc(10 / 430 * 100vw); margin-left: auto;
	}

	.step .-_start p { font-size: calc(37 / 430 * 100vw);}
}







/* ==========================================================

	よくあるご質問

========================================================== */
.faq dl { position: relative; z-index: 10;}

.faq dt {
    background-color: #fff;
	border: 2px solid #3FA9F5;
    cursor: pointer;
    display: flex;
    align-items: stretch;
    font-weight: bold;
    padding: 20px 90px 10px 30px;
    position: relative;
	margin-top: 40px;
	line-height: 1.5;
	border-radius: 10px;
}

.faq dt span:nth-child(1) {
	color: #3FA9F5;
	font-family: 'Comfortaa', cursive;
	font-weight: 500;
	font-size: 26px;
	margin-right: 24px;
	position: relative; top: -3px;
}

.faq dt span:nth-child(2) {
	color: #0285CF;
	flex: 1;
	font-size: 20px;
}

.faq dt::before {
    content: '';
    background-color: #44C3F2;
    height: 0.1rem;
    position: absolute; top: 50%; right: 2rem;
    transform: translateY(-50%);
    width: 1.5rem;
}

.faq dt::after {
	content: '';
    background-color: #44C3F2;
    height: 1.5rem;
	position: absolute; top: 50%; right: 2.7rem;
    transform-origin: center;
    transition: transform 0.2s;
	transform: translateY(-50%);
    width: 0.1rem;
}

.faq dt.is-open::after {
    transform: translateY(-50%) rotate(90deg);
}

.faq dd {
	padding: 30px 30px 30px 20px;
	position: relative;
	font-size: 18px;
}

.faq dd span:nth-child(1) {
	background: #3FA9F5;
	color: #fff;
	position: absolute; left: 30px; top: 30px;
	display: flex;
	justify-content: center; align-items: center;
	letter-spacing: 0;
	line-height: 1;
	width: 34px; height: 34px;
	border-radius: 50%;
	font-size: 20px;
}

.faq dd span:nth-child(2) {
	display: block;
	padding-left: 60px;
}

/* PC・TB */
@media screen and (min-width: 768px) {
	.faq h2 { margin-bottom: 120px;}

	.faq .setP { bottom: -140px;}

	.faq dl {
		width: 80%;
		margin-right: auto; margin-left: auto;
	}
}

/* SP */
@media screen and (max-width: 767.98px) {
	.faq { padding-top: 16vw; padding-bottom: 20vw;}

	.faq dt {
		padding: 4.5vw 15vw 3vw 4vw;
		margin-top: 6vw;
		line-height: 1.5;
	}

	.faq dt span:nth-child(1) {
		font-size: 5.33vw;
		margin-right: 3vw;
		position: relative; top: -0.3vw;
	}

	.faq dt span:nth-child(2) { font-size: 3.73vw;}

	.faq dd {
		padding: 4vw;
		font-size: 3.73vw;
	}

	.faq dd span:nth-child(1) {
		top: 4vw; left: 4vw;
		font-size: 4.8vw;
		width: 6.4vw; height: 6.4vw;
	}

	.faq dd span:nth-child(2) { padding-left: 8vw;}
}







/* ==========================================================

    js-slider・js_modal

========================================================== */
.js_sliders {
	position: relative;
	padding-bottom: calc(40px + 40px);
}

.js_sliders .-_slider {
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 100%; /* これが重要です */
    margin-right: auto;
    margin-left: auto;
	padding-bottom: 6px;
}

.js_sliders .-__slides {
	display: flex;
	transition: transform 0.5s ease;
	touch-action: pan-y;
}

.js_sliders .-___slide {
	width: 382px;
    margin: 0 10px; /* 左右5pxずつ、計10px */
    flex-shrink: 0;
    box-sizing: border-box;
	user-select: none;
	cursor: pointer;
}

.js_sliders .-___slide img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	pointer-events: none;
}

.js_sliders .-_controls {
	position: relative;
	display: flex;
	justify-content: center; align-items: center;
}

.js_sliders .-_controls button {
	background: #3065C6;
	border: none;
	color: #fff;
	width: 36px; height: 36px;
	cursor: pointer;
	border-radius: 50%;
}

.js_sliders .-_indicators {
	height: 40px;
	display: flex;
	justify-content: center; align-items: center;
	padding-right: 64px; padding-left: 64px;
	position: relative;
}

.js_sliders .indicator {
	position: relative; z-index: 5;
	width: 21px; height: 21px;
	margin-right: 8px; margin-left: 8px;
	background-color: #D9D9D9;
	border-radius: 50%;
	cursor: pointer;
}

.js_sliders .indicator.active {
	background-color: #FF505A;
}

.js_sliders button {
	cursor: pointer;
}

/* PC・TB */
@media screen and (min-width: 768px) {
	.js_sliders .-_controls { margin-top: 40px;}
}

/* SP */
@media screen and (max-width: 767.98px) {
	.js_sliders { padding-top: calc(58 / 430 * 100vw);}

	.js_sliders .-_controls { margin-top: calc(24 / 430 * 100vw);}
}



/* js_modal */
.modal_src { display: none;}

.modal_overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7); /* 少し暗めが見やすいです */
    display: flex;
    justify-content: center;
    align-items: flex-start; /* 上端に合わせる */
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.modal_overlay.is_active {
    opacity: 1;
    pointer-events: auto;
}

.modal_window {
    background: #fff;
    width: 90%; max-width: 800px;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    position: relative;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal_overlay.is_active .modal_window {
    transform: translateY(38px);
}

.modal_close {
    position: absolute; top: 10px; z-index: 10;
	width: 50px; height: 50px;
	display: flex;
	justify-content: center; align-items: center;
    background: none; border: none;
    font-size: 30px; cursor: pointer;
	background: rgba(4, 52, 145, 0.7);
	border-radius: 50%;
	color: #fff;
}

/* PC・TB */
@media screen and (min-width: 768px) {
	.modal_window { border-radius: 20px 20px 0 0;}
	
	.modal_close { left: calc(50% + 400px - 25px);}
}

/* SP */
@media screen and (max-width: 767.98px) {
	.modal_window { border-radius: 10px 10px 0 0;}

	.modal_close { right: 0;}
}


/* ==========================================================

	footer

========================================================== */
.footer_z-kai { padding-bottom: 6rem;}

