@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

:root {
	/* カラー */
	--light-blue: #b9d2e1;
	--blue: #005a91;
	--bg-blue: #f5fafa;
	/* フォントファミリー */
	--zen-old: 'Zen Old Mincho', serif;
	--sorts-mill: "Sorts Mill Goudy", serif;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	color: #232323;
	font-feature-settings: "palt";
}

/* 上書き */
body.recruit-body {
	background: none;
}
header.recruit-header {
	background-image: none;
	width: 100vw;
	color: #40220f;
	padding: 0;
	position: relative;
	top: 0;
	z-index: 10;
}
header.recruit-header::after {
	content: '';
	background: var(--bg-blue);
	width: 77%;
	height: 500px;
	border-bottom-right-radius: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
}

.recruit-header .recruit-header-inner {
	display: block;
	max-width: none;
	padding-left: 48px;
	min-height: 80px;
}

#spMenu.open-menu.recruit-spMenu {
	top: 60px;
}

#menu.recruit-menu {
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	border: 0;
	border-bottom-left-radius: 30px;
}

footer.recruit-footer::before {
	content: none;
}

footer.recruit-footer #footerNavi {
	background: none;
	background-color: var(--blue);
}

@media screen and (max-width: 904px) {
	footer.recruit-footer #footerNavi {
		padding-bottom: 70px;
	}
}

footer.recruit-footer #footerNavi div:first-child > ul > li:nth-child(1) {
	width: 176px;
	padding: 0 60px 0 0;
	border: none;
}

@media screen and (max-width: 640px) {
	footer.recruit-footer #footerNavi div:first-child > ul > li:nth-child(1) {
		width: 100px;
		padding: 0;
	}
}

footer.recruit-footer #footerNavi div:first-child > ul > li {
	border-left: 1px solid #fff;
}

#copy.recruit-copy * {
	color: #fff;
}

.spMenuRecruit {
	position: relative;
	z-index: 10;
}

/* ヘッダー */
.recruit-header .recruit-header-inner {
	display: flex;
	align-items: center;
	column-gap: 18%;
	padding-right: 280px;
}

@media screen and (max-width: 904px) {
	.recruit-header .recruit-header-inner {
		padding-right: 0;
		background-color: #c8d7e1;
		min-height: 60px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
	}
}

.header-nav .nav-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 75px;
}

.header-nav .nav-list > li {
	height: auto;
	border: none;
}

.header-nav .nav-list > li a {
	font-family: var(--zen-old);
	color: var(--blue);
	font-size: 16px;
	font-weight: 600;
	padding: 0;
}

.header-nav .nav-list > li a .en {
	display: block;
	font-family: var(--sorts-mill);
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.header-contact {
	display: flex;
	justify-content: right;
	position: absolute;
	top: 0;
	right: 0;
	max-width: 280px;
	width: 100%;
}

@media screen and (max-width: 904px) {
	.header-contact {
		position: fixed;
		inset: auto;
		bottom: 0;
		right: 0;
		z-index: 10;
		max-width: 240px;
	}
}

.header-contact > li {
	width: 50%;
}

.header-contact > li a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-family: var(--zen-old);
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background-color: var(--blue);
	min-height: 80px;
}

@media screen and (max-width: 904px) {
	.header-contact > li a {
		min-height: 66px;
		line-height: 1.3;
	}
}

.header-contact > li:first-child a {
	border-bottom-left-radius: 40px;
}

@media screen and (max-width: 904px) {
	.header-contact > li:first-child a {
		border-bottom-left-radius: 0;
		border-top-left-radius: 33px;
	}
}

.header-contact > li.light-blue a {
	color: var(--blue);
	background-color: var(--light-blue);
}

.header-contact > li a .en {
	display: block;
	font-family: var(--sorts-mill);
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width: 904px) {
	.header-contact > li a .en {
		order: -1;
	}
}

@media screen and (min-width: 904px) {
	.header-contact > li a:hover {
		transform: scale(1);
		color: #ffe780;
	}
}

/* メインビジュアル */
.fv-panel {
	display: block;
	max-width: 1400px;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	margin-top: 60px;
	margin-inline: auto;
	position: relative;
}

@media screen and (max-width: 960px) {
	.fv-panel {
		padding-right: 10px;
		padding-left: 10px;
		margin-top: 0;
		padding-top: 70px;
	}
}

