@charset "utf-8";

@media screen and (max-width:1200px) {}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {}

/*==================================================
$common
==================================================*/
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

body {
	font-size: inherit;
	margin: 0 auto;
	padding: 0;
	line-height: 1.7;
	position: relative;
	color: #333;
	font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	font-weight: 400;
	text-align: left;
}

a {
	color: inherit;
	text-decoration: none;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

img,
svg {
	max-width: 100%;
	height: auto;
}

::-moz-selection {
	/*ハイライトカラー指定*/
	color: #fff;
	background: #917E00;
}

::selection {
	/*ハイライトカラー指定*/
	color: #fff;
	background: #917E00;
}

.wrap {
	overflow: hidden;
	max-width: 100%;
	width: 100%;
}

.pc {
	display: inherit;
}

.sp {
	display: none;
}

.inner {
	max-width: 1080px;
	margin: auto;
	padding: 47px 15px;
}

.text_center {
	text-align: center;
}

.text_red {
	color: #C9171E !important;
}

.text_green {
	color: #22685C !important;
}

.wrap {
	overflow: hidden;
}

.btn_wh {
	color: #22685C;
	background: #fff;
}

/*==================================================
共通header
==================================================*/
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 80px;
	background: #fff;
}

.logo {
	padding-left: 15px;
	margin-right: auto;
}

.logo a:hover {
	opacity: 0.8;
}

.hd_navi {
	position: relative;
	z-index: 900;
}

.scroll_off {
	overflow: hidden;
}

.btn_wrap {
	display: flex;
	justify-content: center;
	gap: 30px;
	align-items: center;
}

.btn01 {
	position: relative;
	display: inline-block;
	font-size: 20px;
	letter-spacing: 0.09em;
	color: #22685C;
	padding: 16px 50px 16px 43px;
	background: transparent;
	border: 1px solid #14584D;
	outline: none;
	/*アニメーションの指定*/
	transition: all .2s linear;
}

.btn01:hover {
	color: #fff;
	background: #22685C;
}

.btn01:hover svg {
	fill: #fff;
}

.btn01::after {
	content: "";
	width: 50px;
	height: 7px;
	border-bottom: solid 1px #22685C;
	border-right: solid 1px #22685C;
	transform: skew(45deg);
	position: absolute;
	left: calc(100% - 25px);
	top: calc(50% - 0.5rem);
	transition: all 0.5s;
}

.btn01:hover::after {
	width: 55px;
}

.btn01 svg {
	margin-left: 3px;
}

.btn02 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.09em;
	padding: 15px 50px;
	margin-bottom: 4px;
	border-radius: 4px;
	transition: all 0.3s;
	/*アニメーション設定*/
	background: #14584D;
	box-shadow: 0 4px 0 #917E00;
}

.btn02:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 0 #917E00;
}

.btn02:active {
	box-shadow: none;
	transform: translateY(4px);
}

.btn02 svg {
	margin-right: 10px;
}

.btn03 {
	position: relative;
	display: inline-block;
	min-width: 325px;
	padding: 27px 50px;
	font-family: inherit;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.16em;
	background: rgba(34, 104, 92, 1);
	cursor: pointer;
	transition: all 0.3s;
	border-radius: 4px;
}

.btn03::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
	background: url(../img/icon_arrow01.svg) no-repeat center center / auto;
	transition: all 0.3s;
}

.btn03:hover {
	background: rgba(54, 124, 112, 1);
}

.btn03:hover::after {
	right: 15px;
}

.btn_gray {
	color: #999;
	background: rgba(222, 222, 222, 1);
}

.btn03.btn_gray::after {
	background: url(../img/icon_arrow03.svg) no-repeat center center / auto;
}

.btn03.btn_gray:hover {
	background: rgba(232, 232, 232, 1);
}

.btn03.btn_back::after {
	left: 20px;
	right: unset;
	transform: rotate(180deg);
}

.btn03.btn_back:hover::after {
	left: 15px;
}

.btn04 {
	display: inline-block;
	position: relative;
	min-width: 380px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.09em;
	padding: 12px 50px;
	text-align: center;
	color: #fff;
	background: #22685C;
	border: 1px solid #707070;
	border-radius: 4px;
}

.btn04::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: calc(50% - 12.5px);
	right: 20px;
	background: url(../img/icon_arrow04.svg) no-repeat center center / 100% auto;
	transition: all 0.3s;
}

.btn04:hover {
	background: rgba(54, 124, 112, 1);
}

.btn04:hover::after {
	right: 15px;
}

.btn05 {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0.09em;
	color: #fff;
	background: #22685C;
	padding: 10px 30px;
	border: 2px solid #fff;
	border-radius: 4px;
	transition: all 0.2s linear;
}

.btn05:hover {
	color: #22685C;
	background: #fff;
	border: 2px solid #22685C;
}

.btn_wh {
	color: #22685C;
	background: #fff;
}

/*========= ナビゲーションのためのCSS ===============*/
.hd_navi .menu_btn {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	justify-content: center;
	align-items: center;
	z-index: 90;
	width: 80px;
	height: 77px;
	/*下部のbox-shadow分差引*/
	background-color: #14584D;
	color: white;
	padding: 15px;
	cursor: pointer;
	border: 0;
	border-radius: 0;
	z-index: 999;
	transition: all 0.5s;
	/*アニメーション設定*/
	box-shadow: 0 3px 0 #917E00;
}

@media (max-width:1080px) {
	.hd_navi .menu_btn {
		display: block;
	}
}

.hd_navi.menu_active .menu_btn {
	position: absolute;
}

.hd_navi .menu_btn .burger_line,
.hd_navi .menu_btn .burger_line:before,
.hd_navi .menu_btn .burger_line:after {
	content: '';
	display: block;
	width: 100%;
	max-width: 30px;
	height: 1px;
	background-color: #fff;
	transition: all 0.5s;
	/*アニメーション設定*/
}

.hd_navi .menu_btn .burger_line {
	position: relative;
	margin: 15px auto 20px auto;
}

.hd_navi .menu_btn .burger_line:before,
.hd_navi .menu_btn .burger_line:after {
	position: absolute;
}

.hd_navi .menu_btn .burger_line:before {
	left: 0;
	bottom: 10px;
}

.hd_navi .menu_btn .burger_line:after {
	top: 10px;
	left: 0;
}

.btn_txt {
	font-family: 'Noto Serif JP', serif;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.16em;
	font-weight: 700;
}

.menu_btn .close_txt {
	display: none;
	color: #14584D;
}

.hd_navi.menu_active {
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 900;
}

.hd_navi.menu_active .menu_btn {
	background: transparent;
	height: 80px;
	box-shadow: 0 0px 0 #917E00;
}

.hd_navi.menu_active .menu_btn .open_txt {
	display: none;
}

.hd_navi.menu_active .menu_btn .close_txt {
	display: block;
}

.hd_navi.menu_active .menu_btn .burger_line {
	background-color: transparent;
	/*メニューオープン時は真ん中の線を透明にする*/
}

.hd_navi.menu_active .menu_btn .burger_line::before,
.hd_navi.menu_active .menu_btn .burger_line::after {
	width: 32px;
	background-color: #333;
	border-radius: 1px;
	left: 5px;
}

.hd_navi.menu_active .menu_btn .burger_line::before {
	bottom: 10px;
	transform: rotate(45deg);
	transform-origin: left top;
}

.hd_navi.menu_active .menu_btn .burger_line::after {
	top: 11px;
	transform: rotate(-45deg);
	transform-origin: left bottom;
}

.hd_navi_menu ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 80px;
}

.hd_navi_menu ul li {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-align: left;
	position: relative;
}

.hd_navi_menu ul li div {
	display: block;
	width: 100%;
}

@media (min-width:1081px) {
	.hd_navi_menu ul li:nth-child(n+2) {
		margin-left: 10px;
	}

	.hd_navi_menu ul li:nth-child(n+2):not(:last-child)::before {
		content: "";
		display: inline-block;
		position: absolute;
		left: -10px;
		top: calc(50% - 12.5px);
		width: 10px;
		height: 25px;
		background: url("../img/tp_menu_slash.svg") center center / 10px 25px no-repeat;
	}
}

.hd_navi_menu ul li a {
	padding: 15px;
	position: relative;
	display: block;
}

@media (min-width:1081px) {
	.hd_navi_menu ul li:not(:last-child) a::after {
		position: absolute;
		left: 0;
		content: '';
		width: 100%;
		height: 3px;
		background: #917E00;
		border-radius: 1.5px;
		bottom: -1px;
		transform: scale(0, 1);
		transform-origin: center top;
		/*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
		transition: transform 0.3s;
		/*変形の時間*/
	}

	.hd_navi_menu ul li:not(:last-child) a:hover::after {
		transform: scale(1, 1);
		/*ホバー後、x軸方向に1（相対値）伸長*/
	}

	.hd_navi_menu ul .contact {
		color: #fff;
		text-align: center;
		background: #14584D;
		border-bottom: 3px solid #917E00;
		box-sizing: border-box;
		transition: all .6s;
	}

	.hd_navi_menu ul .contact:hover {
		opacity: .8;
	}
}

