@charset "utf-8";

* {
	box-sizing: border-box;
}

html {
	font-size: 14px;
}

body {
	margin: 0 auto;
	padding: 0;
	font-size: inherit;
	line-height: 1.7;
	background: #fff;
	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;
}

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

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

/*==================================================
$common
==================================================*/

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

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

.pc {
	display: none !important;
}

.sp {
	display: inherit;
}

@media (max-width:300px) {
	br.sp {
		display: none;
	}
}

.inner {
	padding: 60px 20px;
}

.text_center {
	text-align: center;
}

.text_red {
	color: #C9171E !important;
}

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

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

.btn01 {
	position: relative;
	display: inline-block;
	width: 80%;
	max-width: 500px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.09em;
	color: #22685C;
	padding: 12px 40px 12px 33px;
	background: transparent;
	border: 1px solid #14584D;
	outline: none;
	transition: all .2s linear;
}

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

.btn01:active 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:active::after {
	width: 55px;
}

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

.btn02 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 21px;
	font-size: clamp(16px, 3.8vw, 21px);
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.09em;
	padding: 12px 26px;
	margin-bottom: 4px;
	border-radius: 4px;
	transition: all 0.5s;
	/*アニメーション設定*/
	background: #14584D;
	box-shadow: 0 4px 0 #917E00;
}

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

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

.btn02 svg {
	width: 30px;
	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;
}

.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);
}

.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 {
	position: relative;
	max-width: 90%;
	width: 100%;
	font-size: 18px;
	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;
}

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

.header .inner {
	height: 100%;
	display: flex;
	padding: 0;
	justify-content: space-between;
	align-items: center;
}

.logo {
	width: calc(100% - 80px);
	padding: 0 23px 0 10px;
	margin-right: auto;
}

.hd_navi {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 900;
}

/*========= ナビゲーションのためのCSS ===============*/
.hd_navi .menu_btn {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	justify-content: center;
	align-items: center;
	z-index: 90;
	width: 80px;
	height: 77px;
	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;
}

.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: 500;
}

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

.hd_navi.menu_active {
	position: fixed;
	width: 100vw;
	height: 100vh;
}

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

.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: #333333;
	border-radius: 0.5px;
	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_active .menu_btn .open_txt {
	display: none;
}

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

.scroll_off {
	overflow: hidden;
}

.hd_navi .navi_content {
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: 100vh;
	height: 100svh;
	overflow-y: auto;
	color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100vw);
	transition: all .15s linear;
	background: #22685C;
	z-index: 900;
	overflow-y: auto;
}

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

.navi_content .menu_logo {
	display: block;
	width: 100%;
	padding: 20px 80px 25px 10px;
	background: #fff;
}

.navi_content .menu_logo img {
	max-width: 207px;
}

.hd_navi_menu {
	margin-bottom: auto;
}

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

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

.hd_navi_menu ul li a {
	padding: 20px 0;
	position: relative;
	display: block;

}

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

.hd_navi_menu ul li a:active::after {
	background: transparent;
	width: 27px;
}

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

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

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

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

