@charset "UTF-8";
/* CSS Document */


#main {
	position: relative;
}
/*
#main::after{
	content: '';
	width: 100%;
	position: absolute;
	bottom:0;
	left:0;
	padding-top: 3.8%;
	background: url(../images/main_bg.svg) no-repeat left bottom/100% auto;
	z-index: 9;
}*/
#main .bottomWave path{
	fill: #fff;
}
#main .svgImg{
	position: absolute;
	bottom:0;
	left:0;
	z-index: 9;
	width: 100%;
	height: calc(100vw * 22 / 640);
}
#main .logo{
	display: none;
}
#main .mainCopy01{
	width: 55%;
	position: absolute;
	top:50%;
	left:0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	margin-left: 6.25%;
}
/*
#main .mainCopy01 img{
	width: 46%;
	height: auto;
	display: none;
}*/
#main .mainCopy01 img.copy01_1{margin-right: 8%;}

#main .mainCopy01 img{display: none;}
#main .mainCopy01 img.copy01_1{
	width: 36.6%;
	height: auto;
	margin-right: 6.4%;
}
#main .mainCopy01 img.copy01_2{
	width: 57%;
	height: auto;
}


#main .mainCopy02{
	display: none;
	width: 100%;
	position: absolute;
	top:30%;
	left:0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	text-align: center;
}
#main .mainCopy02 img{
	width: 67.97%;
	height: auto;
}


#main .carouselArea {
	width: 100%;
	height: calc(100vw * 900/1440) !important;
	overflow: hidden;
	/*height: calc(100vw * 938/1440);
	overflow: hidden;スクロールバー分含まれて余白が出る*/
}

#main .carouselArea ul.carousel li{
	height: calc(100vw * 900/1440) !important;
	overflow: hidden;
	float: left;
}
#main .carouselArea ul.carousel li img{
	width: 100%;
	height: auto;
}
#main .carouselArea .pager{
	display: none !important;
}


#container{
	padding-top: 20px;
	padding-bottom: 25px;
}

#bloc01{margin-bottom: 50px;}
#bloc01 .txt{
	font-size: 4.375vw;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 1.65;
	margin-bottom: 35px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	padding: 0px 10px;
}
#bloc01 h1{
	font-size: 4.375vw;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 25px;
}
#bloc01 .pic{
	text-align: center;
}
#bloc01 .pic img{
	width: 64.8%;
	height: auto;
}


#bloc02 {
	padding: 0px 12.5px;
}
#bloc02 > div {
	padding: 10px 30px 30px 30px;
	margin-bottom: 12.5px;
}
#bloc02 > div > h2{
	font-size: 5.63vw;
	letter-spacing: 1px;
	text-align: center;
	font-family: "SourceHanSans-Bold"!important;
	font-weight: 700 !important;
	margin-bottom: 10px;
}

#bloc02 > div dl{
	background: #FFF;
	padding: 15px 15px 15px 15px;
	height: 175px;
	overflow: auto;
}
#bloc02 > div dl dt{
	font-size: 3.75vw;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#bloc02 > div dl dd{
	font-size: 3.75vw;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	margin-bottom: 10px;
}
#bloc02 > div dl dd a{
	color: #000;
	text-decoration: underline;
}



#bloc02 #topics{
	background: #CEDCE0;
}
#bloc02 #recruit{
	background: #E0E0E0;
}



.bList{
	margin-bottom: 70px;
	padding: 0px 12.5px;
}
#blist02 {
	margin-bottom: 50px;
}

.bList li{
	text-align: center;
}
.bList li:nth-child(n+2){
	margin-top: 12.5px;
}
.bList li a{
	text-align: center;
}
.bList li a img{
	width: 100%;
	height: auto;
}
