@charset "utf-8";

/* ===========================================
	common
============================================== */
/*.header {
	background-color: rgba(255, 255, 255, 0);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	will-change: backdrop-filter, background-color;
}

.header.change {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	will-change: backdrop-filter, background-color;
}

.header.open {
	background-color: rgba(255, 255, 255, 0) !important;
	-webkit-backdrop-filter: blur(0) !important;
	backdrop-filter: blur(0) !important;
}*/

/*スクロールヒントの表示位置調整*/
.scroll-hint-icon {
	top: 30%;
}

/* ============
	responsive
================ */

/* ===========================================
	breadcrumbs_list
============================================== */
.breadcrumbs_list {
	align-items: center;
	padding-bottom: 6.667rem;
}

.breadcrumbs_list > li,
.breadcrumbs_list > li > a {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1;
}

.breadcrumbs_list > li > a:hover {
	opacity: 0.6;
}

.breadcrumbs_list > li {
	padding-right: 1rem;
}

.breadcrumbs_list > li + li {
	position: relative;
	padding-left: 1.8rem;
}

.breadcrumbs_list > li + li::before {
	content: '＞';
	position: absolute;
	top: 0;
	left: 0;
	width: 0.667rem;
	height: 0.667rem;
}

/* ============
	responsive
================ */
@media screen and (max-width: 1439px) {
	.breadcrumbs_list {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

@media screen and (max-width: 1024px) {
	.breadcrumbs_list > li,
	.breadcrumbs_list > li > a {
		font-size: 0.9334rem;
	}
}

@media screen and (max-width: 960px) {
	.breadcrumbs_list {
		text-indent: -0.5rem;
	}
}

/* ===========================================
	under_ttl
============================================== */
.under_ttl_area {
	position: relative;
	padding-top: 9.6rem;
	background-position: right center;
	background-size: 110rem;
	background-color: #f5f5f5;
}

.under_ttl_area.ttl_right {
	background-position: left center;
}

.blog .under_ttl_area,
.category .under_ttl_area,
.contact .under_ttl_area {
	background-size: cover;
}

.under_ttl_inner {
	align-items: center;
	width: 100%;
	height: 38rem;
}

.under_ttl_area.ttl_right .under_ttl_inner {
	justify-content: flex-end;
}

.under_ttl_wrap {
	flex-direction: column;
	align-items: center;
	row-gap: 2.1334rem;
}

.under_ttl {
	font-weight: 900;
	font-size: 3.334rem;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.under_ttl_sub {
	font-size: 2rem;
	color: var(--orange_color);
	letter-spacing: 0.1em;
}

.under_sub {
	padding: 1.133rem 2.8rem;
	font-weight: 900;
	font-size: 2rem;
	color: var(--white_color);
	letter-spacing: 0.05em;
	background-color: var(--orange_color);
	border-radius: 9999px;
}

/* ============
	responsive
================ */
@media screen and (max-width: 1439px) {
	.under_ttl_area,
	.under_ttl_area.ttl_right {
		background-size: cover;
	}

	.under_ttl_inner {
		height: 44.7vw;
	}

	.under_ttl {
		font-size: min(
			max(30px, calc(1.875rem + ((1vw - 3.75px) * 1.8797))),
			50px
		);
	}

	.under_ttl_sub {
		font-size: min(
			max(18px, calc(1.125rem + ((1vw - 3.75px) * 1.1278))),
			30px
		);
	}

	.under_sub {
		font-size: min(
			max(18px, calc(1.125rem + ((1vw - 3.75px) * 1.1278))),
			30px
		);
	}
}

@media screen and (max-width: 1024px) {
	.under_ttl_area {
		padding-top: 4.1334rem;
	}

	.under_ttl_wrap {
		row-gap: 1.0667rem;
	}
}

@media screen and (max-width: 768px) {
	.under_ttl_area,
	.under_ttl_area.ttl_right {
		background-position: center bottom;
		background-size: contain;
	}

	.under_ttl_inner,
	.under_ttl_area.ttl_right .under_ttl_inner {
		justify-content: center;
		align-items: flex-start;
		padding-top: 2.667rem;
		height: 80vw;
	}

	.blog .under_ttl_inner,
	.category .under_ttl_inner,
	.contact .under_ttl_inner {
		height: 30vw;
	}

	.under_ttl .pc_br {
		display: none;
	}

	.under_sub {
		padding: 0.7rem 1.75rem 0.8rem;
	}
}

@media screen and (max-width: 480px) {
	.under_ttl_inner,
	.under_ttl_area.ttl_right .under_ttl_inner {
		height: 116.8vw;
	}

	.blog .under_ttl_inner,
	.category .under_ttl_inner,
	.contact .under_ttl_inner {
		height: 11rem;
	}
}

/* ===========================================
	pagination
============================================== */
.pagination {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 2rem;
}

.pagination span,
.pagination a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.667rem;
	height: 2.667rem;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	color: var(--white_color);
	text-decoration: none !important;
	text-align: center;
	border-bottom: solid 1px rgba(255, 255, 255, 0);
}

.pagination .pager,
.pagination .page-numbers {
	width: 2.667rem;
	height: 2.667rem;
	color: var(--black_color);
	border: solid 1px var(--black_color);
	border-radius: 9999px;
}

.pagination .pager:hover {
	color: var(--white_color);
	background-color: var(--orange_color);
}

.pagination .current {
	color: var(--white_color);
	border: solid 1px var(--orange_color);
	background-color: var(--orange_color);
}

.pagination a.prev,
.pagination a.next {
	position: relative;
	width: 2.158667rem;
	height: 2rem;
}

.pagination a.prev {
	margin-right: 1.5rem;
}

.pagination a.next {
	margin-left: 1.5rem;
}

.pagination a.prev:hover,
.pagination a.next:hover {
	border-bottom: solid 2px var(--black_color);
}

.pagination a.prev::before,
.pagination a.next::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0.8rem;
	height: 0.8rem;
	margin: auto;
	border-right: solid 2px var(--green_color);
	border-bottom: solid 2px var(--green_color);
	transform: rotate(-45deg);
}

.pagination a.prev::before {
	transform: rotate(135deg);
}

/* Page x / y */
.pagination span.page_num {
	display: none;
}

/* =============
	responsive
================ */
@media screen and (max-width: 1024px) {
	.pagination {
		column-gap: 1.4667rem;
	}

	.pagination span,
	.pagination a,
	.pagination .pager,
	.pagination .page-numbers {
		width: 2rem;
		height: 2rem;
		font-size: 0.9334rem;
	}
}

@media screen and (max-width: 480px) {
	.pagination a.prev {
		justify-content: flex-start;
		margin-right: 0;
		margin-left: 0;
	}

	.pagination a.next {
		justify-content: flex-end;
		margin-right: 0;
		margin-left: 0;
	}
}

/* ===========================================
	owners
============================================== */
.ttl_wrap {
	position: relative;
	margin-bottom: 2rem;
	padding-left: 8.1334rem;
}

.ttl_wrap::before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	position: absolute;
	top: -0.5rem;
	left: 0;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 5.4667rem;
	font-style: italic;
	color: var(--orange_color);
	line-height: 1;
	letter-spacing: 0.05em;
}

