/* CSS Document */
@media (max-width: 459px) {
.box__about{
	padding: 100px 0;
	background-image: url(../img/top_img01_1.jpg);
	background-position:  center 0px ;
	background-repeat:  no-repeat;
	background-size:  auto 400px;
	background-color: #f1f1f1;
	width: 100%;
	display: block;
	
}
	
.box__about .box__con{
	width: 100%;
	text-align: center;
	display: block;
	z-index: 0;
	
}
	
.box__about .box__con h2{
	color: #34478b;
	font-size:1.8rem;
	font-weight: normal;
	letter-spacing: .2rem;
	
}

.box__about .box__con h2 span{
	font-size:1.4rem;
	
}

.box__about .box__con p.eng{
	color: #a9c9d1;
	font-size:1rem;
	letter-spacing: .5rem;
	text-indent: .5rem;
	text-align: center;
}

.box__about .box__con p.txt{
	color: #34478b;
	font-size:1rem;
	line-height: 200%;
	font-weight: bold;
	text-align: center;
}

.box__about .box__con .box__midashi {
	border: 1px solid #595757;
	width: 160px;
	height: 36px;
	display: block;
	text-align: center;
	line-height: 36px;
	margin: 25px auto 50px; 
	color: #595757;
	font-size: 1.4rem;
	font-weight: bold;
}
	
.box__about .box__con img{
	margin: 20px 5%;
	width: 30%;
	
}
	

	
.box__mission{
	background-color: #fff;
	text-align: center;
	padding: 50px 0;
	color: #34478c;
	font-size: 1.1rem;
	line-height: 180%;
		
	}
.box__mission img{
	margin: 50px auto;
		
	}
	
.box__outline{
	background-color: #fff;
	text-align: center;
	padding: 50px 0;
	color: #3e3a39;
	font-size: 1.4rem;
	line-height: 180%;
		
	}

.box__outline h3{
	text-align: left;
	padding: 5px 0;
	color: #0b308e;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .2rem;
	}
.box__outline h4{
	text-align: left;
	padding: 5px ;
	color: #0b308e;
	font-size: 1.2rem;
	letter-spacing: .2rem;
		
	}
.box__outline dl {
	text-align: left;
	padding: 5px 0;
	color: #3e3a39;
	font-size: 1rem;

	}
.box__outline dl dt{
	text-align: left;
	padding: 2px 5px;
	color: #3e3a39;
	margin-right: 5%;
	display: block;
	overflow: hidden;
	
	}
	
.box__outline dl dd{
	text-align: left;
	padding: 2px 5px;
	color: #3e3a39;
	border-bottom: 1px solid #0b308e;
	display: block;
	overflow: hidden;
	}

.box__outline dl dt:first-child{
	border-top: 1px solid #0b308e;
	}
	
.box__outline dl dt:first-child + dd{
	}
	

.box__outline dl dt.h--2{
	text-align: left;
	padding:2px 5px;
	color: #3e3a39;
	margin-right: 5%;
	display: block;
	overflow: hidden;
	}
.box__outline dl dd.h--2{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	border-bottom: 1px solid #0b308e;
	display: block;
	overflow: hidden;
	}
.box__outline dl dt.h--9{
	text-align: left;
	padding:2px 5px;
	color: #3e3a39;
	margin-right: 5%;
	display: block;
	overflow: hidden;
	}
.box__outline dl dd.h--9{
	text-align: left;
	padding:2px 5px;
	color: #3e3a39;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #0b308e;
	}
	
.box__outline .box__rh{
	margin: 15px 0;
	padding: 25px 0;
	border-top: 1px solid #838383;
	border-bottom: 1px solid #838383;
}
.box__outline  img{
	width:70%;
		
	}

.box__outline  .logo{
	width: 220px;
	margin: 30px 0;
		
	}

.box__outline  .bn a{
	border: 1px solid #595757;
	width: 160px;
	height: 36px;
	display: block;
	text-align: center;
	line-height: 36px;
	margin: 25px auto 50px; 
	color: #595757;
	font-size: 1.4rem;
	font-weight: bold;
	}
	
.box__img  img{
	width:100%;
  	height: 95px;
  	object-fit: cover;
	}


}

