@charset "utf-8";

:root {
	--c_bl: #0097E0;;
	--c_gr: #31D796;
	--c_gy: #F5F5F5;
	--c_gy2: #787878;
}
.clr-bl {color: var(--c_bl)!important;}
.clr-gr {color: var(--c_gr)!important;}
.clr-gy {color: var(--c_gy)!important;}
.clr-gy2 {color: var(--c_gy2)!important;}
.clr-wh {color: #fff!important;}
.clr-bk {color: #000!important;}
.bg-bl {background-color: var(--c_bl)!important;}
.bg-gr {background-color: var(--c_gr)!important;}
.bg-gy {background-color: var(--c_gy)!important;}
.bg-wh {background-color: #fff!important;}

.fo-roboto {
	font-family: "roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
}
.fo-roboto-italic {
	font-family: "roboto-condensed", sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
}
.txt-lh {
	line-height: 2;
	letter-spacing: 0.05em;
}
.clr-grad {
	display: inline-block;
	background: #2097EC;
	background: linear-gradient(270deg, #2097EC 0%, #7EFFA3 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	-webkit-animation: AnimationTitle 5s ease infinite;
	        animation: AnimationTitle 5s ease infinite;
}
.bg-grad {
	background: #2097EC;
	background: linear-gradient(270deg, #2097EC 0%, #7EFFA3 100%);
}
.grad-anime {
	background-size: 200% 100%;
	-webkit-animation: AnimationTitle 5s ease infinite;
	        animation: AnimationTitle 5s ease infinite;
}
@-webkit-keyframes AnimationTitle {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@keyframes AnimationTitle {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
body::after {
	content: "";
	display: block;
	position: fixed;
	transition: .4s;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0, 0.5);
	-webkit-backdrop-filter: blur(5px);
	        backdrop-filter: blur(5px);
	transition: .4s;
	opacity: 0;
	pointer-events: none;
}
body.active::after {
	opacity: 1;
	z-index: 900;
}

/*common
---------------------------------------------------------*/
.moreBtnWrap {
	margin-top: 5rem;
	text-align: left;
}
.moreBtn {
	color: var(--c_gr);
	text-align: left;
	font-size: 1.3rem;
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	padding-right: 2.75rem;
	height: 5.5rem;
	z-index: 1;
}
.moreBtn::before,
.moreBtn::after {
	content: "";
	display: block;
	border-radius: 50%;
	height: 100%;
	aspect-ratio: 1;
	background: var(--c_gr);
	background: linear-gradient(270deg, #2097EC 0%, #7EFFA3 100%);
	background-size: 200% 100%;
	-webkit-animation: AnimationTitle 5s ease infinite;
	        animation: AnimationTitle 5s ease infinite;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	transition: .3s;
	z-index: 1;
}
.moreBtn::after {
	background: transparent;
	border: 1px solid var(--c_gr);
	transition-delay: .2s;
	transform: translateY(-50%) scale(0) rotate(360deg);
	z-index: -1;
}
.moreBtn .arw {
	display: block;
	width: 12.5rem;
	height: 1px;
	position: relative;
	background: var(--c_gr);
	margin: .5rem 0 1em;
	z-index: 1;
	transition: .2s;
}
.moreBtn .arw::before {
	content: "";
	display: block;
	width: 2.75rem;
	height: 1px;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 5;
	transition: .2s .2s;
}
.moreBtn .arw::after {
	content: "";
	display: block;
	width: 1rem;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	transform-origin: bottom right;
	transform: rotate(45deg);
	z-index: 5;
	transition: .2s .2s;
}
.moreBtn._wh {
	color: #fff;
}
.moreBtn._wh .arw,.moreBtn._wh::before,.moreBtn._wh::after {
	background-color: #fff;
}
.moreBtn._wh .arw::before,.moreBtn._wh .arw::after {
	background-color: var(--c_gr);
}
.moreBtn:hover:before {
	transform: translateY(-50%) scale(0.7);
	opacity: 0;
}
.moreBtn:hover:after {
	transform: translateY(-50%) scale(1) rotate(0deg);
}
.moreBtn:hover .arw {
	transform: translateX(.7rem);
}
.moreBtn:hover .arw::before,
.moreBtn:hover .arw::after {
	background-color: var(--c_gr);
}
.moreBtn._wh:hover .arw,
.moreBtn._wh:hover .arw::before,
.moreBtn._wh:hover .arw::after {
	background-color: var(--c_gr);
}
.btnImg {
	position: relative;
	background: #000;
	z-index: 1;
	border-radius: 2rem;
	overflow: hidden;
}
.btnImg a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	text-align: center;
	aspect-ratio: 3/2;
	position: relative;
	font-size: 1.4rem;
	letter-spacing: .05em;
}
.btnImg a figure {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -1;
}
.btnImg a figure img {
	height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1.01);
}
.btnImg a:hover figure img {
	transform: scale(1.1);
}
.btnImg a .fo-roboto {
	font-size: 3rem;
	margin-bottom: 0.8rem;
}
.TextTyping {
	visibility: hidden;
}
.TextTyping.act {
	visibility: visible;
}
.TextTyping span {
	display: none;
}

/*header
---------------------------------------------------------*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
}
.hWrap {
	text-align: left;
	padding: 2rem;
}
.logoWrap {
	display: flex;
	align-items: flex-end;
	gap: 0 1.8rem;
	text-align: left;
	font-size: 1.2rem;
	color: var(--c_bl);
}
.logoWrap .logo img {
	display: block;
	max-height: 6.4rem;
}
#recruit-index #header .logoWrap {
	color: #fff;
}
#recruit-index #header .logoWrap .logo img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.logoWrap .txt .fo-roboto {
	display: block;
	font-size: 2rem;
	margin-bottom: 0.2rem;
	letter-spacing: .05em;
}
.hLogo .txt {
	padding-bottom: .8rem;
}
.fixBtn {
	position: fixed;
	top: 2rem;
	right: 2rem;
	z-index: 99999;
	display: flex;
	gap: 0 1.8rem;
}
.hBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	width: 19rem;
	border-radius: 10rem;
	letter-spacing: .1em;
	color: #fff;
	overflow: hidden;
	font-size: 1.8rem;
	z-index: 1;
	background: var(--c_bl);
	background: linear-gradient(270deg, #4066D0 0%, #31D796 100%);
	background-size: 200% 100%;
	-webkit-animation: AnimationTitle 5s ease infinite;
	        animation: AnimationTitle 5s ease infinite;
}
.menuIconWrap {
	position: relative;
	width: 5rem;
	height: 5rem;
	z-index: 99999;
	cursor: pointer;
	border-radius: 50%;
	background: var(--c_bl);
	transition: .4s;
}
.menuIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	width: 2.2rem;
	height: 1.4rem;
}
.menuIcon span {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	z-index: 10;
	transition: .2s;
	transform-origin: center;
}
.menuIcon span:nth-of-type(1) {top: 0;}
.menuIcon span:nth-of-type(2) {bottom: .7rem;}
.menuIcon span:nth-of-type(3) {bottom: 0;width: 50%;}
.menuIcon.active span {
	background: #fff
}
.menuIconWrap.active span:nth-of-type(1) {
	transform: translateY(.65rem) rotate(45deg);
}
.menuIconWrap.active span:nth-of-type(2) {
	transform: translateX(.5rem);
	opacity: 0;
}
.menuIconWrap.active span:nth-of-type(3) {
	width: 100%;
	transform: translateY(-.65rem) rotate(-45deg);
}
.menuIconWrap.active {
	background: var(--c_bl);
}
.menuIconWrap.active .menuIcon span {
	background: #fff;
}
#recruit-index .menuIconWrap,
#recruit-index .menuIconWrap.active .menuIcon span {
	background: #fff;
}
#recruit-index .menuIconWrap.active,
#recruit-index .menuIconWrap span {
	background: var(--c_bl);
}
#nav {
	opacity: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -5rem;
	overflow: auto;
	transition: .5s;
	text-align: left;
	padding: 10rem 6rem 5rem 3rem;
	z-index: 9990;
	pointer-events: none;
	background: #fff;
	width: 95%;
	max-width: 45rem;
}
#nav.active {
	pointer-events: all;
	right: 0;
	opacity: 1;
}
.nav a {
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	line-height: 1;
	white-space: nowrap;
	border-bottom: 1px solid #ddd;
	padding: 1.5rem 0;
}
.nav .fo-roboto {
	font-size: 138.5%;
	margin-right: 1.5rem;
}
.nav a::before {
	content: "";
	display: block;
	width: 1em;
	height: 1.5px;
	background: #f2f2f2;
	margin-right: 0.5rem;
	transition: .2s;
}
.nav a:hover::before {
	background: var(--c_bl);
	width: 1.5em;
}


/*footer
---------------------------------------------------------*/
#footer {
	background: #fff;
	padding: 5rem 0 3rem;
}
.fLft {
	text-align: left;
	max-width: 31.2rem;
	margin-right: 3rem;
}
.fLogo {
	color: var(--c_bl);
	font-size: 1.3rem;
	line-height: 1;
	margin-bottom: 3rem;
}
.fLogo .logo img {
	max-height: 9.1rem;
}
.fLogo .txt .fo-roboto {
	font-size: 2.2rem;
}
.fBnr {
	position: relative;
	background: #000;
	border-radius: 1rem;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 1.5rem;
}
.fBnr a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	text-align: center;
	aspect-ratio: 31/12;
	position: relative;
	font-size: 1.4rem;
	letter-spacing: .05em;
}
.fBnr a figure {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -1;
}
.fBnr a figure img {
	height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1.01);
}
.fBnr a:hover figure img {
	transform: scale(1.1);
}
.fBnr a .fo-roboto {
	font-size: 2.4rem;
	margin-bottom: 0.8rem;
}
.fBnr a::after {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
}
.fBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 1rem;
	position: relative;
	border-radius: 10rem;
	letter-spacing: .1em;
	color: #fff;
	overflow: hidden;
	font-size: 1.2rem;
	z-index: 1;
	padding: 2rem .5rem;
	background: #4066D0;
}
.fBtn .fo-roboto {
	font-size: 145%;
}
.fBtn a::after {
	width: 1.3rem;
	margin-left: 0;
}
.fBtn a:hover {
	background: var(--c_bl);
}
.fNavWrap {
	padding-top: 3rem;
	gap: 0 12rem;
}
.fNav {
	text-align: left;
	gap: 4rem 6.5rem;
	font-size: 1.3rem;
	letter-spacing: .05em;
}
.fNav li + li {
	margin-top: 2.5rem;
}
.fNav li a {
	font-size: 1.3rem;
	display: flex;
	align-items: center;
}
.fNav li a .fo-roboto {
	font-size: 138.5%;
	margin-right: 1.5rem;
}
.fNav li a:hover {
	color: var(--c_bl);
}
.copyWrap {
	margin-top: 5rem;
	font-size: 1.2rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem
}
#btmLink {
	padding: 0;
}
.btmLink li {
	width: 50%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btmLink li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	text-align: center;
	aspect-ratio: 500/233;
	position: relative;
	font-size: 1.8rem;
	letter-spacing: .05em;
}
.btmLink li a figure {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -1;
}
.btmLink li a figure img {
	height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1.01);
}
.btmLink li a:hover figure img {
	transform: scale(1.1);
}
.btmLink li a .fo-roboto {
	font-size: 3.2rem;
	margin-bottom: 0.8rem;
}
.btmLink li a::after {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
}
.btmLink li .txtBox {
	background: var(--c_bl);
	padding: 5rem 2rem;
	width: 100%;
	max-width: 48rem;
	margin: 0 auto;
	transition: .4s;
}
.btmLink li:nth-of-type(2) .txtBox {
	background: var(--c_gr);
}
.btmLink li:hover .txtBox {
	opacity: .7;
}