.hd_navi_tel dl {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	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 10px;
	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 {
	position: relative;
	font-size: 37px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.06em;
	padding-left: 46px;
}

.hd_navi_tel .tel_num>svg {
	display: inline-block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.hd_navi_mail {
	padding: 25px 0 0;
}

#mask {
	display: none;
}

/*========================================
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_sp.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_sp.svg") no-repeat left center / auto 100%;
}

.mv_ttl {
	position: relative;
	bottom: 13%;
	width: 100%;
	max-width: 1240px;
	padding: 0 30px;
	margin: 0 auto;
	text-shadow: 0px 3px 6px #22685C;
	z-index: 3;
}

.mv_ttl h2 {
	font-size: 31px;
	font-size: clamp(26px, 9vw, 31px);
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.06em;
	line-height: 2;
}

.mv_ttl h2 span {
	display: block;
	font-size: 20px;
	font-size: clamp(16px, 8vw, 20px);
	letter-spacing: 0.12;
	font-weight: 500;
}

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

.tp_news_ttl {
	padding: 20px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 10px;
	align-items: baseline;
}

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

.tp_news .tp_news_ttl h2 {
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1;
}

.tp_news .post_item {
	width: calc(100% - 40px);
	padding: 20px 0;
	margin: 0 auto;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.post_item time {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.12em;
	margin-bottom: 8px;
	color: #999;
}

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

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

.post_item .post_title {
	font-weight: 500;
	line-height: 1.3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
}

.tp_news .more {
	font-size: 14px;
	letter-spacing: 0.09em;
	font-weight: 500;
	line-height: 1;
	border-bottom: 3px solid #917E00;
}

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

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

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

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

.tp_about {
	page-break-before: always;
	position: relative;
	background: url("../img/bg_town01.png");
	background-size: auto 800px;
	background-position: center 80%;
	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 {
	padding: 30px 20px 60px 20px;
}

.ct_ttl {
	position: relative;
	font-size: 30px;
	margin-bottom: 40px;
}

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

.ct_ttl h2 {
	color: #22685C;
	font-size: inherit;
	font-weight: 600;
	letter-spacing: 0.09em;
	line-height: 1.5;
}

.tp_about .ct_ttl {
	font-size: 23px;
	font-size: clamp(18px, 5.8vw, 23px);
}

.tp_about .ct_ttl span {
	top: 1.6em;
	left: -20px;
	margin-top: -1.6em;
}

.tp_about .ct_ttl h2 {
	font-size: inherit;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1.42;
}

.tp_about .card_wrap {
	padding: 25px 10px;
	margin-bottom: 70px;
}

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

.card_item:not(:last-child) {
	margin-bottom: 80px;
}

.card_item .card_num {
	position: relative;
	top: -30px;
	margin-bottom: 10px;
}

.card_item .card_num svg {
	height: 30px;
}

.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: 24px;
	font-weight: 600;
	letter-spacing: 0.09em;
	color: #22685C;
	margin-bottom: 30px;
}

.card_item p {
	font-size: 14px;
	font-weight: 500;
	text-align: justify;
	text-align-last: left;
	line-height: 2.3;
}

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

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

.tp_works {
	page-break-before: always;
	padding-bottom: 65px;
}

.tp_works .ct_ttl {
	text-align: center;
	margin-bottom: 35px;
}

.tp_works .ct_ttl span {
	display: block;
	text-align: center;
}

.tp_works .ct_ttl h2 {
	color: #22685C;
}

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

/*タブのスタイル*/
.tab_item {
	padding: 10px 30px;
	width: 50%;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	color: #22685C;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	border: 1px solid #CCCCCC;
}

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

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

/*タブ切り替えの中身のスタイル*/
/*アーカイブページと共通デザイン*/
.post_list_contents,
.tab_contents {
	padding: 40px 0 0;
	clear: both;
}

.tab_contents {
	display: flex;
	width: 200%;
	transition: transform .6s;
}

.tab_item a {
	display: block;
}

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

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

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

/*============================
.tab_content
============================*/
.post_list_contents,
.tab_contents {
	margin-bottom: 30px;
}

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

.tab_contents #list01,
.tab_contents #list02 {
	opacity: .1;
	transition: opacity .3s ease;
}

.works_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	overflow: hidden;
	gap: 30px 15px;
	margin-bottom: 30px;
}

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

.works_list .item {
	width: calc(50% - 7.5px);
}

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

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

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

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

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

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

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

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


@media print {

	.tp_works {
		padding-bottom: 0;
	}

	.tp_works .inner {
		padding-bottom: 20px;
	}

	.tab_item br {
		display: none;
	}

	.tp_works .btn_wrap {
		display: none;
	}
}


/*============================
tp_company
============================*/
.tp_company {
	page-break-before: always;
	background: #EAEFEE url("../img/bg01.png") repeat left top / 5px auto;
}

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

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

