@charset "utf-8";

/* キーイメージ */
.office-page-title {
	height: 680px;
	max-height: 38vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}

.office-page-title * {
	margin: 0;
	font-weight: 700;
	line-height: 1.6;
}

.office-page-title .key-1-text {
	font-size: 40px;
}

.office-page-title h1 {
	font-size: 60px;
}

.office-page-title .sans {
	font-size: 40px;
	margin-top: 20px;
}

#content {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #333;
}

#content .sans {
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
}

#content .breadcrumbs {
	font-weight: 500;
}

#office_contents {
	text-align: left;
}

#office_contents * {
	line-height: 1.5;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

#office_contents .display_ib {
	display: inline-block;
}

/* コンタクト バナー */
#office_contents .office_contact_banner {
	width: 710px;
	margin: 0 auto 80px;
	padding: 25px 30px 30px;
	border: 3px solid #304c9c;
	background-color: #edf2fa;
	position: relative;
}

#office_contents .office_contact_banner:before {
	content: "";
	width: 130px;
	height: 135px;
	background-image: url(../../img/common/banner_image.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
	position: absolute;
	bottom: 0;
	right: 30px;
}

#office_contents .office_contact_banner h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 22px;
	text-align: center;
}

#office_contents .office_contact_banner h2 .emp {
	color: #a7515b;
}

#office_contents .office_contact_banner .box_1 {
	width: 100%;
	padding: 17px 40px 17px 17px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

#office_contents .office_contact_banner .box_1 ._1 {
	font-size: 16px;
	font-weight: 700;
	color: #304c9c;
	margin-bottom: 10px;
}

#office_contents .office_contact_banner .box_1 ._2 {
	font-size: 14px;
	font-weight: 500;
}

#office_contents .office_contact_banner .box_1 ._3 {
	font-size: 14px;
	font-weight: 700;
}

#office_contents .office_contact_banner .box_1 ._4 {
	font-size: 30px;
	font-weight: 700;
	color: #304c9c;
	text-decoration: none;
}

#office_contents .office_contact_banner .box_2 {
	padding: 16px 20px;
	background-color: #fff;
	border-radius: 5px;
	width: calc(100% - 150px);
}

#office_contents .office_contact_banner .box_2 .btn_contact {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	width: 100%;
	padding: 12px 40px 12px 24px;
	text-decoration: none;
	background-color: #a7515b;
	border-radius: 5px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: start;
	column-gap: 16px;
	background-image: url(../../img/common/icon_next_white.svg);
	background-repeat: no-repeat;
	background-size: 19px;
	background-position: right 20px center;
	transition: .2s;
	margin-bottom: 7px;
}

#office_contents .office_contact_banner .box_2 .btn_contact:hover {
	opacity: .7;
}

#office_contents .office_contact_banner .box_2 .btn_contact:before {
	content: "";
	min-width: 24px;
	height: 1.5em;
	background-image: url(../../img/common/icon_mail_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#office_contents .office_contact_banner .box_2 p {
	font-size: 14px;
	font-weight: 500;
}

#office_contents .office_base_section {
	background-color: #fff;
	padding: 40px 60px 70px;
	border-top: 5px solid #304c9c;
	width: 1100px;
	max-width: calc(100% - 40px);
	margin: 0 auto 100px;
}

#office_contents .office_base_section h2 {
	margin-bottom: 60px;
	text-align: center;
}

#office_contents .office_base_section h2 .subttl {
	font-size: 20px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}

#office_contents .office_base_section h2 .mainttl {
	font-size: 36px;
	font-weight: 700;
	color: #304c9c;
	display: block;
}

#office_contents #section_1 .office_img_grid {
	display: grid;
	margin-bottom: 60px;
}

#office_contents #section_1 .office_img_grid>div {
	min-height: 200px;
}

#office_contents #section_1 .office_img_grid>div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 768px) {
	#office_contents #section_1 .office_img_grid {
		grid-template-columns: repeat(7, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap: 15px;
	}

	#office_contents #section_1 .div1 {
		grid-column: span 3 / span 3;
		grid-row: span 2 / span 2;
	}

	#office_contents #section_1 .div3 {
		grid-column: span 2 / span 2;
		grid-column-start: 4;
	}

	#office_contents #section_1 .div4 {
		grid-column: span 2 / span 2;
		grid-column-start: 6;
	}

	#office_contents #section_1 .div5 {
		grid-column: span 2 / span 2;
		grid-column-start: 4;
		grid-row-start: 2;
	}

	#office_contents #section_1 .div6 {
		grid-column: span 2 / span 2;
		grid-column-start: 6;
		grid-row-start: 2;
	}
}

