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


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

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

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

/* mv */
.mv {
	background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),url("/img/about/mv.jpg");
}



/* captain */
.captain {
	padding-bottom: 50px;
}

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

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

.captain__img::before {
	display: inline-block;
	content: "";
	padding-top: 40%;
}

.captain__name {
	display: block;
	background-color: #0e3c95;
	position: absolute;
	right: 0;
	bottom: -100px;
	padding: 50px 120px 50px 80px;
	border-radius: 15px 0 0 15px;
}

.captain__name-txt {
	font-size: 60px;
	font-weight: 600;
	color: #FFF;
	letter-spacing: .1em;
	padding-left: .1em;
	line-height: 1.5;
}

.captain__name-txt span {
	display: block;
	font-size: 28px;
	letter-spacing: 0;
}



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

.strength__item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	border-bottom: 1px solid #DDD;
	padding: 40px 0;
}

.strength__left {
	width: 35%;
}

.strength__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.strength__right {
	width: 60%;
}

.strength__h3 {
	font-size: 24px;
	font-weight: 600;
	color: #0e3c95;
	margin-bottom: 15px;
}



/* facility */
.facility {
	background-color: #F9F9F9;
}

.facility__img {
	display: block;
}

.facility__img-main {
	width: calc(100vw - 140px);
	margin: 0 auto;
	border-radius: 30px;
	margin-bottom: 70px;
}

.facility__txt {
	text-align: center;
	margin-bottom: 100px;
}

.facility__box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.facility__item {
	width: 22.5%;
	margin-bottom: 40px;
}

.facility__img-sub {
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 15px;
}

.facility__item-txt {
	font-size: 14px;
}

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

.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__h2 {
	margin-bottom: 50px;
}

.access__h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 80px;
}

.access__box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

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

.access__img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	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){

/* captain */
.captain__signature {
	margin-top: 10px;
}

.captain__img {
	margin-top: 50px;
	width: 100%;	
	background-image: url("/img/about/img_captain.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}

.captain__img::before {
	display: inline-block;
	content: "";
	padding-top: 50%;
}

.captain__name {
	display: block;
	background-color: #0e3c95;
	position: absolute;
	right: 0;
	bottom: -40px;
	padding: 20px 40px 15px 30px;
	border-radius: 10px 0 0 10px;
}

.captain__name-txt {
	font-size: 24px;
	line-height: 1.7;
}

.captain__name-txt span {
	font-size: 16px;
}



/* strength */
.strength {
	padding-top: 30px;
}

.strength__item {
	display: block;
	padding: 30px 0;
}

.strength__left {
	width: 100%;
}

.strength__img {
	border-radius: 10px;
}

.strength__right {
	width: 100%;
	margin-bottom: 20px;
}

.strength__h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
	
	
	
/* facility */
.facility__img-main {
	width: calc(100vw - 40px);
	border-radius: 15px;
	margin-bottom: 30px;
}

.facility__txt {
	text-align: center;
	margin-bottom: 40px;
}

.facility__box {
	margin-bottom: 20px;
}

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

.facility__img-sub {
	border-radius: 5px;
	margin-bottom: 10px;
}

.facility__item-txt {
	font-size: 12px;
}
	
.facility__tbl tr th {
	display: block;
	width: 100%;
	border: none;
	padding: 5px 10px;
	background-color: #0e3c95;
	color: #FFF;
}

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

.access__h3 {
	font-size: 14px;
	margin-bottom: 30px;
}

.access__box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

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

.access__img {
	border-radius: 5px;
	margin-bottom: 10px;
}
	
	
	
}