@media screen and  (min-width: 460px) and (max-width: 767px) {	

.box__about{
	padding: 50px 0;
	background-image: url(../img/top_img01_1.jpg);
	background-position:  center 0;
	background-repeat:  no-repeat;
	background-size:  auto 700px;
	background-color: #f1f1f1;
	width: 100%;
	display: block;
	
}
	
.box__about .box__con{
	width: 100%;
	text-align: center;
	display: block;
}
	
.box__about .box__con h2{
	color: #34478b;
	font-size:2.2rem;
	font-weight: normal;
	letter-spacing: .2rem;
}
	
.box__about .box__con h2 span{
	font-size:1.4rem;
	
}
.box__about .box__con p.eng{
	color: #a9c9d1;
	font-size:1.4rem;
	letter-spacing: .5rem;
	text-indent: .5rem;
	text-align: center;
}

.box__about .box__con p.txt{
	color: #34478b;
	font-size:1.4rem;
	line-height: 200%;
	font-weight: bold;
	text-align: center;
}

.box__about .box__con .box__midashi {
	border: 1px solid #595757;
	width: 160px;
	height: 36px;
	display: block;
	text-align: center;
	line-height: 36px;
	margin: 20px auto;  
	color: #595757;
	font-size: 1.4rem;
	font-weight: bold;
}
	
	
.box__about .box__con img{
	margin: 20px 5%;
	width: 25%;
	
}
	
.box__mission{
	background-color: #fff;
	text-align: center;
	padding: 50px 0;
	color: #34478c;
	font-size: 1.1rem;
	line-height: 180%;
		
	}
.box__mission img{
	margin: 50px auto;
		
	}
	
.box__outline{
	background-color: #fff;
	text-align: center;
	padding: 50px 0;
	color: #3e3a39;
	font-size: 1.4rem;
	line-height: 180%;
		
	}

.box__outline h3{
	text-align: left;
	padding: 5px 0;
	color: #0b308e;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .5rem;
	}
.box__outline h4{
	text-align: left;
	padding: 5px ;
	color: #0b308e;
	font-size: 1.4rem;
	letter-spacing: .5rem;
		
	}
.box__outline dl {
	text-align: left;
	padding: 5px 0;
	color: #3e3a39;
	font-size: 1.2rem;

	}
.box__outline dl dt{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	font-size: 1.2rem;
	width: 20%;
	border-bottom: 1px solid #0b308e;
	margin-right: 5%;
	display: block;
	float: left;
	overflow: hidden;
	}
	
.box__outline dl dd{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	font-size: 1.2rem;
	float: left;
	width: 75%;
	border-bottom: 1px solid #838383;
	display: block;
	overflow: hidden;
	}

.box__outline dl dt:first-child{
	border-top: 1px solid #0b308e;
	}
	
.box__outline dl dt:first-child + dd{
	border-top: 1px solid #0b308e;
	}
	

.box__outline dl dt.h--2{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	font-size: 1.2rem;
	width: 20%;
	border-bottom: 1px solid #0b308e;
	margin-right: 5%;
	display: block;
	float: left;
	height: 60px;
	overflow: hidden;
	}
.box__outline dl dd.h--2{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	font-size: 1.2rem;
	float: left;
	width: 75%;
	border-bottom: 1px solid #838383;
	display: block;
	height: 60px;
	overflow: hidden;
	}
.box__outline dl dt.h--9{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	font-size: 1.2rem;
	width: 20%;
	border-bottom: 1px solid #0b308e;
	margin-right: 5%;
	display: block;
	float: left;
	height:270px;
	overflow: hidden;
	}
.box__outline dl dd.h--9{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	font-size: 1.2rem;
	float: left;
	width: 75%;
	border-bottom: 1px solid #838383;
	display: block;
	height:270px;
	overflow: hidden;
	}
	
.box__outline .box__rh{
	margin: 15px 0;
	padding: 25px 0;
	border-top: 1px solid #838383;
	border-bottom: 1px solid #838383;
}
.box__outline  img{
	width:70%;
		
	}

.box__outline  .logo{
	width: 220px;
	margin: 30px 0;
		
	}

.box__outline  .bn a{
	border: 1px solid #595757;
	width: 160px;
	height: 36px;
	display: block;
	text-align: center;
	line-height: 36px;
	margin: 25px auto 50px; 
	color: #595757;
	font-size: 1.4rem;
	font-weight: bold;
	}
	
.box__img  img{
	width:100%;
  	height: 120px;
  	object-fit: cover;
	}


}

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

.box__about{
	padding: 100px 0;
	background-image: url(../img/top_img01_1.jpg);
	background-position:  center 0;
	background-repeat:  no-repeat;
	background-size:  auto 1000px;
	background-color: #f1f1f1;
	width: 100%;
	display: block;
	
}
	
