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

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

	recruit_header

========================================== */
#recruit_header {
	position: absolute;
	padding: 30px;
	background: none!important;
	filter: none!important;
	height: inherit;
}
#recruit_header:hover {
	filter: none!important;
}
.recruit_h_logo a img {
	height: 28px;
	filter: brightness(1) invert(1);
}
.recruit_h_logo p {
	text-align: right;
	margin-top: 10px;
}
.recruit_btn {
	width: 250px;
	position: absolute;
	top: 20px;
	right: 90px;
}
.recruit_btn li:not(:last-child) {
	margin-bottom: 15px;
}
.recruit_btn a {
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: bold;
	font-size: 2.2rem;
	box-shadow: 1px 1px 4px 0px rgba(43, 43, 43, 0.86);
}
@media screen and (max-width: 1670px) {
	#recruit_header {
		position: relative;
		padding: 20px 20px 0;
		background: #AFE6E6!important;
	}
	.recruit_btn {
		display: flex;
		width: auto;
		gap: 20px;
	}
	.recruit_btn li {
		width: 230px;
	}
	.recruit_btn li:not(:last-child) {
		margin-bottom: 0;
	}
	.recruit_btn li div {
		display: flex;
		align-items: center;
	}
	.recruit_btn a {
		width: 100%;
	}
	.recruit_btn a::before {
		order: 1;
		margin-left: 8px;
		position: relative;
		right: inherit;
		top: inherit;
	}
	.recruit_btn a::after {
		order: 2;
		margin-left: -20px;
		position: relative;
		right: inherit;
		top: inherit;
		transform: translateY(0%);
	}
}
@media screen and (max-width: 1112px) {
	.recruit_btn li {
		width: 180px;
	}
	.recruit_btn {
		gap: 15px;
		right: 80px;
	}
	.recruit_btn a {
		font-size: 1.8rem;
	}
	.recruit_h_logo a img {
		height: 24px;
	}
	.recruit_h_logo p img {
		height: 28px;
	}
}
@media screen and (max-width: 896px) {
	.recruit_btn li {
		width: 160px;
	}
	.recruit_h_logo a img {
		height: 20px;
	}
	.recruit_h_logo p img {
		height: 24px;
	}
}
@media screen and (max-width: 768px) {
	#recruit_header {
		position: relative;
		height: auto!important;
		padding: 10px 10px 0;
		display: flex;
		align-items: center;
		gap: 5%;
	}
	.recruit_h_logo a img {
		height: 24px;
	}
	.recruit_h_logo p img {
		height: 28px;
	}
	.recruit_btn {
		flex-flow: column;
		gap: 10px;
		position: relative;
		top: inherit;
		right: 60px;
	}
	.recruit_btn a {
		height: 50px;
	}
	.recruit_btn li {
		width: 170px;
	}
}
/*
@media screen and (max-width: 640px) {
	.recruit_h_logo a img {
		height: 20px;
	}
	.recruit_h_logo p img {
		height: 24px;
	}
	.recruit_btn li {
		width: 140px;
	}
	.recruit_btn a {
		font-size: 1.5rem;
	}
}
*/
@media screen and (max-width: 640px) {
	#recruit_header {
		flex-flow: column;
		gap: 15px;
		padding: 20px 5% 8px;
	}
	.recruit_h_logo {
		margin: 0 auto;
	}
	.recruit_h_logo a img {
		height: 18px;
	}
	.recruit_h_logo p {
		text-align: center;
	}
	.recruit_h_logo p img {
		height: 22px;
	}
	.recruit_btn {
		flex-flow: row;
		width: 100%;
		right: inherit;
	}
	.recruit_btn li {
		width: auto;
		flex: 1;
	}
	.recruit_btn a {
		font-size: 1.5rem;
		height: 48px;
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 480px) {
	.recruit_h_logo {
		margin: 0 auto 0 0;
	}
	.recruit_h_logo a img {
		height: 16px;
	}
	.recruit_h_logo p img {
		height: 20px;
	}
}


/*---------------------------------------------
	nav_toggle
---------------------------------------------*/
.h_tglBtn {
	position: absolute;
	right: 25px;
	top: 35px;
}
.h_tglBtn a {
	padding: 0!important;
	cursor: pointer;
	display: block;
	background: none;
}
.h_tglBtn a:hover {
}
.nav_toggle{
	width: 36px;
	height: 24px;
}
.nav_toggle div {
	position: relative;
}
.nav_toggle span {
	display: block;
	height: 1px;
	background: #3a3a3a;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.nav_toggle span:nth-child(1){
	top: 0px;
}
.nav_toggle span:nth-child(2){
	top: 12px;
}
.nav_toggle span:nth-child(3){
	top: 24px;
}
.nav_toggle span::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	display: block;
	background: #103381;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.nav_toggle:hover span::before {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.h_tglBtn {
		padding: 0;
		height: 60px;
		width: 65px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: transparent;
		right: 5px;
		top: 5px;
	}
	.h_tglBtn:hover {
		background: transparent;
	}
	.h_tglBtn a {
		padding: 18px 18px;
		background: none;;
	}
	.h_tglBtn a:hover {
		background: transparent;
	}
	.nav_toggle{
		width: 30px;
		height: 24px;
	}
	.nav_toggle span {
	}
}


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

	remodal

================================================= */
.remodal_h {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 45px;
	height: 100px;
	position: relative;
}
.remodal_logo {
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-top: 60px;
	display: flex;
	flex-flow: column;
	align-items: flex-end;
}
.remodal-is-opened .remodal_logo {
	opacity: 1;
}
.remodal_logo a:hover {
	opacity: 0.7;
}
.remodal_logo a img {
	height: 28px;
	-webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}
.remodal_logo p {
	margin-top: 10px;
}
.remodal_logo p img {
	height: 30px;
	filter: none;
}

.nav_toggle_close {
	width: 40px!important;
	height: 32px!important;
	cursor: pointer;
	display: block;
}
.remodal_h .nav_toggle_close {
	position: absolute;
	right: 40px
}
.nav_toggle_close:hover span {
	background: #fff;
}
.nav_toggle_close div {
	position: relative;
	width: 46px!important;
	height: 32px!important;
}
.nav_toggle_close span{
	display: block;
	height: 1px;
	background: #005064;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;	
}
.nav_toggle_close span:nth-child(1){
	top: 12px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	    transform: rotate(135deg);
}
.nav_toggle_close span:nth-child(2){
	width: 0;
	left: 50%;
}
.nav_toggle_close span:nth-child(3){
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	    transform: rotate(-135deg);
}

@media screen and (max-width: 768px) {
	.nav_toggle {
		padding: 0;
	}
	.remodal_h .nav_toggle_close {
		right: 15px;
	}
	.remodal_logo {
		margin-top: 50px;
	}
	/*
	.remodal_logo img {
		height: 35px;
	}
	.remodal_h {
		height: 60px;
		padding: 0 20px;
	}
	*/
}
@media screen and (max-width: 480px) {
	.remodal_logo {
		margin-top: 20px;
	}
	.remodal_logo img {
		height: 48px;
	}
	.remodal_h {
		padding: 20px 5% 15px;
		align-items: flex-start;
		justify-content: flex-start;
		height: auto;
	}
	.nav_toggle_close div,
	.nav_toggle_close {
		width: 38px !important;
		height: 26px !important;
	}
}


/*---------------------------------------------
	remodal_contents
---------------------------------------------*/
.remodal_contents {
	padding: 90px 0 60px;
	position: relative;
	top: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit
}
.remodal_contents a {
	color: #fff;
}
/*---------------------------------------------
	remodal_nav
---------------------------------------------*/
.remodal_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: left;
	margin-bottom: 65px;
}
.remodal_nav ul:not(:last-child) {
	margin-right: 150px;
}
.remodal_nav li {
	font-size: 1.6rem;
	font-weight: 500;
}
.remodal_nav li:not(:last-child) {
	margin-bottom: 22px;
}
.remodal_nav li a {
	color: #000;
}
.remodal_nav li a:hover {
	opacity: 0.6;
}
/*---------------------------------------------
	remodal_sns
---------------------------------------------*/
.remodal_sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 30px;
	gap: 25px;
}
.remodal_sns li img {
	width: 20px;
	height: auto;
}
.remodal_sns a:hover {
	opacity: 0.6;
}
/*---------------------------------------------
	remodal_btn
---------------------------------------------*/
.remodal .recruit_btn {
	max-width: 560px;
	margin: 0 auto 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 40px;
	flex-flow: row!important;
	width: inherit;
	position: relative;
	top: inherit;
	right: inherit;
}
.remodal .recruit_btn li {
	flex: 1;
}
.remodal .recruit_btn li:not(:last-child) {
	margin-bottom: 0;
}