/*-----ここまでハンバーガーボタン周り----------*/
@media (max-width:1080px) {
	.hd_navi .navi_content {
		display: flex;
		flex-direction: column;
		width: 70vw;
		height: 100vh;
		height: 100svh;
		overflow-y: auto;
		color: #fff;
		transition: all 0.5s;
		/*アニメーション設定*/
		position: fixed;
		top: 0;
		right: 0;
		transform: translateX(100vw);
		transition: all .2s linear;
		background: #22685C;
		z-index: 900;
	}

	.menu_active .navi_content {
		transform: translateX(0);
	}

	.hd_navi .navi_content .pc {
		display: none;
	}

	.hd_navi .navi_content .menu_logo {
		display: block;
		width: 100%;
		padding: 20px 90px 30px 15px;
		background: #fff;
	}

	.hd_navi_menu {
		margin-bottom: auto;
	}

	.hd_navi_menu ul {
		display: block;
		height: auto;
		padding: 0 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.37);
	}

	.hd_navi_menu ul li {
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.12em;
		text-align: left;
		position: relative;
		border-bottom: 1px solid rgba(255, 255, 255, 0.37);
	}

	.hd_navi_menu ul li:nth-child(n+2) {
		margin: 0;
	}

	.hd_navi_menu ul li:nth-child(n+2):not(:last-child)::after {
		display: none;
	}

	.hd_navi_menu ul li:not(:last-child) a::after,
	.hd_navi_menu ul li a::after {
		position: absolute;
		content: "";
		width: 30px;
		height: 5px;
		right: 3%;
		top: calc(50% - 0.5rem);
		left: auto;
		bottom: auto;
		background: transparent;
		border-bottom: solid 1px #fff;
		border-right: solid 1px #fff;
		transform: skew(45deg);
		transition: all .6s;
		z-index: -1;
	}

	.hd_navi_menu ul li:not(:last-child) a:hover::after,
	.hd_navi_menu ul li a:hover::after {
		background: transparent;
		width: 40px;
	}

	.hd_navi_menu ul li a:hover {
		background: rgba(255, 255, 255, 0.1);
	}

	.hd_navi_foot.sp {
		display: block;
	}

	.hd_navi_foot {
		display: block;
		text-align: center;
		color: #fff;
		padding: 30px 25px;
	}

	.hd_navi_foot h3 {
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 0.09em;
		margin-bottom: 10px;
	}

	.hd_navi_tel {
		padding: 25px 15px;
		border-bottom: 1.5px solid #fff;
	}

	.hd_navi_tel dl {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 19px;
		margin-bottom: 16px;
	}

	.hd_navi_tel dl dt {
		font-size: 13px;
		font-weight: 500;
		letter-spacing: 0.2em;
		color: #22685C;
		text-align: center;
		padding: 5px 20px;
		border-radius: 4px;
		background: #fff;
	}

	.hd_navi_tel dl dd {
		font-size: 16px;
		font-weight: 600;
		text-align: left;
		letter-spacing: 0.14em;
		color: #fff;
	}

	.hd_navi_tel .tel_num {
		font-size: 37px;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.06em;
	}

	.hd_navi_mail {
		padding: 25px 0 0;
	}

}

#mask {
	display: none;
	transition: all .5s;
}

/* ナビゲーションが展開された部分の外側余白を指定する */
.hd_navi.menu_active #mask {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 800;
	cursor: pointer;
}

/*========================================
TOPページ home.php
========================================*/
.contents {
	overflow: hidden;
}

.mv_wrap {
	position: relative;
	width: 100%;
	height: 88vh;
	display: flex;
	align-items: flex-end;
	background: url("../img/top_img01.jpg") #D9E2EF no-repeat center top / cover;
}

.mv_wrap::before,
.mv_wrap::after {
	position: absolute;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}

.mv_wrap::before {
	mix-blend-mode: screen;
	/* オーバーレイを指定 */
	background: #294F81;
	opacity: 1;
}

.mv_wrap::after {
	background: url("../img/mv-fill01.svg") no-repeat left center / auto 100%;
}

.mv_ttl {
	position: relative;
	bottom: 160px;
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	text-shadow: 0px 3px 6px rgba(34, 104, 92, 1);
	z-index: 3;
}

.mv_ttl h2 {
	font-size: 50px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.1em;
}

.mv_ttl h2 span {
	display: block;
	font-size: 35px;
	font-weight: 500;
}

@media (max-width:980px) {
	.mv_wrap {
		align-items: center;
	}

	.mv_ttl {
		bottom: auto;
	}
}

.tp_news_wrap {
	position: relative;
}

.tp_news {
	position: absolute;
	top: -45px;
	right: 0;
	max-width: 890px;
	width: 100%;
	min-height: 90px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	background: #22685C;
	border-bottom: 3px solid #917E00;
	overflow: hidden;
	z-index: 10;
}

.tp_news_ttl {
	flex-shrink: 0;
	padding: 20px 38px;
}

.tp_news_ttl span {
	display: inline-block;
	line-height: 1;
}

.tp_news_ttl h2 {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
}

.tp_news .post_item {
	position: relative;
	max-width: 514px;
	width: 100%;
	padding: 20px 16px;
	margin-left: 27px;
}

.tp_news .post_item::before {
	position: absolute;
	left: -13.5px;
	top: calc(50% - 28px);
	content: "";
	width: 1px;
	height: 56px;
	background: #fff;
	opacity: 32%;
	transform: rotate(26deg)
}

.post_data {
	font-size: 13px;
	letter-spacing: 0.12em;
	font-weight: 500;
	color: #999;
}

.tp_news .post_item .post_data {
	color: #fff;
}

.post_item a time,
.post_item a .post_title {
	text-decoration: underline;
	text-decoration-color: transparent;
	padding-bottom: 1px;
}

.post_item a:hover time,
.post_item a:hover .post_title {
	color: #fff;
	padding-bottom: 1px;
	text-decoration-color: #fff;
}

.post_item time {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-bottom: 10px;
}

.post_title,
.post_title a {
	/*投稿タイトル共通*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	/* FireFox対応*/
	-o-text-overflow: ellipsis;
	/* Opera対応*/
}

.post_item .post_title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

.tp_news .more {
	flex-shrink: 0;
	min-width: 160px;
	height: 90px;
	font-size: 16px;
	letter-spacing: 0.09em;
	display: flex;
	align-items: stretch;
}

.tp_news .more a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 21px 15px 21px 25px;
	background: rgba(20, 88, 77, 1);
	transition: all 0.2s ease-in;
}

.tp_news .more a:hover {
	background: rgba(20, 88, 77, 0.6);
}

.tp_news .more svg {
	margin-left: 14px;
	transition: all 0.2s ease-in;
}

.tp_news .more a:hover svg {
	transform: translateX(3px);
}

@media (max-width:980px) {
	.tp_news {
		position: relative;
		max-width: initial;
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: -90px;
	}

	.tp_news_ttl {
		display: flex;
		flex-shrink: 1;
		width: 100%;
		padding: 23px 16px;
		flex-direction: row-reverse;
		justify-content: flex-end;
		gap: 10px;
		align-items: flex-end;
		border-bottom: 1px solid #14584D;
	}

	.tp_news .post_item {
		margin-left: 0;
	}

	.tp_news .post_data {
		max-width: initial;
		width: calc(100% - 164px);
		margin: 0;
	}

	.tp_news .post_item::before {
		display: none;
	}

	.post_data .post_title {
		max-width: 100%;
		width: 100%;
		overflow: hidden;
	}
}

.tp_about {
	position: relative;
	background: url("../img/bg_town01.png");
	background-size: auto 600px;
	background-position: right center;
	background-repeat: no-repeat;
}

.tp_about::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(234, 239, 238, 1) 0%, rgba(234, 239, 238, 1) 50%, rgba(248, 248, 248, 1) 50%);
	z-index: -1;
}

.tp_about .inner {
	max-width: 1240px;
	padding-top: 90px;
}

.ct_ttl {
	position: relative;
	color: #22685C;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-bottom: 40px;
}

.ct_ttl span {
	position: relative;
	display: inline-block;
	max-width: 90%;
	top: 1.2em;
	left: 0;
	margin-top: -1.2em;
	opacity: 0.08;
	line-height: 1;
	z-index: -1;
}

.tp_about .ct_ttl {
	margin-bottom: 40px;
}

.tp_about .ct_ttl h2 {
	letter-spacing: 0.14em;
	line-height: 1.5;
}

.tp_about .ct_ttl span {
	top: 2em;
	margin-top: -2em;
}