.box__about .box__con{
	width: 100%;
	text-align: center;
	display: block;
	
}
	
.box__about .box__con h2{
	color: #34478b;
	font-size:2.8rem;
	font-weight: normal;
	letter-spacing: .2rem;
}
.box__about .box__con h2 span{
	font-size:1.4rem;
	
}


.box__about .box__con p.eng{
	color: #a9c9d1;
	font-size:1.4rem;
	letter-spacing: .3rem;
	text-indent: .3rem;
	text-align: center;
	font-family: 'Playfair Display', serif;
}

.box__about .box__con p.txt{
	color: #34478b;
	font-size:1.4rem;
	line-height: 200%;
	font-weight: bold;
	z-index: 0;
	text-align: center;
}

.box__about .box__con .box__midashi {
	border: 1px solid #595757;
	width: 160px;
	height: 36px;
	display: block;
	text-align: center;
	line-height: 36px;
	margin: 25px auto 50px; 
	color: #595757;
	font-size: 1.4rem;
	font-weight: bold;
}
	
.box__about .box__con img{
	margin: 20px 5%;
	width: 25%;
	
}

.box__mission{
	background-color: #fff;
	text-align: center;
	padding: 50px 0;
	color: #34478c;
	font-size: 1.1rem;
	line-height: 180%;
		
	}
.box__mission img{
	margin: 50px auto;
		
	}

	
.box__outline{
	background-color: #fff;
	text-align: center;
	padding: 50px 0;
	color: #3e3a39;
	font-size: 1.4rem;
	line-height: 180%;
		
	}

.box__outline h3{
	text-align: left;
	padding: 5px 0;
	color: #0b308e;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .5rem;
	}
.box__outline h4{
	text-align: left;
	padding: 5px ;
	color: #0b308e;
	font-size: 1.4rem;
	letter-spacing: .5rem;
		
	}
.box__outline dl {
	text-align: left;
	padding: 5px 0;
	color: #3e3a39;
	font-size: 1.2rem;

	}
.box__outline dl dt{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	font-size: 1.2rem;
	width: 20%;
	border-bottom: 1px solid #0b308e;
	margin-right: 5%;
	display: block;
	float: left;
	overflow: hidden;
	}
	
.box__outline dl dd{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	font-size: 1.2rem;
	float: left;
	width: 75%;
	border-bottom: 1px solid #838383;
	display: block;
	overflow: hidden;
	}

.box__outline dl dt:first-child{
	border-top: 1px solid #0b308e;
	}
	
.box__outline dl dt:first-child + dd{
	border-top: 1px solid #0b308e;
	}
	

.box__outline dl dt.h--2{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	font-size: 1.2rem;
	width: 20%;
	border-bottom: 1px solid #0b308e;
	margin-right: 5%;
	display: block;
	float: left;
	height: 60px;
	overflow: hidden;
	}
.box__outline dl dd.h--2{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	font-size: 1.2rem;
	float: left;
	width: 75%;
	border-bottom: 1px solid #838383;
	display: block;
	height: 60px;
	overflow: hidden;
	}
.box__outline dl dt.h--9{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	font-size: 1.2rem;
	width: 20%;
	border-bottom: 1px solid #0b308e;
	margin-right: 5%;
	display: block;
	float: left;
	height:270px;
	overflow: hidden;
	}
.box__outline dl dd.h--9{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	font-size: 1.2rem;
	float: left;
	width: 75%;
	border-bottom: 1px solid #838383;
	display: block;
	height:270px;
	overflow: hidden;
	}
	
.box__outline .box__rh{
	margin: 15px 0;
	padding: 25px 0;
	border-top: 1px solid #838383;
	border-bottom: 1px solid #838383;
}
.box__outline  img{
	width:70%;
		
	}

.box__outline  .logo{
	width: 220px;
	margin: 30px 0;
		
	}

.box__outline  .bn a{
	border: 1px solid #595757;
	width: 160px;
	height: 36px;
	display: block;
	text-align: center;
	line-height: 36px;
	margin: 25px auto 50px; 
	color: #595757;
	font-size: 1.4rem;
	font-weight: bold;
	}
.box__img  img{
	width:100%;
  	height: 161px;
  	object-fit: cover;
	}


}

