@charset "utf-8";
/* CSS Document */

.hd-top{
	font-size: 2.75em;
	font-weight: 900;
	text-align: left;
	color: #003289;
	line-height: 1.8;
}

.hd-top .en{
	font-family: "Dosis", sans-serif;
	font-weight: 700;
	font-size: 1.136364em;
	color: #000;
	letter-spacing: 0.05em;
}


#contentsBlock section[id^="sec_"]{
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	overflow: hidden;
}

section[id^="sec_"] .lead{
	text-align: left;
	font-size: 1.125em;
	line-height: 2;
}
section[id^="sec_"] .txtBox .lead{
	text-align: left;
	font-size: 1.125em;
	margin-top: 42px;
	line-height: 2;
}

.btnBox{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 38px;
	flex-wrap: wrap;
}

.btnBox .btn{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 83px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #003289;
	position: relative;
	transition: 0.3s ease;
	font-family: "Dosis", "Noto Sans JP", sans-serif;
	text-align: left
}
	.btnBox .btn:hover{
		color: #1E4ED8;
	}

.btnBox .btn::after{
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	border: solid 1px #E60012;
	background: #E60012 url("/common/img/icon_arrow_wht.svg") no-repeat center / 12px 13px;
	border-radius: 50%;
	margin-left: 19px;
	transition: 0.3s ease;
	flex-shrink: 0;
}
	.btnBox .btn:hover::after{
		background-color: #fff;
		background-image: url("/common/img/icon_arrow_red.svg");
	}

.btnBox .btn span{
	border-bottom: solid 1px #003289;
	transition: 0.3s ease;
}
	.btnBox .btn:hover span{
		border-color: transparent;
	}

@media screen and (max-width: 880px){
	#mainBlock .btnBox{
		margin-top: 0;
		flex-direction: column;
		align-items: flex-start;
	}
	#mainBlock .btnBox .btn{
		margin-top: 20px;
		margin-right: 0;
	}
	
	.hd-top{
		line-height: 1.688;
	}
}

@media screen and (max-width: 767px){
	section[id^="sec_"] .txtBox .lead,
	section[id^="sec_"] .lead{
		font-size: 1.6rem;
	}
	#contentsBlock section[id^="sec_"]{
		border-top-left-radius: 50px;
		border-top-right-radius: 50px;
	}
	
	.hd-top{
		font-size: 3.2rem;
	}
	.hd-top .en{
		font-size: 4rem;
	}
}

/* ------------------------------------------------------------------------ */

/*  mainVisual

/* ------------------------------------------------------------------------ */

#sec_mv{
	overflow: hidden;
}

#sec_mv .swiper-wrapper{
	transition-timing-function: linear;
}

#sec_mv .swiper-slide{
	max-width: 850px;
	border-radius: 20px;
	overflow: hidden;
	width: calc(100% - 252px)
}
#sec_mv .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sec_mv .figureCont{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: -70px;
	position: relative;
	z-index: 50;
}
	#sec_mv .figureCont .lead{
		text-align: left;
		margin-top: 15px;
	}

#sec_mv .figureCont figure{
	margin-top: 25px;
	margin-right: -54px;
	margin-left: 20px;
	width: 47.6%;
}


@media screen and (max-width: 880px){
	#sec_mv .figureCont{
		flex-direction: column;
	}
	
	#sec_mv .figureCont h2{
		text-align: left;
	}
	
	#sec_mv .figureCont .lead .spStyle{
		display: inherit;
	}
	
	#sec_mv .figureCont figure{
		margin: 20px auto 0;
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	#sec_mv{
		padding-top: 7px;
	}
	#sec_mv .swiper-slide{
		max-width: 360px;
		aspect-ratio: 360/420;
		width: calc(100% - 33px);
	}
	
	#sec_mv .figureCont{
		margin-top: -98px;
	}
	
	#sec_mv .figureCont .lead{
		margin-right: -1em;
	}
}
/* ------------------------------------------------------------------------ */

/*  About us

/* ------------------------------------------------------------------------ */

#sec_about{
	background: #F7F9FF;
	margin-top: 13px;
	padding: 70px 0 147px;
}

#sec_about .flexBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sec_about .flexBox .txtBox{
	padding-bottom: 48px;
	width: 47%;
}
	#sec_about .txtBox .hd-top{
		margin-right: -2em;
	}
	#sec_about .txtBox .lead{
		margin-top: 30px;
	}