.company_head .ct_ttl span {
	left: -5px;
	opacity: 0.5;
}

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

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

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

.company_body .row {
	display: flex;
	flex-wrap: wrap;
	flex-wrap: wrap-reverse;
	gap: 30px;
	margin-bottom: 40px;
}

.company_body .row .left {
	width: 100%;
}

.cp_info_list {
	width: 100%;
}

.cp_info_list dt {
	display: block;
	color: #22685C;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.09em;
	margin-bottom: 15px;
}

.cp_info_list dd {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.3;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #E2E2E2;
}

.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: 12px;
	line-height: 1.4;
}

.cp_info_list dd span {
	display: inline-block;
	margin-bottom: 10px;
}

.cp_info_list dd:last-child {
	margin-bottom: 0;
}

.tp_company .btn01 {
	padding: 12px 33px;
}

.tp_company .btn01::after {
	display: none;
}

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

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

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

.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{
}*/
.footer .row .left {
	margin-bottom: 20px;
}

.footer address p span {
	font-size: 14px;
	letter-spacing: 0.12em;
	line-height: 1.3;
}

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

.ft_logo {
	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;
	border-bottom: 1px solid #CCCCCC;
}

.footer .ft_ct_ttl h3 {
	font-size: 20px;
	font-weight: 500;
	flex-shrink: 0;
	line-height: 1;
}

/*
.footer .ft-navi ul{
}*/
.footer .ft-navi ul li {
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.12em;
	border-bottom: 1px solid #DEDEDE;
}

.footer .ft-navi ul li a {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
	padding: 25px 5px 25px 0;
	transition: all 0.3s;
}

.footer .ft-navi ul li a:active {
	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 / contain;
	transition: all 0.3s;
}

.copy {
	text-align: center;
	font-size: 14px;
	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: 60px 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;
	align-items: center;
	top: 50%;
	left: 1%;
	transform: translateY(-50%);
	width: 98%;
	height: 80px;
	z-index: 2;
	opacity: 0.05;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
}

.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;
	font-size: 38px;
	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: 12px;
	font-weight: 500;
	letter-spacing: 0.12em;
	position: relative;
	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 {
	padding: 60px 15px;
}

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

.c_ttl02 {
	position: relative;
	font-size: 24px;
	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;
}

.wp_content .c_ttl02 {
	font-size: 24px;
	color: #22685C;
	font-weight: 600;
	letter-spacing: 0.09em;
	padding: 0;
	background: #22685C;
	background: transparent;
}

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

.page_about .inner {
	padding-top: 60px;
	padding-bottom: 30px;
}

.about_intro {
	margin-bottom: 110px;
}

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

.about_intro>p {
	text-align: justify;
	text-align-last: left;
	line-height: 2.25;
	margin-bottom: 60px;
}

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

.intro_block_ttl:has([data-ruby]) {
	padding-top: 15px;
}

