@charset "utf-8";

/*========== Top ==========*/
.sp_show {display: none;}
#js_contents {
	/*max-width: 1060px;*/
	margin: 0 auto;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	overflow: hidden;
}
#js_contents * {box-sizing: border-box;}
#js_contents p {line-height: 1.95;}
#js_contents a {transition: .2s linear}
#js_contents a:hover {
	text-decoration: none;
	opacity: .8;
}
.corp_mainVisual {
	position: relative;
}
.corp_mainVisual .js_corp_logo {
	position: absolute;
	top: 7%;
	left: 6%;
	max-width: 274px;
}
.corp_mainVisual .mv_catch {
	position: absolute;
	top: 30%;
	left: 60px;
	background: rgba(0, 116, 101, .3);
	padding: clamp(10px, 3.2vw, 45px) clamp(10px, 3.2vw, 22px);
}
.corp_mainVisual .mv_catch p {
	color: white;
	font-size: clamp(1.9rem, 2.8vw, 3.5rem);
	line-height: 2 !important;
	animation: fadeInUp 1s forwards;
	opacity: 0;
}
@keyframes fadeInUp {
	0% {opacity: 0; transform: translateY(20px);}
	100% {opacity: 1;transform: translateY(0);}
}
.corp_mainVisual .mv_catch p:nth-child(1) {font-size: clamp(2.4rem, 2.8vw, 4rem); animation-delay: 0s;}
.corp_mainVisual .mv_catch p:nth-child(2) {animation-delay: .5s;}
.corp_mainVisual .mv_catch p:nth-child(3) {animation-delay: 1s;}
.top_copy {
	background: #00AB95;
	padding: clamp(30px, 8vw, 80px) clamp(20px, 6vw, 100px) clamp(30px, 5vw, 80px);
	position: relative;
	overflow: hidden;
}
.top_copy::before, .value::before {
	content: "";
	width: 400px;
	height: 400px;
	border: 1px solid white;
	position: absolute;
	border-radius: 50%;
}
.top_copy::before {
	top: 0;
	right: -60px;
}
.value::before {
	top: -16%;
	left: -17%;
}
.top_copy p {
	color: white;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
	line-height: 2.2 !important;
}
.top_copy p.copy {
	max-width: 860px;
	font-size: clamp(1.9rem, 3.2vw, 4rem);
	/*margin-bottom: clamp(50px, 10vw, 160px);*/
	margin: 0 auto clamp(50px, 10vw, 160px);
}
.top_copy p.sub_copy {
	width: fit-content;
	margin-left: auto;
	padding-right: 50px;
}
section {
	padding: clamp(30px, 12vw, 100px) clamp(25px, 6vw, 0px);
	/*padding: clamp(30px, 12vw, 100px) clamp(25px, 6vw, 100px);*/
}
section.value {
	background: url(/20008/images/recruit/bg1.png) no-repeat center top / cover;
	position: relative;
}
.white_bg {
	max-width: 860px;
	background: rgba(255,255,255,.8);
	padding: clamp(30px, 5vw, 50px) clamp(20px, 5vw, 65px) clamp(30px, 5vw, 40px);
	margin: 0 auto;
}
.white_bg2 {
	max-width: 850px;
	background: rgba(255,255,255,.8);
	padding: clamp(30px, 5vw, 50px) clamp(20px, 5vw, 65px) clamp(35px, 5vw, 40px);
	margin: 0 auto;
}
section p {
	font-size: clamp(1.6rem, 3.2vw, 2rem);
	color: #000;
}
.sec_h2 {
	font-size: clamp(3.5rem, 7vw, 7rem);
	margin-bottom: clamp(30px, 5vw, 50px);
	position: relative;
	color: #000;
	line-height: 1.6;
}
.lead_text {
	color: #000;
	margin-bottom: clamp(50px, 10vw, 90px);
}
.sec_h3 {
	color: #000;
	font-size: clamp(2.3rem, 3.2vw, 3rem);
	margin-bottom: 30px;
}
p + .sec_h3 {
	color: #000;
	margin-top: 40px;
}
.fade_in {visibility: hidden;}
.text_fadeIn {
	animation: fadeInUp 1s;
	visibility: visible;
}
@keyframes fadeInUp {
	0% {opacity: 0; transform: translateY(20px);}
	100% {opacity: 1; transform: translateY(0);}
}
.slide_in {transform: translateX(-100%);}
.text_slideIn {animation: slideLeft 1s forwards;}
@keyframes slideLeft {
	0% {opacity: 0; transform: translateX(-100vw);}
	100% {opacity: 1; transform: translateX(0);}
}
.page_button_area {
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
	margin-top: 40px;
}
.page_button_area a {
	display: block;
	text-align: center;
	padding: 18px 0;
	font-size: clamp(1.5rem, 2.6vw, 2rem);
	position: relative;
}
.page_button_area a::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #00AB95;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.4s ease;
	z-index: -1;
}
.page_button_area a:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}
section.value .page_button_area a {
	border: 2px solid #00AB95;
	color: #00AB95;
	width: calc(50% - 20px);
}
section.value .page_button_area a:hover {color: white;}
section.personality {
	background: url(/20008/images/recruit/bg2.png) no-repeat left top / cover;
}
.sec_h2.circle::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -117px;
	width: 150px;
	height: 150px;
	border: 2px solid #00AB95;
	border-radius: 50%;
	z-index: -1;
}
.circle::before,
.top_copy::before,
.value::before {
	animation: circleMove 6s linear infinite;
}
@keyframes circleMove {
	0% {transform: translate(0, -15px);}
	25% {transform: translate(15px, 0);}
	50% {transform: translate(0, 15px);}
	75% {transform: translate(-15px, 0);}
	100% {transform: translate(0, -15px);}
}
ul.link_list1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: clamp(75px, 15vw, 150px);
	place-items: center;
	gap: 10px;
}
ul.link_list1 li, ul.link_list2 li {
	overflow: hidden;
	border-radius: 15px;
}
ul.link_list1 li a img, ul.link_list2 li a img {transition: .2s linear;}
ul.link_list1 li a:hover > img, ul.link_list2 li a:hover > img {transform: scale(1.05);}
ul.link_lists li.delay_fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
ul.link_lists li.delay_fadeIn {
  opacity: 1;
  transform: translateY(0);
}
ul.link_lists li.delay_fadeIn:nth-child(1) { transition-delay: 0.1s; }
ul.link_lists li.delay_fadeIn:nth-child(2) { transition-delay: 0.3s; }
ul.link_lists li.delay_fadeIn:nth-child(3) { transition-delay: 0.5s; }
ul.link_lists li.delay_fadeIn:nth-child(4) { transition-delay: 0.7s; }
ul.link_list2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	place-items: center;
}
ul.link_list2 li {
	width: 100%;
	height: 277px;
	overflow: hidden;
	border-radius: 20px;
}
ul.link_list2 li a {
	display: block;
	position: relative;
	height: 100%;
}
ul.link_list2 li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
ul.link_list2 li a .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(0, 3, 62, 0.55);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: clamp(10px, 4vw, 40px);
	transition: all 0.6s ease;
}
ul.link_list2 li a:hover .mask, ul.link_list2 li a:hover {
	opacity: 1 !important;
}
ul.link_list2 li a .mask p {
	color: white;
	text-align: center;
	width: 100%;
	font-size: clamp(1.2rem, 3.2vw, 2.4rem);
	line-height: 1.8 !important;
}
ul.link_list2 li a .mask p:first-child {
	border-bottom: 1px solid white;
	padding-bottom: clamp(10px, 2vw, 20px);
	font-size: clamp(1.5rem, 3.2vw, 2.4rem);
}
ul.link_list2 li a .mask p:last-child {
	margin-top: clamp(10px, 2vw, 20px);
	line-height: 1.5 !important;
}
section.environment {
	max-width: 860px;
	margin: 0 auto;
}
section.apply {
	background: #00AB95;
	color: white;
	text-align: center;
	padding: 45px;
	padding: clamp(30px, 3.2vw, 45px) clamp(20px, 3.2vw, 45px);
}
section.apply p {
	line-height: 2.25 !important;
	color: white;
}
section.apply .page_button_area {justify-content: center;}
section.apply .page_button_area a {
	border: 2px solid white;
	width: min(100%,426px);
	color: white;
	position: relative;
}
section.apply .page_button_area a::before {
	content: '';
	position: absolute;
	inset: 0;
	background: white;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.4s ease;
	z-index: -1;
}
section.apply .page_button_area a:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}
section.apply .page_button_area a:hover {color: #00AB95;}

/*========== 数字で見るJS ==========*/
.sec_h2.h2_inner {
	margin: clamp(40px, 5vw, 70px) clamp(15px, 7vw, 100px) clamp(35px, 5vw, 60px);
}
.green_bg {
	background: rgba(0, 171, 149,.3);
	padding: clamp(30px, 10vw, 90px) clamp(15px, 7vw, 100px);
}
ul.num_js {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 3%;
	row-gap: 30px;
	max-width: 850px;
	margin: 0 auto;
}

/*========== 写真で見るJS ==========*/
.js_contents_pic {
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

/*========== キャリアプラン ==========*/
section.career_plan {
	background: url(/20008/images/recruit/info/bg3.png) no-repeat center top / cover;
	padding: clamp(30px, 10vw, 100px) clamp(25px, 6vw, 100px) 0;
}
section.career_plan .sec_h3 {font-size: clamp(3rem, 5.6vw, 5.6rem);}
ul.career_list {margin-top: 150px;}
ul.career_list li {position: relative;}
ul.career_list li + li {margin-top: 140px;}
ul.career_list li p:first-child {
	background: #000;
	color: white;
	width: min(95%, 295px);
	padding: 16px 20px;
	font-size: clamp(2.1rem, 3.2vw, 2.8rem);
	line-height: 1.5 !important;
	position: absolute;
	top: -90px;
}
ul.career_list p:first-child span {
	font-size: clamp(1.9rem, 3.2vw, 2.2rem);
	display: block;
}
ul.career_list p:last-child {
	color: #000;
	font-size: 1.6rem;
	margin-left: clamp(30px, 7vw, 74px);
	margin-top: -20px;
	background: white;
	padding: 35px;
	padding: clamp(15px, 3.2vw, 35px);
}

@media (max-width: 767px) {
	.top_copy::before, .value::before {
		width: 200px;
		height: 200px;
	}
	.top_copy p.sub_copy {padding-right: 0;}
	section.value .page_button_area {
		display: block;
		justify-content: center;
	}
	.value::before {top: -6%;}
	.slide_in {transform: translateX(-100vw);}
	section.value .page_button_area a {
		width: 100%;
		padding: 12px 0;
		border-width: 1px;
	}
	section.value .page_button_area a + a {margin-top: 10px;}
	.page_button_area {padding: 0;}
	.sec_h2.circle::before {
		left: -50px;
		width: 75px;
		height: 75px;
		border: 1px solid #00AB95;
	}
}
@media screen and (max-width: 520px) {
	.pc_show {display: none;}
	.sp_show {display: block;}
	.corp_mainVisual .mv_catch {
		top: 40%;
		left: 10px;
	}
	.corp_mainVisual .js_corp_logo {
    max-width: 145px;
    top: 4%;
    left: 4%;
  }
  .sec_h2.circle::before {border-width: 1px;}
	ul.link_list1 {
	  grid-template-columns: repeat(2, 1fr);
	  gap: 13px;
	}
	ul.link_list2 li {height: 220px;}
	ul.link_list2 li a .mask {padding: 10px;}
	ul.num_js {
	  grid-template-columns: repeat(1, 1fr);
	  place-items: center;
	}
}


