@charset "UTF-8";
/* PC用CSS */

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500|Noto+Sans+TC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&display=swap');

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

img{
-webkit-backface-visibility: hidden;
max-width: 100%;
}

:root {
  --main-bg: #a59366;/*CENTURY21*/
  --main-color: #f44149;/*CENTURY21ボタン赤*/
  --sub-color: #222;/**/
  --sub-bg: #f6f6f6;/**/
  --btn-color:#FF8001;/*#bb112b;*/
  --btn-bg:#eee;
}


/* background-color: var(--main-color);*/




figure, figcaption
{margin:0; padding:0;}

aside, footer, header, nav, section{
display: block;
margin:0;
padding:0;
}
html{font-size: 62.5%;/* 10px */
scroll-behavior: smooth;}
body{
font-size: 1.6rem;/*16px*/
padding: 0;
margin: 0;
}

a:link{color:#111;text-decoration:underline;}
a:visited{color:#111;text-decoration:underline;}
a:hover{color:#111;text-decoration:none;}
a:active{color:#111;text-decoration:underline;}
a.borde_none:link{text-decoration:none;}

/*余白*/
.mb05em {margin-bottom:0.5em;}
.mb1em {margin-bottom:1em;}
.mb2em {margin-bottom:2em;}
.mb3em {margin-bottom:3em;}
.mb5em {margin-bottom:5em;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb30{ margin-bottom:30px;}
.pb10{padding-bottom: 10px;}

.img100{
width: 100%;
}
@media print, screen and (min-width: 768px) {
					body{
					width:100%;
					line-height: 1.7;
					font-family: "Helvetica Neue",
					Arial,
					"Hiragino Kaku Gothic ProN",
					"Hiragino Sans",
					Meiryo,
					sans-serif;
					color: #111;
					scroll-behavior: smooth;
					}

					a[href^="tel:"] {pointer-events: none;}
					.pcno{display:none !important;}
					.ya_smp {
					display: none;
					}

					/*余白*/
					.mb70imp{ margin-bottom:70px !important;}
					.mb70{ margin-bottom:70px;}
					.mb50{ margin-bottom:50px;}
					.mb100{ margin-bottom:100px;}
					.mt30pc{margin-top: 30px;}
					.mt70{margin-top: 70px;}
					.pad50{padding: 50px;}
					.pad40{padding: 40px;}
					.pb70{padding-bottom: 70px;}
					.pt60smp{padding-top: 60px;}
					
					header {
					margin-left: auto; margin-right: auto;
					box-sizing: border-box;
					}


.pcno{display:none;}

}/**./@media print, screen and (min-width: 768px)***********************************/
/*************************************/
/*************************************/


ul, ol, dl,dt,dd,div,ol,ul,li,figure,figcaption {
padding: 0;
margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
margin:0;
padding:0;
font-weight:normal;
font-size:100%;
}
li {list-style-type:none;}
.mb1{
margin-bottom: 1em;}
.mb2{
margin-bottom: 2em;}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:middle;
}
a {outline:none;border:0;}
a:hover img,
input[type="image"]:hover{
opacity:0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}

a:hover{
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}


table {
border-collapse:collapse;
border-spacing:0;
}


.imgcen{
display: block;
margin-left: auto; margin-right: auto;
text-align: center;
}

img {vertical-align: middle;border:0;}
.pem p{
margin-bottom: 1em;}
/*位置と状態*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.cen{text-align:center;}
.r{text-align:right;}
.l{text-align:left;}
.bold{font-weight:bold;}
.red{color:red;}

.jisage{
padding-left:1em;
text-indent:-1em;
}
input[type="checkbox"],
input[type="radio"],
input[type="text"],
select{
margin-right: 4px;
}




footer{
background:#ebebeb;}

.copyright{
margin-inline: auto;
display: flex;
align-items:center;
flex-wrap:wrap;
height: 50px;
@media print, screen and (min-width: 1256px) {height: 76px;}
}
.copyright {
text-align: center;
width: 100%;
margin-inline: auto;
background: var(--main-bg);
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.footer-inner img,
.header-inner img{
vertical-align: middle;
}


@media (768px <= width) {
	.foot_r{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
	}
	
	.footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	}

}/* 768px以上 */

#id .footer-inner{
padding-top: 20px;
padding-bottom: 20px;
@media (768px <= width) {padding-top: 30px;
padding-bottom: 50px;}
}

#id .footer-inner{
padding-inline: 10px;
@media print, screen and (min-width: 768px) {padding-inline: 30px;}
margin-inline: auto;
}

.foot_bn {
max-width: 460px;
display: flex;
flex-wrap: wrap;  /* アイテムを複数行に折り返す */
gap: 10px;  /* アイテム間の隙間を調整 */
margin-bottom: 20px;
@media print, screen and (min-width: 768px) {
margin-left: 20px;
}
}

.foot_bn li {
width: 45%;  /* 各アイテムの幅を調整（2列に並べるために調整） */
list-style: none;  /* デフォルトのリストスタイルを無効に */
}

.foot_bn li a {
display: block;  /* aタグをブロック表示にして画像が親要素に合わせて表示されるように */
}

.foot_bn li a img {
width: 100%;  /* 画像がliタグの幅に合わせてリサイズされる */
}


.foot_contact_add{
line-height: 2;
margin-bottom: 30px;
}
.foot_contact_add span{
font-size: 1.7rem;
@media print, screen and (min-width: 768px) {font-size: 2rem;}
display: block;
font-weight: bold;
line-height: 1.4;
margin-bottom: 1em;
}


.foot_r ul{
margin-inline: 1em;
}

.foot_r ul li{
margin-bottom: 0.5em;
}
.foot_r ul li a{position: relative;}
.foot_r ul li a:before {
content: '';
display: inline-grid;
justify-self: end;
inline-size: 0.3em;
aspect-ratio: 1;
border-block-start: 1px solid var(--main-bg);
border-inline-end: 1px solid var(--main-bg);
margin-right: 10px;
rotate: 45deg;
transform: translateY(-4px);
}
.foot_r ul li a:not(:hover) {text-decoration:none;}
.foot_r ul li a:hover{text-decoration:none;opacity: 0.5;}





input[type="radio"],
input[type="checkbox"] {
transform: scale(1.5);
margin-left: 4px;
margin-right: 8px;
}


@media (768px <= width) {
	.about_point,
	.wrap{
	max-width: 1000px;
	margin-inline: auto;
	}
}

.bn_01{
background: url(../img/bn_01_bg.png) center bottom no-repeat;
background-size: cover;
width: 100%;
aspect-ratio: 1000 / 320;
position: relative;
margin-bottom: 30px;
}
.bn_02{
background: url(../img/bn_02_bg.png) center bottom no-repeat;
background-size: cover;
width: 100%;
aspect-ratio: 1000 / 280;
position: relative;
}

.bn_01_btn_tel{
position: absolute;
top:61.87%;
left: 5%;
@media print, screen and (max-width: 1000px) {width: 34%;}
}
.bn_01_btn_mail{
position: absolute;
top:61.87%;
left: 40%;
@media print, screen and (max-width: 1000px) {width: 41%;}
}
.bn_02_btn_mail{
position: absolute;
top:60.07%;
left: 5%;
@media print, screen and (max-width: 1000px) {width: 54%;}
}

.bn_area{
margin-bottom: 30px;
@media (768px <= width) {margin-bottom: 80px;}
}

@media print, screen and (min-width: 1001px) {
#top h1{
aspect-ratio: 1440 / 700; /* アスペクト比を保持してレスポンシブ */
}
}
@media print, screen and (max-width: 1000px) {
#top h1{
aspect-ratio: 1000 / 700; /* アスペクト比を保持してレスポンシブ */
}

}