[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 {
	margin-bottom: 80px;
}

.about_intro .row .left {
	margin-bottom: 50px;
}

.about_intro_point1 {
	page-break-before: always;
	/*印刷用改行位置*/
}

@media print {
	.about_intro_point1 .row {
		display: flex;
		gap: 8%;
	}

	.about_intro_point1 .row>* {
		flex: 1;
	}

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

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

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

.about_intro_point1 h3 small {
	display: block;
	font-size: 12px;
	color: #22685C;
	margin-left: 15px;
	margin-top: 5px;
}

.about_intro_point1 figure {
	text-align: center;
}

.about_intro_point2 {
	margin: 0 auto;
	page-break-before: always;
	/*印刷用改行位置*/
}

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

@media print {
	.about_intro_point2 .row .txt_box>div:first-child {
		margin-bottom: 15px;
	}
}

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

.about_intro_point2 h3 span {
	position: absolute;
	display: inline-block;
	top: 6px;
	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: 16px;
	margin-top: 16px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
}

.about_intro_point2 ul li {
	font-size: 13px;
	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 {
	page-break-before: always;
	/*印刷用改行位置*/
}

.txt_box {
	margin-bottom: 30px;
}

.txt_box.is-about_renace_sp {
	margin-top: 20px;
}

.about_reason01,
.about_reason03 {
	margin-bottom: 70px;
}

.about_reason01 .img_box,
.about_reason03 .img_box {
	text-align: center;
}

.reason_ttl {
	margin-bottom: 20px;
}

.reason_ttl>span {
	display: inline-block;
	line-height: 1;
	margin-bottom: 10px;
}

.reason_ttl h3 {
	font-size: 26px;
	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: 30px;
}

.about_reason02 {
	page-break-before: always;
	/*印刷用改行位置*/
	margin-bottom: 0;
}

.about_reason02_top {
	position: relative;
}

.about_reason02_top:before,
.about_reason04:before {
	position: absolute;
	content: "";
	width: 100vw;
	height: 52px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background: url(../img/about_content_bg01.png) repeat-x bottom left / auto 50px;
	z-index: -1;
}

.about_reason02 .row {
	margin-bottom: 55px;
}

.about_reason02_solution {
	page-break-before: always;
	/*印刷用改行位置*/
}

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

.about_reason02_solution .c_ttl03 {
	text-align: left;
}

.about_reason02_solution>.row,
.about_reason02_solution>.row_reverse {
	margin-bottom: 80px;
}

.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 .txt_box {
	position: relative;
	z-index: 3;
}

.about_reason02_solution .txt_box h3 {
	margin-bottom: 20px;
}

.about_reason02_solution .txt_box p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.09em;
	line-height: 1.917;
}

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

.about_reason02_solution .img_box {
	padding: 30px 50px 0;
}

.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;
}

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

.about_reason02_solution .row .img_box .icon_solution::before {
	left: -25px;
}

.about_reason02_solution .row_reverse .img_box .icon_solution::before {
	right: -25px;
}

.about_reason02_solution .img_box .icon_human1::after {
	content: "";
	display: inline-block;
	line-height: 1;
	position: absolute;
	bottom: 0px;
	left: -30px;
	width: 86.5px;
	height: 121px;
	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: -50px;
	max-width: 50%;
	width: 111.98px;
	height: 121px;
	background: url(../img/about_human02.png) no-repeat center bottom / contain;
}

@media print {

	.about_reason02_solution .row,
	.about_reason02_solution .row_reverse {
		display: flex;
		gap: 15px;
	}

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

	.about_reason02_solution .row>*,
	.about_reason02_solution .row_reverse>* {
		flex: 1;
	}
}

.about_reason03 {
	margin-bottom: 70px;
	page-break-before: always;
	/*印刷用改行位置*/
}

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

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

.about_reason03 .img_box figure {
	display: inline-flex;
	position: relative;
}

.about_reason03 .img_box figure::after {
	content: "";
	display: block;
	width: 130px;
	height: 104px;
	line-height: 1;
	position: absolute;
	right: -35px;
	bottom: 0;
	background: url(../img/about_human03.png) no-repeat bottom center / contain;
	z-index: 5;
}

@media print {
	.about_reason03 .img_box figure::after {
		display: none;
	}
}

.about_reason04 {
	position: relative;
	padding-bottom: 80px;
	page-break-before: always;
	/*印刷用改行位置*/
}

/*
.about_reason04 > div{
}
.about_reason04 .img_box{
}
.about_reason04 .img_box figure{
}*/
.about_stability {
	position: relative;
	max-width: 1080px;
	margin: auto;
	padding-top: 90px;
	padding-bottom: 100px;
	page-break-before: always;
	/*印刷用改行位置*/
}

.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_item {
	max-width: 500px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}

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

.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;
}

