@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	共通css

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ================================================================================

	Google Fonts FOUT対策

================================================================================ */

html {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.3s;
	transition-timing-function: ease-in;
	transition-delay: 0s;
}
html.wf-active {
	opacity: 1;
}





/* ================================================================================

	サイトスタイル

================================================================================ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	position: relative;
	color: #222222;
	background-color: #fdc723;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	word-wrap: break-word;
	/* 明朝 */ font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
	/* ゴシック */ font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}

#wrapper {
	position: relative;
	max-width: none;
	/* max-width: 1920px; 固定幅レイアウト時 */
	width: 100%;
	margin: 0 auto;
	min-height: 100vh;
	display: block;
	overflow: hidden;
}

h1{
	margin: 0;
	font-weight: 300;
}
h2, h3, h4 {
	margin: 0;
	font-weight: 700;
}

img {
	vertical-align: bottom;
}

li,dt,dd {
	vertical-align: top;
}

iframe {
	vertical-align: bottom;
}


/* リンク：透過アクション付 */
a {
	color: #154a74;
	opacity: 1;
	transition-property: opacity,color,filter;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
/* a:hover { 
	opacity: 0.6;
}
*/




/* ================================================================================

	404.php

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.not-found {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}
}





/* ================================================================================

	display:none

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* SP改行消し */
	.br-pc {
		display: none;
	}
	/* SPコンテンツ消し */
	.pc_none {
		display: none;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* PC改行消し */
	.br-sp {
		display: none;
	}
	/* PCコンテンツ消し */
	.sp_none {
		display: none;
	}

}





/* ================================================================================

	pointer-events: none;

================================================================================ */

.fax {
	pointer-events: none;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.pointer-events {
		pointer-events: none;
	}

}





/* ================================================================================

	フロート回り込み解除 clearfix

================================================================================ */

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: "";
	overflow: hidden;
	float: none;
}
.clearfix {
	display: block; /* for IE8 */
}





/* ================================================================================

	エディター共通設定

================================================================================ */

p + * {
	margin-top: 0.5em;
}

strong,b {
	font-weight: 900;
	color: #000000;
}
big {
	font-size: larger;
}
small {
	font-size: smaller;
}
em {
	font-style: italic;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	body {
		font-size: 3.5vw;
	}

	/* youtube siteorigin */
	.youtube-player {
		width: 100%;
		height: 36.5vw;
		margin-top: 4vw;
	}

	/* エディターで画像の下に隙間ができるの解除 */
	img + br {
		display: none;
	}
}





/* ================================================================================

	PCヘッダー

================================================================================ */
@media (min-width: 768px) {

	header {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
	}
	
	
	/* ロゴ
	------------------------------------------- */
	.h_logo {
		position: absolute;
		padding: 1.5vw 0 0 1.5vw;
		z-index: 1;
	}
	.h_logo img {
		width: 18vw;
		height: auto;
	}


	/* H1
	----------------------------------------------- */
	.sp_h1 {
		display: none;
	}
	.pc_h1 {
		position: absolute;
		top: 0.5vw;
		right: 1vw;
		text-align: left;
		z-index: 1;
	}
	.pc_h1 h1 {
		font-size: 1vw;
		line-height: 1;
	}
	.page-home .pc_h1 h1 {
		color: #ffffff;
		text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.3);
		font-weight: 700;
	}






}





/* ================================================================================

	SPヘッダー

================================================================================ */
@media (max-width: 767px) {

	header {
		position: relative;
	}


	/* H1
	----------------------------------------------- */
	.pc_h1 {
		display: none;
	}
	.sp_h1 {
		position: relative;
		background-color: #fdc723;
		color: #154a74;
		text-align: center;
		padding: 4vw 2vw;
	}
	.sp_h1 h1 {
		font-size: 3.2vw;
		line-height: 1.3;
		font-weight: 700;
	}



	/* ロゴ
	------------------------------------------- */
	.h_logo {
		position: fixed;
		padding: 3vw 0 0 3vw;
		z-index: 99999;
	}
	.h_logo img {
		width: 40vw;
		height: auto;
	}


	/* グローバルナビゲーション
	------------------------------------------- */
	nav.navi-pc {
		display: none;
	}




}