.owners_post_ttl {
	margin-bottom: 1.1334rem;
	font-weight: 900;
	font-size: 2rem;
}

.owners_post_sub {
	font-weight: 700;
	font-size: 1.334rem;
}

.owners_post_list {
	counter-reset: number 0;
}

.owners_post_item {
	column-gap: 2.667rem;
	padding: 2.667rem;
	background-color: var(--white_color);
	border-radius: 2.667rem;
}

.owners_post_item:nth-child(even) {
	flex-direction: row-reverse;
}

.owners_post_item + .owners_post_item {
	margin-top: 2.667rem;
}

.owners_txt_wrap {
	margin-bottom: 2.334rem;
}

.owners_txt_wrap > p {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.667;
}

.more_btn.owners_more_btn {
	position: relative;
	padding: 0.8rem 4.2667rem 0.8rem 2.667rem;
	font-size: 1.334rem;
	color: var(--orange_color);
	border: solid 1px var(--orange_color);
}

.more_btn.owners_more_btn:hover {
	color: var(--white_color);
	background-color: var(--orange_color);
}

.more_btn.owners_more_btn::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0.667rem;
	bottom: 0;
	margin: auto;
	width: 1.6rem;
	height: 1.6rem;
	background-image: url(../images/common/next_icon.svg);
	background-position: center;
	background-size: cover;
}