#sec_about .flexBox figure{
	max-width: 654px;
	width: 55%;
	margin-right: -34px;
}

#sec_about .illust{
	margin-top: 38px;
}

#mainBlock #sec_about .btnBox{
	flex-direction: column;
	align-items: flex-start;
}
	#mainBlock #sec_about .btnBox .btn{
		margin-top: 20px;
		margin-right: 0;
	}

@media screen and (max-width: 1024px){
	#sec_about .flexBox figure{
		width: 45%;
	}
	#sec_about .flexBox .txtBox{
		width: 54%
	}
}

@media screen and (max-width: 880px){
	#sec_about .flexBox{
		flex-direction: column;
	}
	#sec_about .flexBox .txtBox,
	#sec_about .flexBox figure{
		width: 100%;
	}
	#sec_about .flexBox .txtBox{
		padding-bottom: 0;
	}
	
	#sec_about .flexBox figure{
		margin-top: 33px;
		margin-right: 0;
		max-width: 368px;
	}
	
	#sec_about .txtBox .hd-top{
		margin-right: 0;
	}
}

@media screen and (max-width: 767px){
	#contentsBlock #sec_about{
		padding-bottom: 182px;
	}
	#sec_about .flexBox figure{
		margin-right: -44px;
	}
}

/* ------------------------------------------------------------------------ */

/*  Service

/* ------------------------------------------------------------------------ */

#sec_service{
	padding: 120px 0 153px;
	margin-top: -100px;
	position: relative;
	z-index: 10;
	background: #fff;
}

#sec_service .contents > .hd-top{
	text-align: center;
}

#sec_service .contents > .lead{
	text-align: center;
	margin-top: 3px;
}

#sec_service .card{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 97px;
}
#sec_service .card2{
	margin-top: 178px;
}
#sec_service .card3{
	margin-top: 176px;
}

#sec_service .card .txtBox{
	padding-top: 71px;
	padding-left: 114px;
	width: 50%;
	position: relative;
}
#sec_service .card2 .txtBox{
	padding-left: 75px;
	width: 49%;
}
	#sec_service .card .txtBox::before{
		content: "";
		display: block;
		max-width: 630px;
		width: calc(100% + 27px);
		aspect-ratio: 1/1;
		position: absolute;
		top: -36px;
		left: 0;
		background: #F7F9FF;
		border-radius: 50%;
		z-index: -1;
	}
	#sec_service .card2 .txtBox::before{
		left: auto;
		right: 0;
	}

#sec_service .card .figBox{
	max-width: 600px;
	width: 50%;
	position: relative;
}
#sec_service .card2 .figBox{
	max-width: 605px;
	width: 51%;
}
	#sec_service .card figure{
		border-radius: 50px;
		overflow: hidden;
	}
		#sec_service .card figure img{
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

	#sec_service .card .figBox::after{
		content: "";
		display: block;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	#sec_service .card1 .figBox::after{
		background-image: url("../img/illust_service1.svg");
		max-width: 462px;
		width: 80%;
		aspect-ratio: 462/206;
		margin-top: 16px;
		margin-left: -22.7%;
	}
	#sec_service .card2 .figBox::after{
		background-image: url("../img/illust_service2.svg");
		max-width: 447px;
		width: 80%;
		aspect-ratio: 447/182;
		margin: 42px -58px 0 auto;
	}
	#sec_service .card3 .figBox::after{
		background-image: url("../img/illust_service3.svg");
		max-width: 381px;
		width: 80%;
		aspect-ratio: 381/191;
		margin-top: 65px;
		margin-left: -16%;
	}


#sec_service .card .hd-top .en::after{
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#sec_service .card1 .hd-top .en::after{
	background-image: url("../img/p_number1.webp");
	width: 18px;
	height: 46px;
	margin-left: 3px;
	margin-bottom: -5px;
}
#sec_service .card2 .hd-top .en::after{
	background-image: url("../img/p_number2.webp");
	width: 31px;
	height: 46px;
	margin-left: 5px;
	margin-bottom: -6px;
}
#sec_service .card3 .hd-top .en::after{
	background-image: url("../img/p_number3.webp");
	width: 32px;
	height: 46.5px;
	margin-left: 5px;
	margin-bottom: -6px;
}