/*---------------------------------------------
	remodal_mainBtn
---------------------------------------------*/
.remodal_mainBtn {
	max-width: 660px;
	margin: 0 auto 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

/*---------------------------------------------
	remodal_memberLink
---------------------------------------------*/
.remodal_link ul {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	gap: 10px 0;
}
.remodal_link ul li {
	display: flex;
	align-items: center;
}
.remodal_link ul li:not(:last-child)::after {
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	background: #000;
	margin: 0 10px;
}
.remodal_link ul li a {
	color: #000;
	font-size: 1.3rem;
}
.remodal_link ul li a:hover {
	text-decoration: underline;
}


/*---------------------------------------------
	remodal_sitemap
---------------------------------------------*/
.remodal_sitemap {
	font-size: 1.3rem;
	margin-bottom: 25px;
}
@media screen and (max-width:768px){
	.remodal_mainBtn {
		margin-bottom: 10px;
	}
	.remodal_nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		text-align: center;
	}
	.remodal_nav ul:not(:last-child), .remodal_nav li:not(:last-child) {
		margin: 0;
	}
	.remodal_nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.remodal_nav ul li {
		width: 47%;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 115%;
	}
	.remodal_contents {
		padding: 0 5% 5%;
		top: inherit;
		-webkit-transform: inherit;
		-ms-transform: inherit;
		    transform: inherit;
		margin-top: 50px;
	}
	.remodal_nav a {
		display: block;
		padding: 12px 0;
	}
	.remodal-wrapper {
		overflow: auto;
	}
	.remodal_sns {
		margin-bottom: 30px;
	}
	.remodal_logo a img {
		height: 24px;
	}
	.remodal_logo p img {
		height: 26px;
	}
}
@media screen and (max-width: 480px) {
	.remodal_contents {
		margin-top: 0;
	}
	.remodal_nav {
		margin-bottom: 40px;
	}
	.remodal_nav ul li, .remodal_mainBtn, .remodal_btn {
		font-size: 1.3rem;
	}
	.remodal_nav a {
		padding: 10px 0;
	}
	.remodal_memberLink.f_memberLink {
		margin: 25px 0 20px;
	}
	.remodal_sitemap {
		font-size: 1.2rem;
	}
	.remodal_logo {
		align-items: center;
		margin-top: 0;
	}
	.remodal_logo a img {
		height: 16px;
	}
	.remodal_logo p img {
		height: 20px;
	}
	.remodal .recruit_btn {
		gap: 10px;
		margin-bottom: 20px;
	}
	.remodal_link ul li a {
		font-size: 1.2rem;
	}
}

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

	recruit_mv

========================================== */
#recruit_mv {
	background: #AFE6E6;
	min-height: 910px;
	height: 100vh;
	text-align: center;
	border-radius: 0 0 0 100px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}

.recruit_mv_aerosol {
	position: absolute;
	right: 7%;
	top: 468px;
	z-index: 5;
}
.recruit_mv_aerosol_front {
	display: none;
}
.recruit_mv_bubble_bg {
	position: relative;
}
.mv_bubble_on {
	position: absolute;
	top: 234px;
	right: 32%;
	z-index: 2;
}
.mv_bubble_bg {
	position: absolute;
	top: 70px;
	right: 22%;
	z-index: 0;
}

.recruit_mv_txt {
	position: absolute;
	top: 279px;
	z-index: 5;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 20px;
	left: -5%;
	right: 0;
	margin: 0 auto;
}

.recruit_mv_icon ul {
	position: relative;
	min-height: 910px;
	/*
	height: 100vh;
	*/
}
.recruit_mv_icon ul li:nth-child(1) {
	position: absolute;
	top: 152px;
	left: 6.5%;
	z-index: 3;
}
.recruit_mv_icon ul li:nth-child(2) {
	position: absolute;
	bottom: 0;
	right: 21%;
	z-index: 4;
}
.recruit_mv_icon ul li:nth-child(3) {
	position: absolute;
	top: 9px;
	right: 18%;
	z-index: 3;
}
.recruit_mv_icon ul li:nth-child(4) {
	position: absolute;
	top: 473px;
	left: 16%;
	z-index: 3;
}
.recruit_mv_icon ul li:nth-child(5) {
	position: absolute;
	top: 36px;
	left: 28%;
	z-index: 1;
}
.recruit_mv_icon ul li:nth-child(6) {
	position: absolute;
	bottom: -25px;
	right: 35%;
	z-index: 5;
}
.recruit_mv_icon ul li:nth-child(7) {
	position: absolute;
	top: 47px;
	right: 33%;
	z-index: 1;
}
.recruit_mv_icon ul li:nth-child(8) {
	position: absolute;
	bottom: -40px;
	left: 30%;
	z-index: 3;
}
.recruit_mv_icon ul li:nth-child(9) {
	position: absolute;
	top: 5px;
	right: 44%;
	z-index: 1;
}
.recruit_mv_icon ul li:nth-child(10) {
	position: absolute;
	bottom: -63px;
	left: 41.5%;
	z-index: 5;
}


