#page_head {
		padding-inline: 20px;
		-webkit-margin-before: 140px;
		        margin-block-start: 140px;
}
@media screen and (min-width: 425px) {
		#page_head {
				padding-inline: 30px;
		}
}
@media screen and (min-width: 768px) {
		#page_head {
				padding-inline: 40px;
		}
}
@media screen and (min-width: 992px) {
		#page_head {
				padding-inline: 70px min(100vw - 435px, 250px);
		}
}
@media screen and (min-width: 1300px) {
		#page_head {
				padding-inline: 70px;
		}
}
@media screen and (min-width: 992px) {
		#page_head {
				-webkit-margin-before: 160px;
				        margin-block-start: 160px;
		}
}

.page_title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10px 10px;
		-webkit-box-align: baseline;
		    -ms-flex-align: baseline;
		        align-items: baseline;
		-webkit-padding-after: 15px;
		        padding-block-end: 15px;
		border-bottom: solid 1px #222222;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
		.page_title {
				gap: 20px;
		}
}

.page_title_ja {
		font-size: 3.5rem;
		line-height: 1.3;
		font-weight: 500;
}
@media screen and (min-width: 768px) {
		.page_title_ja {
				font-size: 4.5rem;
		}
}
@media screen and (min-width: 992px) {
		.page_title_ja {
				font-size: 5rem;
		}
}

.page_title_en {
		font-size: 1.6rem;
		line-height: 1.5;
}

#about {
		-webkit-margin-before: 60px;
		        margin-block-start: 60px;
		padding-inline: 20px;
}
@media screen and (min-width: 425px) {
		#about {
				padding-inline: 30px;
		}
}
@media screen and (min-width: 768px) {
		#about {
				padding-inline: 40px;
		}
}
@media screen and (min-width: 992px) {
		#about {
				padding-inline: 70px min(100vw - 435px, 250px);
		}
}
@media screen and (min-width: 1300px) {
		#about {
				padding-inline: 70px;
		}
}

#history {
		-webkit-margin-before: 80px;
		        margin-block-start: 80px;
		-webkit-padding-after: 80px;
		        padding-block-end: 80px;
		padding-inline: 20px;
		border-bottom: solid 1px #DBD9CD;
}
@media screen and (min-width: 425px) {
		#history {
				padding-inline: 30px;
		}
}
@media screen and (min-width: 768px) {
		#history {
				padding-inline: 40px;
		}
}
@media screen and (min-width: 992px) {
		#history {
				padding-inline: 70px min(100vw - 435px, 250px);
		}
}
@media screen and (min-width: 1300px) {
		#history {
				padding-inline: 70px;
		}
}
@media screen and (min-width: 992px) {
		#history {
				-webkit-margin-before: 100px;
				        margin-block-start: 100px;
				-webkit-padding-after: 100px;
				        padding-block-end: 100px;
		}
}

.section_title {
		position: relative;
		font-size: 2.5rem;
		font-weight: 500;
		line-height: 1.5;
		-webkit-padding-start: 20px;
		        padding-inline-start: 20px;
		-webkit-padding-after: 15px;
		        padding-block-end: 15px;
		border-bottom: solid 1px #DBD9CD;
}
@media screen and (min-width: 992px) {
		.section_title {
				font-size: 3rem;
		}
}
.section_title::before {
		content: "";
		position: absolute;
		top: 0.8em;
		left: 0;
		translate: 0 -50%;
		width: 10px;
		height: 8px;
		background-color: #008C64;
		border-radius: 0 100vmax 100vmax 0;
}

.about_row {
		border-bottom: solid 1px #DBD9CD;
		padding-block: 20px 15px;
}
@media screen and (min-width: 768px) {
		.about_row {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				gap: 50px;
				padding-block: 15px;
		}
}

.about_row_title {
		font-size: 1.6rem;
		line-height: 1;
}
@media screen and (min-width: 768px) {
		.about_row_title {
				width: 100px;
		}
}

.about_row_body {
		-webkit-margin-before: 5px;
		        margin-block-start: 5px;
		font-size: 1.6rem;
		line-height: 1.8;
}
@media screen and (min-width: 768px) {
		.about_row_body {
				-webkit-box-flex: 1;
				    -ms-flex: 1;
				        flex: 1;
				-webkit-margin-before: 0;
				        margin-block-start: 0;
		}
}
.about_row_body address {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.02em;
}

.about_list li {
		position: relative;
		-webkit-padding-start: 20px;
		        padding-inline-start: 20px;
		line-height: 1.8;
		font-size: 1.6rem;
}
.about_list li::before {
		content: "";
		position: absolute;
		top: 0.8em;
		left: 4px;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background-color: #222222;
}

.about_child_list {
		-webkit-margin-before: 15px;
		        margin-block-start: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
@media screen and (min-width: 768px) {
		.about_child_list {
				-webkit-margin-before: 5px;
				        margin-block-start: 5px;
		}
}
.about_child_list dt {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.02em;
}
.about_child_list dd {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.02em;
}
.about_child_list dd a {
		color: #222222;
}
@media screen and (min-width: 992px) {
		.about_child_list dd a {
				pointer-events: none;
		}
}

.about_map {
		width: 100%;
		height: auto;
		aspect-ratio: 345/194;
		-webkit-margin-before: 20px;
		        margin-block-start: 20px;
}