@charset "UTF-8";

.main_title_area {
	background: url(../img/about/main_image.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}

.greeting {
	position: relative;
	padding: 3% 0 5%;
}

.greeting .title_area {
	margin-bottom: 3%;
}

.greeting .title_area h2 {
	margin-bottom: 0.5em;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.greeting .title_area p {
	position: relative;
	padding-bottom: 1em;
	font-size: 1.5rem;
	color: #B2B2B2;
	text-align: center;
	font-style: italic;
}

.greeting .title_area p:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 1px;
	margin: auto;
	background: #33CB98;
}

.greeting .title_area p+p {
	display: none;
}

.greeting .deco p {
	position: absolute;
}

.greeting .deco p:first-child {
	top: 15%;
	left: 26vw;
	width: 4.5vw;
}

.greeting .deco p:nth-child(2) {
	bottom: 10%;
	right: 27.5vw;
	width: 4vw;
}

.greeting .catch {
	margin-bottom: 1em;
	font-size: 3.2rem;
	text-align: center;
	font-weight: normal;
}

.greeting .catch span {
	color: #FF4E4B;
}

.greeting .txt p {
	text-align: center;
}

.greeting .sign {
	width: 28em;
	margin: 3% auto 0;
}

.officer {
	padding: 5%;
	margin-bottom: 5%;
	background: #F7F7F7;
}

.officer .white_box {
	max-width: 1280px;
	width: 95%;
	padding: 5% 2% 3%;
	margin: auto;
	background: #fff;
}

.officer .white_box .deco p {
	position: absolute;
	top: 15%;
	left: 26vw;
	width: 3vw;
}

.officer .white_box h2 {
	position: relative;
	padding-bottom: 1em;
	margin-bottom: 0.8em;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}

.officer .white_box h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80px;
	height: 1px;
	margin: auto;
	background: #33CB98;
}

.officer .white_box table {
	width: 100%;
	margin-bottom: 1.5%;
	border-collapse: separate;
	border-spacing: 1px;
	background: #33CB98;
}

.officer .white_box table thead th {
	position: relative;
	padding: 1em;
	font-size: 1.7rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.officer .white_box table thead th:after {
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	width: 1px;
	height: 100%;
	border-right: 1px solid #B3EBD9;
}

.officer .white_box table thead th:last-child:after {
	width: 0;
	height: 0;
	background: none;
}

.officer .white_box table thead th:first-child {
	border-left: 1px solid #33CB98;
}

.officer .white_box table thead th:last-child {
	border-right: 1px solid #33CB98;
}

.officer .white_box table tbody tr:nth-child(2n) td,
.officer .white_box table tbody tr:last-child td {
	background: #EAF9F4;
}

.officer .white_box table tbody tr:nth-last-child(2) td {
	background: #EAF9F4;
	/*border-top: 4px solid #33CB98;*/
}

.officer .white_box table tbody tr:nth-child(7) td {
	background: #fff;
	border-top: 4px solid #33CB98;
}

.officer .white_box table tbody td {
	padding: 1em;
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0;
	background: #fff;
}

.officer .white_box table tbody td:first-child {
	font-family: 'Roboto Condensed', sans-serif;
}

.officer .white_box table tbody td:first-child,
.officer .white_box table tbody td:nth-child(2) {
	text-align: center;
}

.officer .white_box table tbody td img {
	height: 1em;
	vertical-align: middle;
}

.officer .white_box p.cap {
	font-size: 1.5rem;
	text-align: center;
}

@media screen and (max-width: 900px) {
	.greeting {
		padding: 10% 0;
	}

	.greeting .deco {
		display: none;
	}

	.officer .white_box table {
		margin-bottom: 5%;
	}

	.officer .white_box table tbody th {
		width: 30%;
		padding: 1em;
		font-size: 1.5rem;
		background: #EAF9F4;
	}

	.officer .white_box table tbody td:first-child,
	.officer .white_box table tbody td:nth-child(2) {
		text-align: left;
	}

	.officer .white_box table tbody tr:nth-last-child(2) td {
		border-top: none;
	}

	.officer .white_box table tbody tr:nth-child(2n) td,
	.officer .white_box table tbody tr:last-child td {
		background: #fff;
	}

	.officer .white_box .kanji {
		position: relative;
		padding-top: 5%;
	}

	.officer .white_box .kanji:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		border-bottom: 1px solid #CBCBCB;
	}
}

@media screen and (max-width: 450px) {
	.greeting .title_area h2 {
		font-size: 2rem;
	}

	.greeting .title_area p {
		margin-bottom: 2em;
		font-size: 1.2rem;
	}

	.greeting .title_area p:after {
		width: 40px;
	}

	.greeting .catch {
		font-size: 1.8rem;
	}

	.greeting .sign {
		width: 20em;
		margin: 5% auto 0;
	}

	.officer .white_box h2 {
		font-size: 1.6rem;
	}

	.officer .white_box table thead th {
		font-size: 1.4rem;
	}

	.officer .white_box table tbody th,
	.officer .white_box table tbody td,
	.officer .white_box p.cap {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 320px) {
	.officer .white_box h2 {
		font-size: 1.4rem;
	}

	.officer .white_box p.cap {
		font-size: 1rem;
	}
}