@media screen and (max-width: 1670px) {
	/*
	#recruit_mv img {
		margin-top: -2%;
	}
	*/
	#recruit_mv {
		height: calc(100vh - 92px);
		min-height: 870px;
	}
	.recruit_mv_aerosol {
		right: 3%;
		top: 438px;
	}
	.recruit_mv_aerosol img {
		zoom: 0.8;
	}
	.recruit_mv_txt {
		top: 239px;
		left: -10%;
	}
	.recruit_mv_txt_02 {
		zoom: 0.9;
	}
	.mv_bubble_bg {
		right: 18%;
		top: 20px;
	}
	.mv_bubble_on {
		top: 184px;
	}
	.recruit_mv_icon ul li:nth-child(1) {
		left: 0;
	}
	.recruit_mv_icon ul li:nth-child(2) {
		right: 16%;
		bottom: 20px;
	}
	.recruit_mv_icon ul li:nth-child(3) {
		top: 0;
		right: 12%;
	}
	.recruit_mv_icon ul li:nth-child(4) {
		left: 10%;
	}
	.recruit_mv_icon ul li:nth-child(5) {
		left: 24%;
		top: 6px;
	}
	.recruit_mv_icon ul li:nth-child(6) {
		bottom: 31px;
		right: 34%;
	}
	.recruit_mv_icon ul li:nth-child(7) {
		top: 27px;
		right: 31%;
	}
	.recruit_mv_icon ul li:nth-child(8) {
		bottom: 30px;
		left: 23%;
	}
	.recruit_mv_icon ul li:nth-child(9) {
		top: 0;
	}
	.recruit_mv_icon ul li:nth-child(10) {
		bottom: -3px;
		left: 37%;
	}
}
@media screen and (max-width: 1536px) {
	.mv_bubble_on {
		top: 164px;
	}
	.recruit_mv_icon img {
		zoom: 0.95;
	}
	.recruit_mv_icon ul li:nth-child(1) {
		top: 10px;
	}
	.recruit_mv_icon ul li:nth-child(4) {
		left: 7%;
	}
}
@media screen and (max-width: 1366px) {
	#recruit_mv {
		height: auto;
		max-height: 820px;
	}
	.recruit_mv_aerosol {
		zoom: 0.85;
		right: 0.5%;
		top: 540px;
	}
	.mv_bubble_bg {
		right: 15%;
		top: 33px;
	}
	.mv_bubble_on {
		right: 27%;
		top: 180px;
	}
	.recruit_mv_icon ul li:nth-child(1) {
		zoom: 0.95;
		top: 60px;
	}
	.recruit_mv_icon ul li:nth-child(2) {
		right: 12%;
	}
	.recruit_mv_icon ul li:nth-child(3) {
		right: 9%;
	}
	.recruit_mv_icon ul li:nth-child(4) {
		left: 2%;
	}
	.recruit_mv_icon ul li:nth-child(6) {
		right: 33%;
	}
	.recruit_mv_icon ul li:nth-child(7) {
		right: 26%;
	}
	.recruit_mv_icon ul li:nth-child(8) {
		left: 19%;
	}
	.recruit_mv_icon ul li:nth-child(9) {
		right: 41%;
	}
	.recruit_mv_icon ul li:nth-child(10) {
		left: 34%;
	}
}
@media screen and (max-width: 1280px) {
	.recruit_mv_icon ul li:nth-child(3) {
		right: 7%;
	}
}
@media screen and (max-width: 1194px) {
	.recruit_mv_aerosol {
		top: 480px;
	}
	.recruit_mv_icon img {
		zoom: 0.85;
	}
}
@media screen and (max-width: 1024px) {
	.mv_bubble_bg {
		right: -7%;
		zoom: 1;
	}
	.mv_bubble_on {
		right: 0;
		left: 0;
	}
	.recruit_mv_icon ul li:nth-child(1) {
		z-index: 1;
		top: 20px;
	}
	.recruit_mv_icon ul li:nth-child(3) {
		right: -10px;
	}
	.recruit_mv_icon ul li:nth-child(4) {
		left: -20px;
		top: 353px;
	}
	.recruit_mv_icon ul li:nth-child(5) {
		left: 26.5%;
		top: 20px;
	}
	.recruit_mv_icon ul li:nth-child(7) {
		right: 17.5%;
	}
	.recruit_mv_icon ul li:nth-child(9) {
		right: 32%;
	}
}
@media screen and (max-width: 896px) {
	.recruit_mv_txt_01 {
		zoom: 0.9;
	}
	.recruit_mv_txt_02 {
		zoom: 0.85;
	}
	.recruit_mv_icon img {
		zoom: 0.75;
	}
	.recruit_mv_icon ul {
		min-height: 870px;
	}
	.recruit_mv_icon ul li:nth-child(2) {
		bottom: 0;
	}
	.recruit_mv_icon ul li:nth-child(6) {
		bottom: 0;
	}
	.recruit_mv_icon ul li:nth-child(8) {
		bottom: 0;
		left: 12%;
	}
	.recruit_mv_icon ul li:nth-child(10) {
		bottom: 0;
		left: 30%;
		zoom: 0.95;
	}
}
@media screen and (max-width: 768px) {
	#recruit_mv {
		max-height: inherit;
		min-height: inherit;
		padding-top: 15px;
		border-radius: 0;
	}
	.recruit_mv_aerosol {
		top: 64%;
		zoom: 1;
	}
	.recruit_mv_txt {
		left: 0;
		top: 27%;
	}
	.recruit_mv_txt_01 {
		width: 85%;
	}
	.recruit_mv_txt_02 {
		zoom: 0.8;
	}
	.recruit_mv_txt_02 img {
		zoom: 0.9;
	}
	.mv_bubble_on {
		top: 130px;
	}
	.mv_bubble_on img {
		max-width: 100%;
		height: auto;
	}
	.mv_bubble_bg {
		left: 0;
		right: 0;
		top: 65px;
	}
	.mv_bubble_bg img {
		max-width: 100%;
		height: auto;
	}
	.recruit_mv_icon img {
		zoom: 0.65;
	}
	.recruit_mv_icon ul {
		min-height: 830px;
	}
	.recruit_mv_icon ul li:nth-child(2) {
		bottom: -25px;
	}
	.recruit_mv_icon ul li:nth-child(3) {
		top: 30%;
		zoom: 0.75;
	}
	.recruit_mv_icon ul li:nth-child(4) {
		top: 42%;
		zoom: 0.75;
	}
	.recruit_mv_icon ul li:nth-child(5) {
		left: 33.5%;
		top: 0px;
	}
	.recruit_mv_icon ul li:nth-child(6) {
		right: 39%;
	}
	.recruit_mv_icon ul li:nth-child(7) {
		right: 1.5%;
	}
	.recruit_mv_icon ul li:nth-child(8) {
		left: 0;
	}
	.recruit_mv_icon ul li:nth-child(9) {
		right: 19%;
	}
	.recruit_mv_icon ul li:nth-child(10) {
		left: 20%;
	}
}
@media screen and (max-width: 640px) {
	.recruit_mv_aerosol {
		zoom: 0.9;
	}
	.recruit_mv_txt_02 img {
		width: 90%;
	}
	.recruit_mv_icon ul {
		min-height: 740px;
	}
	.recruit_mv_icon img {
		zoom: 0.55;
	}
}
@media screen and (max-width: 480px) {
	#recruit_mv {
		padding-top: 0;
	}
	.recruit_mv_aerosol {
		zoom: 0.7;
	}
	.mv_bubble_on {
		top: 110px;
	}
	.mv_bubble_bg {
		top: 50px;
	}
	.mv_bubble_bg img {
		width: 100%;
		object-fit: cover;
		font-family: 'object-fit: none; object-position: right;';
		height: 650px;
	}
	.recruit_mv_icon img {
		zoom: 0.45;
	}
	.recruit_mv_icon ul {
		min-height: 650px;
	}
}
@media screen and (max-width: 414px) {
	.recruit_mv_aerosol {
		zoom: 0.55;
		top: 66%;
	}
	.recruit_mv_txt {
		top: 25%;
		gap: 15px;
	}
	.recruit_mv_txt_02 img {
		width: 75%;
	}
	.mv_bubble_on {
		top: 85px;
	}
	.mv_bubble_bg {
		top: 40px;
	}
	.mv_bubble_bg img {
		height: 490px;
		object-position: 30% top;
	}
	.recruit_mv_icon ul {
		min-height: 540px;
	}
	.recruit_mv_icon img {
		zoom: 0.38;
	}
}
@media screen and (max-width: 375px) {
	.mv_bubble_bg img {
		height: 460px;
	}
	.recruit_mv_icon ul {
		min-height: 520px;
	}
}


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

	recruit_about