#sec_service .txtBox .lead{
	margin-top: 15px;
}

#sec_service .card .btnBox{
	margin-top: 24px;
	padding-left: 12px;
}
	#sec_service .card .btn{
		font-size: 1.75em;
		letter-spacing: 0.05em;
	}
	#sec_service .card .btn::after{
		margin-top: 8px;
		margin-left: 12px;
	}

@media screen and (max-width: 1024px){
	#sec_service .card .txtBox{
		padding-top: 30px;
		padding-left: 85px;
	}
	#sec_service .card2 .txtBox{
		padding-left: 40px;
	}
	#sec_service .card1 .figBox::after{
		margin-left: 0;
	}
	#sec_service .card2 .figBox::after{
		margin: 42px 0px 0 auto;
	}
	#sec_service .card3 .figBox::after{
		margin-left: 0;
	}
}

@media screen and (max-width: 880px){
	#sec_service .contents > .hd-top .spStyle{
		display: inherit;
	}
	
	#sec_service .card{
		flex-direction: column-reverse;
	}
	#sec_service .card2{
		flex-direction: column;
	}
	#sec_service .card .txtBox{
		padding-top: 10px;
		padding-left: 0;
		max-width: 605px;
		margin: 0 auto;
		width: 100%;
	}
		#sec_service .card .txtBox::before{
			top: -130px;
			left: -120px;
		}
		#sec_service .card2 .txtBox::before{
			left: -120px;
			right: auto;
		}
	
	#sec_service .card .figBox{
		margin: 0 auto;
		width: 100%;
	}
		#sec_service .card .figBox::after{
			content: none;
		}
	
	#sec_service .card .txtBox::after{
		content: "";
		display: block;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		margin: 35px auto 0;
	}
	#sec_service .card1 .txtBox::after{
		background-image: url("../img/illust_service1.svg");
		max-width: 462px;
		width: 80%;
		aspect-ratio: 462/206;
	}
	#sec_service .card2 .txtBox::after{
		background-image: url("../img/illust_service2.svg");
		max-width: 447px;
		width: 80%;
		aspect-ratio: 447/182;
	}
	#sec_service .card3 .txtBox::after{
		background-image: url("../img/illust_service3.svg");
		max-width: 381px;
		width: 80%;
		aspect-ratio: 381/191;
	}

}

@media screen and (max-width: 767px){
	#sec_service{
		padding: 70px 0 90px;
	}
	#sec_service .contents > .hd-top{
		margin: 0 -1em;
	}
	#sec_service .card{
		margin-top: 60px;
	}
	#sec_service .contents > .lead{
		text-align: left;
	}
	
	#sec_service .card figure{
		border-radius: 20px;
	}
	
	#sec_service .hd-top .en{
		font-size: 3.5rem;
	}
	#sec_service .card1 .hd-top .en::after{
		margin-bottom: -2px;
		width: 12px;
		height: 33px;
	}
	#sec_service .card2 .hd-top .en::after{
		margin-bottom: -2px;
		width: 21px;
		height: 32px;
	}
	#sec_service .card3 .hd-top .en::after{
		margin-bottom: -2px;
		width: 22px;
		height: 33px;
	}
	
	#sec_service .txtBox .lead{
		padding-right: 20px;
	}
	
	#sec_service .card .btnBox{
		margin-top: 0;
	}
	
	#sec_service .card .txtBox::before{
		top: -100px;
		left: auto;
		right: -23px;
		width: 502px;
	}
}
@media screen and (max-width: 374px){
	#sec_service .contents > .hd-top{
		font-size: 2.5rem;
		margin: 0 -0.5em;
	}
}

/* ------------------------------------------------------------------------ */

/*  Recruit

/* ------------------------------------------------------------------------ */

#sec_recruit{
	background: #003289;
	color: #fff;
	padding: 125px 0;
}

#sec_recruit .hd-top{
	color: #fff;
	text-align: center;
	line-height: 2.85;
	position: relative;
}
#sec_recruit .hd-top::before{
	content: "";
	display: block;
	max-width: 612.5px;
	width: 100%;
	aspect-ratio:612.5/150;
	background: url("../img/logo_recruit.webp") no-repeat center / contain;
	margin: 0 auto;
}

#sec_recruit .lead{
	text-align: center;
	font-size: 2.25em;
	font-weight: 900;
	margin-top: 5px;
}