/*toppage
---------------------------------------------------------*/
.mainArea {
	overflow: hidden;
	position: relative;
	height: 100vh;
	min-height: 60rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
	.mainArea {
		height: 91.1rem;
	}
}
.mainArea::before,
.mainArea::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../img/top/main_ornament01.png) top left no-repeat;
	background-size: contain;
	width: 47%;
	aspect-ratio: 469/153;
}
.mainArea::before{
	max-width: 43rem;
}
.mainArea::after {
	background: url(../img/top/main_ornament02.png) bottom right no-repeat;
	background-size: contain;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
}
.mainArea .bg {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.mainArea .bg li {
	width: 50%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.mainArea .bg li img {
	height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.mainArea .bg li .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
	transition: 1.8s;
}
.mainArea .bg li .img.act {
	opacity: 1;
}
.mainArea .bg li .img.hid {
	opacity: 0;
}
.mainArea .bg li:nth-of-type(2) .img {
	transition-delay: .4s;
}
.fvmask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	opacity: .7;
	pointer-events: none;
	-webkit-backdrop-filter: blur(10px);
	        backdrop-filter: blur(10px);
	transition: .6s 1.3s;
}
.fvmask::before,
.fvmask::after {
	content: "";
	display: block;
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: var(--c_bl);
	z-index: 1;
	-webkit-clip-path: inset(0 0 0 0);
	        clip-path: inset(0 0 0 0);
	transition: .8s 1s cubic-bezier(.68, .03, .31, .94);
}
.fvmask::after {
	left: auto;
	right: 0;
	background: var(--c_gr);
}
.act .fvmask {
	-webkit-backdrop-filter: blur(0);
	        backdrop-filter: blur(0);
}
.act .fvmask::before{
	-webkit-clip-path: inset(0 0 100% 0);
	        clip-path: inset(0 0 100% 0);
}
.act .fvmask::after {
	-webkit-clip-path: inset(100% 0 0 0);
	        clip-path: inset(100% 0 0 0);
}
.mainTxt {
	position: relative;
	z-index: 5;
	letter-spacing: .05em;
	text-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
	font-size: 2rem;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transform: scale(1.02);
	opacity: 0;
	transition: 1.4s 1.4s;
}
.act .mainTxt {
	opacity: 1;
	transform: scale(1);
	-webkit-filter: blur(0);
	        filter: blur(0);
}
.svgWrap{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-43%);
	z-index: 1;
	width: 60rem;
	aspect-ratio: 41/27;
	z-index: -1;
}
.mainTxt h1 {
	font-size: 4.4rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 1rem;
}
.mainTxt h1 img {
	height: 9.3rem;
	margin-right: 0.3em;
	vertical-align: -.1em;
}
.mainEng {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50%;
	transform: translateY(50%);
	margin: 0 auto;
	z-index: 90;
	font-size: 8.85416vw;
	font-size: clamp(13rem,8.85416vw,17rem);
	line-height: 0.75;
	text-indent: .05em;
	letter-spacing: .03em;
	text-align: center;
	visibility: visible;
	opacity: 0;
	transition:
		bottom 0.8s 1.15s cubic-bezier(0.68, 0.03, 0.31, 0.94),
		transform 0.8s 1.15s cubic-bezier(0.68, 0.03, 0.31, 0.94),
		opacity 0.8s 0s ease;
}
.mainEng.act  {
	opacity: 1;
	bottom: 0;
	transform: none;
}
.mainEng small{
	margin:0 -2.6rem;
	display: inline-block;
}


