@charset "utf-8";
/* commmon
-------------------------------------------------------------------*/
.section{
	position: relative;
	z-index: 0;
}
:root{
	--white:#ffffff;
	--main_color:#005ab7;	
}
/* home
-------------------------------------------------------------------*/
.home .sitewrap {
	width: 1520px;
	min-width: 1520px;
}
@media screen and (max-width:1560px) {
	.home .sitewrap {
		width: 100%;
		min-width:0;
	}	
	.home .sitewrap > *{
		padding-left:2%;
		padding-right:2%;
	}
}
@media screen and (max-width:767px) {
	.home .sitewrap > *{
		padding-left:15px;
		padding-right:15px;
	}
}
.home .sec_h2{
	margin-bottom: 1em;
}
.home .sec_h2 em{
	font-size: 4.5rem;
	font-weight: 500;
	letter-spacing: 2px;
}
.home .sec_h2 span{
	padding-left: 0.5em;
	color: var(--main_color);
	font-size: 1.25rem;
	font-weight: 600;
}
.home .sec_text{
	line-height: 2;
	margin-bottom: 2em;
}
@media screen and (max-width:767px) {
	.home .sec_h2{
		margin-bottom: 2em;
		text-align: center;
	}
	.home .sec_h2 em{
		font-size: 2.5rem;
	}
	.home .sec_h2 span{
		font-size: 1.125rem;
		display: block;
		padding-left: 0;
	}
	.home .sec_text{
		line-height: 1.8;
	}
}
.home .mv_wrap{
	background-size: cover;
	background-position: center;
	color: #fff;
	background-size: cover;
	background-position: center;
	height: 100vh;
}
.home .mv_wrap .text_area{
	position: absolute;
	z-index: 1;
	margin: auto;
	height: fit-content;
	inset: 0 auto 0 7%;
	letter-spacing: 1px;
	padding-top: 2em;
	filter: drop-shadow(3px 3px 5px #333);
}
.home .mv_wrap .text_area .mv_title{
	font-size: 6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 1em;
}
.home .mv_wrap .text_area .mv_title em{
	font-weight: 500;
}
.home .mv_wrap .text_area .mv_title b{
	margin-left: 2.9em;
	font-weight: 500;
}
.home .mv_wrap .text_area .mv_title{
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  color: #ffffff;
}
.home .mv_wrap .text_area .mv_title span{
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.home .mv_wrap .text_area .mv_title.once,
.home .mv_wrap .text_area .mv_title.once span{
  transform: translate(0, 0);
}
.home .mv_wrap .text_area .mv_lead{
	font-size: 1.375rem;
}
.home .mv_wrap .mv_bg{
	max-height: 100%;
	position: relative;
	display: block;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	pointer-events: none;
}
.home .mv_wrap .mv_bg .video-bg{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
	.home .mv_wrap{
		aspect-ratio: unset;
		min-height: 700px;
	}
	.home .mv_wrap .text_area .mv_title{
		font-size: 5rem;
	}
}
@media screen and (max-width:767px){
	.home .mv_wrap{
		height: 580px;
		min-height: unset;
		max-height: 620px;
	}
	.home .mv_wrap .text_area{
		inset: 15% auto auto 15px;
		padding-top: 0;
	}
	.home .mv_wrap .text_area .mv_title{
		font-size: 3rem;
		margin-bottom: 0.5em;
	}
	.home .mv_wrap .text_area .mv_title em{
		font-weight: 600;
	}
	.home .mv_wrap .text_area .mv_title b{
		margin-left: 1em;
	}
	.home .mv_wrap .text_area .mv_lead{
		font-size: 1.125rem;
	}
	.home .mv_wrap .mv_bg{
		max-height: 100%;
		position: relative;
		display: block;
		width: 100%;
		height: 580px;
		overflow: hidden;
	}
}
.home .company_wrap{
	padding-block: 6em 10em;
	background: #f2f6f9;
}
.home .company_wrap .company_inner{
	display: flex;
	justify-content: space-between;
	gap: 1em 2em;
}
.home .company_wrap .text_area{
	width: 44%;
	margin-top: 6em;
}
.home .company_wrap .text_area .sec_text{
	margin-bottom: 4em;
}
.home .company_wrap .img_area{
	width: auto;
	border-radius: 10px;
	overflow: hidden;
	height: 710px;
}
.home .company_wrap .img_area img{
	height: 100%;
	width: auto;
	object-fit: cover;
}
.home .company_wrap .img_area img{
	object-fit: cover;
	opacity: 0;
	filter: blur(30px);
	transform: scale(1.15);
	transition: opacity 1.5s ease, filter 1.5s ease, transform 1.5s ease;
}
.home .company_wrap .img_area.once img {
    opacity: 1;
    filter: blur(0px);
	transform: scale(1);
}
.home .company_wrap .bg_text{
	position: absolute;
	z-index: -1;
	height: fit-content;
	margin: auto;
	inset: auto -3% 1% auto;
	font-size: min(15.93rem , 13.5vw);
	font-weight: 500;
	color: #f2f6f9;
	paint-order: stroke;
	-webkit-text-stroke: #6f96d670 3px;
}
@media screen and (max-width: 1200px) {
	.home .company_wrap .text_area{
		width: 70%;
	}
	.home .company_wrap .text_area .sec_text{
		margin-bottom: 2em;
	}
	.home .company_wrap .img_area{
		transform: translateX(2em);
		height: 660px;
	}
}
@media screen and (max-width: 767px) {
	.home .company_wrap{
		padding-block: 4em 6em;
	}
	.home .company_wrap .company_inner{
		flex-direction: column;
	}
	.home .company_wrap .text_area{
		width: 100%;
		margin-top: 0;
	}
	.home .company_wrap .img_area{
		height: 100%;
		width: 100%;
		aspect-ratio: 3.5 / 2;
	}
	.home .company_wrap .img_area img{
		width: 100%;
		object-position: 0 70%;
	}
	.home .company_wrap .bg_text{
		inset: auto -3% 5% auto;
		-webkit-text-stroke: 2px #6f96d6;
		font-size: 13vw;
	}
}
.home .business_wrap{
	padding-bottom: 5em;
	background: #f2f6f9;
}
.home .business_wrap .text_area{
	display: flex;
	gap: 0 5%;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 2em;
}
.home .business_wrap .text_area .title_area{
	width: 52%;
}
.home .business_wrap .text_area .common_btn{
	margin-bottom: 4em;
}
.home .business_wrap .business_slide_area .business_slide_item{
	border-radius: 0.75em;
	overflow: hidden;
	margin-inline: 0.25em;
}
@media screen and (max-width:1400px) {
	.home .business_wrap .business_slide_area .business_slide_item{
		max-width: 50vw;
	}
}
@media screen and (max-width:1000px) {
	.home .business_wrap .text_area{
		flex-direction: column;
	}
	.home .business_wrap .text_area .title_area{
		width: 100%;
	}
	.home .business_wrap .text_area .common_btn{
		margin-block: 0 2em;
	}
}
@media screen and (max-width: 767px){
	.home .business_wrap{
		padding-bottom: 4em;
	}
	.home .business_wrap .text_area{
		display: flex;
		gap: 0 5%;
		justify-content: space-between;
		margin-bottom: 0;
	}
	.home .business_wrap .business_slide_area{
		margin-bottom: 3em;
	}
	.home .business_wrap .business_slide_area .business_slide_item{
		border-radius: 0.5em;
		max-width: 60vw;
	}
}
.home .group_wrap{
	padding-bottom: 6em;
	background: #f2f6f9;
}
.home .group_wrap .group_inner{
	text-align: center;
}
.home .group_wrap .sec_h2{
	margin-bottom: 3em;
}
.home .group_wrap .sec_h2 span{
	display: block;
	padding-left: 0;
}
.home .group_wrap .sec_text{
	margin:0 auto 3em;
	max-width: 900px;
}
.home .group_wrap .logo_area{
	display: flex;
	gap: 1em 5%;
	justify-content: center;
	align-items: flex-end;
}
.home .group_wrap .logo_area a{
		transition: 0.3s;
}
@media (any-hover: hover) {
	.home .group_wrap .logo_area a:hover{
		opacity: 0.7;
	}
}


@media screen and (max-width:767px) {
	.home .group_wrap{
		padding-bottom: 4em;
	}
	.home .group_wrap .sec_h2{
		margin-bottom: 2em;
	}
	.home .group_wrap .sec_h2 span{
		display: block;
		padding-left: 0;
	}
	.home .group_wrap .sec_text{
		margin-bottom: 2em;
		text-align: left;
	}
	.home .group_wrap .logo_area{
		gap: 2em 10%;
		align-items: center;
		flex-wrap: wrap;
	}
	.home .group_wrap .logo_area .logo_item{
		width: 35%;
	}
	.home .group_wrap .logo_area .logo_item img{
		max-height: 3em;
		width: auto;
	}
}
.home .recruit_wrap{
	padding-bottom: 4em;
	background: #f2f6f9;
}
.home .recruit_wrap .recruit_inner{
	margin-inline: 2%;
	padding: 8em 2% 6em;
	background-image: linear-gradient(136deg, rgb(0 90 183) 20%, rgb(79 128 203)60%);
	border-radius: 0.75em;
	color: #fff;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.home .recruit_wrap .recruit_inner::before{
	display: block;
	content: "";
	background-image: url(../img/top/img_recruit01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 43.5%;
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: 0 0 0 auto;
}
.home .recruit_wrap .text_area{
	width: 45%;
}
.home .recruit_wrap .sec_h2 span{
	color: #fff;
}
.home .recruit_wrap .sec_text{
	margin-bottom: 4em;
}
.home .recruit_wrap .common_btn a{
	--white:#005ab7;
	--main_color:#ffffff;	
	border: solid 1px var(--main_color);
	color: var(--main_color); 
	background: none;
}
@media (any-hover: hover) {
	.home .recruit_wrap .common_btn a:hover{
		color: var(--white); 
		background:  var(--main_color);
	}
}
@media screen and (max-width: 1300px) {
	.home .recruit_wrap .recruit_inner{
		padding: 4em 2% 3em;
	}
	.home .recruit_wrap .text_area{
		width: 55%;
	}
	.home .recruit_wrap .sec_text{
		margin-bottom: 2em;
	}
}
@media screen and (max-width: 767px){
	.home .recruit_wrap{
		padding-bottom: 3em;
	}
	.home .recruit_wrap .recruit_inner{
		margin-inline: 15px;
		padding: 3em 1em 3em;
		border-radius: 0.5em;
	}
	.home .recruit_wrap .recruit_inner::before{
		width: 100%;
	}
	.home .recruit_wrap .recruit_inner::after{
		position: absolute;
		z-index: -1;
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		background: linear-gradient(136deg, rgb(0 90 183), rgb(79 128 203)100%);
		margin: auto;
		opacity: 0.7;
		inset: 0;
	}
	.home .recruit_wrap .text_area{
		width: 100%;
		padding: 0;
	}
}
.home .contact_wrap{
	padding-block: 8em 6em;
}
.home .contact_inner{
	display: flex;
	justify-content: space-between;
	gap: 0 5%;
}
.home .contact_wrap .text_area{
	width: 44%;
}
.home .contact_wrap .contact_btn{
	width: 40%;
	display: flex;
}
.home .contact_wrap .contact_btn a{
	max-width: 560px;
	height: 120px;
	font-size: 1.375rem;
}
.home .contact_wrap .contact_btn a span{
	padding-left: 2.5em;
}
.home .contact_wrap .contact_btn a span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1.2em;
  background: var(--main_color);
  mask: url(../img/common/icon_mail.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 36px;
  height: 29px;
  transform: translateY(-50%);
  transition: background 0.3s;
  pointer-events: none;
  overflow: hidden;
}
.home .contact_wrap .contact_btn a i{
	right: 10%;
}
.home .contact_wrap .common_btn a i::before,
.home .contact_wrap .common_btn a i::after {
  font-size: 1.35rem;
}
@media (any-hover: hover) {
	.home .contact_wrap .contact_btn a:hover span::before{
		background: var(--white);
	}
}
@media screen and (max-width: 1100px) {
	.home .contact_inner{
		flex-direction: column;
	}
	.home .contact_wrap .text_area,
	.home .contact_wrap .contact_btn{
		width: 100%;
		display: block;
	}
	.home .contact_wrap .contact_btn a{
		max-width: 460px;
		height: 100px;
		font-size: 1.25rem;
	}
}
@media screen and (max-width:767px){
	.home .contact_wrap{
		padding-block: 3em 4em;
	}
	.home .contact_wrap .contact_btn{
		text-align: center;
	}
	.home .contact_wrap .contact_btn a{
		max-width: 270px;
		min-width: unset;
		height: 60px;
		font-size: 1.125rem;
	}
	.home .contact_wrap .contact_btn a span{
		padding-left: 2em;
	}
	.home .contact_wrap .contact_btn a span::before{
	  width: 24px;
	  height: 20px;
	}
	.home .contact_wrap .common_btn a i::before,
	.home .contact_wrap .common_btn a i::after {
	  font-size: 1rem;
	}
}