#sec_recruit .txt{
	font-size: 1.125em;
	margin-top: 5px;
}

#sec_recruit .btnBox{
	margin-top: 62px;
}
	#sec_recruit .btnBox .btn{
		justify-content: space-between;
		background: #fff;
		border-radius: 30px;
		line-height: 60px;
		padding-left: 36px;
		padding-right: 13px;
		margin: 0 auto;
		max-width: 350px;
		width: 100%;
		border: none;
	}
	#sec_recruit .btnBox .btn:hover{
		background: #E60012;
		color: #fff;
	}

#sec_recruit figure{
	margin-top: 63px;
	margin-left: -10px;
}

@media screen and (max-width: 880px){
	#sec_recruit .lead .spStyle{
		display: inherit;
		line-height: 1.917;
	}
}
@media screen and (max-width: 767px){
	#sec_recruit{
		padding: 90px 0;
	}
	#sec_recruit .lead{
		font-size: 2.4rem;
	}
	#sec_recruit .txt{
		text-align: left;
		margin-top: 26px;
		line-height: 2;
	}
	#sec_recruit .btnBox{
		margin-top: 52px;
	}
	#sec_recruit figure{
		margin: 54px -88px 0;
	}
}

/* ------------------------------------------------------------------------ */

/*  News

/* ------------------------------------------------------------------------ */

#sec_news{
	background: #F7F9FF;
	padding: 174px 0 172px;
	margin-top: -126px;
	position: relative;
	z-index: 1;
}


#sec_news .contents{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#sec_news .hd-top{
	padding-top: 9px;
	margin-right: 20px;
	flex-shrink: 0;
}

#sec_news .detailBox{
	max-width: 870px;
	width: calc(100% - 180px);
}

#sec_news .newsList{
	background: #fff;
	padding: 31px 48px 48px 49px;
	border-radius: 20px;
}

#sec_news .newsList dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: solid 1px #DBDBDB;
	text-align: left;
	position: relative;
}
#sec_news .newsList dl::before{
	content: "";
	display: block;
	width: 100px;
	background: #003289;
	height: 3px;
	position: absolute;
	bottom: -2px;
	left: 0;
}
#sec_news .newsList dl::after{
	content: "";
	display: block;
	width: 12px;
	height: 13px;
	background: url("/common/img/icon_arrow_red.svg") no-repeat center / contain;
	position: absolute;
	top: 19px;
	right: 0;
}
#sec_news .newsList dl:first-child{
	border-top: solid 1px #DBDBDB;
	padding-top: 14px;
}
#sec_news .newsList dl:first-child::after{
	top: 34px;
}
#sec_news .newsList dl + dl{
	margin-top: 15px;
}

#sec_news .newsList dt,
#sec_news .newsList dd{
	padding-bottom: 0.68em;
}
#sec_news .newsList dt{
	flex-shrink: 0;
	font-weight: 700;
	padding-left: 19px;
	width: 100px;
	position: relative;
}

#sec_news .newsList .day{
	font-size: 1.5em;
}


#sec_news .newsList dd{
	padding-right: 15px;
	padding-left: 2em;
}

#sec_news .newsList a{
	color: #000;
	transition: 0.3s ease;
}
#sec_news .newsList a:hover{
	color: #E60012;
}

#sec_news .btnBox .btn{
	margin: 0 0 0 auto;
}


@media screen and (max-width: 880px){
	#sec_news{
		padding: 120px 0;
		margin-top: -136px;
	}
	#sec_news .contents{
		flex-direction: column;
	}
	#sec_news .hd-top{
		text-align: center;
		padding: 0;
		margin: 0;
		width: 100%;

	}
	#sec_news .detailBox{
		margin: 13px auto 0;
		max-width: inherit;
		width: 100%;
	}
	
	#mainBlock #sec_news .btnBox{
		margin-top: 50px;
	}
	#sec_news .btnBox .btn{
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px){
	#sec_news{
		padding: 60px 0 150px;
	}
	#sec_news .newsList{
		padding: 36px 12px 60px;
		margin: 0 -12px;
	}
	#sec_news .newsList dl::before{
		width: 70px;
	}
	#sec_news .newsList dt{
		padding-left: 5px;
		width: 70px;
	}
	#sec_news .newsList dd{
		font-size: 1.3rem;
		padding-left: 1em;
	}
}