========================================== */
#recruit_about {
	margin-bottom: 130px;
}
.recruit_aboutTtl {
	padding: 0 3% 0 12.5%;
	margin-bottom: 130px;
	display: flex;
	align-items: flex-start;
	position: relative;
	min-height: 861px;
}
.recruit_aboutTtl_img {
	position: absolute;
	right: 3%;
	max-width: 929px;
	width: 50%;
}
.recruit_aboutTtl_txt {
	position: relative;
	z-index: 1;
	max-width: 760px;
	width: 55%;
	margin-top: 11%;
}
.recruit_aboutTtl_txt h2 {
	position: relative;
	z-index: 1;
}
.recruit_about_ttl_img_01 {
	position: absolute;
	top: -30%;
	left: -13%;
	z-index: 0;
}
.recruit_about_ttl_img_02 {
	position: absolute;
	top: -35%;
	right: 13%;
	z-index: 0;
}
.recruit_about_ttl_02 {
	position: absolute;
	top: 71%;
	left: -6%;
}
.recruit_about_ttl_03 {
	margin-top: 30px;
	position: absolute;
	right: 22%;
}
@media screen and (max-width: 1670px) {
	.recruit_aboutTtl {
		padding: 0 1% 0 8%;
		margin-bottom: 80px;
	}
	.recruit_aboutTtl_img {
		right: 1%;
	}
}
@media screen and (max-width: 1536px) {
	.recruit_aboutTtl {
		margin-bottom: 30px;
	}
	.recruit_about_ttl_02 {
		zoom: 0.9;
		left: -8%;
	}
}
@media screen and (max-width: 1366px) {
	.recruit_aboutTtl {
		min-height: 770px;
	}
	.recruit_about_ttl_img_01 {
		zoom: 0.9;
	}
	.recruit_about_ttl_img_02 {
		zoom: 0.9;
	}
	.recruit_about_ttl_03 {
		zoom: 0.95;
	}
}
@media screen and (max-width: 1194px) {
	.recruit_aboutTtl {
		min-height: 730px;
	}
	.recruit_aboutTtl_txt {
		width: 60%;
	}
	.recruit_about_ttl_02 {
		zoom: 0.8;
	}
	.recruit_about_ttl_03 {
		zoom: 0.8;
	}
}
@media screen and (max-width: 1024px) {
	.recruit_aboutTtl {
		margin-bottom: 180px;
		flex-flow: column;
		min-height: inherit;
	}
	.recruit_aboutTtl_img {
		position: inherit;
		right: inherit;
		width: 80%;
		margin: 0 0 0 auto;
	}
	.recruit_aboutTtl_txt {
		width: 75%;
		margin: 60px auto 0;
	}
	.recruit_aboutTtl_txt h2 {
		zoom: 0.9;
	}
	.recruit_about_ttl_02 {
		left: -6%;
	}
	.recruit_about_ttl_03 {
		zoom: 0.95;
		right: 5%;
	}
}
@media screen and (max-width: 896px) {
	.recruit_about_ttl_02 {
		left: -11%;
	}
}
@media screen and (max-width: 768px) {
	.recruit_aboutTtl {
		padding: 0;
	}
	.recruit_aboutTtl_img {
		width: 94%;
		margin: 0 auto;
	}
	.recruit_aboutTtl_txt {
		width: 100%;
		margin: 40px 0 0 0;
		padding: 0 0 0 15%;
	}
	.recruit_about_ttl_img_01 {
		zoom: 0.8;
		left: 6%;
	}
	.recruit_about_ttl_img_02 {
		zoom: 0.8;
	}
	.recruit_about_ttl_02 {
		left: 5%;
	}
	.recruit_about_ttl_03 {
		right: 4%;
	}
}
@media screen and (max-width: 640px) {
	.recruit_about_ttl_img_01 {
		zoom: 0.7;
		left: 2%;
	}
	.recruit_about_ttl_img_02 {
		zoom: 0.7;
		right: 8%;
	}
	.recruit_about_ttl_02 {
		zoom: 0.7;
	}
	.recruit_about_ttl_03 {
		zoom: 0.8;
	}
}
@media screen and (max-width: 480px) {
	.recruit_about_ttl_img_01 {
		zoom: 0.6;
	}
	.recruit_about_ttl_img_02 {
		zoom: 0.6;
	}
	.recruit_about_ttl_02 {
		zoom: 0.6;
	}
	.recruit_about_ttl_03 {
		zoom: 0.65;
	}
}
@media screen and (max-width: 414px) {
	.recruit_aboutTtl {
		margin-bottom: 150px;
	}
	.recruit_aboutTtl_txt {
		margin-top: -5px;
	}
	.recruit_about_ttl_img_01 {
		zoom: 0.45;
	}
	.recruit_about_ttl_img_02 {
		zoom: 0.45;
	}
	.recruit_about_ttl_02 {
		zoom: 0.5;
	}
	.recruit_about_ttl_03 {
		zoom: 0.5;
	}
}


.recruit_aboutDtl section {
	display: flex;
	align-items: flex-end;
}
.recruit_aboutDtl section:nth-child(odd) {
	justify-content: flex-end;
}
.recruit_aboutDtl section:nth-child(even) {
	flex-flow: row-reverse;
	justify-content: flex-end;
}


.recruit_aboutDtl section:nth-child(1) {
	margin-bottom: 148px;
}
.recruit_aboutDtl section:nth-child(2) {
	margin-bottom: 148px;
}
.recruit_aboutDtl section:nth-child(3) {
	align-items: center;
}

.recruit_aboutDtl_img {
	max-width: 650px;
	position: relative;
	z-index: 1;
}
figure.recruit_aboutDtl_img img,
.recruit_aboutDtl_img figure img {
	position: relative;
	z-index: 1;
}
.recruit_aboutDtl section:nth-child(odd) .recruit_aboutDtl_img {
	margin-right: -11%;
}
.recruit_aboutDtl section:nth-child(even) .recruit_aboutDtl_img {
	margin-left: -7.5%;
}

.recruit_aboutDtl_area {
	background: #AFE6E6;
	width: 68.3%;
	position: relative;
	z-index: 0;
}
.recruit_aboutDtl section:nth-child(odd) .recruit_aboutDtl_area {
	border-radius: 50px 0 0 50px;
}
.recruit_aboutDtl section:nth-child(even) .recruit_aboutDtl_area {
	border-radius: 0 50px 50px 0;
}

.recruit_aboutDtl section:nth-child(1) .recruit_aboutDtl_area {
	padding: 95px 0 225px 15%;
	margin-bottom: 33px;
}
.recruit_aboutDtl section:nth-child(2) .recruit_aboutDtl_area {
	padding: 95px 15% 317px 0;
	margin-bottom: 33px;
}
.recruit_aboutDtl section:nth-child(3) .recruit_aboutDtl_area {
	padding: 95px 0 95px 15%;
}

.recruit_aboutDtl_inner {
	background: #fff;
	padding: 80px 90px;
	max-width: 1020px;
	position: relative;
	z-index: 2;
}

.recruit_aboutDtl section:nth-child(odd) .recruit_aboutDtl_inner {
	border-radius: 50px 0 0 50px;
}
.recruit_aboutDtl section:nth-child(even) .recruit_aboutDtl_inner {
	border-radius: 0 50px 50px 0;
}


.recruit_aboutDtl_box {
	max-width: 655px;
}
.recruit_aboutDtl section:nth-child(2) .recruit_aboutDtl_box {
	margin: 0 0 0 auto;
}

.recruit_aboutDtl_box p {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 177%;
}
.recruit_aboutDtl_box > *:not(:last-child) {
	margin-bottom: 50px;
}
.recruit_aboutDtl_box p span {
	color: #2fa2a2;
	font-size: 2.6rem;
}
#recruit_aboutDtl_01 ol {
	margin-top: 15px;
}
#recruit_aboutDtl_01 ol li {
	counter-increment: count;
	display: flex;
	align-items: baseline;
	line-height: 100%;
	font-weight: 600;
}
#recruit_aboutDtl_01 ol li::before {
	content: counter(count) ".";
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: bold;
	color: #2fa2a2;
	font-size: 2.6rem;
}
#recruit_aboutDtl_01 ol li:not(:last-child) {
	margin-bottom: 15px;
}
#recruit_aboutDtl_01 ol li div {
	margin-left: 5px;
	display: flex;
	align-items: baseline;
}
#recruit_aboutDtl_01 ol li p {
	color: #2fa2a2;
	font-size: 2.6rem;
	width: 3.2em;
	line-height: 100%;
}
#recruit_aboutDtl_01 ol li small {
	font-size: 1.5rem;
	flex: 1;
	line-height: 130%;
}