.card_wrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 80px 40px;
	padding-top: 25px;
	margin-bottom: 70px;
}

.card_wrap .card_item {
	flex: 1;
	text-align: center;
	padding: 15px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
}

@media (max-width:980px) {
	.card_wrap {
		flex-wrap: wrap;
	}

	.card_wrap .card_item {
		flex: auto;
		width: calc(50% - 40px);
	}
}

.card_item .card_num {
	position: relative;
	top: -40px;
	margin-bottom: 20px;
}

.card_item .card_num::after {
	content: "";
	position: absolute;
	left: calc(50% - 18px);
	bottom: -25px;
	width: 36px;
	height: 3px;
	background: #917E00;
}

.card_item h3 {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.09em;
	color: #22685C;
	margin-bottom: 50px;
}

.card_item p {
	font-weight: 500;
	text-align: justify;
	text-align-last: left;
	line-height: 2;
}

.card_item p small {
	display: inline-block;
	font-size: 12px;
	line-height: 1.75;
}

.card_item>p+p {
	margin-top: 10px;
}

.tp_about .card_wrap {
	gap: 80px 4%
		/*40px*/
	;
	padding-top: 25px;
	margin-bottom: 70px;
}

.tp_about .card-item {
	text-align: center;
	padding: 15px;
	box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
}

@media (max-width:1200px) {
	.tp_about .card_wrap {
		flex-wrap: wrap;
	}

	.tp_about .card-item {
		width: 48%;
	}
}

.tp_works {
	padding-bottom: 90px;
}

.tp_works .ct_ttl {
	margin-bottom: 50px;
}

.tp_works .ct_ttl h2 {
	font-size: 34px;
	color: #22685C;
}

/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
}

/*タブのスタイル*/
.tab_item {
	padding: 10px 30px;
	background-color: #fff;
	font-size: 16px;
	text-align: center;
	color: #333;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	border-bottom: 3px solid transparent;
}

.tab_item:hover {
	cursor: pointer;
	opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*選択されているタブのコンテンツのみを表示*/
#tab01:checked~.tab_contents {
	transform: translateX(0);
}

#tab02:checked~.tab_contents {
	transform: translateX(-50%);
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item,
.tab_item.current {
	border-bottom: 3px solid #14584D;
}

/*============================
.tab_content
============================*/
/*アーカイブページと共通デザイン*/
.post_list_contents,
.tab_contents {
	padding: 40px 0 0;
	clear: both;
	position: relative;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 30px;
}

.tab_item a {
	display: block;
}

/*タブ切り替えの中身のスタイル*/
.tab_contents {
	display: flex;
	width: 200%;
	transition: transform .6s;
}

.tab_contents>div {
	flex-basis: 50%;
	align-self: flex-start;
}

.works_list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 40px 30px;
	margin-bottom: 60px;
}

#tab01:checked~.tab_contents #list01,
#tab02:checked~.tab_contents #list02 {
	opacity: 1;
}

.works_list .item {
	width: calc(100% / 3 - 20px);
}

.works_list .item a .post_title {
	color: #22685C;
}

.works_list .item a:hover .post_title {
	color: #73A098;
}

.thumb {
	background-position: center center;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #ccc;
	overflow: hidden;
}

.thumb img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	background-color: #ccc;
	transition: transform 0.3s;
}

a:hover .thumb img {
	transform: scale(1.1);
}

.works_list .item .thumb {
	margin-bottom: 15px;
}

.works_list .post_title {
	position: relative;
	color: #22685C;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.09em;
	padding: 10px 15px;
	line-height: 1;
	border-left: 3px solid #14584D;
	box-sizing: border-box;
}

.works_list .post_title::before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #917E00;
}

.works_list .post_title a {
	display: block;
	color: inherit;
}

/*============================
tp_company
============================*/
.tp_company {
	background: #EAEFEE url("../img/bg01.png") repeat left top / 10px auto;
}

.tp_company .inner {
	padding-bottom: 100px;
}

.company_head {
	position: relative;
	padding: 40px 40px 0;
	z-index: 3;
	margin-bottom: -1px;
}

.company_head .ct_ttl {
	position: relative;
	margin-bottom: 0;
	bottom: -15px;
}

.company_head .ct_ttl span {
	left: -3px;
	opacity: 1;
}

.company_head:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	clip-path: polygon(25% 0, 0% 100%, 100% 100%);
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.company_head:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	clip-path: polygon(25% 0, 0% 100%, 100% 100%);
	background: rgba(0, 0, 0, 0.09);
	width: 100%;
	height: 100%;
	transform: translateY(-4px);
	filter: blur(150px);
	mix-blend-mode: multiply;
	z-index: -2;
}

.company_body {
	padding: 40px;
	background: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
}

.company_body .row {
	display: inline-flex;
	justify-content: space-between;
	gap: 5%;
	margin-bottom: 30px;
}

.company_body .row>div {
	flex: 1;
}

.cp_info_list {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.cp_info_list dt,
.cp_info_list dd {
	font-size: 16px;
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid #E2E2E2;
}

.cp_info_list dt {
	min-width: 150px;
	flex-shrink: 0;
	color: #22685C;
	font-weight: 600;
	letter-spacing: 0.09em;
}

.cp_info_list dd {
	width: calc(100% - 150px);
	letter-spacing: 0.12em;
}

.cp_info_list dd h4 {
	font-weight: 600;
}

.cp_info_list dd h4:nth-child(n+2) {
	margin-top: 10px;
}

.cp_info_list dd p {
	font-size: 14px;
	line-height: 1.4;
}

.icon-window {
	fill: #22685C;
	transform: translateY(2px);
}

.company_body .row .right {
	width: 50%;
}

/*========================================
共通footer
========================================*/
.footer {
	position: relative;
	width: 100%;
}

.footer .inner {
	padding-top: 90px;
	padding-bottom: 90px;
}

.footer::before {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #22685C;
	border: 1px solid #707070;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
}

.footer .row {
	display: flex;
	justify-content: space-between;
	gap: 100px;
}

.footer .row .left {
	padding: 15px;
	flex-shrink: 0;
}

.ft_logo {
	max-width: 316px;
	margin-bottom: 15px;
}

.footer p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.12em;
	margin-bottom: 15px;
}

.footer .row .right {
	flex: 1;
	flex-shrink: 1;
}

.footer .ft_ct_ttl {
	display: flex;
	align-items: flex-end;
	gap: 15px;
	padding: 25px 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #CCCCCC;
}

.footer .ft_ct_ttl h3 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	vertical-align: bottom;
}

.footer .ft-navi ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 5.5%;
}

.footer .ft-navi ul li {
	font-weight: 600;
	letter-spacing: 0.12em;
}

.footer .ft-navi ul li a {
	position: relative;
	display: inline-flex;
	align-items: center;
	line-height: 1;
	transition: all 0.3s;
}

.footer .ft-navi ul li a:hover {
	color: #22685C;
}

.footer .ft-navi ul li a::after {
	content: "";
	color: #333;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	background: url(../img/icon_arrow02.svg) no-repeat center center / auto;
	transition: all 0.3s;
}

.footer .ft-navi ul li a:hover::after {
	transform: translateX(3px);
}

.copy {
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.12em;
	width: 100%;
	padding: 5px;
	color: #fff;
	background: #22685C;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}

/*========================================
下層ページ共通
========================================*/
.page_head {
	position: relative;
	padding: 120px 0;
	background: #EAEFEE url(../img/page_head_bg.svg) no-repeat left center / auto 100%;
	z-index: 1;
}

.page_head::after {
	content: "";
	position: absolute;
	display: block;
	max-width: 1240px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 2;
	opacity: 0.05;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto 85px;
}

.page_about .page_head::after {
	background-image: url(../img/page_ttl_about.svg);
}

.page_garage-house .page_head::after {
	background-image: url(../img/pagetitle_garagehouse.svg);
}

.post-type-archive-works .page_head::after,
.page_works .page_head::after {
	background-image: url(../img/page_ttl_works.svg);
}

.post-type-archive-news .page_head::after,
.page_news .page_head::after {
	background-image: url(../img/page_ttl_news.svg);
}

.page_company .page_head::after {
	background-image: url(../img/page_ttl_company.svg);
}

.page_contact .page_head::after,
.page_confirmation .page_head::after,
.page_completely .page_head::after {
	background-image: url(../img/page_ttl_contact.svg);
}

.page_ttl {
	position: relative;
	max-width: 1080px;
	font-size: 46px;
	letter-spacing: 0.16em;
	font-weight: 600;
	line-height: 1;
	color: #22685C;
	padding: 0 15px;
	margin: 0 auto;
	z-index: 3;
}

.breadcrumbs {
	color: #fff;
	background: #22685C;
	padding: 10px 0;
	line-height: 1.3;
	vertical-align: baseline;
}

.breadcrumbs ul {
	max-width: 1080px;
	padding: 0 15px;
	margin: 0 auto;
}

.breadcrumbs ul>li {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.12em;
	position: relative;
	vertical-align: middle;
	display: inline;
}

.breadcrumbs ul>li:nth-child(n+2)::before {
	display: inline-block;
	content: "/";
	margin: 0 7px;
}

.breadcrumbs ul>li a {
	color: #fff;
}

.breadcrumbs ul>li a:hover {
	color: #fff;
	text-decoration: underline;
}

.sub_page .inner {
	max-width: 1080px;
	padding: 100px 15px;
}

.c_ttl01 {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 0.09em;
	color: #22685C;
}

.c_ttl02 {
	position: relative;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.09em;
	color: #22685C;
	margin-bottom: 15px;
}

.c_ttl02::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 21px;
	background: url(../img/ttl_icon01.svg) no-repeat left center / auto;
	margin-right: 10px;
}

