﻿@charset "utf-8";
@import url("reset.css");

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
body{
	font-family : "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	overflow: auto;
	height: 100%;
}
h2{
	font-family: "游明朝 Midium", "游明朝", "YuMincho", serif;
}
a{
	text-decoration: none;
}
img{
	vertical-align: top;
}
.inner {
	width: 1100px;
	margin: 0 auto;
}
.num_imag {
	text-align: center;
	margin-bottom: 99px;
}

.universe_title{
	width: 335px;
	margin: 0 auto 35px;
}

.universe_container-flex{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 18px;
}

.universe_box{
	width: 25%;
}

.universe_box:nth-child(1){
	margin-left: 5px;
}

.universe_t_box{
	
}

.universe_t_box:nth-child(1){
	width: 41%;
	margin-left: 5px;
}
.universe_t_box:nth-child(2){
	width: 35%;
}
.universe_t_box:nth-child(3){
	width: 24%;
}

.universe_subtitle{
	position: relative;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #051363;
	margin-bottom: 27px;
}

.universe_subtitle::before{
	content: "";
	display: block;
	width: 472px;
	height: 2px;
	position: absolute;
	top: 20px;
	left: 0;
	background-color: #051363;
}

.universe_subtitle::after{
	content: "";
	display: block;
	width: 472px;
	height: 2px;
	position: absolute;
	top: 20px;
	right: 0;
	background-color: #051363;
}

.universe_subtitle.universe_subtitle-ac_short::before{
	content: "";
	display: block;
	width: 380px;
	height: 2px;
	position: absolute;
	top: 20px;
	left: 0;
	background-color: #051363;
}

.universe_subtitle.universe_subtitle-ac_short::after{
	content: "";
	display: block;
	width: 380px;
	height: 2px;
	position: absolute;
	top: 20px;
	right: 0;
	background-color: #051363;
}

.universe_text{
	font-size: 20px;
	margin-bottom: 15px;
}

.pc{	
	display: block;
}	
.sp{	
	display: none;
}
a.allLink {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	outline: none;
}
header{
	overflow: hidden;
}
header h1{
	float: left;
	padding: 16.5px 0px 16.5px 30px;
}
@media screen and (max-width: 1500px){
	header h1 {
		max-width: 280px;
	}
}
header h1 a{
	display: block;
	width: 100%;
}
header h1 img{
	display: block;
	width: 100%;
}
header .inner{
	width: 100%;
	min-width: 1100px;
}
#pageTop{
	position: fixed;
	bottom: 20px;
	right: 40px;
}
footer .inner {
	padding: 50px 0 40px;
}
footer p{
	font-size: 11px;
	text-align: center;
	color: #0443b6;
}
.footer_sns{
	bottom: 0;
	left: 0;
	width: 170px;
	height: 50px;
	margin: 0 auto;
	padding-right: 5px;
}


.footer_sns-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_sns_line{
	width: 168px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;

	margin-top: 6px;
	margin-left: 0px;
}

.footer_sns_line_icon{
	width: 60px;
	height: 60px;
	display: block;
	margin-left: 8px;
}

.footer_sns_text{
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.footer_sns_line .footer_sns_text{
	margin-left: -19px;
}

.footer_sns_Instagram{
	margin-right: 19px;
	margin-top: 4px;
	width: 163px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;

}

.footer_sns_Instagram_icon{
	width: 60px;
	height: 60px;
	display: block;
	margin-left: 8px;
}

#gnavi{
	float: right;
}
#gnavi ul li {
	text-align: center;
	display: table-cell;
	width: 120px;
	vertical-align: middle;
}
#gnavi .header_sns {
	width: 65px;
}
#gnavi ul li a{
	font-size: 18px;
	font-weight: bold;
	color: #262626;
	display: block;
	background: #fff;
	padding: 14px 0;
	line-height: 1.5;
}
#gnavi ul li a span{
	display: block;
	font-size: 14px;
	font-weight: 500;
}
#gnavi ul li:last-child{
	background-color: #162158;
	background-image: url(../img/entry_bg.png);
	background-repeat: no-repeat;
	padding-left: 21px;
}
#gnavi ul li:last-child a{
	color: #fff;
	background: #162158;
}
#gnavi-sp{
	display: none;
}