/* ================================================================================

	フッター

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	.contact_box {
		position: relative;
		background: url(../img/re_contact_bg.jpg) center top / auto no-repeat;
		padding: 103px 0 280px;
		text-align: center;
	}
	.contact_box:after {
		position: absolute;
		content: '';
		background: url(../img/re_contact_hama.png) center top / contain no-repeat;
		width: 530px;
		height: 252px;
		bottom: 0;
		left: 50%;
		margin-left: -253px;
	}
	
	.contact_box h2 {
		color: #ffffff;
		font-size: 43px;
		font-weight: 900;
		text-shadow: 0 0 10px rgba(5,0,0,0.4);
	}

	.contact_box_in ul {
		font-size: 0;
		text-align: center;
		margin-top: 47px;
	}
	.contact_box_in ul li {
		position: relative;
		display: inline-block;
		width: 465px;
		font-weight: 900;
		border-radius: 40px;
	}

	/* メール */
	.contact_box_in ul li:nth-of-type(1) a {
		position: relative;
		display: block;
		width: 100%;
		background-color: #fdc723;
		color: #154a74;
		font-size: 27px;
		line-height: 1.4;
		padding: 42px 0 42px 42px;
		text-align: center;
		border-radius: 40px;
	}
	.contact_box_in ul li:nth-of-type(1) a span {
		display: block;
		font-size: 22px;
	}
	.contact_box_in ul li:nth-of-type(1) a::after {
		position: absolute;
		content: "";
		background: url(../img/re_mail.png) center top / contain no-repeat;
		width: 46px;
		height: 34px;
		top: 50%;
		margin-top: -17px;
		left: 40px;
	}

	/* 電話 */
	.contact_box_in ul li:nth-of-type(2) {
		position: relative;
		background-color: #154a74;
		text-align: center;
		margin-left: 40px;
		padding: 35px 0 15px;
	}
	.contact_box_in ul li:nth-of-type(2) h4 {
		display: inline-block;
		background-color: #fdc723;
		border-radius: 16px;
		font-size: 18px;
		color: #154a74;
		line-height: 1.4;
		padding: 4px 35px 6px;
		margin-left: auto;
		margin-right: auto;
	}
	.contact_tel {
		margin-top: -5px;
	}
	.contact_tel a {
		position: relative;
		font-size: 43px;
		color: #fdc723;
		display: inline-block;
		padding-left: 40px;
	}
	.contact_tel a::after {
		position: absolute;
		content: "";
		background: url(../img/re_tel.png) center top / contain no-repeat;
		width: 30px;
		height: 44px;
		top: 50%;
		margin-top: -18px;
		left: 0;
	}

/* SNSリンクボタン */
	.f_sns {
		float: left;
		margin-top: 12px;
	}
	.f_sns ul {
		font-size: 0;
		margin: 0 -16px 0 0;
	}
	.f_sns ul li {
		display: inline-block;
		vertical-align: top;
		width: 35px;
		margin: 0 16px 0 0;
	}
	.f_sns ul li a img {
		width: 35px !important;
		height: 35px !important;
	}
}