.fv-list {
	display: flex;
	column-gap: 20px;
}

@media screen and (max-width: 960px) {
	.fv-list {
		column-gap: 10px;
	}
}

.fv-list > li {
	width: calc((100% - 40px - 520px) / 4);
	height: 700px;
	overflow: hidden;
}

@media screen and (max-width: 960px) {
	.fv-list > li {
		width: calc((100% - 30px) / 4);
		height: 255px;
	}
	.fv-list > li:first-child {
		margin-top: 20px;
	}
	.fv-list > li:nth-child(2) {
		margin-top: 40px;
	}
	.fv-list > li:nth-child(3) {
		margin-top: 20px;
	}
}

.fv-list > li:nth-child(2) {
	margin-left: auto;
}

.fv-list > li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: mask 2s forwards;
	transform: translateY(100%);
}

.fv-list > li:first-child img {
	object-position: 45%;
}

.fv-list > li:nth-child(2) img {
	object-position: 25%;
	animation-delay: .2s;
}

.fv-list > li:nth-child(3) img {
	object-position: 60%;
	animation-delay: .4s;
}

.fv-list > li:nth-child(4) img {
	object-position: 20%;
	animation-delay: .6s;
}

@keyframes mask {
	to {
		transform: translateY(0);
	}
}

.fv-catch {
	font-family: var(--zen-old);
	font-size: 94px;
	color: var(--blue);
	font-weight: 600;
	line-height: 1.17;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 22%;
	filter: blur(6px);
	animation: blur 3s forwards;
}

@keyframes blur {
	to {
		filter: blur(0);
	}
}

@media screen and (max-width: 960px) {
	.fv-catch {
		font-size: 80px;
		position: relative;
		inset: auto;
		transform: translateY(0);
		max-width: max-content;
		margin-top: 48px;
		margin-inline: auto;
	}
}

.fv-catch span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 30px;
}

@media screen and (max-width: 960px) {
	.fv-catch span {
		font-size: 18px;
		margin-top: 25px;
	}
}

/* 企業文化 */

#culture {
	margin-top: 60px;
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
}

@media screen and (max-width: 640px) {
	#culture {
		margin-top: 50px;
		padding-top: 67px;
		padding-bottom: 74px;
	}
}

#culture::after {
	content: '';
	display: block;
	background-color: var(--bg-blue);
	border-top-left-radius: 460px;
	border-bottom-left-radius: 200px;
	height: 100%;
	width: 90%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -10;
}

@media screen and (min-width: 1401px) {
	#culture::after {
		width: calc(( 50% - 570px ) + 1140px);
	}
}

@media screen and (max-width: 640px) {
	#culture::after {
		border-top-left-radius: 120px;
	}
}

@media screen and (max-width: 640px) {
	.culture-panel {
		overflow: hidden;
	}
}

.recruit-tit-01 {
	font-family: var(--sorts-mill);
	font-size: 70px;
	color: var(--light-blue);
	line-height: 1.2;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.recruit-tit-01 {
		text-align: right;
	}
}

.recruit-tit-01 .ja {
	display: block;
	font-family: var(--zen-old);
	font-size: 26px;
	font-weight: 600;
	color: var(--blue);
}

.recruit-tit-02 {
	font-family: var(--sorts-mill);
	font-size: 70px;
	color: var(--light-blue);
	line-height: 1.2;
}

.recruit-tit-02 .ja {
	display: block;
	font-family: var(--zen-old);
	font-size: 26px;
	font-weight: 600;
	color: var(--blue);
}

@media screen and (max-width: 640px) {
	.recruit-tit-02.sp-text-center {
		text-align: center;
		margin-inline: auto;
	}
}

.culture-list {
	margin-top: 65px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

@media screen and (max-width: 640px) {
	.culture-list {
		margin-top: -27px;
		gap: 0;
		width: 131%;
		position: relative;
		left: 50%;
		transform: translateX(-48%);
	}
}

.culture-list > li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: var(--blue);
	font-size: 1.4285714285714286vw;
	font-weight: bold;
	text-align: center;
	width: calc(( 100% - 80px ) / 3);
	height: max-content;
	padding-right: 20px;
	padding-left: 20px;
	aspect-ratio: 1 / 1;
	background-color: rgba(255, 255, 255, .8);
	-webkit-filter: drop-shadow(0px 0px 15px rgba(0, 90, 145, .3));
	filter: drop-shadow(0px 0px 15px rgba(0, 90, 145, .3));
	border-radius: 50%;
	opacity: 0;
	transform: translateY(100px);
	transition: opacity 1s, transform 1s ease-in-out;
}