@media print {
	.about_stability {
		padding-top: 20px;
		padding-bottom: 20px;
	}

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

	.about_stability .card_wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.about_stability .card_wrap>* {
		width: calc(50% - 5px);
		margin: 20px 0 0 0;
	}

	.about_stability .card_item h3 {
		margin-bottom: 15px;
	}

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

.about_merrit {
	padding-top: 60px;
	padding-bottom: 80px;
	page-break-before: always;
	/*印刷用改行位置*/
}

.about_merrit .ct_ttl.text_center {}

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

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

.about_merit_list {
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding-top: 20px;
	page-break-before: always;
	/*印刷用改行位置*/
}

@media print {
	.about_merrit {
		padding-bottom: 30px;
	}

	.about_merit_list {
		gap: 30px;
	}
}

.about_merit_list .item h3 {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.14em;
	width: max-content;
	margin-bottom: 20px;
	line-height: 1.65;
	padding-left: 45px;
}

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

.about_merit_list .item h3 span svg {
	height: 28px;
}

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

.about_merit_list .item p {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 2.25;
	margin: auto;
}

/*========================================
アーカイブページ共通　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カラムブロック無しver
========================================*/
/*
.col_wrap{
}*/
.left_col {
	margin-bottom: 50px;
}

.sideber {
	margin-bottom: 50px;
}

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

/*
.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: 12px;
	height: 12px;
	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: 15px;
	margin-bottom: 20px;
	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: 15px;
}

.post_list_ttl {
	font-size: 12px;
	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
========================================*/
.page_works .post_list_wrap {
	page-break-before: always;
	/*印刷用改行位置*/
}

.post_list_navi {
	overflow: hidden;
}

@media print {
	.page_works .post_list_contents {
		padding: 15px 0 0 !important;
		margin: 0 !important;
	}
}

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

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

.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: 5px;
	left: 50%;
	display: inline-block;
	content: "";
	width: 1px;
	height: 20px;
	background: #ccc;
	transform: translateX(-50%) rotate(29deg);
}

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

}

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

.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 {
	margin: 0 auto 30px auto;
	position: relative;
}

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

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

.slider .slick-list {
	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;
	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: 5 !important;
	width: 13.5px !important;
	height: 39px !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-prev:active:before{
}*/
.slick-next:hover:before {
	transform: translateX(3px);
}

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

.slider_navigation.no_slide_sp .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;
}

.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;
	flex-direction: column;
	gap: 10px 50px;
	min-height: 240px;
	margin-bottom: 60px;
}

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

.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 {
	display: block;
	width: 100%;
	margin-bottom: 80px;
}

.news_list li {
	border-top: 1px solid #CCCCCC;
}

.news_list li a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 15px;
	padding: 20px 0;
	font-size: inherit;
	color: #333;
	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 a:hover .news_list_ttl {
	color: #22685C;
	text-decoration: underline;
}

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

.news_list tr td .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 {
	width: 100%;
	font-size: 1rem;
	font-weight: 500;
	color: #333;
	white-space: nowrap;
	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: 26px;
	font-size: clamp(20px, 5vw, 26px);
	font-weight: 600;
	color: #22685C;
	letter-spacing: 0.06em;
	padding: 0 10px;
	margin-bottom: 10px;
}

.news_post .headline_data {
	font-size: 12px;
	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: 20px;
}

.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: 24px;
	font-size: clamp(20px, 5vw, 24px);
	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: 20px;
	font-size: clamp(18px, 5vw, 20px);
	font-weight: 600;
	letter-spacing: 0.06em;
	padding: 5px 0;
	border-bottom: 2px solid #22685C;
}

.wp_content h4:not([class]),
h4.wp-block-heading {
	font-size: 20px;
	font-size: clamp(16px, 5vw, 20px);
	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]),
h5.wp-block-heading {
	font-size: 18px;
	font-size: clamp(16px, 5vw, 18px);
	font-weight: 600;
	letter-spacing: 0.09em;
	color: #333;
}

.wp_content h6:not([class]),
h6.wp-block-heading {
	font-size: 1rem;
	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: 13px;
	letter-spacing: 0.12em;
	font-weight: 600;
}