/*========================================
ルネス工法とはページ　ABOUT
========================================*/
.txt_box p {
	font-weight: 500;
	line-height: 2.25;
	text-align: justify;
	text-align-last: left;
}

.page_about .inner {
	max-width: 1296px;
	width: 100%;
	padding-top: 90px;
	padding-bottom: 130px;
}

.about_intro {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 110px;
}

.about_intro .c_ttl01 {
	font-weight: 600;
}

[data-ruby] {
	position: relative;
}

[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
	width: fit-content;
	margin: auto;
	white-space: nowrap;
	font-size: 0.4em;
	letter-spacing: 0;
}

.about_intro .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 60px;
}

.about_intro .row.is_reverse {
	flex-flow: row-reverse;
}

.about_intro .row>div {
	flex: 1;
}

.about_intro>p {
	text-align: center;
	line-height: 2.25;
	margin-bottom: 70px;
}

.intro_block_ttl {
	font-size: 28px;
	letter-spacing: 0.08em;
	margin-bottom: 40px;
	text-align: center;
}

.about_intro_point1 h3 {
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.5;
	padding-bottom: 12px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
}

.about_intro_point1 h3 span {
	flex-shrink: 0;
}

.about_intro_point1 h3 small {
	display: inline-block;
	font-size: 12px;
	color: #22685C;
	vertical-align: middle;
	margin-left: 20px;
}

.about_intro_point1 figure {
	text-align: center;
}

.about_intro_point2 {
	max-width: 1080px;
	margin: 0 auto;
}

.about_intro_point2 .img_box {
	max-width: 511px;
	text-align: center;
	padding-top: 55px;
}

.about_intro_point2 .row .txt_box {
	max-width: 560px;
}

.about_intro_point2 .row .txt_box>div:first-child {
	margin-bottom: 30px;
}

.about_intro_point2 h3 {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.5;
	padding-top: 18px;
	padding-left: 70px;
	margin-bottom: 18px;
}

.about_intro_point2 h3 span {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
}

.about_intro_point2 h3 span::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 35px;
	bottom: 5px;
	right: -28px;
	background: #22685C;
	transform: rotate(29deg) translateY(4px);
	margin: 0 5px 0 15px;
}

.about_intro_point2 p {
	font-weight: 500;
	line-height: 2.25;
	padding-top: 18px;
	margin-top: 18px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
}

.about_intro_point2.is-duplication p {
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0;
	border-top: 0;
}

.about_intro_point2 ul li {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.about_intro_point2 ul li:first-child,
.about_intro_point2 ul li:nth-child(2) {
	border-bottom: 1px solid #ccc;
}

.about_intro_point2 ul li:nth-child(n+2) {
	margin-top: 10px;
}

/*
.about_reason{
}*/
.about_reason01,
.about_reason03 {
	display: flex;
	width: 100%;
	flex-direction: row-reverse;
	gap: 20px;
	align-items: center;
	margin-bottom: 70px;
}

.about_reason03>div {
	flex: 1;
}

.about_reason01 .txt_box,
.about_reason03 .txt_box {
	width: 50%;
}

.about_reason01 .img_box,
.about_reason03 .img_box {
	position: relative;
	width: calc(50% - 20px);
	z-index: 2;
	text-align: center;
}

.about_reason .bg_band {
	position: relative;
	padding: 40px 0;
	z-index: 1;
}

.about_reason .bg_band:before {
	position: absolute;
	display: block;
	content: "";
	width: 1266px;
	height: 100%;
	top: 0;
	right: 0;
	background: #F8F8F8 url(../img/about_reason_bg.svg) no-repeat 95% center / auto 100%;
	z-index: -1;
}

.about_reason .bg_band:after {
	position: absolute;
	display: block;
	content: "";
	width: calc(50vw - 100%);
	height: 100%;
	top: 0;
	right: 0;
	transform: translateX(100%);
	background: #F8F8F8;
	z-index: -2;
}

.reason_ttl {
	margin-bottom: 28px;
}

.reason_ttl>span {
	display: inline-block;
	margin-bottom: 15px;
}

.reason_ttl h3 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.75;
}

.reason_ttl h3 .underline {
	position: relative;
	display: inline-block;
	line-height: 1.3;
	text-decoration: none;
	background: linear-gradient(0deg, transparent 10%, rgba(31, 187, 155, 1) 10%, rgba(31, 187, 155, 1) 20%, transparent 20%);
}

.reason_ttl small {
	font-size: 14px;
	color: #22685C;
	vertical-align: super;
}

.about_reason01 .underline {
	font-size: 44px;
}

.about_reason02 {
	margin-bottom: 0;
}

.about_reason02_top {
	position: relative;
}

.about_reason02_top:before,
.about_reason04:before {
	position: absolute;
	content: "";
	width: 100vw;
	height: 104px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: -1;
}

.about_reason02_top:before {
	height: 270px;
	background: url(../img/about_content_bg01.png) repeat-x bottom center / 510px 104px, linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 248, 248, 1) 100%);
}

.about_reason04:before {
	background: url(../img/about_content_bg01.png) repeat-x bottom center / 510px 104px;
}

.about_reason02 .reason_ttl {
	margin-bottom: 30px;
}

.about_reason02_top .row {
	display: flex;
	align-items: stretch;
	gap: 50px;
	margin-bottom: 55px;
}

.about_reason02_top .row>div {
	flex: 1;
}

.about_reason02_top .row .txt_box {
	max-width: 450px;
	padding-bottom: 40px;
}

.about_reason02_top .row .img_box {
	width: 754px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

/*
.about_reason02_solution{
}*/
.c_ttl03 {
	font-size: 34px;
	font-weight: 600;
	text-align: center;
	line-height: 1.75;
	letter-spacing: 0.08em;
	color: #22685C;
	margin-bottom: 40px;
}

.row_reverse {
	display: flex;
	flex-direction: row-reverse;
}

.about_reason02_solution>.row,
.about_reason02_solution>.row_reverse {
	display: flex;
	position: relative;
	margin-bottom: 80px;
	align-items: flex-start;
}

.about_reason02_solution>.row::before,
.about_reason02_solution>.row_reverse::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 138px;
	background: #F8F8F8;
	z-index: -1;
}

.about_reason02_solution>.row::after,
.about_reason02_solution>.row_reverse::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: calc(50vw - 50%);
	height: 138px;
	background: #F8F8F8;
	z-index: -1;
}

.about_reason02_solution>.row::after {
	right: 100%;
}

.about_reason02_solution>.row_reverse::after {
	left: 100%;
}

.about_reason02_solution .row>div,
.about_reason02_solution .row_reverse>div {
	flex: 1;
	width: 50%;
}

.about_reason02_solution .txt_box {
	padding: 100px 40px 50px;
	position: relative;
	z-index: 3;
}

@media (max-width:930px) {
	.about_reason02_solution .txt_box {
		padding: 50px 40px;
	}
}

.about_reason02_solution .txt_box .c_ttl02 {
	font-size: 34px;
	margin-bottom: 30px;
}

.about_reason02_solution .txt_box p {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.09em;
	line-height: 1.917;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF, 0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}

.about_reason02_solution .txt_box p:first-of-type {
	padding-top: 30px;
	border-top: 1px solid #707070;
}

.about_reason02_solution .img_box {
	position: relative;
	padding: 50px 70px 0 60px;
	align-self: flex-end;
	z-index: auto;
}

.about_reason02_solution .img_box figure,
.about_reason02_solution .img_box .icon_solution,
.about_reason02_solution .img_box .icon_human1,
.about_reason02_solution .img_box .icon_human2 {
	display: inline-block;
	line-height: 1;
	position: relative;
	z-index: 2;
}

.about_reason02_solution .img_box .icon_solution::before {
	content: "";
	display: inline-block;
	line-height: 1;
	position: absolute;
	top: -48px;
	right: -34px;
	width: 102px;
	height: 102px;
	background: url(../img/about_icon_solution.svg) no-repeat center center / contain;
}

