@charset "utf-8";
/*--------------------------------------------------

	Main Visual │ メインビジュアル

--------------------------------------------------*/
#mv {
	position: relative;
	padding-top: 40px;
	padding-bottom: clamp(50px, calc(50px + 20 * ((100vw - 375px) / 1545)), 70px);
}
#mv::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 66%;
	height: 100%;
	border-bottom-right-radius: clamp(50px, calc(50px + 50 * ((100vw - 375px) / 1545)), 100px);
	background: linear-gradient(45deg, #65CFFF, #0062FF, #31FFF8);
}
#mv::after {
	content: '';
	position: absolute;
	bottom: -50%;
	right: 0;
	z-index: 1;
	width: 25vw;
	height: 40vw;
	border-top-left-radius: clamp(50px, calc(50px + 50 * ((100vw - 375px) / 1545)), 100px);
	border-bottom-left-radius: clamp(50px, calc(50px + 50 * ((100vw - 375px) / 1545)), 100px);
	background: #EFF5F6;
}
#mv .logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 15%;
	padding: 1.8vw 2vw 1.8vw 2.5vw;
	border-bottom-right-radius: 3em;
	background: #fff;
}
#mv ul {position: relative;width: 95%;margin: 0 auto;}
#mv ul li {width: 49%;}
#mv ul li p {position: absolute;right: 0;bottom: -.6vw;color: #24CBFF;font-size: 2.5vw;}
#mv h1 {width: 51%;margin-left: 5%;}
@media only screen and ( max-width : 767px ) {
	#mv {padding-top: 30px;}
	#mv::before {width: 100%;}
	#mv .logo {width: 30%;padding: 2.8vw 4.5vw 2.8vw 4vw;border-bottom-right-radius: 2em;}
	#mv ul {gap: 20px;}
	#mv ul li {width: 100%;}
	#mv ul li p {bottom: -1.8vw;font-size: 5.2vw;}
	#mv h1 {width: 80%;}
}
/*--------------------------------------------------

	Greeting │ ごあいさつ

--------------------------------------------------*/
#greeting {
	padding-top: clamp(70px, calc(70px + 210 * ((100vw - 375px) / 1545)), 280px);
	padding-bottom: clamp(100px, calc(100px + 100 * ((100vw - 375px) / 1545)), 200px);
	border-bottom-right-radius: clamp(50px, calc(50px + 50 * ((100vw - 375px) / 1545)), 100px);
	background: #fff;
}
#greeting .container {position: relative;z-index: 2;}
#greeting .container figure {position: absolute;top: 15%;right: 0;z-index: -1;width: 54%;}
#greeting .container .wrap {
	width: 54%;
	padding: 0 clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	padding-bottom: clamp(40px, calc(40px + 30 * ((100vw - 375px) / 1545)), 70px);
	box-shadow: 0 3px 90px rgba(129, 154, 163, 16%);
	border-radius: 50px;
	background: #fff;
}
#greeting .container .wrap .title_content {margin-bottom: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);}
#greeting .container .wrap .title_content img {width: 90%;margin: -21% 0 -9% -7%;}
#greeting .container .wrap .title_content p {margin-bottom: 10px;color: #171310;font-weight: bold;}
#greeting .container .wrap .title_content h2 span {
	padding: 0 10px;
	background: linear-gradient(90deg, #BEFFFD, #C6D5FF) no-repeat bottom / 100% 20px;
	color: #171310;
	font-weight: bold;
	font-size: clamp(24px, calc(24px + 16 * ((100vw - 375px) / 1545)), 40px);
	line-height: 1.5;
}
#greeting .container .wrap .txt_content p {margin-bottom: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);color: #171310;}
#greeting .container .wrap .txt_content p.txtR {
	margin-top: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);
	margin-bottom: 0;
	color: #171310;
	text-align: right;
}
@media only screen and ( max-width : 767px ) {
	#greeting .container figure {position: initial;width: 100%;}
	#greeting .container .wrap {width: 100%;}
}
/*--------------------------------------------------

	Business │ 事業内容

--------------------------------------------------*/
#business {
	position: relative;
	border-radius: 100px 0 0 100px;
	background: linear-gradient(-45deg, #08CFFF, #00B1FF 50%, #6FF4FF);
}
#business::after {
	content: '';
	position: absolute;
	bottom: 100%;
	right: 0;
	z-index: -1;
	width: 10em;
	height: 10em;
	background: #00B1FF;
}
#business .txt {position: absolute;top: 0;right: 0;z-index: 3;width: 40%;}
#business ul {display: grid;gap: clamp(40px, calc(40px + 50 * ((100vw - 375px) / 1545)), 90px);}
#business ul li {align-items: flex-start;}
#business ul li::before {
	content: '';
	position: absolute;
	z-index: 1;
	background: #DCEEF7;
	mix-blend-mode: multiply;
}
#business ul li:nth-child(1)::before {
	top: 0;
	left: 60%;
	transform: translateX(-50%);
	width: 45%;
	height: 40%;
	border-bottom-right-radius: 40px;
}
#business ul li:nth-child(2)::before {
	right: 0;
	bottom: 0;
	width: 47%;
	height: 42%;
	border-top-left-radius: 40px;
}
#business ul li figure {position: relative;z-index: 2;width: 45%;border-radius: 2em;}
#business ul li .wrap {position: relative;z-index: 2;width: 50%;}
#business ul li .wrap .title_content {margin-bottom: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);}
#business ul li .wrap .title_content p {
	position: absolute;
	top: -2vw;
	right: 5%;
	color: #fff;
	font-size: clamp(70px, calc(70px + 80 * ((100vw - 375px) / 1545)), 150px);
	line-height: 1;
}
#business ul li .wrap .title_content h2 {color: #fff;font-weight: bold;}
#business ul li .wrap .title_content h2 span {
	display: block;
	margin-top: 10px;
	font-size: clamp(24px, calc(24px + 16 * ((100vw - 375px) / 1545)), 40px);
	line-height: 1.4;
}
#business ul li .wrap .txt_content h3 {
	margin-bottom: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);
	color: #fff;
	font-weight: bold;
	font-size: clamp(18px, calc(18px + 12 * ((100vw - 375px) / 1545)), 30px);
}
#business ul li .wrap .txt_content p {margin-bottom: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);color: #fff;}
@media only screen and ( max-width : 767px ) {
	#business .txt {width: 100%;}
	#business ul li figure {width: 100%;margin-bottom: 30px;}
	#business ul li .wrap {width: 100%;}
}
/*--------------------------------------------------

	Career diagnosis │ アイルネット職種診断

--------------------------------------------------*/
#diagnosis .inner {max-width: 1248px;}
#diagnosis .container {
	position: relative;
	z-index: 1;
	padding-top: clamp(60px, calc(60px + 40 * ((100vw - 375px) / 1545)), 100px);
	border-radius: 10px;
	box-shadow: 0 3px 60px rgba(129, 154, 163, 16%);
	background: #fff;
	overflow: hidden;
}
#diagnosis .container::before,
#diagnosis .container::after {content: '';position: absolute;z-index: -2;width: 30%;height: 100%;}
#diagnosis .container::before {bottom: 0;left: 0;background: url(../img/page/new_graduate/diagnosis/bgL.svg) no-repeat top left / 100%;}
#diagnosis .container::after {right: 0;bottom: 0;background: url(../img/page/new_graduate/diagnosis/bgR.svg) no-repeat right bottom / 100%;}
#diagnosis .container .title_wrap {margin-bottom: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);transition: all 0.8s ease-in-out;}
#diagnosis .container .title_wrap p {
	margin-bottom: 10px;
	color: #00225F;
	font-weight: bold;
	font-size: clamp(18px, calc(18px + 6 * ((100vw - 375px) / 1545)), 24px);
	text-align: center;
}
#diagnosis .container .title_wrap h2 {
	color: #00225F;
	font-weight: bold;
	font-size: clamp(28px, calc(28px + 12 * ((100vw - 375px) / 1545)), 40px);
	text-align: center;
}
#diagnosis .container .screen {
	display: none;
	padding-bottom: clamp(60px, calc(60px + 40 * ((100vw - 375px) / 1545)), 100px);
	opacity: 0;
	transform: translateX(100%);
	transition: all 0.8s ease-in-out;
}
#diagnosis .container .screen.active {display: block;opacity: 1;transform: translateX(0);}
#diagnosis .container .screen.slide-out {opacity: 0;transform: translateX(-100%);}
#diagnosis .container button {display: block;width: 100%;border: none;background: transparent;cursor: pointer;transition:.3s;}
#diagnosis .container .color_button {
	width: 60%;
	max-width: 500px;
	margin: 0 auto;
	margin-top: clamp(40px, calc(40px + 30 * ((100vw - 375px) / 1545)), 70px);
	padding-top: clamp(20px, calc(20px + 20 * ((100vw - 375px) / 1545)), 40px);
	padding-bottom: clamp(20px, calc(20px + 20 * ((100vw - 375px) / 1545)), 40px);
	border-radius: 100px;
	background: linear-gradient(45deg, #004EFF, #24CBFF);
	color: #fff;	
	font-weight: bold;
	font-size: clamp(18px, calc(18px + 6 * ((100vw - 375px) / 1545)), 24px);
	text-align: center;
	transition: all 0.3s ease;
}
#diagnosis .container .color_button:hover {transform: translateY(-2px);box-shadow: 0 5px 20px rgba(0, 78, 255, 0.3);}
#diagnosis .container #startScreen {position: relative;padding-bottom: clamp(110px, calc(110px + 60 * ((100vw - 375px) / 1545)), 170px);}
#diagnosis .container #startScreen ul {position: absolute;bottom: 0;z-index: -1;width: 100%;transition: all 0.8s ease-in-out;}
#diagnosis .container #startScreen ul li {position: absolute;bottom: 0;width: 26%;transition: all 0.8s ease-in-out;}
#diagnosis .container #startScreen ul li:nth-child(1) {left: 3%;}
#diagnosis .container #startScreen ul li:nth-child(2) {right: 3%;}
#diagnosis .container #questionScreen {width: 85%;max-width: 860px;margin: 0 auto;}
#diagnosis .container #questionScreen li button {position: relative;width: 46%;}
#diagnosis .container #questionScreen li button:hover {transform: translateY(-2%);}
#diagnosis .container #questionScreen li button::before {
	content: '';
	position: absolute;
	bottom: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, 50%);
	width: 85%;
	height: 85%;
	filter: blur(16px);
	border-radius: 1em;
	background: #BFD2D8;
	transition: .3s;
}
#diagnosis .container #questionScreen li button:hover::before {bottom: 39%;}
#diagnosis .container #questionScreen li button img {user-select: none;}
#diagnosis .container #resultScreen {width: 70%;margin: 0 auto;}
#diagnosis .container #resultScreen li figure {width: 90%;margin: 0 auto 15px;}
#diagnosis .container #resultScreen li:nth-child(1) figure {max-width: 354px;}
#diagnosis .container #resultScreen li:nth-child(2) figure {max-width: 340px;}
#diagnosis .container #resultScreen li:nth-child(3) figure {max-width: 477px;}
#diagnosis .container #resultScreen li figure img {user-select: none;}
#diagnosis .container #resultScreen li p{margin:20px 0;user-select: none;}
#diagnosis .container #resultScreen a {display: block;width: 100%;margin: 0 auto;padding: 20px 0;user-select: none;}
#diagnosis .container #resultScreen .restart-btn {margin-top: 30px;color: #00225F;user-select: none;}
#diagnosis .container .hidden {display: none;}
/* アニメーション用のクラス */
.slide-out-left {animation: slideOutLeft 0.8s ease-in-out forwards;}
.slide-out-right {animation: slideOutRight 0.8s ease-in-out forwards;}
.slide-out-up {animation: slideOutUp 0.8s ease-in-out forwards;}
.fade-out {animation: fadeOut 0.8s ease-in-out forwards;}
/* 選択肢のアニメーション */
.option-choice-left {animation: optionChoiceLeft 0.6s ease-in-out forwards;}
.option-choice-right {animation: optionChoiceRight 0.6s ease-in-out forwards;}
.option-fade-out {animation: optionFadeOut 0.6s ease-in-out forwards;}
@keyframes slideOutLeft {
	0% {opacity: 1;transform: translateX(0);}
	100% {opacity: 0;transform: translateX(-100%);}
}
@keyframes slideOutRight {
	0% {opacity: 1;transform: translateX(0);}
	100% {opacity: 0;transform: translateX(100%);}
}
@keyframes slideOutUp {
	0% {opacity: 1;transform: translateY(0);}
	100% {opacity: 0;transform: translateY(-100%);display: none;}
}
@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
/* 選択肢のアニメーション */
@keyframes optionChoiceLeft {
	0% {opacity: 1;transform: translateX(0) scale(1);}
	50% {transform: translateX(-20px) scale(1.1);filter: drop-shadow(0 10px 30px #BFD2D8);}
	100% {opacity: 0;transform: translateX(-100%) scale(0.8);}
}
@keyframes optionChoiceRight {
	0% {opacity: 1;transform: translateX(0) scale(1);}
	50% {transform: translateX(20px) scale(1.1);filter: drop-shadow(0 10px 30px #BFD2D8);}
	100% {opacity: 0;transform: translateX(100%) scale(0.8);}
}
@keyframes optionFadeOut {
	0% {opacity: 1;transform: scale(1);}
	100% {opacity: 0;transform: scale(0.9);}
}
/* 質問項目のアニメーション */
.question_item {animation: slideInFromRight 0.8s ease-out forwards;}
@keyframes slideInFromRight {
	0% {opacity: 0;transform: translateY(100%);}
	100% {opacity: 1;transform: translateY(0);}
}
/* 結果画面のアニメーション */
.result_card {animation: slideInFromBottom 0.8s ease-out forwards;}
@keyframes slideInFromBottom {
	0% {opacity: 0;transform: translateY(100%);}
	100% {opacity: 1;transform: translateY(0);}
}
.restart-btn-fadeup {animation: restartBtnFadeUp 0.8s ease-out forwards 0.6s;opacity: 0;transform: translateY(30px);}
@keyframes restartBtnFadeUp {
	0% {opacity: 0;transform: translateY(30px);}
	100% {opacity: 1;transform: translateY(0);}
}
@media only screen and ( max-width : 500px ) {
	#diagnosis .container::before,
	#diagnosis .container::after {width: 48%;}
	#diagnosis .container #startScreen ul li {width: 35%;}
	#diagnosis .container #questionScreen li button {width: 48%;}
}
/*--------------------------------------------------

	Schedule │ 一日のスケジュール

--------------------------------------------------*/
#schedule .splide__slide {
	margin: 4em 0;
	padding: 50px clamp(20px, calc(20px + 60 * ((100vw - 375px) / 1545)), 80px);
	padding-bottom: clamp(20px, calc(20px + 30 * ((100vw - 375px) / 1545)), 50px);
	border-radius: 30px;
	filter: drop-shadow(0 3px 50px rgba(129, 154, 163, 16%));
	background: #fff;
}
#schedule .container {align-items: center;}
#schedule .container figure {width: 30%;}
#schedule .container .wrap {width: 68%;}
#schedule .container .wrap h3 {
	margin-bottom: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	font-weight: bold;
	font-size: clamp(12px, calc(12px + 4 * ((100vw - 375px) / 1545)), 16px);
}
#schedule .container .wrap h3 span {
	display: block;
	margin-top: 5px;
	font-size: clamp(18px, calc(18px + 12 * ((100vw - 375px) / 1545)), 30px);
}
#schedule .container .wrap table tr {
	display: flex;
	align-items: center;
	margin-bottom: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
}
#schedule .container .wrap table tr:last-child {margin-bottom: 0;}
#schedule .container .wrap table tr th {display: flex;gap: 20px;position: relative;width: 200px;font-weight: bold;}
#schedule .container .wrap table tr th::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 35px;
	width: 1px;
	height: 100%;
	background: #00225F;
}
#schedule .container .wrap table tr:last-child th::before {display: none;}
#schedule .container .wrap table tr th span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: linear-gradient(#31EFFF, #006CFF);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}
#schedule .container .wrap table tr td {flex: 1;}
@media only screen and ( max-width : 1024px ) {
	#schedule .container figure {width: 100%;max-width: 300px;margin: 0 auto 30px;}
	#schedule .container .wrap {width: 100%;}
}
@media only screen and ( max-width : 767px ) {
	#schedule .container .wrap table tr {display: block;margin-bottom: 0;}
	#schedule .container .wrap table tr th::before {display: none;}
	#schedule .container .wrap table tr td {position: relative;padding: 0 0 20px 50px;}
	#schedule .container .wrap table tr td:last-child {padding-bottom: 0;}
	#schedule .container .wrap table tr td::before {
		content: '';
		position: absolute;
		top: 0;
		left: 35px;
		width: 1px;
		height: 100%;
		background: #00225F;
	}
	#schedule .container .wrap table tr:last-child td::before {display: none;}
}
@media only screen and ( max-width : 500px ) {
	#schedule .splide__slide {margin: 2em 0;filter: drop-shadow(0 3px 20px rgba(129, 154, 163, 16%));}
}
/*--------------------------------------------------

	Shop │ 独自の店舗づくり

--------------------------------------------------*/
#shop {background: linear-gradient(#E2F2FF, #D5FAFF);}
#shop .title_common h2 {color: #171310;}
#shop .sub_title_wrap {margin-bottom: clamp(100px, calc(100px + 40 * ((100vw - 375px) / 1545)), 140px);}
#shop .sub_title_wrap h3 {
	margin-bottom: clamp(10px, calc(10px + 10 * ((100vw - 375px) / 1545)), 20px);
	color: #0071E2;
	font-size: clamp(16px, calc(16px + 8 * ((100vw - 375px) / 1545)), 24px);
	text-align: center;
}
#shop .sub_title_wrap p {color: #171310;text-align: center;}
#shop ol {justify-content: center;}
#shop ol li {
	position: relative;
	width: calc(100% / 2 - 50px);
	margin: 0 auto clamp(50px, calc(50px + 30 * ((100vw - 375px) / 1545)), 80px);
	padding: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	padding-top: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);
	padding-bottom: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);
	border-radius: 30px;
	box-shadow: 0 3px 60px rgba(129, 154, 163, 16%);
	background: #fff;
}
#shop ol li:last-child {margin-bottom: 0;}
#shop ol li p.num {
	display: inline-block;
	position: absolute;
	top: 2%;
	left: -3%;
	transform: translateY(-50%);
	width: clamp(115px, calc(115px + 60 * ((100vw - 375px) / 1545)), 175px);
	height: clamp(100px, calc(100px + 60 * ((100vw - 375px) / 1545)), 160px);
	padding-top: 2%;
	background: url(../img/page/new_graduate/shop/Icon_bubble.svg) no-repeat center / contain;
	color: #fff;
	font-size: clamp(16px, calc(16px + 8 * ((100vw - 375px) / 1545)), 24px);
	line-height: 1;
	text-align: center;
}
#shop ol li p.num span {display: block;margin-bottom: 3%;font-size: 2em;text-align: center;}
#shop ol li figure {margin-bottom: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);}
#shop ol li h4 {
	margin-bottom: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	color: #00B1FF;
	font-size: clamp(18px, calc(18px + 10 * ((100vw - 375px) / 1545)), 28px);
}
#shop ol li .content p {margin-bottom: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);color: #171310;}
#shop ol li .content p:last-child {margin-bottom: 0;}
#shop ol li .content p span {font-size: clamp(10px, calc(10px + 2 * ((100vw - 375px) / 1545)), 12px);}
@media only screen and ( max-width : 1024px ) {
	#shop ol li {width: calc(100% / 1 - 50px);}
}
@media only screen and ( max-width : 1024px ) {
	#shop ol li {width: 100%;}
}
/*--------------------------------------------------

	In numbers │ 数字で見るアイルネット

--------------------------------------------------*/
#numbers {width: 95%;margin: 0 auto;}
#numbers .ChangeElem_Btn_Content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	max-width: 620px;
	margin: 0 auto 30px;
}
#numbers .ChangeElem_Btn_Content button {
	position: relative;
	padding: 15px 0;
	border: none;
	border-radius: 100px;
	background: #BFD2D8;
	color: #fff;
	font-weight: bold;
	font-size: clamp(16px, calc(16px + 4 * ((100vw - 375px) / 1545)), 20px);
	letter-spacing: .1em;
}
#numbers .ChangeElem_Btn_Content button:nth-child(1).is-active {background: linear-gradient(90deg, #004EFF, #24CBFF);}
#numbers .ChangeElem_Btn_Content button:nth-child(2).is-active {background: linear-gradient(90deg, #008F94, #17EED0);}
#numbers ul {gap: 20px 1%;}
#numbers ul li {position: relative;width: 24%;border-radius: 30px;background: #F0FAFC;}
#numbers .ChangeElem_Panel:nth-of-type(2) ul li {background: #F0FCF9;}
#numbers ul li:nth-child(9),
#numbers ul li:nth-child(10) {width: 49.3%;}
#numbers ul li::before {content: '';display: block;padding-bottom: 100%;}
#numbers ul li:nth-child(9)::before,
#numbers ul li:nth-child(10)::before {padding-bottom: 50%;}
#numbers ul li .wrap {position: absolute;top: 7%;left: 50%;transform: translateX(-50%);width: 75%;}
#numbers ul li:nth-child(9) .wrap,
#numbers ul li:nth-child(10) .wrap {width: 90%;}
#numbers ul li .wrap h3 {
	margin-bottom: 1.5vw;
	padding-bottom: .5vw;
	border-bottom: 1px solid #171310;
	color: #171310;
	font-weight: bold;
	font-size: 1.1vw;
	text-align: center;
}
@media only screen and ( max-width : 767px ) {
	#numbers ul li {width: 48.5%;}
	#numbers ul li:nth-child(9),
	#numbers ul li:nth-child(10) {width: 100%;}
	#numbers ul li .wrap h3 {font-size: 2.5vw;}
}
@media only screen and ( max-width : 500px ) {
	#numbers .ChangeElem_Btn_Content {grid-template-columns: 1fr;gap: 10px;}
}
/*--------------------------------------------------

	Voice │ 社員の声

--------------------------------------------------*/
#voice {position: relative;padding-bottom: clamp(100px, calc(100px + 100 * ((100vw - 375px) / 1545)), 200px);overflow: hidden;}
#voice::before {
	content: '';
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 95%;
	height: 80%;
	box-shadow: 0 3px 90px rgba(129, 154, 163, 16%);
}
#voice .title_common {text-align: center;}
#voice .title_common img {width: 30%;margin-bottom: -2em;}
#voice .title_common h2 {color: #171310;}
#voice .title_common p {color: #171310;}
#voice ul li {position: relative;}
.carousel-container {
	position: relative;
	width: 100%;
	max-width: 1387px;
	margin: 0 auto;
	padding-top: 3em;
	overflow: hidden;
}
.carousel-image-container figure {position: relative;z-index: 1;margin-bottom: -1em;overflow: hidden;border-radius: 1.5em;}
.carousel-image-container figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 100px 20px 15px;
	background: linear-gradient(transparent, #004EFF);
	color: #fff;
	font-weight: bold;
	font-size: clamp(16px, calc(16px + 4 * ((100vw - 375px) / 1545)), 20px);
	letter-spacing: .06em;
}
.carousel-title {
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 3rem;
	opacity: 0;
	transform: translateY(-20px);
	animation: fadeInDown 0.8s ease-out forwards;
}
@keyframes fadeInDown {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.carousel-stage {
	position: relative;
	height: 550px;
	display: flex;
	align-items: center;
	justify-content: center;
	perspective: 1200px;
	transform-style: preserve-3d;
}
/* .carousel-stage .carousel-content {display: none;} */
.carousel-item {
	position: absolute;
	transform-style: preserve-3d;
	transition: transform 0.5s cubic-bezier(0.4, 0.0, 0.2, 1), opacity 0.5s ease;
	cursor: pointer;
	will-change: transform, opacity;
	backface-visibility: hidden;
}
.carousel-item {opacity: 0;transform: translateZ(-200px) scale(0.8);}
.carousel-item.center {z-index: 20;transform: translateZ(0) translateX(0) scale(1.1) rotateY(0deg);opacity: 1;}
.carousel-item.left {
	z-index: 10;
	transform: translateZ(-100px) translateX(-90%) translateY(-1rem) scale(0.9) rotateY(12deg) !important;
	opacity: 0.7;
}
.carousel-item.right {
	z-index: 10;
	transform: translateZ(-100px) translateX(90%) translateY(-1rem) scale(0.9) rotateY(-12deg) !important;
	opacity: 0.7;
}
.carousel-item.far-left {display: none !important;opacity: 0 !important;}
.carousel-item.far-right {display: none !important;opacity: 0 !important;}
.carousel-image-container {position: relative;transform-style: preserve-3d;max-width: 300px;}
.carousel-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.5rem;
}
.carousel-gradient {position: absolute;transition: opacity 0.5s;}
.carousel-item.center .carousel-gradient {opacity: 0.3;}
.carousel-item.left .carousel-gradient,
.carousel-item.right .carousel-gradient {opacity: 0.7;}
.carousel-content {
	position: relative;
	z-index: -1;
	padding: 45px 20px;
	background: linear-gradient(#fff, #E5FFFE, #fff);
}
.carousel-content p {letter-spacing: .06em;}
.carousel-content p span {display: block;margin: 10px 0;font-size: 2em;}
.carousel-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(#31FFF8, #24CBFF);
	border: none;
	border-radius: 50%;
	width: clamp(60px, calc(60px + 60 * ((100vw - 375px) / 1545)), 120px);
	height: clamp(60px, calc(60px + 60 * ((100vw - 375px) / 1545)), 120px);
	cursor: pointer;
	z-index: 5;
	transition: all 0.3s;
	opacity: 0;
	animation: fadeIn 0.3s ease-out forwards;
}
@keyframes fadeIn {
	to {opacity: 1;}
}
.carousel-btn::before {
	content: '';
	display: block;
	transform: rotate(45deg);
	color: #fff;
	line-height: 1;
	width: 1.5em;
	height: 1.5em;
	border: .2em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
}
.carousel-btn:active {transform: translateY(-50%) scale(0.9);}
.carousel-btn.next {right: 1rem;animation-delay: 0.2s;}
.carousel-btn:hover {transform: translateY(-50%) scale(1.1);}
.carousel-btn.prev:hover {transform: translateY(-50%) scale(1.1) translateX(-5px);}
.carousel-btn.next:hover {transform: translateY(-50%) scale(1.1) translateX(5px);}
.carousel-btn.next::before {margin-right: 5%;}
.carousel-btn.prev:before {transform: scale(-1, -1) rotate(45deg);margin-left: 5%;}
.carousel-btn svg {display: none;}
.carousel-indicators {display: none;justify-content: center;gap: 0.5rem;margin-top: 2rem;}
@media only screen and ( max-width : 1500px ) {
	#voice ul li p span {font-size: 1vw;}
}
@media only screen and ( max-width : 1024px ) {
	#voice ul {grid-template-columns: repeat(4, 1fr);gap: 50px 20px;}
	#voice ul li p span {font-size: 1.2vw;}
	#voice ul li .mic span {width: 6vw;height: 6vw;}
}
@media only screen and ( max-width : 767px ) {
	#voice .title_common img {width: 50%;}
	#voice ul {grid-template-columns: repeat(3, 1fr);}
	#voice ul li p {bottom: 8%;}
	#voice ul li p span {font-size: 1.8vw;}
	#voice ul li .mic span {width: 7vw;height: 7vw;}
}
@media only screen and ( max-width : 500px ) {
	#voice ul {grid-template-columns: repeat(2, 1fr);}
	#voice ul li p {bottom: 5%;}
	#voice ul li p span {font-size: 2.7vw;}
	#voice ul li .mic span {width: 10vw;height: 10vw;}
}
/*--------------------------------------------------

	Instagram │ アイルネットのInstagramをチェック！

--------------------------------------------------*/
#instagram {position: relative;padding-bottom: clamp(100px, calc(100px + 100 * ((100vw - 375px) / 1545)), 200px);}
#instagram::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -2;
	width: 95%;
	height: 80%;
	box-shadow: 0 3px 90px rgba(129, 154, 163, 16%);
}
#instagram .inner {max-width: 1248px;}
#instagram .container {display: flex;align-items: flex-end;position: relative;}
#instagram .container::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 110%;
	overflow: hidden;
	border-radius: 20em;
	background: url(../img/page/new_graduate/instagram/bg.webp) no-repeat center / cover;
}
#instagram .container figure {width: 15.5%;max-width: 217px;margin: 0 0 -3% auto;}
#instagram .container .wrap {width: 60%;margin-right: auto;}
#instagram .container .wrap h2 {
	margin-bottom: clamp(10px, calc(10px + 10 * ((100vw - 375px) / 1545)), 20px);
	color: #fff;
	text-align: center;
}
#instagram .container .wrap p {
	margin-bottom: clamp(26px, calc(26px + 10 * ((100vw - 375px) / 1545)), 36px);
	text-align: center;
}
#instagram .container .wrap p a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: clamp(10px, calc(10px + 5 * ((100vw - 375px) / 1545)), 15px);
	padding: 30px 50px;
	box-shadow: 0 13px 16px rgba(0, 0, 0, 16%);
	border-radius: 50px;
	background: #fff;
	font-weight: bold;
	font-size: clamp(16px, calc(16px + 6 * ((100vw - 375px) / 1545)), 22px);
	text-align: center;
}
#instagram .container .wrap p a:hover {box-shadow: 0 5px 5px rgba(0, 0, 0, 16%);}
#instagram .container .wrap p a img {width: clamp(20px, calc(20px + 20 * ((100vw - 375px) / 1545)), 40px);}
@media only screen and ( max-width : 767px ) {
	#instagram .container {flex-direction: column-reverse;}
	#instagram .container figure {display: none;}
	#instagram .container .wrap {width: 100%;}
	#instagram .container .wrap .img{width: 75%;margin: 0 auto 2.2em;}
}
@media only screen and ( max-width : 500px ) {
	#instagram .container .wrap p a {padding: 20px 30px;}	
}
/*--------------------------------------------------

	Requirement │ 募集要項

--------------------------------------------------*/
#requirement {background: #EAF7FA;}
#requirement .inner {max-width: 1160px;}
#requirement .ChangeElem_Btn_Content {display: grid;grid-template-columns: repeat(3, 1fr);}
#requirement .ChangeElem_Btn_Content button {
	position: relative;
	padding: 35px 0 30px;
	border: none;
	border-radius: 30px 30px 0 0;
	background: #BFD2D8;
	color: #fff;
	font-weight: bold;
	font-size: clamp(14px, calc(14px + 4 * ((100vw - 375px) / 1545)), 18px);
}
#requirement .ChangeElem_Btn_Content button.is-active {background: linear-gradient(90deg, #24CBFF, #58EAE5);}
#requirement .tab_content {
	padding: clamp(40px, calc(40px + 60 * ((100vw - 375px) / 1545)), 100px);
	padding-right: clamp(20px, calc(20px + 120 * ((100vw - 375px) / 1545)), 140px);
	padding-left: clamp(20px, calc(20px + 120 * ((100vw - 375px) / 1545)), 140px);
	background: #fff;
}
#requirement table {margin-bottom: clamp(40px, calc(40px + 30 * ((100vw - 375px) / 1545)), 70px);}
#requirement table tr {display: block;padding: 10px 0;border-bottom: 1px solid #707070;}
#requirement table tr th {
	width: 200px;
	padding-left: clamp(10px, calc(10px + 10 * ((100vw - 375px) / 1545)), 20px);
	font-weight: bold;
}
#requirement table tr td .wrap {margin-bottom: clamp(20px, calc(20px + 20 * ((100vw - 375px) / 1545)), 40px);}
#requirement table tr td .wrap:last-child {margin-bottom: 0;}
#requirement table tr td .wrap a {text-decoration: underline;}
#requirement table tr td p.round {position: relative;padding-left: 15px;}
#requirement table tr td p.round::before {
	content: '';
	position: absolute;
	top: .35em;
	left: 0;
	width: 14px;
	height: 14px;
	background: #00225F;
	border-radius: 50%;
}
#requirement table tr td p.square,
#requirement table tr td ul.square li {position: relative;padding-left: 18px;}
#requirement table tr td p.square::before,
#requirement table tr td ul.square li::before {
	content: '';
	position: absolute;
	top: .28em;
	left: 0;
	width: 14px;
	height: 14px;
	background: #00225F;
}
#requirement .container h2 {
	margin-bottom: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);
	font-weight: bold;
	font-size: clamp(24px, calc(24px + 16 * ((100vw - 375px) / 1545)), 40px);
	text-align: center;
}
#requirement .container ul {display: grid;gap: 15px;}
#requirement .container ul li {border: 2px solid #DFEBEF;border-radius: 10px;}
#requirement .container ul li dl {display: flex;align-items: center;position: relative;padding: 15px 10px;}
#requirement .container ul li dl::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 100px;
	transform: translateX(-50%);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #DFEBEF;
}
#requirement .container ul li:last-child dl:before {display: none;}
#requirement .container ul li dl dt {
	width: 180px;
	color: #49C1F7;
	font-weight: bold;
	font-size: clamp(14px, calc(14px + 6 * ((100vw - 375px) / 1545)), 20px);
	text-align: center;
}
#requirement .container ul li dl dd {flex: 1;font-size: clamp(12px, calc(12px + 3 * ((100vw - 375px) / 1545)), 15px);}
#requirement .container ul li dl dd a {text-decoration: underline;}
@media only screen and ( max-width : 767px ) {
	#requirement .ChangeElem_Btn_Content {grid-template-columns: 1fr;gap: 10px;margin-bottom: 20px;}
	#requirement .ChangeElem_Btn_Content button {padding: 20px 0;border-radius: 4em;}
	#requirement table tr th {display: block;}
	#requirement table tr td {display: block;}
	#requirement .container ul li dl {display: block;}
	#requirement .container ul li dl::before {left: 50%;transform: translateX(-50%);}
	#requirement .container ul li dl dt {width: 100%;margin-bottom: 20px;}
}
/*--------------------------------------------------

	Entry │ エントリー

--------------------------------------------------*/
#entry {
	position: relative;
	z-index: 1;
	padding-bottom: clamp(100px, calc(100px + 100 * ((100vw - 375px) / 1545)), 200px);
	background: #EAF7FA;
}
#entry::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-top-left-radius: clamp(80px, calc(80px + 80 * ((100vw - 375px) / 1545)), 160px);
	border-top-right-radius: clamp(80px, calc(80px + 80 * ((100vw - 375px) / 1545)), 160px);
	background: linear-gradient(90deg, #24CBFF, #31FFF8);
}
#entry .title_common {text-align: center;}
#entry .title_common img {width: 70%;max-width: 523px;margin-bottom: -5em;}
#entry .title_wrap {max-width: 630px;margin: 0 auto;}
#entry .title_wrap h3 {
	margin-bottom: clamp(10px, calc(10px + 10 * ((100vw - 375px) / 1545)), 20px);
	font-weight: bold;
	font-size: clamp(16px, calc(16px + 8 * ((100vw - 375px) / 1545)), 24px);
	text-align: center;
}
#entry .title_wrap p {margin-bottom: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);text-align: center;}
#entry .title_wrap ul {
	display: flex;
	justify-content: center;
	gap: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	margin-bottom: clamp(10px, calc(10px + 10 * ((100vw - 375px) / 1545)), 20px);
}
#entry .title_wrap ul li {width: 170px;}
#entry .title_wrap ul li a:hover {opacity: .7;}
#entry .container {
	padding: 20px;
	padding-top: clamp(20px, calc(20px + 15 * ((100vw - 375px) / 1545)), 35px);
	padding-bottom: clamp(50px, calc(50px + 50 * ((100vw - 375px) / 1545)), 100px);
	border-radius: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	background: #fff;
}
#entry .container h4 {
	margin-bottom: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);
	font-weight: bold;
	font-size: clamp(16px, calc(16px + 8 * ((100vw - 375px) / 1545)), 24px);
	text-align: center;
}
#entry table {
	max-width: 952px;
	margin: 0 auto clamp(30px, calc(30px + 10 * ((100vw - 375px) / 1545)), 40px);
}
#entry table tr th {width: 170px;color: #333;letter-spacing: .1em;}
#entry table tr.v_top th {padding-top: 20px;vertical-align: top;}
#entry table tr th .req {
	margin-left: 15px;
	padding: 5px;
	border-radius: 2px;
	background: #BE0202;
	color: #fff;
	font-size: clamp(12px, calc(12px + 2 * ((100vw - 375px) / 1545)), 14px);
	letter-spacing: 0;
}
#entry table tr td {display: block;margin-bottom: 15px;}
#entry table tr:last-child td {margin-bottom: 0;}
#entry table tr td p {margin-top: 10px;}
#entry table tr td p a {text-decoration: underline;}
#entry input[type="text"],
#entry input[type="tel"],
#entry input[type="email"],
.stbox select,
#entry textarea {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border: none;
	border-radius: 5px;
	background: #EAF7FA;
	color: #333;
	font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 1545)), 16px);
	letter-spacing: .1em;
	cursor: pointer;
	resize: vertical;
}
#entry textarea {height: auto;margin-bottom: 20px;padding: 20px;}
::placeholder {color: #C8C4D5;}
.stbox {position: relative;max-width: 222px;}
#entry table tr.age td .stbox {position: relative;max-width: 120px;}
.stbox::after {
	content: '';
	position: absolute;
	top: 23px;
	right: 20px;
	width: 14px;
	height: 10px;
	background: url(../img/common/entry/Icon_triangle.svg) no-repeat center / 100%;
	pointer-events: none;
}
.checkbox-container input[type=checkbox] {display: none;}
.checkbox-container label {display: inline-block;position: relative;width: auto;padding: 5px 30px;line-height: 1.4;cursor: pointer;user-select: none;}
.checkbox-container label::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 20px;
	height: 20px;
	margin-top: -10px;
	border: 1px solid #707070;
	background: #fff;
}
.checkbox-container label::after {
	content: '';
	display: block;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 12px;
	transform: rotate(45deg);
	width: 5px;
	height: 9px;
	margin-top: -7px;
	border-right: 3px solid #49C1F7;
	border-bottom: 3px solid #49C1F7;
}
.checkbox-container input[type=checkbox]:checked + label::after {opacity: 1;}
.checkbox-container a {margin-left: 10px;text-decoration: underline;}
.error-message-container {margin-top: 10px;}
.error-message {display: block;color: #ff0000;font-size: 14px;}
#entry .submit {
	display: block;
	position: relative;
	z-index: 1;
	width: 80%;
	max-width: 400px;
	margin: 0 auto;
	padding: clamp(15px, calc(15px + 5 * ((100vw - 375px) / 1545)), 20px);
	overflow: hidden;
	border: none;
	border-radius: 2em;
	background: linear-gradient(90deg, #31FFF8, #0062FF, #65CFFF);
	color: #fff;
	font-size: clamp(18px, calc(18px + 6 * ((100vw - 375px) / 1545)), 24px);
	text-align: center;
	letter-spacing: .1em;
	transition: all .5s ease-out;
}
#entry .submit:hover {background-position: 99% 50%;}
#entry .submit::before {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	z-index: -5;
	transform-origin: left top;
	transform: scale(0, 1);
	background: #3D46FB;
	transition: transform .3s;
}
#entry .submit:hover::before {transform-origin: left top;transform: scale(1, 1);}
#entry .submit span {position: relative;}
#entry .submit span::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -15%;
	transform: translateY(-50%);
	width: clamp(10px, calc(10px + 3 * ((100vw - 375px) / 1545)), 13px);
	height: 100%;
	background: url(../img/common/entry/Icon_arrowR.svg) no-repeat center / contain;
}
@media only screen and ( max-width : 767px ) {
	#entry .title_wrap ul {display: block;max-width: 200px;margin: 0 auto 10px;}
	#entry table tr th {display: block;margin-bottom: 5px;}
	#entry table tr.v_top th {padding-top: 0;}
	#entry table tr td {display: block;margin-bottom: 10px;}
}
/*--------------------------------------------------

　   ERROR

--------------------------------------------------*/
#entry.form {display: block;}
#entry.form h4 {text-align: center;line-height: 1.7;margin-bottom: 40px;}
#entry.form td {padding: 20px;border-radius: .7em;background: #F5F5F5;}
#entry.form .submit {max-width: 400px;margin: 0;}
#entry.form .button_box {display: flex;justify-content: center;gap: 10px;}
#entry.error .errorbox {margin-bottom: 80px;}
#entry.error .error_messe {color: #C41000;text-align: center;}
#entry.complete .container {padding-top: clamp(50px, calc(50px + 50 * ((100vw - 375px) / 1545)), 100px);text-align: center;}
#entry.complete .container p {margin-bottom: 40px;text-align: center;}
#entry.complete .container a {display: inline-block;padding: 20px 30px;}
@media only screen and ( max-width : 500px ) {
	#entry.form td {padding: 10px 20px}
}