@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document common
--------------------------------------------------------- */

.h2 {
	margin-bottom: 60px;
	font-weight: 800;
	font-size: 14px;
	line-height: 1;
}

.h2:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	margin: 30px auto 0;
	background: #D82323;
}

.h2 .en {
	display: block;
	margin-bottom: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 80px;
}

/* ---------------------------------------------------------
	CSS Document message
--------------------------------------------------------- */

#message .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

#message .flex:last-of-type {
	margin-bottom: 40px;
}

#message .pic {
	width: 520px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#message .pic:before {
	content: '';
	width: 500px;
	height: 350px;
	background: rgba(27, 176, 150, 0.5);
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: -1;
}

#message figure {
	width: 500px;
	height: 350px;
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

#message figure:before {
	content: '';
	width: 80px;
	height: 40px;
	background: #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: -6px;
	left: -30px;
	z-index: 1;
}

#message figure:after {
	content: '';
	width: 80px;
	height: 40px;
	background: #fff;
	background: rgb(130, 215, 202);
	transform: rotate(-45deg);
	position: absolute;
	bottom: -6px;
	right: -30px;
	z-index: 1;
}

#message figure img {
	width: 500px;
}

#message .name {
	margin-top: 15px;
	font-size: 15px;
	line-height: 1.6;
}

#message .name .ja {
	display: block;
	font-weight: 800;
	font-size: 24px;
}

#message .row {
	width: 640px;
	margin-top: 2em;
	text-align: justify;
}

#message .meta {
	min-height: 170px;
	margin-top: 20px;
	padding: 20px 25px;
	background: rgba(35, 24, 21, 0.05);
	background: rgba(27, 176, 150, 0.1);
	font-size: 14px;
	line-height: 1.6;
}

#message .meta dl:not(:first-of-type) {
	margin-top: 20px;
}

#message .meta dt {
	font-weight: 600;
	font-size: 15px;
	color: #00B097;
}

/* ---------------------------------------------------------
	CSS Document staff
--------------------------------------------------------- */

#staff {
	margin-bottom: 30px;
}

#staff .container {
	width: 1140px;
}

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

#staff .row {
	width: 520px;
	overflow: hidden;
	margin-bottom: 60px;
	text-align: justify;
	font-size: 15px;
	line-height: 1.8;
	position: relative;
	z-index: 0;
}

#staff .row:before {
	content: '';
	width: 500px;
	height: 330px;
	background: rgba(27, 176, 150, 0.5);
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: -1;
}

#staff figure {
	width: 500px;
	height: 330px;
	overflow: hidden;
	margin-bottom: 45px;
	position: relative;
	z-index: 2;
}

#staff figure:before {
	content: '';
	width: 80px;
	height: 40px;
	background: #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: -6px;
	left: -30px;
	z-index: 1;
}

#staff figure:after {
	content: '';
	width: 80px;
	height: 40px;
	background: #fff;
	background: rgb(130, 215, 202);
	transform: rotate(-45deg);
	position: absolute;
	bottom: -6px;
	right: -30px;
	z-index: 1;
}

#staff figure img {
	width: 500px;
}

#staff .name {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 26px;
}

#staff .name .en {
	display: inline-block;
	vertical-align: top;
	min-width: 120px;
	height: 28px;
	margin-right: 1em;
	padding: 0 0.8em;
	background: #CFF0EC;
	text-align: center;
	font-size: 15px;
	line-height: 28px;
}

#staff .name .ja {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 20px;
}

#staff ul {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: solid 1px rgba(35, 24, 21, 0.3);
}

#staff li {
	margin-left: 1.5em;
	list-style: disc;
	line-height: 1.6;
}

/* ---------------------------------------------------------
	CSS Document company
--------------------------------------------------------- */

#company .container {
	width: 940px;
	margin-bottom: 90px;
}

#company .table {
	display: table;
	width: 100%;
	border-top: solid 1px rgba(35, 24, 21, 0.3);
}

#company .table dl {
	display: table-row;
	border-bottom: solid 1px rgba(35, 24, 21, 0.3);
	text-align: left;
	line-height: 1.7;
}

#company .table dt {
	display: table-cell;
	vertical-align: middle;
	width: 190px;
	padding: 25px 0;
	font-weight: 600;
}

#company .table dd {
	display: table-cell;
	vertical-align: middle;
	padding: 25px 0;
}

#company .list dl {
	padding: 25px 0;
	border-bottom: solid 1px rgba(35, 24, 21, 0.3);
	text-align: justify;
	line-height: 1.7;
}

#company .list dt {
	margin-bottom: 1em;
	font-weight: 600;
}

#company figure {
	margin-top: 60px;
}

#company figure img {
	height: 573px;
}

/* ---------------------------------------------------------
	CSS Document history
--------------------------------------------------------- */

#history {
	margin-bottom: 90px;
}

#history .container {
	width: 940px;
}

#history .table {
	display: table;
	width: 100%;
	border-top: solid 1px rgba(35, 24, 21, 0.3);
}

#history .table dl {
	display: table-row;
	border-bottom: solid 1px rgba(35, 24, 21, 0.3);
	text-align: left;
	line-height: 1.7;
}

#history .table dt {
	display: table-cell;
	vertical-align: middle;
	width: 190px;
	padding: 25px 0;
}

#history .table dd {
	display: table-cell;
	vertical-align: middle;
	padding: 25px 0;
}

/* ---------------------------------------------------------
	CSS Document map
--------------------------------------------------------- */

#map .h2 {
	margin-bottom: 50px;
}

#map .container {
	display: flex;
	justify-content: space-between;
}

#map .row {
	width: 49%;
}

#map .row dl {
	margin-bottom: 15px;
}

#map .row dt {
	font-weight: 600;
	font-size: 18px;
	color: #00B097;
}

#map .iframe {
	height: 450px;
	background: #ddd;
}

#map .iframe iframe {
	vertical-align: top;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
}