.about_reason02_solution>.row_reverse .img_box .icon_solution::before {
	top: -48px;
	left: -34px;
	right: auto;
}

.about_reason02_solution .img_box .icon_human1::after {
	content: "";
	display: inline-block;
	line-height: 1;
	position: absolute;
	bottom: 0px;
	left: 90%;
	max-width: 40%;
	width: 173px;
	height: 242px;
	background: url(../img/about_human01.png) no-repeat center bottom / contain;
}

.about_reason02_solution .img_box .icon_human2::after {
	content: "";
	display: inline-block;
	line-height: 1;
	position: absolute;
	bottom: 0px;
	right: 88%;
	max-width: 60%;
	width: 236px;
	height: 255px;
	background: url(../img/about_human02.png) no-repeat center bottom / contain;
}

.about_reason03 {
	margin-bottom: 70px;
}

.about_reason03 .bg_band {
	z-index: -1;
}

.about_reason03 .txt_box {
	position: relative;
	z-index: auto;
}

.about_reason03 .txt_box .reason_ttl {
	margin-bottom: 20px;
}

.about_reason03 .img_box {
	padding-right: 70px;
	padding-left: 10px;
}

.about_reason03 .fig_human3 {
	width: 0;
	height: 0;
	line-height: 0;
}

.about_reason03 .fig_human3::after {
	content: "";
	display: block;
	width: 246px;
	height: 196px;
	line-height: 1;
	position: absolute;
	right: 107%;
	bottom: 0;
	background: url(../img/about_human03.png) no-repeat bottom center / 246px 196px;
	z-index: 5;
}

.about_reason04 {
	display: flex;
	position: relative;
	gap: 40px;
}

.about_reason04>div {
	flex: 1;
}

.about_reason04 .txt_box {
	padding-bottom: 40px;
}

.about_reason04 .txt_box>p:nth-of-type(n + 2) {
	margin-top: 30px;
}

.about_reason04 .img_box {
	align-self: flex-end;
}

.about_reason04 .img_box figure {
	transform: translateY(55px);
}

.about_stability {
	position: relative;
	max-width: 1080px;
	margin: auto;
	padding-top: 90px;
	padding-bottom: 30px;
}

.about_stability .c_ttl03 {
	margin-bottom: 65px;
}

.about_stability::before {
	display: block;
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: -1;
	background: #EAEFEE url(../img/content_bg01.svg) no-repeat left center / auto 100%;
}

.about_stability .card_wrap {
	padding: 0 10px;
	gap: 80px 35px;
}

.about_stability .card_item {
	flex: 1;
	max-width: 500px;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 38px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}

@media (max-width:900px) {
	.about_stability .card_wrap {
		flex-direction: column;
		justify-content: center;
	}

	.about_stability .card_item {
		margin-left: auto;
		margin-right: auto;
	}
}

.about_stability .card_item h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.917;
	letter-spacing: 0;
	margin-bottom: 38px;
}

.about_stability .card_item p {
	margin-bottom: 40px;
}

.about_stability .card_item ul {
	text-align: left;
	padding-left: 30px;
}

.about_stability .card_item ul li {
	list-style-type: disc;
	position: relative;
	padding: 10px 0;
}

.about_stability .card_item ul li::after {
	content: "";
	display: block;
	width: calc(100% + 30px);
	height: 1px;
	position: absolute;
	left: -30px;
	bottom: 0;
	background: #ccc;
}

.about_merrit {
	padding-top: 120px;
	padding-bottom: 100px;
}

.about_merrit .sub_ttl {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 50px;
}

.merrit_pic {
	text-align: center;
	margin-bottom: 87px;
}

.about_merit_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 60px 50px;
}

.about_merit_list>div {
	width: calc(25% - 45px);
	min-width: 250px;
}

.about_merit_list>div:nth-child(n+5) {
	width: max-content;
}

.about_merit_list .item h3 {
	position: relative;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1.65;
	padding-top: 20px;
	padding-left: 44px;
	margin-bottom: 20px;
}

.about_merit_list .item h3 span {
	display: inline-block;
	line-height: 1;
	width: 28px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 3px;
}

.about_merit_list .item h3 span::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 1px;
	height: 86px;
	right: -23px;
	bottom: -10px;
	background: #ccc;
	transform: rotate(33deg) translateY(30px);
}

.about_merit_list .item p {
	max-width: 280px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 2.25;
	text-align: justify;
	text-align-last: left;
	margin: auto;
}

.page_about .btn_wrap .btn04 {
	max-width: 470px;
	width: 100%;
	font-size: 32px;
	padding: 17px 50px;
}

/*========================================
アーカイブページ共通　arcive
========================================*/

/*ページャー設定 「WP-PageNavi」*/
.pager {
	width: fit-content;
	margin: auto;
}

.wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 0;
}

.wp-pagenavi a,
.wp-pagenavi .page,
.wp-pagenavi span,
.wp-pagenavi .current {
	background: none;
	display: block;
	margin: 0;
	padding: 5px 11px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	border-radius: 3px;
}

.wp-pagenavi .current {
	background: #23685F;
	color: #FFFFFF;
	border: 1px solid #23685F;
}

.wp-pagenavi a {
	color: #22685C;
	border: 1px solid #22685C;
	text-decoration: none;
}

.wp-pagenavi a:hover {
	background: #EAEFEE;
	color: #22685C;
	border: 1px solid #121212;
	text-decoration: underline;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	display: block;
	color: rgba(0, 0, 0, 0);
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
}

.wp-pagenavi .previouspostslink {
	background: url(../img/pager_prev.svg) no-repeat center center / auto !important;
}

.wp-pagenavi .nextpostslink {
	background: url(../img/pager_next.svg) no-repeat center center / auto !important;
}

.wp-pagenavi .first {
	background: url(../img/pager_first.svg) no-repeat center center / auto !important;
}

.wp-pagenavi .last {
	background: url(../img/pager_last.svg) no-repeat center center / auto !important;
}

/*========================================
2カラムブロックレイアウト
========================================*/

.col_wrap {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.left_col {
	max-width: 780px;
	width: calc(100% - 300px);
}

.sideber {
	width: 250px;
	flex-shrink: 0;
}

@media (max-width:900px) {
	.col_wrap {
		flex-direction: column;
	}

	.left_col,
	.sideber {
		max-width: 100%;
		width: 100%;
	}

	.sideber {
		flex-shrink: 1;
	}
}

/*========================================
ウィジェットコンテンツ(サイドバー想定)
========================================*/
.widget:not(:last-child) {
	margin-bottom: 80px;
}

/*
.widget.widget_sidebar{
}*/
.widget_title {
	position: relative;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.09em;
	padding: 15px 10px 15px 34px;
	margin-bottom: 20px;
	background: #22685C;
	border-bottom: 3px solid #917E00;
}

.widget_title::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	background: url(../img/icon_widget_title.svg) no-repeat center center / auto auto;
}

/*
.wg_post_list_news{
}*/
.wg_post_list_news li {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #ccc;
}

.wg_post_list_news li a {
	display: block;
}

.wg_post_list_news li a:hover {
	color: #22685C;
}

.wg_post_list_news .post_data {
	margin-bottom: 20px;
}

.post_list_ttl {
	font-size: 14px;
	font-weight: 500;
	line-height: 2.143;
}

/*
.textwidget{
}*/

/*============================
#archives.widget.widget_sidebar.widget_archive
============================*/
/*
#archives.widget.widget_sidebar.widget_archive{
}*/
.archives_list {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.09em;
}

.archives_list li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}

.archives_list li a {
	color: #333;
}

.archives_list li a:hover {
	color: #22685C;
}

/*========================================
施工実績　WORKS　arcive-works.php
========================================*/
.post_list_navi {
	overflow: hidden;
}

/*========================================
投稿ページ　施工実績　WORKS　single-works.php
========================================*/
.single_works main>.inner {
	padding-bottom: 10px;
}

.works_post_ttl {
	text-align: center;
	margin-bottom: 40px;
}

.works_post_ttl span {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.06em;
	font-weight: 600;
	text-transform: uppercase;
	color: #73A098;
	position: relative;
	padding-bottom: 30px;
}

.works_post_ttl span::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	content: "";
	width: 1px;
	height: 20px;
	background: #ccc;
	transform: translateX(-50%) rotate(29deg);
}

.works_post_ttl h1 {
	font-size: 34px;
	font-size: clamp(26px, 4vw, 34px);
	letter-spacing: 0.1em;
	font-weight: 600;

}

/*slickスライダー設定*/
.slider_wrap {
	padding-bottom: 60px;
	margin: 0 auto 60px auto;
	position: relative;
}

.slider_wrap::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50vw);
	z-index: -1;
	background: #F8F8F8;
	background: linear-gradient(0deg, #F8F8F8 0%, #F8F8F8 65%, #ffffff 65%);

}

.slider.slick-slider {
	max-width: 822px;
	margin: 0 auto 40px auto;
	position: relative;
}

