
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	margin: 70px auto 0
}
.top-image img{
	width: 100%;
	height: auto;
}

.top{
	background: url("../img/common/back.png") right top no-repeat;
	background-size: cover;
	padding-bottom: 3%;
}

.catch{
	margin: 5% auto;
}
.catch p{
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.5em;
	margin: auto;
}
.catch p strong{
	text-align: center;
	font-size: 2.5rem;
	color: #097cac;
	font-weight: 700;
	margin: 2% auto;
	display: block;
	letter-spacing: 0.1em;
	
}



#contents{
	position: relative;
}


#contents article{
	padding: 5% 0;
}

.title h2{
	color: #097cac;
	font-size: 1.8rem;
	line-height: 2.5em;
	margin-bottom: 20px;
}
.title h2 .en{
	color: #097cac;
	display: block;
	font-size: 4.8rem;
	font-style: italic;
	letter-spacing: 0.1em;
}


.about .title{
	padding: 0 30px;
}
.about .txt{
	width: 40%;
}
.about .photo{
	width: 75%;
	margin-right: -10%;
	margin-left: -10%;
	margin-top: -10%;
}

.about .txt .backblue{
	background: rgb(34,86,164);
background: linear-gradient(45deg, rgba(10,153,199,1) 0%, rgba(34,86,164,1) 100%);
	color: #fff;
	padding: 50px 35% 50px 50px;
	font-size: 1.5rem;
}


.merit .title{
	padding: 0 30px;
}
.merit .txt{
	width: 45%;
	margin-top: 170px;
	margin-left: -5%;
	position: relative;
}
.merit .photo{
	width: 60%;
	position: relative;
	z-index: 1;
}

.merit .txt .backblue{
	background: rgb(34,86,164);
	background: linear-gradient(45deg, rgba(10,153,199,1) 0%, rgba(34,86,164,1) 100%);
	color: #fff;
	padding: 50px 50px 50px 20%;
	font-size: 1.5rem;
}


.merit img,.about img{
	width: 100%;
	height: auto;
}

.about .readmore,
.merit .readmore{
	margin: 20px auto 0;
}
.about .readmore a,
.merit .readmore a{
	text-align: center;
	background: #fff;
	display: block;
	padding: 5px 20px;
	border:1px solid #097cac;
	color: #097cac;
	position: relative;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,sans-serif;
	letter-spacing: 0.1em;
	
}

.about .readmore a::before,
.merit .readmore a::before{
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	width: 15px;
	border-top:1px solid #097cac;
	height: 1px;
}
.about .readmore a::after,
.merit .readmore a::after{
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	width: 15px;
	border-top:1px solid #fff;
	height: 1px;
}


.message .title{
	width: 30%;
}
.message .txt{
	width: 70%;
}


.message .messagebtn{
	width: 33.3333%;
	padding: 20px 0px;
	position: relative;
}


.message .messagebtn a{
	position: relative;
	display: block;
}
.message .messagebtn a .readmore{
	position: absolute;
	left: 17%;
	width: 60%;
	bottom:45px;
}
.message .messagebtn a .readmore{
	text-align: center;
	background: #fff;
	display: block;
	padding: 5px 10px;
	border:1px solid #097cac;
	color: #097cac;
	position: relative;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,sans-serif;
	letter-spacing: 0.1em;
	
}

.message .messagebtn a .readmore::before{
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	width: 15px;
	border-top:1px solid #097cac;
	height: 1px;
}
.message .messagebtn a .readmore::after{
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	width: 15px;
	border-top:1px solid #fff;
	height: 1px;
}


.pc-img{
	display: block;
}
.sp-img{
	display: none;
}


footer {
	margin: 0 auto;
}

@media only screen and (min-width:1px) and (max-width: 1080px) {


}
@media (min-width:1px) and (max-width: 960px) {

.catch p{
	font-size: 1.6rem;
}
.catch p strong{
	font-size: 2.2rem;
	
}
.title h2{
	font-size: 1.6rem;
}
.title h2 .en{
	font-size: 4.0rem;
}
	
.about .title{
	padding: 0 30px;
}
.about .txt{
	width: 70%;
	margin-right: 0%;
	margin-top: -30px;
	order: 2;
}
.about .photo{
	width: 80%;
	margin-right: 0%;
	margin: -30px 0 0 auto;
	order: 1;
	z-index: 2;
}

.about .txt .backblue{
	padding: 50px;
}

.about .readmore,
.merit .readmore{
	margin: 20px auto 0;
	max-width: 250px;
}	
	

.merit .txt{
	width: 70%;
	margin-top: 0;
	margin-left:0;
	margin: -20px 0 0 auto;
	position: relative;
}
.merit .photo{
	width: 80%;
	position: relative;
	z-index: 1;
}

.merit .txt .backblue{
	padding: 50px;
}

	
}
@media (min-width:1px) and (max-width: 768px) {
	

.catch p{
	font-size: 1.5rem;
}
.catch p strong{
	font-size: 2.0rem;
	
}
	
	
.about .txt,
.merit .txt{
	width: 80%;
}
.about .photo,
.merit .photo{
	width: 90%;
}
	.about .photo{
		padding-top:20px; 
	}

.about .txt .backblue,
.merit .txt .backblue{
	padding: 40px 30px 30px;
}
.about .readmore a,
.merit .readmore a{
	font-size: 1.2rem;
}	
	


.message .title{
	width: 100%;
}
.message .txt{
	width: 100%;
}


.message .messagebtn{
	width: 50%;
	padding: 10px 0;
	position: relative;
}

.message .messagebtn a .readmore{
	bottom:35px;
	font-size: 1.2rem;
}	
}
@media only screen and (min-width:1px) and (max-width: 480px) {
	
.catch p{
	font-size: 1.4rem;
	line-height: 2.0em;
}
.catch p strong{
	font-size: 1.8rem;
	
}
.title h2{
	font-size: 1.4rem;
}
.title h2 .en{
	font-size: 3.0rem;
}
.about .txt,
.merit .txt{
	width: 90%;
}
.message .messagebtn a .readmore{
	left: 12%;
	width: 70%;
}
.message .messagebtn a .readmore{
	bottom:35px;
	font-size: 1.1rem;
}
.pc-img{
	display: none;
}
.sp-img{
	display: block;
}
}