/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	.contact_box {
		position: relative;
		background: url(../img/re_contact_bg.jpg) -210vw top / auto no-repeat;
		padding: 14vw 0 45vw;
		text-align: center;
	}
	.contact_box:after {
		position: absolute;
		content: '';
		background: url(../img/re_contact_hama.png) center top / contain no-repeat;
		width: 80vw;
		height: 38vw;
		bottom: 0;
		left: 50%;
		margin-left: -40vw;
	}
	
	.contact_box h2 {
		color: #ffffff;
		font-size: 7vw;
		font-weight: 900;
		text-shadow: 0 0 2vw rgba(5,0,0,0.4);
	}

	.contact_box_in ul {
		margin-top: 8vw;
	}
	.contact_box_in ul li {
		position: relative;
		font-weight: 900;
		border-radius: 9vw;
		margin: 0 6vw;
	}

	/* メール */
	.contact_box_in ul li:nth-of-type(1) a {
		position: relative;
		display: block;
		width: 100%;
		background-color: #fdc723;
		color: #154a74;
		font-size: 5vw;
		line-height: 1.4;
		padding: 6vw 0 6vw 8vw;
		text-align: center;
		border-radius: 8vw;
	}
	.contact_box_in ul li:nth-of-type(1) a span {
		display: block;
		font-size: 3.8vw;
	}
	.contact_box_in ul li:nth-of-type(1) a::after {
		position: absolute;
		content: "";
		background: url(../img/re_mail.png) center top / contain no-repeat;
		width: 8vw;
		height: 6vw;
		top: 50%;
		margin-top: -3vw;
		left: 8vw;
	}

	/* 電話 */
	.contact_box_in ul li:nth-of-type(2) {
		position: relative;
		background-color: #154a74;
		text-align: center;
		padding: 8vw 0 5vw;
		margin: 6vw 6vw 0;
	}
	.contact_box_in ul li:nth-of-type(2) h4 {
		display: inline-block;
		background-color: #fdc723;
		border-radius: 4vw;
		font-size: 3.5vw;
		color: #154a74;
		line-height: 1.4;
		padding: 1vw 5vw 1.5vw;
		margin-left: auto;
		margin-right: auto;
	}
	.contact_tel {
		margin-top: -1vw;
	}
	.contact_tel a {
		position: relative;
		font-size: 9vw;
		color: #fdc723;
		display: inline-block;
		padding-left: 10vw;
	}
	.contact_tel a::after {
		position: absolute;
		content: "";
		background: url(../img/re_tel.png) center top / contain no-repeat;
		width: 6vw;
		height: 9vw;
		top: 50%;
		margin-top: -4vw;
		left: 0;
	}
	
	/* SNSリンクボタン */
	.f_sns {
		margin: 3vw 0;
	}
	.f_sns ul {
		font-size: 0;
		margin: 0 -16px 0 0;
	}
	.f_sns ul li {
		display: inline-block;
		vertical-align: top;
		width: 35px;
		margin: 0 16px 0 0;
	}
	.f_sns ul li a img {
		width: 100% !important;
		height: auto !important;
	}
}