#top h1 {
background: url(../img/mainvisual.png) center bottom no-repeat;
background-size: cover;
width: 100%;
white-space: nowrap;text-indent: 100%;overflow: hidden;
}

@media (768px <= width) {
.furuiapp{
max-width: 1160px;
margin-inline: auto;
}
.furuiapp h2{
width: calc(50% - 80px);
padding-left: 80px;
}
.furuiapp_r{
width: 50%;
float: right;
}
}


.furuiapp_w{
@media (768px <= width) {
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}
width: 100%;
}
.furuiapp_l{
@media (768px <= width) {
width: 50%;
margin-top: 50px;}
margin-top: 10px;
}
.furuiapp_l p{
@media (768px <= width) {
padding-left: 80px;}
margin-bottom: 1em;
}
.furuiapp_l p span{
color: #f00;
}


.furuiapp_r img{
@media (768px <= width) {float: right;}
@media print, screen and (max-width: 1000px) {
width: 100%;
}
}

.furuibukken{
background: #ebebeb;
}

.furuibukken h2 img{
margin-bottom: 20px;
@media (768px <= width) {margin-bottom: 50px;}
}
@media (768px <= width) {
	.furuibukken_box{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
	}
	.furuibukken_box dl{
	width: 48%;
	margin-bottom: 40px;
	}
}
.furuibukken_box dl{
margin-bottom: 20px;
}

