@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.title--head-h2{
	font-size: 41px;
	letter-spacing: 0.07em;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ", sans-serif;
}
.title--allHead-h1{
	font-size: 67px;
	letter-spacing: 0.07em;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ", sans-serif;
	line-height: 1.2;
}



.section--banner{
	background-image: url('../image/image-banner.svg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 759px;
	position: relative;
}
.main--banner{
	position: absolute;
	left: calc(50% - 41px);
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	color: var(--color--ffffff);
}
.main--banner .left--banner,
.main--banner .right--banner{
	font-size: 0;
	align-self: center;
}
.main--banner .left--banner{
	width: 53.5%;
}
.main--banner .right--banner{
	width: 46.5%;
}
.main--banner .right--banner img{
	position: relative;
	left: -5px;
}
.main--banner .text__des{
	letter-spacing: 0.07em;
}



.section--about{
	padding: 60px 0 75px;
}
.section--about .item__left{
	position: relative;
	padding: 0 0 0 98px;
}

.section--about .item__right{
	padding-left: 55px;
	padding-right: 80px;
}
.section--about .title--head-h2{
	color: var(--color--032F9A);
}
.image--about{
	position: relative;
	margin-bottom: 19px;
	z-index: 10;
	font-size: 0;
}
.image--about::before{
	position: absolute;
	content: "";
	left: -98px;
	top: 73px;
	background-color: var(--color--032F9A);
	width: calc(100% + 38px);
	height: calc(100% + 3px);
}
.image--about img{
	position: relative;
	right: -8px;
	z-index: 10;
}
.user__about .name__user{
	color: var(--color--ffffff);
	position: relative;
	z-index: 10;
	text-align: right;
	padding-right: 83px;
}
.user__about .name__user span{
	margin-left: 17px;
}
.section--about .text__content{
	line-height: 2.1;
}



.section--service{
	color: var(--color--ffffff);
	position: relative;
}

/* .section--service::before{
	position: absolute;
	content: "";
	left: 0;
	top: 60%;
	transform: translateY(-60%);
	width: 100%;
	height: 47%;
	background-color: #EE8D24;
} */

.section--service::before,
.section--service::after{
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	background-color: var(--color--032F9A);
}

.section--service::before{
	top: 0;
	height: 32%;
}
.section--service::after{
	bottom: 0;
	height: 20%;
}

.service__xBody{
	position: relative;
	background-image: url('../image/bg-service.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 62px 0 55px;
	z-index: 5;
}

.section--service .container{
	z-index: 10;
}
.main_Service{
	max-width: 846px;
	margin: 0 auto;
}
.item__services{
	position: relative;
	margin-bottom: 40px;
}
.item__services .image--item{
	position: relative;
	font-size: 0;
}
.item__services .image--item .text_image{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 17px 21px 17px;
	background-color: rgb(255 255 255 / 80%);
	color: var(--color--032F9A);
	font-size: 31px;
	line-height: 1;
}
.item__services .content--txt{
	padding-top: 20px;
	letter-spacing: -0.01em;
}
.service__xBody .col-6:not(:nth-last-child(-n+2)) .content--txt{
	color: var(--color--000000);
}




.section--company{
	position: relative;
	background-image: url('../image/bg-company.svg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.section--company .main--company{
	position: relative;
}
.section--company .main--company::before{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: calc(50% + 265px);
	background-color: rgb(255 255 255 / 80%);
}
.section--company .container{
	z-index: 15;
}
.main--company .left--company{
	color: var(--color--ffffff);
	flex:  0 auto;
	width: 334px;
	padding-top: 75px;
}
.main--company .right--company{
	flex:  0 auto;
	width: calc(100% - 334px);
	padding: 37px 0 44px 85px;
}
@media (min-width: 1300px){
	.list__txt_company{
		position: relative;
		width: calc(100% + 25px);
	}
}

.list__txt_company li{
	padding: 47px 0;
	line-height: 1.2;
	display: flex;
}
.list__txt_company li:not(:last-child){
	border-bottom: 1px solid #707070;
}
.list__txt_company li .font-w700{
	flex: 0 auto;
	width: 172px;
}
.list__txt_company li .txt__right{
	flex: 0 auto;
	width: calc(100% - 172px);
	padding: 0 20px;
}






.section--map{
	padding: 85px 0 100px;
}

.item--block-map{
	position: relative;
}
.item--mBody:not(:last-child){
	margin-bottom: 105px;
}
.item--block-map .left--map,
.item--block-map .right--map{
	flex: 0 auto;
	width: 50%;
}
.item--block-map .right--map{
	padding-left: 68px;
}
.item--text:not(:last-child){
	margin-bottom: 50px;
}
.item--text .lable--title{
	color: var(--color--ffffff);
	position: relative;
	z-index: 10;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	width: 168px;
}
.item--text .lable--title.lable--active{
	width: 228px;
}
.item--text .lable--title::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	background-color: #969BA8;
	height: 100%;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
}
.item--text .lable--title.lable--active::before{
	background-color: var(--color--032F9A);
}
.list__item-map li{
	position: relative;
	border-bottom: 1px solid rgb(112 112 112 / 50%);
}
.list__item-map li .lable_tt,
.list__item-map li .txt_text{
	padding: 17px 0;
}
.list__item-map li .lable_tt{
	width: 98px;
	flex:  0 auto;
	position: relative;
}
.list__item-map li .lable_tt::before{
	position: absolute;
	content: "";
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: var(--color--032F9A);
}
.list__item-map li .txt_text{
	flex:  0 auto;
	width: calc(100% - 98px);
	padding-left: 50px;
} 
.item__gg_map .map_block{
	font-size: 0;
}





/* ======== */
.section--contact{
	background-image: url('../image/bg-contact.svg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 70px 0 98px;
	color: var(--color--ffffff);
}
.section--contact .txt__des{
	font-size: 33px;
	line-height: 1.2;
}
.section--contact .body__contact{
	/* margin-left: -22px;
	margin-right: -22px; */
	display: flex;
}
.body__contact .block--contact{
	flex: 0 auto;
	width: calc(50% - 22px);
	padding: 0 22px;
	height: 156px;
	border: 1px solid var(--color--ffffff);
	margin: 0 auto;
	align-items: center;
	display: flex;
	justify-content: center;
}
.block--contact.item--inbox{
	background-color: var(--color--ffffff);
}
.block--contact.item--phone{
	color: var(--color--ffffff);
}
.body__contact .block--contact .top--bl{
	font-size: 34px;
}
.body__contact .top--bl img{
	margin-right: 15px;
}
.item--inbox .fonts-20{
	color: var(--color--000000);
}
.item--inbox.block--contact a{
	color: var(--color--032F9A);
}
.item--phone.block--contact a{
	color: var(--color--ffffff);
}
/* ==================== */
.section--recruit{
	background-image: url('../image/bg-recruit.png');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 95px 0 50px;
	color: var(--color--ffffff);
	background-color: #123795;
}
.list__infor_recruit{
	margin-left: -18px;
	margin-right: -18px;
	margin-bottom: 26px;
	flex-wrap: wrap;
}
.list__infor_recruit li{
	padding: 0 18px;
	margin-bottom: 24px;
	flex: 0 auto;
	width: 50%;
	font-size: 18px;
}
.list__infor_recruit li span{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color--032F9A);
	background-color: #FFDD00;
	color: var(--color--032F9A);
	height: 43px;
	position: relative;
	cursor: pointer;
	font-weight: 600;
}
.list__infor_recruit li span:hover{
	opacity: 0.8;
}
.list__infor_recruit li span::before{
	position: absolute;
	content: "";
	left: 20px;
	width: 10px;
	height: 7px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('../image/icon--down-bl.svg');
	background-size: 100%;
	background-repeat: no-repeat;
}

.item--recruit{
	background-color: var(--color--ffffff);
	position: relative;
	padding: 54px 70px 118px;
	color: var(--color--000000);
	z-index: 10;
}
.item--recruit:not(:last-child){
	margin-bottom: 94px;
}
.item--recruit::after{
	position: absolute;
	content: "";
	right: -51px;
	bottom: -49px;
	width: 100%;
	height: 100%;
	background-color: rgb(255 255 255 / 20%);
	z-index: -1;
}
.item--recruit .title__block_h2{
	text-align: center;
	position: relative;
	color: var(--color--032F9A);
	z-index: 5;
}
.item--recruit .title__block_h2::after{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	width: 688px;
	height: 44px;
	background-color: #FFDD00;
	clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
	z-index: -1;
}
.list_recruit_txt{
	position: relative;
}
.list_recruit_txt li{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #707070;
}
/* .list_recruit_txt li:last-child{
	border-bottom: 1px solid #707070;
} */
.list_recruit_txt li .lable--title{
	flex: 0 auto;
	width: 98px;
	position: relative;
	padding: 44px 0;
}
.list_recruit_txt li .lable--title::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 5px;
	background-color: var(--color--032F9A);
}
.list_recruit_txt li .content--txt{
	flex: 0 auto;
	width: calc(100% - 98px);
	padding: 44px 0 44px 50px;
	
}

.section--adddress{
	padding: 147px 0 157px;
	background-color: var(--color--ffffff);
}
.text--address{
	padding: 0 35px 0 15px;
	line-height: 1.8;
}
.list_btn_address li{
	width: 100%;
}
.list_btn_address li:not(:last-child){
	margin-bottom: 20px;
}
.list_btn_address li a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 98px;
	border: 2px solid #123795;
	color: var(--color--ffffff);
	position: relative;
	background-color: #123795;
	padding: 12px 10px;
	max-width: 493px;
}
/* .list_btn_address li:first-child a{
	padding-top: ;
} */
.list_btn_address li:last-child a{
	color: #123795;
	background-color: transparent;
}
.list_btn_address li .note__btn{
	width: 100%;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
}
.list_btn_address li a::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 17px;
	width: 8px;
	height: 17px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.list_btn_address li:first-child a::before{
	background-image: url('../image/ic-right-wh.svg');
}
.list_btn_address li:last-child a::before{
	background-image: url('../image/ic-right-bl.svg');
}