@media screen and (min-width: 1400px) {
	.culture-list > li {
		font-size: 18px
	}
}

.culture-list > li.start {
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 640px) {
	.culture-list > li {
		font-size: 16px;
		width: 50%;
	}
	.culture-list > li:nth-child(odd) {
		margin-top: -104px;
		margin-right: -10px;
	}
	.culture-list > li:first-child {
		margin-top: 0;
	}
	.culture-list > li:nth-child(even) {
		margin-top: 8px;
		margin-left: -10px;
	}
	.culture-list > li:nth-child(2) {
		margin-top: 115px;
	}
	.culture-list > li:last-child {
		margin-bottom: 20px;
	}
}

.culture-list > li img {
	display: block;
	margin-inline: auto;
	max-width: 149px;
	width: 100%;
}

@media screen and (max-width: 640px) {
	.culture-list > li img {
		max-width: 117px;
	}
}

/* こんな方を求めています */
#talent {
	padding-top: 120px;
}

@media screen and (max-width: 640px) {
	#talent {
		padding-top: 52px;
	}
}

.talent-panel {
	display: flex;
	align-items: flex-end;
	gap: 43px 100px;
	max-width: 1050px;
	margin-inline: auto;
	padding-right: 25px;
	padding-left: 25px;
}

@media screen and (max-width: 640px) {
	.talent-panel {
		flex-direction: column-reverse;
	}
}

.talent-panel .img-box {
	flex: 1;
	height: 640px;
	margin: 0;
	margin-left: calc(-50vw + 50%);
	border-top-right-radius: 100px;
	border-bottom-right-radius: 50px;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.talent-panel .img-box {
		height: 396px;
	}
}

.talent-panel .img-box img {
	display: block;
	width: 125%;
	height: 125%;
	object-fit: cover;
	object-position: 100% 0;
	transform-origin: 100% 50%;
	transform: translateX(100%);
	transition: transform 1s ease-in-out;
}

.talent-panel .img-box.start img {
	transform: translateX(0);
}

.talent-panel .text-box {
	width: 45%;
	position: relative;
}

@media screen and (max-width: 640px) {
	.talent-panel .text-box {
		width: 100%;
	}
}

.talent-panel .text-box .profile-img {
	display: block;
	width: 46%;
	position: absolute;
	right: -10%;
	top: -25%;
}

.talent-panel .text-box .profile-img.start {
	animation:shake 0.4s ease;
}

@keyframes shake {
    0%   { transform:rotate(0); }
    16%  { transform:rotate(12deg); }
    32%  { transform:rotate(-10deg); }
    48%  { transform:rotate(8deg); }
    64%  { transform:rotate(-6deg); }
    80%  { transform:rotate(4deg); }
    96%  { transform:rotate(-2deg); }
    100% { transform:rotate(0deg); }
}

@media screen and (max-width: 640px) {
	.talent-panel .text-box .profile-img {
		width: 100%;
		max-width: 204px;
		margin-inline: auto;
		position: relative;
		inset: auto;
	}
}

.talent-list {
	margin-top: 53px;
}

@media screen and (max-width: 640px) {
	.talent-list {
		margin-top: 40px;
	}
}

.talent-list > li {
	font-size: 22px;
	font-weight: bold;
	position: relative;
	padding-left: 30px;
}

.talent-list > li + li {
	margin-top: .5em;
}

.talent-list > li::before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background-color: #ffe780;
	position: absolute;
	left: 0;
	top: 10px;
}

.talent-list > li::after {
	content: '';
	display: block;
	width: 15px;
	height: 5px;
	position: absolute;
	left: 5px;
	top: 15px;
	border-left-width: 3px;
	border-bottom-width: 3px;
	transform: translateY(-50%);
	transform: rotate(-45deg);
}

.talent-list.start > li::after {
	animation: check .3s ease-in-out forwards;
}

.talent-list > li:nth-child(2)::after {
	animation-delay: .3s;
}

.talent-list > li:nth-child(3)::after {
	animation-delay: .6s;
}

