@charset "utf-8";


/* CSS Document */
a{
	/* \*/
	overflow:hidden;
	/* */
	outline:none;
	text-decoration: none;
	color:#333;
	transition:0.3s;
}

a:visited{
	color:#333;
}
a:hover{
	opacity:0.5;
	color:#333;
}
section a, section a:visited{
	color:#333;
}


/* layout */
html{
	font-size: 100%;
}
body{
	margin:0;
	color:#000;
	font-size: 1rem;
	line-height:1.8;
	overflow-x: hidden;
    background: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
}
.wrapper{
	overflow-x: hidden;
}

.container{
	margin-left: auto;
	margin-right: auto;
	text-align:left;
    display: flow-root;
}
img{
	max-width: 100%;
}



/*-----------------------------------*/
/* index */
header{
	display: flex;
	justify-content: space-between;
}
header h3{
	margin-bottom: 0;
}
footer{
	background: #f2dda1;
	padding: 20px;
	text-align: center;
	margin-bottom: 130px;
	font-size: 0.8rem;
}
.f_btn{
	position: fixed;
	bottom: 0;
	background: #f3ebd3;
	display: flex;
	justify-content: center;
	width: 100%;
}

h1{
	background: #029aad;
	color: #FFF;
	padding: 60px 5%;
	text-align: center;
	font-size: 2.5rem;
}
h2{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 20px;
}
h2 span{
	color: #ad9551;
}
h3{
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 20px;
}
h3 span{
	color: #cc0000;
	font-size: 2.5rem;
}
h4{
	text-align: center;
	background: #ad9551;
	font-size: 1.5rem;
	color: #FFF;
	font-weight: normal;
	padding: 10px;
}
h5{
	text-align: center;
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 20px;
}
span.need{
	display: inline-block;
	padding: 0 10px!important;
	font-size: 0.8rem;
	background: #C00;
	color: #FFF;
	font-weight: normal;
	border-radius: 5px;
	margin: 0 10px 0 0!important;
}
span.option{
	display: inline-block;
	padding: 0 10px!important;
	font-size: 0.8rem;
	background: #AAA;
	color: #FFF;
	font-weight: normal;
	border-radius: 5px;
	margin: 0 10px 0 0!important;
}
.bg01{
	background: #f3ebd3;
}
.bg02{
	background: #f2dda1;
}
.bg03{
	background: #cecece;
}
.down {
	background: #cecece;
	height: calc(tan(60deg) * 60px / 2);
	width: 200px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	margin: -21px auto 20px;
}
.bg04{
	background: #e2f2f4;
}
ul.mark {
	background: #FFF;
	margin-bottom: 10px;
}
ul.mark li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

ul.mark li span {
	color: #bf0000;
	font-weight: bold;
}

ul.mark li::before {
	content: "";
	position: absolute;
	width: 25px;
	height: 100%;
	background: url("../images/mark.webp") no-repeat;
	background-size: contain;
	top: 5px;
	left: 0;
}

.box_w{
	background: #FFF;
	padding: 20px 3%;
}


ul.reason h3{
	text-align: left;
	margin: 20px 0 20px;
}
ul.reason li:nth-child(odd) img{
    margin-bottom: 40px;
    box-shadow: -80px 30px 0 #fff;
}
dl.faq dt{
	padding: 20px 20px 20px 70px;
	cursor: pointer;
	margin-top: 20px;
	background: #FFF url("../images/faq.webp") no-repeat 20px center/40px auto;
	font-size: 1.2rem;
}
dl.faq dd{
	margin-bottom: 40px;
	padding: 20px;
	background: #f2dda1;
}
ul.flow li{
	position: relative;
	margin-bottom: 50px;
	background: #FFF;
}
ul.flow li:after{
	display: block;
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	border-left: 4px solid #ad9551;
	border-bottom: 4px solid #ad9551;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg) translate(-50%,-50%);
	box-sizing: border-box;
	margin:auto;
	left: 50%;
	bottom: -30px;
}

ul.flow li:last-child:after{
	display: none;
}
.flow_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flow_text h3{
	text-align: left;
}
.flow_text h3 img{
	margin-right: 20px;
}
ul.flow li.free{
	background: #FFF url("../images/free.webp") no-repeat top 5px right 10px;
}

ul.voice{
	max-width: 780px;
	margin: auto;
}

ul.voice li{
	padding: 20px 30px;
	background: #FFF;
	border-radius: 20px;
}

.voice_box {
	display: grid;
	margin-bottom: 10px;
}

.voice_box .voice_img {
	grid-area: icon;
}

.voice_box .voice_title {
	grid-area: title;
}

.voice_box .voice_age {
	grid-area: age;
}

.voice_box .star {
	grid-area: star;
	color: #ffbb00;
}

.qualification {
	position: relative;
	border: 2px solid #AD9652;
	background: #fff;
}

.qualification p {
	position: absolute;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
}

.worries h3{
	border-bottom: 1px solid #333;
}

.box_w h3 {
	margin-bottom: 10px;
}

.box_w p {
	margin: 0;
}

.line3_2 input {
	display: none;
}

.line3_2 label p {
	position: relative;
	display: block;
	background: #ad9551;
	color: #fff;
	text-align: center;
	margin: 0;
	cursor:pointer;
}