.furuibukken_box dl dt{
margin-bottom: 20px;
}

.furuibukken_sankaku{
margin-inline: auto;
display: block;
text-align: center;
margin-bottom: 60px;
}

.about_point_ttl,
.furuibukken_txt{
font-size: 3rem;
line-height: 1.4;
@media (768px <= width) {
font-size: 4rem;}
font-weight: bold;
margin-inline: auto;
display: block;
text-align: center;
margin-bottom: 40px;
}
.column_ttl{
font-size: 2.4rem;
@media (768px <= width) {
font-size:3rem;
}
font-weight: bold;
margin-inline: auto;
display: block;
text-align: center;
margin-bottom: 40px;
}
.about_point_subttl{}

.about_point_ul{

}

.about_point_ul li{
@media (768px <= width) {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
	margin-bottom:40px;}
margin-bottom:20px;
}

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

.about_point_subttl{
font-size: 3rem;
margin-bottom: 20px;
@media (768px <= width) {
font-size: 4rem;
margin-bottom: 40px;}
font-weight: bold;
color: var(--main-bg);
display: flex;
align-items: center;
justify-content: center;

}

.about_point_subttl:before {
border-top: 1px solid;
content: "";
/* flex-grow: 1; */
color: var(--main-bg);
width: 30px;
margin-right: 10px;
}

.about_point_subttl:after {
border-top: 1px solid;
content: "";
/* flex-grow: 1; */
color: var(--main-bg);
width: 30px;
margin-left: 10px;
}
@media (768px <= width) {
	.about_point_ul li img{
	width: 42%;
	}
	.about_point_ul li dl{
	max-width: calc(58% - 30px);
	}
}
.about_point_ul li dl dt{margin-bottom: 10px;}
.about_point_dtp{
color: var(--main-bg);
font-weight: bold;
font-size: 2rem;

}
.about_point_dtp span{
font-size: 4rem;
}
.about_point_dtttl{
font-size: 2rem;
@media (768px <= width) {
font-size: 3rem;}
font-weight: bold;
line-height: 1.2;
margin-bottom: 10px;
}
.about_point_ul li dl dd{}
.about_point_ul li dl dd p{
margin-bottom: 1em;
}
.about_point_ul li dl dd span{
font-size: 12px;
}

.flow_bg{
background: url(../img/flow_bg.png) center top no-repeat;
background-size: cover;
width: 100%;
}

.flow_bg_pt{
padding-top: 26.31%;
margin-bottom: 50px;
}

.flow_ul li{
background-color: #fff;
border: 3px solid var(--main-bg);
padding: 20px;
position: relative;
margin-bottom: 70px;
@media (768px <= width) {
padding: 30px;
display:flex;
align-items:flex-start;
flex-wrap:wrap;
}
}
.flow_ul li.last{
margin-bottom: 50px;
}
.flow_ul li:after {
content: '';/*何も入れない*/
display: inline-block;/*忘れずに！*/
width: 240px;/*画像の幅*/
height: 30px;/*画像の高さ*/
background-image: url(../img/sankaku.png);
background-size: contain;
vertical-align: middle;
position: absolute;
bottom: -50px;
left: 50%;
transform: translateX(-50%);
}

.flow_ul li.last:after{
content: '';/*何も入れない*/

background-image: none;

}
@media (768px <= width) {
	.flow_ul li dl{
	flex: 1;
	margin-left: 30px;
	}
}

.flow_ul li dl dt p{
display: inline-block;
line-height: 1.2;
}