/* ================================================================================

	フッター

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	footer {
		position: relative;
		background-color: #ffffff;
		padding: 60px 0;
	}

	.f_wrap {
		width: 1000px;
		margin: 0 auto;
	}
	.f_wrap > ul {
		font-size: 0;
		text-align: center;
	}
	.f_wrap > ul > li {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		font-size: 16px;
		letter-spacing: 0.05em;
	}
	.f_wrap > ul > li:nth-of-type(1) {
		margin-left: 0;
	}
	.f_wrap > ul > li:nth-of-type(2) {
		margin-left: 185px;
	}
	.f_wrap > ul > li:nth-of-type(3) {
		margin-left: 50px;
	}

	/* ロゴ */
	.f_logo {
	
	}
	.f_logo a img {
		width: 187px;
	}

	/* 基本情報 */
	.f_info {
		margin-top: 1em;
		font-weight: 700;
		font-size: 18px;
	}

	/* ナビ */
	.f_navi {
	
	}
	.f_navi ul li {
		margin-top: 10px;
		font-weight: 700;
	}
	.f_navi ul li:first-of-type {
		margin-top: 0;
	}

	/* 階層リンク */
	.f_navi ul li > ul {
		margin-left: 0;
	}
	.f_navi ul li > ul > li {
		margin-top: 2px;
	}
	.f_navi ul li > ul >li > a {
		color: #000000;
	}
	/* SP用フッターリンク */
	.f_navi_sp {
		display: none;
	}


	/* シェアボタン */
	footer .addtoany_shortcode > div {
		display: none;
	}
	
	
	/* バナー群 */
	.f_banner {
		margin-top: 40px;
	}
	.f_banner ul {
    	display: flex;
    	align-items: center;
    	justify-content: center;
	}
	.f_banner ul li {
		margin: 0 20px;
	}
	.f_banner ul li:first-of-type img {
		width: 200px;
	}
	.f_banner ul li:nth-of-type(2) {
		width: 250px;
		background-color: #d6bc75;
		text-align: center;
		padding: 3px 0;
		font-size: 13px;
	}
	.f_banner ul li:nth-of-type(2) a {
		color: #fff;
	}
	/*
	.f_banner ul li:last-of-type img {
		width: 234px;
		height: 60px; 
	}
	*/

	/* コピーライト */
	.f_copy {
		margin-top: 40px;
	}
	.f_copy p {
		font-size: 16px;
		text-align: center;
		font-weight: 700;
	}

}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	footer {
		position: relative;
		background-color: #ffffff;
		padding: 12vw 4vw 23vw;
	}

	.f_wrap {
	}
	.f_wrap > ul {
		text-align: center;
	}
	.f_wrap > ul > li {
		font-size: 4vw;
		letter-spacing: 0.05em;
	}
	.f_wrap > ul > li:nth-of-type(1) {
	}
	.f_wrap > ul > li:nth-of-type(2) {
		display: none;
	}
	.f_wrap > ul > li:nth-of-type(3) {
		display: none;
	}

	/* ロゴ */
	.f_logo {
	
	}
	.f_logo a img {
		width: 50vw;
	}

	/* 基本情報 */
	.f_info {
		margin-top: 1em;
		font-weight: 700;
	}


	/* SP用フッターリンク type01 ※ボーダー下線のタイプ
	------------------------------------------- */
	.f_navi_sp ul {
		margin: 0 auto;
		overflow: auto;
		padding: 2vw 3% 3.5vw;
		text-align: center;
	}
	.f_navi_sp ul li {
		float: left;
		width: 48%;
		padding: 2vw 0;
		border-bottom: 1px solid;
	}
	/* .f_navi_sp ul li:nth-of-type(2n-1) {
		margin-right: 2%;
	}
	.f_navi_sp ul li:nth-of-type(2n) {
		margin-left: 2%;
	} */
	/*
	.f_navi_sp ul li:first-of-type {
		float: left;
		width: 96%;
		padding: 2vw 2vw;
		border-bottom: 1px solid;
		margin-left: 2%;
		margin-right: 2%;
	}
	*/
	.f_navi_sp ul li a {
		display: block;
		font-size: 3.2vw;
		text-decoration: none;
	}

	/* SP用フッターリンク type02 ※ボタンタイプ
	------------------------------------------- */
	/*
	.f_navi_sp ul {
		margin: 0 auto;
		overflow: auto;
		padding: 0 0 2vw;
	}
	.f_navi_sp ul li {
		float: left;
		width: 50%;
	}
	.f_navi_sp ul li:nth-of-type(2n-1) {
		width: 50%;
		padding-right: 1px;
	}
	.f_navi_sp ul li a {
		background-color: #000000;
		color: #ffffff ;
		display: block;
		font-size: 3.5vw;
		font-weight: 700;
		text-decoration: none;
		padding:3vw 0;
		margin-bottom: 1px;
		text-align: center;
	}
	.f_navi_sp ul li a:hover {
		background-color: #222222;
	}
	*/
	/* ボタンが奇数の場合 */
	.f_navi_sp ul li:first-child {
		width: 100%;
	}
	.f_navi_sp ul li:nth-of-type(2n) {
		width: 50%;
		padding-right: 1px;
		margin-right: 6px;
	}
	/* .f_navi_sp ul li:nth-of-type(2n-1) {
		width: 50%;
		padding-right: 0;
	} */
	


	/* シェアボタン */
	footer .addtoany_shortcode > div {
		text-align: center;
		display: block;
		padding: 2vw 0;
		font-weight: 700;
	}
	
	
	/* バナー群 */
	.f_banner {
		margin: 4vw 0;
	}
	.f_banner ul {
		font-size: 0;
		text-align: center;
	}
	.f_banner ul li {
		margin: 4vw 0 0;
		display: inline-block;
	}
	.f_banner ul li:first-of-type img {
		width: 50vw;
	}
	.f_banner ul li:nth-of-type(2) {
		width: 67vw;
		background-color: #d6bc75;
		text-align: center;
		padding: 2vw 0;
		font-size: 4vw;
	}
	.f_banner ul li:nth-of-type(2) a {
		color: #fff;
	}
	/*
	.f_banner ul li:last-of-type img {
		width: 67vw;
		height: auto;
	}
	*/

	/* コピーライト */
	.f_copy {
		padding: 2vw 0;
		font-weight: 700;
	}
	.f_copy p {
		text-align: center;
	}
}