.more_btn.owners_more_btn:hover::after {
	background-image: url(../images/common/next_icon_white.svg);
}

.owners_post_item .photo_wrap {
	width: 33.334rem;
	aspect-ratio: 25 / 18;
}

.owners_item:hover {
	opacity: 0.7;
}

.owners_post_item .photo_wrap > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.owners_post_cont {
	width: 28.1334rem;
}

.owners_ttl {
	margin-bottom: 2.667rem;
	font-weight: 900;
	font-size: 2.667rem;
	text-align: center;
	letter-spacing: 0.05em;
}

.owners_list {
	grid-template-columns: repeat(3, 1fr);
	gap: 2.667rem;
	margin-bottom: 5.2rem;
}

.owners_item .photo_wrap {
	margin-bottom: 1.334rem;
	aspect-ratio: 1 / 1;
}

.owners_item .photo_wrap > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.owners_item_ttl,
.owners_item_ttl_sub {
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.owners_item_ttl {
	margin-bottom: 1.0667rem;
	font-weight: 900;
	font-size: 1.334rem;
}

.owners_item_ttl_sub {
	font-weight: 700;
	font-size: 1rem;
}

/* =============
	responsive
================ */
@media screen and (max-width: 1439px) {
	.ttl_wrap::before {
		font-size: min(
			max(57px, calc(3.5625rem + ((1vw - 3.75px) * 2.3496))),
			82px
		);
	}

	.owners_ttl {
		font-size: min(
			max(20px, calc(1.25rem + ((1vw - 3.75px) * 1.8797))),
			40px
		);
	}
}

@media screen and (max-width: 1024px) {
	.owners_post_ttl {
		margin-top: 0.5rem;
		margin-bottom: 0.7334rem;
		font-size: 1.334rem;
	}

	.owners_post_sub {
		font-size: 0.9334rem;
	}

	.ttl_wrap {
		padding-left: 6rem;
	}

	.owners_list {
		gap: 2.5334rem 1.334rem;
		margin-bottom: 2.667rem;
	}

	.owners_post_item {
		padding: 2.667rem 1.334rem;
		border-radius: 1.334rem;
		column-gap: 1.3%;
	}

	.owners_post_item + .owners_post_item {
		margin-top: 1.7334rem;
	}

	.owners_post_cont {
		width: 45.2%;
	}

	.owners_txt_wrap > p {
		font-size: 0.9334rem;
	}

	.more_btn.owners_more_btn {
		padding-right: 4rem;
		font-size: 1.2rem;
	}

	.more_btn.owners_more_btn::after {
		width: 1.4667rem;
		height: 1.4667rem;
	}

	.owners_post_item .photo_wrap {
		width: 53.5%;
	}

	.owners .article_area {
		padding-top: 4.8667rem;
		padding-bottom: 4.667rem;
	}

	.owners_item_ttl {
		margin-bottom: 0.9334rem;
		font-size: 1.0667rem;
	}

	.owners_item_ttl_sub {
		font-size: 0.9334rem;
	}
}

@media screen and (max-width: 768px) {
	.owners_list {
		grid-template-columns: repeat(2, 1fr);
	}

	.owners_post_item,
	.owners_post_item:nth-child(even) {
		flex-direction: column-reverse;
		row-gap: 2.2rem;
	}

	.owners_post_cont,
	.owners_post_item .photo_wrap {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.ttl_wrap {
		padding-left: 22.667vw;
	}
}

/* ===========================================
	footer
============================================== */
.footer {
	padding-top: 0;
}

.contact_wrap {
	width: 100%;
}

.contact_cont {
	margin-bottom: 0;
}

.f_contact_wrap {
	flex-direction: row;
	column-gap: 5.8667rem;
}

.tel_number > span {
	font-size: 2rem;
}

.fax_number {
	font-size: 1.334rem;
}

.f_mail_wrap .more_btn {
	padding-right: 1.667rem;
	padding-left: 2.334rem;
	width: 21rem;
	font-size: 1.334rem;
}

.f_mail_wrap .more_btn_inner {
	column-gap: 1.2rem;
}

.f_mail_wrap .more_btn .arrow_right > svg {
	width: 1.4667rem;
	height: 1.4667rem;
}

/* =============
	responsive
================ */
@media screen and (max-width: 1024px) {
	.contact_area {
		display: none;
	}
}
