@charset "UTF-8";

.page-recruit .header_wrap::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc((100% - min(100%, 1280px)) / 2);
	height: 100%;
	background-color: #f5f5f5;
}

.page-recruit .header_in{
	display: grid;
	grid-template-columns: 1fr 75px 75px;
	gap: 10px;
	padding: 0 10px 0 0!important;
}

.page-recruit  .header_wrap .logo{
	width: 180px;
}

.header_tel a, .header_contact a{
	height: 55px;
}
	
@media screen and (min-width: 768px) {
	.header_contact{
		position: relative;
	}
	.header_contact::before{
		content: "";
		display: block;
		width: 34px;
		height: 34px;
		background: url(../images/icon_arrow_or.svg) no-repeat center center / contain;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		z-index: 3;
		pointer-events: none;
	}
	.header_contact a{
		width: 100%;
		height: 66px;
		line-height: 66px;
		padding-right: 45px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-weight: bold;
	  font-size: 1.8rem;
	  text-decoration: none!important;
	  color: #fff;
		background: transparent;
		border-radius: 9999px;
		overflow: hidden;
	  cursor: pointer;
		position: relative;
		z-index: 0;
		background: #F45D70;
		background:  linear-gradient(90deg, #F45D70 0%, #FFA053 100%);
	}
	.header_contact a::before,
	.header_contact a::after{
		  content: '';
		  position: absolute;
		  top: 0;
		  left: 0;
		  display: block;
		  width: 100%;
		  height: 100%;
	}
	.header_contact a::before {
		transition: all 0.6s;
		z-index: -1;
		background: linear-gradient(90deg, #F45D70 0%, #FFA053 100%);
	}
	.header_contact a::after {
		z-index: -2;
		background: linear-gradient(90deg, #FFA053 0%, #F45D70 100%);
	}
	.header_contact a:hover::before {
		opacity: 0;
	}
}








.bg_green{
	background: #DAF2F0;
}

.bg_pink{
	background: #FFECEE;
}

.page-recruit .intro_wrap{
	text-align: left;
}

.page-recruit .intro_wrap h1{
	color: #18344D;
	text-align: left;
}

.page-recruit .header_in {
    display: grid;
    grid-template-columns: 1fr 75px 75px;
    gap: 10px;
    align-items: center;
    padding: 0;
}

@media screen and (min-width: 768px) {
	.page-recruit .intro_wrap h1{
		text-align: center;
	}
	.page-recruit .header_in {
        width: min(100%, 1280px);
        margin: 0 auto;
        grid-template-columns: 1fr 314px 270px;
        gap: 40px;
    }
	.page-recruit  .header_wrap .logo{
		width: 404px;
	}
	.page-recruit .intro_wrap{
		text-align: center;
	}
}

.index_mv img{
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.index_mv img{
		width: min(100%, 1220px);
		margin: 0 auto 50px auto;
	}
}

.comparison_wrap{
	padding: 0 15px 90px 15px;
}

.ttl_cat{
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
	padding: 4px 12px;
	font-weight: bold;
	font-size: 1.5rem;
	color: #fff;
	background:#259F95;
	border-radius: 6px;
}

.comparison_wrap h2{
	margin: 15px 0 0 0; 
	line-height: 1.6;
	font-size: 2.2rem;
	text-align: center;
}

.comparison_wrap h2 .txt_gra{
	font-size: 2.2rem;
}

.wbox{
	margin-top: 20px;
	font-size: 1.6rem;
	padding: 15px;
	background: #fff;
	border-radius: 15px;
}

@media screen and (min-width: 768px) {
	.comparison_wrap h2, .comparison_wrap h2 .txt_gra{
		font-size: 3.2rem;
	}
	.wbox{
		margin-top:30px;
		padding: 30px 40px;
		background: #fff;
		border-radius: 20px;
	}
	.ttl_cat{
		font-size:2rem;
	}
}

.modal-overlay {
  display: none;
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}

.modal-content{
  display: none;
  position: fixed;
  z-index: 9991;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  width: min(100%, 550px);
  background: #fff;
  padding: 30px 70px 30px 30px;
  overflow: auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.modal-inner .txt{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}

.modal-inner .txt .txt_gra{
	display: inline;
	font-size: 1.8rem;
}

.modal-inner p.note{
	margin-top: 15px;
	font-size: 1.2rem;
	font-weight: normal;
	color:#6E777F;
}

.modal-content .modal-close.icon_close{
	width: 32px;
	height: 32px;
  position: absolute;
  top: 20px;
  right: 15px;
  background: url(../images/recruit/icon_close.svg) no-repeat center center / contain;
  border: none;
  cursor: pointer;
}

.modal-content .modal-close.btn_close{
	margin: 26px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  gap: 10px;
  width: 100px;
  height: 38px;
  color: #18344D;
	font-weight: bold;
	font-size: 1.4rem;
	font-weight: normal;
	border-radius: 9999px;
	border: 1px solid #969696;
}

.modal-content .modal-close.btn_close::after{
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	background: url(../images/recruit/icon_close_x.svg) no-repeat center center / contain;
}

body.modal-open {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
	.modal-inner .txt{
		font-size: 2rem;
	}
	.modal-inner .txt .txt_gra{
		font-size: 2rem;
	}
	.modal-inner p.note{
		margin-top: 15px;
		font-size: 1.2rem;
	}
	.modal-content .modal-close.btn_close{
		margin: 26px auto 0 auto;
	  gap: 10px;
	  width: 120px;
	  height: 40px;
		font-size: 1.6rem;
	}
}

.comparison_list{
	margin-top: 50px;
	margin-bottom: 60px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px 15px;
}

.comparison_list li a{
	display: block;
	height: 100%;
	padding: 20px 10px;
	border-radius: 15px;
	line-height: 1.5;
	text-align: center;
	color: #18344D;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	position: relative;
}

.comparison_list li a::before,
.comparison_list li a::after{
	content: "";
	display: block;
	width: 38px;
	aspect-ratio: 1 / 1;
	background: url(../images/recruit/icon_plus.svg) no-repeat center center #18344D;
	position: absolute;
	bottom: 0;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, 50%);
	transition: ease .3s;
}

.comparison_list li a::after{
	background:url(../images/recruit/icon_plus.svg) no-repeat center center, linear-gradient(90deg, #0070C0 0%, #59A6DE 100%);
	opacity: 0;
	transition: ease .3s;
}

.comparison_list li a:hover::after{
	opacity: 1;
}

.comparison_list li a:hover::before{
	opacity: 0;
}

.comparison_list li .num{
	font-size: 5.6rem;
	font-family: "Outfit", sans-serif;
	color: #B4DDDA;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
}

.comparison_list li p{
	font-size: 1.6rem;
	font-weight: bold;
}

.comparison_list li p.txt_gra{
	margin-top: 5px;
	font-size: 2rem;
	line-height: 1.4;
}

.comparison_list li p.txt_gra span{
	font-size: 1.5rem;
}

.comparison_list li a:hover p,
.comparison_list li a:hover img{
	opacity: 0.75;
}

@media screen and (min-width: 768px) {
	.comparison_list{
		margin-top: 70px;
		margin-bottom: 80px;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		gap: 100px 19px;
	}
	.comparison_list li a{
		padding: 20px 10px;
	}
	.comparison_list li a::before,
	.comparison_list li a::after{
		width: 38px;
	}
	.comparison_list li .num{
		font-size: 6rem;
	}
}

.nakama_wrap{
	position: relative;
	padding: 12vw 15px;
}

.nakama_wrap::before{
	content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1280 / 130;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1280 130' xmlns='http://www.w3.org/2000/svg'><path d='M0,130 Q640,-100 1280,130 L1280,0 L0,0 Z' fill='%23DAF2F0'/></svg>") no-repeat center bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.nakama_wrap h2{
	text-align: center;
	line-height: 1.6;
}

.nakama_wrap h2 span{
	display: inline-block;
	background: linear-gradient(transparent 50%, #ffdde0 50%);
}

.nakama_wrap h2 mark{
	display: inline-block;
	font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
	.nakama_wrap h2{
		font-size:3.2rem;
	}
	.nakama_wrap h2 mark{
		font-size: 4rem;
	}
}

.driver_wrap{
	margin-top: 60px;
	position: relative;
	line-height: 1.6;
	padding: 50px 15px 40px 15px;
	background: #fff;
	border-radius: 20px;
}

.driver_wrap h3{
	padding: 6px 15px;
	color: #fff;
	background: #18344D;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
	border-radius: 15px 0;
}

.driver_wrap .img{
	border-radius: 10px;
}

.driver_wrap h4{
	font-size: 2rem;
	margin: 30px 0 15px 0;
}

.driver_wrap .img2{
	display: block;
	margin: 40px 0;
}

@media screen and (min-width: 768px) {
	.nakama_wrap{
		padding: 100px 15px;
	}
	.driver_wrap{
		margin-top: 77px;
		padding: 60px 50px;
	}
	.driver_wrap h3{
		font-size: 2.6rem;
	}
	.driver_wrap .img{
		border-radius: 15px;
	}
	.driver_wrap h4{
		font-size: 2.4rem;
		margin: 40px 0 20px 0;
	}
	.driver_wrap .img2{
		width: min(100%, 764px);
		margin: 60px auto;
	}
}

.driver_btn_wrap{
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
	text-align: center;
	margin-bottom: 30px;
}

.driver_wrap h5{
	display: block;
	text-align: center;
	font-size: 1.2rem;
	font-weight: normal;
}

.driver_btn_wrap li a{
	margin-top: 7px;
	padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
	position: relative;
	color: #fff;
	line-height: 1.4;
	font-weight: bold;
	font-size: 1.5rem;
	background: #18344D;
	border: 2px solid #18344D;
	text-decoration: none;
	border-radius: 9999px;
}

.driver_btn_wrap li a:hover{
	color: #18344D;
	background: #fff;
}

.driver_btn_wrap li a::after{
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: url(../images/recruit/icon_plus2.svg) no-repeat center center #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.driver_btn_wrap li a:hover::after{
	background: url(../images/recruit/icon_plus2_w.svg) no-repeat center center #18344D;
}

.movie_ob{
	margin: 10px auto 0 auto;
	width: min(100%, 640px);
}
.movie_ob video, .movie_member video{
	width:100%;
}

.driver_modal.modal-content{
	padding: 30px 15px;
}

.driver_modal .tt{
	display: grid;
	grid-template-columns: 32px 1fr;
	align-items: center;
	padding-right: 40px;
	gap: 15px;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.3;
	border-bottom: 1px solid #DFECF6;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.driver_modal .tt + p{
	font-size: 1.3rem;
}

.driver_modal .box{
	margin: 10px 0;
	background: #F4FCFB;
	border-radius: 10px;
	padding: 10px;
	text-align: left;
}

.driver_modal .box .txt{
	margin-left: 0;
	padding: 8px 0;
	font-weight: normal;
	font-size: 1.5rem;
}

.driver_modal .box ul{
	position: relative;
}

.driver_modal .box ul::after{
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-image: repeating-radial-gradient(circle, #c7e4e2 0 1px, transparent 1px 2px);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100% 4px;
	position: absolute;
	left: 25px;
	top: 0;
	z-index: 0;
}

.driver_modal .box ul li{
  display: flex;
	justify-content: space-between;
	gap: 12px;
	font-weight: bold;
	font-size: 1.5rem;
	position: relative;
}

.driver_modal .box ul li.bn::after,
.driver_modal .box ul li.bn2::before{
	content: "";
	display: block;
	width: 10px;
	height: 100%;
	background: #F4FCFB;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 4;
}

.driver_modal .box ul li.bn1::after{
	height: 135%;
	bottom: -35%;
	top: auto;
}

.driver_modal .box ul li.bn2::before{
	top: -30%;
}

.driver_modal .box ul li + li{
	margin-top: 12px;
}

.driver_modal .box ul li div{
	flex: 0 1 3.6em;
	display: flex;
	align-items: center;
	position: relative;
}

.driver_modal .box ul li div span{
	display: inline-block;
	line-height: 1.8;
  position: relative;
  z-index: 2;
  color: #259F95;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  background: #F4FCFB;
}

.driver_modal .box ul li p{
	flex: 1 1 0%;
}

@media screen and (min-width: 768px) {
	.driver_modal.modal-content{
		width: min(100%, 650px);
		padding: 40px 30px;
	}
	.driver_modal .tt{
		grid-template-columns: 45px 1fr;
		font-size: 2.2rem;
	}
	.driver_modal .tt + p {
	    font-size: 1.4rem;
	}
	.driver_modal .box{
		margin: 15px 0;
		padding: 10px 20px;
	}
	.driver_modal .box ul li{
		padding: 7px 0;
		font-size: 1.6rem;
	}
	.driver_modal .box ul li.bn::after,
	.driver_modal .box ul li.bn2::before{

	}
	.driver_modal .box ul li.bn2::before{
		top: -37%;
	}
}

@media screen and (min-width: 768px) {
	.driver_wrap h5{
		font-size: 1.5rem;
	}
	.driver_btn_wrap{
		margin-bottom: 60px;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
	.driver_btn_wrap li span{
		font-size: 1.5rem;
	}
	.driver_btn_wrap li a{
		margin-top: 10px;
		font-size: 1.8rem;
	}
	.movie_ob{
		margin: 25px auto 0 auto;
	}
}

.doreka_wrap{
	position: relative;
	padding: 0 15px;
}

.doreka_wrap::before{
	content: "";
	display: block;
	width: 100%;
	height: 56vw;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.doreka_wrap h4.doreka_tt{
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.4;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}

.doreka_wrap h4.doreka_tt::before{
	content: "＼";
	font-size: 3.4rem;
}

.doreka_wrap h4.doreka_tt::after{
	content: "／";
	font-size: 3.4rem;
}

.doreka_wrap h4.doreka_tt mark{
	display: inline!important;
}

.doreka_wrap h4.doreka_tt span mark{
	font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
	.doreka_wrap::before{
		height: 320px;
	}
	.doreka_wrap h4.doreka_tt{
		font-size: 3.2rem;
		line-height: 1.6;
	  gap: 0;
	}
	.doreka_wrap h4.doreka_tt::before,
	.doreka_wrap h4.doreka_tt::after{
		font-size: 4.3rem;
	}
	.doreka_wrap h4.doreka_tt span mark{
		font-size: 3.2rem;
	}
}

.check_wrap{
	margin-top: 20px;
	padding: 30px 15px;
	background: #FDDCE0;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.check_wrap dt{
	margin-bottom: 10px;
	padding: 20px 0 0 30px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 1.8rem;
	background: url(../images/recruit/icon_check.svg) no-repeat left 25px / 21px auto;
	border-top: 1px solid #F2CBD0;
}

.check_wrap dt:first-child{
	padding-top: 0;
	background-position: left 5px;
	border-top: none;
}

.check_wrap dd{
	font-size: 1.3rem;
	padding: 0 0 20px 30px;
}

.check_wrap dd:last-of-type{
	padding-bottom: 0;
}

@media screen and (min-width: 768px) {
	.check_wrap{
		width: min(100%, 1200px);
		margin: 26px auto 0 auto;
		padding: 40px 50px;
		border-radius: 30px;
	}
	.check_wrap dt{
		margin-bottom: 14px;
		padding: 30px 0 0 50px;
		font-size: 2.4rem;
		background: url(../images/recruit/icon_check.svg) no-repeat left 35px / 30px auto;
	}
	.check_wrap dt:first-child{
		padding-top: 0;
		background-position: left 5px;
		border-top: none;
	}
	.check_wrap dd{
		font-size: 1.5rem;
		padding: 0 0 30px 50px;
	}
}

.rec_kachi{
	
}

.rec_kachi h2{
	text-align: center;
	font-size: 2rem;
	margin-bottom: 30px;
}

.rec_kachi h2 span{
	display: inline-block;
	width: 100%;
	color: #fff;
	background: #259f95;
	background: linear-gradient(90deg, #259f95 0%, #5dc6dc 100%)!important;
}

.kachi_list{
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kachi_list li{
	flex: 0 1 calc(100% / 2 - 8px);
	padding: 20px 10px;
	border-radius: 10px;
	margin-bottom: 15px;
	background: #F9FAFB;
}

.kachi_list li:last-child{
	flex: 0 1 100%;
}

.kachi_list li img{
	width: min(100%, 140px);	
}

.kachi_list li p{
	font-size:1.3rem;
}

.kachi_list li  p.tt{
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	color: #259F95;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.rec_kachi h2{
		font-size: 3.2rem;
		margin-bottom: 50px;
	}
	.rec_kachi h2 span{
		width: auto;
		padding: 0 10px;
	}
	.kachi_list{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
		font-size: 1.5rem;
	}
	.kachi_list li{
		padding: 20px 27px 30px 27px;
		border-radius: 20px;
	}
	.kachi_list li img{
		width: min(100%, 180px);	
	}
	.kachi_list li p{
		font-size:1.5rem;
	}
	.kachi_list li  p.tt{
		font-size: 2rem;
		margin-bottom: 15px;
	}
}

.rec_kyuyo .kyuyo_tt{
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	font-size: 2.2rem;
}

.rec_kyuyo .tt{
	margin: 40px 0 15px 0;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	background: #259F95;
}

.rec_kyuyo .box{
	padding: 20px 15px;
	font-size: 1.3rem;
	text-align: center;
	background: #fff;
	border-radius: 15px;
}

.rec_kyuyo .box .tt2{
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	background: #259F95;
	border-radius: 6px;
}

.rec_kyuyo .box .yen_wrap{
	margin-bottom: 15px;
}

.rec_kyuyo .box .yen{
	margin-top: 12px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #259F95;
	line-height: 1;
}

.rec_kyuyo .box .yen span{
	display: inline-block;
	padding: 0 2px;
	font-size: 3.6rem;
	font-family: "Outfit", sans-serif;
}

.rec_kyuyo .kyuyo_tt .txt_gra{
	font-size:2.2rem;
}

.list_wrap{
	display: inline-block;
	text-align: left;
}

.rec_kyuyo .box .note{
	color: #6E777F;
	font-size: 1.2rem;
}

.rec_kyuyo .kyuyo_tt .txt_gra{
	display:block;
}

.fukurikousei{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.fukurikousei li{
  display: flex;
  justify-content: center;
	text-align: center;
	flex-direction: column;
	padding: 30px 10px;
	background: #fff;
	font-size: 1.6rem;
	line-height: 1.6;
	border-radius: 10px;
	font-weight: bold;
}

.fukurikousei li .t{
	color: #259F95;
	font-size: 2rem;
	line-height: 1.5;	
}

.fukurikousei li .t + p{
	margin-top: 5px;
}

.fukurikousei li .t span{
	display: block;
	font-size: 1.4rem;
}

.fukurikousei li p.fm{
	font-size: 1.3rem;
	text-align: left;
}

.fukurikousei li p.fs{
	font-size: 1.1rem;
	text-align: left;
}

.fukurikousei li .note{
	text-align: left;
	font-weight: normal!important;
	font-size: 1.2rem!important;
}

.fukurikousei li .note.center{
	text-align: center!important;
}

@media screen and (min-width: 768px) {
	.rec_kyuyo .kyuyo_tt{
		font-size: 3.2rem;
	}
	.rec_kyuyo .tt{
		margin: 40px 0 20px 0;
		font-size: 2.4rem;
	}
	.rec_kyuyo .box{
		padding: 30px;
		font-size: 1.5rem;
	}
	.yen_wrap{
	  display: flex;
	  align-items: flex-end;
	  justify-content: center;
		gap: 12px;
	}
	.rec_kyuyo .box .tt2{
		font-size: 1.6rem;
	}
	.rec_kyuyo .box .yen{
		font-size: 2.4rem;
	}
	.rec_kyuyo .box .yen span{
		font-size: 5rem;
		letter-spacing: .06em;
	}
	.list_wrap{
		margin-top: 15px;
	font-size: 1.5rem;
	}
	.rec_kyuyo .box .note{
		color: #6E777F;
		font-size: 1.3rem;
	}
	.rec_kyuyo .kyuyo_tt .txt_gra{
		font-size:3.2rem;
		display:inline-block;
	}
	.fukurikousei{
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 20px;
	}
	.fukurikousei li{
		font-size: 1.8rem;
		border-radius: 15px;
		font-weight: bold;
	}
	.fukurikousei li .t{
		font-size: 2.4rem;
	}
	.fukurikousei li .t span{
		font-size: 1.5rem;
	}
.fukurikousei li .t + p + p{
	margin-top: 5px;
}
	.fukurikousei li p.fm{
		font-size: 1.4rem;
	}
	.fukurikousei li p.fs{
		font-size: 1.4rem;
	}
	.fukurikousei li .note{
		font-size: 1.3rem!important;
	}
}

.rec_member h2{
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 30px;
}

.rec_member h2 .txt_gra{
	font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
	.rec_member h2{
		font-size: 3.2rem;
		margin-bottom: 40px;
	}
	.rec_member h2 .txt_gra{
		font-size: 3.2rem;
	}
	.movie_member{
		width: min(100%, 640px);
	margin: 0 auto;
	}
}

.member_name{
	margin: 20px 0 30px 0;
	text-align: center;
	font-size: 1.6rem;
}

.member_name span{
	font-size: 2.2rem;
	font-weight: bold;
}

.member_swiper_outer{
	padding-left: 0;
	padding-right: 0;
}
.member_swiper_outer .swiper-scrollbar.swiper-scrollbar-horizontal{
	height: var(--swiper-scrollbar-size, 8px);
}
.member_swiper{
	position: relative;
}

.member_swiper .member-slide-item .wrap{
	height: 100%;
	background: #fff;
	border-radius: 5px;
  position: relative;
  cursor: pointer;
  transition: ease .3s;
	padding: 10px 10px 30px 10px;
  display: flex;
  flex-direction: column;
}

.member_swiper .member-slide-item .wrap::before,
.member_swiper .member-slide-item .wrap::after{
	content: "";
	display: block;
	width: 38px;
	aspect-ratio: 1 / 1;
	background:url(../images/recruit/icon_plus.svg) no-repeat center center, linear-gradient(90deg, #F45D70 0%, #FFA053 100%);
	position: absolute;
	bottom: 0;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, 50%);
	transition: ease .3s;
}

.member_swiper .member-slide-item .wrap::after{
	background: url(../images/recruit/icon_plus.svg) no-repeat center center #18344D;
	opacity: 0;
	transition: ease .3s;
}

.member_swiper .member-slide-item .wrap:hover::after{
	opacity: 1;
}

.member_swiper .member-slide-item .wrap:hover::before{
	opacity: 0;
}

.member_swiper .member-slide-item img,
.member_swiper .member-slide-item ul,
.member_swiper .member-slide-item p{
	transition: ease .3s;
}

.member_swiper .member-slide-item .wrap:hover img,
.member_swiper .member-slide-item .wrap:hover ul,
.member_swiper .member-slide-item .wrap:hover p{
	opacity: 0.75;
}

.swiper-container {
	width: 100%;
	padding-bottom: 30px;
	overflow: hidden;
}

.member_swiper .member-slide-item .name{
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.3;
	padding-bottom: 8px;
	margin: 10px 0;
	border-bottom: 1px solid #EFEDED;
}

.member_swiper .member-slide-item ul li{
	margin-top: 5px;
	display: flex;
	align-items: flex-start;
	gap: 5px;
	line-height: 1.6;
	font-size: 1.4rem;
}

.member_swiper .member-slide-item ul li span:last-child{
	flex: 1 1 0%;
}

.member_swiper .member-slide-item ul li span:first-child{
	flex: 0 1 auto;
	white-space: nowrap;
	padding: 2px 8px;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.5;
	background: #18344D;
	border-radius: 9999px;
}

@media (min-width: 768px) {
  .member_swiper .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    transform: none !important;
  }
  .member_swiper .member-slide-item {
    width: calc((100% - 40px) / 5) !important;
		height: auto;
    flex-shrink: 0 !important;
  }
}

.swiper-scrollbar{
	--swiper-scrollbar-bottom: -20px;
}

.member_modal.modal-content{
	width: min(100%, 960px);
	padding: 40px 15px 20px 15px;
}

.member_modal_wrap{
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.member_modal_wrap .img{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.member_modal_wrap .img .name{
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.3;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEDED;
}

.member_modal_wrap .img ul li{
	display: flex;
	align-items: flex-start;
	gap: 5px;
	line-height: 1.6;
	font-size: 1.4rem;
}

.member_modal_wrap .img ul li + li{
	margin-top: 5px;
}

.member_modal_wrap .img ul li span:last-child{
	flex: 1 1 0%;
}

.member_modal_wrap .img ul li span:first-child{
	flex: 0 1 auto;
	white-space: nowrap;
	padding: 2px 8px;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.5;
	background: #18344D;
	border-radius: 9999px;
}

.member_modal_wrap .txt p{
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.5;
}

.member_modal_wrap .txt .member_q{
	color: #259F95;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEDED;
}

.member_modal_wrap .txt p + .member_q{
	margin-top: 20px;
}

.member_modal.modal-content .modal-close{
	top: 10px;
	right: 10px;
}

@media screen and (min-width: 768px) {
	.member_modal.modal-content{
		padding: 40px 50px 30px 50px;
	}
	.member_modal_wrap{
		display: grid;
		grid-template-columns: 36% 1fr;
		gap: 30px;
	}
	.member_modal_wrap .img{
		display: block;
	}
	.member_modal_wrap .img .name{
		font-size: 2.2rem;
		margin: 20px 0 15px 0;
	}
	.member_modal_wrap .img ul li{
		font-size: 1.6rem;
	}
	.member_modal_wrap .img ul li + li{
		margin-top: 8px;
	}
	.member_modal_wrap .img ul li span:first-child{
		font-size: 1.4rem;
	}
	.member_modal_wrap .txt p{
		font-size: 1.6rem;
	}
	.member_modal_wrap .txt p + .member_q{
		margin-top: 25px;
	}
	.member_modal.modal-content .modal-close{
		top: 15px;
		right: 15px;
	}
}

.rec_flow h2{
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 40px;
}
.rec_flow table{
	border-top: 1px solid #EFEDED;
}

.rec_flow_list{
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	position: relative;
}

.rec_flow_list::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background-image: repeating-radial-gradient(
    circle,
    #259F95 0 1.5px,
    transparent 1.5px 3px
  );
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% 6px;
}

.rec_flow_list li{
	padding: 20px 10px;
	border-radius: 15px;
	background: #fff;
	font-size: 1.4rem;
	position: relative;
}

.rec_flow_list li .num{
  display: flex;
  align-items: center;
  justify-content: center;
	width: 52px;
	height: 52px;
	font-family: "Outfit", sans-serif;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	background: #18344D;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
}

.rec_flow_list li .wrap{
	display: grid;
	grid-template-columns: 40% 1fr;
	align-items: center;
}

.rec_flow_list li .txt .tt{
	color: #259F95;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 7px;
}
.rec_flow ul.square li::before{
	margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
	.rec_flow h2{
		font-size: 3.2rem;
		margin-bottom: 70px;
	}
	.rec_flow_list{
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 30px;
	}
	.rec_flow_list::before{
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0;
	  transform: translate(0 , -50%);
	  width: 100%;
	  height: 3px;
	  background-repeat: repeat-x;
	  background-position: left center;
	  background-size: 6px 100%;
	}
	.rec_flow_list li{
		padding: 30px 10px;
		font-size: 1.5rem;
	}
	.rec_flow_list li .wrap{
		display: grid;
		grid-template-columns: 1fr;
		text-align: center;
	}
	.rec_flow_list li .txt .tt{
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.rec_flow .tb_plain td .note{
		margin-top:10px;
	}
	.notemt10{
		margin-top:10px;
	}
}

.overview_wrap h2{
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.overview_wrap h2{
		font-size: 3.2rem;
		margin-bottom: 50px;
	}
	.overview_wrap h3{
		font-size: 1.8rem;
	}
}

.recruit_history h2,
.recruit_history h2 mark{
	font-size: 2.2rem;
	text-align: center;
}
.recruit_history h2{
	position:relative;
}


.history_list{
	margin-top: 30px;
	position: relative;
}

.history_list::before{
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	background: #f3ced2;
	position: absolute;
	top: 0;
	left: 8px;
}

.history_list li{
	display: flex;
	align-items: flex-start;
	gap: 15px;
	position: relative;
}

.history_list li + li{
	margin-top: 20px;
}

.history_list li .txt_gra{
	font-size: 2.4rem;
	font-weight: bold;
	font-family: "Outfit", sans-serif;
	position: relative;
	padding-left: 30px;
	line-height: 1;
}

.history_list li .txt_gra::before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	border: 3px solid #f3ced2;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -3px;
}
.history_list li .txt_gra span{
	display:block;
	font-size: 1.2rem;
	line-height:1.6;
	text-align:right;
}
.history_list li .txt_gra span span{
	font-size: 1.4rem;
}

.history_list li .txt{
	flex: 1 1 0%;
	font-size: 1.4rem;
	line-height: 1.4;
}

.history_list li .txt .tt{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.recruit_history .wrap{
	display:flex;
	justify-content: space-between;
	flex-direction: column;
}
.history_list--photo{
	display:flex;
	gap:10px;
	justify-content: space-around;
	flex-direction:row;
	flex-wrap: wrap;
	margin-top: 30px;
}
.history_list--photo li{
	width:calc(95%/2);
}

@media screen and (min-width: 768px) {
	.recruit_history h2,
	.recruit_history h2 mark{
		font-size: 3.2rem;
	}
	.history_list{
		margin-top: 50px;
	}	
	.history_list::before{
		width: 4px;
		left: 8px;
	}
	
	.history_list li{
		gap: 30px;
	}
	.history_list li + li{
		margin-top: 50px;
	}
	.history_list li .txt_gra{
		font-size: 3.2rem;
		padding-left: 50px;
	}
	
	.history_list li .txt_gra::before{
		width: 20px;
		height: 20px;
		border: 4px solid #f3ced2;
		left: -5px;
	}
	.history_list li .txt{
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.history_list li .txt .tt{
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.recruit_history .wrap{
		display:flex;
		justify-content: space-between;
		flex-direction: row;
	}
	.history_list--photo{
		display:flex;
		gap:150px;
		flex-direction: column;
		justify-content:flex-start;
		margin-top: 50px;
	}
	.history_list--photo li{
		width:100%;
	}
/*	.recruit_history h2::before, .recruit_history h2::after{
		content:"";
		position:absolute;
		top:-15%;
		width:200px;
		height:150px;
	}
	.recruit_history h2::before{
		left:0;
		background:url(../images/recruit/history_list--photo01.webp) no-repeat center center;
		background-size:contain;
	}
	.recruit_history h2::after{
		right:0;
		background:url(../images/recruit/history_list--photo02.webp) no-repeat center center;
		background-size:contain;
	}*/
}

.faq_list dt::before{
	background: linear-gradient(90deg, #259F95 0%, #5EC6DD 100%);
}
.faq_list dd::before{
	background: #FFADB7;
}
.faq_list dt::after{
	border-right: 2px solid #259F95;
	border-bottom: 2px solid #259F95;
	width: 6px;
    height: 6px;
}

@media screen and (min-width: 768px) {
	.faq_list dt::after{
		border-right: 3px solid #259F95;
		border-bottom: 3px solid #259F95;
		width: 10px;
	    height: 10px;
	}
}