.slider .slick-slide {
	max-width: 740px;
	aspect-ratio: 100 / 62.5;
	overflow: hidden;
	background: #333;
}

.slick-dotted.slick-slider {
	margin-bottom: 40px !important;
}

.slider .slick-list {
	max-width: 740px;
	width: calc(100% - 70px);
	margin: 0 auto !important;
	position: relative;
}

.slider .slick-list .slider_image {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider .slick-slide .slider_image img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	object-fit: contain;
}

.slick-arrow:before {
	content: "" !important;
}

.slick-arrow:before {
	content: "" !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.slick-next:before {
	background: url(../img/arrow_r.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center center;
	background-size: contain !important;
}

.slick-prev:before {
	background: url(../img/arrow_l.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center center;
	background-size: contain !important;
}

.slick-arrow {
	z-index: 2 !important;
	width: 18px !important;
	height: 52px !important;
}

.slick-next {
	right: 0 !important;
}

.slick-prev {
	left: 0 !important;
}

.slick-prev:before,
.slick-next:before {
	transition: all 0.2s linear;
	transform: translateX(0);
}

.slick-prev:hover:before {
	transform: translateX(-3px);
}

.slick-next:hover:before {
	transform: translateX(3px);
}

/*スライダーサムネナビゲーション*/
.slider_navigation {
	max-width: 800px;
	line-height: 0;
	position: relative;
	padding: 0;
	margin: 20px auto;
}

.slider_navigation.no_slide_pc .slick-track {
	transform: unset !important;
	width: 100% !important;
}

.slider_navigation .slick-slide {
	position: relative;
}

.slider_navigation .slick-slide::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.5;
	background: #fff;
	cursor: pointer;

}

.slider_navigation .slick-slide.slick-current::after {
	opacity: 0;
}

.slider_navigation .slider_image {
	position: relative;
	margin: 0 12.5px;
	text-align: center;
	overflow: hidden;
}

.slider_navigation .slider_image img {
	width: 100%;
	aspect-ratio: 100 / 62.5;
	margin: 0 auto;
	padding: 0;
	object-fit: cover;
}

.sepa_line_box {
	display: flex;
	gap: 30px 50px;
	min-height: 240px;
	margin-bottom: 60px;
}

.sepa_line_box .sepa_ttl {
	flex-shrink: 0;
	order: -1;
}

.sepa_line_box .sepa_txt {
	flex: 1;
	line-height: 2.5;
	padding-top: 5px;
}

.sepa_line_box::before {
	content: "";
	border: 0.5px solid #EAEFEE;
	align-self: stretch;
}

/*========================================
アーカイブページ　お知らせ（NEWS）　arcive.php
========================================*/
.news_list {
	width: 100%;
	margin-bottom: 80px;
}

.news_list li {
	position: relative;
	overflow: hidden;
	outline: none;
	border-top: 1px solid #CCCCCC;
}

.news_list li:last-child {
	border-bottom: 1px solid #CCCCCC;
}

.news_list li a {
	display: flex;
	align-items: center;
	gap: 50px;
	max-width: 100%;
	text-decoration: none;
	font-size: inherit;
	font-weight: 500;
	color: #333;
	padding: 30px 0 25px 0;
	position: relative;
	z-index: 3;
	/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	transition: all 0.3s linear;
}

/*== 背景が流れる（左から右） */
.news_list li a:before {
	content: '';
	/*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	/*色や形状*/
	background: #EAEFEE;
	/*背景色*/
	width: 100%;
	height: 100%;
	/*アニメーション*/
	transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.news_list li a:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.news_list li a:hover .news_list_ttl {
	color: #22685C;
	text-decoration: underline;
}

.news_list li time,
.news_list li span,
.news_list li .news_list_ttl {
	white-space: nowrap;
	vertical-align: middle;
}

.news_list time,
.news_list span {
	display: inline-block;
	max-width: 200px;
}

.news_list li .time {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1;
	color: #999999;
	flex-shrink: 0;
}

.news_list .category {
	display: inline-block;
	max-width: 120px;
	width: 100%;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	padding: 6px;
	background: #22685C;
	border-radius: 4px;
	flex-shrink: 0;
}

.news_list .category.cat_news,
.category.cat_news,
.category.information {
	background: #22685C;
}

.news_list .category.cat_event,
.category.cat_event,
.category.event {
	background: #1FBB9B;
}

.news_list .category.cat_etc,
.category.cat_etc,
.category.others {
	background: #999;
}

.news_list .news_list_ttl {
	max-width: 100%;
	font-size: 1rem;
	font-weight: 500;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*========================================
投稿ページ　お知らせ投稿　NEWS-POST　single.php
========================================*/
.news_post {
	margin-bottom: 30px;
	border-bottom: 1px solid #D5D7D3;
}

.news_post .post_ttl {
	font-size: 34px;
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 600;
	color: #22685C;
	letter-spacing: 0.06em;
	padding: 0 10px;
	margin-bottom: 10px;
}

.news_post .headline_data {
	font-size: 14px;
	color: #999;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 3%;
	border-top: 1px solid #D5D7D3;
}

.news_post .headline_data li {
	padding: 0 !important;
	border: none !important;
}

.news_post .headline_data li:nth-child(n+2):before {
	content: '/';
	display: inline-block;
	margin: 0 8px;
}

/*
.last_updated_date{
}
.entry_date.updated{
}*/
.sub_page .eyechach {
	margin-bottom: 30px;
}

.wp_content {
	max-width: 1080px;
}

.wp_content p,
.wp_content h2,
.wp_content h3,
.wp_content h4,
.wp_content h5,
.wp_content h6,
.wp_content ul,
.news_post table,
.wp_content>img,
.wp_content>div,
.wp_content figure {
	margin-bottom: 30px;
}

.wp_content a {
	color: #22685C;
	text-decoration: none;
}

.wp_content a:hover {
	text-decoration: underline;
}

.wp-block-columns {
	/*wordpress 上書き*/
	gap: 20px 20px;
}

.wp-block-column p:last-child {
	margin-bottom: 0;
}

.wp_content p:not([class]) {
	font-size: 1rem;
	line-height: 2.25;
	font-weight: 500;
	padding: 5px 0;
}

.wp_content h2:not([class]),
h2.wp-block-heading {
	font-size: 2rem;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.06em;
	padding: 5px 15px;
	background: #22685C;
}

.wp_content h3:not([class]),
h3.wp-block-heading {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.06em;
	padding: 5px 0;
	border-bottom: 2px solid #22685C;
}

.wp_content h4:not([class]),
.wp_content h4.wp-block-heading {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.09em;
	color: #22685C;
	position: relative;
	padding: 0px 10px 0px 15px;
	border-left: 5px solid #22685C;
}

.wp_content h5:not([class]),
.wp_content h5.wp-block-heading {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.09em;
	color: #333;
}

.wp_content h6:not([class]),
.wp_content h6.wp-block-heading {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.09em;
	color: #333;
}

.wp_content ul:not([class]) {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
}

.wp_content ul:not([class]) li {
	padding: 1rem 0;
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
}

.wp_content ul:not([class]) li:first-child {
	border-top: 1px solid #CCCCCC;
}

.wp_content blockquote:not([class]),
.wp-block-quote {
	font-size: 1rem;
	line-height: 2.25;
	background: #EAEFEE;
	position: relative;
	padding: 50px;
	margin-bottom: 30px;
}

.wp_content blockquote:not([class])::before,
.wp_content blockquote:not([class])::after,
.wp-block-quote::before,
.wp-block-quote::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 25px;
	font-size: 4.25rem
		/*68px*/
	;
	font-weight: bold;
	line-height: 0;
	color: #22685C;
	position: absolute;
}

.wp_content blockquote:not([class])::before,
.wp-block-quote::before {
	top: 12px;
	left: 15px;
	background: url(../img/dbl_quotation_left.svg) no-repeat center center / auto auto;
}

.wp_content blockquote:not([class])::after,
.wp-block-quote::after {
	bottom: 12px;
	right: 15px;
	background: url(../img/dbl_quotation_right.svg) no-repeat center center / auto auto;
}

.wp_content blockquote:not([class]) p,
.wp-block-quote p {
	font-size: 1rem;
	line-height: 2.25;
	text-align: justify;
	text-align-last: left;
	margin-bottom: 15px;
}

.wp_content blockquote:not([class]) small,
.wp_content blockquote:not([class]) cite,
.wp-block-quote cite {
	color: #999;
	font-size: 14px;
	letter-spacing: 0.12em;
	font-weight: 600;
	text-decoration: none;
}

/*========================================
会社概要　COMPANY
========================================*/
.cp_info {
	display: flex;
	justify-content: space-between;
	gap: 10%;
	margin-bottom: 60px;
}

.cp_info>div {
	flex: 1;
}

.access .c_ttl02 {
	margin-bottom: 40px;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
	margin-bottom: 60px;
}

.gmap iframe {
	color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


/*========================================
お問い合わせ　CONTACT
========================================*/
.page_contact .inner {
	padding-top: 100px;
	padding-bottom: 100px;
}

.contact_flow {
	width: 400px;
	margin: 0 auto 60px auto;
	display: flex;
	gap: 85px;
	padding-top: 60px;
	justify-content: space-between;
	position: relative;
	z-index: 4;
	word-break: break-all;
}

.contact_flow::before {
	content: "";
	width: 90%;
	height: 4px;
	color: #fff;
	background: #CCCCCC;
	position: absolute;
	top: 30px;
	left: 5%;
	z-index: 1;
}

.contact_flow>li {
	max-width: calc(100% / 3);
	color: #999;
	font-size: 1em;
	font-weight: 600;
	position: relative;
	text-align: center;
	line-height: 1.3;
	z-index: 3;
}

.contact_flow>.place {
	color: #333;
}

.contact_flow>li:first-child::before,
.contact_flow>li:last-child::before {
	content: "";
	width: 50%;
	height: 40px;
	background: #fff;
	position: absolute;
	top: -50px;
	z-index: -1;
}

.contact_flow>li:first-child::before {
	left: 0;
}

.contact_flow>li:last-child::before {
	right: 0;
}

.contact_flow>li::after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.08em;
	position: absolute;
	left: calc(50% - 20px);
	top: -50px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #CCCCCC;
	border-radius: 50%;
	overflow: hidden;
	z-index: 3;
}

.contact_flow>li.place::after {
	background: #22685C;
}

.contact_flow>li:first-child:after {
	content: "01";
}

.contact_flow>li:nth-child(2):after {
	content: "02";
}

.contact_flow>li:nth-child(3):after {
	content: "03";
}

.table01,
.wp_content table,
.wp-block-table table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 1rem;
	margin-bottom: 60px;
}

.wp-block-table thead {
	border: none;
}

.table01 th,
.table01 td,
.wp_content table th,
.wp_content table td,
.wp-block-table th,
.wp-block-table td {
	max-width: fit-content;
	line-height: 2.25;
	vertical-align: middle;
}

.table01 th,
.wp_content table th,
.wp-block-table th {
	width: 288px;
	font-size: 1em;
	font-weight: 600;
	color: #22685C;
	padding: 25px 60px;
	background-color: #EAEFEE;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
}

.table01 td,
.wp_content table td,
.wp-block-table td {
	padding: 25px 40px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #EAEFEE;
}

.table01 dl dd {
	margin-bottom: 0.5em;
}

.cform .check_close {
	display: none;
}

.cform th {
	padding: 26px 48px 26px 40px;
}

.cform td {
	line-height: 150%;
}

.cform label {
	display: inline-block;
	margin-right: 0.8em;
	vertical-align: bottom;
}

.cform .no_wrap {
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 8px;
}

input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=tel],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
	padding: 5px;
}

