@charset "UTF-8";

.heading01 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-10%);
}
.heading01 .en {
	color: inherit;
}
.heading01 h2 {
	font-size: 60px;
	color: inherit;
}
.breadcrumb {
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 3px;
	padding: 10px 20px;
	background-color: #e9f2f8;
	border-radius: 0 30px 30px 0;
}
.sec01 .inner {
	max-width: 1280px;
}
.sec01 .title {
	width: calc(80% - 48px);
	text-align: center;
	margin-top: 90px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 2px solid #a0bbce;
	border-bottom: 2px solid #a0bbce;
}
.sec01 .title h1 {
	font-weight: 400;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
	color: #477a9e;
}
.sec01 .title time {
	display: inline-block;
	color: #477a9e;
	margin-top: 10px;
}
.sec01 .cat__list {
	justify-content: center;
	margin-top: 20px;
}
@media screen and (max-width: 1024px) {
	.heading01 h2 {
		font-size: 45px;
	}
	.sec01 .title {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.breadcrumb {
		flex-wrap: wrap;
	}
	.heading01 h2 {
		font-size: 30px;
	}
	.cat__ttl {
		font-size: 20px;
	}
	.sec01 .title {
		margin-top: 50px;
	}
}
@media screen and (max-width: 480px) {
	.heading01 h2 {
		font-size: 6vw;
	}
	.cat__ttl {
		font-size: 5vw;
	}
}

.l-wrapper {
	display: flex;
	gap: 48px;
	max-width: 1280px;
	margin: 150px auto 0;
}
.single-page {
	margin-top: 60px;
}
.l-main {
	width: calc(80% - 48px);
}
.l-sidebar {
	position: relative;
	width: 20%;
}
.l-sidebar .en {
	font-size: 16px;
	margin-bottom: 5px;
}
.side01 {
	width: 45%;
	position: absolute;
	bottom: 100%;
	right: 0;
}
.side02 {
	width: 40%;
	position: absolute;
	bottom: calc(100% - 25px);
	right: -15%;
}
.cat__ttl {
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px solid #a0bbce;
	border-bottom: 2px solid #a0bbce;
}
.cat__ttl .ja {
	display: block;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
	color: #477a9e;
}
.side-cat a {
	max-width: 200px;
	margin: 0 auto;
	text-align: center;
	line-height: 45px;
	border-radius: 15px;
}
.side-cat ~ .side-cat {
	margin-top: 15px;
}
.l-wrapper .card {
	flex-wrap: wrap;
}
.l-wrapper .card__item {
	width: calc(50% - 24px);
}

@media screen and (max-width: 1024px) {
	.l-wrapper {
		display: block;
		padding: 0 20px;
		margin-top: 40px;
	}
	.single-page {
		margin-bottom: 80px;
	}
	.l-main {
		width: 100%;
	}
	.l-sidebar {
		width: 100%;
		margin-top: 100px;
	}
	.side01 {
		width: 15%;
		position: absolute;
		bottom: 100%;
		right: 0;
	}
	.side02 {
		width: 15%;
		position: absolute;
		bottom: calc(100% - 25px);
		right: 0%;
	}
}
@media screen and (max-width: 767px) {
	.blog .l-wrapper {
		margin-top: 50px;
	}
	.l-wrapper .card {
		gap: 24px;
	}
	.l-wrapper .card__item {
		width: calc(50% - 12px);
	}
	.l-sidebar {
		margin-top: 40px;
	}
	.single-page {
		margin-bottom: 65px;
	}
}
@media screen and (max-width: 480px) {
	.l-wrapper .card__item {
		width: 100%;
	}
}

.sec02 .construction_date {
	left: 0;
}
.sec02 .img ~ .img {
	margin-top: 70px;
}
.sec02 p {
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
	.sec02 .img ~ .img {
		margin-top: 40px;
	}
}
@media screen and (max-width: 480px) {
}

.sec03 {
	margin-top: 240px;
}
.sec03 .inner {
	position: relative;
	background-color: #fbfbea;
	border-radius: 50px;
}
.sec03 .absolute-heading {
	top: -120px;
}
.sec03 .table {
	max-width: 640px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 60px;
}
.sec03 .table dl {
	display: flex;
}
.sec03 .table dl ~ dl {
	border-top: 1px solid #d6c6a6;
}
.sec03 .table dl dt {
	width: 140px;
	padding: 16px;
}
.sec03 .table dl dd {
	width: calc(100% - 140px);
	padding: 16px;
}
.sec03_01 {
	width: 20%;
	position: absolute;
	bottom: 0;
	right: -10%;
}

@media screen and (max-width: 1024px) {
	.sec03 {
		margin-top: 150px;
	}
	.sec03 .absolute-heading {
		top: -75px;
	}
	.sec03 .table {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.sec03_01 {
		width: 15%;
		top: -12%;
		bottom: auto;
		right: 8%;
	}
}
@media screen and (max-width: 767px) {
	.sec03 {
		margin-top: 120px;
	}
	.sec03 .inner {
		border-radius: 30px;
	}
	.sec03 .absolute-heading {
		top: -70px;
	}
	.sec03 .table {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.sec03 .table dl {
		flex-direction: column;
	}
	.sec03 .table dl dt {
		width: 100%;
		padding-bottom: 0;
	}
	.sec03 .table dl dd {
		width: 100%;
	}
	.sec03_01 {
		top: -5%;
		right: 4%;
	}
}
@media screen and (max-width: 480px) {
}

.sec04 {
	margin-top: 180px;
}
.sec04 .heading h2 span {
	padding: 0 80px 35px;
	background-image: url(../img/greeting/bg-greeting_ttl.png);
	background-position: 70% center;
}
.sec04 .list {
	margin-top: 100px;
	gap: 80px;
}
.sec04 .item {
	width: calc(50% - 40px);
}
.sec04 .img::before {
	padding-top: calc(200% / 3);
}
.sec04 .img img {
	border-radius: 30px;
}
.sec04 .font01 {
	font-size: 18px;
	color: #477a9e;
	margin-top: 10px;
}
.sec04 .font02 {
	margin-top: 10px;
}

@media screen and (max-width: 1024px) {
	.sec04 {
		margin-top: 80px;
	}
	.sec04 .heading h2 span {
		padding: 0 120px 30px;
		background-position: center bottom;
	}
	.sec04 .list {
		margin-top: 50px;
		gap: 40px;
	}
	.sec04 .item {
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 767px) {
	.sec04 {
		margin-top: 50px;
	}
	.sec04 .inner {
		padding: 0;
	}
	.sec04 .heading h2 span {
		width: 100%;
		max-width: 300px;
		padding: 0 0 25px;
	}
	.sec04 .item {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
}

.sec05 {
	margin-top: 180px;
	padding-top: 100px;
	padding-bottom: 120px;
	background-image: url(../img/single-works/bg-sec05.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.sec05 .inner {
	position: relative;
	max-width: 960px;
}
.sec05_01 {
	width: 12%;
	position: absolute;
	top: 2%;
	right: 8%;
}
.sec05 .heading {
	margin-bottom: 30px;
}
.sec05 .box {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff;
	clip-path: polygon(0 30px, 30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px));
}
.sec05 .box .txt {
	max-width: 640px;
	margin: 0 auto;
	line-height: 2;
}

@media screen and (max-width: 1024px) {
	.sec05 {
		margin-top: 100px;
		padding-top: 65px;
		padding-bottom: 80px;
	}
	.sec05 .box .txt {
		padding: 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.sec05 {
		margin-top: 65px;
	}
	.sec05_01 {
		width: 14%;
		top: 6%;
	}
	.sec05 .box {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 480px) {
}

.sec06 {
	margin-top: 120px;
}
.sec06 .heading {
	margin-bottom: 100px;
}
.sec06 .heading h2 span {
	padding: 0 80px 35px;
	background-image: url(../img/greeting/bg-greeting_ttl.png);
	background-position: 70% center;
}
@media screen and (max-width: 1024px) {
	.sec06 {
		margin-top: 65px;
	}
	.sec06 .heading {
		margin-bottom: 40px;
	}
	.sec06 .heading h2 span {
		padding: 0 120px 30px;
		background-position: center bottom;
	}
}
@media screen and (max-width: 767px) {
	.sec06 .heading h2 span {
		width: 100%;
		max-width: 300px;
		padding: 0 0 25px;
	}
}
@media screen and (max-width: 480px) {
}

.single-page time {
	display: block;
	text-align: right;
}
.single-page .cat__list {
	position: static;
}
.single-page .cat__item {
	display: inline-block;
}
.single-page .content {
	line-height: 1.8;
}
.single-page .content > * {
	margin-top: 20px;
}
.single-page .content figure {
	position: relative;
	margin-bottom: 0;
}
.single-page .content img {
	width: auto;
	max-width: 100%;
	max-height: 850px;
	margin: 0 auto;
}

@media screen and (max-width: 480px) {
	.single-page h1,
	.single-page h2 {
		font-size: 5vw;
	}
	.single-page h3 {
		font-size: 4vw;
	}
	.single-page .content > * {
		margin-top: 40px;
	}
	.cat__item {
		font-size: 3.8vw;
		line-height: 7.6vw;
		padding: 0 14px;
	}
}

.pagination {
	padding: 80px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination .c-button {
	margin-top: 0;
}
.pagination li .page-numbers {
	background: #fff;
	color: #000;
	width: 2.2em;
	height: 2.2em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination li .page-numbers.current {
	background: #b5b5b6;
	color: #fff;
}
.pagination li a span {
	letter-spacing: 0;
	position: relative;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
	.pagination {
		flex-direction: column;
		gap: 20px;
		margin-top: 40px;
		padding: 0;
	}
}

.archive-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}
.archive-pagination .page-numbers {
	position: relative;
	background: #fff;
	color: #000;
	width: 2.2em;
	height: 2.2em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.archive-pagination .page-numbers.current {
	background: #477a9d;
	color: #fff;
}
.archive-pagination a.page-numbers::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0;
	transition: all 0.3s ease;
}
.archive-pagination a.page-numbers:hover::before {
	background: #221815;
	bottom: -3px;
}

.pagination .all {
	padding: 0 14px;
}
.pagination .all a {
	background-color: #477a9d;
}
.pagination .prev a,
.pagination .next a {
	position: relative;
	padding: 0 20px;
}
.prev-arrow::before,
.next-arrow::after,
.pagination .prev a::before,
.pagination .next a::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 15px;
	height: 15px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}
.prev-arrow::before,
.pagination .prev a::before {
	left: 10%;
	transform: translate(-35%, -50%) rotate(-135deg);
}
.next-arrow::after,
.pagination .next a::before {
	right: 10%;
	transform: translate(-35%, -50%) rotate(45deg);
}
.prev-arrow::before,
.next-arrow::after {
	left: 0;
	right: 0;
	margin: auto;
}
