@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mv */
.mv {
	background-image: url("/img/about/bg_mv.jpg");
}



/* strength */
.strength__box {
	border-top: 1px solid #DDD;
}

.strength__item {
	border-bottom: 1px solid #DDD;
	padding: 30px 20px;
	display: flex;
	justify-content: space-between;
}

.strength__h3 {
	display: block;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 600;
	color: #e50012;
	text-align: center;
}

.strength__h3 span {
	display: block;
	font-size: 54px;
}

.strength__content {
	width: calc(100% - 100px);
}

.strength__h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}



/* captain */
.captain {
	background-color: #F7F7F7;
}

.captain__img {
	width: 100%;
	height: 800px;
	background-image: url("/img/about/img_captain.jpg");
	background-position: center center;
	background-size: cover;
	margin-bottom: 80px;
}

.captain__signature {
	text-align: right;
	margin-top: 20px;
}



/* facility */
.facility {
	padding-bottom: 30px;
}

.facility__img {
	width: 100%;
	height: 800px;
	background-image: url("/img/about/img_facility.jpg");
	background-position: center center;
	background-size: cover;
	margin-bottom: 100px;
}

.facility__box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.facility__box::before,
.facility__box::after {
	display: inline-block;
	content: "";
	width: 23%;
	order: 1;
}

.facility__item {
	width: 23%;
	margin-bottom: 30px;
}

.facility__item-img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.facility__txt {
	color: #999;
	font-size: 16px;
}

.facility__tbl {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 100px auto;
	border-top: 1px solid #DDD;
}

.facility__tbl tr th {
	border-bottom: 1px solid #DDD;
	padding: 25px;
	font-weight: 600;
	width: 35%;
}

.facility__tbl tr td {
	border-bottom: 1px solid #DDD;
	padding: 25px;
	width: 65%;
}



/* access */
.access {
	background-color: #F7F7F7;
}

.access__box {
	display: flex;
	justify-content: space-between;
}

.access__item {
	width: 31%;
}

.access__img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}


/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

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



	
	
}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

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


	

}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* strength */
.strength__item {
	padding: 15px 5px;
}

.strength__h3 {
	font-size: 10px;
}

.strength__h3 span {
	display: block;
	font-size: 36px;
}

.strength__content {
	width: calc(100% - 50px);
}

.strength__h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

	
	
/* captain */
.captain__img {
	height: 250px;
	margin-bottom: 30px;
}

.captain__signature {
	margin-top: 10px;
}
	
	
	
/* facility */
.facility__img {
	height: 250px;
	margin-bottom: 40px;
}

.facility__item {
	width: 48%;
	margin-bottom: 25px;
}

.facility__item-img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.facility__txt {
	color: #999;
	font-size: 13px;
}
	
.facility__tbl {
	margin: 0 auto 50px auto;	
}
	
.facility__tbl tr th {
	display: block;
	width: 100%;
	border: none;
	padding: 5px 10px;
	background-color: #e50012;
	color: #FFF;
}

.facility__tbl tr td {
	display: block;
	width: 100%;
	padding: 15px 10px;
	border: none;
}
	
	
	
/* access */
.access {
	padding-bottom: 30px;
}
	
.access__box {
	display: block;
}

.access__item {
	width: 100%;
	margin-bottom: 30px;
}

.access__img {
	margin-bottom: 10px;
}


	
}