@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #2B2B2B;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: #EAF2F5;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body.open,
body.modal_open {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
.wrapper {
	overflow: hidden;
}
.wrapper::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bg_01.png) no-repeat center top;
}
.wrapper.detail::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/recruit_bg_01.png) no-repeat center top;
}
a {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1350px) {
	html {
		font-size: .7407vw;
	}
}
@media only screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	img {
		width: 100%;
	}
	html {
		font-size: 2.6667vw;
	}
	.wrapper::before {
		background: url(../img/bg_01-sp.png) no-repeat center top / 100% auto;
	}
}

/* font
----------------------------------------*/
.en {
	font-family: "Albert Sans", "Zen Kaku Gothic New", sans-serif;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header {
	padding: 2.2rem 3rem 0 4.2rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
}
.header_inner {
	display: flex;
}
.header_logo {
	width: 25.1rem;
	margin-top: 1.1rem;
}
.header_menu {
	display: none;
}
@media only screen and (max-width: 768px) {
	.header {
		padding: 0 0 0 2rem;
	}
	.header_menu {
		appearance: none;
		width: 6rem;
		height: 6rem;
		border: 0;
		background: #004AAD;
		border-radius: 0 0 0 1rem;
		padding: 0;
		margin: 0;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		outline: none;
		z-index: 1000;
		transition: background .3s;
	}
	.open .header_menu {
		background: #fff;
	}
	.header_menu::before,
	.header_menu::after {
		content: '';
	}
	.header_menu::before,
	.header_menu::after,
	.header_menu span {
		display: block;
		width: 2.6rem;
		height: .2rem;
		background: #fff;
		position: absolute;
		left: 0;
		right: 0;
		top: 1.5rem;
		margin: 0 auto;
		transition: background .3s, transform .3s, top .3s;
	}
	.open .header_menu::before,
	.open .header_menu::after {
		width: 2.6rem;
		height: .2rem;
		background: #004AAD;
		top: 2.3rem;
		transform: rotate(30deg);
	}
	.open .header_menu::after {
		transform: rotate(-30deg);
	}
	.open .header_menu span {
		background: transparent;
	}
	.header_menu span::before {
		content: 'MENU';
		display: block;
		color: #fff;
		font-weight: 900;
		font-size: 1.1rem;
		letter-spacing: .05em;
		position: absolute;
		left: -1rem;
		right: -1rem;
		bottom: -2.8rem;
		text-align: center;
	}
	.open .header_menu span::before {
		content: 'CLOSE';
		color: #004AAD;
		bottom: -2.6rem;
	}
	.header_menu span {
		top: 2.3rem;
	}
	.header_menu::after {
		top: 3.1rem;
	}
	.header_logo {
		width: 18.14rem;
		margin-top: 2rem;
	}
}

/*gnav
----------------------------------------*/
.gnav {
	margin: 0 0 0 auto;
	display: flex;
	gap: 3.8rem;
	justify-content: flex-end;
}
.gnav ul {
	display: flex;
	align-items: center;
	gap: 2.6rem;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .05em;
	margin-bottom: .4rem;
}
.gnav_btn {
	width: 11.4rem;
	height: 5.1rem;
	border-radius: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #004AAD;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 900;
	letter-spacing: .05em;
}
@media only screen and (max-width: 768px) {
	.gnav {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 74, 173, .95);
		overflow: auto;
		padding-top: 12.1rem;
		transition: transform .3s;
		transform: translateX(100%);
		pointer-events: none;
	}
	.open .gnav {
		transform: translateX(0);
		pointer-events: all;
	}
	.gnav ul {
		display: block;
		color: #fff;
		text-align: center;
		font-size: 1.8rem;
		margin-bottom: 4.9rem;
	}
	.gnav ul li + li {
		margin-top: 3.9rem;
	}
	.gnav_btn {
		width: 16rem;
		margin: 0 auto;
		background: #fff;
		color: #004AAD;
		font-size: 1.5rem;
	}
}