/*--------------------
会社概要　COMPANY
-----------------------*/
.page_company .ct_ttl {
	page-break-before: always;
	/*印刷用改行位置*/
}

.cp_info {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 40px;
}

.cp_info .left {
	margin-bottom: 40px;
}

.cp_info .right {
	margin-bottom: 30px;
}

.page_company .access {
	page-break-before: always;
	/*印刷用改行位置*/
}

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

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

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



/*----------------------
お問い合わせ　CONTACT
----------------------*/
.page_contact .cform,
.page_confirmation .cform,
.page_completely .cform {
	page-break-before: always;
	/*印刷用改行位置*/
}

.table01,
.wp_content table,
.wp-block-table {
	width: 100%;
	font-size: 1rem;
	margin-bottom: 40px;
}

.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 {
	width: 100%;
	display: block;
	padding: 1em 1em;
	line-height: 1.75;
}

.table01 th,
.wp_content table th,
.wp-block-table th {
	font-weight: 700;
	color: #22685C;
	background-color: #EAEFEE;
	box-sizing: border-box;
	border: none;
	overflow: hidden;
}

.table01 td,
.wp_content table td,
.wp-block-table td {
	border: 1px solid #EAEFEE;
}

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

.contact_wrap {
	margin-bottom: 40px;
}

.contact_flow {
	display: flex;
	gap: 40px;
	padding-top: 60px;
	justify-content: center;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	z-index: 4;
	overflow: hidden;
}

.contact_flow::before {
	/*横棒*/
	content: "";
	width: 90%;
	height: 2px;
	background: #CCCCCC;
	position: absolute;
	top: 30px;
	left: 5%;
	z-index: 1;
}

.contact_flow li {
	color: #999;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
	word-break: break-all;
	z-index: 3;
}

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

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

.contact_flow>li:first-child::before {
	right: 50%;
}

.contact_flow>li:last-child::before {
	left: 50%;
}

.contact_flow>li::after {
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	aspect-ratio: 1 / 1;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #CCCCCC;
	position: absolute;
	left: calc(50% - 20px);
	top: -50px;
	background: #CCCCCC;
	border-radius: 50%;
	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";
}

.cform .check_close {
	display: none;
}

/*
.cform th {
}*/
.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: 12px;
}

input,
select,
textarea {
	font-size: 16px;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.cform input[type="checkbox"] {
	margin-right: 0.5em;
}

.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;
}

.required_srt {
	position: relative;
}

.cform th .any_srt::after,
.cform th .required_srt::after {
	content: "";
	font-size: 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: 12px;
	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: 30px;
}

@media print {

	.page_contact main .inner,
	.page_completely main .inner,
	.page_confirmation main .inner {
		padding-bottom: 0;
	}

	.page_contact .contact_wrap,
	.page_completely .contact_wrap,
	.page_confirmation .contact_wrap {
		margin: 0;
	}

	.page_contact .table01,
	.page_completely .table01,
	.page_confirmation .table01 {
		margin-bottom: 10px;
	}

	.page_contact .privacy_check {
		margin-bottom: 10px;
	}

	.page_confirmation .btn_wrap {
		gap: 10px;
	}

	.page_completely .thanks_content {
		padding: 10px 0;
		margin-bottom: 10px;
	}
}

.confirmation_page .privacy_check {
	display: none;
}

.privacy_check label {
	display: inline-block;
	color: #333;
	font-weight: bold;
	background: #eee;
	padding: 1em 1.5em;
	margin: auto;
	border: none;
}

.privacy_check input {
	margin: 0;
	margin-right: 12px;
}

.mw_wp_form_confirm .privacy_check,
.mw_wp_form_preview .privacy_check {
	background: #eee;
}

.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: 24px;
	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: 0 !important;
}

.mwform-tel-field {
	display: inline-flex;
	gap: 5px;
	flex-wrap: wrap;
}

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

.c_contact::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/bg_town02_sp.png) no-repeat right bottom / contain;
	z-index: -1;
}

.c_contact .inner {
	padding-bottom: 70px;
}