@media (min-width: 992px) {	

.box__about{
	padding: 100px 0;
	background-image: url(../img/top_img01_1.jpg);
	background-position:  center 0;
	background-repeat:  no-repeat;
	background-size:  auto 1000px;
	background-color: #f1f1f1;
	width: 100%;
	height: 600px;
	display: block;
	
}
	
.box__about .box__con{
	width: 100%;
	text-align: center;
	display: block;
	
}
	
.box__about .box__con h2{
	color: #34478b;
	font-size:2.8rem;
	font-weight: normal;
	letter-spacing: .2rem;
	
}
.box__about .box__con h2 span{
	font-size:1.4rem;
	letter-spacing: 1rem;
	text-indent: 1rem;
	
}


.box__about .box__con p.eng{
	color: #a9c9d1;
	font-size:1.4rem;
	letter-spacing: .3rem;
	text-indent: .3rem;
	text-align: center;
	font-family: 'Playfair Display', serif;
}

.box__about .box__con p.txt{
	color: #34478b;
	font-size:1.4rem;
	line-height: 200%;
	font-weight: bold;
	text-align: center;
}

.box__about .box__con .box__midashi {
	border: 1px solid #595757;
	width: 160px;
	height: 36px;
	display: block;
	text-align: center;
	line-height: 36px;
	margin: 25px auto 50px; 
	color: #595757;
	font-size: 1.4rem;
	font-weight: bold;
}
	
	
.box__about .box__con img{
	margin: 20px 60px;
	
}

.box__mission{
	background-color: #fff;
	text-align: center;
	padding: 50px 0;
	color: #34478c;
	font-size: 1.4rem;
	line-height: 180%;
		
	}
.box__mission img{
	margin: 50px auto;
		
	}
	
.box__outline{
	background-color: #fff;
	text-align: center;
	padding: 50px 0;
	color: #3e3a39;
	font-size: 1.4rem;
	line-height: 180%;
		
	}

.box__outline h3{
	text-align: left;
	padding: 5px 0;
	color: #0b308e;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .5rem;
	}
.box__outline h4{
	text-align: left;
	padding: 5px ;
	color: #0b308e;
	font-size: 1.4rem;
	letter-spacing: .5rem;
		
	}
.box__outline dl {
	text-align: left;
	padding: 5px 0;
	color: #3e3a39;
	font-size: 1.2rem;

	}
.box__outline dl dt{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	font-size: 1.2rem;
	width: 20%;
	border-bottom: 1px solid #0b308e;
	margin-right: 5%;
	display: block;
	float: left;
	overflow: hidden;
	}
	
.box__outline dl dd{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	font-size: 1.2rem;
	float: left;
	width: 75%;
	border-bottom: 1px solid #838383;
	display: block;
	overflow: hidden;
	}

.box__outline dl dt:first-child{
	border-top: 1px solid #0b308e;
	}
	
.box__outline dl dt:first-child + dd{
	border-top: 1px solid #0b308e;
	}
	

.box__outline dl dt.h--2{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	font-size: 1.2rem;
	width: 20%;
	border-bottom: 1px solid #0b308e;
	margin-right: 5%;
	display: block;
	float: left;
	height: 60px;
	overflow: hidden;
	}
.box__outline dl dd.h--2{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	font-size: 1.2rem;
	float: left;
	width: 75%;
	border-bottom: 1px solid #838383;
	display: block;
	height: 60px;
	overflow: hidden;
	}
.box__outline dl dt.h--9{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	font-size: 1.2rem;
	width: 20%;
	border-bottom: 1px solid #0b308e;
	margin-right: 5%;
	display: block;
	float: left;
	height:270px;
	overflow: hidden;
	}
.box__outline dl dd.h--9{
	text-align: left;
	padding: 5px;
	color: #3e3a39;
	font-size: 1.2rem;
	float: left;
	width: 75%;
	border-bottom: 1px solid #838383;
	display: block;
	height:270px;
	overflow: hidden;
	}
	
.box__outline .box__rh{
	margin-top: 5px ;
	display: block;

	border-top: 1px solid #838383;
	border-bottom: 1px solid #838383;
	height: 99%;
}
.box__outline  img{
	width:100%;
		
	}

.box__outline  .logo{
	width: 220px;
	margin: 30px 0;
		
	}

.box__outline  .bn a{
	border: 1px solid #595757;
	width: 160px;
	height: 36px;
	display: block;
	text-align: center;
	line-height: 36px;
	margin: 25px auto 50px; 
	color: #595757;
	font-size: 1.4rem;
	font-weight: bold;
	}
.box__img  img{
	width:100%;
  	height: 130px;
  	object-fit: cover;
	}


}

