@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* mainVisual */
.mainVisual {
	margin-bottom: 23rem;
	position: relative;
}
.mainVisual .sliderBox {
	line-height: 0;
}
.mainVisual .sliderBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	height: calc(100dvh - 13.5rem);
}
.mainVisual .title {
	text-align: center;
	width: 100%;
	max-width: 120rem;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 3.4rem;
	font-weight: 700;
	font-feature-settings: "palt";
	letter-spacing: 0.09em;
}
.mainVisual .newsBox {
	width: calc(50%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: #fff;
}
.mainVisual .newsBox .sub {
	margin-left: auto;
	width: calc(50% + 17rem);
}
.mainVisual .newsBox a {
	padding: 1.8rem 5rem 1.8rem 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	background: url(../img/common/icon01.png) no-repeat right 2rem center / 2.7rem;
}
.mainVisual .newsBox a time {
	margin-top: 0.4rem;
	width: 11.7rem;
	color: #18AE9A;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.mainVisual .newsBox a .text {
	flex: 1;
	letter-spacing: 0.05em;
}
.mainVisual .newsBox a:hover {
	opacity: 0.6;
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-bottom: 3rem;
	}
	.mainVisual .sliderBox img {
		height: calc(100dvh - 5rem);
	}
	.mainVisual .title {
		max-width: 100%;
		font-size: 2.8rem;
		transform: translate(-50%,-100%);
		letter-spacing: 0.13em;
	}
	.mainVisual .newsBox {
		width: calc(100% - 2.7rem);
	}
	.mainVisual .newsBox .sub {
		width: auto;
	}
	.mainVisual .newsBox a {
		padding: 0.6rem 4rem 1.3rem 2.6rem;
		display: block;
		background-size: 2.2rem auto;
		background-position: right 1.5rem center;
	}
	.mainVisual .newsBox a time {
		margin-top: 0;
		width: auto;
		font-size: 1.2rem;
	}
	.mainVisual .newsBox a .text {
		font-size: 1.5rem;
	}
}
/* support */
#main .support {
	margin-bottom: 25.5rem;
}
#main .support h2 {
	margin-bottom: 2.2rem;
	text-align: center;
	font-size: 4.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .support .text {
	margin-bottom: 19.7rem;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 2.32;
	font-feature-settings: "palt";
}
#main .support .slider {
	overflow: hidden;
}
#main .support .slider .photo {
	width: 198.9rem;
}
@media all and (max-width: 896px) {
	#main .support {
		margin-bottom: 5.8rem;
	}
	#main .support h2 {
		margin-bottom: 1.5rem;
		font-size: 3.2rem;
		letter-spacing: 0.07em;
		font-feature-settings: "palt";
		line-height: 1.45;
	}
	#main .support .text {
		margin-bottom: 4.1rem;
		letter-spacing: 0.03em;
		line-height: 1.875;
	}
	#main .support .slider .photo {
		width: 119.5rem;
	}
}
/* reason */
#main .reason {
	margin-bottom: 24.8rem;
}
#main .reason .content {
	max-width: 118rem;
}
#main .reason .reasonUl {
	gap: 1rem 2.6%;
}
#main .reason .reasonUl li {
	padding: 4.3rem 4rem 4.4rem;
	width: 31.6%;
	background-color: #EDF9F7;
	border-bottom: 1rem solid #18AE9A;
}
#main .reason .reasonUl h3 {
	margin-bottom: 1.7rem;
	text-align: center;
}
#main .reason .reasonUl h3 .num {
	padding-top: 1.1rem;
	display: block;
	color: #18AE9A;
	font-weight: 600;
	font-size: 4.5rem;
	font-style: italic;
	letter-spacing: 0.05em;
	background: url(../img/index/reason_imgtext01.png) no-repeat center top / 5.9rem;
}
#main .reason .reasonUl h3 .jp {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .reason .reasonUl .text {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 2.12;
	font-feature-settings: "palt";
	text-align: justify;
}
@media all and (max-width: 896px) {
	#main .reason {
		margin-bottom: 5.5rem;
	}
	#main .reason .reasonUl {
		display: block;
	}
	#main .reason .reasonUl li {
		margin-bottom: 1rem;
		padding: 2.3rem 2rem 2.5rem;
		width: auto;
		border-width: 0.6rem;
	}
	#main .reason .reasonUl li:last-child {
		margin-bottom: 0;
	}
	#main .reason .reasonUl h3 {
		margin: 0 auto;
		width: fit-content;
		min-width: 30.7rem;
		text-align: left;
		display: flex;
		align-items: center;
	}
	#main .reason .reasonUl h3 .num {
		margin-left: 2.5rem;
		text-align: center;
		width: 6rem;
		padding: 0.7rem 1rem 0;
		font-size: 2.7rem;
		background-size: 3.5rem auto;
	}
	#main .reason .reasonUl h3 .jp {
		margin-bottom: 0.8rem;
		display: block;
		font-size: 2.2rem;
		line-height: 1.15;
	}
	#main .reason .reasonUl .text {
		font-size: 1.6rem;
		letter-spacing: 0.01em;
		line-height: 1.75;
		text-align: center;
	}
}
/* business */
#main .business {
	margin-bottom: 16.5rem;
}
#main .business .imgBox {
	margin-left: auto;
	max-width: calc(50% + 57rem);
	align-items: flex-start;
	justify-content: space-between;
}
#main .business .imgBox .textBox {
	width: calc(50% - 13rem);
}
#main .business .imgBox .headLine01 {
	margin-bottom: 1.8rem;
	text-align: left;
}
#main .business .imgBox .textBox .text {
	max-width: 56rem;
	letter-spacing: 0.05em;
	line-height: 2.32;
	font-feature-settings: "palt";
	text-align: justify;
}
#main .business .imgBox .photoBox {
	margin-top: 3.8rem;
	width: calc(50% + 8.2rem);
}
#main .business .imgBox .photoBox img {
	width: 100%;
}
#main .business .comInnerUl li {
	margin: 0 0 1rem 7.2rem;
}
#main .business .comInnerUl li:nth-child(3n-2) {
	margin-top: -11.5rem;
}
#main .business .comInnerUl li:nth-child(3n-1) {
	margin: 0 1rem 1rem auto;
}
#main .business .comInnerUl li:nth-child(3n) {
	margin: -12rem 0 1rem 13.5rem;
}
#main .business .comBtn {
	margin: 2.5rem 17.8rem 0 auto;
}
@media all and (min-width: 897px) and (max-width: 1440px) {
	#main .business .headLine01 .en {
		font-size: 9rem;
	}
	#main .business .comInnerUl li:nth-child(3n-2) {
		margin-left: 6rem;
	}
}
@media all and (max-width: 896px) {
	#main .business {
		margin-bottom: 6rem;
	}
	#main .business .imgBox {
		margin: 0 2rem 3.7rem;
		max-width: 100%;
		display: block;
	}
	#main .business .imgBox .headLine01 {
		margin-bottom: 0.2rem;
		text-align: left;
	}
	#main .business .imgBox .textBox {
		margin-bottom: 1.5rem;
		width: auto;
	}
	#main .business .imgBox .textBox .text {
		max-width: 100%;
		letter-spacing: 0.03em;
		line-height: 1.875;
		text-align: left;
	}
	#main .business .imgBox .photoBox {
		margin: 0 -2rem 0 0;
		width: auto;
	}
	#main .business .comInnerUl {
		margin-right: 0.7rem;
	}
	#main .business .comInnerUl li {
		margin: 0 0 3.7rem 3rem !important;
	}
	#main .business .comInnerUl li:last-child {
		margin-bottom: 0 !important;
	}
	#main .business .comBtn {
		margin: 4.5rem auto 0;
	}
}
/* nakatsuji */
#main .nakatsuji .bg {
	padding: 15rem 0;
	background-color: #EDF9F7;
}
#main .nakatsuji .bannerUl li {
	width: 48%;
}
#main .nakatsuji .bannerUl a {
	position: relative;
	display: block;
	overflow: hidden;
}
#main .nakatsuji .bannerUl img {
	width: 100%;
	height: 100%;
	transition: all .3s ease-in-out;
    transform: scale(1.1);
}
#main .nakatsuji .bannerUl .headLine01 {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%,-50%);
}
#main .nakatsuji .bannerUl .headLine01 .en {
	margin-top: 0.5rem;
	font-size: 7.6rem;
	color: #fff;
	letter-spacing: 0;
}
#main .nakatsuji .bannerUl .ico {
	position: absolute;
	bottom: 3.3rem;
	right: 3.3rem;
	width: 6.4rem;
	height: 6.4rem;
	border-radius: 0.6rem;
	z-index: 1;
	transition: .3s;
	overflow: hidden;
	background-color: #18AE9A;
}
#main .nakatsuji .bannerUl .ico::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 2;
	background: url(../img/common/icon01_hover.png) no-repeat center center / 2.7rem;
}
#main .nakatsuji .bannerUl .ico::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #fff;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
}
@media all and (min-width: 897px) {
	#main .nakatsuji .bannerUl a:hover .ico::before {
		transform-origin: 0% 50%;
		transform: scaleX(1);
	}
	#main .nakatsuji .bannerUl a:hover .ico::after {
		background-image: url(../img/common/icon01.png);
	}
	#main .nakatsuji .bannerUl a:hover img {
		transform: scale(1);
	}
}
@media all and (max-width: 896px) {
	#main .nakatsuji .bg {
		padding: 3.8rem 0.7rem;
	}
	#main .nakatsuji .bannerUl {
		display: block;
	}
	#main .nakatsuji .bannerUl li {
		margin-bottom: 1.1rem;
		width: auto;
	}
	#main .nakatsuji .bannerUl li:last-child {
		margin-bottom: 0;
	}
	#main .nakatsuji .bannerUl img {
		transform: scale(1);
	}
	#main .nakatsuji .bannerUl .headLine01 .en {
		margin-top: 0.5rem;
		font-size: 4.5rem;
		letter-spacing: 0.05em;
	}
	#main .nakatsuji .bannerUl .ico {
		bottom: 2rem;
		right: 2rem;
		width: 4rem;
		height: 4rem;
		border-radius: 0.4rem;
	}
	#main .nakatsuji .bannerUl .ico::after {
		background-size: 1.6rem auto;
	}
}
/* recruit */
#main .recruit .content .headLine01 {
	margin-bottom: 6rem;
}
#main .recruit .content {
	z-index: 3;
	margin-top: 23.5rem;
}
#main .recruit .imgBox {
	padding-left: 3rem;
}
#main .recruit .imgBox .textBox {
	max-width: 66rem;
}
#main .recruit .imgBox .textBox .title {
	margin-bottom: 5.5rem;
	font-weight: 700;
	font-size: 3.7rem;
	letter-spacing: 0.03em;
	line-height: 1.77;
}
#main .recruit .imgBox a {
	position: relative;
	display: block;
}
#main .recruit .imgBox .photoBox {
	position: absolute;
	top: -17.5rem;
	right: 0;
	z-index: 2;
	width: 51.2rem;	
	border-radius: 1.3rem;
	overflow: hidden;
}
#main .recruit .imgBox .photoBox a {
	display: block;
}
#main .recruit .imgBox .photoBox img {
	width: 100%;
	height: 100%;
	transition: all .3s ease-in-out;
    transform: scale(1.1);
}
#main .recruit .sliderText {
	position: relative;
	z-index: 1;
	margin-top: 19.5rem;
	font-size: 13.2rem;
	font-style: italic;
	color: #DCF3F0;
	font-weight: 500;
	overflow: hidden;
	display: flex;
	line-height: 1.3;
}
#main .recruit .sliderText p {
	flex-shrink: 0;
}
#main .recruit .imgBox .btn {
	position: absolute;
	bottom: -6.5rem;
	left: 0;
	z-index: 1;
	width: 26.1rem;
}
#main .recruit .imgBox .btn span {
	padding: 0.5rem 5.5rem 0.5rem 2.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #fff;
	min-height: 6.4rem;
	font-family: "Poppins", sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	border: 1px solid #18AE9A;
	border-radius: 0.6rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	transition: .3s;
}
#main .recruit .imgBox .btn span::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #18AE9A;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
}
#main .recruit .imgBox .btn span::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(../img/common/icon01.png) no-repeat right 2.3rem center / 2.7rem;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	#main .recruit .imgBox a:hover .photoBox img {
		transform: scale(1);
	}
	#main .recruit .imgBox a:hover .btn span {
		color: #fff;
	}
	#main .recruit .imgBox a:hover .btn span::after {
		background-image: url(../img/common/icon01_hover.png);
	}
	#main .recruit .imgBox a:hover .btn span::before {
		transform-origin: 0% 50%;
		transform: scaleX(1);
	}
}
@media all and (min-width: 897px) and (max-width: 1300px) {
	#main .recruit .imgBox .textBox .title {
		font-size: 3.3rem;
	}
}
@media all and (max-width: 896px) {
	#main .recruit {
		padding-bottom: 7rem;
	}
	#main .recruit .content .headLine01 {
		margin-bottom: 0.5rem;
	}
	#main .recruit .content {
		margin-top: 6rem;
	}
	#main .recruit .imgBox {
		padding-left: 0;
		display: block;
	}
	#main .recruit .imgBox .textBox {
		width: auto;
	}
	#main .recruit .imgBox .textBox .title {
		margin-bottom: 1.4rem;
		font-size: 2.2rem;
		line-height: 1.56;
	}
	#main .recruit .imgBox a {
		position: static;
	}
	#main .recruit .imgBox .photoBox {
		position: static;
		margin: 0 0.7rem 8rem;
		width: auto;
		border-radius: 1rem;
	}
	#main .recruit .imgBox .btn {
		position: static;
		margin: 0 auto;
		width: 36rem;
	}
	#main .recruit .imgBox .btn span {
		padding: 0.5rem 5.5rem 0.5rem 2.5rem;
		font-size: 1.7rem;
		border-radius: 0.9rem;
	}
	#main .recruit .imgBox .btn span::after {
		background-image: url(../img/common/icon03_hover.png);
		background-size: 3.6rem auto;
	}
	#main .recruit .sliderText {
		position: relative;
		z-index: -1;
		margin: -17.5rem -2rem 0;
		font-size: 8.4rem;
		line-height: 1.3;
	}
}
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}
#loading .logo {
	width: 50rem;
	max-width: 80%;
	opacity: 0;
	transform: translateX(-3.33%);
}
#loading.in .logo {
	animation: logo_in .8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
@keyframes logo_in {
	0% {
		opacity: 0;
		transform: translateX(-3.33%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
#loading.out .logo {
	opacity: 1;
	transform: translateX(0);
	animation: logo_out .8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
@keyframes logo_out {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(3.33%);
	}
}
#loading.hidden {
	opacity: 0;
	transition: .5s cubic-bezier(0.55,0.08,0.68,0.53);
	pointer-events: none;
	user-select: none;
}