.line3_2 label p::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: calc(50% - 3px);
	transform: rotate(135deg);
}

.line3_2 input:checked+label+.content {
	height: auto;
	padding: 10px;
	transition: all .3s;
}

.line3_2 input:checked+label p::before {
	transform: rotate(-45deg) !important;
}

.line3_2 .content {
	height: 0;
	background: #fff;
	padding: 0 10px;
	overflow: hidden;
}

.contact_wrap .contact_box {
	background: #fff;
	padding: 1em .8em;
	border-radius:6px ;
}

.contact_box .contact_text {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .4em;
}

.contact_box img {
	border-radius: 4px;
}

.service01 {
	position: relative;
}

.service01 .head {
	position: absolute;
	background: #ff5100;
	clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
	color: #fff;
	padding: 0 26px 0 10px;
	top: -28px;
}

.service_wrap label .service_txt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
}

.service_wrap label .service_txt .mini {
	display: block;
	font-size: .8em;
}

.service_extra {
	position: relative;
}

.service_extra .head {
	position: absolute;
	background: #029aad;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	color: #fff;
	font-weight: bold
}

.qualification_images {
	width: 55%;
	max-width: 200px;
	margin: 0 auto 20px;
}

.qualification_title span {
	color:#886100;
	font-size: 1.4rem;
}

.map_title {
	display: inline-block;
	border: 1px solid #ff0000;
	color: #ff0000;
	padding: 0 14px;
}

.area_title {
	text-align: left;
	color: #ad9551;
	border-bottom: 2px solid #ad9551;
}

.tab-2 {
	max-width: 100%;
}

.tab-2 input {
	display: none;
}

/* 横スクロール対応ラッパー */
.tab-2-labels {
	display: flex;
	overflow-x: auto;
	gap: 10px;
}

/* タブ（ラベル）共通スタイル */
.tab-2-labels label {
	border-radius:20px;
	background-color: #fff1d1;
	color: #ad9551;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
}

/* checked状態のinputに対応するラベルだけ色変更 */
#tab2-1:checked~.tab-2-labels label[for="tab2-1"],
#tab2-2:checked~.tab-2-labels label[for="tab2-2"],
#tab2-3:checked~.tab-2-labels label[for="tab2-3"],
#tab2-4:checked~.tab-2-labels label[for="tab2-4"],
#tab2-5:checked~.tab-2-labels label[for="tab2-5"] {
	background-color: #ad9551;
	color: #fff;
	opacity: 1;
}

/* コンテンツ非表示がデフォルト */
.tab-2-content {
	width: 100%;
	display: none;
	padding: 10px 0;
	background-color: #fff;
	font-size: .8rem;
	box-sizing: border-box;
}

/* 選択されたタブに応じて内容を表示 */
#tab2-1:checked~#content1,
#tab2-2:checked~#content2,
#tab2-3:checked~#content3,
#tab2-4:checked~#content4,
#tab2-5:checked~#content5 {
	display: block;
}


#popup-overlay {
	position: fixed;
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	z-index: 9999;
}

#popup-content {
	position: relative;
	background: #fff;
	width: 90%;
	max-width: 400px;
	text-align: center;
	border-radius: 8px;
	padding: 1em;
}

#popup-close {
	position: absolute;
	top: -25px;
	right: 3px;
	width: 22px;
	height: 22px;
	line-height: 20px;
	cursor: pointer;
	background: #333;
	color: #fff;
	border-radius: 50%;
}

.pop_title {
	font-size: 1.2em;
	font-weight: bold;
}

.tel-block {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	border-radius: 8px;
}

.tel-block.urgent {
	background-color: #fff5db;
	border: 1px solid #ccc;
}

.tel-link {
	display: block;
	box-sizing: border-box;
	border-radius: 6px;
	border-bottom: 6px solid #816a2a;
}

.tel-link:hover {
	opacity: 0.9;
}
.pop_text {
	color: #bf0000;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: .2em;
}

.business-hours {
	margin-top: .6em;
	font-size: .9em;
	color: #666;
}

.btn-pop {
	cursor: pointer;

}


.btn-pop:hover {
	opacity: 0.8;
}

.peace_wrap {
	text-align: center;
}

.ttl_balloon1 {
	position: relative;
	background-color: #886100;
	color: #fff;
	font-size: 1.2em;
	margin-bottom: .7em;
	padding: .2em;
}

.peace_wrap .label_flex {
	display: flex;
	justify-content: space-between;
	margin: 0 .6em .6em;
}

.peace_wrap .label_flex img {
	width: 32%;
}

.peace_wrap .peace_text {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 0;
}

.peace_text span {
	color: #bf0000;
}

.card  {
	background: #fff;
	text-align: center;
	border: 2px solid #ad9551;
	border-radius: 4px;
	padding: .8em .6em .6em;
}

.card h3 {
	font-size: 1em;
	background:#ad9551 ;
	color: #fff;
	border-radius: 6px;
	margin-bottom: 10px;
	padding: .2em 0 .1em
}




.tel-wrap .balloon {
	position: relative;
	text-align: center;
	font-weight: bold;
	border: 2px solid #886100;
	border-radius: 999px;
	padding: .3em 0;

	z-index: 1;
}

.tel-wrap .balloon::before,.tel-wrap .balloon::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.balloon .text {
	font-size: 1.1em;
	background:#ffff00;
}