.c_contact .ct_ttl {
	font-size: 36px;
}

.c_contact .ct_ttl span {
	text-align: center;
	top: 0.8em;
	margin-top: -0.8em;
}

.c_contact .ct_ttl h2 {
	font-size: inherit;
	letter-spacing: 0.09em;
	font-weight: 600;
}

.c_contact .row {
	padding-top: 15px;
	margin-bottom: 80px;
}

.c_contact .row .item {
	width: 100%;
	padding: 40px 10px 25px;
	position: relative;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #C5CBD4;
}

.c_contact .row .item:not(:last-child) {
	margin-bottom: 60px;
}

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

.c_contact .tel {
	font-size: 37px;
	font-size: clamp(26px, 8vw, 37px);
	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 svg {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

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

.c_contact .tel dl {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	gap: 15px;
}

.c_contact .tel dl dt {
	width: auto;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	min-width: unset;
	padding: 5px 20px;
	background: #22685C;
	border-radius: 4px;
	border: none;
}

.c_contact .tel dl dd {
	width: auto;
	color: #333;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1;
	padding: 5px 0;
	border: none;
}

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

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



.footer {
	page-break-before: always;
}


/* 240826_youtube追加 */
.about-youtube {
	margin: 25px auto 80px auto;
	background-color: #F8F8F8;
	padding: 50px 0px
}

.youtube-list {
	margin-bottom: 30px;
}

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

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

.garage_intro_point {
	margin-top: 40px;
}

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

.garage_intro_point .row {
	display: block;
	align-items: end;
}

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

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

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

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

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

.garage_merit {
	margin-top: 200px;
}

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

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

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

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

.garage_title_works {
	font-size: 29px;
	margin-top: 160px;
}

.garage_work_child {
	margin-bottom: 100px;
}

.garage_work .row {
	display: block;
}

.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;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0px;
}

.garage_work .img_4column img {
	width: 49%;
	margin-bottom: 10px;
}

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

.garage_work .img_box {
	width: 100%;
}

.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: 100%;
	margin: auto;
	text-align: center;
}

.garage_work>.garage_work_child>.garage_btn a {
	padding: 12px 32px;
}

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

.garage_work .garage_btn a {
	color: #22685C;
	padding: 12px 32px;
	text-align: center;
	border: #22685C 1px solid;
	width: 100%;
	font-size: 1.3rem;
	margin-bottom: 15px;
}

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

.garage_title_2F::before {
	content: "";
	position: absolute;
	background-image: url(../img/garage_2F.svg);
	background-size: cover;
	width: 81px;
	height: 54px;
	top: -4px;
	right: 20px;
}

.merit_title {
	width: 100%;
	position: relative;
	margin-bottom: 80px;
}

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

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

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

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

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

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

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

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

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

.nosp {
	display: none;
}

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

.about_intro.pet .reason .garage_title_merit::before {
	background-image: url(../img/pet_title02.svg);
	width: 100%;
	height: 16vw;
	left: 0;
}

.reason_box {
	margin-bottom: 100px;
}

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

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

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

.reason_box ul li {
position: relative;
padding-left: 26px;
}

.reason_box ul li::before {
	content: "●";
	font-size: 18px;
	display: inline-block;
	position: absolute;
	left: 0;
}

.reason_box figure {
	width: 100%;
    margin: 0 auto;
}

.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: 11vw;
        height: 33vw;
        top: -20vw;
        right: 0;
}

.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: 15px;
        position: absolute;
        right: 0;
        top: 0;
}

.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: -26px;
    left: 13px;
	color: #333;
	} */

	.garage_intro_point .row .txt_box h3.kome_icon {
		padding-bottom: 20px;
	}


	.garage_intro_point .row .txt_box h3.kome_icon::after {
	content: "※物件による";
	font-size: 1.2rem;
	position: absolute;
	bottom: 3px;
	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);
    }

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

	.garage_merit h2.garage_title_merit.pet {
		font-size: 24px;
	}