/*topcontents*/
.topTxtTtl  {
	font-size: 1.4rem;
	color: var(--c_gr);
	margin-bottom: 3rem;
}
.topTxtTtl h2 {
	font-size: 7.2rem;
}
#topTxt h3 {
	font-size: 3rem;
	letter-spacing: 0.05em;
	margin-bottom: 3rem;
}
.gallery {
	margin-top: 7rem;
}
.gallery  .slick-list {
	padding: 1.5rem 0;
}
.gallery .img {
	margin: 0 1rem;
	overflow: hidden;
	border-radius: 2rem;
	-webkit-animation: main 5s linear infinite;
	        animation: main 5s linear infinite;
}
.gallery .img:nth-of-type(even) {
	margin-top: 3rem;
	-webkit-animation: main 5s linear infinite 2.5s;
	        animation: main 5s linear infinite 2.5s;
}
@-webkit-keyframes main {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-1.5rem);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes main {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-1.5rem);
	}
	100% {
		transform: translateY(0px);
	}
}
.ttlBox {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .5rem;
	text-align: left;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-bottom: 2rem;
}
.ttlBox h2,
.ttlBox p {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: .5rem 3.5rem .5rem 1rem;
}
.ttlBox h2::before,
.ttlBox p::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #2097EC;
	background: linear-gradient(270deg, #2097EC 0%, #7EFFA3 100%);
	background-size: 200% 100%;
	-webkit-animation: AnimationTitle 5s ease infinite;
	        animation: AnimationTitle 5s ease infinite;
	-webkit-clip-path: inset(0 100% 0 0);
	        clip-path: inset(0 100% 0 0);
	transition: .4s .2s cubic-bezier(.68,.03,.31,.94);
}
.ttlBox h2 {
	font-size: 5.2rem;
}
.ttlBox p {
	padding: 1rem;
}
.ttlBox p::before {
	background: #2097EC;
	background: linear-gradient(90deg, #2097EC 0%, #7EFFA3 100%);
	background-size: 200% 100%;
	-webkit-animation: AnimationTitle 5s ease infinite;
	        animation: AnimationTitle 5s ease infinite;
	transition-delay: .5s;
}
.ttlBox.act h2::before,
.ttlBox.act p::before {
	-webkit-clip-path: inset(0 0 0 0);
	        clip-path: inset(0 0 0 0);
}
.secTxt {
	text-align: left;
	line-height: 2;
	margin-bottom: 3rem;
}
#topAbout {
	background: url(../img/top/illust01.svg) top right 3.5rem no-repeat,url(../img/top/about_bg.jpg) center center no-repeat;
	background-size: 45.4rem auto,cover;
}
.aboutLink {
	margin: 3rem calc(-50vw + 50%);
	gap: 1rem 2rem;
	padding: 0 2rem;
}
.aboutLink li {
	flex: 1;
	background: #fff;
}
.aboutLink .btnImg a {
	aspect-ratio: 1/1.006;
}
.aboutLink .btnImg .eng {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	z-index: 10;
	text-align: left;
	font-size: 2.3rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #fff;
}
#topPeople {
	background: url(../img/top/illust02.svg) bottom left no-repeat,url(../img/top/profile_bg.png) top left no-repeat;
	background-size: 35rem auto,50% auto;
	padding-bottom: 12.5rem;
}
#topPeople * {
	min-height: 0!important;
	min-width: 0!important;
}
.topPeopleWrap {
	max-width: 37rem;
	margin-right: 13.5rem;
}
.peopleSliderArea {
	flex: 1;
	margin-right: calc(-50vw + 30%);
}
.peopleSliderBox {
	overflow: hidden;
	border-radius: 2rem;
	margin: 0 1rem;
	position: relative;
}
.peopleSliderBox img {
	transform: scale(1.01);
	transition: .6s;
}
.peopleSliderBox:hover img {
	transform: scale(1.08);
	opacity: 1;
}

.peopleSliderBox .eng {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	z-index: 10;
	text-align: left;
	font-size: 2.3rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	color: var(--c_gr);
}
.peopleSliderBox .copy {
	position: absolute;
	top: 2.5rem;
	left: 2rem;
	z-index: 10;
	text-align: left;
	font-size: max(.8333vw,11px);
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #fff;
	display: flex;
	align-items: start;
	flex-direction: column;
	gap: .3rem;
}
.peopleSliderBox .copy span {
	position: relative;
	display: inline-block;
	padding: .8rem .3rem;
}
.peopleSliderBox .copy span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: var(--c_bl);
	background: linear-gradient(0deg, #2097EC 0%, #7EFFA3 100%);
}
.peopleSliderNav {
	display: flex;
	justify-content: flex-end;
	margin: 0 25rem 2rem 0;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--c_gr);
	cursor: pointer;
}
.SliderArrow {
	display: flex;
	align-items: center;
	height: 3.6rem;
	position: relative;
	padding: 2px 1.8rem 0;
	gap: 0.5rem;
}
.SliderArrow::before {
	content: "";
	display: block;
	height: 100%;
	aspect-ratio: 1;
	border: 1px solid var(--c_gr);
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	transition: .4s;
}
.SliderArrow:hover:before {
	background: var(--c_gr);
	opacity: .15;
}
.SliderArrow .arw {
	display: block;
	width: 3rem;
	height: 1px;
	background: var(--c_gr);
	position: relative;
}
.SliderArrow .arw::after {
	content: "";
	display: block;
	width: .7rem;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: var(--c_gr);
	transform-origin: bottom right;
	transform: rotate(45deg);
	z-index: 5;
	transition: .2s .2s;
}
.SliderArrow.prev {
	flex-direction: row-reverse;
}
.SliderArrow.prev::before {
	right: auto;
	left: 0;
}
.SliderArrow.prev .arw {
	transform: scale(-1,1);
}
#topWorks {
	background: url(../img/top/illust03.svg) top right 3.5rem no-repeat,url(../img/top/works_bg.jpg) center center no-repeat;
	background-size: 38.6rem auto,cover;
}
.worksLink li {
	width: 48%;
}
.worksLink li figure {
	border-radius: 2rem;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.worksLink li .txtBox {
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.worksLink li .ttlBox02 .fo-roboto {
	font-size: 3rem;
}
.ttlBox02 {
	color: var(--c_gr);
	font-size: 1.3rem;
	letter-spacing: .05em;
}
.ttlBox02 .fo-roboto {
	font-size: 385%;
}
#topFigures {
	background: url(../img/sec_bg.png) right bottom no-repeat;
	background-size: 48% auto;
}
.figuresLinkArea a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 2rem;
	overflow: hidden;
	padding: 3rem 2.5rem 3rem 7.5rem;
	background: url(../img/top/figures_illust.svg) center left -4rem no-repeat,url(../img/top/figures_bg.png) center center no-repeat;
	background-size: 64.6rem auto,cover;
}
.figuresLinkArea {
	text-align: left;
}
.figuresLinkArea .ttlBox02 {
	margin-bottom: 3rem;
	font-size: 1.4rem;
}
#toppageBtm {
	position: relative;
	z-index: 1;
	height: 58rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: right;
}
#toppageBtm > figure {
	position: absolute;
	left: 0;
	top: 170%;
	height: 140%;
	width: 100vw;
	right: 0;
	background: url(../img/top/btm_bg.jpg) center center no-repeat;
	background-size: cover;
	z-index: -5;
	opacity: 0;
	transition: opacity 1.5s .6s;
}

#toppageBtm.act >figure {
	opacity: 1;
}
.btmTxt {
	display: inline-block;
	position: relative;
	z-index: 5;
	letter-spacing: .05em;
	font-size: 2.4rem;
	text-align: center;
	color: #fff;
	margin-right: -5rem;
	transition: 1.2s 1s;
	-webkit-filter: blur(10px);
	        filter: blur(10px);
	opacity: 0;
	transform: scale(1.05);
}
.btmTxt::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-57%,-50%);
	z-index: 1;
	background: url(../img/top/btm_ornament01.png) top left no-repeat;
	background-size: contain;
	width: 46.3rem;
	aspect-ratio: 41/27;
	z-index: -1;
}
.btmTxt h2 {
	max-width: 59.8rem;
	margin: 0 auto 2rem;
}
.btmTxt .eng {
	font-weight: 400;
}
.btmTxt .eng img {
	max-height: 3.5rem;
}
.act .btmTxt {
	-webkit-filter: blur(0);
	        filter: blur(0);
	opacity: 1;
	transform: scale(1);
}