.item__gg_map .place-card.place-card-large{
	display: none !important;
}
@media (min-width: 992px){
	.block--contact.item--phone{
		pointer-events: none;
	}
}
/* ======================= */
@media (max-width: 1299px){
	.section--company .main--company::before{
		width: calc(50% + 221px);
	}
	.text--address{
		padding: 0 50px 0 0;
	}
}
@media (max-width: 1199px){
	.section--banner{
		min-height: 580px;
	}
	.main--banner{
		left: calc(50% - 34px);
	}
	.main--banner .right--banner img{
		left: 0;
	}
	.image--about::before{
		left: -50px;
		width: 100%;
		height: 100%;
	}
	.section--about .item__left{
		padding-left: 50px;
	}
	.image--about img{
		right: 0;
	}
	.section--about .item__right{
		padding-right: 0;
	}
	
	.body--main__bCase{
		padding: 0 0;
	}

	.section--company .main--company::before {
        width: calc(50% + 130px);
    }
	.body__contact .block--contact .top--bl{
		font-size: 26px;
	}
	.text--address{
		padding-right: 28px;
	}
}
@media (max-width: 991px){
	.section--banner{
		min-height: 470px;
	}
	.main--banner{
		left: calc(50% - 22px);
	}
	.user__about_sp{
		position: relative;
		max-width: 70%;
		margin: 0 auto 35px;
	}
	.image--about{
		margin-bottom: 12px;
	}
	.image--about::before{
		top: 58px;
	}
	.section--about .title--head-h2,
	.section--about .title__jp,
	.section--about .title__text{
		text-align: center;
	}
	.section--about .title__text{
		font-size: 28px;
		margin-bottom: 30px;
	}

	.main--company .left--company,
	.main--company .right--company{
		width: 100%;
	}
	.main--company .left--company{
		text-align: center;
		padding-bottom: 50px;
	}
	.main--company .right--company{
		padding: 0;
	}
	.section--company .main--company::before{
		width: 100%;
		top: auto;
		bottom: 0;
		height: calc(100% - 223px);
	}
	.section--contact .body__contact{
		flex-wrap: wrap;
	}
	.body__contact .block--contact{
		max-width: 445px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.block--contact.item--inbox{
		margin-bottom: 17px;
	}
	.section--contact .txt__des{
		font-size: 28px;
	}
	.section--about .item__right{
		padding-left: 0;
	}
	.item--recruit::after{
		right: -30px;
		bottom: -30px;
	}
	.item--recruit .title__block_h2{
		font-size: 24px;
	}
	.item--recruit .title__block_h2::after{
		width: 90%;
	}
	.list__infor_recruit li{
		font-size: 15px;
	}
	.section--adddress{
		padding: 90px 0 ;
	}
}
@media (max-width: 767px){
	.body--wrapper{
		padding-top: 0;
	}
	.title--head-h2{
		font-size: 31px;
	}
	.main--banner .text__des{
		font-size: 22px;
	}
	.main--banner {
        left: calc(50% - 14px);
    }
	.section--about .title__text,
	.item__services .image--item .text_image{
		font-size: 21px;
	}
	.item--block-map .left--map,
	.item--block-map .right--map{
		width: 100%;
	}
	.item--block-map .right--map{
		padding: 35px 0 0;
	}
	.section--recruit  .title--allHead-h1{
		font-size: 90px;
		color: rgb(255 255 255 / 30%);
	}
	.list__infor_recruit{
		margin: 0 0 20px;
	}
	.list__infor_recruit li{
		padding: 0 0;
		width: 100%;
	}
	.list__infor_recruit li:not(:last-child){
		margin-bottom: 12px;
	}
	.item--recruit{
		padding: 37px 30px 40px;
	}
	.item--recruit .title__block_h2{
		font-size: 20px;
	}
	.item--recruit::after{
		right: -15px;
        bottom: -15px;
	}
	.section--adddress{
		padding: 60px 0;
	}
	.text--address{
		padding: 0;
		margin-bottom: 32px;
	}
}
@media (max-width: 575px){
	.title--head-h2{
		font-size: 23px;
		line-height: 1.2;
	}
	.section--banner{
		background-image: url('../image/image-banner-sp.svg');
		min-height: 675px;
	}
	.main--banner{
		width: 100%;
		left: 50%;
		top: 48%;
	}
	.main--banner .left--banner, 
	.main--banner .right--banner{
		width: 100%;
		text-align: center;
	}
	.main--banner .left--banner{
		margin-bottom: 13px;
	}
	.main--banner .text__des{
		font-size: 15px;
		font-weight: 700;
	}
	.btn--contact-sp{
		position: absolute;
		left: 50%;
		bottom: 21px;
		transform: translateX(-50%);
		width: 100%;
	}
	.btn--contact-sp a{
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: var(--color--032F9A);
		color: var(--color--ffffff);
		max-width: 350px;
		border-radius: 7px;
		font-size: 18px;
		font-weight: 500;
		width: 100%;
		margin: 0 auto;
		height: 44px;
	}

	.section--about{
		padding: 15px 0 30px;
	}
	.section--about .title--head-h2{
		margin-bottom: 2px;
	}
	.section--about .title__text{
		font-size: 18px;
		margin-bottom: 21px;
		line-height: 1.4;
	}
	.section--about .title__jp{
		font-size: 16px;
	}
	.user__about_sp{
		max-width: 66%;
		right: -6vw;
	}
	.image--about{
		margin-bottom: 3px;
	}
	.image--about::before{
		width: calc(100% + 17px);
		left: -43px;
		top: 31px;
	}
	.user__about .name__user{
		padding-right: 33px;
	}
	.section--about .text__content{
		font-size: 16px;
		line-height: 1.5;
	}

	.service__xBody{
		padding: 35px 0 10px;
	}
	.section--service::before{
		height: 23%;
	}
	.section--service::after{
		height: 18%;
	}
	.section--service .text__des{
		text-align: left;
	}
	.item__services .image--item .text_image{
		font-size: 16px;
		padding: 5px 6px;
	}
	.item__services .content--txt{
		padding-top: 7px;
		line-height: 25px;
	}


	.section--company{
		background-size: 1540px 100%;
	}
	.section--company .main--company::before{
		height: calc(100% - 144px);
	}
	.main--company .left--company{
		padding: 45px 0 43px;
	}
	.list__txt_company li{
		padding: 37px 0;
	}
	.list__txt_company li .font-w700{
		width: 82px;
	}
	.list__txt_company li .txt__right{
		width: calc(100% - 82px);
		padding: 0 10px 0 25px;
		line-height: 1.5;
	}

	.section--map{
		padding: 50px 0 40px;
	}
	.item--mBody:not(:last-child) {
		margin-bottom: 50px;
	}
	.item--text:not(:last-child) {
		margin-bottom: 35px;
	}
	.item--text .lable--title{
		height: 34px;
		font-size: 22px;
		width: 127px;
		line-height: 34px;
		margin-bottom: 4px;
	}
	.item--text .lable--title.lable--active{
		width: 173px;
	}
	
	.list__item-map {
		font-size: 16px;
	}
	.list__item-map li .lable_tt{
		width: 85px;
	}
	.list__item-map li .lable_tt::before{
		height: 4px;
		width: 74px;
	}
	.list__item-map li .txt_text{
		width: calc(100% - 85px);
		padding-left: 30px;
	}
	.list__item-map li .lable_tt, 
	.list__item-map li .txt_text{
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.section--contact{
		padding: 40px 0 50px;
	}
	.section--contact .txt__des{
		font-size: 16px;
		margin-bottom: 23px;
	}
	.body__contact .block--contact{
		height: 94px;
		max-width: 340px;
	}
	.item--inbox .top--bl img{
		width: 34px;
	}
	.item--inbox .top--bl span{
		font-size: 23px;
		line-height: 1.2;
		margin-bottom: 1px;
	}
	.item--inbox .fonts-20,
	.item--phone .fonts-21{
		font-size: 16px;
		line-height: 1.2;
	}
	.item--phone .top--bl img{
		width: 37px;
	}
	.item--phone .top--bl span{
		font-size: 23px;
		line-height: 1.2;
		margin-bottom: 0;
	}

	/* == */
	.section--recruit{
		padding: 62px 0 55px 5px;
	}
	.section--recruit .title--allHead-h1{
		font-size: 16vw;
		margin-bottom: 8px;
	}
	.list__infor_recruit{
		margin-bottom: 5px;
	}
	.list__infor_recruit li{
        margin-bottom: 10px;
		font-size: 14px;
    }
	.list_recruit_txt{
		padding: 0 8px 0 15px;
	}
	.list_recruit_txt li{
		font-size: 15px;
	}
	.list_recruit_txt li .content--txt,
	.list_recruit_txt li .lable--title{
		padding: 28px 0 ;
	}
	.list_recruit_txt li .content--txt{
		width: calc(100% - 62px);
		padding-left: 11px;
	}
	.list_recruit_txt li .lable--title{
		width: 62px;
	}
	.item--recruit{
		padding: 24px 10px 34px;
	}
	.item--recruit:not(:last-child) {
		margin-bottom: 56px;
	}
	.item--recruit::after{
		right: 9px;
		width: calc(100% - 24px);
        bottom: -15px;
	}
	.item--recruit .title__block_h2{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.item--recruit .title__block_h2::after{
		width: 100%;
		height: 32px;
	}
	.list_recruit_txt li .lable--title::after{
		height: 3px;
	}
	
	.section--adddress{
		padding: 45px 0 42px 6px;
	}
	.text--address{
		width: calc(100% + 10px);
		right: 0;
		position: relative;
		margin-bottom: 28px;
	}
	.list_btn_address li a{
		height: 67px;
		padding: 7px 0;
	}
	.list_btn_address li .note__btn{
		font-size: 9px;
	}
}
@media (max-width: 450px){
	.section--recruit .title--allHead-h1 {
        font-size: 15.5vw;
    }
}