#wrapper {
	overflow: hidden;
	min-width: 1100px;
	width: 100%;
}

#mainVisual {
	width: 100%;
	position: relative;
}
/* #mainVisual {
	background: url(../img/mv.jpg) no-repeat;
	background-size: 100%;
	background-position: top;
	padding-top: 51.25%;
	position: relative;
} */
#mainVisual .inner{
	width: 100%;
	min-width: 1100px;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 0;
}
.zoom-fade {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.zoom-fade__item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.zoom-fade__item.zoom-fade__item01 {
	background-image: url(./../img/testmv01.jpg);
}
.zoom-fade__item.zoom-fade__item02 {
	background-image: url(./../img/testmv02.jpg);
}
.zoom-fade__item.zoom-fade__item03 {
	background-image: url(./../img/testmv03.jpg);
}
.zoom-fade__item.zoom-fade__item04 {
	background-image: url(./../img/testmv04.jpg);
}
.zoom-fade__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.add-animation {
	animation: zoom-fade 15s both;
}
@keyframes zoom-fade {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}
.catch {
	/* position: absolute;
	top: 0;
	left: 0;
	bottom: -63px;
	left: 50%;
	margin-left: -120px; */
	width: 13vw;
	height: fit-content;
	border-bottom: 76vw solid #162158;
	border-right: 31.7vw solid transparent;
	opacity: 0.7;
}

.catch img {
	position: absolute;
	bottom: 5%;
	left: 3%;
}

.catch h2 {
	margin-bottom: 38px;
	margin-left: -6px;
	font-family: "平成角ゴシック", sans-serif;
	font-size: clamp(1.875rem, 3vw + 1.5rem, 5rem);
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: lighter;
	margin-bottom: 48px;
}
.catch h3 {
	font-size: clamp(1rem, 2vw - 1rem, 1.375rem);
	line-height: 2.36;
	letter-spacing: 0.16em;
}
.leftBox{
	width: 680px;
}


/* 202407追記 mainVisual > internship-banner */

.internship-banner {
	position: fixed;
    top: 30%;
    right: -25px;
	z-index: 9999;
}

.internship-banner img {
	width: 70%;
}

.internship-banner a:hover  {
	opacity: 0.7;
}


/*メッセージ*/
#message {
	background: url(../img/message-img01.png) no-repeat;
	background-size: auto;
	background-position: calc(50% + 386px) top;
}
#message .inner {
	padding: 127px 0;
}
#message h2 {
	margin-bottom: 65px;
}
#message p {
	line-height: 2.2;
	margin-top: 41px;
}
#message p:first-child {
	margin-top: 0;
}
#message span.sign {
	display: block;
	float: right;
	margin-top: 38px;
	padding: 0 5px;
}
#message span.sign img {
	margin-left: 34px;
}

/*4つのアングル*/
#company{
	background: #020d49;
	margin-top: 110px;
	padding: 65px 0 0;
	position: relative;
}
#company:before{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 0;
	top: -99px;
	border-style: solid;
	border-width: 0 0 100px 100vw;
	border-color: transparent transparent #020d49 transparent;
}
@media screen and (max-width: 1100px){
	#company:before {
		border-width: 0 0 100px 1100px;
	}
}
#company h2{
	text-align: center;
	padding-left: 53px;
	padding-bottom: 68px;
}
#company .n02 {
	position: relative;
	background: center center /cover no-repeat fixed;
	background-image: url(../img/n02-bg-img.png);
	background-repeat: no-repeat;
	padding: 100px 0 238px;
}
#company .n02 .cententBox {
	width: 690px;
	margin: 0 auto;
	padding: 30px 0 40px;
}
#company .n02 .cententBox h3{
	margin-bottom: 40px;
}
#company .n02 .cententBox p{
	line-height: 2.25;
	color: #Fff;
}
#company .n02:before{
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 0;
	border-style: solid;
	border-width: 0 0 100px 100vw;
	border-color: transparent transparent transparent #020d49;
}
#slider{
	position: relative;
}
#sliderInner {
	position: relative;
	left: 50%;
	width: 2198px;
	margin-left: -1099px;
}
#company .n03 {
	position: relative;
	background: #f5f5f5;
	padding: 125px 0;
}
#company .n03 h3 {
	position: absolute;
	left: 50%;
	margin-left: -550px;
}
#company .n03:before{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 0;
	top: -98px;
	border-style: solid;
	border-width: 100px 0 0 100vw;
	border-color: transparent transparent transparent #f5f5f5;
}
@media screen and (max-width: 1100px){
	#company .n03:before {
		border-width: 0 0 100px 1100px;
	}
}