@media screen and (max-width: 1670px) {
	.recruit_aboutDtl section {
		align-items: flex-start;
	}
	.recruit_aboutDtl section:nth-child(odd) {
		padding-left: 3%;
	}
	.recruit_aboutDtl section:nth-child(even) {
		padding-right: 3%;
	}
	.recruit_aboutDtl_area {
		width: 85%;
	}
}
@media screen and (max-width: 1366px) {
	.recruit_aboutDtl_inner {
		padding: 8% 9% 10%;
	}
}
@media screen and (max-width: 1194px) {
	#recruit_aboutDtl_01 ol li div {
		flex-flow: column;
		gap: 5px;
	}
}
@media screen and (max-width: 1024px) {
	#recruit_about {
		margin-bottom: 180px;
	}
	.recruit_aboutDtl section {
		flex-flow: column!important;
	}
	.recruit_aboutDtl_img {
		width: 50%;
	}
	.recruit_aboutDtl_area {
		width: 95%;
		margin: 0 0 0 auto;
	}
	.recruit_aboutDtl section:nth-child(even) .recruit_aboutDtl_area {
		margin: 0 auto 0 0;
		margin-top: -5%;
	}
	.recruit_aboutDtl section:nth-child(odd) .recruit_aboutDtl_area {
		margin-top: -5%;
	}
	.recruit_aboutDtl section:nth-child(even) .recruit_aboutDtl_img {
		margin: 0 0 0 auto;
	}
	.recruit_aboutDtl section:nth-child(1) .recruit_aboutDtl_area {
		padding: 10% 0 225px 8%;
	}
	.recruit_aboutDtl section:nth-child(2) .recruit_aboutDtl_area {
		padding: 10% 8% 317px 0;
	}
	.recruit_aboutDtl section:nth-child(3) .recruit_aboutDtl_area {
		padding: 10% 0 95px 8%;
	}
	.recruit_aboutDtl section:nth-child(3) {
		align-items: flex-start;
	}
	.recruit_aboutDtl section:nth-child(odd) .recruit_aboutDtl_img {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.recruit_aboutDtl_img {
		width: 85%;
	}
	.recruit_aboutDtl_area {
		z-index: 1;
		margin-top: 5%!important;
	}
	.recruit_aboutDtl section:nth-child(1) .recruit_aboutDtl_area {
		padding: 10% 0 202px 8%;
	}
	.recruit_aboutDtl section:nth-child(2) .recruit_aboutDtl_area {
		padding: 10% 8% 285px 0;
	}
}
@media screen and (max-width: 640px) {
	.recruit_aboutDtl section:nth-child(1) .recruit_aboutDtl_area {
		padding: 10% 0 192px 8%;
	}
}
@media screen and (max-width: 480px) {
	#recruit_about {
		margin-bottom: 110px;
	}
	.recruit_aboutDtl section {
		padding: 0!important;
	}
	.recruit_aboutDtl section:nth-child(1) {
		margin-bottom: 50px;
	}
	.recruit_aboutDtl_img {
		width: 100%;
		margin: 0 auto;
	}
	.recruit_aboutDtl_area {
		width: 100%;
		margin-top: 20%!important;
	}
	.recruit_aboutDtl section:nth-child(1) .recruit_aboutDtl_area {
		padding: 6% 0 146px 5%;
	}
	.recruit_aboutDtl_box p {
		font-size: 1.6rem;
	}
	#recruit_aboutDtl_01 ol li p {
		font-size: 2.3rem;
	}
	#recruit_aboutDtl_01 ol li small {
		font-size: 1.3rem;
	}
	.recruit_aboutDtl_box > *:not(:last-child) {
		margin-bottom: 30px;
	}
	.recruit_aboutDtl section:nth-child(odd) .recruit_aboutDtl_img {
		margin: 0;
		padding-right: 5%;
	}
	.recruit_aboutDtl section:nth-child(even) .recruit_aboutDtl_img {
		padding-left: 5%;
	}
	.recruit_aboutDtl_box p span {
		font-size: 2.2rem;
	}
	.recruit_aboutDtl section:nth-child(2) .recruit_aboutDtl_area {
		padding: 6% 5% 206px 0;
	}
	.recruit_aboutDtl section:nth-child(2) {
		margin-bottom: 60px;
	}
	.recruit_aboutDtl section:nth-child(odd) .recruit_aboutDtl_area {
		border-radius: 30px 0 0 30px;
	}
	.recruit_aboutDtl section:nth-child(even) .recruit_aboutDtl_area {
		border-radius: 0 30px 30px 0;
	}
	.recruit_aboutDtl section:nth-child(odd) .recruit_aboutDtl_inner {
		border-radius: 30px 0 0 30px;
	}
	.recruit_aboutDtl section:nth-child(even) .recruit_aboutDtl_inner {
		border-radius: 0 30px 30px 0;
	}
	.recruit_aboutDtl section:nth-child(3) .recruit_aboutDtl_area {
		padding: 6% 0 95px 5%;
	}
}


/*--------------------------------------------
	recruit_aboutDtl_01
--------------------------------------------*/
.recruit_about_01_circle {
	width: 359px;
	height: 359px;
	position: absolute;
	right: 15%;
	bottom: -67px;
	z-index: 0;
}
.recruit_about_01_icon {
	width: 386px;
	height: 253px;
	position: absolute;
	right: 5%;
	bottom: 0;
	z-index: 3;
}
.recruit_about_01_img_01 {
	width: 357px;
	height: 217px;
	position: absolute;
	top: -217px;
	left: 40px;
}
.recruit_about_01_img_02 {
	width: 220px;
	height: 266px;
	position: absolute;
	left: 7%;
	bottom: -225px;
}
#recruit_aboutDtl_01 .recruit_aboutDtl_box > div {
	margin-left: 40px;
}
@media screen and (max-width: 1366px) {
	.recruit_about_01_circle {
		right: 10%;
	}
	.recruit_about_01_icon {
		right: 0;
	}
	.recruit_about_01_img_02 {
		left: -5%;
	}
}
@media screen and (max-width: 1280px) {
	#recruit_aboutDtl_01 .recruit_aboutDtl_box > div {
		margin-left: 0;
	}
}
@media screen and (max-width: 1024px) {
	.recruit_about_01_img_01 {
		right: 0;
		left: inherit;
		zoom: 0.9;
	}
}
@media screen and (max-width: 768px) {
	.recruit_about_01_img_02 {
		zoom: 0.9;
	}
	.recruit_about_01_circle,
	.recruit_about_01_icon {
		zoom: 0.85;
	}
}
@media screen and (max-width: 640px) {
	.recruit_about_01_img_01 {
		zoom: 0.85;
	}
	.recruit_about_01_img_02 {
		zoom: 0.85;
	}
	.recruit_about_01_circle,
	.recruit_about_01_icon {
		zoom: 0.75;
	}
}
@media screen and (max-width: 480px) {
	.recruit_about_01_img_01 {
		zoom: 0.7;
	}
	.recruit_about_01_img_02 {
		zoom: 0.65;
	}
	.recruit_about_01_circle,
	.recruit_about_01_icon {
		zoom: 0.6;
	}
}

/*--------------------------------------------
	recruit_aboutDtl_02
--------------------------------------------*/
.recruit_about_02_circle {
	width: 359px;
	height: 359px;
	position: absolute;
	right: 35%;
	bottom: -37px;
	z-index: 0;
}
.recruit_about_02_icon {
	width: 307px;
	height: 318px;
	position: absolute;
	right: 35.5%;
	bottom: 43px;
	z-index: 3;
}
#recruit_aboutDtl_02 .recruit_aboutDtl_02_area {
	position: relative;
}
.recruit_about_02_img_01 {
	width: 253px;
	height: 498px;
	position: absolute;
	top: -165px;
	right: -13.5%;
}
.recruit_about_02_img_02 {
	width: 212px;
	height: 303px;
	position: absolute;
	left: 20%;
	bottom: -317px;
}
@media screen and (max-width: 1536px) {
	.recruit_about_02_img_02 {
		left: 5%;
	}
	.recruit_about_02_circle {
		right: 10%;
	}
	.recruit_about_02_icon {
		right: 10%;
	}
}
@media screen and (max-width: 1024px) {
	.recruit_about_02_img_01 {
		top: -200px;
		left: 5%;
		right: inherit;
	}
}
@media screen and (max-width: 768px) {
	.recruit_about_02_circle,
	.recruit_about_02_icon {
		right: 1%;
		zoom: 0.9;
	}
	.recruit_about_02_img_02 {
		zoom: 0.9;
	}
}
@media screen and (max-width: 640px) {
	
}
@media screen and (max-width: 480px) {
	.recruit_about_02_img_01 {
		zoom: 0.78;
	}
	.recruit_about_02_circle,
	.recruit_about_02_icon {
		zoom: 0.6;
	}
	.recruit_about_02_img_02 {
		zoom: 0.65;
		left: 2%;
	}
}

