<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* all
-------------------------------------------------------------------*/
html {
	background:#FFFFFF;
	color:#333333;
	font-family: 'Noto Sans JP',  "游ゴシック Medium", "Yu Gothic Medium" ,"游ゴシック体", "Yu Gothic", YuGothic , 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:16px;
	line-height:1.4;
}
html .goti,
html .goti form *{
	font-family:  'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium" ,"游ゴシック体", "Yu Gothic", YuGothic , 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
html .min,
html .min form *{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body {
	width: 100%;
	font-size: 100%;
	text-align: center;
	min-width:1200px;
}

main{
	overflow:hidden;
	width:100%;
}

.sitewrap {
	width: 1200px;
	min-width:1200px;
	overflow:hidden;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

@media screen and (max-width:1250px) {
	body,
	.sitewrap {
		width: 100%;
		min-width:0;
	}	
	.sitewrap &gt; *{
		padding-left:2%;
		padding-right:2%;
	}
}
@media screen and (max-width:767px) {
	html {
		font-size:14px;
	}
	.sitewrap &gt; *{
		padding-left:15px;
		padding-right:15px;
	}
	img{
		max-width:100%;
		height:auto;
	}
}


/* header
-------------------------------------------------------------------*/
header#fix_menu{
	position: fixed;
	top: 0;
	left:0;
	right:0;
	z-index:999;
	transition:top .4s .2s;
}
header#fix_menu.fixedMenu{
	position:fixed;
	top: 0;
	background: #fff;
}
.menu_top {
   	position:relative;
}
.menu_top #site_ttl {
	float:left;
	padding: 20px 40px;
	white-space:nowrap;
}
.menu_top #site_ttl a{
	display:flex;
	justify-content:center;
	align-items:center;
	gap: 20px;
}
.menu_top #site_ttl p{
	margin-left:10px;
	font-size:12px;
}
.menu_top .right_menu{
	float:right;
	padding: 10px 20px;
	text-align:right;
}
.menu_top .right_menu li{
	display:inline-block;
	vertical-align:middle;
}
.menu_top .right_menu li + li{
	margin-left:20px;
}
.menu_top .right_menu .header_txt a{
	font-weight:bold;
	position:relative;
	font-size: 0.875rem;
	margin-right: 1em;
}
.menu_top .right_menu .header_txt a:hover{
	opacity:1;
	color:#e92e3c;
	text-decoration:none;
}
.menu_top .right_menu .header_txt a span:after{
	content:"";
	width:0%;
	height:1px;
	display:block;
	background:#e92e3c;
	transition:width .2s;
	position:absolute;
	bottom:-5px;
	right:0;
	left:0;
	margin:auto;
}
.menu_top .right_menu .header_txt  a:hover span:after{
	width:100%;
}
.menu_top .right_menu li.header_btn{
	padding-left:0;
	margin: 0 0.5em;
	width: 243px;
}
.menu_top .right_menu li.header_btn a{
	font-size:14px;
	transition:all .4s;
	min-height: 3.5em;
	padding-block: 17px;
	line-height: 1;
	box-shadow: 4px 4px 0 #282828;
}
.menu_top .right_menu li.header_btn a:hover{
	transform: translate(4px, 4px);
	box-shadow: none;
}
.menu_top .right_menu li.header_btn a:after{
	width:21.5px;
	height:21.5px;
}
.menu_top .right_menu li.header_btn a:before,
.menu_top .right_menu li.header_btn a span:after{
	content:none;
	display:none;
}
@media screen and (max-width:1300px) {
	.menu_top .right_menu li.header_btn{
		width: 180px;
		margin: 0 0.25em;
	}
	.menu_top .right_menu{
		padding:10px;
	}
	.menu_top .right_menu li.header_btn a{
		font-size:0.625rem;
		padding-left: 5px;
		padding-right: 25px;
	}
	.menu_top .right_menu li.header_btn a:after{
		width:18px;
		height:18px;
		background-size:7px;
	}
	.menu_top .right_menu .header_txt a{
		font-size:0.75rem;
		margin-right: 0.5em;
	}
	.menu_top #site_ttl{
		padding:20px 10px;
	}
	.menu_top #site_ttl img{
		max-width:100%;
		height:auto;
		max-height: 40px;
	}
	.menu_top #site_ttl a{
		gap: 10px;
	}
}
@media screen and (max-width:1000px) {
	.menu_top .right_menu li.header_btn{
		width: 160px;
	}
	.menu_top .right_menu li.header_btn a{
		padding: 11px 19px 11px 5px;
	}
	.menu_top .right_menu li.header_btn a:after{
		width:15px;
		height:15px;
		background-size:6px;
	}
}
@media screen and (max-width:767px) {
	header#fix_menu,
	header#fix_menu.fixedMenu{
		top:0;
		transition: none;
		position: fixed;
		overflow: visible;
	}
	header#fix_menu.fixedMenu .menu_top{
		background:#fff;
	}
	header .menu_top {
		position: absolute;
		top:0;
		left:0;
		width:100%;
		z-index: 700;
		background: none;
		padding: 0;
		box-sizing: border-box;
		background: transparent;
	}
	header .menu_top #site_ttl{
		padding: 15px 15px;
	}
	header .menu_top #site_ttl img{
		max-height: 30px;
		height: 32px;
		width: auto;
	}
	.menu_top .right_menu {
		padding: 0;
		position: fixed;
		bottom: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
		float: none;
		text-align: center;
		z-index: 100;
	}
	.menu_top .right_menu .header_txt{
		display:none;
	}
	.menu_top .right_menu li.header_btn{
		padding-left:0;
		margin: 0;
		width: 33.3%;
	}
	.menu_top .right_menu li.header_btn a{
		font-size: 0.86rem;
		padding-block: 13px;
		line-height: 1;
		box-shadow: none;
		border-radius: 15px 15px 0 0;
		border-bottom: none;
		margin-bottom: 0;
		padding: 10px 9px 10px 5px;
		line-height: 1.2;
		width: 100%;
	}
	.menu_top .right_menu li.header_btn a:hover{
		transform: translate(0);
		box-shadow: none;
	}
	.menu_top .right_menu li.header_btn a:after{
		width: 14px;
		height: 14px;
		background-size: 5px;
		top: 30%;
	}
}
@media screen and (max-width:360px) {
	.menu_top .right_menu li.header_btn a{
		font-size:0.71rem;
	}
}