#office_contents #section_1 table {
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	border-top: 1px solid #d5d5d5;
}

#office_contents #section_1 table tr {
	border-bottom: 1px solid #d5d5d5;
}

#office_contents #section_1 table th {
	font-weight: 700;
	width: 136px;
}

#office_contents #section_1 table th,
#office_contents #section_1 table td {
	padding: 17px 0;
	vertical-align: top;
}

#office_contents #section_1 table td ul {
	margin: 20px 0;
}

#office_contents #section_1 table td ul:last-child {
	margin-bottom: 0;
}

#office_contents .ul_style_1 {
	font-weight: 500;
}

#office_contents .ul_style_1 li {
	padding-left: 1.1em;
	position: relative;
}

#office_contents .ul_style_1 li:not(:last-child) {
	margin-bottom: 15px;
}

#office_contents .ul_style_1 li:before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(.75em - 4px);
	background-color: #304c9c;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

#office_contents #section_2 .gmap {
	width: 100%;
	height: 500px;
	margin-bottom: 20px;
}

#office_contents #section_2 .map_address {
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 46px;
}

#office_contents #section_2 .access_flex {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
}

#office_contents #section_2 .access_flex img {
	width: 430px;
	height: auto;
}

#office_contents #section_2 .access_flex .access_side {
	width: calc(100% - 480px);
}

#office_contents #section_2 .access_flex .train_hl,
#office_contents #section_2 .access_flex .car_hl {
	font-size: 23px;
	font-weight: 700;
	color: #304c9c;
	padding: 0 0 11px 2.4em;
	border-bottom: 3px solid #304c9c;
	margin-bottom: 24px;
	background-repeat: no-repeat;
	background-size: auto 1.5em;
	background-position: 0 0;
}

#office_contents #section_2 .access_flex .train_hl {
	background-image: url(../../img/common/train_icon_blue.svg);
}

#office_contents #section_2 .access_flex .car_hl {
	margin-top: 40px;
	background-image: url(../../img/common/car_icon_blue.svg);
}

#office_contents #section_2 .access_flex p {
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
}





#office_contents #section_3 .greeting_flex {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	column-gap: 60px;
	row-gap: 30px;
	margin-bottom: 60px;
}

#office_contents #section_3 .greeting_flex img {
	width: 420px;
	height: auto;
}

#office_contents #section_3 .greeting_flex .greeting_profile {
	width: calc(100% - 480px);
}

#office_contents #section_3 .greeting_flex .name {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 14px;
}

#office_contents #section_3 .greeting_flex .name .serif {
	font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 40px;
	font-weight: bold;
	display: inline-block;
	padding-left: 70px;
}

#office_contents #section_3 .greeting_flex .qualification {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
}

#office_contents #section_3 .greeting_flex .biography_hl {
	font-size: 23px;
	font-weight: 700;
	color: #304c9c;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
}

#office_contents #section_3 .greeting_flex .timeline {
	font-size: 16px;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	row-gap: .5em;
}

#office_contents #section_3 .greeting_flex .timeline dt {
	width: 7.5em;
}

#office_contents #section_3 .greeting_flex .timeline dd {
	width: calc(100% - 7.5em);
}

#office_contents #section_3 .greeting_lead {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	padding: 30px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-bottom: 40px;
	color: #304c9c;
}

#office_contents #section_3 .greeting_paragraph {
	padding: 40px 45px;
	background-color: #ebf5ff;
	font-size: 16px;
	font-weight: 500;
}

#office_contents #section_3 .greeting_paragraph p {
	line-height: 1.7;
}

#office_contents #section_3 .greeting_paragraph p+p {
	margin-top: 1.7em;
}

#office_contents #section_4 .member_box {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	column-gap: 50px;
	row-gap: 30px;
	padding: 50px 45px 40px;
	background: linear-gradient(120deg, rgba(239, 251, 255, 1) 30%, rgba(230, 242, 255, 1) 90%);
}

#office_contents #section_4 .member_box+.member_box {
	margin-top: 50px;
}