/*--------------------------------------------
	recruit_aboutDtl_03
--------------------------------------------*/
.recruit_about_03_circle {
	width: 359px;
	height: 359px;
	position: absolute;
	right: 11%;
	bottom: -137px;
	z-index: 0;
}
.recruit_about_03_icon {
	width: 184px;
	height: 223px;
	position: absolute;
	right: 19%;
	bottom: -75px;
	z-index: 3;
}
.recruit_about_03_img_02 {
	width: 389px;
	height: 209px;
	position: absolute;
	top: -209px;
	left: 15%;
}
.recruit_about_03_img_01 {
	width: 191px;
	height: 505px;
	position: absolute;
	left: -20%;
	top: 21%;
	z-index: 0
}
#recruit_aboutDtl_03 .recruit_aboutDtl_box div iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
@media screen and (max-width: 1670px) {
	.recruit_about_03_img_01 {
		top: 110px;
		right: -100px;
		left: inherit;
	}
}
@media screen and (max-width: 1194px) {
	.recruit_about_03_img_01 {
		right: -80px;
	}
}
@media screen and (max-width: 1024px) {
	.recruit_about_03_img_02 {
		right: 0;
		left: inherit;
		zoom: 0.9;
	}
	#recruit_aboutDtl_03 .recruit_aboutDtl_img {
		z-index: inherit;
	}
	.recruit_about_03_circle {
		right: 5%;
	}
	.recruit_about_03_icon {
		right: 13%;
	}
}
@media screen and (max-width: 768px) {
	.recruit_about_03_circle,
	.recruit_about_03_icon {
		zoom: 0.9;
	}
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
	.recruit_about_03_img_01 {
		top: 80px;
		zoom: 0.8;
		right: -63px;
	}
	.recruit_about_03_img_02 {
		zoom: 0.7;
		left: 5%;
	}
	.recruit_about_03_circle,
	.recruit_about_03_icon {
		zoom: 0.55;
	}
	.recruit_about_03_circle {
		right: 2%;
	}
	.recruit_about_03_icon {
		right: 13%;
	}
	#recruit_aboutDtl_03 .recruit_aboutDtl_img {
		overflow: hidden;
	}
}


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

	recruit_movie

========================================== */
#recruit_movie {
	padding: 0 5%;
	overflow: hidden;
}
.recruit_movie_ttl {
	text-align: center;
	position: relative;
	z-index: 1;
}

.recruit_movieArea {
	background: #E6F7F7;
	border: 2px solid #005064;
	max-width: 1550px;
	margin: -240px auto 0;
	border-radius: 50px;
	padding: 292px 5% 80px;
	position: relative;
}
.recruit_movie_img_01 {
	width: 261px;
	height: 430px;
	position: absolute;
	left: -8.5%;
	top: 28%;
	z-index: 1;
}
.recruit_movie_img_02 {
	width: 196px;
	height: 505px;
	position: absolute;
	right: -9%;
	bottom: 20%;
}
.recruit_movieInner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
	gap: 50px 5.2%;
	max-width: 1350px;
	margin: 0 auto;
}
.recruit_movieInner section {
	text-align: center;
	padding: 30px 40px 40px;
	border-radius: 30px;
	width: calc((100% - 5.2%) / 2);
	position: relative;
}
.recruit_movie_short {
	max-width: 380px;
}

.recruit_movie_icon_01 {
	position: absolute;
	right: 18%;
	top: 164px;
}

.recruit_movieInner section:nth-child(1),
.recruit_movieInner section:nth-child(4),
.recruit_movieInner section:nth-child(5) {
	background: #C4EEEE;
}
.recruit_movieInner section:nth-child(2),
.recruit_movieInner section:nth-child(3),
.recruit_movieInner section:nth-child(6) {
	background: #fff;
}

.recruit_movieInner section:nth-child(4),
.recruit_movieInner section:nth-child(6) {
	margin-top: -15%;
}

.recruit_movieInner section > * {
	position: relative;
	z-index: 2;
}

.recruit_movie_h3 {
	margin-bottom: 20px;
}
.recruit_movie_h3 h3 {
	line-height: 150%;
	display: inline;
	font-size: 1.8rem;
}
.recruit_movieInner section:nth-child(1) h3,
.recruit_movieInner section:nth-child(4) h3,
.recruit_movieInner section:nth-child(5) h3 {
	background: linear-gradient(transparent 60%, #fff 0%);
}
.recruit_movieInner section:nth-child(2) h3,
.recruit_movieInner section:nth-child(3) h3,
.recruit_movieInner section:nth-child(6) h3 {
	background: linear-gradient(transparent 60%, #a4e9e9 0%);
}


.recruit_movieInner section iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
.recruit_movie_short iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 9 / 16!important;
}
@media screen and (max-width: 1670px) {
	.recruit_movie_icon_01 {
		zoom: 0.9;
		top: 204px;
	}
}
@media screen and (max-width: 1536px) {
	.recruit_movie_icon_01 {
		zoom: 0.85;
		right: 15%;
		top: 234px;
	}
}
@media screen and (max-width: 1366px) {
	.recruit_movie_icon_01 {
		zoom: 0.8;
		top: 164px;
		right: 13%;
	}
	.recruit_movie_short iframe {
		height: 400px!important;
	}
	.recruit_movie_ttl {
		padding: 0 3%;
	}
	.recruit_movieArea {
		margin: -18% auto 0;
		padding: 22% 5% 80px;
	}
}
@media screen and (max-width: 1194px) {
	.recruit_movie_icon_01 {
		zoom: 0.7;
		top: 194px;
		right: 10%;
	}
}
@media screen and (max-width: 1024px) {
	.recruit_movie_img_01,
	.recruit_movie_img_02 {
		zoom: 0.9;
	}
	.recruit_movie_icon_01 {
		zoom: 0.6;
		top: 224px;
		right: 6%;
	}
}
@media screen and (max-width: 896px) {
	.recruit_movie_icon_01 {
		right: 2%;
	}
}
@media screen and (max-width: 768px) {
	.recruit_movieArea {
		margin: -8% auto 0;
		padding: 22% 5% 80px;
	}
	.recruit_movieInner section {
		padding: 25px 3% 30px;
		border-radius: 20px;
	}
	.recruit_movie_short iframe {
		height: 300px !important;
	}
	.recruit_movie_icon_01 {
		zoom: 0.5;
		top: 134px;
	}
}
@media screen and (max-width: 640px) {
	.recruit_movieArea {
		padding: 210px 5% 80px;
	}
	.recruit_movieInner {
		flex-flow: column;
		gap: 30px;
	}
	.recruit_movieInner section {
		width: 100%;
		padding: 30px 40px 40px;
	}
	.recruit_movie_short {
		max-width: inherit;
	}
	.recruit_movie_short iframe {
		height: 360px!important;
	}
	.recruit_movie_icon_01 {
		zoom: 0.65;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 105px;
	}
	.recruit_movieInner section:nth-child(4), .recruit_movieInner section:nth-child(6) {
		margin-top: 0;
	}
	.recruit_movieInner section:nth-child(odd) {
		background: #C4EEEE!important;
	}
	.recruit_movieInner section:nth-child(even) {
		background: #fff!important;
	}
	.recruit_movieInner section:nth-child(odd) h3 {
		background: linear-gradient(transparent 60%, #fff 0%)!important;
	}
	.recruit_movieInner section:nth-child(even) h3 {
		background: linear-gradient(transparent 60%, #a4e9e9 0%)!important;
	}
}
@media screen and (max-width: 480px) {
	.recruit_movieArea {
		border-radius: 30px;
		padding: 160px 5% 50px;
	}
	.recruit_movie_ttl {
		padding: 0;
	}
	.recruit_movie_icon_01 {
		zoom: 0.5;
	}
	.recruit_movieInner section {
		padding: 20px 5% 25px;
		border-radius: 15px;
	}
	.recruit_movie_h3 h3 {
		font-size: 1.6rem;
	}
	.recruit_movie_img_01, .recruit_movie_img_02 {
		zoom: 0.5;
	}
	.recruit_movie_short iframe {
		height: 260px !important;
	}
}


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

	recruit_gallery

========================================== */
#recruit_gallery {
	padding: 100px 0 190px;
}
.recruit_galleryBox ul {
	display: flex;
	gap: 2px;
}
.recruit_galleryBox ul:first-child {
	margin-bottom: 2px;
}
.recruit_galleryBox ul:last-child {
	position: relative;
	left: -8.5%;
}

@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
		to {
		transform: translateX(-100%);
	}
}
#recruit_gallery {
	display: flex;
	overflow: hidden;
	gap: 2px;
}
.scroll-infinity__list {
	/* display: flex; */
	list-style: none;
	padding: 0
}
.recruit_galleryBox {
	animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.scroll-infinity__list > * {
	width: calc(100vw / 1);
}
.scroll-infinity__item img {
	width: 100%;
}

@media screen and (max-width: 1366px) {
	.scroll-infinity__list > * {
		width: calc(100vw / 0.8);
	}
}
@media screen and (max-width: 1024px) {
	.scroll-infinity__list > * {
		width: calc(100vw / 0.6);
	}
}
@media screen and (max-width: 480px) {
	#recruit_gallery {
		padding: 50px 0 70px;
	}
	.scroll-infinity__list > * {
		width: calc(100vw / 0.5);
	}
}



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

	recruit_interview