#company .n03 figure{
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
}
#company .n03 figure figcaption {
	width: 550px;
	float: left;
	padding: 184px 0 0 0;
	box-sizing: border-box;
	line-height: 2.25;
}
#company .n03 figure .imgBox{
	float: right;
}
#company .n04 {
	position: relative;
	background: center center /cover no-repeat fixed;
	background-image: url(../img/n04-bg-img.png);
	background-repeat: no-repeat;
	padding: 101px 0 110px;
}
#company .n04 .inner{
	overflow: hidden;
	padding: 225px 0 263px;
}
#company .n04:before{
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 0;
	border-style: solid;
	border-width: 100px 0 0 100vw;
	border-color: #f5f5f5 transparent transparent transparent;
}
#company .n04:after{
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	bottom: -1px;
	border-style: solid;
	border-width: 0 0 100px 100vw;
	border-color: transparent transparent #051363 transparent;
}
#company .n04 .cententBox {
	width: 545px;
	float: right;
}
#company .n04 .cententBox p{
	color: #fff;
	line-height: 2.2;
}
#company .n04 .cententBox h3{
	margin-bottom: 41px;
}

#company .n05{
	position: relative;
	background: #051363;
}
.n05 .inner {
	padding: 104px 0 87px;
}
#company .n05:after{
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	bottom: -99px;
	border-style: solid;
	border-width: 100px 100vw 0 0;
	border-color: #051363 transparent transparent transparent;
}
#company .n05 h3{
	margin-bottom: 10px;
}
#company .imgCenter {
	display: block;
	margin: auto;
}

