@charset "UTF-8";
/* CSS Document */

.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

@media only screen and (max-width: 1100px){
header{
	background: rgba(0,0,0,0.9);
}
}

#main {
	margin: 0px 0px 100px;
	position: relative;
	height: 674px;
	background: url(../images/index/main_bg.jpg) no-repeat center top;
	background-size:cover;
}
#main .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	max-width: 420px;
	width: 100%;
}



@media only screen and (max-width: 768px){
#main {
	margin: 0px 0px 40px;
	height: 420px;
}
#main .logo {
	width:80%;
}
}




.section .ttl.fl {
	float: left;
	width: 22.33%;
}
.section.sec-supp .ttl {
	margin: 0px 0px 75px;
}
.section.sec-loca .ttl {
	margin: 0px 0px 35px;
}

.section .cont {
	width: 73%;
	float: right;
}
.section .inn {
	margin: 0px 0px 65px;
}
.section .inn:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.section .inn .cont .copy {
	margin: 0px 0px 45px;
}
.section .inn .cont .copy .txt-jn {
	font-size: 24px;
	color: #2e3192;
	font-weight: bold;
	margin: 0px 0px 8px;
}
.section .inn .cont .copy .txt-en {
	font-size: 14px;
	line-height: 1.3;
	color: #2e3192;
}
.section .inn .cont .text {
	text-align: justify;
}
@media only screen and (max-width: 768px){
.section .ttl.fl {
	float: none;
	width: auto;
	margin: 0 0 20px;
}
.section.sec-supp .ttl {
	margin: 0px 0px 20px;
}
.section.sec-loca .ttl {
	margin: 0px 0px 35px;
}

.section .cont {
	width: auto;
	float: none;
}
.section .inn {
	margin: 0px 0px 30px;
}
.section .inn:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.section .inn .cont .copy {
	margin: 0px 0px 30px;
}
.section .inn .cont .copy .txt-jn {
	font-size: 22px;
	margin: 0px 0px 10px;
	line-height: 1.3;
}
.section .inn .cont .copy .txt-en {
	font-size: 12px;
	line-height: 1.2;
}
.section .inn .cont .text {
}
}


/*********************************************/

.section.sec-news .news dl {
	padding: 0 0 30px;
}
.section.sec-news .news dl:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.section.sec-news .news dl:last-child {
	padding: 0;
}
.section.sec-news .news dl dt {
	width: 15%;
	float: left;
	font-weight: bold;
	color: #2e3192;
	font-size: 15px;
}
.section.sec-news .news dl dd {
	float: right;
	width: 83%;
}
.section.sec-news .news dl dd a {
	display: block;
}
@media only screen and (max-width: 768px){
.section.sec-news .news dl {
	padding: 0 0 15px;
}
.section.sec-news .news dl:after {}
.section.sec-news .news dl:last-child {
	padding: 0;
}
.section.sec-news .news dl dt {
	width: auto;
	float: none;
	font-size: 14px;
}
.section.sec-news .news dl dd {
	float: none;
	width: auto;
	margin: 0 0 5px;
}
.section.sec-news .news dl dd a {}
}


/*********************************************/
.section.sec-supp .logo {
	display: -webkit-flex;
	display: -ws-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ws-justify-content: space-between;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	
}
.section.sec-supp .logo li {
	margin-bottom: 40px;
	margin-right: 2%;
}
.section.sec-supp .logo li:nth-child(2) {
	width: 150px;
/*    margin-right: 40px;*/

}
.section.sec-supp .logo li:nth-child(3) {
	width: 85px;
/*    margin-right: 40px;*/

}
.section.sec-supp .logo li:nth-child(4) {
	width: 182px;
/*	margin-right: 40px;*/

}
.section.sec-supp .logo li:nth-child(5) , .section.sec-supp .logo li:nth-child(6) {
	width: 48%;
/*	margin-right: 5px;*/
}
.section.sec-supp .logo li:nth-child(7) , .section.sec-supp .logo li:nth-child(8) {
	width: 150px;
/*    margin-right: 50px;*/
}
.section.sec-supp .logo li:nth-child(8) {
    margin-top: 20px;
}
.section.sec-supp .logo li:nth-child(7) , .section.sec-supp .logo li:nth-child(8) {
	width: 150px;
/*    margin-right: 50px;*/
}
.section.sec-supp .logo li:nth-child(8) {
    margin-top: 20px;
}

@media only screen and (max-width: 768px){
.section.sec-supp .logo {
	-webkit-justify-content: flex-start;
	-ws-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-content: space-between;
	-ws-align-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ws-align-items: center;
	align-items: center;
}
.section.sec-supp .logo li {
	width: 45%;
	text-align: center;
	margin: 0 2% 20px 3%;
}
.section.sec-supp .logo li:nth-child(2) {
	width: 45%;
}
.section.sec-supp .logo li:nth-child(2) img {
	width: 80%;
}
.section.sec-supp .logo li:nth-child(3) {
	width: 45%;
}
.section.sec-supp .logo li:nth-child(3) img {
	width: 40%;
}
.section.sec-supp .logo li:nth-child(4) {
	width: 45%;
}
.section.sec-supp .logo li:nth-child(4) img {
	width: 100%;
}
.section.sec-supp .logo li:nth-child(5) , .section.sec-supp .logo li:nth-child(6) {
	width: 45%;
	margin: 0 2%;
}

}



/*********************************************/
.section.sec-loca {
	border-bottom: none;
	padding: 0 0 195px;
	margin: 0px;
}
.section.sec-loca .gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.section.sec-loca .gmap iframe {
	position: absolute;
	left: 0;
	top: -150px;
	width: 100%;
	height: calc(100% + 150px + 150px);
}
.section.sec-loca .sec-mac {
	position: relative;
	padding: 45px 0px 0px;
}
.section.sec-loca .sec-mac .info {
	color: #FFF;
	background: #2e3192;
	width: 45%;
	position: absolute;
	z-index: 100;
	left: 39px;
	top: 0px;
	padding: 30px 0px;
}
.section.sec-loca .sec-mac .info .inn {
	margin: 0px auto;
	max-width: 400px;
	padding: 0px 10px;
}
.section.sec-loca .sec-mac .info .inn .sttl {
	margin: 0px 0px 25px;
}
.section.sec-loca .sec-mac .info .inn .sttl span {
	font-size: 18px;
	font-weight: bold;
}
@media only screen and (max-width: 768px){
.section.sec-loca {
	padding: 0 0 80px;
}
.section.sec-loca .gmap {padding-bottom: 90%;}
.section.sec-loca .gmap iframe {
}
.section.sec-loca .sec-mac {
	padding: 100px 0px 0px;
}
.section.sec-loca .sec-mac .info {
	width: 80%;
	left: 15px;
	padding: 20px 0px;
}
.section.sec-loca .sec-mac .info .inn {
	margin: 0px 5%;
	padding: 0;
}
.section.sec-loca .sec-mac .info .inn .sttl {
	margin: 0px 0px 10px;
}
.section.sec-loca .sec-mac .info .inn .sttl span {
	font-size: 16px;
}
}