#office_contents #section_4 .member_box img {
	width: 260px;
	height: auto;
}

#office_contents #section_4 .member_box .paragraph {
	width: calc(100% - 310px);
}

#office_contents #section_4 .member_box .name {
	font-size: 18px;
	font-weight: 500;
}

#office_contents #section_4 .member_box .name .serif {
	font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 30px;
	font-weight: 700;
	display: inline-block;
	padding-left: 1em;
	margin-bottom: 14px;
}

#office_contents #section_4 .member_box .qualification {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 30px;
}

#office_contents #section_4 .member_box .greeting_text {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

#office_contents #section_5 h2 {
	margin-bottom: 30px;
}

#office_contents #section_5 .column_general {
	display: flex;
	align-items: end;
	justify-content: center;
	column-gap: 45px;
	row-gap: 20px;
	margin-bottom: 60px;
}

#office_contents #section_5 .column_general .general_lead {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.8;
	padding: 18px 46px;
	border-radius: 5px;
	background: linear-gradient(130deg, rgba(255, 225, 74, 1) 15%, rgba(255, 242, 177, 1) 50%, rgba(255, 225, 74, 1) 85%);
}

#office_contents #section_5 .column_general .general_lead .large {
	font-size: 28px;
}

#office_contents #section_5 .column_general .general_lead .small {
	font-size: 23px;
}

#office_contents #section_5 .column_general .general_score p {
	font-size: 25px;
	font-weight: 700;
}

#office_contents #section_5 .column_general .general_score p .sans {
	font-size: 80px;
	color: #ec9837;
	display: inline-block;
	padding-left: 22px;
}

#office_contents #section_5 .column_general .general_score {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#office_contents #section_5 .column_general .general_score img {
	width: 250px;
}

#office_contents #section_5 .review_lead {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 28px;
	font-size: 25px;
	font-weight: 700;
	padding: 17px 0 22px;
	margin-bottom: 50px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#office_contents #section_5 .review_lead:before {
	content: "";
	width: 79px;
	height: 68px;
	display: block;
	background-image: url(../../img/common/office_review_icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#office_contents #section_5 .review_lead .sans {
	color: #ec9837;
	font-size: 50px;
}

#office_contents #section_5 .review_box {
	padding: 30px 30px 33px;
	border-radius: 10px;
	border: 1px solid #aaa;
}

#office_contents #section_5 .review_box_head {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	padding-bottom: 20px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
	row-gap: 20px;
}

#office_contents #section_5 .review_box_head img {
	height: 35px;
	width: auto;
	display: block;
	margin-right: 35px;
}

#office_contents #section_5 .review_box_head .review_date {
	font-size: 16px;
	font-weight: 400;
	color: #aaa;
	margin-right: 23px;
}

#office_contents #section_5 .review_box_head .review_user {
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
}

#office_contents #section_5 .review_box .review_content {
	font-size: 16px;
	font-weight: 500;
}

#office_contents #section_5 .review_box .review_content p {
	line-height: 2;
}

#office_contents #section_5 .review_box+.review_box {
	margin-top: 30px;
}

#office_contents #section_5 .review_readmore {
	display: block;
	width: 320px;
	max-width: 100%;
	margin: 40px auto 0;
	border-radius: 100px;
	background-color: #fff;
	border: 1px solid #304c9c;
	text-align: center;
	padding: 20px 50px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	position: relative;
}

#office_contents #section_5 .review_readmore:before {
	content: "";
	border-top: 13px solid #304c9c;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: calc(50% - 6px);
	right: 38px;
}

#office_contents #section_5 .review_readmore:hover {
	background-color: #304c9c;
	color: #fff;
}

#office_contents #section_5 .review_readmore:hover:before {
	border-top: 13px solid #fff;
}

#office_contents #section_5 .review_archive {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s;
}

#office_contents #section_5 .review_archive.open {
	max-height: 5000px;
	margin-top: 30px;
}

#office_contents #section_5 .review_archive.open+.review_readmore {
	font-size: 0;
}

#office_contents #section_5 .review_archive.open+.review_readmore:before {
	transform: rotate(180deg);
}

#office_contents #section_5 .review_archive.open+.review_readmore:after {
	content: "閉じる";
	font-size: 20px;
}