/*中井聖建設の社員*/
#people {
	margin: 100px 0;
	padding: 90px 0 180px;
}
#people h2 {
	text-align: center;
	margin-bottom: 70px;
}
#people .inner {
	width: 100%;
}
.peopleList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.peopleList .peopleList_item {
	width: calc(100% / 2);
}
.peopleList .peopleList_item_link {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	color: #fff;
	overflow: hidden;
}
.peopleList .peopleList_item_link .peopleList_item_belong {
	padding: 14px 30px;
	background: #051363;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 24px;
	line-height: 1;
}
.peopleList .peopleList_item_link img {
	width: 100%;
	height: 100%;
	display: block;
}
.peopleList .peopleList_item_link .peopleList_item_name {
	position: absolute;
	bottom: 19px;
	left: 17px;
	color: #000;
	font-size: 24px;
	line-height: 1.2;
	-webkit-transition: opacity .2s .1s;
	-o-transition: opacity .2s .1s;
	transition: opacity .2s .1s;
}
.peopleList .peopleList_item_link .peopleList_item_name .peopleList_item_hire {
	display: block;
	margin-top: 5px;
	font-size: 14px;
}
.peopleList .peopleList_item_link .peopleList_item_exp {
	position: absolute;
	bottom: 119px;
	left: 32px;
	color: #000;
	font-size: 22px;
	line-height: 1.2;
	-webkit-transition: opacity .2s .1s;
	-o-transition: opacity .2s .1s;
	transition: opacity .2s .1s;
}
.peopleList .peopleList_item_link .peopleList_item_exp .peopleList_item_num {
	font-size: 47px;
	font-weight: bold;
	margin-left: 2px;
}
.peopleList .peopleList_item_link .peopleList_item_exp .peopleList_item_comment {
	display: block;
	margin-top: 5px;
	font-size: 30px;
	line-height: 53px;
}
@media screen and (max-width: 1700px){
	.peopleList .peopleList_item_link .peopleList_item_exp {
		bottom: 60px;
	}
	.peopleList .peopleList_item_link .peopleList_item_exp .peopleList_item_num {

	}
	.peopleList .peopleList_item_link .peopleList_item_exp .peopleList_item_comment {

	}
}
@media screen and (max-width: 1400px){
	.peopleList .peopleList_item_link .peopleList_item_exp {
		bottom: 20px;
		font-size: 18px;
	}
	.peopleList .peopleList_item_link .peopleList_item_exp .peopleList_item_num {
		font-size: 38px;
	}
	.peopleList .peopleList_item_link .peopleList_item_exp .peopleList_item_comment {
		font-size: 24px;
		line-height: 42px;
	}
}
.peopleList .peopleList_item_link .peopleList_item_caption {
	width: 100%;
	height: 100%;
	background: rgba(2,13,73,0.8);
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: opacity .6s, transform .6s .1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity .6s, transform .6s .1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity .6s, transform .6s .1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.peopleList .peopleList_item_link .peopleList_item_caption .peopleList_hover_ttl {
	margin-top: 1.4925%;
}
.peopleList .peopleList_item_link .peopleList_item_caption .peopleList_hover_ttl .peopleList_hover_ttl_nmb {
	font-size: 24px;
	margin-left: 5px;
}
.peopleList .peopleList_item_link .peopleList_item_caption .peopleList_hover_copy {
	margin: 5.2239% 0;
	font-size: 18px;
	text-align: center;
}
.peopleList .peopleList_item_link .peopleList_item_caption .peopleList_hover_btn {
	width: 185px;
	height: 37px;
	border: 1px solid #fff;
	border-radius: 20px;
	text-align: center;
	line-height: 35px;
	font-size: 25px;
}
@media all and (-ms-high-contrast: none) {
	.peopleList .peopleList_item_link .peopleList_item_caption .peopleList_hover_btn {
		line-height: 45px;
	}
  }
/*ホバー*/
.peopleList .peopleList_item_link:hover .peopleList_item_name {
	opacity: 0;
}
.peopleList .peopleList_item_link:hover .peopleList_item_exp {
	opacity: 0;
}
.peopleList .peopleList_item_link:hover .peopleList_item_caption {
	transform: translateY(0);
	opacity: 1;
}

/*モーダルエリア*/
.modaal-inner-wrapper {
	padding: 0;
}
.modaal-content-container {
	padding: 0;
}
.modalContents {
	width: 1000px;
	height: 800px;
	max-height: 80%;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}
.modaal-content-container .modalContents {
	display: block;
}
.modalContents_mainVisual {
	width: 100%;
}
.modalContents_inner {
	padding: 50px;
}
.modalContents figure {
	overflow: hidden;
}
.modalContents .left{
	margin-top: 40px;
}
.modalContents .right .imgBox {
	float: right;
	margin-left: 40px;
}
.modalContents .left .imgBox {
	float: left;
	margin-right: 40px;
}
.modalContents dl:last-child{
	margin-top: 40px;
}
.modalContents dl:first-child {
    margin-top: 0;
}
.modalContents .right dl{
	margin-top: 0;
}
.modalContents dl dt{
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
}
.modalContents dl dd{
	font-size: 16px;
	line-height: 30px;
}
.modalContents dl dt span.title{
	display: block;
	margin-bottom: 10px;
}
.modalContents dl dt span.sub-title{
    font-size: 13px;
    color: #fff;
    background: #020d49;
    padding: 3px 15px;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 18px;
    vertical-align: top;
    font-weight: normal;
}
.centerCont {
	margin-top: 40px;
}
.modalContents .bgcont{
	display: block;
	overflow: visible;
	margin-top: 40px;
}
.modalContents .bgcont .imgBox {
	display: table-cell;
	vertical-align: top;
}
.modalContents .bgcont figcaption {
	display: table-cell;
	padding: 30px;
	background: #f5f5f5;
	box-sizing: border-box;
	vertical-align: top;
}
.modalContents .bgcont figcaption dl:last-child{
	margin-top: 0;
}
.closeBtn {
	width: 279px;
	height: 54px;
	margin: 50px auto 0;
	text-align: center;
	cursor: pointer;
	transition: opacity .3s;
}
.closeBtn:hover{
	opacity: 0.8;
}


/*数字で見る中井聖建設*/
#number {
	background: #edebeb;
	position: relative;
	padding: 95px 0 150px;
	margin-bottom: 110px;
}
#number h2 {
	text-align: center;
	margin-bottom: 90px;
}
#number:before{
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: -99px;
	border-style: solid;
	border-width: 0 100vw 100px 0;
	border-color: transparent transparent #edebeb transparent;
}
#number:after{
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	bottom: -99px;
	border-style: solid;
	border-width: 100px 0 0 100vw;
	border-color: #edebeb transparent transparent transparent;
}

