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

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.g-header .gnav__item--02 > a::after {
	transform: scale(1, 1);
}

.m-page-header {
	background-image: url('../../img/about/bg_header.jpg');
}

@media only screen and (min-width: 768px) {
	.m-page-header {
		background-image: url('../../img/about/bg_header_pc.jpg');
	}
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* xxx
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   #sec-panel
---------------------------------------------------------------------------*/
.sec-panel {
	margin-top: 40px;
}

@media only screen and (min-width: 768px) {
	.sec-panel {
		display: -ms-flexbox;
		display: flex;
		margin-top: 70px;

		-ms-flex-pack: center;
		justify-content: center;
	}
}

.sec-panel .panel {
	padding: 18px 15px;
	background-color: #00523a;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.sec-panel .panel {
		width: 435px;
		padding: 22px 25px 28px;
	}
}

.sec-panel .panel + .panel {
	margin-top: 15px;
}

@media only screen and (min-width: 768px) {
	.sec-panel .panel + .panel {
		margin: 0 0 0 40px;
	}
}

.sec-panel .panel__hdg {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

@media only screen and (min-width: 768px) {
	.sec-panel .panel__hdg {
		font-size: 23px;
	}
}

.sec-panel .panel__txt {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.69;
}

@media only screen and (min-width: 768px) {
	.sec-panel .panel__txt {
		margin-top: 15px;
		font-size: 17px;
	}
}

/*--------------------------------------------------------------------------
   #sec-place
---------------------------------------------------------------------------*/
.sec-place {
	margin: 60px 0 30px;
}

@media only screen and (min-width: 768px) {
	.sec-place {
		margin: 100px 0 50px;
	}
}

/*--------------------------------------------------------------------------
   #sec-manager
---------------------------------------------------------------------------*/
.sec-manager {
	padding: 50px 0 60px;
	background-color: #f4f8f7;
}

@media only screen and (min-width: 768px) {
	.sec-manager {
		padding: 68px 0 115px;
	}
}

.sec-manager .manager {
	margin-top: 30px;
	padding: 40px 15px 35px;
	background-color: #fff;
}

@media only screen and (min-width: 768px) {
	.sec-manager .manager {
		display: -ms-flexbox;
		display: flex;
		width: 1030px;
		margin: 68px auto 0;
		padding: 65px 70px 75px 112px;
	}
}

.sec-manager .manager__img {
	width: 190px;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.sec-manager .manager__img {
		width: 248px;
		margin: 0;
	}
}

.sec-manager .manager__img img {
	width: 100%;
	height: auto;
}

.sec-manager .manager__img figcaption {
	margin-top: 5px;
	text-align: right;
	font-size: 10px;
}

@media only screen and (min-width: 768px) {
	.sec-manager .manager__img figcaption {
		font-size: 13px;
	}
}

@media only screen and (min-width: 768px) {
	.sec-manager .manager__body {
		width: 540px;
		margin-left: auto;
	}
}

.sec-manager .manager__hdg {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 500;
}

@media only screen and (min-width: 768px) {
	.sec-manager .manager__hdg {
		margin-top: -.5em;
		font-size: 24px;
	}
}

.sec-manager .manager__txt {
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.69;
}

@media only screen and (min-width: 768px) {
	.sec-manager .manager__txt {
		font-size: 17px;
	}
}

.sec-manager__point {
	margin-top: 40px;
}

@media only screen and (min-width: 768px) {
	.sec-manager__point {
		display: -ms-flexbox;
		display: flex;
		width: 1030px;
		margin: 60px auto 0;

		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.sec-manager .point {
	padding-bottom: 30px;
	background-color: #fff;
}

@media only screen and (min-width: 768px) {
	.sec-manager .point {
		width: 450px;
		padding-bottom: 40px;
	}
}

.sec-manager .point + .point {
	margin-top: 32px;
}

@media only screen and (min-width: 768px) {
	.sec-manager .point + .point {
		margin-top: 0;
	}
}

.sec-manager .point__img img {
	width: 100%;
	height: auto;
}

.sec-manager .point__hdg {
	position: relative;
	margin-top: 24px;
	padding-bottom: 17px;
	text-align: center;
	color: #00523a;
	font-size: 18px;
}

@media only screen and (min-width: 768px) {
	.sec-manager .point__hdg {
		font-size: 24px;
	}
}

.sec-manager .point__hdg::before {
	position: absolute;
	bottom: 0;
	left: calc(50% - 75px);
	width: 150px;
	height: 3px;
	background: url('../../img/about/obj_line.png') no-repeat 50% 50%/cover;
	content: '';
}

.sec-manager .point__txt {
	margin: 16px 20px 0;
	font-size: 13px;
	line-height: 1.69;
}

@media only screen and (min-width: 768px) {
	.sec-manager .point__txt {
		margin: 18px 28px 0;
		font-size: 17px;
	}
}

.sec-manager .point__btn {
	margin: 26px 54px 0;
}

@media only screen and (min-width: 768px) {
	.sec-manager .point__btn {
		margin: 30px auto 0;
	}
}

/*--------------------------------------------------------------------------
   #sec-group
---------------------------------------------------------------------------*/
.sec-group {
	padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
	.sec-group {
		padding-bottom: 120px;
	}
}

.sec-group__hdg {
	padding: 25px 0 20px;
	background-color: #1a1b1b;
	text-align: center;
	color: #fff;
}

.sec-group__hdg .en {
	display: block;
	position: relative;
	padding-bottom: 6px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
}

@media only screen and (min-width: 768px) {
	.sec-group__hdg .en {
		font-size: 18px;
	}
}

.sec-group__hdg .en::before {
	position: absolute;
	bottom: 0;
	left: calc(50% - 6px);
	width: 17px;
	height: 1px;
	background: #fff;
	content: '';
}

@media only screen and (min-width: 768px) {
	.sec-group__hdg .en::before {
		left: calc(50% - 11px);
		width: 22px;
	}
}

.sec-group__hdg .ja {
	display: block;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 600;
}

@media only screen and (min-width: 768px) {
	.sec-group__hdg .ja {
		font-size: 26px;
	}
}

.sec-group__catch {
	margin-top: 30px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6;
}

@media only screen and (min-width: 768px) {
	.sec-group__catch {
		margin: 70px 0 0 85px;
		text-align: left;
		font-size: 31px;
	}
}

.sec-group__txt {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.69;
}

@media only screen and (min-width: 768px) {
	.sec-group__txt {
		width: 442px;
		margin: 30px 0 0 85px;
		font-size: 17px;
		line-height: 1.88;
	}
}

.sec-group__img {
	margin-top: 20px;
}

@media only screen and (min-width: 768px) {
	.sec-group__img {
		position: absolute;
		top: 10px;
		right: 132px;
		margin-top: 0;
	}
}

.sec-group__img img {
	max-width: 100%;
	height: auto;
}