/* contents
-------------------------------------------------------------------*/

main{
	display: block;
}
main.recruit_home{
	background:#fef9f3;
	position: relative;
	z-index: 10;
}
.rec_style{
	font-size: 1.5rem;
	font-weight:bold;
	margin-bottom: 2em;
}
.rec_style em{
	display:block;
	margin-bottom:25px;
}
@media screen and (max-width:767px) {
	.rec_style{
		font-size:1.14rem;
		margin-bottom: 2em;
	}
	.rec_style em{
		width: 31%;
		margin: 0 auto 15px;
	}
}
.blue_area{
	background:#96deff;
	position:relative;
	z-index: 10;
	margin-bottom: 10%;
	padding-bottom: 12.3%;
}
.blue_area:after{
	content:"";
	height:150px;
	background:url(../img/top/bg_blue_area.png);
	background-size:contain;
	position:absolute;
	left:0;
	right:0;
	bottom: -150px;
	margin:auto;
	background-repeat: no-repeat;
}
.visual{
	position:relative;
	z-index: 11;
	background:url(../img/top/bg_mv.png);
	background-size:contain;
	background-position:top center;
	background-repeat:no-repeat;
	padding-top: 50.52086vw;
	margin-bottom: 14%;
}
.visual img{
	max-width:100%;
	height:auto;
}
.visual .position{
	position: absolute;
	top: 117px;
	left: 0;
	right: 0;
	margin: auto;
}
.recruit_tit{
	position: relative;
	z-index: 6;
}
.recruit_style{
	display:flex;
	justify-content:center;
	align-items:center;
	gap: 20%;
	position: relative;
	z-index: 6;
	left: 2%;
}
.recruit_style .right_area{
	position:relative;
	top: -45px;
	display: inline-block;
}