/*recruit-subPage
---------------------------------------------------------*/
#recruit-subPage {
	background: url(../img/subpage_bg.png) top right no-repeat;
	background-size: 51% auto;
}
#recruit-subPage main {
	padding-top: 20rem;
}
.subPageHeader {
	margin-bottom: 8rem;
}
.subPageTtlArea {
	max-width: 192rem;
}
.pageImg {
	border-radius: 2rem;
	overflow: hidden;
}
.pageImg img {
	width: 100%;
}
.subPageTtl {
	text-align: left;
	font-size: 1.4rem;
	color: var(--c_gr);
	margin-bottom: 6rem;
}
.subPageTtl h1 {
	font-size: 7.2rem;
}
.pankz {
	font-size: 1.4rem;
	margin-top: 1rem;
	position: relative;
	z-index: 10;
}
.pankz ol {
	display: flex;
	flex-wrap: wrap;
}
.pankz li:not(:first-of-type)::before {
	content: ">";
	margin: 0 .5rem;
}
.pankz li a:hover {
	color: var(--c_bl);
}
.pankz.clr-wh * {
	color: #fff;
}

/*description
---------------------------------------------------------*/
.descTbl th,
.descTbl td {
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	padding: 2rem 0;
	text-align: left;
}
.descTbl th {
	font-weight: 500;
	letter-spacing: .1em;
	padding-inline: 2rem
}
.descTbl td b {
	font-weight: 400;
}
.entrBnrArea {
	position: relative;
	padding: 7rem 0 8rem;
	overflow: hidden;
	background: linear-gradient(180deg,#45CCFB 0%,rgba(126,255,163,.3) 50%,rgba(126,255,163,0) 100%),url(../img/entry_bnr_bg.jpg) center center no-repeat;
	background-size: cover;
}
.entrBnrArea .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -10;
}
.entrBnrArea .bg img {
	height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.entrBnr {
	gap: 4rem 6rem;
}
.entrBnr li {
	width: 40rem;
	position: relative;
	z-index: 5;
}
.entrBnr li::before,
.entrBnr li::after {
	content: "";
	display: block;
	width: 87.5%;
	height: 60%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	top: -1rem;
	left: -1rem;
	z-index: 1;
	transition: .4s ease-in;
	pointer-events: none;
	z-index: -1;
}
.entrBnr li::after {
	top: auto;
	left: auto;
	bottom: -1rem;
	right: -1rem;
	transform: scale(-1,-1);
}
.entrBnr li:hover::before,
.entrBnr li:hover::after {
	background: var(--c_bl);
	border-color: var(--c_bl);
	width: calc(100% + 2rem + -1px);
	height: calc(100% + 2rem + -1px);
}
.entrBnr li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	height: 15rem;
	position: relative;
}
img[src*="mynavi"] {
	max-height: 3.5rem;
	opacity: 1!important;
}
img[src*="onecareer"] {
	max-height: 4rem;
	opacity: 1!important;
}
.entrBnr li a.blank::after {
	position: absolute;
	right: 1.5rem;
	bottom: 1.5rem;
	z-index: 1;
}
.entBnrTtl {
	color: #fff;
	margin-bottom: 3rem;
}
.entBnrTtl h2 {
	font-size: 9rem;
}

/*about
---------------------------------------------------------*/
#page-about .subPageHeader {
	margin-bottom: 0;
}
.aboutArea {
	margin-top: -3rem;
	position: relative;
	padding: 12rem 0;
	color: #fff;
	background: url(../img/about/bg.jpg) bottom 10rem center no-repeat;
	background-size: 100% auto;
}
.aboutArea.act-about {
	background: none;
}
.aboutArea::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	height: 55rem;
	background: linear-gradient(0deg, #FFF 0%,#FFF 20%,  rgba(255, 255, 255, 0) 100%);
	z-index: 1;
}
.aboutBg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 160rem;
	z-index: -1;
	background: url(../img/about/bg.jpg) bottom 10rem center no-repeat;
	background-size: 100% auto;
	opacity: 0;
}
.aboutBg.act-about {
	position: fixed;
	opacity: 1;
}
.aboutTtl h2 {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 8rem;
}
.aboutTtl h2 .fo-roboto {
	font-size: 4.6rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 2rem;
}
.aboutTtl h2 img {
	width: 6.35em;
	margin-right: .25em;
	vertical-align: -0.1em;
}
.aboutArea .txt-lh {
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	line-height: 2.4;
	font-weight: 300;
}
.aboutArea .txt-lh + .txt-lh {
	margin-top: 3em;
}
.aboutImgs {
	margin: 0 -5rem;
	position: relative;
	z-index: 50;
}
.aboutImgs li {
	border-radius: 2rem;
	overflow: hidden;
}
.aboutImgs li:nth-of-type(1) {
	max-width: 25.6rem;
	margin-left: auto;
	margin-top: -7.5rem;
}
.aboutImgs li:nth-of-type(2) {
	max-width: 35rem;
	margin-right: 0;
	margin-top: -2rem;
}
.aboutImgs li:nth-of-type(3) {
	max-width: 27rem;
	margin-left: auto;
	margin-right: 30rem;
	margin-top: -11rem;
}
.aboutImgs li:nth-of-type(4) {
	max-width: 25.6rem;
	margin-left: 24rem;
	margin-top: -1.5rem;
}
.aboutImgs li:nth-of-type(5) {
	max-width: 35rem;
	margin-left: auto;
	margin-right: 0;
	margin-top: -7rem;
}
.anm-fade {
	opacity: 0;
	transition: opacity 1.6s .8s;
}
.anm-fade.act {
	opacity: 1;
}
#message {
	position: relative;
	overflow: visible;
	background: #000;
}
#message::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -4px;
	height: 5px;
	background: #fff;
	z-index: 10;
}
.messageWrap {
	gap: 3rem 8rem;
	align-items: flex-start;
}
.messageWrap .box {
	width: 66rem;
	text-align: justify;
}
.messageWrap .box h2 {
	font-size: 2.4rem;
	margin-bottom: 3rem;
}
.messageWrap .img {
	flex: 1;
	border-radius: 2rem;
	overflow: hidden;
}
.presidentName {
	margin-top: 6rem;
	gap: 1.2rem
}
.presidentName img {
	max-height: 4.1rem;
	margin: 0;
}
.messageBtmImg {
	margin-top: 12rem;
	border-radius: 2rem;
	overflow: hidden;
}
.messageWrap._02 {
	margin-top: 12rem;
}
.messageWrap._02 .box {
	width: 67rem;
}
.messageWrap._02 .img {
	margin-right: calc(-50vw + 50%);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	text-align: left;
	max-height: 90rem;
}
.messageWrap._02 .img img {
	height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.secTtlArea {
	display: flex;
	align-items: end;
	gap: 0 12rem;
	text-align: left;
	margin-bottom: 6rem;
}
.secTtl h2 {
	font-size: 4.6rem;
	margin-bottom: 0.5rem;
}
.secTtl p {
	font-size: 1.4rem;
}
.secTtlArea .secTxt {
	margin-bottom: 0;
}
.productCaterory .box {
	gap: 3rem 9rem;
	align-items: flex-start;
}
.productCaterory .box + .box {
	margin-top: 8rem;
}
.productCaterory .box .img {
	width: 47.5rem;
	border-radius: 2rem;
	overflow: hidden;
}
.productCaterory .box dl {
	flex: 1;
	text-align: left;
}
.productCaterory .box dt {
	margin-bottom: 3rem;
}
.productCaterory .box dt h3 {
	font-size: 2.4rem;
}
.productCaterory .box dt .num {
	margin-bottom: .2rem;
}

#productCaterory {
	background: url(../img/sec_bg-r.png) left bottom no-repeat;
	background-size: 48% auto;
}