.new_bg{
background: url(../img/new_bg.png) center top no-repeat;
background-size: cover;
@media (1441px <= width) {
background-size: contain;}
width: 100%;
min-height: 860px;
margin-bottom: 60px;

@media (width <= 767px) {margin-bottom: 30px;}/* 767px以下 */
}

.new_pt{
padding-top: 10%;
@media (768px <= width) {padding-top: 100px;}
}

.new ul{
@media (768px <= width) {
display:flex;
justify-content:center;
align-items:stretch;
flex-wrap:wrap;
}
}

.new ul li{
background: #fff;
max-width: 360px;
@media (768px <= width) {width: 31%;}
margin-inline: 1%;
margin-bottom: 30px;
padding-bottom: 20px;
box-shadow: 0px 1px 4px 1px #eee;
}

.new ul li figure img{
max-width: 100%;
aspect-ratio: 320/215; /*横縦*/
object-fit: contain;
margin-inline: auto;
}
.new ul li a:not(:hover) {text-decoration:none;}
.new ul li figure figcaption{
padding: 20px;
}



.new ul li figure figcaption span{
font-weight: bold;
font-size: 2rem;
}
a.btn_shousai,
.btn_shousai{
background-color: var(--main-bg);
border: 1px solid var(--main-bg);
color: #fff;
display: block grid;
grid-template-columns: 1fr auto 1fr;
column-gap: 1em;
align-items: center;
inline-size: min(80%, 300px);
box-sizing: border-box;
border-radius: 20px;
line-height: 40px;
padding-inline: 1em;
margin-inline: auto;
}
a.btn_shousai.btn_r{
background-color: #a23e3e;
border: 1px solid #a23e3e;
color: #fff;

@media (768px <= width) {
margin-inline: 0 0; /* または margin: 0; */
margin-left: auto; /* 左側のマージンを自動調整して右寄せ */
margin-right: 0;   /* 右マージンを0に固定（autoを打ち消すため） */}
}
.btn_shousai {
&::before {
content: '';
}
}

.btn_shousai {
&::after {
content: ''; 
justify-self: end;
inline-size: 0.5em;
aspect-ratio: 1;
border-block-start: 1px solid #fff;
border-inline-end: 1px solid #fff;
rotate: 45deg;
}
}

.btn_shousai:not(:hover) {text-decoration:none;}
.btn_shousai:hover{text-decoration:none;opacity: 0.5;}

.kakojirei_bg{
background: url(../img/kakojirei_bg.png) center top no-repeat;
background-size: cover;
width: 100%;
background-color: #ebebeb;
}

.about_point_ttl.kakojirei_ttl_pt span{
font-size: 1.8rem;
@media (768px <= width) {font-size: 3rem;}
display: block;
line-height: 1.2;
color: var(--main-bg);
}

.about_point_ttl.kakojirei_ttl_pt span{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
font-weight: bold;
@media print, screen and (min-width: 768px) {}
text-align: center;
position: relative;
margin-inline: auto;

}