.talent-list > li:nth-child(4)::after {
	animation-delay: .9s;
}

@keyframes check {
	50% {
		border-left-style: solid;
		border-left-color: var(--blue);
	}
	100% {
		border-left-style: solid;
		border-left-color: var(--blue);
		border-bottom-style: solid;
		border-bottom-color: var(--blue);
	}
}

.recruit-text-01 {
	font-size: 18px;
	font-weight: 500;
	color: var(--blue);
	margin-top: 65px;
}

@media screen and (max-width: 640px) {
	.recruit-text-01 {
		margin-top: 40px;
	}
}

#detail {
	padding-top: 127px;
}

@media screen and (max-width: 640px) {
	#detail {
		padding-top: 88px;
	}
}

.detail-panel {
	display: flex;
	gap: 64px 73px;
}

@media screen and (max-width: 640px) {
	.detail-panel {
		flex-direction: column;
	}
}

.detail-panel .recruit-tit-02 {
	width: max-content;
}

.detail-panel .inner {
	flex: 1;
	margin-top: 92px;
}

@media screen and (max-width: 640px) {
	.detail-panel .inner {
		margin-top: 0;
	}
}

.recruit-tit-03 {
	color: var(--blue);
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--blue);
}

.detail-requirements {
	display: flex;
	column-gap: 80px;
	border-bottom: 1px solid var(--light-blue);
	padding-top: 60px;
	padding-bottom: 40px;
}

@media screen and (max-width: 640px) {
	.detail-requirements {
		padding-top: 30px;
		flex-direction: column;
	}
}

.detail-requirements > .detail {
	width: calc((100% - 80px) / 2);
}

@media screen and (max-width: 640px) {
	.detail-requirements > .detail {
		width: 100%;
	}
	.detail-requirements > .detail + .detail {
		margin-top: 40px;
		padding-top: 40px;
		border-top: 1px solid var(--light-blue);
	}
	.detail-requirements > .detail.bb + .detail.bb {
		margin-top: 0;
		margin-bottom: 0;
		border-top: 0;
	}
}

.detail-requirements > .detail.bb {
	padding-bottom: 40px;
	border-bottom: 1px solid var(--light-blue);
}

.detail-requirements > .detail .tit {
	font-size: 18px;
	font-weight: 500;
	color: var(--blue);
}

.detail-requirements > .detail .text {
	font-size: 16px;
	margin-top: 17px;
}

.detail-requirements > .detail .text + .tit {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid var(--light-blue);
}

.detail-requirements + .recruit-tit-03 {
	margin-top: 100px;
}

.detail-text-01 {
	font-size: 16px;
	font-weight: bold;
	color: var(--blue);
	margin-top: 40px;
}

#company {
	margin-top: 143px;
	margin-bottom: 100px;
	padding-top: 175px;
	padding-bottom: 145px;
	position: relative;
}

@media screen and (max-width: 640px) {
	#company {
		margin-top: 61px;
		margin-bottom: 40px;
		padding-top: 68px;
		padding-bottom: 53px;
	}
}

#company::after {
	content: '';
	display: block;
	background-color: var(--bg-blue);
	border-top-left-radius: 460px;
	border-bottom-left-radius: 200px;
	height: 100%;
	width: 90%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -10;
}

@media screen and (min-width: 1401px) {
	#company::after {
		width: calc(( 50% - 570px ) + 1140px);
	}
}

@media screen and (max-width: 640px) {
	#company::after {
		border-top-left-radius: 80px;
		border-bottom-left-radius: 60px;
		width: 95%;
	}
}

.company-panel {
	max-width: 610px;
}

.company-summary {
	margin-top: 100px;
}

@media screen and (max-width: 640px) {
	.company-summary {
		margin-top: 44px;
	}
}

.company-summary .detail {
	display: flex;
	gap: 8px 15px;
}

@media screen and (max-width: 640px) {
	.company-summary .detail {
		flex-direction: column;
	}
}

.company-summary .detail + .detail {
	margin-top: 40px;
}

.company-summary .detail .tit {
	font-size: 16px;
	font-weight: 500;
	color: var(--blue);
	width: 14em;
}

.company-summary .detail .text {
	font-size: 16px;
	flex: 1;
}

.company-summary .detail .text p + p {
	margin-top: 20px;
}