/* 福利厚生 */
#benefit {
	background: #020d49;
	margin-top: -110px;
	padding: 65px 0 90px;
	position: relative;
}
#benefit:before{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 0;
	top: -99px;
	border-style: solid;
	border-width: 0 0 100px 100vw;
	border-color: transparent transparent #020d49 transparent;
}
#benefit h2 {
	text-align: center;
	margin: 26px auto 62px;
}
#benefit .inner {
	background: #020d49;
	color: #fff;
	position: relative;
	padding: 0px 0 110px;
	height: 513px;
}
#benefit:after{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 0;
	bottom: -100px;
	border-style: solid;
	border-width: 0 0 100px 100vw;
	border-color: transparent transparent transparent #020d49;
}

.benefitList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.benefitList .benefitList_item {
	width: 31.5%;
	padding: 0px 30px 30px 0px;
	position: relative;
}

.benefitList .benefitList_item:nth-child(3){
	padding: 0px 0px 30px 0px;
}
.benefitList .benefitList_item:nth-child(6){
	padding: 0px 0px 30px 0px;
}

.benefitList .benefitList_item_link {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.benefitList .benefitList_item_link .benefitList_item_belong {
	padding: 14px 30px;
	background: #051363;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 24px;
	line-height: 1;
}
.benefitList .benefitList_item_link img {
	width: 100%;
}
.benefitList .benefitList_item_link .benefitList_item_name {
	position: absolute;
	bottom: 19px;
	left: 17px;
	color: #000;
	font-size: 24px;
	line-height: 1.2;
	-webkit-transition: opacity .2s .1s;
	-o-transition: opacity .2s .1s;
	transition: opacity .2s .1s;
}
.benefitList .benefitList_item_link .benefitList_item_name .benefitList_item_hire {
	display: block;
	margin-top: 5px;
	font-size: 14px;
}
.benefitList .benefitList_item_ttl {
	position: absolute;
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	z-index: 2;
}
.benefitList .benefitList_item_enttl {
	position: absolute;
	color: #fff;
	font-size: 14.5px;
	line-height: 1.2;
	z-index: 2;
}
.benefitList .benefitList_item:nth-child(1) .benefitList_item_ttl{
	top: 124px;
	left: 125px;
}
.benefitList .benefitList_item:nth-child(1) .benefitList_item_enttl{
	top: 161px;
	left: 135px;
}
.benefitList .benefitList_item:nth-child(2) .benefitList_item_ttl{
	top: 124px;
	left: 90px;
}
.benefitList .benefitList_item:nth-child(2) .benefitList_item_enttl{
	top: 161px;
	left: 130px;
}
.benefitList .benefitList_item:nth-child(3) .benefitList_item_ttl{
	top: 124px;
	left: 101px;
}
.benefitList .benefitList_item:nth-child(3) .benefitList_item_enttl{
	top: 161px;
	left: 145px;
}
.benefitList .benefitList_item:nth-child(4) .benefitList_item_ttl{
	top: 123px;
	left: 101px;
}
.benefitList .benefitList_item:nth-child(4) .benefitList_item_enttl{
	top: 160px;
	left: 145px;
}
.benefitList .benefitList_item:nth-child(5) .benefitList_item_ttl{
	top: 123px;
	left: 126px;
}
.benefitList .benefitList_item:nth-child(5) .benefitList_item_enttl{
	top: 159px;
	left: 137px;
}
.benefitList .benefitList_item:nth-child(6) .benefitList_item_ttl{
	top: 124px;
	left: 138px;
}
.benefitList .benefitList_item:nth-child(6) .benefitList_item_enttl{
	top: 160px;
	left: 145px;
}
.benefitList .benefitList_item_readmore {
	position: absolute;
	bottom: 31px;
	right: 30px;
}
.benefitList .benefitList_item:nth-child(3) .benefitList_item_readmore{
	right: 0;
}
.benefitList .benefitList_item:nth-child(6) .benefitList_item_readmore{
	right: 0;
}
.benefitList .benefitList_item_link .benefitList_item_exp {
	position: absolute;
	bottom: 119px;
	left: 32px;
	color: #000;
	font-size: 22px;
	line-height: 1.2;
	-webkit-transition: opacity .2s .1s;
	-o-transition: opacity .2s .1s;
	transition: opacity .2s .1s;
}
.benefitList .benefitList_item_link .benefitList_item_exp .benefitList_item_num {
	font-size: 47px;
	font-weight: bold;
	margin-left: 2px;
}
.benefitList .benefitList_item_link .benefitList_item_exp .benefitList_item_comment {
	display: block;
	margin-top: 5px;
	font-size: 30px;
	line-height: 53px;
}
@media screen and (max-width: 1700px){
	.benefitList .benefitList_item_link .benefitList_item_exp {
		bottom: 60px;
	}
	.benefitList .benefitList_item_link .benefitList_item_exp .benefitList_item_num {

	}
	.benefitList .benefitList_item_link .benefitList_item_exp .benefitList_item_comment {

	}
}
@media screen and (max-width: 1400px){
	.benefitList .benefitList_item_link .benefitList_item_exp {
		bottom: 20px;
		font-size: 18px;
	}
	.benefitList .benefitList_item_link .benefitList_item_exp .benefitList_item_num {
		font-size: 38px;
	}
	.benefitList .benefitList_item_link .benefitList_item_exp .benefitList_item_comment {
		font-size: 24px;
		line-height: 42px;
	}
}
.benefitList .benefitList_item_link .benefitList_item_caption {
	width: 100%;
	height: 101%;
	margin-top: -4px;
	background: rgba(2,13,73,0.8);
	position: absolute;
	top: -100%;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transform: translateY(100%);
	opacity: 1;
	-webkit-transition: opacity .6s, transform .6s .1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity .6s, transform .6s .1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity .6s, transform .6s .1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.benefitList .benefitList_item_link .benefitList_item_caption .benefitList_hover_ttl {
	margin-top: 1.4925%;
}
.benefitList .benefitList_item_link .benefitList_item_caption .benefitList_hover_ttl .benefitList_hover_ttl_nmb {
	font-size: 24px;
	margin-left: 5px;
}
.benefitList .benefitList_item_link .benefitList_item_caption .benefitList_hover_copy {
	margin: 5.2239% 0;
	font-size: 18px;
	text-align: center;
}
.benefitList .benefitList_item_link .benefitList_item_caption .benefitList_hover_btn {
	width: 185px;
	height: 37px;
	border: 1px solid #fff;
	border-radius: 20px;
	text-align: center;
	line-height: 35px;
	font-size: 25px;
}
@media all and (-ms-high-contrast: none) {
	.benefitList .benefitList_item_link .benefitList_item_caption .benefitList_hover_btn {
		line-height: 45px;
	}
  }
/*ホバー*/
.benefitList .benefitList_item_link:hover .benefitList_item_name {
	opacity: 0;
}
.benefitList .benefitList_item_link:hover .benefitList_item_exp {
	opacity: 0;
}
.benefitList .benefitList_item_link:hover .benefitList_item_caption {
	transform: translateY(0);
	opacity: 1;
}

/* 福利厚生モーダルエリア */
.modalBenefit {
	width: 1000px;
	height: auto;
	max-height: 800px;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}
.modalBenefit .modaal-inner-wrapper {
	padding: 0;
}
.modalBenefit .modaal-content-container {
	padding: 0;
}
.modalBenefit .modaal-content-container .modalContents {
	display: block;
}
.modalBenefit .modalContents_mainVisual {
	width: 100%;
}
.modalBenefit .modalContents_inner {
/*	overflow: hidden;*/
	padding: 39px 50px 50px;
}
.modalBenefit .modalContents_inner .modalContents_benefittbl {
	padding: 23px 0 10px;
	border-bottom: 1px solid #ccc;
}
.modalBenefit .modalContents_inner .modalContents_benefittbl_lineone {
	height: 82px;
}
.modalBenefit .modalContents_inner .modalContents_benefittbl_linetwo01 {
	height: 112px;
}
.modalBenefit .modalContents_inner .modalContents_benefittbl_linetwo02 {
	height: 108px;
}
.modalBenefit .modalContents_inner .modalContents_benefittbl dl dt {
	width: calc(100% - 700px);
	float: left;
	margin-right: 20px;
	font-size: 18px;
}
.modalBenefit .modalContents_inner .modalContents_benefittbl_linetwo01 dl dt {
	padding-top: 12px;
}
.modalBenefit .modalContents_inner .modalContents_benefittbl_linetwo02 dl dt {
	padding-top: 12px;
}
.modalBenefit .modalContents_inner .modalContents_benefittbl dl dd {
	width: 680px;
	float: left;
}
.modalBenefit .modalContents_inner .benefittbl_dtlinetwo {
	padding: 0 !important;
	line-height: 33px !important;
}
.modalBenefit .modalContents_inner .benefittbl_ddlineone {
	padding-top: 20px !important;
}


.modalBenefit .modalContents figure {
	overflow: hidden;
}
.modalBenefit .modalContents .left{
	margin-top: 40px;
}
.modalBenefit .modalContents .right .imgBox {
	float: right;
	margin-left: 40px;
}
.modalBenefit .modalContents .left .imgBox {
	float: left;
	margin-right: 40px;
}
.modalBenefit .modalContents dl:last-child{
	margin-top: 40px;
}
.modalBenefit .modalContents dl:first-child {
    margin-top: 0;
}
.modalBenefit .modalContents .right dl{
	margin-top: 0;
}
.modalBenefit .modalContents dl dt{
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
}
.modalBenefit .modalContents dl dd{
	font-size: 16px;
	line-height: 30px;
}
.modalBenefit .modalContents dl dt span.title{
	display: block;
	margin-bottom: 10px;
}
.modalBenefit .modalContents dl dt span.sub-title{
    font-size: 13px;
    color: #fff;
    background: #020d49;
    padding: 3px 15px;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 18px;
    vertical-align: top;
    font-weight: normal;
}
.modalBenefit .centerCont {
	margin-top: 40px;
}
.modalBenefit .modalContents .bgcont{
	display: block;
	overflow: visible;
	margin-top: 40px;
}
.modalBenefit .modalContents .bgcont .imgBox {
	display: table-cell;
	vertical-align: top;
}
.modalBenefit .modalContents .bgcont figcaption {
	display: table-cell;
	padding: 30px;
	background: #f5f5f5;
	box-sizing: border-box;
	vertical-align: top;
}
.modalBenefit .modalContents .bgcont figcaption dl:last-child{
	margin-top: 0;
}


.modalBenefit .closeBtn {
	width: 279px;
	height: 54px;
	margin: 50px auto 0;
	text-align: center;
	cursor: pointer;
	transition: opacity .3s;
}
.modalBenefit .closeBtn:hover{
	opacity: 0.8;
}

/* 福利厚生　資格取得プログラム */

.benefit_qualification_img {
	margin-top: 65px;
	text-align: center;
}

/* 格取得プログラムモーダルエリア */
.modalQualification {
	width: 1100px;
	height: auto;
	max-height: 800px;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}
.modalQualification .modaal-inner-wrapper {
	padding: 0;
}
.modalQualification .modaal-content-container {
	padding: 0;
}
.modalQualification .modaal-content-container .modalContents {
	display: block;
}
.modalQualification .modalContents_mainVisual {
	width: 100%;
	text-align: center;
}
.modalQualification .modalContents_mainVisual_container {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.modalQualification .modalContents_mainVisual_container p {
	font-weight: bold;
	margin-top: 4px;
	line-height: 22px;
}
.modalQualification .modalContents_mainVisual_item01 {
	text-align: center;
	margin-left: 10px;
}
.modalQualification .modalContents_mainVisual_item02 {
	text-align: center;
	margin-top: 40px;
	margin-left: 30px;
}
.modalQualification .modalContents_mainVisual_item03 {
	text-align: center;
	margin-left: 28px;
}
.modalQualification .modalContents_mainVisual_history_txt {
	font-size: 14px;
	font-weight: normal;
}
.modalQualification .modalContents_mainVisual_item img {
	max-width: 100%;
}
.modalQualification .modalContents_inner {
	padding: 65px 40px 50px 40px;
}
.balloon-chat {
	display: flex;
	flex-wrap: wrap;
}
.balloon-chat.b_chat { 
	margin-top: 0px;
	flex-direction: row;
	background-image: url(../img/qualification_a_balloon_img.png);
    background-repeat: no-repeat;
    background-position: 98px 30px;
}
.balloon-chat.a_chat { 
	flex-direction: row;
	background-image: url(../img/qualification_b_balloon_img.png);
    background-repeat: no-repeat;
    background-position: 873px;
}
.chatting {
	position: relative;
	width: 755px;
	margin: 10px 48px;
	padding: 10px 20px;
	text-align: left;
	border-radius: 12px;
	font-weight: bold;
}
.b_chat .chatting {
	background-color: #F1E7F4;
	padding: 15px 40px 15px 35px;
}
.a_chat .chatting {
	margin: 10px 40px 10px 128px;
	background-color: #DDE7f8;
	padding: 15px 20px 15px 35px;
}
.balloon-chat figure img {
	margin: 0;
	width: 80px;
	height: 80px;
}
.icon-img {
	width: 80px;
	height: 80px;
}
.modalQualification .closeBtn {
	width: 279px;
	height: 54px;
	margin: 50px auto 0;
	text-align: center;
	cursor: pointer;
	transition: opacity .3s;
}
.modalQualification .closeBtn:hover{
	opacity: 0.8;
}

/*よくある質問*/
#faq {
	padding: 225px 0 150px;
	position: relative;
}
#faq h2 {
	text-align: center;
	margin-bottom: 80px;
}
#faq .faqList {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
#faq .faqList_item_imgWrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#faq .faqList_item_imgWrapper img:nth-child(2) {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*よくある質問：ホバー*/
#faq .faqList .faqList_item_link:hover img:nth-child(2) {
	opacity: 0;
}