/*benefits
---------------------------------------------------------*/
.benefitsWrap {
	gap: 2.5rem;
	text-align: left;
}
.benefitsWrap > dt {
	width: 30rem;
}
.benefitsWrap > dt .eng {
	color: var(--c_gr);
	margin-bottom: 0.5rem;
}
.benefitsWrap > dt h2 {
	font-size: 2.4rem;
}
.benefitsWrap > dd {
	flex: 1;
}
.benefitsWrap + .benefitsWrap {
	margin-top: 6rem;
	padding-top: 6rem;
	border-top: 1px solid #e1e1e1;
}
.benefitsWrap:nth-of-type(2) {
	border-top: none;
	padding-top: 0;
	margin-top: 8rem;
}
.benefitsTbl {
	display: grid;
	grid-template-columns: 20rem 1fr;
}
.benefitsTbl dt,.benefitsTbl dd {
	padding: 2rem;
	border-top: 1px solid #e1e1e1;
}
.benefitsTbl dt:last-of-type,.benefitsTbl dd:last-of-type {
	border-bottom: 1px solid #e1e1e1;
}
.benefitsTbl dt {
	text-align: center;
	font-weight: 500;
}
.benefitsIcon {
	display: grid;
	grid-template-columns: repeat(6,1fr);
	gap: 4.5rem 1.5rem;
	text-align: center;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.02em;
	font-feature-settings: "palt";
}
.benefitsIcon figure {
	border-radius: .8rem;
	aspect-ratio: 1;
	background: #F5F9FA;
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}
.benefitsIcon small {
	display: block;
	font-weight: 400;
	margin-top: 0.5rem;
}
.benefitsPoint {
	margin-top: 5rem;
}
.benefitsPoint .ttl {
	font-size: 1.8rem;
	font-weight: 700;
	gap: 1rem;
	margin-bottom: 1rem;
}
.benefitsPoint .ttl .fo-roboto {
	display: block;
	background: #000;
	color: #fff;
	font-size: 1.2rem;
	padding: .5rem 1rem;
}

/*training
---------------------------------------------------------*/
#training {
	background: url(../img/training/bg.jpg) center center no-repeat;
	background-size: cover;
}
#training .secTtlArea {
	margin-bottom: 3rem;
}
.trainingWrap {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 3rem;
}
.trainingWrap dl {
	border-radius: 2rem;
	background: #fff;
	padding: 5rem 3rem;
	text-align: left;
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
}
.trainingWrap dt {
	margin-bottom: 3rem;
}
.trainingWrap dt h3 {
	font-size: 2.4rem;
}
.trainingWrap dd li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5rem;
	background: #CFF2F4;
	padding: 1rem;
	border-radius: .6rem;
}
.trainingWrap dd li + li {
	margin-top: .5rem;
}
.trainingWrap dd li p {
	font-size: 1.8rem;
	font-weight: 500;
}
.trainingWrap dd li span {
	display: inline-block;
	background: var(--c_gr);
	color: #fff;
	line-height: 1;
	padding: .8rem;
	border-radius: .6rem;
}
.trainingWrap dd li p + span {
	margin-left: 2.5rem;
}
.trainingWrap dd li p + span +span {
	margin-left: 0.8rem;
}
.trainingWrap dd .note {
	text-align: right;
	margin-top: 1rem;
}
.trainingWrap dl._02 li {
	background: #CFE6F4;
	height: 5.91rem;
}
.trainingWrap dl._02 li span {
	background: var(--c_bl);
}

/*people
---------------------------------------------------------*/
.peopleList {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 7.5rem 4.5rem;
	text-align: left;
}
.peopleList .thumb {
	display: block;
	text-align: center;
	overflow: hidden;
	border-radius: 2rem;
	margin-bottom: 1rem;
}
.peopleList .thumb img {
	transform: scale(1.01);
	transition: .6s;
}
.peopleList .thumb:hover img {
	transform: scale(1.08);
	opacity: 1;
}
.peopleTit {
	display: flex;
	align-items: center;
	gap: .5rem 1.5rem;
	font-size: 2rem;
}
.peopleTit .tag {
	text-align: center;
	display: inline-block;
	background: #eee;
	border-radius: 10rem;
	padding: .5rem 1.5rem;
	font-size: 1.5rem;
}
.initial{
	letter-spacing: .07em;
}
.peopleList dd {
	font-size: 2rem;
	color: var(--c_gr);
	font-weight: 700;
	line-height: 1.4;
	margin-top: 1.5rem;
}

/*people-detail
---------------------------------------------------------*/
.peopleTtlWrap {
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
}
.peopleTtlWrap .container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: flex;
	align-items: center;
}
.peolpleTtlBox {
	z-index: 10;
	text-align: left;
	max-width: 50%;
}
.peolpleTtlBox .position {
	font-size: 3rem;
	color: var(--c_gr);
	min-height: 7.2rem;
	max-width: 45rem;
	line-height: 1.2;
	margin-bottom: 3rem;
}
.peolpleTtlBox h1 {
	display: flex;
	flex-direction: column;
	gap: .7rem;
	align-items: flex-start;
	margin-bottom: 5rem;
}
.peolpleTtlBox h1 span {
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 3.6rem;
	line-height: 1.4;
	color: #fff;
	padding: .5rem 1.7rem;
}
.peolpleTtlBox h1 span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #2097EC;
	background: linear-gradient(270deg, #2097EC 0%, #7EFFA3 100%);
	background-size: 200% 100%;
	-webkit-animation: AnimationTitle 5s ease infinite;
				animation: AnimationTitle 5s ease infinite;
	-webkit-clip-path: inset(0 100% 0 0);
				clip-path: inset(0 100% 0 0);
	transition: .4s .2s cubic-bezier(.68,.03,.31,.94);
}
.peolpleTtlBox h1 span:last-of-type::before {
	transition-delay: .4s;
}
.peolpleTtlBox.act h1 span::before {
	-webkit-clip-path: inset(0 0 0 0);
				clip-path: inset(0 0 0 0);
}
.peolpleTtlBox .peopleTit .tag {
	background: #fff;
	padding: .5rem 2rem;
}
.interviewWrap {
	display: flex;
	align-items: flex-start;
	gap: 8rem;
}
.interviewWrap + .interviewWrap {
	margin-top: 10rem;
}
.interviewWrap:nth-of-type(odd) {
	flex-direction: row-reverse;
}
.interviewWrap .img {
	border-radius: 2rem;
	overflow: hidden;
	flex: 1;
}
.interviewWrap .img img {
	width: 100%;
}
.interviewWrap dl {
	width: 50%;
	text-align: left;
}
.interviewWrap dt {
	margin-bottom: 3rem;
}
.interviewWrap dt .num {
	font-weight: 500;
	letter-spacing: .05em;
	margin-bottom: 0.7rem;
}
.interviewWrap dt h2 {
	font-size: 2.4rem;
}
.interviewWrap dd {
	line-height: 1.8;
	text-align: justify;
}
.interviewWrap._02 .img {
	margin-left: calc(-50vw + 50%);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.interviewWrap._04 {
	flex-direction: column-reverse!important;
}
.interviewWrap._04 dl {
	width: 100%;
}
.interviewArea._reverse .interviewWrap:nth-of-type(odd) {
	flex-direction: row;
}
.interviewArea._reverse .interviewWrap:nth-of-type(even) {
	flex-direction: row-reverse;
}
.interviewArea._reverse .interviewWrap._02 .img {
	margin-left: 0;
	margin-right: calc(-50vw + 50%);
	border-radius: 2rem 0 0 2rem;
}
#otherPeople .peopleSliderNav {
	margin: -3.6rem 0 5rem auto;
}
#peopleList,#otherPeople,#numbers {
	background: url(../img/sec_bg-r.png) left bottom no-repeat;
	background-size: 48% auto;
	padding-bottom: 14rem;
}