/* ================================================================================

	追従ボタン

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	.fixed_btn {
		position: fixed;
		width: 31.25vw;
		right: 0;
		bottom: 0;
		z-index: 10;
	}
	.fixed_btn ul {
	}
	.fixed_btn ul li {
		float: left;
		width: 50%;
	}
	.fixed_btn ul li a {
		display: block;
	}
	.fixed_btn ul li:nth-of-type(2) a {
		pointer-events: none;
	}
	.fixed_btn ul li a img {
		width: 100%;
	}
}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	.fixed_btn {
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 10;
	}
	.fixed_btn ul {
	}
	.fixed_btn ul li {
		float: left;
		width: 50%;
	}
	.fixed_btn ul li a {
		display: block;
	}
	.fixed_btn ul li:nth-of-type(2) a {
	}
	.fixed_btn ul li a img {
		width: 100%;
	}
}





/* ================================================================================

	ページトップボタン

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	#page-top {
		position: fixed;
		z-index: 9996;
		right: 10px;
	}
	#page-top a {
		background: url(../img/pagetop_off.png) center top / contain no-repeat;
		width: 40px;
		height: 40px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		opacity: 1;
		background: url(../img/pagetop_on.png) center top / contain no-repeat;
	}
}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	#page-top {
		position: fixed;
		z-index: 9996;
		right: 8px;
	}
	#page-top a {
		background: url(../img/pagetop_off.png) center top / contain no-repeat;
		width: 40px;
		height: 40px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		opacity: 1;
		background: url(../img/pagetop_on.png) center top / contain no-repeat;
	}
}

/* reCAPTCHA表示隠し */
.grecaptcha-badge { visibility: hidden; }





/* ================================================================================

	パンくずリスト

================================================================================ */

/* 背景色 */
#breadcrumb {
	background-color: transparent;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#breadcrumb {
		position: relative;
		max-width: none;
		width: 100%;
		padding: 16px 0;
		z-index: 1;
	}

	#breadcrumb > ul {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		font-size: 0;
	}
	#breadcrumb > ul > li {
		display: inline-block;
		font-size: 14px;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 0.6em 0 0.7em;
		content: '>';
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#breadcrumb {
		position: relative;
		width: 100%;
		padding: 4vw 0;
		z-index: 1;
	}

	#breadcrumb > ul {
		position: relative;
		width: 100%;
		padding: 0 4vw;
		font-size: 0;
	}
	#breadcrumb > ul > li {
		display: inline-block;
		font-size: 3.5vw;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 0.6em 0 0.7em;
		content: '>';
	}
}





/* ================================================================================

	Wp Lightbox Bank プラグイン

================================================================================ */
#lightGallery-outer {
	background-color: rgba(0,0,0,0.8) !important;
}





/* ================================================================================

	Elementor Lightbox フッター非表示

================================================================================ */
.elementor-slideshow__footer {
	display: none;
}





/* ================================================================================

	Addtoanyボタン

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.addtoany_shortcode {
		margin: 14px -4px 0;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.addtoany_shortcode {
		margin: 3vw -4px 0;
	}
}


/* 翻訳プラグインバグ対策 */
.addtoany_shortcode font {
	display: none;
}



@media (min-width: 768px) {
	.works_lists {
		display: grid;
		grid-template-columns: repeat(auto-fill, 306px);
		gap: 32px 40px;
		justify-content: center;
	}
	.works_lists:not(._) li {
		margin: 0;
	}
}
@media (max-width: 767px) {
	.page-kanumashi .inner_wrap, .page-shimotsukeshi .inner_wrap {
		padding: 0;
	}
	.page-kanumashi .elementor-2238 .elementor-element.elementor-element-c17407c,
	.page-shimotsukeshi .elementor-2239 .elementor-element.elementor-element-31a1fcb {
		margin-top: -12%;
	}
	.page-kanumashi .works_lists li ,
		.page-shimotsukeshi .works_lists li {
		margin-top: 8vw;
	}
	.page-kanumashi .works_lists li:first-of-type ,
		.page-shimotsukeshi .works_lists li:first-of-type {
		margin-top: 0;
	}
}



/* ================================================================================

	IEハック

================================================================================ */

/* IE10以上 */
@media all and (min-width: 768px) and (-ms-high-contrast: none) {
	.elementor-image a {
		display: inline !important;
	}
}


/* 20231120 よくある質問 */
.index-retouch-re_voice_row{
	background-color: #fff;
}
.index-retouch-top_voice_row h2 {
	text-align: center;
	color: #154a74;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.index-retouch-top_voice_box{
	color: #154a74;
	margin-bottom: 50px;
	border: 2px solid #154a74;
	padding: 0 20px 20px;
}
.index-retouch-top_voice_ttl{
	position: relative;
	background-color: #154a74;
	color: #fff;
	border-radius: 100vh;
	padding: 10px 30px;
	width: 100%;
	text-align: center;
	margin: -27px auto 20px;
	max-width: 600px;
}
.index-retouch-top_voice_ttl::before{
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	border-top: 12px solid #154a74;
	border-bottom: 0;
	bottom: -12px;
	left: calc(50% - 16px);
}
@media screen and (max-width: 1024px){
	.index-retouch-top_voice_row{
		margin: 0 6vw;
				}
}
@media screen and (max-width: 767px){
	.index-retouch-top_voice_row{
					padding: 12vw 0;
				}
	.index-retouch-top_voice_row h2{
					font-size: 7vw;
					margin-bottom: 12vw;
				}
	.index-retouch-top_voice_box{
					font-size: 4vw;
				}
	.index-retouch-top_voice_ttl::before{
					width: 4vw;
				}
			}