/*募集要項*/
#recruit{
	padding: 0 0 65px;
	position: relative;
}
#recruit h2 {
	text-align: center;
	margin-bottom: 80px;
}
#recruit .tabBtn{
	overflow: hidden;
}
#recruit .tabBtn > li{
	background: #edebeb;
	padding: 5px 20px 14px;
	float: left;
	margin-right: 1px;
	cursor: pointer;
	color: #020d49;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.7;
	text-align: center;
	width: 325px;
	position: relative;
}
#recruit .tabBtn > li span{
	display: block;
	font-size: 18px;
	line-height: 1.2;
}
#recruit .tabBtn > li.select{
	background: #0443b6;
	color: #fff;
	margin-bottom: 20px;
}
#recruit .tabBtn > li.select:after{
	content: "";
	background: url(../img/tab-arrow.png) no-repeat;
	width: 35px;
	height: 18px;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -17.5px;
}
#recruit .tabContent > li{
	background: #fff;
	padding: 27px 0;
}
#recruit .tabContent > li .t-slide > dl{
	display: table;
	vertical-align: middle;
	padding: 20px 0;
	font-size: 16px;
	border-bottom: 1px solid #0443b6;
	width: 100%;
}
#recruit .tabContent > li .t-slide > dl dt{
	display: table-cell;
	clear: left;
	margin-right: 0.5em;
	width: 200px;
	color: #020d49;
	font-weight: bold;
	font-size: 18px;
	padding: 0 20px;
	box-sizing: border-box;
	vertical-align: middle;
}

#recruit .tabContent > li .t-slide > dl dd {
	display: table-cell;
	vertical-align: middle;
}
#recruit a.entry {
	display: inline-block;
	margin-left: 66px;
}
#recruit a.entry:hover {
	opacity: 0.8;
}