.about_point_ttl.kakojirei_ttl_pt span:before,
.about_point_ttl.kakojirei_ttl_pt span:after{
content: '';
display: inline-block;
width: 33px;
height: 1px;
background: var(--main-bg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.about_point_ttl.kakojirei_ttl_pt span:before{
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.about_point_ttl.kakojirei_ttl_pt span:before {left:0;}
.about_point_ttl.kakojirei_ttl_pt spanafter {right: 0;}




.kakojirei_ttl_pt{
padding-top: 10%;
}
.column_ttl_pt{
padding-top: 12%;
}

.kakojirei article{
width: 100%;
background-color: #fff;
border: 2px solid #3e3a39;
margin-bottom: 30px;
}
.kakojirei article h3{
background-color: #3e3a39;
padding: 20px;
}
.kakojirei article h3 p{
border-left: 4px solid var(--main-bg);
color: #fff;
font-size: 2.6rem;
line-height: 1.2;
padding-left: 10px;
}


.kakojirei_txt_posi {
padding: 10px;
@media (768px <= width) {
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
padding: 20px;
}
}

.kakojirei_txt_posi figure{
width: 200px;
}
.kakojirei_txt_posi figure img{
max-width: 100%;
aspect-ratio: 200/200; /*横縦*/
object-fit: contain;
margin-inline: auto;
}

.kakojirei_txt_r{
@media (768px <= width) {
flex: 1;
margin-left: 20px;}
}

.kakojirei_txt_r span{
font-size: 2.4rem;
font-weight: bold;
}
.kakojirei_txt_r p{margin-bottom: 30px;}

.column{}
.column_bg{
background: url(../img/column_bg.jpg) center top no-repeat;
background-size: cover;
width: 100%;
background-color: #ebebeb;
@media (768px <= width) {
min-height: 646px;
padding-bottom: 7%;
}
}
@media (768px <= width) {
.about_kazari{
position: relative;
z-index: 2;
margin-top: -7%;
}
}

.top_bn li dl dt:before {
content: '';/*何も入れない*/
display: inline-block;/*忘れずに！*/
width: 37px;/*画像の幅*/
height: 30px;/*画像の高さ*/
background-image: url(../img/icon_curume.png);
background-size: contain;
margin-right: 10px;
vertical-align: middle;
}

.kaiketsu ul{
}
.kaiketsu li {
background-color: #fff;
border: 1px solid var(--main-bg);
/*margin-bottom: 30px;*/
position: relative;
}
.kaiketsu li:before {
content: '';
width: 40px;
height:40px;
background-color: var(--main-bg);
position: absolute;
right: 0;
bottom: 0;
}
.kaiketsu li:after {
content: '';
justify-self: end;
inline-size: 0.5em;
aspect-ratio: 1;
border-block-start: 2px solid #fff;
border-inline-end: 2px solid #fff;
rotate: 45deg;
position: absolute;
right: 15px;
bottom: 15px;
}

.kaiketsu .top_bn li a:not(:hover) {text-decoration:none;}
.kaiketsu .top_bn li a:hover{text-decoration:none;opacity: 0.5;}


@media (768px <= width) {
	.kaiketsu .top_bn li a{
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
	}
	.kaiketsu li{
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
	}
	.kaiketsu li dl{flex: 1;}
	
	.staff ul{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	}
}

.kaiketsu li dl{
padding: 20px;
@media (768px <= width) {padding: 30px;}
}
.kaiketsu li dl dt,
.sub_come{
font-weight: bold;
font-size: 2rem;
}
.about{
background-color: #ebebeb;
}
.about p{
margin-bottom: 1em;
}

.about_name{
text-align: right;
}
.about_name span{
font-weight: bold;
display: block;
}

.staff{
background-color: #ddd;
}

.staff ul li{
background: #fff;
max-width: 360px;
@media (768px <= width) {
width: 32%;
margin-right: 2%;
}
margin-bottom: 30px;
overflow: hidden;
}

.staff ul li:nth-child(3n){
margin-right: 0;
}



.staff ul li figure img{
max-width: 100%;
}
.staff ul li figcaption{padding: 30px 30px 0 30px;}
.staff ul li figcaption span{
color: var(--main-bg);
}
.staff ul li figcaption p{
font-weight: bold;
font-size: 2rem;
}

.staff ul li p{
margin-bottom: 1em;
color: #333;
}
.staff_p_w{
padding-inline: 30px;
}
.staff_p_w dl{
border-bottom: 1px solid var(--main-bg);
margin-bottom: 1em;
padding-bottom: 1em;
}
.staff_p_w dl dt{
color: var(--main-bg);
}

.header-inner{
margin-inline: auto;
max-width: 1000px;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
height: 50px;
}

header {
background: var(--main-bg);
height: 50px;
margin-inline: auto;
}

.section_aereabg {
background-color: #ebebeb;
overflow: auto;
}
/**/
.ttl01{
display: flex;
justify-content: center;
align-items: center;
flex-wrap:wrap;
font-family: 'Noto Sans JP',"游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
font-weight: bold;
text-align: center;
margin-inline: auto;
}
.ttl01 span{
display: inline-block;
font-size: 3rem;
@media print, screen and (min-width: 768px) {font-size: 4rem;}
border-bottom: 3px solid var(--main-bg) ;
}


.ptttl01{
padding-top: 20px;
@media print, screen and (min-width: 768px) {padding-top: 40px;}
}

.ttl02{
font-size: 2rem;
line-height: 1.2;
@media print, screen and (min-width: 768px) {font-size: 3rem;
line-height: 1.6;}
font-weight: bold;
text-shadow: 0 0 5px #fff; /* X軸Y軸オフセットを0にして、ぼかしを5pxに */
}
.ttl02 span{
font-size: 3rem;
@media print, screen and (min-width: 768px) {font-size: 5rem;}
font-weight: bold;
display: block;
}
.ttl_newjirei span{
display: inline-block;
}

.ttl03{
font-size: 2rem;
line-height: 1.2;
@media (768px <= width) {font-size: 3.2rem;
line-height: 1.6;
margin-bottom: 2em;}
font-weight: bold;
text-shadow: 0 0 5px #fff; /* X軸Y軸オフセットを0にして、ぼかしを5pxに */
}
.ttl03 p{
font-size: 4rem;
font-weight: bold;
color: var(--main-bg);
}

.layer_cache{
text-align: center;
font-size: 1.6rem;
}
.layer_cache_l{
text-align: left;
font-size: 1.6rem;
margin-bottom: 60px;
}
.layer_cache span{
display: block;
color: var(--main-color);
}
.contact_posi2 .contact_box table{
width: 100%;
}
.contact_posi2 .contact_box th {
font-weight: normal;
padding: 10px 2% 0px 2%;
vertical-align: top;
text-align: left;
font-size: 1.6rem;
}
.contact_posi2 .contact_box th p{
margin-top: 10px;
}
.contact_come{
line-height: 1.4;
font-size: 90%;
}
.contact_posi2 .contact_box td{
padding: 10px 2% 20px 2%;
font-size: 1.5rem;
}
.contact_posi2 .contact_box td textarea {
width: 100%;
height: 170px;
border-radius: 4px;
padding: 10px 12px;
border: 1px solid #aaa;
outline: none;
}
.contact_posi2 .contact_box th span.ninni{
background: #868686;
}
.contact_posi2 .contact_box td li {
margin: 0 0 10px 0;
}
.contact_posi2 .contact_box th span{
display: inline-block;
background: #f44149;
text-align: center;
font-size: 1.4rem;
padding: 1px 6px;
color: #fff;
margin-right: 10px;
}
.contact_cache{
text-align: center;
font-size: 1.8rem;
margin-bottom: 20px;
padding-top: 20px;
@media print, screen and (min-width: 768px) {padding-top: 40px;}
}
input[type="radio"],
input[type="checkbox"] {
transform: scale(1.5);
margin-left: 4px;
margin-right: 8px;
}
.contact_posi2 .contact_box select{
padding: 4px;
border: 1px solid #aaa;
outline: none;
border-radius: 4px;
}
.contact_posi2 .contact_box input[type="text"] {
margin: 4px 0 0;
border-radius: 4px;
padding: 4px 12px;
border: 1px solid #aaa;
outline: none;
height: 48px;
font-size: 1.5rem;
}
.contact_posi2 .contact_box input.w100{
width: 100%;
}
.note input.w_40{
width: 39% !important;
}
.note input.w_50{
width: 50% !important;
}
.contact_posi2 .contact_box input.w50{
width: 50%;
}
.notice {
margin-left: auto; margin-right: auto;
margin-bottom: 30px;
@media print, screen and (min-width: 768px) {margin-bottom: 60px;}

}
.notice ul {
margin-left: auto; margin-right: auto;
}
.notice ul li {
margin: 0 0 0.5em 0;
list-style-type : disc;
}
.notice ul li a:link,
a.colorwhite:link {color: #222;text-decoration: none;}
.notice ul li a:visited,
a.colorwhite:visited {color: #222;text-decoration: none;}
.notice ul li a:hover,
a.colorwhite:hover {color: #222;text-decoration: underline;}
.notice ul li a:active,
a.colorwhite:active {color: #222;text-decoration: none;}

.contact_tel_posi{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
margin-bottom: 20px;
}

.contact_tel_posi a.tel{
display: block;
color: var(--main-bg);
font-size: 5.4rem;
margin-right: 14px;
}

.contact_tel_posi a.tel:link{color:var(--main-bg);text-decoration:none;}
.contact_tel_posi a.tel:visited{color:var(--main-bg);text-decoration:none;}
.contact_tel_posi a.tel:hover{color:var(--main-bg);text-decoration:none;}
.contact_tel_posi a.tel:active{color:var(--main-bg);text-decoration:none;}
.contact_tel_posi a.tel:before {
font-family: 'FontAwesome';
content: '\f095';
display: inline-block;
width: 1.2em;
text-align: center;
font-size: 1.0em;
}

.contact_tel_posi_r p{
display: block;
font-size: 2.2rem;
}

.contact_tel_posi_r {}

.imgcen{
display: block;
margin-left: auto; margin-right: auto;
text-align: center;
}

@media print, screen and (min-width: 768px) {
		.layer_cache{
		padding-top: 40px;
		margin: 0px auto 40px auto;}
		.contact_posi{
		padding-top: 50px;
		margin-bottom: 60px;
		}
		.whitebox {
		max-width: 1000px;
		background: #fff;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		}
		.contact_posi2 {
		padding-top: 50px;
		margin-bottom: 80px;
		}
		.contact_posi2 .contact_box th {
		width: 250px;
		}
		.contact_posi2 .contact_box {
		width: 860px;
		margin-bottom: 40px;
		}
		.dgc {
		display: grid;
		place-content: center;
		}
}


.btn_02 {
width: 26%;
height: 68px;
line-height: 68px;
color: #fff;
position: relative;
font-size: 1.8rem;
cursor: pointer;
background-color:var(--main-color);
border: 1px solid var(--main-color);
}

.btn_02::before{
content: '';
width: 10px;
position: absolute;
top: 29px;
right: 25px;
border-top: solid 1px #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.btn_02::after{
content: '';
width: 26px;
position: absolute;
top: 32px;
right: 26px ;
border-bottom: solid 1px #fff;
}
.btn_02:link {color:#fff; text-decoration: none;}
.btn_02:visited {color:#fff; text-decoration: none;}
.btn_02:hover {color:#fff; text-decoration: none;opacity: 0.7;}
.btn_02:active {color:#fff; text-decoration: none;}

.to_top_btn {
display: block; /* ブロック要素に変更 */
width: max-content; /* コンテンツの幅に合わせてボタンの幅を設定 */
margin-inline: auto; /* 左右中央に配置 */
text-align: center;
margin-block: 30px;
padding: 10px 20px;
border-radius: 5px;
font-size: 16px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
background-color: var(--main-bg);
@media (768px <= width) {width: 400px;}/* 768px以上 */
}

.to_top_btn:not(:hover) {color:#FFFFFF;text-decoration:none;}
.to_top_btn:hover{color: #FFFFFF;text-decoration:none;}

.notice {
margin-left: auto; margin-right: auto;
margin-bottom: 30px;
@media print, screen and (min-width: 768px) {margin-bottom: 60px;}

}

@media print, screen and (min-width: 768px) {
.notice ul {
width: 750px;
}}

.notice ul {
margin-left: auto; margin-right: auto;
}
.notice ul li {
margin: 0 0 0.5em 0;
list-style-type : disc;
}
.notice ul li a:link,
a.colorwhite:link {color: #222;text-decoration: none;}
.notice ul li a:visited,
a.colorwhite:visited {color: #222;text-decoration: none;}
.notice ul li a:hover,
a.colorwhite:hover {color: #222;text-decoration: underline;}
.notice ul li a:active,
a.colorwhite:active {color: #222;text-decoration: none;}

.form_area{
border: 3px solid var(--main-bg);
max-width: 860px;
margin-inline: auto;
margin-bottom: 20px;
@media print, screen and (min-width: 768px) {margin-bottom: 40px;}
}
.ttl_form_area{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
font-weight: bold;
font-size: 2.4rem;
padding-top: 20px;
@media print, screen and (min-width: 768px) {font-size: 3rem;padding-top: 30px;}
text-align: center;
position: relative;
margin-inline: auto;
margin-bottom: 0.5em;
}

.ttl_form_area:before,
.ttl_form_area:after{
content: '';
display: inline-block;
width: 44px;
height: 1px;
background: var(--main-bg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ttl_form_area:before{
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.ttl_form_area:before {left:0;}
.ttl_form_area:after {right: 0;}

.form_area dl{
max-width: 90%;
margin-inline: auto;

}
.form_area dt{
font-size: 2rem;
margin-bottom: 0.6em;
}
.form_area dt:first-letter{
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
color:var(--main-color);}
.form_area dd{

}
.form_area dd ul{
display:flex;
justify-content:;
align-items:center;
flex-wrap:wrap;
margin-bottom: 20px;
@media print, screen and (min-width: 768px) {margin-bottom: 40px;}
}
.form_area dd ul li{
color: #fff;
background-color: var(--main-bg);
border: 1px solid var(--main-bg);
border-radius: 4px;
margin-bottom: 0.5em;
margin-inline: 4px;
padding-inline: 6px;
}

.btn_soshin {
display: block;
height: 68px;
line-height: 68px;
text-align: center;
color: #fff;
position: relative;
background:var(--main-color) ;
border: none;
cursor: pointer;
font-size: 1.8rem;
}
.btn_modoru {
display: block;
height: 68px;
line-height: 68px;
text-align: center;
color: #222;
background: #ccc;
border: none;
cursor: pointer;
font-size:2rem;
position: relative;
}
.btn_soshin:hover,
.btn_modoru:hover {color:#fff; text-decoration: none;opacity: 0.7;}


.thanks01{
text-align: center;
margin-left: auto; margin-right: auto;
font-size: 2rem;
margin-bottom: 2rem;
}

@media print, screen and (min-width: 768px) {
.btngroup {
width: 580px;
margin: 0 auto 100px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.btn_modoru,
.btn_soshin {
width: 44%;}
}
.ttl_bg2{
background: url(../img/ttl_bg2.webp) center bottom no-repeat;
 aspect-ratio: 1400 / 400; 
background-size: cover;
margin-inline: auto;
width: 100%;
position: relative;
display: grid;
place-content:center;
}
.ttl_bg{
background: url(../img/ttl_bg.png) center bottom no-repeat;
 aspect-ratio: 1400 / 400; 
background-size: cover;
margin-inline: auto;
width: 100%;
position: relative;
display: grid;
place-content:center;
}

.ttl_bg .ttl02{
transform: translateY(-10%);
}

.service_naiyou_txt{
background-color: #ebebeb;
margin-inline: auto;
padding: 20px;
margin-bottom: 1em;
@media print, screen and (min-width: 768px) {padding: 40px;
margin-bottom: 3em;}
}

.detail_list_li li {
margin-bottom: 10px;
padding-left: 20px;
text-indent: -20px;
}

.detail_list_li li:before {
content: '● ';
color: #aaa;
font-size: 1rem;
margin-right: 10px;
}

.detail_list_clm .clm_ttl{
position: relative;
font-size: 2rem;
@media (768px <= width) {font-size: 3rem;}
font-weight: bold;
padding: 10px 0 10px 20px;
border-bottom: 2px solid #EDEDED;
}
.detail_list_clm .clm_ttl::before {
content: '';
position: absolute;
left: 3px;
bottom: 5px;
display: inline-block;
width: 5px;
height: 75%;
transform: translate(-50%);
background-color: var(--main-bg);
}
.detail_list_clm .clm_subttl{
color: var(--main-bg);
font-size: 1.8rem;
@media (768px <= width) {font-size: 2.4rem;
margin-bottom: 0.5em;}
font-weight: bold;
}

.detail_list_clm img {
max-width: 800px;
width: 100%;
display: block;
margin-bottom: 2em;
margin-inline: auto;
}

.detail_list_clm p {
margin-bottom: 1em;
@media (768px <= width) {font-size: 1.8rem;}
}

.detail_list_clm p.mb5em {
margin-bottom: 5em;
}

.clm_txt{
margin: 20px 0 30px 0;
@media (768px <= width) {margin: 50px 0 60px 0;}
}

.detail_list_clm p,
.clm_txt p{
margin-bottom: 1em;
@media (768px <= width) {font-size: 1.8rem;}
}

.spandeco_span p span{
display: block;
font-weight: bold;
font-size: 2rem;
}

img.clm_main_img{
max-width: 100%;
}

.detail_list_clm p.mb2em {
margin-bottom: 2em !important;
}
