/*mv
----------------------------------------*/
.mv {
	padding: 19.5rem 0 0;
}
.mv_inner {
	max-width: 132.6rem;
	margin: 0 auto;
}
.mv_ttl {
	width: 72.2rem;
	height: 72.2rem;
	background: url(../img/mv_ttl_bg.svg) no-repeat left top / 100% auto;
	margin: 0 0 0 auto;
	padding-top: 30.5rem;
	color: #fff;
	gap: 4rem;
	font-size: 2rem;
	letter-spacing: .05em;
	font-weight: 700;
	text-align: center;
	z-index: 2;
}
.mv_ttl img {
	width: 46rem;
	margin: 0 auto 8.7rem;
}
.mv_scroll {
	position: absolute;
	bottom: 19.8rem;
	left: 1.8rem;
}
.mv_scroll .en {
	font-size: 1rem;
	writing-mode: vertical-rl;
	letter-spacing: .05em;
	color: #004AAD;
}
.mv_scroll_bar {
	width: .1rem;
	height: 8rem;
	display: block;
	margin: 0 auto 1.2rem;
	overflow: hidden;
}
.mv_scroll_bar::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32rem;
	background: linear-gradient(to bottom, rgba(0,74,172,1) 0%,rgba(65,180,214,0) 25%,rgba(0,74,172,1) 50%,rgba(65,180,214,0) 75%, rgba(0,74,172,1) 100%);
	animation-fill-mode: forwards;
	animation-duration: 1s;
	animation-name: mv_scroll;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.mv_circle {
	position: static;
}
.mv_circle > div {
	opacity: 0;
	transition-property: opacity;
	transition-duration: .5s;
}
.loaded .mv_circle > div {
	opacity: 1;
	animation-fill-mode: forwards;
	animation-duration: 8s;
	animation-name: mv_circle;
	animation-iteration-count: infinite;
}
.mv_circle_01 {
	width: 29.4rem;
	height: 29.4rem;
	border-radius: 50%;
	background: linear-gradient(135deg, #5ce1e6 0%,#4b39af 100%);
	opacity: .11;
	filter: blur(1.9rem);
	position: absolute;
	top: -7.4rem;
	left: calc(50% - 51.3rem);
	z-index: -1;
	animation-delay: -.5s;
}
.loaded .mv_circle_01 {
	opacity: .11 !important;
}
.mv_circle_02 {
	width: 34rem;
	height: 34rem;
	border-radius: 50%;
	background: linear-gradient(135deg, #97F6D9 15%,#46DAFF 100%);
	position: absolute;
	top: 9.5rem;
	left: calc(50% - 5.9rem);
	z-index: -1;
	animation-delay: -1s;
	transition-delay: .2s;
}
.mv_circle_03 {
	width: 14.7rem;
	height: 14.7rem;
	border-radius: 50%;
	border: .2rem solid #B2CAFF;
	position: absolute;
	top: 10.2rem;
	left: calc(50% - 5.9rem);
	z-index: -1;
	animation-delay: -1.5s;
	transition-delay: .4s;
}
.mv_circle_04 {
	width: 25.5rem;
	height: 25.5rem;
	border-radius: 50%;
	border: .2rem solid #B2CAFF;
	position: absolute;
	top: 9.5rem;
	left: calc(50% + 56.7rem);
	filter: blur(.3rem);
	z-index: -1;
	animation-delay: -2s;
	transition-delay: .6s;
}
.mv_circle_05 {
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 50%;
	position: absolute;
	top: 35.5rem;
	left: calc(50% - 58.4rem);
	background: #004AAC;
	animation-delay: -2.5s;
	transition-delay: .8s;
}
.mv_circle_06 {
	width: 8.1rem;
	height: 8.1rem;
	border-radius: 50%;
	position: absolute;
	top: 40rem;
	left: calc(50% - 70.2rem);
	opacity: .57;
	filter: blur(1.4rem);
	background: #004AAC;
	z-index: -1;
	animation-delay: -3s;
	transition-delay: 1s;
}
.loaded .mv_circle_06 {
	opacity: .57 !important;
}
.mv_circle_07 {
	width: 89rem;
	position: absolute;
	top: 23rem;
	left: calc(50% - 5.5rem);
	z-index: -1;
	animation-name: mv_circle_02 !important;
	animation-delay: -3.5s;
	transition-delay: .9s;
}
.mv_circle_08 {
	width: 29.4rem;
	height: 29.4rem;
	border-radius: 50%;
	background: linear-gradient(135deg, #5CE1E6 20%,#4B39AF 100%);
	opacity: .47;
	filter: blur(.5rem);
	position: absolute;
	top: 54.5rem;
	left: calc(50% - 69.7rem);
	z-index: -1;
	animation-delay: -4s;
	transition-delay: .7s;
}
.loaded .mv_circle_08 {
	opacity: .47 !important;
}
.mv_circle_09 {
	width: 5.3rem;
	height: 5.3rem;
	border-radius: 50%;
	background: linear-gradient(135deg, #5CE1E6 20%,#4B39AF 100%);
	opacity: .39;
	filter: blur(.5rem);
	position: absolute;
	top: 51.9rem;
	left: calc(50% - 49.6rem);
	z-index: -1;
	animation-delay: -4.5s;
	transition-delay: .5s;
}
.loaded .mv_circle_09 {
	opacity: .39 !important;
}
.mv_circle_10 {
	width: 21.8rem;
	height: 21.8rem;
	border-radius: 50%;
	border: .2rem solid #B2CAFF;
	position: absolute;
	top: 52.6rem;
	left: calc(50% - 49.6rem);
	z-index: -1;
	animation-delay: -5s;
	transition-delay: .3s;
}
.mv_circle_11 {
	width: 9.9rem;
	height: 9.9rem;
	border-radius: 50%;
	background: #5CE1E6;
	position: absolute;
	top: 71.5rem;
	left: calc(50% - 30.7rem);
	z-index: -1;
	animation-delay: -5.5s;
	transition-delay: .1s;
}
.mv_circle_12 {
	width: 18.4rem;
	position: absolute;
	top: 12.8rem;
	left: calc(50% - 36.3rem);
	z-index: -1;
	animation-delay: -6s;
	transition-delay: .2s;
}
.loaded .mv_circle_12 {
	opacity: .73 !important;
}
.mv_circle_13 {
	width: 15.9rem;
	position: absolute;
	top: 27.6rem;
	left: calc(50% - 52.9rem);
	z-index: -1;
	animation-delay: -6.5s;
	transition-delay: .4s;
}
.loaded .mv_circle_13 {
	opacity: .91 !important;
}
.mv_circle_14 {
	width: 30.5rem;
	position: absolute;
	top: 34.7rem;
	left: calc(50% - 34.1rem);
	animation-delay: -7s;
	transition-delay: .6s;
}
.mv_circle_15 {
	width: 12.7rem;
	position: absolute;
	top: 51.4rem;
	left: calc(50% - 60.1rem);
	animation-delay: -7.5s;
	transition-delay: .8s;
}
.loaded .mv_circle_15 {
	opacity: .88 !important;
}
.mv_circle_16 {
	width: 10.2rem;
	position: absolute;
	top: 67.5rem;
	left: calc(50% - 15.2rem);
	opacity: .47;
	animation-delay: -8s;
	transition-delay: 1s;
}
.loaded .mv_circle_16 {
	opacity: .47 !important;
}
.mv_circle_17 {
	width: 8.7rem;
	height: 8.7rem;
	border-radius: 50%;
	border: .2rem solid #fff;
	position: absolute;
	top: 89.1rem;
	left: calc(50% + 50.8rem);
	transition-delay: .9s;
}
@keyframes mv_scroll {
	0% {
		transform: none;
	}
	100% {
		transform: translateY(16rem);
	}
}
@keyframes mv_circle {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(20%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes mv_circle_02 {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(5%);
	}
	100% {
		transform: translateY(0);
	}
}
@media only screen and (max-width: 768px) {
	.mv {
		padding: 33.6rem 0 0;
	}
	.mv_ttl {
		width: 32.8rem;
		height: 38.6rem;
		margin: 0 -4.5rem 0 9.2rem;
		padding-top: 12.5rem;
		font-size: 1rem;
	}
	.mv_ttl img {
		width: 21rem;
		margin: 0 auto 3rem;
	}
	.mv_scroll {
		display: none;
	}
	.mv_circle_01 {
		display: none;
	}
	.mv_circle_02 {
		width: 14.9rem;
		height: 14.9rem;
		top: 30.9rem;
		left: 24.9rem;
	}
	.mv_circle_03 {
		width: 8.1rem;
		height: 8.1rem;
		top: 4.9rem;
		left: 16rem;
	}
	.mv_circle_04 {
		width: 14rem;
		height: 14rem;
		top: 13rem;
		left: 30.5rem;
	}
	.mv_circle_05,
	.mv_circle_06,
	.mv_circle_08,
	.mv_circle_09,
	.mv_circle_10 {
		display: none;
	}
	.mv_circle_07 {
		width: 40rem;
		top: 16rem;
		left: 17rem;
	}
	.mv_circle_11 {
		width: 5rem;
		height: 5rem;
		top: 44.6rem;
		left: 1.6rem;
	}
	.mv_circle_12 {
		width: 9.2rem;
		top: 7.5rem;
		left: 20.3rem;
	}
	.mv_circle_13 {
		width: 10.7rem;
		top: 10.9rem;
		left: 5.6rem;
	}
	.mv_circle_14 {
		width: 16rem;
		top: 20.9rem;
		left: 20rem;
	}
	.mv_circle_15 {
		width: 9.7rem;
		top: 24.3rem;
		left: 2.8rem;
	}
	.mv_circle_16 {
		width: 5.6rem;
		top: 37.4rem;
		left: 4.9rem;
	}
	.mv_circle_17 {
		display: none;
	}
}

/*intro
----------------------------------------*/
.intro {
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: .05em;
	font-weight: 700;
	line-height: 2.7273;
	padding: 8.2rem 0;
	overflow: hidden;
}
.intro::before {
	content: '';
	display: block;
	width: 152.5rem;
	height: 152.5rem;
	background: url(../img/intro_bg.png) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 30.5rem;
	margin: 0 auto;
}
.intro h2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 6.1rem;
	overflow: hidden;
	font-size: 17.8rem;
	letter-spacing: .05em;
	opacity: .73;
	color: #fff;
	display: flex;
	white-space: nowrap;
}
.intro h2 span {
	display: block;
}
.loaded .intro h2 span {
	animation-fill-mode: forwards;
	animation-duration: 30s;
	animation-name: intro_ttl;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.intro p + p {
	margin-top: 6rem;
}
.intro_circle {
	position: static;
}
.loaded .intro_circle > div {
	animation-fill-mode: forwards;
	animation-duration: 8s;
	animation-name: mv_circle;
	animation-iteration-count: infinite;
}
.intro_circle_01 {
	width: 22.9rem;
	height: 22.9rem;
	border-radius: 50%;
	border: .2rem solid #fff;
	position: absolute;
	top: 48.5rem;
	left: calc(50% + 31.4rem);
}
.intro_circle_02 {
	width: 14.3rem;
	height: 14.3rem;
	border-radius: 50%;
	border: .2rem solid #ABEDFB;
	position: absolute;
	top: 69.1rem;
	left: calc(50% - 59.1rem);
	animation-delay: .5s;
}
.intro_circle_03 {
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 50%;
	background: #4B90E6;
	opacity: .16;
	position: absolute;
	top: 68.1rem;
	left: calc(50% - 50.3rem);
	animation-delay: 1s;
}
.intro_circle_04 {
	width: 3.9rem;
	height: 3.9rem;
	border-radius: 50%;
	background: #5CE1E6;
	position: absolute;
	top: 130.7rem;
	left: calc(50% - 56.5rem);
	animation-delay: 1.5s;
}
.intro_circle_05 {
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 50%;
	border: .2rem solid #5CE1E6;
	position: absolute;
	top: 136.5rem;
	left: calc(50% - 52.2rem);
	animation-delay: 2s;
}
.intro_circle_06 {
	width: 10.5rem;
	height: 10.5rem;
	border-radius: 50%;
	border: .2rem solid #ABEDFB;
	position: absolute;
	top: 144.4rem;
	left: calc(50% + 47.4rem);
	animation-delay: 2.5s;
}
@keyframes intro_ttl {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
@media only screen and (max-width: 768px) {
	.intro {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 2.25;
		padding: 7.2rem 0 4rem;
	}
	.intro::before {
		width: 100%;
		height: 96.5rem;
		background: url(../img/intro_bg-sp.png) no-repeat center top / 100% auto;
		top: 47rem;
	}
	.intro h2 {
		font-size: 12rem;
	}
	.intro p + p {
		margin-top: 3.6rem;
	}
	.intro_circle {
		display: none;
	}
}

/*active
----------------------------------------*/
.active {
	padding: 8.1rem 0 15rem;
}
.active::before {
	content: '';
	display: block;
	background: url(../img/active_bg_01.svg) no-repeat left top / 100% auto;
	width: 14.5069rem;
	height: 15.1518rem;
	position: absolute;
	top: 14.1rem;
	left: calc(50% + 42.2rem);
}
.active_inner {
	max-width: 108.8rem;
	margin: 0 auto;
}
.active h2 {
	font-size: 4rem;
	font-weight: 900;
	color: #004AAD;
	line-height: 1.75;
	letter-spacing: .05em;
	margin: 0 4.3rem 1.6rem;
}
.active_txt {
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0 4.3rem;
	letter-spacing: .05em;
}
.active_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.6rem;
	margin: 6.7rem 0 7.4rem;
}
.active_list li {
	width: 26rem;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
.active_list li a {
	display: block;
}
.active_list_txt {
	position: absolute;
	top: 2.7rem;
	left: 0;
	width: 100%;
	text-align: center;
}
.active_list_txt h3 {
	font-size: 2rem;
	color: #004AAD;
	line-height: 1.45;
	letter-spacing: .05em;
	margin-bottom: .7rem;
}
li:nth-child(n+3) .active_list_txt h3 {
	margin-bottom: .3rem;
}
.active_list figure {
	aspect-ratio: 1 / 1;
}
.active_list_txt p {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.625;
}
.active_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 108.4rem;
	height: 10rem;
	letter-spacing: .05em;
	background: #004AAD;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	border-radius: 1rem;
	margin: 0 auto;
}
.active_btn::before {
	content: '';
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3.6rem;
	margin: auto 0;
}
.active_btn::after {
	content: '';
	display: block;
	width: .6rem;
	height: .6rem;
	border-top: .2rem solid #004AAD;
	border-right: .2rem solid #004AAD;
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5rem;
	margin: auto 0;
}
@media only screen and (max-width: 768px) {
	.active {
		padding: 4rem 0 5rem;
	}
	.active::before {
		display: none;
	}
	.active_inner {
		margin: 0 1.5rem;
	}
	.active h2 {
		font-size: 2.8rem;
		margin: 0 0 1.6rem;
	}
	.active_txt {
		margin: 0;
	}
	.active_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
		margin: 4rem 0;
	}
	.active_list li {
		width: auto;
	}
	.active_list_txt {
		top: 1.8rem;
	}
	.active_list_txt h3 {
		font-size: 1.3rem;
		margin-bottom: .4rem;
		line-height: 1.3;
	}
	.active_list_txt p {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.active_btn {
		height: 6rem;
		font-size: 2rem;
	}
	.active_btn::before {
		width: 2.4rem;
		height: 2.4rem;
		right: 2rem;
	}
	.active_btn::after {
		width: .4rem;
		height: .4rem;
		right: 2.9rem;
	}
}

/*business
----------------------------------------*/
.business {
	padding: 9.1rem 0 8.6rem;
}
.business::before {
	content: '';
	display: block;
	width: 72.4rem;
	height: 64.7rem;
	background: url(../img/business_bg_01.png) no-repeat left top / 100% auto;
	position: absolute;
	top: -11.3rem;
	left: calc(50% + 21.4rem);
}
.business_en {
	position: absolute;
	font-size: 17.8rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: .05em;
	opacity: .73;
	position: absolute;
	left: -14.3rem;
	top: -12.5rem;
	line-height: 1;
}
.business::before {
	padding: 9.1rem 0;
}
.business_inner {
	max-width: 102.4rem;
	margin: 0 auto;
	padding-left: .8rem;
}
.business h2 {
	font-size: 4rem;
	letter-spacing: .05em;
	font-weight: 900;
	margin-bottom: 5.1rem;
}
.business h3 {
	font-size: 3rem;
	color: #004AAD;
	letter-spacing: .05em;
	margin-bottom: 5.9rem;
}
.business h3 .en {
	font-size: 1.8rem;
	letter-spacing: .05em;
	display: block;
	color: #2B2B2B;
	margin-bottom: 1.7rem;
}
.business_txt {
	font-size: 1.6rem;
	letter-spacing: .05em;
	line-height: 2.875;
	font-weight: 500;
}
.business figure {
	width: 51.2rem;
	aspect-ratio: 512 / 595;
	position: absolute;
	right: -1.4rem;
	top: 11.3rem;
	z-index: 2;
}
@media only screen and (max-width: 768px) {
	.business {
		padding: 4.5rem 0 0;
	}
	.business::before {
		display: none;
	}
	.business_en {
		font-size: 7rem;
		left: -1.5rem;
		top: -4.5rem;
	}
	.business_inner {
		margin: 0 1.5rem;
		padding-left: 0;
	}
	.business h2 {
		font-size: 2.8rem;
		margin-bottom: 3rem;
	}
	.business h3 {
		font-size: 2.5rem;
		margin-bottom: 3rem;
	}
	.business h3 .en {
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
	.business_txt {
		font-size: 1.5rem;
		line-height: 2.2;
		margin-bottom: 3rem;
	}
	.business figure {
		width: 12rem;
		right: 0;
		top: .6rem;
		margin-bottom: -3rem;
	}
}

/*expert
----------------------------------------*/
.expert {
	padding: 11.7rem 0 11.3rem;
}
.expert_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.expert_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.expert h2 {
	text-align: center;
	font-size: 1.8rem;
	color: #004AAD;
	letter-spacing: .05em;
	margin-bottom: 4.5rem;
}
.expert_inner {
	max-width: 109.8rem;
	margin: 0 auto;
}
.expert_item {
	max-width: 84.7rem;
	border-radius: 3.5rem;
	margin: 0 0 0 auto;
	padding: 0 0 0 6.85rem;
}
.expert_item p {
	font-size: 1.6rem;
	letter-spacing: .05em;
	font-weight: 500;
	line-height: 2.875;
}
.expert_item p + p {
	margin-top: 2.5rem;
}
.expert_item figure:nth-child(1) {
	width: 34rem;
	position: absolute;
	top: -3rem;
	left: -27.1rem;
}
.expert_item:nth-of-type(2n) figure {
	width: 33.1rem;
	left: auto;
	right: -13.5rem;
	top: -2.9rem;
}
.expert_item figure:nth-of-type(2) {
	width: 31.2rem;
	aspect-ratio: 1 / 1;
	margin: 0 0 2rem auto;
}
@media only screen and (min-width: 769px) {
	.expert_item:nth-of-type(2n) {
		max-width: 96.2rem;
		margin: 0;
		padding: 5.1rem 25rem 6.2rem 5.5rem;
	}
	.expert_item + .expert_item {
		margin-top: 12rem;
	}
}
@media only screen and (max-width: 768px) {
	.expert {
		padding: 5.7rem 0;
	}
	.expert h2 {
		margin-bottom: 12rem;
	}
	.expert_inner {
		margin: 0 1.5rem;
	}
	.expert_item {
		border-radius: 2rem;
		margin: 0;
		padding: 10rem 0 0;
	}
	.expert_item:nth-of-type(2n) {
		padding: 10rem 0 3rem;
	}
	.expert_item p {
		font-size: 1.5rem;
		line-height: 2.2;
		text-align: justify;
	}
	.expert_item figure:nth-child(1) {
		width: 20rem;
		top: -5rem;
		left: auto;
		right: 0;
	}
	.expert_item:nth-of-type(1) figure:nth-child(1) {
		width: 22rem;
		left: 0;
		right: auto;
		top: -5rem;
	}
	.expert_item:nth-of-type(2n) {
		padding: 0;
	}
	.expert_item:nth-of-type(2n) figure {
		width: 14.1rem;
		margin: 1.5rem 0 1.5rem auto;
		position: relative;
		top: auto;
	}
}

/*point
----------------------------------------*/
.point {
	padding: 0 0 8.5rem;
}
.point h2 {
	text-align: center;
	font-size: 3.6rem;
	letter-spacing: .05em;
	color: #004AAD;
	margin-bottom: 5rem;
}
.point h2 .en {
	display: block;
	font-size: 1.8rem;
	letter-spacing: .05em;
	color: #2B2B2B;
	margin-top: 1.7rem;
}
.point_inner {
	max-width: 108.8rem;
	margin: 0 auto;
}
.point_item {
	display: flex;
	align-items: flex-start;
	padding: 0 0 0 4.5rem;
}
.point_item + .point_item {
	border-top: .2rem solid #C3D4EB;
	margin-top: 5.9rem;
	padding-top: 4rem;
}
.point_item figure {
	width: 9.3rem;
}
.point_item figure img {
	aspect-ratio: 1 / 1;
	position: relative;
}
.point_item figure::before {
	content: '';
	display: block;
	width: 11.9rem;
	height: 11.9rem;
	border-radius: 50%;
	position: absolute;
	top: -1.3rem;
	left: -1.3rem;
	opacity: .05;
	background: linear-gradient(135deg, #5CE1E6 20%,#4B39AF 100%);
	filter: blur(1.4rem);
}
.point_box {
	flex: 1;
	padding: .9rem 0 0 3.9rem;
}
.point h3,
.point_box h4 {
	font-size: 1.8rem;
	letter-spacing: .05em;
	color: #004AAD;
	margin-bottom: 1.4rem;
}
.point_box p {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2.125;
}
.point_graph {
	max-width: 93.6rem;
	margin: 9.2rem auto 0;
	border-radius: 3.5rem;
	background: linear-gradient(to bottom, rgba(255, 255, 255, .56) 0%, rgba(236, 243, 246, 1) 100%);
	padding: 3.5rem 4.5rem 3.6rem;
}
.point_graph h3 {
	text-align: center;
	font-size: 3rem;
	margin-bottom: 2.8rem;
}
.point_graph h3 span {
	display: block;
	font-size: 1.8rem;
	letter-spacing: .05em;
	color: #2B2B2B;
	margin: 1rem;
}
.point_graph p {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .05em;
	margin-top: 1.9rem;
}
.point_graph figure {
	max-width: 74.7rem;
	aspect-ratio: 747 / 433;
	margin: -1.8rem auto 0;
}
@media only screen and (max-width: 768px) {
	.point h2 {
		font-size: 2.8rem;
	}
	.point h2 .en {
		font-size: 1.6rem;
		margin-top: 1rem;
	}
	.point {
		padding: 0 0 5rem;
	}
	.point_inner {
		margin: 0 1.5rem;
	}
	.point_item {
		display: block;
		padding: 0;
	}
	.point_item + .point_item {
		margin-top: 3rem;
		padding-top: 3rem;
	}
	.point_item figure {
		width: 9rem;
		margin: 0 auto 1rem;
	}
	.point_item figure::before {
		width: 10rem;
		height: 10rem;
		top: -.5rem;
		left: -.5rem;
	}
	.point_box {
		padding: .9rem 0 0;
	}
	.point_box h3 {
		text-align: center;
	}
	.point_box h3,
	.point_box h4 {
		font-size: 1.7rem;
	}
	.point_box p {
		font-size: 1.5rem;
	}
	.point_graph {
		margin: 4rem auto 0;
		border-radius: 2rem;
		padding: 2rem 1.5rem;
	}
	.point_graph h3 {
		font-size: 2.4rem;
		margin-bottom: 2rem;
	}
	.point_graph h3 span {
		font-size: 1.5rem;
	}
	.point_graph p {
		font-size: 1.5rem;
		margin-top: 1rem;
	}
	.point_graph figure {
		margin: -.8rem auto 0;
	}
}

/*technology
----------------------------------------*/
.technology {
	margin-bottom: 22.6rem;
}
.technology h2 {
	text-align: center;
	font-size: 3.6rem;
	letter-spacing: .05em;
	color: #004AAD;
}
.technology h2 .en {
	display: block;
	font-size: 1.8rem;
	letter-spacing: .05em;
	color: #2B2B2B;
	margin-top: 1.7rem;
}
.technology_btn {
	max-width: 75.845rem;
	aspect-ratio: 758 / 514;
	margin: 10.3rem auto 0;
	left: -.9rem;
}
.technology_btn_click {
	width: 11.7rem;
	height: 11.7rem;
	position: absolute;
	top: -2.68rem;
	left: 3.96rem;
}
.technology_btn_click::before {
	content: '';
	display: block;
	width: 11.7rem;
	height: 11.7rem;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .39;
	background: linear-gradient(135deg, #5CE1E6 20%,#4B39AF 100%);
	filter: blur(2.2rem);
}
.technology_btn_click:nth-of-type(2) {
	top: 9.55rem;
	left: 28.56rem;
}
.technology_btn_click:nth-of-type(3) {
	top: -6.39rem;
	left: 53.06rem;
}
.technology_btn a {
	display: block;
	width: 11.7rem;
	height: 11.7rem;
	border-radius: 50%;
	padding-top: 1.98rem;
	background: #fff;
	color: #004AAD;
	transition: background .3s, color .3s;
}
.technology_btn a img {
	width: 4.9629rem;
	margin: 0 auto .4rem;
	transition: filter .3s;
}
.technology_btn_click:nth-of-type(1) a img {
	width: 4.8348rem;
	margin: .4rem auto .8rem;
}
.technology_btn_click:nth-of-type(3) a img {
	width: 4.2444rem;
	margin: .2rem auto 1rem;
}
.technology_btn a span {
	display: block;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .05em;
}
.technology_btn a span::after {
	content: '';
	display: inline-block;
	width: .4rem;
	height: .4rem;
	border-top: .2rem solid #004AAD;
	border-right: .2rem solid #004AAD;
	transform: rotate(45deg);
	margin-left: .3rem;
	vertical-align: .3rem;
	transition: border-color .3s;
}
.technology_other {
	width: 53.9rem;
	height: 46.5rem;
	background: url(../img/technology_bg_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	right: -17rem;
	bottom: -13.5rem;
	padding: 7.8rem 0 0 6rem;
}
.technology_other h3 {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6667;
	letter-spacing: .05em;
	color: #004AAD;
	margin-bottom: 1.1rem;
	position: absolute;
	top: 0;
	right: 1.2rem;
	width: 27.2rem;
	height: 30.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.technology_other dl {
	width: 32.9rem;
	height: 32.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 1.4rem;
	line-height: 1.4286;
	letter-spacing: .05em;
}
.technology_other dt {
	font-weight: 700;
	margin-bottom: 1.4rem;
}
@media (hover:hover) {
	.technology_btn a:hover {
		opacity: 1;
		background: #004AAD;
		color: #fff;
	}
	.technology_btn a:hover img {
		filter: brightness(0) invert(1);
	}
	.technology_btn a:hover span::after {
		border-color: #fff;
	}
}
@media only screen and (max-width: 768px) {
	.technology {
		margin-bottom: 5rem;
	}
	.technology h2 {
		font-size: 2.8rem;
	}
	.technology h2 .en {
		font-size: 1.6rem;
		margin-top: 1rem;
	}
	.technology_btn {
		margin: 8rem auto 0;
		left: auto;
	}
	.technology_btn_click {
		width: 7rem;
		height: 7rem;
		top: -3.68rem;
		left: .8rem;
	}
	.technology_btn_click::before {
		width: 8.5rem;
		height: 8.5rem;
	}
	.technology_btn_click:nth-of-type(2) {
		top: 1.9rem;
		left: 12.9rem;
	}
	.technology_btn_click:nth-of-type(3) {
		top: -6rem;
		left: 25.2rem;
	}
	.technology_btn a {
		width: 8.5rem;
		height: 8.5rem;
		padding-top: .98rem;
	}
	.technology_btn a img {
		width: 4rem;
		margin: .2rem auto .1rem;
	}
	.technology_btn_click:nth-of-type(1) a img {
		width: 4rem;
		margin: .4rem auto .3rem;
	}
	.technology_btn_click:nth-of-type(3) a img {
		width: 4rem;
		margin: .2rem auto .3rem;
	}
	.technology_btn a span {
		font-size: 1.5rem;
	}
	.technology_btn a span::after {
		vertical-align: .2rem;
	}
	.technology_other {
		width: 37.5rem;
		height: 32.55rem;
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: -8rem;
		padding: 5.46rem 0 0 4.2rem;
	}
	.technology_other h3 {
		font-size: 1.26rem;
		margin-bottom: .77rem;
		right: .84rem;
		width: 19.04rem;
		height: 21.07rem;
	}
	.technology_other dl {
		width: 23.03rem;
		height: 23.03rem;
		font-size: 1.1rem;
	}
}

/*work
----------------------------------------*/
.work_inner {
	max-width: 100rem;
	margin: 0 auto 12rem;
}
.work_en {
	font-size: 17.8rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1;
	opacity: .73;
	margin: 0 0 -5.4rem -15.2rem;
}
.work h2 {
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: .05em;
	margin-bottom: 1.2rem;
}
.work_item {
	display: flex;
	align-items: flex-start;
	background: url(../img/work_ttl_bg.png) no-repeat top 0 right -8.68rem / 78.2rem auto;
	padding-top: 4.7rem;
}
.work_item + .work_item {
	margin-top: 8rem;
}
.work_item h3 {
	width: 26.5rem;
	position: absolute;
	top: 2.9rem;
	left: 35.9rem;
	font-size: 1.8rem;
	letter-spacing: .05em;
	text-align: center;
}
.work_item figure {
	width: 32rem;
	aspect-ratio: 320 / 263;
	overflow: hidden;
	border-radius: 1rem;
}
.work_box {
	flex: 1;
	padding: 5.7rem 0 0 4.5rem;
}
.work_box p {
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 2;
}
.work_box dl {
	border: .1rem solid #004AAD;
	border-radius: 1rem;
	margin-top: 2.6rem;
}
.work_box dl dt {
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: .05em;
	font-weight: 700;
	padding: 2rem;
	cursor: pointer;
}
.work_box dl dt::before {
	content: '';
	display: block;
	width: 2.8rem;
	height: 2.8rem;
	background: #004AAD;
	border-radius: 50%;
	position: absolute;
	top: 1.6rem;
	right: 1.6rem;
}
.work_box dl dt span {
	position: static;
}
.work_box dl dt span::before,
.work_box dl dt span::after {
	content: '';
	display: block;
	width: 1rem;
	height: .2rem;
	background: #fff;
	position: absolute;
	top: 2.9rem;
	right: 2.5rem;
}
.work_box dl dt:not(.open) span::after {
	transform: rotate(90deg);
}
.work_box dl dd {
	padding: .2rem 3.9rem 3.1rem 4.5rem;
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.6429;
	display: none;
}
.work_box dl dd::before {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	background: #004AAD;
	border-radius: 50%;
	position: absolute;
	left: 2.7rem;
	top: .9rem;
}
@media only screen and (max-width: 768px) {
	.work_inner {
		margin: 0 1.5rem 6rem;
	}
	.work_en {
		font-size: 8rem;
		margin: 0 0 -2.6rem -1.5rem;
	}
	.work h2 {
		font-size: 2.8rem;
		margin-bottom:2rem;
	}
	.work_item {
		display: block;
		background: url(../img/work_ttl_bg.png) no-repeat -1.5% 0 / 200% auto;
		padding-top: 1.8rem;
	}
	.work_item + .work_item {
		margin-top: 6rem;
	}
	.work_item h3 {
		width: 22rem;
		margin: 0 auto 2rem;
		position: relative;
		top: auto;
		left: auto;
	}
	.work_item figure {
		width: auto;
	}
	.work_box {
		padding: 2rem 0 0;
	}
}

/*person
----------------------------------------*/
.person {
	margin-bottom: 14.5rem;
}
.person_en {
	text-align: center;
	font-size: 17.8rem;
	color: #fff;
	opacity: .73;
	letter-spacing: .05em;
	font-weight: 700;
	line-height: 1;
	margin-bottom: -4rem;
}
.person h2 {
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: .05em;
	text-align: center;
	margin-bottom: 4.3rem;
}
.person_list {
	max-width: 100rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4rem;
}
.person_year {
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 1.5rem;
	font-weight: 700;
	position: absolute;
	top: 1.7rem;
	right: 2.8rem;
	letter-spacing: .15em;
}
.person_item a {
	display: block;
}
.person_item:nth-child(1) .person_year {
	right: auto;
	left: 2.6rem;
}
.person_item figure {
	aspect-ratio: 220 / 245;
}
.person_name {
	text-align: center;
	margin: -.7rem -2rem 0;
	padding-right: .5rem;
	font-weight: 700;
	font-size: 1.7rem;
	letter-spacing: .05em;
}
.person_name .en {
	font-size: 3.4rem;
	line-height: 1;
}
.person_job {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	background: #fff;
	border: .1rem solid #707070;
	border-radius: 1.6rem;
	padding: .6rem 1.8rem .5rem;
	display: inline-block;
	vertical-align: .3rem;
	margin-left: 1rem;
}
.person_more {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	color: #004AAD;
	letter-spacing: .05em;
	margin-top: 1.8rem;
}
.person_more::after {
	content: '';
	display: inline-block;
	width: .4rem;
	height: .4rem;
	border-top: .2rem solid #004AAD;
	border-right: .2rem solid #004AAD;
	transform: rotate(45deg);
	margin-left: .5rem;
	vertical-align: .3rem;
}
@media only screen and (max-width: 768px) {
	.person {
		margin-bottom: 8rem;
	}
	.person_en {
		font-size: 8rem;
		margin-bottom: -2.3rem;
	}
	.person h2 {
		font-size: 2.8rem;
		margin-bottom: 3rem;
	}
	.person_list {
		margin: 0 1.5rem;
		grid-template-columns: repeat(2, 1fr);
		gap: 3rem 2rem;
	}
	.person_year {
		font-size: 1.4rem;
		top: 1rem;
		right: 1.6rem;
	}
	.person_item:nth-child(1) .person_year {
		left: 1.6rem;
		right: auto;
	}
	.person_name {
		margin: 0 -2rem;
		padding-right: 0;
	}
	.person_job {
		display: block;
		width: fit-content;
		margin: 0 auto;
	}
	.person_more {
		margin-top: 1rem;
	}
}

/*environment
----------------------------------------*/
.environment {
	margin-bottom: 16.9rem;
}
.environment_inner {
	max-width: 101.2rem;
	margin: 0 auto;
}
.environment_en {
	text-align: center;
	font-size: 17.8rem;
	color: #fff;
	opacity: .73;
	letter-spacing: -.02em;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 -4.6rem -4.5rem;
	white-space: nowrap;
}
.environment h2 {
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: .05em;
	margin: 0 0 6.7rem .6rem;
}
.environment_point_head {
	display: flex;
	align-items: flex-start;
	margin-bottom: -8rem;
	z-index: 1;
}
.environment_point_head h3 {
	font-size: 3.6rem;
	color: #004AAD;
	letter-spacing: .05em;
	line-height: 1.6667;
	margin-bottom: 2rem;
}
.environment_point_head h3 span {
	display: block;
	font-size: 1.8rem;
	color: #2B2B2B;
	letter-spacing: .05em;
	margin: 0 0 1.2rem .6rem;
}
.environment_point_head p {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 2.5;
}
.environment_point_head figure {
	width: 63.2rem;
	aspect-ratio: 632 / 503;
	margin: .4rem -19.2rem 0 0;
	border-radius: 1rem;
	overflow: hidden;
}
.environment_point_head_box {
	flex: 1;
}
.environment_point_item {
	margin-right: .5rem;
	padding: 4.5rem 6rem 5.5rem 5.1rem;
	border-radius: 3.2rem;
	background: rgba(255, 255, 255, .7);
}
.environment_point_head + .environment_point_item {
	padding-right: 15.6rem;
}
.environment_point_item + .environment_point_item {
	margin-top: 5rem;
}
.environment_point_item h4 {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	color: #004AAD;
	letter-spacing: .05em;
	gap: 4.4rem;
	margin-bottom: 2.9rem;
	margin-left: -.5rem;
}
.environment_point_head + .environment_point_item h4 {
	margin-bottom: 3.5rem;
}
.environment_point_item h4::before {
	content: '';
	display: block;
	width: 9.3rem;
	height: 9.3rem;
	border-radius: 50%;
	background: linear-gradient(to bottom, #cbf5cf 0%,#ffd4d1 100%);
	filter: blur(1.6rem);
	position: absolute;
	left: 0;
	top: 0;
	opacity: .56;
}
.environment_point_item h4 img {
	width: 9rem;
	aspect-ratio: 1 / 1;
	position: relative;
}
.environment_point_item p {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2.125;
}
.environment_point_item p + p {
	margin-top: 2.3rem;
}
.environment_point_item p span {
	font-size: 1.8rem;
	letter-spacing: .05em;
	color: #004AAD;
	font-weight: 700;
	line-height: 1.8889;
	display: inline-block;
	margin-bottom: .5rem;
}
.environment_point_item h5 {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2.125;
	margin: 2.1rem 0 0;
	padding-left: 1.5rem;
}
.environment_point_item h5::before {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #004AAD;
	position: absolute;
	left: 0;
	top: 1.4rem;
}
.environment_point_item .environment_point_note {
	font-size: 1.4rem;
	line-height: 1.8571;
	letter-spacing: 0;
}
.environment_point_item p + .environment_point_note {
	margin-top: 1.9rem;
}
.environment_point_item a[target="_blank"] {
	color: #004AAD;
	text-decoration: underline;
	text-underline-offset: .2rem;
}
.environment_point_item a[target="_blank"]::after {
	content: '';
	display: inline-block;
	width: 1.1rem;
	height: 1.1rem;
	background: url(../img/icon_external_blue.svg) no-repeat left top / 100% auto;
	margin-left: .9rem;
}
.environment_point_example {
	display: flex;
	gap: 1rem;
	font-weight: 700;
	color: #004AAD;
	margin: 2.8rem 0 1.5rem;
	text-align: center;
}
.environment_point_example dl {
	border: .2rem solid #004AAC;
	border-radius: 1rem;
	padding: .9rem 1.1rem 1.4rem;
}
.environment_point_example dt {
	font-size: 1.8rem;
	line-height: 1.3;
	letter-spacing: .05em;
}
.environment_point_example dd {
	font-size: 3rem;
	line-height: 1;
	letter-spacing: .05em;
}
.environment_realization {
	margin-top: 9.2rem;
}
.environment_realization_head {
	display: flex;
	margin-bottom: 2.1rem;
}
.environment_realization_head h3 {
	font-size: 3.6rem;
	color: #004AAD;
	letter-spacing: .05em;
	line-height: 1.6667;
	flex: 1;
}
.environment_realization_head h3 span {
	display: block;
	font-size: 1.8rem;
	letter-spacing: .05em;
	color: #2B2B2B;
	margin: 0 0 1.2rem .5rem;
}
.environment_realization_head figure {
	width: 50.7rem;
	aspect-ratio: 507 / 200;
	margin: .9rem .7rem 0 0;
}
.environment_realization_item {
	width: 23.8rem;
	border-radius: 3.2rem;
	background: rgba(255, 255, 255, .7);
	padding: .6rem 2rem 1.9rem;
}
.environment_realization_item:nth-child(1),
.environment_realization_item:nth-child(2) {
	width: 49.3rem;
}
.environment_realization_num {
	width: 8rem;
	text-align: center;
	font-size: 9rem;
	line-height: 1;
	opacity: .8;
	color: #D6E4EB;
	position: absolute;
	left: .3rem;
	top: .2rem;
	font-style: italic;
	font-weight: 700;
}
.environment_realization_item figure {
	width: 7.4rem;
	aspect-ratio: 74 / 81;
	margin-top: .6rem;
}
.environment_realization_box h4 {
	font-size: 1.8rem;
	color: #004AAD;
	letter-spacing: 0;
	margin: 0 -1rem 1.2rem;
	text-align: center;
}
.environment_realization_item:nth-child(1) h4,
.environment_realization_item:nth-child(2) h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	gap: .3rem;
	letter-spacing: .05em;
	margin: 0 -1rem 1.4rem;
}
.environment_realization_box h4 img {
	aspect-ratio: 74 / 81;
	width: 7.4rem;
	margin: -.3rem auto .5rem;
}
.environment_realization_item:nth-child(1) h4 img,
.environment_realization_item:nth-child(2) h4 img {
	margin: -.7rem 0 0;
}
.environment_realization_box p,
.environment_realization_box ul {
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.7143;
	font-weight: 500;
}
.environment_realization_box ul li {
	margin-left: 1em;
	text-indent: -1em;
}
.environment_realization_box .environment_realization_note {
	font-size: 1.3rem;
	margin-top: .7rem;
	padding-left: 1em;
	text-indent: -1em;
}
.environment_point_img {
	display: flex;
	align-items: flex-end;
	gap: 2.8rem;
	margin-top: -2rem;
}
.environment_point_img figure {
	width: 25.7rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.3rem;
}
.environment_point_img_txt {
	flex: 1;
}
.environment_point_img_txt p + p {
	margin-top: 1.3rem;
}
.environment_realization_list {
	max-width: 100.6rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1.8rem 0;
}
.environment_graph {
	max-width: 55.4rem;
	margin: 1.5rem 0;
	aspect-ratio: 554 / 293;
}
@media only screen and (max-width: 768px) {
	.environment {
		margin-bottom: 8rem;
	}
	.environment_inner {
		max-width: 101.2rem;
		margin: 0 1.5rem;
	}
	.environment_en {
		font-size: 5.5rem;
		letter-spacing: -.04em;
		margin: 0 0 -2.6rem -1.8rem;
	}
	.environment h2 {
		font-size: 2.8rem;
		margin: 0 0 3rem;
	}
	.environment_point_head {
		display: block;
		margin-bottom: 2rem;
	}
	.environment_point_head h3 {
		font-size: 2.5rem;
		line-height: inherit;
	}
	.environment_point_head h3 span {
		font-size: 1.6rem;
		margin: 0 0 1rem;
	}
	.environment_point_head p {
		font-size: 1.5rem;
		line-height: 2.2;
	}
	.environment_point_head figure {
		width: auto;
		margin: 2rem 0 0 0;
	}
	.environment_point_item {
		margin-right: 0;
		padding: 2.5rem 1.5rem 3rem;
		border-radius: 2rem;
	}
	.environment_point_head + .environment_point_item {
		padding-right: 1.5rem;
	}
	.environment_point_item + .environment_point_item {
		margin-top: 4rem;
	}
	.environment_point_item h4 {
		font-size: 1.6rem;
		gap: 2rem;
		margin-bottom: 2rem;
		margin-left: 0;
	}
	.environment_point_head + .environment_point_item h4 {
		margin-bottom: 2rem;
	}
	.environment_point_item h4::before,
	.environment_point_item h4 img {
		width: 8rem;
		height: 8rem;
	}
	.environment_point_item p {
		font-size: 1.5rem;
		line-height: 2;
	}
	.environment_point_item p + p {
		margin-top: 2rem;
	}
	.environment_point_item p span {
		font-size: 1.6rem;
		margin-bottom: .2rem;
	}
	.environment_point_item h5 {
		font-size: 1.5rem;
		line-height: 2;
		margin: 2rem 0 0;
	}
	.environment_point_item h5::before {
		top: 1rem;
	}
	.environment_point_item .environment_point_note {
		font-size: 1.3rem;
	}
	.environment_point_example {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.environment_realization {
		margin-top: 6rem;
	}
	.environment_realization_head {
		display: block;
	}
	.environment_realization_head h3 {
		font-size: 2.5rem;
	}
	.environment_realization_head h3 span {
		font-size: 1.6rem;
		margin: 0 0 1rem;
	}
	.environment_realization_head figure {
		width: auto;
		margin: .9rem auto 0;
	}
	.environment_realization_item {
		border-radius: 2rem;
		padding: .6rem 1.3rem 1.9rem;
		display: block;
		width: calc((100% - 1rem) / 2);
	}
	.environment_realization_item:nth-child(1),
	.environment_realization_item:nth-child(2) {
		width: 100%;
	}
	.environment_realization_num {
		width: 5rem;
		font-size: 6rem;
	}
	.environment_realization_box h4 {
		font-size: 1.4rem;
		letter-spacing: 0;
		margin: 0 -1rem 1rem;
	}
	.environment_realization_item:nth-child(1) h4,
	.environment_realization_item:nth-child(2) h4 {
		margin: 0 -1rem 1rem;
	}
	.environment_realization_item:nth-child(3) h4 {
		letter-spacing: -.05em;
	}
	.environment_realization_box h4 img {
		width: 5.6rem;
		margin: -.1rem auto .5rem;
	}
	.environment_realization_box p {
		font-size: 1.4rem;
	}
	.environment_realization_box .environment_realization_note {
		font-size: 1.2rem;
	}
	.environment_realization_item figure {
		width: 7rem;
		margin: 0 auto;
	}
	.environment_realization_box {
		padding-left: 0;
	}
	.environment_point_img {
		display: block;
		margin-top: 0;
	}
	.environment_point_img figure {
		margin: 2rem auto 0;
	}
	.environment_realization_list {
		gap: 1rem 0;
	}
}

/*training
----------------------------------------*/
.training {
	margin-bottom: 16.9rem;
}
.training h2 {
	text-align: center;
	font-size: 3.6rem;
	letter-spacing: .05em;
	color: #004AAD;
	margin-bottom: 7rem;
}
.training h2 .en {
	display: block;
	font-size: 1.8rem;
	color: #2B2B2B;
	letter-spacing: .05em;
	margin-bottom: .7rem;
}
.training h2 span:not(.en) {
	display: block;
	font-size: 1.8rem;
	letter-spacing: .05em;
	margin-top: .8rem;
}
.training_head {
	max-width: 100.2rem;
	margin: 0 auto 4.5rem;
	min-height: 50.2rem;
}
.training_head figure {
	border-radius: 1rem;
	width: 63.2rem;
	aspect-ratio: 632 / 503;
	overflow: hidden;
	position: absolute;
	right: 57.2rem;
	z-index: 2;
}
.training_head_box {
	width: 65.1rem;
	margin: 0 0 0 auto;
	background: linear-gradient(to bottom, rgba(255, 255, 255, .56) 0%,rgba(236, 243, 246, 0) 100%);
	border-radius: 3.5rem;
	padding: 5.2rem 6.45rem 6.8rem 15rem;
}
.training_head_box h3 {
	font-size: 2rem;
	letter-spacing: .05em;
	color: #004AAD;
	margin-bottom: 1.3rem;
}
.training_head_box p {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2.125;
}
.training_inner {
	max-width: 100.5rem;
	margin: 0 auto;
}
.training_inner .point_item {
	padding-left: 0;
	gap: .5rem;
}
@media only screen and (max-width: 768px) {
	.training {
		margin-bottom: 8rem;
	}
	.training h2 {
		font-size: 3rem;
		margin-bottom: 3rem;
	}
	.training h2 .en {
		font-size: 1.6rem;
		margin-bottom: .5rem;
	}
	.training h2 span:not(.en) {
		font-size: 1.6rem;
		margin-top: .6rem;
	}
	.training_head {
		margin: 0 1.5rem 4.5rem;
		min-height: 0;
	}
	.training_head figure {
		width: auto;
		position: relative;
		right: auto;
		margin-bottom: 2rem;
	}
	.training_head_box {
		width: auto;
		border-radius: 2rem;
		padding: 2.5rem 1.5rem 6.8rem;
	}
	.training_head_box p {
		font-size: 1.5rem;
		line-height: 2;
	}
	.training_inner {
		margin: 0 1.5rem;
	}
}

/*data
----------------------------------------*/
.data {
	margin-bottom: 14.8rem;
}
.data h2 {
	text-align: center;
	font-size: 3.6rem;
	color: #004AAD;
	letter-spacing: .05em;
	margin-bottom: 4.9rem;
}
.data h2 .en {
	font-size: 1.8rem;
	display: block;
	letter-spacing: .05em;
	color: #2B2B2B;
	margin-bottom: .8rem;
}
.data_main {
	max-width: 100.6rem;
	aspect-ratio: 1006 / 412;
	margin: 0 auto 11.6rem;
	border-radius: 1rem;
	overflow: hidden;
}
.data_wrap_01 {
	max-width: 100.6rem;
	margin: 0 auto 6.99rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4.37rem;
}
.data_wrap_01 .data_item {
	background: rgba(255, 255, 255, .7);
	border-radius: 3.2rem;
	padding: 9.3rem 0 3.2rem;
	text-align: center;
}
.data_wrap_01 .data_item figure,
.data_wrap_02 figure,
.data_wrap_03 figure {
	width: 11rem;
	position: absolute;
	left: 0;
	right: 0;
	top: -4.8rem;
	margin: 0 auto;
}
.data_wrap_02 figure,
.data_wrap_03 figure {
	left: 9.8rem;
	right: auto;
	margin: 0;
}
.data_wrap_01 .data_item figure::before,
.data_wrap_02 figure::before,
.data_wrap_03 figure::before {
	content: '';
	display: block;
	width: 11rem;
	height: 11rem;
	border-radius: 50%;
	opacity: .56;
	background: linear-gradient(to bottom, #cbf5cf 0%,#ffd4d1 100%);
	filter: blur(1.6rem);
	position: absolute;
	left: 0;
	top: 0;
}
.data_wrap_01 .data_item figure img,
.data_wrap_02 figure img,
.data_wrap_03 figure img {
	position: relative;
}
.data_wrap_01 .data_item h3 {
	font-size: 2rem;
	letter-spacing: .05em;
}
.data_wrap_01 .data_item:nth-child(1) p {
	font-size: 1.8rem;
	letter-spacing: .05em;
	font-weight: 700;
	margin-top: 1.9rem;
}
.data_wrap_01 .data_item:nth-child(1) p .en {
	font-size: 4.8rem;
	letter-spacing: .05em;
	line-height: 1;
}
.data_wrap_01 .data_item:nth-child(2) p:nth-of-type(1),
.data_wrap_01 .data_item:nth-child(3) p:nth-of-type(1) {
	font-size: 2.3rem;
	letter-spacing: .05em;
	font-weight: 700;
	margin-top: .9rem;
}
.data_wrap_01 .data_item:nth-child(2) p:nth-of-type(1) > span,
.data_wrap_01 .data_item:nth-child(3) p:nth-of-type(1) > span {
	font-size: 2rem;
	letter-spacing: .05em;
}
.data_wrap_01 .data_item:nth-child(2) p:nth-of-type(1) > span span,
.data_wrap_01 .data_item:nth-child(3) p:nth-of-type(1) > span span {
	font-size: 3.8rem;
	letter-spacing: .05em;
	line-height: 1;
}
.data_wrap_01 .data_item:nth-child(2) p:nth-of-type(2) {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .05em;
	margin-top: 1rem;
}
.data_wrap_01 .data_item:nth-child(2) p:nth-of-type(2) > span {
	font-size: 3.2rem;
	letter-spacing: .05em;
	line-height: 1;
}
.data_wrap_01 .data_item:nth-child(3) p:nth-of-type(2) {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .05em;
	margin-top: 1rem;
}
.data_wrap_01 .data_item:nth-child(3) p:nth-of-type(2) > span:not(.en) {
	font-size: 2rem;
	letter-spacing: .05em;
	line-height: 1;
}
.data_wrap_01 .data_item:nth-child(3) p:nth-of-type(2) > span.en {
	font-size: 3.2rem;
	letter-spacing: .05em;
	line-height: 1;
}
.data_wrap_02 {
	max-width: 100.6rem;
	margin: 0 auto 7.6rem;
	background: rgba(255, 255, 255, .7);
	border-radius: 3.2rem;
	padding: 3rem 0 2.3rem;
}
.data_wrap_02 h3 {
	text-align: center;
	font-size: 2rem;
	letter-spacing: .05em;
	margin-bottom: 2.4rem;
}
.data_wrap_02 .data_item {
	display: flex;
	justify-content: center;
}
.data_wrap_02 .data_item dl {
	padding: 1.3rem 5.9rem;
	text-align: center;
}
.data_wrap_02 .data_item dl + dl {
	border-left: .1rem solid rgba(112, 112, 112, .32);
}
.data_wrap_02 .data_item dt {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .05em;
	margin-bottom: 1.5rem;
}
.data_wrap_02 .data_item dd {
	font-size: 1.8rem;
	letter-spacing: .05em;
	font-weight: 700;
}
.data_wrap_02 .data_item dd span {
	font-size: 3.8rem;
	letter-spacing: .05em;
	line-height: 1;
}
.data_note {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	margin: 1.9rem 0 0;
}
.data_wrap_03 {
	max-width: 100.6rem;
	margin: 0 auto;
	background: rgba(255, 255, 255, .7);
	border-radius: 3.2rem;
	padding: 3rem 0 3.7rem;
}
.data_wrap_03 h3 {
	text-align: center;
	font-size: 2rem;
	letter-spacing: .05em;
	margin-bottom: 3.2rem;
}
.data_wrap_03 .data_item {
	display: flex;
	justify-content: center;
}
.data_wrap_03 .data_item dl {
	width: 32rem;
	text-align: center;
}
.data_wrap_03 .data_item dl + dl {
	border-left: .1rem solid rgba(112, 112, 112, .32);
}
.data_wrap_03 .data_item dt {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .05em;
	margin-bottom: .5rem;
}
.data_wrap_03 .data_item dl:nth-child(1) dd {
	font-size: 1.6rem;
	letter-spacing: .05em;
	font-weight: 700;
}
.data_wrap_03 .data_item dl:nth-child(1) dd > span:nth-of-type(1) {
	font-size: 4.8rem;
	letter-spacing: .05em;
	line-height: 1;
}
.data_wrap_03 .data_item dl:nth-child(1) dd > span:nth-of-type(2) {
	font-size: 1.8rem;
	letter-spacing: .05em;
	display: inline-block;
	margin-top: .7rem;
}
.data_wrap_03 .data_item dl:nth-child(1) dd > span:nth-of-type(2) > span {
	font-size: 2.4rem;
	letter-spacing: .05em;
	line-height: 1;
}
.data_wrap_03 .data_item dl:nth-child(2) dd {
	font-size: 1.6rem;
	letter-spacing: .05em;
	font-weight: 700;
	margin-top: 1rem;
}
.data_wrap_03 .data_item dl:nth-child(2) dd > span {
	font-size: 4.8rem;
	letter-spacing: .05em;
	line-height: 1;
	display: inline-block;
	margin-top: .5rem;
}
.data_wrap_03 .data_item dl:nth-child(3) dd {
	font-size: 1.6rem;
	letter-spacing: .05em;
	font-weight: 700;
}
.data_wrap_03 .data_item dl:nth-child(3) dd > span:nth-of-type(1) {
	font-size: 4.8rem;
	letter-spacing: .05em;
	line-height: 1;
}
.data_wrap_03 .data_item dl:nth-child(3) dd > span:nth-of-type(2) {
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.4286;
	font-weight: 500;
	display: inline-block;
	margin-top: .3rem;
}
@media only screen and (max-width: 768px) {
	.data {
		margin-bottom: 8rem;
	}
	.data h2 {
		font-size: 2.8rem;
		margin-bottom: 2rem;
	}
	.data h2 .en {
		font-size: 1.6rem;
	}
	.data_main {
		margin: 0 1.5rem 7rem;
	}
	.data_wrap_01 {
		margin: 0 1.5rem 6.99rem;
		grid-template-columns: repeat(1, 1fr);
		gap: 8rem;
	}
	.data_wrap_01 .data_item {
		border-radius: 2rem;
		padding: 6rem 0 2.5rem;
	}
	.data_wrap_01 .data_item figure,
	.data_wrap_02 figure,
	.data_wrap_03 figure {
		width: 9rem;
		top: -4.5rem;
	}
	.data_wrap_02 figure,
	.data_wrap_03 figure {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.data_wrap_01 .data_item figure::before,
	.data_wrap_02 figure::before,
	.data_wrap_03 figure::before {
		width: 9rem;
		height: 9rem;
	}
	.data_wrap_01 .data_item:nth-child(1) p {
		margin-top: 1rem;
	}
	.data_wrap_02 {
		margin: 0 1.5rem 7.6rem;
		border-radius: 2rem;
		padding: 6rem 0 2.5rem;
	}
	.data_wrap_02 .data_item {
		flex-wrap: wrap;
		gap: 2rem 0;
	}
	.data_wrap_02 .data_item dl {
		width: 50%;
		padding: 1.3rem 0;
	}
	.data_wrap_02 .data_item dl + dl:nth-of-type(3) {
		border-left: 0;
	}
	.data_wrap_02 .data_item dt {
		font-size: 1.5rem;
	}
	.data_note {
		text-align: left;
		font-size: 1.3rem;
		margin: 1.9rem 1.5rem 0;
		padding-left: 1em;
		text-indent: -1em;
	}
	.data_wrap_03 {
		margin: 0 1.5rem;
		border-radius: 2rem;
		padding: 6rem 0 2.5rem;
	}
	.data_wrap_03 h3 {
		margin-bottom: 2.4rem;
	}
	.data_wrap_03 .data_item {
		flex-wrap: wrap;
		gap: 2rem 0;
	}
	.data_wrap_03 .data_item dl {
		width: 50%;
	}
	.data_wrap_03 .data_item dl + dl:nth-of-type(3) {
		border-left: 0;
	}
	.data_wrap_03 .data_item dt {
		font-size: 1.6rem;
	}
}

/*recruit
----------------------------------------*/
.recruit {
	margin-bottom: 19.7rem;
}
.recruit_en {
	text-align: center;
	font-size: 17.8rem;
	color: #fff;
	opacity: .73;
	letter-spacing: .05em;
	font-weight: 700;
	line-height: 1;
	margin-bottom: -5rem;
}
.recruit h2 {
	font-size: 4.6rem;
	font-weight: 900;
	letter-spacing: .05em;
	text-align: center;
	margin-bottom: 9.2rem;
}
.recruit_inner {
	max-width: 99.9rem;
	margin: 0 auto;
}
.recruit_box {
	background: #fff;
	border-radius: 3.2rem;
	padding: 5.5rem 6.4rem 3.6rem;
	margin-bottom: 7rem;
}
.recruit_item {
	display: flex;
}
.recruit_item + .recruit_item {
	border-top: .1rem dotted rgba(112, 112, 112, .3);
	padding-top: 1rem;
}
.recruit_item dt {
	font-size: 1.6rem;
	width: 18.7rem;
	font-weight: 700;
	letter-spacing: .05em;
	padding-top: .9rem;
}
.recruit_item dd input {
	appearance: none;
	visibility: hidden;
	position: absolute;
	width: 0;
	height: 0;
}
.recruit_item dd {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	flex: 1;
	padding-bottom: 1.4rem;
}
.recruit_item dd label {
	border: .1rem solid #004AAD;
	font-size: 1.4rem;
	letter-spacing: .05em;
	font-weight: 500;
	text-align: center;
	background: #fff;
	border-radius: 2.1rem;
	padding: .9rem 2.2rem;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
}
.recruit_item dd label:has(input[type=radio]:checked) {
	background: #004AAD;
	border-color: #004AAD;
	color: #fff;
}
.recruit_btn {
	margin-top: 3.5rem;
	display: block;
	min-width: 11.8rem;
	font-size: 1.6rem;
	letter-spacing: .05em;
	font-weight: 700;
	padding-block: 1.2rem;
	line-height: 1.5;
	margin-inline: auto;
	text-align: center;
	color: #fff;
	background-color: #004AAD;
	font-family: inherit;
	border-radius: 50rem;
	appearance: none;
	outline: none;
	border: none;
	cursor: pointer;
	transition: opacity 0.3s ease-out;
}
.recruit_list h3 {
	border-bottom: .1rem solid #CBCBCB;
	font-size: 2rem;
	letter-spacing: .1em;
	padding-bottom: 1.3rem;
	margin-bottom: 1.5rem;
	width: 100%;
}
.recruit_list li {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.recruit_list li + li {
	margin-top: 4.9rem;
}
.recruit_list h3::before {
	content: '';
	display: block;
	width: 32.5rem;
	height: .1rem;
	background: #004AAD;
	position: absolute;
	left: 0;
	bottom: -.1rem;
}
.recruit_list_label {
	display: flex;
	gap: .5rem;
	margin-bottom: 2rem;
	width: 100%;
}
.recruit_list_label span {
	border: .1rem solid #004AAD;
	font-size: 1.4rem;
	letter-spacing: .05em;
	padding: 0 1.3rem;
	font-weight: 500;
	height: 3.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 1.7rem;
}
.recruit_list_txt {
	font-size: 1.4rem;
	letter-spacing: .05em;
	flex: 1;
}
.recruit_list_detail {
	width: 13.5rem;
	background: #004AAD;
	color: #fff;
	border-radius: 2.7rem;
	height: 4.5rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .05em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -1.1rem;
}
span.recruit_list_detail {
	background: #ccc;
}
.recruit_none {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	display: none;
}
@media only screen and (max-width: 768px) {
	.recruit {
		margin-bottom: 6rem;
	}
	.recruit_en {
		font-size: 7rem;
		margin-bottom: -2.3rem;
	}
	.recruit h2 {
		font-size: 2.8rem;
		margin-bottom: 3rem;
	}
	.recruit_inner {
		margin: 0 1.5rem;
	}
	.recruit_box {
		border-radius: 2rem;
		padding: 5.5rem 1.5rem 3.6rem;
		margin-bottom: 5rem;
	}
	.recruit_item {
		display: block;
	}
	.recruit_item dt {
		width: auto;
		margin-bottom: 1rem;
	}
	.recruit_list_item {
		display: block;
	}
	.recruit_list_item + .recruit_list_item {
		margin-top: 5rem;
	}
	.recruit_list_title {
		font-size: 2.3rem;
		line-height: 1.6957;
	}
	.recruit_list_title::before {
		top: 1.5rem;
	}
	.recruit_list_txt {
		width: auto;
	}
	.recruit_list li {
		display: block;
	}
	.recruit_list_detail {
		margin: 1.5rem auto 0;
	}
}

/*detail
----------------------------------------*/
.detail {
	padding-top: 12rem;
}
.recruit_detail {
	background: #fff;
	border-radius: 3.2rem;
	padding: 4.2rem 6.6rem 4.5rem;
}
.recruit_detail dl {
	display: grid;
	grid-template-columns: 18.7rem auto;
}
.recruit_detail.entry dl {
	grid-template-columns: 23rem auto;
}
.recruit_detail dt {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.75;
	border-bottom: .1rem dotted rgba(112, 112, 112, .3);
	padding: 1.9rem 0 1.75rem;
}
.recruit_detail.entry dt {
	padding-top: 3.2rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.recruit_detail.entry dt.upload {
	padding-top: 1.9rem;
}
.recruit_detail.entry h3 {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 2rem;
}
.recruit_detail dt span {
	display: block;
	background-color: #004AAD;
	font-size: 1.4rem;
	color: #fff;
	width: 5rem;
	text-align: center;
	margin-right: 1.5rem;
}
.recruit_detail dt span.any {
	background: #A7A7A7;
}
.recruit_detail dd {
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 2;
	border-bottom: .1rem dotted rgba(112, 112, 112, .3);
	padding: 1.9rem 0 1.75rem;
}
.recruit_detail dt:nth-last-of-type(1),
.recruit_detail dd:nth-last-of-type(1) {
	border-bottom: 0;
}
.recruit_entry,
.entry_btn input[type="submit"] {
	appearance: none;
	border: 0;
	font-family: inherit;
	margin: 5rem auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44rem;
	height: 8rem;
	background: #004AAD;
	color: #fff;
	font-size: 3.2rem;
	letter-spacing: .05em;
	font-weight: 700;
	border-radius: 4rem;
}
.entry_btn input[type="submit"] {
	margin: 5rem auto 0;
	width: 30rem;
	height: 6rem;
	font-size: 2.3rem;
	cursor: pointer;
}
.recruit_list_btn {
	width: 11.3rem;
	margin: 5rem auto 0;
	background: #fff;
	color: #000;
	font-weight: 500;
	border: .1rem solid #004AAD;
	height: 5rem;
	border-radius: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	letter-spacing: .05em;
}
.recruit_detail.entry select,
.recruit_detail.entry input[type="text"],
.recruit_detail.entry input[type="email"],
.recruit_detail.entry input[type="tel"],
.recruit_detail.entry textarea {
	appearance: none;
	border: 0;
	background: #FAFAFA;
	font-size: 1.6rem;
	width: 100%;
	max-width: 100%;
	height: 5rem;
	padding: 1rem 1.5rem;
	font-family: inherit;
}
.recruit_detail.entry textarea {
	resize: vertical;
	height: 18rem;
}
.recruit_detail.entry select {
	width: 28rem;
	background: #FAFAFA url(../img/icon_arrow_01.svg) no-repeat right 1.5rem center / 1.5rem auto;
}
.recruit_detail .entry_box {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.recruit_detail .entry_box select {
	width: 10rem;
}
.recruit_detail.entry input[type="radio"],
.recruit_detail.entry input[type="checkbox"] {
	appearance: none;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	background: #FAFAFA;
	vertical-align: -1rem;
	margin-right: .5rem;
}
.recruit_detail.entry input[type="checkbox"] {
	width: 3rem;
	height: 3rem;
	border-radius: 0;
}
.recruit_detail.entry input[type="radio"]:checked::before {
	content: '';
	display: block;
	width: 2rem;
	height: 2rem;
	background: #004AAD;
	border-radius: 50%;
	position: absolute;
	top: .8rem;
	left: .8rem;
}
.recruit_detail.entry input[type="checkbox"]:checked::before {
	content: '';
	display: block;
	width: 1.2rem;
	height: .7rem;
	border-left: 2px solid #004AAD;
	border-bottom: 2px solid #004AAD;
	transform: rotate(-45deg);
	position: absolute;
	left: .8rem;
	top: .8rem;
}
.entry_year {
	margin-top: 1.5rem;
}
.wpcf7-list-item {
	margin-left: 1em;
}
.wpcf7-list-item:first-child {
	margin-left: 0;
}
.entry_privacy {
	background: #FAFAFA;
	height: 20rem;
	overflow: auto;
	padding: 2.4rem;
}
.entry_privacy p {
	font-size: 1.5rem;
	letter-spacing: .05em;
	line-height: 2;
}
.entry_agree {
	text-align: center;
	font-weight: 500;
	font-size: 1.5rem;
	margin-top: 3rem;
}
.recruit_txt {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2;
	margin: 0 0 5rem;
}
@media only screen and (max-width: 768px) {
	.detail {
		padding-top: 10rem;
	}
	.recruit_detail {
		border-radius: 2rem;
		padding: 2rem 1.5rem;
	}
	.recruit_detail dl {
		display: block;
	}
	.recruit_detail dt,
	.recruit_detail.entry dt {
		font-size: 1.6rem;
		font-weight: 700;
		border-bottom: 0;
		padding: 1.9rem 0 0;
	}
	.recruit_detail dd {
		padding: .5rem 0 1.75rem;
	}
	.recruit_detail.entry h3 {
		font-size: 2.2rem;
		margin: 2rem 0;
	}
	.recruit_entry {
		margin: 3rem auto 0;
		width: 100%;
		height: 7rem;
		font-size: 2.5rem;
	}
	.entry_btn input[type="submit"] {
		width: 100%;
		margin: 3rem 0 2rem;
	}
	.recruit_list_btn {
		margin: 3rem auto 0;
	}
	.recruit_detail.entry select {
		width: 100%;
		background: #FAFAFA url(../img/icon_arrow_01.svg) no-repeat right 1rem center / 1rem auto;
	}
	.recruit_detail dt span {
		margin-right: 0;
	}
	.recruit_detail .entry_box select {
		width: 7rem !important;
	}
	.recruit_detail .entry_year select {
		width: 15rem;
	}
	.recruit_detail.entry select,
	.recruit_detail.entry input[type="text"],
	.recruit_detail.entry input[type="email"],
	.recruit_detail.entry input[type="tel"],
	.recruit_detail.entry textarea {
		height: 4.5rem;
		padding: 1rem;
	}
	.recruit_detail.entry textarea {
		height: 18rem;
	}
	.entry_privacy {
		padding: 1.5rem;
	}
	.recruit_txt {
		font-size: 1.5rem;
		margin: 0 0 3rem;
	}
}

/*footer
----------------------------------------*/
.footer {
	background: #D6E5EB;
	padding: 9.3rem 0 11.1rem;
}
.footer_logo {
	width: 25.1rem;
	margin: 0 auto 7.6rem;
}
.footer_nav {
	display: flex;
	justify-content: center;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: .05em;
	gap: 3.5rem;
	white-space: nowrap;
	margin-bottom: 7.5rem;
}
.footer_nav li + li::before {
	content: '｜';
	position: absolute;
	left: -2.3rem;
	top: 0;
}
.footer_nav a[target="_blank"]::after {
	content: '';
	display: inline-block;
	width: 1.1rem;
	height: 1.1rem;
	background: url(../img/icon_external.svg) no-repeat left top / 100% auto;
	margin: 0 -1.7rem 0 .5rem;
	vertical-align: -.1rem;
}
.footer .copyright {
	display: block;
	text-align: center;
	color: #004AAD;
	font-size: 1.1rem;
	letter-spacing: .05em;
}
@media only screen and (max-width: 768px) {
	.footer {
		padding: 5rem 0;
	}
	.footer_logo {
		width: 18.14rem;
		margin: 0 auto 3rem;
	}
	.footer_nav {
		gap: 3rem;
		margin-bottom: 5rem;
	}
	.footer_nav li + li::before {
		left: -2rem;
	}
	.footer_nav a[target="_blank"]::after {
		margin: 0 0 0 .5rem;
	}
}

/*modal
----------------------------------------*/
.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(12, 18, 26, .8);
	z-index: 2000;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
	display: flex;
	align-items: center;
}
.modal_open .modal {
	pointer-events: all;
	opacity: 1;
}
.modal_inner {
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 3rem 0;
}
.modal_box {
	width: 108.8rem;
	margin: 0 auto;
	background: #fff;
	border-radius: 3.2rem;
}
.modal_technology {
	padding: 5.2rem 8rem 5.97rem;
}
.modal_technology_head {
	display: flex;
	margin-bottom: 1.8rem;
}
.modal_technology_head figure {
	width: 25rem;
}
.modal_technology_ttl {
	flex: 1;
}
.modal_technology_ttl h2 {
	font-size: 4rem;
	line-height: 1;
	letter-spacing: .05em;
	color: #004AAD;
	margin: 1.7rem 0 1.5rem;
	font-weight: 900;
}
.modal_technology_ttl p {
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: .05em;
	font-weight: 700;
}
.modal_technology_icon {
	width: 11.2rem;
	height: 11.2rem;
	background: #2B41AF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: -13.6rem;
	top: 0;
}
.modal_technology_icon img {
	width: 5.9rem;
	height: auto;
	filter: brightness(0) invert(1);
}
.modal_technology_body h3 {
	font-size: 1.8rem;
	letter-spacing: .05em;
	color: #004AAD;
	margin-bottom: 1.5rem;
}
.modal_technology_body p {
	font-size: 1.6rem;
	letter-spacing: .05em;
	line-height: 2.125;
}
.modal_technology_tag {
	display: flex;
	flex-wrap: wrap;
	gap: 1.1rem;
	margin-top: 3.8rem;
}
.modal_technology_tag span {
	border: .1rem solid #004AAD;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .05em;
	height: 4.1rem;
	border-radius: 2.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1.9rem;
}
.modal_person {
	padding: 3.6rem 5.2rem;
}
.modal_person_head {
	display: flex;
	align-items: center;
	gap: 3.7rem;
	margin-bottom: 2rem;
}
.modal_person_head figure:nth-child(1) {
	width: 14.9rem;
}
.modal_person_head figure:last-child {
	width: 21.9rem;
	margin: 0 3rem 0 auto;
}
.modal_person_name {
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: .05em;
	margin-bottom: .5rem;
}
.modal_person_info {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .05em;
	display: flex;
	align-items: center;
	margin-bottom: .9rem;
}
.modal_person_info span {
	display: flex;
	align-items: center;
	border: .1rem solid #707070;
	height: 3.2rem;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	border-radius: 1.6rem;
	padding: 0 1.8rem;
	margin-right: 1rem;
}
.modal_person_body h3 {
	font-size: 1.8rem;
	color: #004AAD;
	letter-spacing: .05em;
	margin: 1.5rem 0 .7rem;
}
.modal_person_body p {
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.8571;
}
.modal_person_flow {
	max-width: 94.2rem;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 2rem 1.5rem;
	text-align: center;
}
.modal_person_flow li::before {
	content: '';
	display: block;
	height: .2rem;
	background: #004AAD;
	position: absolute;
	top: 3.4rem;
	left: -.8rem;
	right: -.8rem;
}
.modal_person_flow li:first-child:before {
	left: 50%;
}
.modal_person_flow li:last-child::before {
	right: 50%;
}
.modal_person_flow_time {
	width: 7rem;
	height: 7rem;
	border-radius: 50%;
	border: .2rem solid #004AAD;
	background: #fff;
	margin: 0 auto 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	letter-spacing: .05em;
	color: #004AAD;
	font-weight: 700;
}
.modal_person_flow h4 {
	font-size: 1.8rem;
	color: #004AAD;
	letter-spacing: .05em;
	margin-bottom: .6rem;
}
.modal_person_flow p {
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.7857;
	text-align: left;
}
.modal_person_note {
	margin: 3rem 0 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.3rem;
}
.modal_close {
	appearance: none;
	border: 0;
	position: absolute;
	top: 3rem;
	right: 3rem;
	width: 2.3rem;
	height: 2.3rem;
	background: none;
	padding: 0;
	cursor: pointer;
	z-index: 10;
}
.modal_close::before,
.modal_close::after {
	content: '';
	width: .2rem;
	height: 3rem;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}
.modal_close::after {
	transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
	.modal_inner {
		padding: 2rem 0;
	}
	.modal_box {
		width: auto;
		margin: 0 1.5rem;
		border-radius: 2rem;
	}
	.modal_technology {
		padding: 2.5rem 1.5rem;
	}
	.modal_technology_head {
		display: block;
	}
	.modal_technology_head figure {
		margin: 1.5rem auto 0;
	}
	.modal_technology_ttl h2 {
		font-size: 2.8rem;
		margin: 0 0 1.5rem;
		text-align: center;
	}
	.modal_technology_ttl p {
		font-size: 1.8rem;
		text-align: center;
	}
	.modal_technology_icon {
		width: 8rem;
		height: 8rem;
		position: relative;
		left: auto;
		top: auto;
		margin: 0 auto 2rem;
	}
	.modal_technology_icon img {
		width: 4.5rem;
	}
	.modal_technology_body h3 {
		font-size: 1.6rem;
	}
	.modal_technology_body p {
		font-size: 1.5rem;
		line-height: 2;
	}
	.modal_technology_tag {
		gap: 1rem;
		margin-top: 2rem;
	}
	.modal_technology_tag span {
		font-size: 1.3rem;
		height: 3.6rem;
		padding: 0 1.5rem;
	}
	.modal_person {
		padding: 2.5rem 1.5rem;
	}
	.modal_person_head {
		flex-wrap: wrap;
		gap: 2rem 1.5rem;
	}
	.modal_person_head figure:nth-child(1) {
		width: 12rem;
	}
	.modal_person_head figure:last-child {
		width: 100%;
		margin: 0 auto;
	}
	.modal_person_head figure:last-child img {
		width: 21.9rem;
		margin: 0 auto;
	}
	.modal_person_name {
		font-size: 2.6rem;
	}
	.modal_person_info {
		font-size: 1.5rem;
		display: block;
	}
	.modal_person_info span {
		width: fit-content;
		height: 3rem;
		font-size: 1.2rem;
		padding: 0 1.5rem;
		margin: 0 0 .5rem;
	}
	.modal_person_body h3 {
		font-size: 1.6rem;
	}
	.modal_person_flow {
		display: block;
	}
	.modal_person_flow li {
		padding-left: 9rem;
		min-height: 7rem;
	}
	.modal_person_flow li::before {
		top: 3.5rem;
		left: 3.4rem !important;
		width: .2rem;
		height: calc(100% + 2rem);
	}
	.modal_person_flow li:last-child::before {
		display: none;
	}
	.modal_person_flow li + li {
		margin-top: 2rem;
	}
	.modal_person_flow_time {
		position: absolute;
		top: 0;
		left: 0;
	}
	.modal_person_flow h4 {
		font-size: 1.6rem;
		margin-bottom: .4rem;
		text-align: left;
	}
	.modal_person_flow p {
		font-size: 1.3rem;
	}
	.modal_close {
		top: 1.5rem;
		right: 1.5rem;
	}
}

/*inview
----------------------------------------*/
.inview {
	opacity: 0;
	transform: translateY(2rem);
	transition: opacity 1.2s, transform 1.25s;
}
.inview.show {
	opacity: 1;
	transform: none;
}