@media screen and (min-width: 768px){
	.index-retouch-top_voice_row {
		padding: 70px 0 100px;
	}
	.index-retouch-top_voice_box{
		font-size: 20px;
	}
	.index-retouch-top_voice_row h2{
		font-size: 43px;
		margin-bottom: 72px;
	}
}
.retouch-re_voice_row{
	background-color: #fff;
}
.retouch-each_voice_row h2 {
	text-align: center;
	color: #154a74;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.retouch-each_voice_box{
	color: #154a74;
	margin-bottom: 50px;
	border: 2px solid #154a74;
	padding: 0 20px 20px;
}
.retouch-each_voice_ttl{
	position: relative;
	background-color: #154a74;
	color: #fff;
	border-radius: 100vh;
	padding: 10px 30px;
	width: 100%;
	text-align: center;
	margin: -27px auto 20px;
	max-width: 600px;
}
.retouch-each_voice_ttl::before{
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	border-top: 12px solid #154a74;
	border-bottom: 0;
	bottom: -12px;
	left: calc(50% - 16px);
}
@media screen and (max-width: 1024px){
	.retouch-each_voice_row{
		margin: 0 6vw;
	}
}
@media screen and (max-width: 767px){
	.retouch-each_voice_row{
		padding: 12vw 0;
	}
	.retouch-each_voice_row h2{
		font-size: 7vw;
		margin-bottom: 12vw;
	}
	.retouch-each_voice_box{
		font-size: 4vw;
	}
	.retouch-each_voice_ttl::before{
		width: 4vw;
	}
}
@media screen and (min-width: 768px){
	.retouch-each_voice_row {
		padding: 70px 0 100px;
	}
	.retouch-each_voice_box{
		font-size: 20px;
	}
	.retouch-each_voice_row h2{
		font-size: 43px;
		margin-bottom: 72px;
	}
}

/* 20231120 エリア */
.each_area_retouch{
	word-break: keep-all;
  }

/* 20240226 footer 外壁塗装 */
.f_navi_retouch {
	color: #154a74;
}

/* 20240226 下野市鹿沼市 外壁塗装 施工実績 */
@media (max-width: 767px) {
	.page-kanumashi__outerwall .inner_wrap, .page-shimotsukeshi__outerwall .inner_wrap {
			padding: 0;
	}
	.page-kanumashi__outerwall .works_lists, .page-shimotsukeshi__outerwall .works_lists {
		margin: 0 6vw;
	}
	.page-kanumashi__outerwall .works_lists li, .page-shimotsukeshi__outerwall .works_lists li {
		margin-top: 8vw;
	}
}

/* 20240226 下野市鹿沼市 屋根塗装 施工実績 */
@media (max-width: 767px) {
	.page-kanumashi__roof .inner_wrap, .page-shimotsukeshi__roof .inner_wrap {
			padding: 0;
	}
	.page-kanumashi__roof .works_lists, .page-shimotsukeshi__roof .works_lists {
		margin: 0 6vw;
	}
	.page-kanumashi__roof .works_lists li, .page-shimotsukeshi__roof .works_lists li {
		margin-top: 8vw;
	}
}

/* 20241203 */
.cmn_pagetop {
	position: fixed;
	right: 2vw;
	bottom: 60px;
	background: #154a74;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	z-index: 10;
}

.cmn_pagetop a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
}

.cmn_pagetop a::before,
.cmn_pagetop a::after {
	content: "";
	position: absolute;
	top: 15px;
	left: calc(50% - 2px);
	width: 4px;
	height: 20px;
	border-radius: 9999px;
	background-color: #fff;
	transform-origin: 50% 2px;
}

.cmn_pagetop a::before {
	transform: rotate(45deg);
}

.cmn_pagetop a::after {
	transform: rotate(-45deg);
}

@media (max-width: 767px) {
	.cmn_pagetop {
		bottom: 80px;
	}
}