========================================== */
#recruit_interview {
	padding: 0 3.2%;
	margin-bottom: 120px;
}
.recruit_interviewArea {
	max-width: 1780px;
	margin: 0 auto;
	background: #AFE6E6;
	padding: 0 3% 100px;
	border-radius: 50px;
	position: relative;
}
@media screen and (max-width: 1024px) {
	#recruit_interview {
		padding: 0;
	}
	.recruit_interviewArea {
		border-radius: 30px;
	}
}
@media screen and (max-width: 480px) {
	#recruit_interview {
		margin-bottom: 40px;
	}
	.recruit_interviewArea {
		border-radius: 10px;
		padding: 0 3% 50px;
	}
}

/*--------------------------------------------
	recruit_interview_ttl
--------------------------------------------*/
.recruit_interview_ttl {
	text-align: center;
	position: relative;
	max-width: 1100px;
	margin: 0 auto 70px;
}
.recruit_interview_ttl::after {
	content: "";
	background: url("../images/recruit/interview_bg.webp") center top no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1100px;
	height: 124px;
}
.recruit_interview_ttl > * {
	position: relative;
	z-index: 1;
}
.recruit_interview_ttl h2 img {
	margin-top: -5.5%;
}
.recruit_interview_ttl p {
	font-size: 6rem;
	font-weight: bold;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	letter-spacing: 0.1em;
	margin-top: 40px;
	color: #8cd4d4;
}
.interview_icon {
	position: absolute;
	right: 6%;
	top: 15%;
}
@media screen and (max-width: 1366px) {
	.recruit_interview_ttl::after {
		background: #fff;
		top: -20px;
		width: 90%;
		height: 140px;
		clip-path: ellipse(50% 140px at top);
	}
}
@media screen and (max-width: 1194px) {
	.interview_icon {
		right: 0;
		zoom: 0.9;
	}
}
@media screen and (max-width: 1024px) {
	.interview_icon {
		top: 22%;
	}
	.recruit_interview_ttl h2 img {
		zoom: 0.9;
	}
}

@media screen and (max-width: 896px) {
	.interview_icon {
		top: 35%;
		zoom: 0.85;
	}
}

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

@media screen and (max-width: 768px) {
	.interview_icon {
		zoom: 0.75;
		top: 45%;
	}
	.recruit_interview_ttl h2 img {
		zoom: 0.8;
	}
}

@media screen and (max-width: 640px) {
	.recruit_interview_ttl p {
		font-size: 5rem;
	}
	.interview_icon {
		zoom: 0.7;
	}
	.recruit_interview_ttl h2 img {
		zoom: 0.7;
	}
}

@media screen and (max-width: 480px) {
	.interview_icon {
		zoom: 0.45;
	}
	.recruit_interview_ttl {
		margin-bottom: 40px;
	}
	.recruit_interview_ttl h2 img {
		zoom: 0.45;
	}
	.recruit_interview_ttl::after {
		height: 80px;
		clip-path: ellipse(50% 80px at top);
	}
	.recruit_interview_ttl p {
		font-size: 4rem;
		margin-top: 20px;
	}
}

/*--------------------------------------------
	recruit_interview_inner
--------------------------------------------*/
.recruit_interview_inner section:not(:last-child) {
	margin-bottom: 100px;
}
/*--------------------------------------------
	recruit_interview_info
--------------------------------------------*/
.recruit_interview_info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
	margin-bottom: 40px;
}
.recruit_interview_info div {
	max-width: 440px;
	flex: 1;
	color: #005064;
	font-weight: 600;
}
.recruit_interview_info div p {
	padding: 0 10px 10px;
	border-bottom: 1px solid #fff;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	letter-spacing: 0.1em;
	font-size: 1.7rem;
	margin-bottom: 20px;
}
.recruit_interview_info div dl {
	margin: 0 10px;
	display: flex;
	font-size: 1.4rem;
	gap: 40px;
	line-height: 140%;
}
.recruit_interview_info div dl:not(:last-child) {
	margin-bottom: 10px;
}
.recruit_interview_info div dl dd {
	flex: 1;
}

