@charset "UTF-8";

.top_image{
	position: relative;
	object-fit: contain;
	height: 580px;
}

.top_image img{
	width: 100%;
	height: 100%;
	min-width: 100%;
	object-fit: cover;
}

.top_image .catch{
	position: absolute;
	bottom: 51px;
	left: 106px;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
	line-height: 160%;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "ＭＳ 明朝","MS Mincho", serif;
}

.lang_en .top_image .catch {
    font-family: 'Lora', serif;
    font-weight: normal;
}

@media screen and (max-width:1320px){
	.top_image .catch br{
		display: none;
	}
}

@media screen and (max-width:1020px){
	.top_image .catch{
		font-size: 24px;
		left: 50px;
	}
}

.top_h_type01{

}

.top_h_type01 .title{
	display: block;

	padding-bottom: 10px;

	font-family: 'Abel';
	font-size: 36px;
	text-align: center;
	letter-spacing: 5px;
	color: #000;
}

.top_h_type01 .subtitle{
	display: block;

	font-size: 14px;
	text-align: center;

	color: #666666;
}

.top_h_type01.white .title{
	color: #fff;
}

.top_h_type01.white .subtitle{
	color: rgba(255,255,255,0.7);
}

@media screen and (max-width:768px){

	.top_image .catch{
		bottom: 8px;
		left: 0;
		font-size: 12px;
		padding: 0 20px;
		text-shadow: 1px 2px 4px #3166ae;
		font-weight: bold;
	}

	.top_image {
	    position: relative;
	    display: flex;
	    object-fit: cover;
	    overflow: hidden;
	    height: 240px;
	}

	.top_image img {
	    object-fit: cover;
	    width: auto;
	    height: 100%;
	    min-width: 100%;
	}

}

/*NEWS*/

#news{
	padding: 30px 0;
}

.news_list{
	margin-bottom: 30px;
}

.news_list li{
	border-bottom: 1px solid #ddd;
}

.news_list li a{
	display: block;
	padding: 25px 0;
	text-decoration: none;
}

.news_list li span{
	line-height: 180%;
}

.news_list li .category{
	display: inline-block;
	vertical-align: middle;

	width: 100px;

	margin-right: 20px;

	font-size: 12px;
	text-align: center;
	line-height: 24px;

	color: #fff;
	background: #EE5E61;
}

.news_list li .date{
	font-size: 14px;
	margin-right: 20px;
}

.news_list li .title{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: calc(100% - 260px);
	width: 100%;
	line-height:  200%;
	margin-top: 6px;
	display: block;
	vertical-align: middle;
}

/*#service*/

#service{
	padding: 70px 0;	
}

.service_list{
	margin: 50px auto 0;
    overflow: hidden;
    padding-bottom: 54px;
}

.lang_en .service_list{
	padding-bottom: 64px;
}

.service_list:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both;
}

.service_list li {
    position: relative;
    float: left;
    max-width: 360px;
    width: calc(100% / 3 - (60px / 3));
    margin-right: 30px;
}

.service_list li:nth-child(3n){
	margin-right: 0;
}

.service_list li img{
	width: 100%;
	height: auto;
}

.service_list .text{
	position: relative;

	box-sizing: border-box;

	padding: 30px 30px 30px 40px;

	padding-bottom: 10000px;
	margin-bottom: -10000px;

	background: #fff;
}

.service_list dl dt{
	font-size: 18px;
	line-height: 160%;
	font-weight: bold;
	margin-bottom: 20px;
}

.service_list dl dd{
	font-size: 14px;
	line-height: 200%;
	margin-bottom: 20px;
}

.lang_en .service_list dl dd{
	line-height: 170%;
}

.service_list .list_button{
	position: absolute;

	right: 40px;
	top: 180px;
}

.lang_en .service_list .list_button{
	top: 220px;
}

@media screen and (max-width:1300px){
	.service_list .list_button{
		top: 210px;
	}
}

@media screen and (max-width:1130px){
	.service_list .text{
		padding-right: 10px;
		padding-left: 15px;
	}

	.service_list .list_button{
		top: 220px;
	}
}

@media screen and (max-width:1030px){

	.service_list .list_button{
		top: 250px;
	}
}