/*numbers
---------------------------------------------------------*/
.numbersArea {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(11, 1fr);
	gap: 2.4rem
}
.numbersArea li{ 
	background: #F5F9FA;
	border-radius: 2rem;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 2.5rem;
	padding: 2rem;
	font-size: 1.8rem;
}
.numbersArea li:nth-of-type(1){ grid-area: 1 / 1 / 3 / 3; }
.numbersArea li:nth-of-type(2) { grid-area: 3 / 1 / 5 / 2; }
.numbersArea li:nth-of-type(3) { grid-area: 3 / 2 / 4 / 3; }
.numbersArea li:nth-of-type(4) { grid-area: 4 / 2 / 5 / 3; }
.numbersArea li:nth-of-type(5) { grid-area: 5 / 1 / 6 / 2; }
.numbersArea li:nth-of-type(6) { grid-area: 6 / 1 / 8 / 2; }
.numbersArea li:nth-of-type(7) { grid-area: 5 / 2 / 7 / 3; }
.numbersArea li:nth-of-type(8) { grid-area: 7 / 2 / 8 / 3; }
.numbersArea li:nth-of-type(9) { grid-area: 8 / 1 / 10 / 2; }
.numbersArea li:nth-of-type(10) { grid-area: 10 / 1 / 11 / 2; }
.numbersArea li:nth-of-type(11) { grid-area: 8 / 2 / 9 / 3; }
.numbersArea li:nth-of-type(12) { grid-area: 9 / 2 / 11 / 3; }
.numbersArea li:nth-of-type(13) { grid-area: 11 / 1 / 12 / 2; }
.numbersArea li:nth-of-type(14) { grid-area: 11 / 2 / 12 / 3; }
.numbersArea .img {
	max-width: 24.6rem;
}
.numbersArea h2 {
	font-size: 2.4rem;
}
.numbersArea .note {
	font-size: 1.4rem;
}
.numbersArea .wrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0 2.5rem;
}
.numBox {
	white-space: nowrap;
}
.numbersArea .num {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	font-feature-settings: "palt";
}
.numbersArea .num .cu {
	font-size: 9rem;
	font-family: "roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: .8;
	letter-spacing: -0.02em;
	margin-right: 0.05em;
}
.numbersArea .num .cu {
  position: relative;
  color: transparent;
}
.numbersArea .num .cu::before {
  content: attr(data-value);
  visibility: hidden;
}
.cu-inner {
  position: absolute;
	bottom: .25em;
  left: 0;
  width: 100%;
  color: #000;
  font-variant-numeric: tabular-nums;
}
.gyoseki .img {
	max-width: 61.2rem;
}
.gyoseki .img ._01 {
	clip-path: inset(0 100% 0 0);
	transition: .8s .4s cubic-bezier(.68,.03,.31,.94);
}
.gyoseki .img ._01.act {
	clip-path: inset(0 0 0 0);
}
.gyoseki .img._03 {
	max-width: 22.4rem;
	margin: 0 auto -1.5rem 3rem;
}
.gyoseki .num {
	font-size: 5rem;
}
.gyoseki .cu {
	font-size: 15rem;
}
.danjohi .img {
	position: relative;
}
.danjohi .img .numBox {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.danjohi .img .numBox .num {
	font-size: 2rem;
}
.danjohi .img .numBox .num .cu {
	font-size: 6.2rem;
}
.danjo dl + dl {
	margin-top: 2rem;
}
.danjo dt {
	display: flex;
	align-items: end;
	line-height: 1.2;
}
.danjo dt img {
	max-height: 2.6rem;
	margin: 0 .7rem 0 0;
}
.danjohi .wrap {
	align-items: center;
}
.danjohi .danjo .num .cu,.sinsotsu .num .cu,.ikukyu .num .cu {
	font-size: 7.4rem;
}
.sinsotsu .numBox:nth-of-type(2) {
	margin-right: -3rem;
	margin-bottom: -3rem;
}
.sinsotsu .wrap {
	gap: 5rem;
}
.sinsotsu .txt {
	margin-top: 0.5rem;
	font-size: 1.4em;
	display: flex;
	justify-content: center;
	gap: 15.5rem;
}
.sinsotsu .img {
	max-width: 40.5rem;
	margin: 0 auto;
}
.ikukyu .wrap {
	align-items: center;
}
.ikukyu .danjo .fo-roboto {
	font-size: 3rem;
}
.ikukyu .danjo dt {
	margin-top: 1.5rem;
}
.danjo dd {
	margin-top: 0.5rem;
}
.nensu .danjo {
	display: flex;
	gap: 2rem;
}
.nensu .danjo dt {
	font-size: 2.4rem;
}
.nensu .danjo img {
	min-height: 5.7rem;
}
.nensu .danjo dt .fo-roboto {
	font-size: 5.4rem;
}
.wariai2-30 .btm {
	display: flex;
	align-items: flex-end;
	line-height: 1.2;
	gap: .5rem;
	margin-top: 1rem;
}
.wariai2-30 .btm span {
	font-size: 3rem;
}
.wariai2-30 .danjo dt {
	margin-top: 1.5rem;
}
.josei .wrap {
	align-items: center;
	font-size: 3rem;
}
.ricthi .wrap {
	align-items: center;
}
.ricthi .img {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 1.7rem;
}
.ricthi .img img {
	max-height: 9.5rem;
}




























/*ieハック*/
@media screen\0  {
}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1150px) {
	html {
		font-size: .8vw;
	}
}