@media (max-width: 767px) {
	.office-page-title {
		max-height: 46vw;
	}

	.office-page-title .key-1-text {
		font-size: 18px;
	}

	.office-page-title h1 {
		font-size: 40px;
	}

	.office-page-title .sans {
		font-size: 22px;
		margin-top: 10px;
	}

	#office_contents .office_contact_banner {
		width: calc(100% - 40px);
		padding: 25px 20px 120px;
	}

	#office_contents .office_contact_banner .box_1 {
		justify-content: center;
		row-gap: 20px;
		text-align: center;
	}

	#office_contents .office_contact_banner .box_2 {
		width: 100%;
	}

	#office_contents .office_contact_banner .box_2 .btn_contact {
		font-size: 16px;
	}

	#office_contents .office_base_section {
		padding: 40px 20px 40px;
	}

	#office_contents .office_base_section h2 .subttl {
		font-size: 16px;
	}

	#office_contents .office_base_section h2 .mainttl {
		font-size: 24px;
	}

	#office_contents #section_1 .office_img_grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
		gap: 8px;
	}

	#office_contents #section_1 .office_img_grid>div {
		min-height: 0;
	}

	#office_contents #section_1 .div1 {
		grid-column: span 2 / span 2;
	}

	#office_contents #section_1 .div3,
	#office_contents #section_1 .div4,
	#office_contents #section_1 .div5,
	#office_contents #section_1 .div6 {
		height: auto;
	}

	#office_contents #section_1 table {
		font-size: 16px;
	}

	#office_contents #section_1 table tr {
		display: flex;
		flex-wrap: wrap;
	}

	#office_contents #section_1 table th {
		width: 100%;
		padding-bottom: 0;
	}

	#office_contents #section_1 table td {
		width: 100%;
	}

	#office_contents #section_2 .gmap {
		height: 60vw;
	}

	#office_contents #section_2 .map_address {
		font-size: 16px;
	}

	#office_contents #section_2 .access_flex .access_side {
		width: 100%;
	}

	#office_contents #section_2 .access_flex .train_hl,
	#office_contents #section_2 .access_flex .car_hl {
		font-size: 20px;
	}

	#office_contents #section_2 .access_flex p {
		font-size: 16px;
	}

	#office_contents #section_3 .greeting_flex .greeting_profile {
		width: 100%;
	}

	#office_contents #section_3 .greeting_flex .name {
		font-size: 18px;
	}

	#office_contents #section_3 .greeting_flex .name .serif {
		font-size: 30px;
		padding-left: 30px;
	}

	#office_contents #section_3 .greeting_flex .qualification {
		font-size: 16px;
	}

	#office_contents #section_3 .greeting_flex .timeline {
		row-gap: 0;
	}

	#office_contents #section_3 .greeting_flex .timeline dt,
	#office_contents #section_3 .greeting_flex .timeline dd {
		width: 100%;
	}

	#office_contents #section_3 .greeting_flex .timeline dd:not(:last-of-type) {
		margin-bottom: 1.5em;
	}

	#office_contents #section_3 .greeting_lead {
		font-size: 20px;
	}

	#office_contents #section_3 .greeting_paragraph {
		padding: 30px 20px;
	}

	#office_contents #section_4 .member_box .paragraph {
		width: 100%;
	}

	#office_contents #section_4 .member_box {
		padding: 40px 20px;
	}

	#office_contents #section_4 .member_box img {
		width: 100%;
	}

	#office_contents #section_4 .member_box .name {
		font-size: 16px;
	}

	#office_contents #section_4 .member_box .name .serif {
		font-size: 24px;
	}

	#office_contents #section_5 .column_general {
		flex-wrap: wrap;
	}

	#office_contents #section_5 .column_general .general_lead {
		font-size: 16px;
		text-align: center;
		padding: 18px 30px;
	}

	#office_contents #section_5 .column_general .general_lead .large {
		font-size: 22px;
	}

	#office_contents #section_5 .column_general .general_lead .small {
		font-size: 18px
	}

	#office_contents #section_5 .column_general .general_score p {
		font-size: 22px;
	}

	#office_contents #section_5 .column_general .general_score p .sans {
		font-size: 60px;
	}

	#office_contents #section_5 .review_lead {
		column-gap: 16px;
		font-size: 18px;
	}

	#office_contents #section_5 .review_lead .sans {
		font-size: 36px;
	}

	#office_contents #section_5 .review_lead:before {
		width: 60px;
		height: 54px;
	}
}