@media screen and (max-width:660px){
	.service_list{
		margin-top: 30px;
	}

	.service_list li{
		max-width: none;
		float: none;
		width: 100%;
		margin-bottom: 20px;
		background: #fff;
	}

	.service_list li:after{
	    content: " "; 
	    display: block; 
	    height: 0; 
	    clear: both;
	}

	.service_list li .image{
		overflow: hidden;
		float: left;
		width: 50%;
	}

	.service_list li .image img{
		height: auto;
		width: 100%;
	}

	.service_list .text{
		float: right;
		width: 50%;
		padding: 20px;
	}

	.service_list .list_button{
		position: relative;
		top: auto!important;
		right: auto;
	}
}

@media screen and (max-width:580px){
	.service_list li .image{
		width: 100%;
		float: none;
	}

	.service_list .text{
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: auto;
	}
}

.service_list .list_button a{
	padding-right: 33px;
}



/*page_list*/

.page_list{
	padding-top: 95px;
	padding-bottom: 1px;
}

.page_list li{
	margin-bottom: 80px;
}

.page_list li:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both;
}

.page_list li a{
	margin-left: 30px;
}

.page_list li .lefty{
	float: left;
}

.page_list li .righty{
	float: right;
}

.page_list li .image{
	position: relative;
	z-index: 12;

	margin-top: -50px;
	margin-right: -6%;

	width: 53%;
	max-width: 600px;
}

.page_list li .image img{
	width: 100%;
	height: auto;
}

.page_list li .text{
	padding: 110px 80px 110px 110px;
	padding: 10% 5% 10% 7%;
	width: 50%;
	max-width: 600px;
	background: #fff;
	box-sizing: border-box;
}

.page_list li .text .title{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-family: 'Abel';
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 6px;
}

.page_list li .text .subtitle{
	display: inline-block;
	vertical-align: middle;

	font-size: 14px;
	color: #666666;
}

.page_list li dd{
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 160%;
	color: #3166AD;
	font-weight: bold;
	min-height: 60px;
	letter-spacing: 2px;
}

@media screen and (max-width:768px){
	.page_list li .image{
		margin-top: 0;
		margin-right: 0;
		width: 100%;
	}

	.page_list li .text{
		padding: 10% 8% 10% 10%;
		width: 100%;
	}

}

/*about_menu_list*/

.about_menu_list{

}

.about_menu_list:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both;
}

.about_menu_list li{
	float: left;
	width: 25%;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}

.about_menu_list li:nth-child(4){
	border-right: none;
}

.about_menu_list li a{	
	display: block;
	padding-top: 130px;
	padding-bottom: 40px;
	background: no-repeat 50% 40%;
	text-align: center;
	text-decoration: none;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.about_menu_list li:nth-child(1) a{ background-image: url(../common/img/other/icon01.png); }
.about_menu_list li:nth-child(2) a{ background-image: url(../common/img/other/icon02.png); }
.about_menu_list li:nth-child(3) a{ background-image: url(../common/img/other/icon03.png); }
.about_menu_list li:nth-child(4) a{ background-image: url(../common/img/other/icon04.png); }

.about_menu_list li a:hover{	
	background-position:  50% 35%;
	background-color: #e2eeff;
	color: #000;
}

.about_menu_list li a span{
	display: block;
	font-size: 16px;
	text-align: center;
}

/*#access*/

#access{
	height: 600px;
}

#access:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both;
}

#access .lefty{
	float: left;
}

#access .righty{
	float: right;
}

#access .text{
	padding: 100px;
	padding-top: 150px;
	padding: 9%;
	width: 40%;
	/*max-width: 560px;*/
	height: 600px;

	box-sizing: border-box;
}

.lang_en #access .text{
	padding: 7%;
}

#access .text dt{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}

#access .text dd p{
	color: #fff;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 200%;
}

#access .map{
	width: calc( 100% - 560px );
	width: 60%;
}

#access .map iframe{
	width: 100%;
	height: 600px;
}

@media screen and (max-width:768px){
	#access .map{	
		width: 100%;
	}

	#access .text{
		padding: 4%;
		width: 100%;
	}	

	#access,
	#access .text,
	#access .map iframe{
		height: auto;
	}

	.about_menu_list li a{
		padding-top: 80px;
		padding-bottom: 20px;
		background-size: auto 39px;
	}

	#service {
	    padding: 30px 0;
	}

	.page_list li a {
	    margin-left: 30px;
	    margin-bottom: 20px;
	    display: block;
	    padding-right: 30px;
	}

	.list_button a span {
	    font-size: 12px;
	    width: 90px;
	    display: inline-block;
	}

}