/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 780px) {
/*全体レイアウト
---------------------------------------------------------*/
	html {
		font-size: 2.7777777vw;
	}
	body {
		font-size: 1.4rem;
		line-height: 1.5
	}
	body.active {
		overflow: hidden;
	}
	body::after {
		content: "";
		display: block;
		position: fixed;
		transition: .4s;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0, 0.5);
		-webkit-backdrop-filter: blur(5px);
		        backdrop-filter: blur(5px);
		transition: .4s;
		opacity: 0;
		pointer-events: none;
	}
	body.active::after {
		opacity: 1;
		z-index: 900;
	}
	article > section {
		padding: 5rem 0;
	}
	.txt-lh {
		line-height: 1.8;
	}

	/*common
	-------------------------------------------------------*/
	.moreBtn {
		height: 4.5rem;
		padding-right: 2.25rem;
	}
	.moreBtn .arw {
		width: 10.5rem;
	}
	.moreBtn .arw::before {
		width: 2.25rem;
	}
	.btnImg {
		border-radius: 1rem;
	}
	.btnImg a:hover figure img {
		transform: none !important;
	}

	/*header
	-------------------------------------------------------*/
	.hWrap {
		padding: 1rem;
	}
	.logoWrap {
		gap: 0 1rem;
		font-size: 1rem;
	}
	.logoWrap .txt .fo-roboto {
		font-size: 1.8rem;
	}
	.hLogo.logoWrap {
		align-items: center;
	}
	.logoWrap .logo img {
		display: block;
		max-height: 4.1rem;
	}
	.fixBtn {
		top: 1rem;
		right: 1rem;
	}
	.menuIconWrap {
		width: 4.5rem;
		height: 4.5rem;
	}
	.hBtn {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: .2s;
	}
	.active .hBtn {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}
	#nav {
		padding: 7rem 1.5rem 2rem;
	}
	.nav a {
		font-size: 1.2rem;
		padding: 1.2rem 0;
	}
	.nav a.blank::after {
		width: 1rem;
	}
	.nav .fo-roboto {
		font-size: 125%;
		margin-right: 1rem;
	}

	/*footer
	-------------------------------------------------------*/
	.fWrap {
		display: block;
	}
	.fLft {
		max-width: 100%;
		margin: 0;
	}
	.fLogo {
		font-size: 1.2rem;
	}
	.fLogo .txt .fo-roboto {
		font-size: 2.2rem;
	}
	.fLogo .logo img {
		max-height: 8rem;
	}
	.fNavWrap {
		display: none;
	}
	.fBnr a {
		aspect-ratio: 5 / 2;
	}
	.fBtn a {
		padding: 1.5rem .5rem;
	}
	.fBtn .fo-roboto {
		white-space: nowrap;
	}
	#copyRight {
		text-align: center;
		margin-top: 3rem;
	}
	.btmLink {
		flex-direction: column;
		display: flex;
	}
	.btmLink li {
		width: 100%;
	}
	.btmLink li .txtBox {
		max-width: 28rem;
		padding: 2rem 1rem;
	}
	.btmLink li a .fo-roboto {
		font-size: 2.2rem;
	}
	/*toppage
	----------------------------------------------------------*/
	.mainArea {
		height: 57rem!important;
		min-height: auto;
	}
	.fvmask::before,.fvmask::after {
		width: 100%;
		height: 50%;
		left: 0;
		right: 0;
		bottom: 50%;
	}
	.fvmask::after {
		top: 50%;
		bottom: 0;
	}
	.mainArea .bg {
		display: block;
	}
	.mainArea .bg li {
		width: 100%;
		height: 50%;
	}
	.mainArea .bg li img {
		height: auto;
	}
	.mainArea .bg li:nth-of-type(2) img {
		height: 100%;
	}
	.mainTxt h1 {
		font-size: 2.4rem;
	}
	.mainTxt h1 img {
		max-height: 4.6rem;
	}
	.svgWrap {
		width: 120%;
	}
	.mainTxt .txt {
		font-size: 1.4rem;
		font-feature-settings: "palt";
	}
	.mainEng {
		font-size: 4.1rem;
		white-space: nowrap;
	}
	.mainEng small{
		margin:0 -1rem;
	}
	.mainArea::before{
		width: 78%;
	}
	.mainArea::after {
		width: 85%;
	}
	.topTxtTtl h2 {
		font-size: 4rem;
	}
	#topTxt h3 {
		font-size: 2rem;
	}
	#topTxt .txt-lh {
		text-align: left;
	}
	.gallery {
		margin-top: 4rem;
	}
	.gallery .img {
		border-radius: 1rem;
	}
	.ttlBox h2 {
		font-size: 4rem;
		padding-right: 2rem;
	}
	.aboutLink {
		flex-direction: column;
	}
	.aboutLink .btnImg a {
		aspect-ratio: 5/3;
	}
	.aboutLink .btnImg .eng {
		font-size: 2rem;
		text-shadow: 0 0 .5rem rgba(0,0,0,.3);
	}
	#topAbout {
		padding-top: 15rem;
		background-size: 70% auto,cover;
	}
	.topPeopleArea {
		display: block;
	}
	.topPeopleWrap {
		max-width: 100%;
		margin: 0 0 2rem;
	}
	.peopleSliderNav {
		margin-right: 15rem;
	}
	.peopleSliderArea {
		margin-right: calc(-50vw + 10%);
	}
	.peopleSliderBox {
		border-radius: 1rem;
	}
	.peopleSliderBox:hover img {
		transform: none !important;
	}
	#topPeople {
		padding-bottom: 12rem;
		background-size: 20rem auto,80% auto;
		background-position: left bottom -3rem,top left;
	}
	#topWorks {
		padding-top: 6rem;
		background-size: 23rem auto, cover;
		background-position: top right 3rem, center center;
	}
	.worksLink {
		flex-direction: column;
		gap: 4rem 0;
	}
	.worksLink li {
		width: 100%;
	}
	.worksLink li .ttlBox02 .fo-roboto {
		font-size: 2.8rem;
		white-space: normal;
	}
	.ttlBox02 {
		font-size: 1.2rem;
	}
	.ttlBox02 .fo-roboto {
		font-size: 220%;
		white-space: nowrap;
	}
	.worksLink li figure {
		border-radius: 1rem;
	}
	#topFigures {
		background-size: 80% auto;
	}
	.figuresLinkArea a {
		border-radius: 1rem;
		padding: 2rem 2rem 4rem;
		position: relative;
		background-position: top -10rem left -3rem,center center;
		background-size: 32rem auto, cover;
	}
	.figuresLinkArea a .img {
		position: absolute;
		right: 1rem;
		bottom: 2rem;
		max-width: 16rem;
	}
	.figuresLinkArea a .txtBox {
		position: relative;
		z-index: 5;
	}
	.figuresLinkArea .ttlBox02 {
		margin-bottom: 1rem;
	}
	#toppageBtm {
		height: 20rem;
	}
	#toppageBtm > figure {
		top: 95rem;
		height: 100%;
	}
	.btmTxt {
		font-size: 1rem;
		margin-right: 0;
	}
	.btmTxt h2 {
		max-width: 20rem;
		margin-bottom: 1rem;
	}
	.btmTxt .eng img {
		max-height: 2rem;
	}
	.btmTxt::before {
		width: 20rem;
		transform: translate(-50%, -50%);
	}

	/*recruit-subPage
	------------------------------------------------------*/
	#recruit-subPage main {
		padding-top: 9rem;
	}
	.subPageHeader {
		margin-bottom: 4rem;
	}
	.subPageTtl {
		margin-bottom: 2rem;
	}
	.subPageTtl h1 {
		font-size: 3.5rem;
	}
	.pageImg {
		border-radius: 1rem;
	}
	.pankz {
		font-size: 1.2rem;
	}
	.pankz.clr-wh * {
		color: #000;
	}
	.descTbl th,.descTbl td {
		width: 100%;
		display: block;
		padding: 1.5rem;
		border: none;
	}
	.descTbl th {
		font-weight: 600;
		background: var(--c_gy);
		padding-block: .8rem;
	}
	.descTbl td {
		padding-bottom: 0;
	}
	.descTbl td b {
		display: block;
		font-weight: 500;
		margin-bottom: 0.3rem;
		border-left: .5rem solid #e1e1e1;
		padding-left: 0.5rem;
		margin-left: -1rem;
	}
	.descTbl td + td {
		padding-top: 0;
	}
	.descTbl td[width="17.5%"] {
		padding-bottom: 0;
	}
	.descTbl td:last-of-type {
		padding-bottom: 1.5rem;
		border-bottom: 1px solid var(--c_gy);
	}
	.entBnrTtl h2 {
		font-size: 4rem;
	}
	.entrBnrArea {
		padding: 3rem 0;
	}
	.entrBnr {
		flex-direction: column;
	}
	.entrBnr li {
		width: auto;
		margin: 0 1rem;
	}
	img[src*="mynavi"] {
		max-height: 2.5rem;
	}
	img[src*="onecareer"] {
		max-height: 3rem;
	}
	.entrBnr li a {
		height: 10rem;
	}

	/*about
	---------------------------------------------------------*/
	#page-about .pankz.clr-wh * {
		color: #000;
	}
	.aboutArea {
		padding: 8rem 0;
		margin-top: 2rem;
		background-image: url(../img/about/bg_sp.jpg);
		background-position: top center;
		background-size: cover;
		height: 110rem;
	}
	.aboutArea::after {
		height: 20rem;
	}
	.aboutBg.act-about {
		background-image: url(../img/about/bg_sp.jpg);
		background-position: top center;
		background-size: cover;
		height: 110rem;
	}
	.aboutTtl h2 {
		font-size: 1.4rem;
	}
	.aboutTtl h2 .fo-roboto {
		font-size: 2.4rem;
	}
	.aboutArea .txt-lh {
		font-size: 1.4rem;
	}
	.aboutImgs {
		margin: 0 -2rem;
	}
	.aboutImgs li {
		border-radius: 1rem;
	}
	.aboutImgs li:nth-of-type(1) {
		max-width: 39%;
		margin-left: auto;
		margin-top: 9rem;
	}
	.aboutImgs li:nth-of-type(2) {
		max-width: 50%;
		margin-right: 0;
		margin-top: -8rem;
		margin-left: 1rem;
	}
	.aboutImgs li:nth-of-type(3) {
		max-width: 33%;
		margin-left: auto;
		margin-right: 21rem;
		margin-top: 9rem;
	}
	.aboutImgs li:nth-of-type(4) {
		max-width: 37%;
		margin-left: 20rem;
		margin-top: -16rem;
	}
	.aboutImgs li:nth-of-type(5) {
		max-width: 47%;
		margin-left: auto;
		margin-right: 1rem;
		margin-top: 9rem;
	}
	#message {
		position: relative;
		z-index: 1;
	}
	.messageWrap {
		display: block;
	}
	.messageWrap .img {
		max-width: 55%;
		margin-left: 2rem;
		margin-bottom: 3rem;
		border-radius: 1rem;
	}
	.messageWrap .box {
		width: 100%!important;
	}
	.messageWrap .box h2 {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
	.presidentName img {
		max-height: 3rem;
	}
	.presidentName {
		margin-top: 3rem;
	}
	.messageBtmImg {
		margin-top: 6rem;
		border-radius: 1rem;
	}
	.messageWrap._02 {
		margin-top: 8rem;
	}
	.messageWrap._02 .img {
		max-width: none;
		margin-left: 0;
		height: 22rem;
	}
	.secTtlArea {
		display: block;
		margin-bottom: 4rem;
	}
	.secTtl {
		margin-bottom: 2rem;
	}
	.secTtl h2 {
		font-size: 4rem;
	}
	.productCaterory .box {
		display: block;
	}
	.productCaterory .box .img {
		border-radius: 1rem;
		width: auto;
		margin-bottom: 2rem;
	}
	.productCaterory .box dt h3 {
		font-size: 2rem;
	}
	.productCaterory .box dt {
		margin-bottom: 2rem;
	}
	.productCaterory .box dt .num {
		font-size: 1.8rem;
	}
	#productCaterory {
		background-size: 80% auto;
	}

	/*benefits
	------------------------------------------------------*/
	.benefitsWrap {
		display: block;
	}
	.benefitsWrap > dt {
		width: 100%;
		margin-bottom: 3rem;
	}
	.benefitsWrap > dt h2 {
		font-size: 2rem;
	}
	.benefitsTbl {
		grid-template-columns: 1fr;
	}
	.benefitsTbl dt, .benefitsTbl dd {
		padding: 2rem 1.5rem;
		border: none!important;
	}
	.benefitsTbl dt {
		padding: .2rem 1.3rem;
		text-align: left;
		border-left: .5rem solid #e1e1e1!important;
	}
	.benefitsIcon {
		font-size: 1.2rem;
		gap: 1rem 2rem;
		grid-template-columns: repeat(3, 1fr);
	}
	.benefitsPoint .ttl {
		flex-direction: column;
	}
	.benefitsIcon small {
		font-size: 1.1rem;
	}
	.benefitsWrap + .benefitsWrap {
		margin-top: 4rem;
		padding-top: 4rem;
	}

	/*training
	------------------------------------------------------*/
	.trainingWrap {
		grid-template-columns: 1fr;
	}
	.trainingWrap dl {
		border-radius: 1rem;
		padding: 3rem 2rem;
	}
	.trainingWrap dt {
		margin-bottom: 2rem;
	}
	.trainingWrap dt h3 {
		font-size: 2rem;
	}
	.trainingWrap dd li {
		flex-wrap: wrap;
		height: auto!important;
		gap: .8rem 0;
	}
	.trainingWrap dd li p {
		width: 100%;
		text-align: center;
		font-size: 1.6rem;
	}
	.trainingWrap dd li p + span {
		margin-left: 0;
	}
	.trainingWrap dd li span {
		font-size: 1.4rem;
	}

	/*people
	------------------------------------------------------*/
	.peopleList {
		grid-template-columns: repeat(2, 1fr);
		gap: 5rem 1.5rem;
	}
	.peopleList .thumb {
		border-radius: 1rem;
	}
	.peopleTit {
		font-size: 1.6rem;
		gap: .5rem 1rem;
	}
	.peopleTit .tag {
		font-size: 1.2rem;
		padding: .3rem 1.2rem;
	}
	.peopleList dd {
		font-size: 1.4rem;
		margin-top: 1rem;
	}

	/*people-detail
	------------------------------------------------------*/
	.peopleTtlWrap .container {
		align-items: flex-start;
		padding-top: 3rem;
	}
	.peolpleTtlBox {
		max-width: 100%;
	}
	.peolpleTtlBox .position {
		font-size: 1.8rem;
		max-width: 100%;
		min-height: 4.8rem;
		margin-bottom: 1.5rem;
	}
	.peolpleTtlBox h1 {
		margin-bottom: 2rem;
		gap: .5rem;
	}
	.peolpleTtlBox h1 span {
		font-size: 1.8rem;
		padding: .3rem 1.5rem;
	}
	#peopleDetail {
		padding-top: 3rem;
	}
	.interviewWrap,
	.interviewWrap:nth-of-type(odd),
	.interviewArea._reverse .interviewWrap:nth-of-type(odd),
	.interviewArea._reverse .interviewWrap:nth-of-type(even) {
		flex-direction: column;
		gap: 3rem;
	}
	.interviewWrap + .interviewWrap {
		margin-top: 8rem;
	}
	.interviewWrap dl {
		width: 100%;
	}
	.interviewWrap dt {
		margin-bottom: 2rem;
	}
	.interviewWrap dt h2 {
		font-size: 2rem;
	}
	.interviewWrap._04 {
		flex-direction: column!important;
	}
	#otherPeople .peopleSliderNav {
		margin: 1rem 0 2rem auto;
	}
	.peopleSliderBox .copy {
		top: 1.5rem;
		left: 1rem;
	}
	#peopleList,#otherPeople,#numbers {
		background-size: 60% auto;
		padding-bottom: 8rem;
	}

	/*numbers
	---------------------------------------------------------*/
	.numbersArea {
		display: block;
	}
	.numbersArea li {
		font-size: 1.6rem;
		gap: 1.5rem
	}
	.numbersArea li + li {
		margin-top: 2rem;
	}
	.numbersArea h2 {
		font-size: 2rem;
	}
	.numBox {
		white-space: nowrap;
	}
	.numbersArea .num {
		font-size: 2.4rem;
	}
	.numbersArea .num .cu {
		font-size: 225%!important;
	}
	.numbersArea .note {
		font-size: 1.2rem;
	}
	.numbersArea .wrap {
		align-items: center;
		gap: 1.5rem
	}
	.gyoseki .wrap,.danjohi .wrap,
	.ikukyu .wrap
	 {
		flex-direction: column;
		align-items: center;
	}
	.gyoseki .num {
		font-size: 3rem;
	}
	.gyoseki .num .cu {
		font-size: 200%;
	}
	.gyoseki .img._03 {
			max-width: 15rem;
			margin: 2rem auto -1rem 3rem;
	}
	.danjo {
		display: flex;
		justify-content: center;
		gap: 2rem;
	}
	.danjo dl + dl {
		margin-top: 0;
	}
	.danjohi .danjo .num {
		font-size: 2rem;
	}
	.danjohi .wrap .img {
		max-width: 17rem;
		margin-bottom: 1rem;
	}
	.sinsotsu .txt {
		gap: 8.5rem
	}
	.sinsotsu .num {
		font-size: 2rem;
	}
	.sinsotsu .wrap {
		gap: 5rem
	}
	.ikukyu .img {
		max-width: 15rem;
	}
	.nensu .danjo {
		display: block;
	}
	.nensu .danjo dt + dt {
		margin-top: 1rem;
	}
	.nensu .danjo dt {
		font-size: 2rem;
	}
	.nensu .danjo img {
    min-height: 5rem;
	}
	.wariai2-30 .wrap {
		align-items: start;
	}
	.wariai2-30 .img {
		max-width: 12rem;
	}
	.wariai2-30 .danjo {
		display: block;
	}
	.torihiki .img {
		max-width: 4rem;
	}
	.josei .img {
		max-width: 12rem;
	}
	.shouhin .img {
		max-width: 6rem;
	}
	.ricthi .img {
		display: block;
		font-size: 1.4rem;
	}
	.ricthi .img img {
		max-height: 6rem;
	}
	.numbersArea .shouhin  .num .cu {
		font-size: 200% !important;
	}















}