.mwform-tel-field input[type="text"],
.mwform-zip-field input[type="text"] {
	display: inline-block;
	width: auto;
}

.cform option:focus,
.cform textarea:focus,
.cform input[type=text]:focus,
.cform input[type=tel]:focus,
.cform input[type=email]:focus,
.cform input[type=search]:focus,
.cform input[type=url]:focus {
	outline: 0;
	box-shadow: 0 0 0 2px rgb(225, 236, 251) inset;
}

.cform input[type=submit],
.cform input[type=button],
button {
	border: 0;
}

.cform th .any_srt,
.cform th .required_srt {
	position: relative;
	display: block;
}

.cform th .any_srt::after,
.cform th .required_srt::after {
	content: "";
	font-size: 0.75rem
		/*12px*/
	;
	font-weight: bold;
	line-height: 1;
	width: 40px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	right: 0;
	box-sizing: border-box;
	padding: 3px 8px;
	color: #fff;
	background: #73A098;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
}

.cform th .any_srt::after {
	content: "任意";
	color: #fff;
	background: #73A098;
}

.cform th .required_srt::after {
	content: "必須";
	color: #fff;
	background: #A32116;
}

.cform th small {
	display: block;
	font-size: 13px;
	line-height: 1.846;
	color: #888888;
}

.cform td .h4 {
	font-size: 13px;
	font-weight: 600;
	color: #22685C;
	margin-bottom: 10px;
}

.cform td .h4:nth-of-type(n + 2) {
	margin-top: 17px;
}

@media (max-width:767px) {

	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}

.privacy_check {
	text-align: center;
	margin-bottom: 50px;
}

.privacy_check label {
	font-size: 1em;
	line-height: 1;
	font-weight: 600;
	display: inline-block;
	padding: 20px 30px;
	background: #EEEEEE;
	vertical-align: middle;
}

.mw_wp_form_confirm .privacy_check,
.mw_wp_form_preview .privacy_check {
	font-size: 1em;
	line-height: 1;
	font-weight: 600;
	display: block;
	width: fit-content;
	padding: 20px 30px;
	margin-left: auto;
	margin-right: auto;
	background: #eee;
	vertical-align: middle;
}

.mw_wp_form_input .confirm_check {
	/*確認ページ表示用の操作不可チェックボックス*/
	display: none;
}

.mw_wp_form_confirm .confirm_check,
.mw_wp_form_preview .confirm_check {
	display: inline;
}

