@charset "utf-8";
/* ============================================================ */
/* office */
/* ============================================================ */
.contents._office_ {
	background: url("../../img/office/bg_office_bottom.png"), linear-gradient(90deg, #001B25 0%, rgba(0, 38, 53, 0) 100%);
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* office-btn
------------------------------------------------------------ */
.office-btn {
	max-width: 1260px;
	margin: 0 auto 180px;
	padding: 0 30px;
}

.office-btn__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.office-btn__link {
	min-width: auto;
	margin-bottom: 10px;
}


/* office-introduction
------------------------------------------------------------ */
.office-introduction {
	margin: 0 0 180px;
	padding: 60px 0 80px;
	background: url("../../img/office/bg_office.png"), linear-gradient(270deg, #005C9F 0%, rgba(0, 167, 234, 0) 100%), var(--blue);
}

.office-introduction:last-child {
	margin: 0;
}

.office-introduction__inner {
	max-width: 1260px;
	margin: -120px auto 50px;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
	.office-introduction__inner {
		align-items: flex-start;
	}
}

.office-introduction__detail {
	order: 2;
	width: calc((100% - 50%) - 80px);
	padding: 0 0 40px;
	letter-spacing: 1.8px;
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
	.office-introduction__detail {
		width: calc((100% - 50%) - 40px);
		padding: 0;
	}
}

.office-introduction__detail .h3 {
	text-align: left;
	margin: 0 0 25px;
}

.office-introduction__img {
	order: 1;
	width: 50%;
}

.office-member {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
	display: flex;
}

.office-member__ttl {
	background: var(--white);
	color: var(--black);
	border-radius: 50px;
	text-orientation: upright;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.0rem;
	letter-spacing: 3px;
	padding: 10px 5px;
	margin: 0 55px 0 0;
}

.office-member__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	.office-member__list {
		margin: 0;
	}
}

.office-member__item {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	width: calc((100% - 80px) / 2);
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 1.4px;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	.office-member__item {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

.office-member__item._honsya03_ {
	margin-bottom: 0;
}

.office-member__img {
	width: 38%;
}

.office-member__txt {
	width: calc((100% - 38%) - 20px);
}

.office-member__txt .__ttl {
	border-bottom: 2px solid rgba(255,255,255, .5);
	padding: 0 0 10px;
	margin: 0 0 10px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 1.6px;
}

.office-group .h2 {
	margin-bottom: 180px;
}