.parson_area{
	position:absolute;
	z-index:4;
	top:0;
	left:0;
	right:0;
	margin:auto;
}
.parson_area .recruit_image{
	position:absolute;
	z-index: 5;
}
.parson_area .mv_image01{
	left: 4%;
	right:0;
	margin:auto;
	top: -100px;
	width: 26.1%;
}
.parson_area .mv_image02{
	left: -9.125%;
	right:0;
	margin:auto;
	top: 84.75%;
	width: 28.1%;
}
.parson_area .mv_image03{
	left:0;
	right: -23.5%;
	margin:auto;
	top: 73.5%;
	width: 22.62%;
}
.parson_area .mv_image04{
	left: 19.25%;
	margin:auto;
	top: 105%;
	width: 12.52%;
}
.parson_area .mv_image05{
	right: 17.75%;
	margin:auto;
	top: 109.5%;
	width: 11.46%;
}
.parson_area .mv_image06{
	left: 3.875%;
	margin:auto;
	top: 102%;
	width: 15.1%;
}
.parson_area .mv_image07{
	right: -2%;
	margin:auto;
	top: 101.5%;
	width: 18.5%;
}
.mv_bottom{
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	width: 48%;
}
.mv_bottom:before{
	content:"";
	width: 1358px;
	height: 835px;
	background:url(../img/top/bgimg_blue_area.png);
	position:absolute;
	left: -35%;
	top: -140%;
	z-index:2;
}
.mv_bottom .mv_bottom_style01{
	font-size: min(1.88vw,2.25rem);
	font-weight:bold;
	margin-bottom:0.75em;
	position:relative;
	z-index:3;
	letter-spacing:0.05em
}
.mv_bottom .mv_bottom_style01 span{
	background: linear-gradient(transparent 70%, #ffe45f 30%);
}
.mv_bottom .mv_bottom_style02{
	font-size: min(1.5vw,1.75rem);
	font-weight:bold;
	line-height: 2.25;
	margin-bottom:0.75em;
	position:relative;
	z-index:3;
	letter-spacing: 0.15em;
}
.mv_bottom p{
	font-size: min(1.05vw,1.25rem);
	font-weight:bold;
	position:relative;
	z-index:3;
	letter-spacing: 0.1em;
	line-height: 2.5;
}
@media screen and (max-width:1760px) {
	.visual{
		margin-bottom:25%;
	}
	.recruit_style{
		left: 0;
	}
}
@media screen and (max-width:767px) {
	.mv_bottom{
		width:100%;
		padding: 0 15px;
	}
	.mv_bottom .mv_bottom_style01{
		font-size: 1.36rem;
		display: inline-block;
		letter-spacing: 0;
	}
	.mv_bottom .mv_bottom_style02{
		font-size:1.14rem;
		letter-spacing:0;
	}
	.mv_bottom p{
		font-size:1rem;
		letter-spacing:0;
		line-height: 1.875;
	}
	.visual{
		background-image: url(../img/top/bg_mv_sp.png);
		background-size:cover;
		padding-top: 136.525vw;
		margin-bottom: 10%;
	}
	.visual .position{
		top: 50px;
	}
	.recruit_style{
		gap: 0;
		flex-wrap:wrap;
		position:absolute;
		left:0;
		right:0;
		margin:auto;
		justify-content: flex-start;
		padding: 0 15px;
		top: 4vw;
	}
	.recruit_style .left_area{		
		width: 87.54%;		
		text-align: left;		
		margin-bottom: 15%;
	}
	.recruit_style .right_area{
		top:0;
		width: 78.41%;
		margin-left: auto;
	}
	.parson_area .mv_image01{
		left: 4%;
		right: auto;
		top: 0px;
		width: 63.735%;
	}
	.parson_area .mv_image02{
		left: auto;
		right:0;
		top: 29vw;
		width: 68.27%;
	}
	.parson_area .mv_image03{
		left:0;
		right: auto;
		top: 55.5vw;
		width: 46.135%;
	}
	.mv_bottom:before{
		content:"";
		width: 100%;
		height: 153%;
		background:url(../img/top/bgimg_blue_area_sp.png);
		position:absolute;
		left:0;
		top: -27%;
		z-index:2;
		right:0;
		bottom:0;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.arrow_next{
		position:relative;
		z-index:5;
		text-align:center;
		width:6.67%;
		margin: 2em auto 0;
	}
	.blue_area{
		margin-bottom: 30%;
		padding-bottom: 4.3%;
	}
}
.job{
	position:relative;
	z-index:13;
	margin-bottom:110px;
	margin-top: -15%;
}
.job:before{
	content:"";
	width:292px;
	height:223px;
	background:url(../img/top/deco_job03.png);
	position:absolute;
	right: -3%;
	top: 25%;
	z-index:2;
}
.job:after{
	content:"";
	width:467px;
	height:420px;
	background:url(../img/top/deco_job04.png);
	position:absolute;
	left: 1%;
	bottom: -10%;
	z-index:2;
}
.job_sitewrap{
	max-width:1700px;
	margin:0 auto;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	z-index:8;
}
.job_sitewrap:before{
	content:"";
	width:576px;
	height:404px;
	background:url(../img/top/deco_job01.png);
	position:absolute;
	left: -14%;
	top: -5%;
	z-index:8;
}
.job_wrap:after{
	content:"";
	width:634px;
	height:582px;
	background:url(../img/top/deco_job02.png);
	position:absolute;
	right: -14%;
	bottom: -19%;
	z-index:8;
}
.job .illust_area{
	position:relative;
	z-index:5;
}
.job .illust_area img{
	max-width:100%;
	height:auto;
}
.job .illust_area .job_illust_left{
	position:absolute;
	left: 4%;
	top: -25vw;
	width: 23%;
	z-index: 4;
}
.job .illust_area .job_illust_rirght{
	position:absolute;
	right: 0%;
	top: -26vw;
	width: 28%;
	z-index: 4;
}
.job_wrap{
	background:#fff;
	border:3px solid #282828;
	border-radius:20px;
	z-index:6;
	position: relative;
	padding: 50px;
}
.job_wrap:before{
	content: "";
	width: 220px;
	height: 8px;
	background: linear-gradient(#96deff 49% ,#fff 50%); /* ←グラデーションに変更 */
	display: inline-block;
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	z-index:-1;
}
.job_wrap .rec_tit_area{
	position:relative;
	z-index:7;
	margin-bottom:80px;
}
.job_wrap .rec_tit_area p{
	font-size:1.125rem;
	font-weight:bold;
	line-height:1.875;
}
.job_wrap .rec_tit_area .rec_style{
	position:relative;
	margin-top: -140px;
}
.job_wrap .img_area{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:5%;
	margin-top: -8.5%;
	position:relative;
	z-index:10;
}
.job_wrap .img_area img{
	max-width:100%;
	height:auto;
}
.job_wrap .img_area .left_area{
	width:37%;
	position:relative;
	z-index:5;
	bottom: 5vw;
}
.job_wrap .img_area .right_area{
	width: 53.5%;
	position:relative;
	z-index:5;
}
.job_wrap .img_area .left_area + .right_area:before{
	content:"";
	width:150px;
	height:52px;
	background:url(../img/top/img_jpb02.png);
	position:absolute;
	left: -12%;
	top: -2%;
	bottom:0;
	z-index:8;
	margin:auto;
}
@media screen and (max-width:1700px) {
	.job_sitewrap{
		padding:2%;
	}
	.job_sitewrap:before{
		width:376px;
		height: 264px;
		left: -5%;
		background-size:contain;
	}
	.job_wrap:after{
		width:334px;
		height: 306px;
		right: -4%;
		bottom: -9%;
		background-size:contain;
	}
}
@media screen and (max-width:1300px) {
	.job_wrap .img_area{
		margin-top: -5.5%;
	}
}
@media screen and (max-width:1700px) {
	.job_sitewrap:before{
		width:376px;
		height: 264px;
		left: -5%;
		background-size:contain;
	}
	.job_wrap:after{
		width:334px;
		height: 306px;
		right: -4%;
		bottom: -9%;
		background-size:contain;
	}
}
@media screen and (max-width:767px) {
	.job{
		margin-bottom:80px;
		margin-top: -15%;
	}
	.job_wrap{
		border-radius:10px;
		padding: 60px 10px;
		border-width: 2px;
	}
	.job_wrap .img_area{
		gap:0;
		margin-top:0;
		flex-wrap:wrap;
	}
	.job_wrap .img_area .left_area{
		width: 90%;
		margin: 0 auto;
		bottom: 0;
	}
	.job_wrap .img_area .right_area{
		width:100%;
	}
	.job_wrap .img_area .left_area + .right_area{
		margin-top: 36px;
	}
	.job_wrap .img_area .left_area + .right_area:before{
		width:35px;
		height:20px;
		background-image:url(../img/top/img_jpb02_sp02.png);
		left:0;
		right:0;
		top: -6%;
		bottom: auto;
		background-size:contain;
	}
	.job_sitewrap:before{
		width:120px;
		height: 84px;
		left: -8%;
		background-size:contain;
		transform: rotate(45deg);
		top: -3%;
	}
	.job_wrap:before{
		display:none;
	}
	.job_wrap .rec_tit_area .rec_style{
		margin-top: -110px;
		margin-bottom: 15px;
	}
	.job .illust_area .job_illust_left{
		left: 4%;
		top: -43vw;
		width: 34%;
		z-index: 4;
	}
	.job .illust_area .job_illust_rirght{
		position:absolute;
		right: -4%;
		top: -39vw;
		width: 42%;
		z-index: 4;
	}
	.job_wrap:after{
		width: 194px;
		height: 178px;
		right: -12%;
		bottom: -7%;
		background-size:contain;
		z-index:5;
		transform: rotate(15deg);
	}
	.job:before{
		width: 136px;
		height: 105px;
		right: -6%;
		top: 30%;
		background-size: contain;
	}
	.job:after{
		width: 154px;
		height:140px;
		background-size:contain;
		left:0;
		bottom: 0;
		top: 7%;
		margin:auto;
	}
	.job_sitewrap{
		padding:0 15px;
	}
	.job_wrap .rec_tit_area p{
		text-align:left;
		font-size: 1rem;
		line-height: 1.4;
	}
	.job_wrap .rec_tit_area{
		margin-bottom: 10px;
	}
}
.work{
	position:relative;
	z-index:10;
	padding-bottom:200px;
}
.work:before{
	content:"";
	background:#ffd900;
	top: 70%;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	position: absolute;
	z-index: 2;
}
.work .rec_tit_area{
	position:relative;
	z-index:5;
	margin-bottom: 100px;
}
.work .slick-list{
	overflow:visible;
}
.work .modal_slider{
	position: relative;
	z-index:5;
	padding: 0 2%;
}
.work .modal_slider .work_item{
	position:relative;
	z-index:5;
	text-decoration: none;
	margin: 0 5px;
}
.work .modal_slider .work_item input{
	
width: 0;
	
height: 0;
	
visibility: hidden;
}
.work .modal_slider .work_item .image_area{
	position:relative;
	z-index:5;
	margin-right: auto;
}
.work .modal_slider .work_item .image_area img{
	max-width:100%;
	height:auto;
	transition:.3s transform;
}
.work .modal_slider .work_item .txt_area{
	position: relative;
	z-index: 8;
	text-align: left;
	width: max-content;
	left: 0;
	position:absolute;
	left:50%;
	top:50%;
	transform:translateY(-50%);
	width: 55%;
}
.work .work_item .txt_area em{
	font-size: min(1.2vw,1.375rem);
	font-weight:bold;
	display:block;
	margin-bottom:1.5em;
	line-height: 1.5;
}
.work .work_item .txt_area em span{
	display: block;
	background:#fff;
	border:1px solid #282828;
	padding: 9px 7px;
	line-height: 1;
	width: max-content;
}
.work .work_item .txt_area em span + span{
	margin-top:5px;
}
.work .work_item .txt_area .name{
	font-size:1.125rem;
	font-weight:bold;
	color:#8f8f8f;
	margin-bottom:1.25em;
	text-shadow: 0 0 3px #fef9f3,0 0 5px #fef9f3,0 0 7px #fef9f3,0 0 9px #fef9f3
}
.work .work_item .txt_area .to_modal{
	font-weight:bold;
	color:#54beed;
	text-decoration:underline;
	text-underline-offset: 3px;
	margin-bottom:1.5em;
	display: inline-block;
}
.work .work_item .txt_area i{
	width:50px;
	height:50px;
	background:#282828;
	font-size:3rem;
	font-weight:bold;
	line-height:1;
	color:#fff;
	border-radius:50%;
	text-align: center;
	padding: 3px;
	display: block;
	padding: 0px;
}
.work .modal_slider .work_item img.illust05{
	transform:rotate(-8deg)
}
.work .modal_slider .work_item:hover .image_area img{
	transform: rotate(-10deg);
}
@media screen and (max-width:1320px) {
	.work .work_item .txt_area .name{
		font-size:1rem;
		margin-bottom:1em;
	}
	.work .work_item .txt_area .to_modal{
		font-size:0.875rem;
	}
}
@media screen and (max-width:767px) {
	.work{
		padding-bottom: 170px;
	}
	.work .modal_slider .work_item .txt_area{
		left:0%;
		transform:translateY(0);
		width: 100%;
		top: auto;
		bottom: -44%;
	}
	.work .work_item .txt_area em{
		font-size: 1.27rem;
		margin-bottom:1em;
	}
	.work .work_item .txt_area em span{
		padding: 7px 7px;
	}
	.work .work_item .txt_area .name{
		font-size: 1.14rem;
		margin-bottom:1em;
		text-shadow:none;
	}
	.work .work_item .txt_area .to_modal{
		font-size:1rem;
	}
	.work .modal_slider .work_item:hover .image_area img{
		transform: rotate(0);
	}
	.work .modal_slider .work_item .image_area img{
		margin:0 auto;
		max-height: 240px;
		width: auto;
	}
	.work .work_item .txt_area i{
		width:45px;
		height:45px;
		font-size:2.5rem;
		padding: 3px;
		position:absolute;
		right:0;
		bottom: 5%;
	}
	.work .modal_slider .work_item{
		margin: 0 50px;
	}
	.work .modal_slider .work_item .image_area{
		max-width: 100%;
		margin:0 auto;
	}
	.work:before{
		top: 63%;
	}
	.work .slick-arrow{
		position: absolute;
		z-index: 5;
		content: "";
		width:45px;
		height:45px;
		border:1px solid  #282828;
		background-color: #fff;
		background-image: url(../img/common/arrow_black.png);
		background-size:15px;
		background-repeat: no-repeat;
		background-position:center;
		border-radius: 50%;
		transition:.5s background;
		cursor:pointer;
	}
	.work .slick-arrow.next_arrow{
		right: 2%;
		bottom: 0;
		top:0;
		margin:auto;
		transform:rotate(360deg);
	}
	.work .slick-arrow.prev_arrow{
		left: 2%;
		bottom: 0;
		top:0;
		margin:auto;
		transform:rotate(180deg);
	}
	.work .slick-arrow:hover {
		border-color: #282828;
		background-color: #fff;
		background-image: url(../img/common/arrow_black.png);
		background-size:15px;
		background-repeat: no-repeat;
		background-position:center;
	}
	.work .slick-arrow::before{
		display:none;
	}
	.work  .rec_style{
		margin-bottom:1em
	}
	.work  .rec_style em{
		width: 44%;
	}
	.work .rec_tit_area{
		margin-bottom: 40px;
	}
}
.sroll-wrap{
	margin-top:-70px;
	position:relative;
	z-index:15;
}
.scroll_box{
	position:relative;
	z-index:5;
}
.faq_whole{
	position:relative;
	background:url(../img/top/bgimg_qa.png);
	background-size:contain;
	background-position:bottom center;
	z-index:8;
	background-repeat:no-repeat;
}
.faq_wrap .rec_tit_area{
	text-align:center;
	position: relative;
	z-index:5;
	margin-bottom: 100px;
}
.sroll-wrap .faq_circle{
  width: 136px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: #96deff;
  border-radius: 50%;
}
.sroll-wrap .scroll_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #96deff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  z-index: -1;
}
.faq_wrap{
	margin-top:20%;
	position:relative;
	z-index:6;
	margin-bottom: 110px;
}
.faq_list{
	display:flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 2.65%;
	list-style: none;
	text-align:center;
	padding: 0 0 6em;
}
.faq_wrap input{
	display:none;
}
.faq_item{
	width:23%;
	margin-bottom:1.5em;
	position: relative;
}
.faq_item .qa_card{
	padding:10px;
	border-radius:20px;
	min-height: 370px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	gap:3%;
	transition:.5s transform,.5s opacity;
	font-weight: bold;
}
.faq_item .question{
	background:#fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.faq_item .question:after{
	position: absolute;
	z-index: 5;
	content: "";
	width: 25px;
	height: 25px;
	border:1px solid #ff7684;
	background-color:#ff7684;
	background-image: url(../img/common/arrow_white.png);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position:center;
	border-radius: 50%;
	right: -1em;
	bottom:5%;
	right:5%;
	margin:auto;
	transition:.5s background-color,.5s background-image;
}
.faq_item .question:hover:after{
	background-color:#fff;
	background-image: url(../img/common/arrow_red.png);
}
.faq_item .answer{
	background:#ff7684;
	visibility: hidden;
	opacity:0;
	transform: rotateY(-180deg);
	height: 100%;
	padding: 20px;
	line-height: 1.875;
}
.faq_item .answer:after{
	position: absolute;
	z-index: 5;
	content: "";
	width: 25px;
	height: 25px;
	border:1px solid #fff;
	background-color:#fff;
	background-image: url(../img/common/arrow_red.png);
	background-size:10px;
	background-repeat: no-repeat;
	background-position:center;
	border-radius: 50%;
	right: -1em;
	bottom:5%;
	right:5%;
	margin:auto;
	transition:.5s background-color,.5s background-image;
}
.faq_item .answer:hover:after{
	background-color:#ff7684;
	background-image: url(../img/common/arrow_white.png);
}
.faq_item .question p{
	font-size:1.125rem;
	font-weight:bold;
	line-height:2;
}
.faq_item .question p span{
	background: linear-gradient(transparent 70%, #ffe45f 30%);
}
.faq_item .answer em{
	text-align:left;
	margin-right:auto;
	margin-bottom: 1em;
}
.faq_item .answer a{
	text-decoration:underline;
	text-underline-offset:7px;
}
.faq_item .answer a:hover{
	text-decoration:none;
}
.faq_item input:checked ~ label .qa_card.question{
	opacity:0;
	transform: rotateY(180deg);
	visibility: hidden;
}
.faq_item input:checked ~ label .qa_card.answer{
	display:flex;
	opacity:1;
	transform: rotateY(0deg);
	visibility: visible;
	text-align: left;
	color: #fff;
	height: 100%;
	justify-content: flex-start;
}
.faq_item:nth-child(n+9){
	visibility:hidden;
	margin: 0;
	height:0;
}
.faq_wrap &gt; input:checked ~ .faq_list{
	padding-bottom:0;
}
.faq_wrap &gt; input:checked ~ .faq_list .faq_item:nth-child(n+9){
	visibility:visible;
	min-height:370px;
	margin-bottom:1.5em;
	height:auto;
}
.faq_wrap &gt; input:checked ~ .faq_list .more_btn{
	display:none;
}
.more_btn{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom: 3em;
}
.more_btn label{
	font-size:1.25rem;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding-bottom: 1.5em;
	position:relative;
	z-index:5;
	text-decoration:underline;
	text-underline-offset:5px;
}
.more_btn label:before{
	content: '';
	width: 20px;
	height: 21px;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: rotate(135deg);
	right: 0;
	margin: auto;
	transition: .5s bottom;
}
.more_btn label:hover:before{
	bottom:-10px;
}
@media screen and (max-width:1200px) {
	.faq_list{
		gap:1.3%;
	}
	.faq_item{
		width:24%;
		position: relative;
	}
	.faq_item .question p{
		font-size:1rem;
	}
}
@media screen and (max-width:767px) {
	.sroll-wrap{
		margin-top:-30px;
	}
	.sroll-wrap .faq_circle{
	  width: 90px;
	}
	.faq_list{
		gap:0%;
	}
	.faq_whole{
		background-image:url(../img/top/bgimg_qa_sp.png);
		background-position: top  center;
		background-repeat: repeat-y;
	}
	.faq_item{
		width:100%;
		margin-bottom: 1.5em;
	}
	.faq_item .answer a:hover{
		text-decoration:underline;
	}
	.faq_item:nth-child(n+5){
		visibility:hidden;
		margin: 0;
		height:0;
	}
	.faq_item .qa_card{
		border-radius: 10px;
		min-height: 255px;
		gap: 0;
		max-width: 300px;
		margin: 0 auto;
		justify-content: flex-start;
		padding-top: 40px;
	}
	.faq_item .qa_card em{
		margin-bottom:1em
	}
	.faq_item .qa_card em img{
		max-height:28px;
		width:auto;
	}
	.faq_wrap &gt; input:checked ~ .faq_list{
		padding-bottom:0;
	}
	.faq_wrap &gt; input:checked ~ .faq_list .faq_item:nth-child(n+5){
		visibility:visible;
		min-height:265px;
		margin-bottom:1.5em;
		height:auto;
	}
	.faq_wrap .rec_tit_area{
		margin-bottom: 27px;
	}
	.faq_wrap{
		margin-top:10%;
		margin-bottom:40px;
	}
	.sroll-wrap .faq_circle{
	  width: 57px;
	}
	.faq_item .question p{
		font-size:1.14rem;
	}
	.faq_item .answer p{
		font-size: 1rem;
	}
	.more_btn label:before{
		width: 10px;
		height: 11px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}
	.more_btn label{
		font-size:1rem;
}
}
.welfare{
	position:relative;
	z-index:15;
	background:#fff;
	border-radius: 110px 110px 0 0;
	padding-block: 90px 120px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.welfare .welfare_col{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	gap: 2%;
}
.welfare .welfare_txt{
	width: 40%;
}
.welfare .welfare_image{
	width: 54%;
}
.welfare .rec_style{
	margin-bottom:1.5em;
}
.rec_tit_area p{
	font-size:1.25rem;
	font-weight:bold;
	line-height:1.5;
}
@media screen and (max-width:1200px) {
	.welfare img{
		max-width:100%;
		height:auto;
	}
	.rec_tit_area p{
		font-size:1rem;
	}
}
@media screen and (max-width:768px) {
	.welfare{
		border-radius: 40px 40px 0 0;
		padding-block: 52px 55px;
	}
	.welfare .welfare_col{
		gap:0;
	}
	.welfare .welfare_txt,
	.welfare .welfare_image{
		width: 100%;
	}
	.welfare .welfare_txt{
		margin-bottom:2em;
	}
	.welfare .rec_style{
		text-align: center;
		margin: 0 auto 1.5em;
	}
	.welfare .rec_style em{
		width: 69%;
	}
	.rec_tit_area p{
		font-size: 1rem;
		text-align: center;
	}
}
.cta{
	position:relative;
	z-index:20;
	padding-block: 140px 160px;
	background: url(../img/top/bg_cta.jpg);
	background-size: cover;
	background-position: center;
}
.cta:before{
	content:"";
	width:442px;
	height:378px;
	background:url(../img/top/deco_cta01.png);
	position:absolute;
	left: -3%;
	top: -6%;
	z-index:2;
}
.cta:after{
	content:"";
	width:282px;
	height:258px;
	background:url(../img/top/deco_cta04.png);
	position:absolute;
	right: -5%;
	bottom: 5%;
	z-index:2;
}
.cta .rec_style{
	text-align:center;
}
.btn_wrap{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap: 2%;
}
.btn_wrap li{
	width: 31%;
	margin:0;
}
.guideline{
	margin-bottom:75px;
	position: relative;
	z-index: 13;
}
.guideline .sitewrap{
	overflow:visible;
}
.entry{
	position:relative;
	z-index:10;
	background:#fff;
	max-width: 1450px;
	margin:0 auto;
	border-radius: 25px;
	padding-block:80px 120px;
	text-align:center;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.entry:before{
	content:"";
	width:278px;
	height:268px;
	background:url(../img/top/deco_cta02.png);
	position:absolute;
	right: -12%;
	top: -20%;
	z-index:2;
}
.entry:after{
	content:"";
	width:255px;
	height:205px;
	background:url(../img/top/deco_cta03.png);
	position:absolute;
	left: -11%;
	z-index:2;
}
.entry .rec_tit_area{
	text-align:center;
}
.entry .rec_tit_area &gt; p{
	margin-bottom:4em;
}
.entry .sitewrap{
	overflow:visible;
}
.entry .btn_wrap li{
	width: 32%;
}
@media screen and (max-width:1500px) {
	.cta{
		padding: 140px 2% 160px;
	}
}
@media screen and (max-width:1200px) {
	.cta:before{
		width:292px;
		height: 250px;
		background-size:contain;
	}
	.cta:after{
		width:182px;
		height: 168px;
		background-size:contain;
	}
	.entry:before{
		width:178px;
		height: 172px;
		right: -9%;
		top: -10%;
		background-size:contain;
	}
	.entry:after{
		width: 175px;
		height: 141px;
		left: -7%;
		background-size:contain;
		bottom: -10%;
	}
}
@media screen and (max-width:768px) {
	.entry:before,
	.entry:after,
	.cta:before,
	.cta:after{
		display:none;
	}
	.cta{
		padding: 45px 15px 25px;
		background-image: url(../img/top/bg_cta_sp.jpg);
		background-size:contain;
		background-position:top center;
	}
	.btn_wrap{
		gap:0;
	}
	.btn_wrap li{
		width:100%;
		margin:0;
	}
	.btn_wrap li + li{
		margin-top:1em;
	}
	.entry{
		border-radius:12.4px;
		padding-block: 30px 32px;
		box-shadow: 0 0 7px rgba(0,0,0,0.2);
	}
	.entry .rec_tit_area &gt; p{
		margin-bottom: 1.35em;
		font-size: 1.29rem;
	}
	.entry .btn_wrap li{
		width:100%;
	}
	.guideline{
		margin-bottom:35px;
	}
	.guideline .rec_style em{
		width:100%;
	}
	.entry .rec_style {
		margin-bottom:1.5em;
	}
	.entry .rec_style em{
		width:55%;
		margin: 0 auto 10px;
	}
	.entry_inner{
		padding:0 20px;
	}
	.entry .common_btn02 a{
		justify-content:flex-start;
		padding-left:20%;
	}
}


/* footer
-------------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 15px;
	right: 5%;
	width: 70px;
	z-index: 500;
	transition:bottom .4s;
}
footer.on ~ * #pageTop {
	bottom: 50px;
}
footer{
	background:#343438;
	padding:70px 0;
	text-align:center;
}
.foot_logo{
	margin-bottom:20px;
	position:relative;
	z-index:2;
	text-align:center;
}
.foot_logo a{
	display: flex;
	justify-content:center;
	align-items:center;
	gap:20px;
	transition:.5s opacity;
}
.foot_logo a:hover{
	opacity:0.7;
}
.site_link{
	margin-bottom:20px;
	z-index:2;
	text-align:center;
}
.site_link a{
	font-size:0.875rem;
	font-weight:500;
	color:#fff;
	text-decoration:underline;
	text-underline-offset:7px;
}
.site_link a:hover{
	text-decoration:none;
}
footer small{
	font-size:12px;
	color:#949494;
	text-align:center;
	display:block;
}
main a.page_link {
	margin-top: -60px;
	padding-top: 60px;
	display: block;
	position:relative;
	z-index:-10;
}
@media screen and (max-width:767px) {
	#pageTop {
	    width: 49px;
	    right:10px;
	    bottom: 60px;
	}
	footer{padding: 50px 0 60px;}
	.foot_logo a .foot_palet{
		width:calc(100% - 71px);
	}
	.foot_logo a .foot_palet img{
		height: 45px;
		width: 100%;
	}
	.foot_logo a .foot_age{
		width:51px;
	}
	.foot_logo a .foot_age img{
		height:31px;
		width: 51px;
	}
	footer small{
		font-size:10px;
	}
	.foot_logo a{
		max-width:182px;
		margin: 0 auto;
	}
	.foot_logo a:hover{
		opacity:1;
	}
	.site_link a:hover{
		text-decoration:underline;
	}
}</pre></body></html>