.submit-btn input {
	background: #00142c;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #00142c solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}

.thanks_content {
	position: relative;
	padding: 65px 0 50px 0;
	margin-bottom: 60px;
}

.thanks_content::after {
	content: "";
	display: block;
	max-width: 860px;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #D5D7D3;
	transform: translateX(-50%);
}

.thanks_content h3 {
	font-size: 40px;
	color: #22685C;
	font-weight: 500;
	margin-bottom: 15px;
}

.thanks_content p {
	font-size: 1em;
	font-weight: 500;
	line-height: 2.25;
	margin-bottom: 30px;
}

/*mw_wp_form マージン調整*/
.mw_wp_form .horizontal-item+.horizontal-item {
	margin-left: 0px !important;
}

/*========================================
各ページ共通パーツ　コンタクト（問い合わせ）カード
========================================*/
.c_contact {
	position: relative;
	text-align: center;
}

.c_contact .inner {
	padding-top: 30px;
	padding-bottom: 80px;
}

.home .c_contact .inner {
	padding-top: 130px;
}

.c_contact::before,
.c_contact::after {
	content: "";
	display: block;
	width: 50%;
	max-width: 567px;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.c_contact::before {
	left: 0;
	bottom: 0;
	background: url(../img/bg_town02.png) no-repeat left bottom / contain;
}

.c_contact::after {
	right: 0;
	bottom: 0;
	background: url(../img/bg_town02.png) no-repeat right bottom / contain;
	transform: scale(-1, 1);
}

.c_contact .ct_ttl {
	margin-bottom: 60px;
}

.c_contact .row {
	display: flex;
	gap: 50px 40px;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 60px;
}

.c_contact .row .item {
	width: calc(50% - 20px);
	padding: 55px 40px;
	margin-top: 15px;
	position: relative;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #C5CBD4;
}

@media (max-width:1080px) {
	.c_contact .row .item {
		width: 100%;
		padding: 55px 40px;
		position: relative;
		border: 1px solid #C5CBD4;
	}
}

.c_contact .row .item h3 {
	position: absolute;
	width: max-content;
	top: -15px;
	left: 50%;
	line-height: 1;
	transform: translateX(-50%);
	color: #22685C;
	font-size: 24px;
	font-weight: 600;
	padding: 0 10px;
	letter-spacing: 0.09em;
	background: #fff;
}

.c_contact .tel {
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1;
	color: #22685C;
}

.c_contact .tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #22685C;
}

.c_contact .tel a svg {
	flex-shrink: 0;
	margin-right: 10px;
}

.c_contact .tel a:hover {
	text-decoration: none;
}

.c_contact .tel dl {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.14em;
	gap: 30px;
}

.c_contact .tel dl dt {
	color: #fff;
	font-weight: 500;
	width: auto;
	min-width: unset;
	padding: 5px 30px;
	background: #22685C;
	border-radius: 4px;
	border: none;
}

.c_contact .tel dl dd {
	width: auto;
	color: #333333;
	font-weight: 600;
	padding: 5px 0;
	border: none;
}

.c_contact .mail {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.c_contact .catch {
	color: #22685C;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0.09em;
	text-align: center;
}

/* 240826_youtube追加 */
.about-youtube {
	margin: 25px auto 150px auto;
}

.youtube-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.youtube-wrap {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}

.youtube-wrap02::before {
	position: absolute;
	display: block;
	content: "";
	width: 100vw;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #F8F8F8 url(../img/about_reason_bg.svg) no-repeat left center / auto 100%;
	z-index: -1;
}

/* .youtube-wrap02::after {
	position: absolute;
	display: block;
	content: "";
	width: calc(50vw - 100%);
	height: 100%;
	top: 0;
	right: 0;
	transform: translateX(100%);
	background: #F8F8F8;
	z-index: -2;
} */

.youtube-list li {
	width: 50%;
	padding: 25px 30px;
	margin: ;
	text-align: center;
}

/* 241029_ガレージハウスページ */
.g_space {
	margin: 60px;
}

.yu_mincho {
	font-family: '游明朝', 'Yu Mincho';
}

.garage_intro_point {
	margin-top: 40px;
}

.garage_intro_point h2 {
	font-size: 40px;
}

.garage_intro_point .row {
	display: flex;
	align-items: end;
	margin-bottom: 90px;
}

.garage_intro_point .row .img_box {
	max-width: 33%;
}

.garage_intro_point .row .txt_box {
	max-width: 60%;
	position: relative;
}

.garage_intro_point .row .txt_box h3 {
	font-size: 50px;
	color: #22685C;
	border-bottom: #22685C 2px solid;
}

.garage_intro_point .row div.right {
	text-align: right;
}

.garage_intro_point .row .txt_box .text-contents p {
	font-size: 22px;
}

.garage_merit {
	margin-top: 200px;
}

.garage_merit h2 {
	font-size: 40px;
	margin-bottom: 40px;
}

.garage_merit h3 {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.5;
	padding-top: 18px;
	padding-left: 75px;
	margin-bottom: 18px;
}

.garage_merit p {
	font-weight: 500;
	font-size: 22px;
	line-height: 2.25;
	padding-top: 18px;
	margin-top: 18px;
	margin-bottom: 20px;
}

.about_intro .garage_merit .merit_box {
	display: flex;
	align-items: top;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 60px;
}

.garage_work_child {
	margin-bottom: 100px;
}

.garage_work .row {
	display: flex;
}

.garage_title_works {
	font-size: 40px;
	margin-top: 300px;
}

.garage_work .row .txt_box h3 {
	font-size: 2.5rem;
	border-bottom: #303030 2px solid;
}

.garage_work .row .txt_box h3 span {
	font-size: 2.1rem;
}

.garage_work .row .txt_box .g_work_text1 {
	color: #8CB1AA;
	font-size: 22px;
	line-height: inherit;
}

.garage_work .row .txt_box .g_work_text1 span {
	font-style: oblique;
}

.garage_work .row .txt_box .g_work_text2 {
	text-align: right;
	text-align-last: inherit;
}

.garage_work .row .txt_box .g_work_text3 {
	font-size: 18px;
}

.garage_work .img_4column {
	display: flex;
	justify-content: space-between;
	margin: 50px 0px;
}

.garage_work .img_4column img {
	width: 24%;
}

.garage_work .txt_box {
	width: 50%;
	position: relative;
}

.garage_work .img_box {
	width: 50%;
}

.garage_work .txt_box h4 {
	background-color: #22685C;
	color: white;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 15px;
}

.garage_work .txt_box dl div {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}

.garage_work .txt_box dl div dt {
	font-size: 1.3rem;
	width: 31%;
	text-align: justify;
	text-align-last: justify;
}

.garage_work .txt_box dl div dd {
	font-size: 1.3rem;
	width: 56%;
}

.garage_work>.garage_work_child>.garage_btn {
	width: 70%;
	margin: auto;
}

.garage_work>.garage_work_child>.garage_btn a {
	padding: 15px 200px;
}

.garage_work .garage_btn_area .garage_btn {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.garage_work .garage_btn a {
	color: #22685C;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	border: #22685C 1px solid;
	width: 49%;
	font-size: 1.6rem;
}

.garage_title_1F::before {
	content: "";
	position: absolute;
	background-image: url(../img/garage_1F.svg);
	background-size: cover;
	width: 116px;
	height: 84px;
	top: -19px;
	right: 20px;
}

.garage_title_2F::before {
	content: "";
	position: absolute;
	background-image: url(../img/garage_2F.svg);
	background-size: cover;
	width: 116px;
	height: 84px;
	top: -19px;
	left: 20px;
}

.merit_title {
	width: 49%;
	position: relative;
}

.merit1 h3::before {
	content: "";
	position: absolute;
	background-image: url(../img/garage_merit1.svg);
	background-size: cover;
	width: 75px;
	height: 116px;
	top: -50px;
	left: 0px;
}

.merit2 h3::before {
	content: "";
	position: absolute;
	background-image: url(../img/garage_merit2.svg);
	background-size: cover;
	width: 75px;
	height: 116px;
	top: -50px;
	left: 0px;
}

.merit3 h3::before {
	content: "";
	position: absolute;
	background-image: url(../img/garage_merit3.svg);
	background-size: cover;
	width: 75px;
	height: 116px;
	top: -50px;
	left: 0px;
}

.merit4 h3::before {
	content: "";
	position: absolute;
	background-image: url(../img/garage_merit4.svg);
	background-size: cover;
	width: 75px;
	height: 116px;
	top: -50px;
	left: 0px;
}

.garage_title {
	position: relative;
	margin-top: 300px;
	margin-bottom: 100px;
}

.garage_title_garagehouse::before {
	content: "";
	position: absolute;
	background-image: url(../img/garage_garagehouse.svg);
	background-size: cover;
	width: 80%;
	height: 75px;
	top: -11px;
	left: 100px;
	transform: translateY(-50%);
}

.garage_title_merit::before {
	content: "";
	position: absolute;
	background-image: url(../img/garage_merit.svg);
	background-size: cover;
	width: 36%;
	height: 77px;
	top: -11px;
	left: 326px;
	transform: translateY(-50%);
}

.garage_title_works::before {
	content: "";
	position: absolute;
	background-image: url(../img/garage_works.svg);
	background-size: cover;
	width: 38%;
	height: 77px;
	top: -6px;
	left: 326px;
	transform: translateY(-50%);
}

.font-size20 {
	font-size: 20px;
}

.nopc {
	display: none;
}

/* .garage_btn {
	display: inline-block;
	width: 250px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	color: #22685C;
	background-color: #fff;
	position: relative;
	border: 1px solid #22685C;
	transition: color 0.5s ease;
} */

/* .garage_btn:hover {
	color: #fff;
}

.garage_btn:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.garage_btn::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #22685C;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.5s ease;
	transition-property: transform;
} */

/* 250114 */

.about_intro.pet .garage_title_garagehouse::before {
	background-image: url(../img/pet_title01.svg);	
}

.about_intro.pet .reason .garage_title_merit::before {
	background-image: url(../img/pet_title02.svg);
	width: 42%;	
}

.reason_box {
	margin-bottom: 100px;
}

.reason_box .reason_title {
	background-color: #22685C;
	color: #fff;
	padding: 5px 15px;
	font-size: 38px;
}

.reason_box .reason_title.gray {
	background-color: #a8a8a8;
}

.reason_box ul {
	margin: 30px 0 20px;
	font-size: 18px;
}

.reason_box ul li {
position: relative;
}

.reason_box ul li::before {
content: "●";
font-size: 18px;
display: inline-block;
margin-right: 10px;
}

.reason_box figure {
	width: 80%;
    margin: -60px auto 0;
}

.about_intro.pet .garage_title_1F::before,
.about_intro.pet .garage_title_2F::before,
.about_intro.pet .garage_title_3F::before,
.about_intro.pet .garage_title_4F::before {
	background-image: url(../img/icon_!.svg);
	width: 51px;
	height: 150px;
	top: -75px;
}

.about_intro.pet .garage_title_2F::before,
.about_intro.pet .garage_title_4F::before {
	transform: rotate(-30deg);
}

.garage_work .row .txt_box .g_work_text2.pet {
	display: inline-block;
    padding: 0px 10px 0px 20px;
    border: 1px solid;
    letter-spacing: 8px;
    font-size: 17px;
    position: absolute;
    right: 0px;
    top: 51px;
}

.garage_intro_point .row .txt_box h3.kome_icon,
.garage_intro_point .row .txt_box {
position: relative;
}

/* .garage_intro_point .row .txt_box.pet::before {
	content: "*1";
	font-size: 1.5rem;
	position: absolute;
	top: -20px;
    left: 13px;
	color: #333;
	} */


	.garage_intro_point .row .txt_box h3.kome_icon::after {
	content: "※物件による";
	font-size: 1.2rem;
	position: absolute;
	bottom: 11px;
	right: 0;
	color: #333;
	}

	.garage_merit h2.garage_title_merit.pet strong {
		background-color: #22685C;
        color: #fff;
        padding: 0 15px;
		display: inline-block;
		margin-right: 5px;
	}

	.page_pet-friendly-house .page_head::after {
        background-image: url(../img/pagetitle_pet.svg);
		background-size: auto 79px;
    }

	.garage_title:first-of-type {
        margin-top: 70px;
	}