@charset "UTF-8";
/* CSS Document */
header{
	clear: left;
}
header .inner{
	/*height: auto;*/
}
header .logo {
	display: none;
}

#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 .bottomWave{
	position: absolute;
	bottom:0;
	left:0;
	z-index: 9;
	width: 100%;
	min-width: 960px;
	height: 40px;
}
#main .logo{
	position: absolute;
	top:25px;
	left:50%;
	margin-left: -450px;
	z-index: 10;
}
#main .logo img{
	height: 52px;
	width: auto;
}
#main .mainCopy01{
	width: 40%;
	position: absolute;
	top:50%;
	right:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
/*
#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{
	width: 100%;
	display: none;
	position: absolute;
	top:20%;
	left:0;
	-webkit-transform: translateY(-50%,-50%);
	-ms-transform: translateY(-50%,-50%);
	transform: translateY(-50%,-50%);
	z-index: 10;
	text-align: center;
}
#main .mainCopy02 img{
	width: 86%;
	height: auto;
	min-width: 825px;
}


#main .carouselArea {
	width: 100%;
	min-width: 960px;
	/*height: calc(100vw * 938/1440);
	overflow: hidden;スクロールバー分含まれて余白が出る*/
}
#main .carouselArea .caroufredsel_wrapper {
	min-width: 960px !important;
}
#main .carouselArea ul.carousel li{
	width: 100%;
	min-width: 960px;
	height: calc(100vw * 900/1440) !important;
	overflow: hidden;
	float: left;
}
#main .carouselArea ul.carousel li img{
	width: 100%;
	height: auto;
}
#main .carouselArea .pager{
	position: absolute;
	bottom:30px;
	left:30px;
	z-index: 20;
}
#main .carouselArea .pager a {
	display: inline-block;
	text-indent: -9999px;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 3.5px;
	-moz-border-radius: 3.5px;
	border-radius: 3.5px;
	background: rgba(29,32,136,0.3);
	margin-right: 10px;
}
#main .carouselArea .pager a:hover,
#main .carouselArea .pager a.selected {
	background: rgba(29,32,136,1);
}

header #gnav{
	position: static;
	-webkit-flex-direction: column; /* Safari */
	flex-direction:         column;
}
/*gmenu hBtList*/
header #gnav ul#gmenu,
header #gnav ul#hBtList{
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
}
header #gnav ul#gmenu{
	margin-bottom: 10px;
}
header #gnav ul#hBtList{
	margin-bottom: 0px;
}

#container{
	padding-top: 50px;
	padding-bottom: 45px;
}

#bloc01{margin-bottom: 50px;}
#bloc01 .txt{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3.5px;
	text-align: center;
	line-height: 2.85;
	margin-bottom: 35px;
}
#bloc01 h1{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 25px;
}
#bloc01 .pic{
	text-align: center;
}
#bloc01 .pic img{
	height: 235px;
	width: auto;
}


#bloc02 {
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	-js-display: flex;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: nowrap; /* Safari */
	flex-wrap:         nowrap;
}
#bloc02 > div {
	padding: 15px 45px 30px 45px;
	width: 50%;
}
#bloc02 > div > h2{
	font-size: 17px;
	letter-spacing: 1px;
	text-align: center;
	font-family: "SourceHanSans-Bold"!important;
	font-weight: 700 !important;
	margin-bottom: 10px;
}


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



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



.bList{
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	margin-bottom: 70px;
}
.bList li{
	text-align: center;
}
.bList li:nth-child(n+2){
	margin-top: 20px;
}
.bList li a{
	text-align: center;
}
.bList li a img{
	width: 100%;
	height: auto;
}
#blist02 li#kity a img{
	width: 75%;
	height: auto;
}