@media screen and (max-width: 1366px) {
	.recruit_interview_info figure {
		width: 63%;
	}
}
@media screen and (max-width: 1024px) {
	.recruit_interview_info {
		flex-flow: column;
		gap: 30px;
	}
	.recruit_interview_info figure {
		width: 75%;
	}
	.recruit_interview_info div {
		width: 440px;
	}
}
@media screen and (max-width: 768px) {
	.recruit_interview_info figure {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.recruit_interview_info div {
		width: auto;
	}
}

@media screen and (max-width: 480px) {
	.recruit_interview_info {
		gap: 20px;
		margin-bottom: 25px;
	}
	.recruit_interview_info div {
		width: 90%;
	}
	.recruit_interview_info div p {
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
	.recruit_interview_info div dl {
		font-size: 1.2rem;
		gap: 30px;
	}
	.recruit_interview_info div dl:not(:last-child) {
		margin-bottom: 5px;
	}
}

/*--------------------------------------------
	recruit_interview_dtl
--------------------------------------------*/
.recruit_interview_dtl {
	max-width: 1490px;
	margin: 0 auto;
	background: #fff;
	border-radius: 20px;
	padding: 60px 0 80px;
}
.recruit_interview_dtl_ints {
	display: flex;
	position: relative;
}
.recruit_interview_dtl_ints::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.recruit_interview_dtl_ints div {
	padding: 20px 5.7%;
	flex: 1;
}
.recruit_interview_dtl_ints section:not(:last-child) {
	margin-bottom: 70px;
}
.recruit_interview_dtl h3 {
	font-size: 2.2rem;
	color: #005064;
	display: flex;
	align-items: baseline;
	position: relative;
	padding-left: 40px;
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 120%;
}
.recruit_interview_dtl h3::before {
	border-top: 2px solid #005064;
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 25px;
}
.recruit_interview_dtl_ints p {
	line-height: 187%;
}

.recruit_interview_dtl_for{
	max-width: 1100px;
	margin: 60px auto 0;
	padding: 65px 5%;
	background: #D7F2F2;
	border-radius: 20px;
}
.recruit_interview_dtl_for section {
	max-width: 800px;
	margin: 0 auto;
}
.recruit_interview_dtl_for p {
	font-size: 1.8rem;
	line-height: 177%;
}

.recruit_interview_dtl_photo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px 8.7%;
	margin-top: 60px;
}
.recruit_interview_dtl_photo ul {
	display: flex;
	gap: 30px;
}
.recruit_interview_dtl_photo ul li figure img {
	border-radius: 10px;
}
@media screen and (max-width: 1366px) {
	.recruit_interview_dtl_for {
		margin: 60px 5% 0;
	}
	.recruit_interview_dtl_photo {
		margin: 60px 5% 0;
		gap: 40px;
	}
}
@media screen and (max-width: 1024px) {
	.recruit_interview_dtl_photo {
		flex-flow: column;
	}
	.recruit_interview_dtl_ints {
		flex-flow: column;
		padding: 0 6%;
	}
	.recruit_interview_dtl_ints::after {
		display: none;
	}
	.recruit_interview_dtl_ints div {
		padding: 0;
	}
	.recruit_interview_dtl_ints section {
		margin-bottom: 55px!important;
	}
	.recruit_interview_dtl_ints div:last-child section:last-child {
		margin-bottom: 0!important;
	}
}
@media screen and (max-width: 480px) {
	.recruit_interview_dtl {
		padding: 35px 0 40px;
	}
	.recruit_interview_dtl h3 {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.recruit_interview_dtl_for {
		padding: 35px 5%;
		margin: 40px 5% 0;
	}
	.recruit_interview_dtl_for p {
		font-size: 1.5rem;
	}
	.recruit_interview_dtl_ints section{
		margin-bottom: 40px !important;
	}
	.recruit_interview_dtl_photo {
		margin: 40px 5% 0;
		gap: 30px;
	}
	.recruit_interview_dtl_photo h4 {
		text-align: center;
		width: 85%;
		margin: 0 auto;
	}
	.recruit_interview_dtl_photo ul {
		gap: 15px;
	}
	.recruit_interview_inner section:not(:last-child) {
		margin-bottom: 50px;
	}
}



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

	recruit_person

========================================== */
#recruit_person {
	padding: 0 5% 250px;
	position: relative;
}
.recruit_person_img_01 {
	width: 236px;
	height: 449px;
	position: absolute;
	bottom: 0;
	left: 5%;
	z-index: 1;
}
.recruit_person_img_02 {
	width: 213px;
	height: 399px;
	position: absolute;
	bottom: 0;
	right: 6%;
	z-index: 1;
}
.recruit_personArea {
	max-width: 1400px;
	margin: 0 auto;
	box-shadow: 0px 0px 13px 0px rgba(193, 220, 220, 0.86);
	padding: 40px 5%;
	position: relative;
}
.recruit_person_icon {
	width: 379px;
	height: 268px;
	position: absolute;
	bottom: -210px;
	right: 4%;
	z-index: 2;
}
.recruit_person_box {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 30px 15px;
}
.recruit_personArea h2 {
	flex: 1;
}
.recruit_person_box > div {
	border-left: 2px solid #000;
	padding: 50px 0 50px 7.5%;
}
#recruit_person ol li {
	counter-increment: count02;
	display: flex;
	align-items: baseline;
	line-height: 170%;
	font-weight: 600;
	font-size: 2.6rem;
}
#recruit_person ol li::before {
	content: counter(count02) ".";
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: bold;
	color: #2fa2a2;
}
#recruit_person ol li:not(:last-child) {
	margin-bottom: 15px;
}
#recruit_person ol li div {
	margin-left: 12px;
}
#recruit_person ol li div span {
	background: linear-gradient(transparent 60%, #e6f7f7 0%);
	padding-bottom: 2px;
}
@media screen and (max-width: 1670px) {
	.recruit_person_img_01 {
		zoom: 0.9;
	}
	.recruit_person_img_02 {
		zoom: 0.95;
	}
	.recruit_person_icon {
		right: 10%;
	}
}
@media screen and (max-width: 1536px) {
	.recruit_person_box > div {
		padding: 50px 0 50px 5%;
	}
}
@media screen and (max-width: 1366px) {
	.recruit_person_box {
		flex-flow: column;
	}
	.recruit_person_box > div {
		border-top: 2px solid #000;
		border-left: none;
		padding: 50px 5%;
	}
}
@media screen and (max-width: 1194px) {
	.recruit_person_img_01 {
		left: 0;
	}
	.recruit_person_img_02 {
		right: 0;
	}
}

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

@media screen and (max-width: 1024px) {
	.recruit_person_img_01 {
		zoom: 0.8;
	}
	.recruit_person_img_02 {
		zoom: 0.85;
	}
	.recruit_person_icon {
		zoom: 0.85;
	}
}

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

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

@media screen and (max-width: 768px) {
	#recruit_person ol li {
		font-size: 2.4rem;
	}
	.recruit_person_icon {
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.recruit_personArea h2 img {
		height: 200px;
	}
	.recruit_person_img_01 {
		zoom: 0.75;
	}
	.recruit_person_img_02 {
		zoom: 0.8;
	}
	.recruit_person_icon {
		zoom: 0.8;
	}
}

@media screen and (max-width: 640px) {
	.recruit_person_img_01 {
		zoom: 0.65;
	}
	.recruit_person_img_02 {
		zoom: 0.7;
	}
	.recruit_person_icon {
		zoom: 0.7;
	}
}

@media screen and (max-width: 480px) {
	#recruit_person {
		overflow: hidden;
		padding: 10px 5% 230px;
	}
	.recruit_personArea {
		padding: 20px 5%;
	}
	.recruit_person_box {
		gap: 20px;
	}
	.recruit_personArea h2 img {
		height: auto;
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.recruit_person_box > div {
		padding: 30px 0;
	}
	#recruit_person ol li {
		font-size: 1.8rem;
	}
	.recruit_person_img_01 {
		zoom: 0.6;
		left: -8%;
	}
	.recruit_person_img_02 {
		zoom: 0.6;
		right: -10%;
	}
	.recruit_person_icon {
		zoom: 0.65;
		bottom: -320px;
	}
}

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

	recruit_entry

========================================== */
#recruit_entry {
	padding: 0 5% 100px;
	background: #E6F7F7;
	text-align: center;
	margin-bottom: 90px;
	position: relative;
}
.recruit_entry_img_01 {
	width: 396px;
	height: 337px;
	position: absolute;
	left: 0;
	bottom: -90px;
}
.recruit_entry_img_02 {
	width: 258px;
	height: 423px;
	position: absolute;
	right: 6%;
	bottom: -90px;
}

.recruit_entry_ttl {
	position: relative;
	z-index: 1;
}
.recruit_entry_ttl img {
	margin-top: -2.5%;
}

.recruit_entry_btn {
	display: flex;
	gap: 8.2%;
	max-width: 980px;
	margin: 80px auto 0;
	position: relative;
	z-index: 1;
}
.recruit_entry_btn li {
	width: calc((100% - 8.2%) / 2);
}
.recruit_entry_btn li a {
	width: 100%;
	max-width: inherit;
	height: 90px;
	font-size: 2.2rem;
	font-weight: 600;
}
.recruit_entry_btn li a::before {
	right: 24px;
}
.recruit_entry_btn li a::after {
	right: 20px;
}
@media screen and (max-width: 1670px) {
	#recruit_entry {
		padding: 0 5% 260px;
	}
	.recruit_entry_img_02 {
		right: 0;
	}
}
@media screen and (max-width: 1366px) {
	#recruit_entry {
		padding: 60px 5% 260px;
	}
	.recruit_entry_ttl img {
		margin-top: 0;
	}
	.recruit_entry_img_02 {
		bottom: inherit;
		top: 10px;
		zoom: 0.7;
		right: 20%;
	}
	.recruit_entry_img_01 {
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 453px;
	}
}
@media screen and (max-width: 1194px) {
	.recruit_entry_img_02 {
		right: 15%;
	}
}

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

@media screen and (max-width: 1024px) {
	.recruit_entry_ttl img {
		height: 140px;
	}
}

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

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

@media screen and (max-width: 768px) {
	#recruit_entry {
		margin-bottom: 80px;
	}
	.recruit_entry_img_02 {
		right: 5%;
	}
	.recruit_entry_img_01 {
		zoom: 0.9;
	}
	.recruit_entry_btn {
		gap: 30px;
		flex-flow: column;
		max-width: 500px;
	}
	.recruit_entry_btn li {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.recruit_entry_ttl img {
		height: 120px;
	}
	.recruit_entry_img_02 {
		zoom: 0.6;
		top: 30px;
	}
}

@media screen and (max-width: 480px) {
	#recruit_entry {
		overflow: hidden;
		margin-bottom: 0;
		padding: 60px 5% 260px;
	}
	.recruit_entry_img_01 {
		zoom: 0.65;
		bottom: 0;
	}
	.recruit_entry_img_02 {
		zoom: 0.48;
		right: -6%;
	}
	.recruit_entry_ttl img {
		height: 95px;
	}
	.recruit_entry_btn {
		gap: 25px;
		margin-top: 40px;
	}
	.recruit_entry_btn li a {
		height: 70px;
		font-size: 1.9rem;
	}
}






