@charset "UTF-8";
/* CSS Document */

/*************************************
　　common
**************************************/
.plus_bg{
	background: url("../img/cleaning/gray_bg.png");
	background-repeat: repeat;
	width: 100%;
	padding: 3em 0;
	background-size: 15px
}

.yazirushi_wrap{
	position: relative;
	background: #EEF4FE;
	padding: 1.5em 0;
	text-align: center;
}
.yazirushi_wrap:after{
	content: '';
	background: url("../img/cleaning/under.png")no-repeat bottom;
	background-size: cover;
	width: 100%;
	max-width: 600px;
	height: 80px;
	position: absolute;
	bottom: -78px;
	left: 50%;
	transform: translate(-50%, 0)
}

.line_title{
	font-size: 1.6em;
	letter-spacing: 1.5px;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.line_title:after{
	content: '';
	border-top: solid 2px #1C2583;
	border-bottom: solid 2px #1C2583;
	width: 90%;
	max-width: 500px;
	height: 5px;
	display: block;
	margin: .3em auto
}

@media(min-width:668px){
	.line_title{font-size: 2.3em;}
}

/*************************************
　　header
**************************************/
#c_header{
	background: url("../img/cleaning/header.jpg")no-repeat center;
	background-size: cover;
	position: relative;;
	margin-bottom: 100px;
	padding: 0!important
}

.header_title{
	width: 95%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 5em 0;
	text-shadow: 1px 1px 8px #303030;
}
.header_title span{
	font-size: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
	font-weight: bold;
	display:block;
	letter-spacing: 1.3px;
	line-height: 1.5em;
	color: #fff
}
.header_title h1{
	font-weight: bold;
	font-size: clamp(3.75rem, 3.25rem + 2.5vw, 6.25rem);
	color: #fff;
	line-height: 1.2em;
	letter-spacing: 5px;
	margin-bottom: .2em;
}
.header_title p{
	background: #1C2583;
	border-radius: 3px;
	padding: .8em 2em; 
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-align: center;
	min-width:350px;
	max-width: 600px;
	box-shadow: 1px 1px 8px #303030;
	line-height: 1.6;
	display: inline-block
}


@media(max-width:667px){
	.header_title_wrap{width: 100%}
}

@media(min-width:668px){
	.header_title_wrap{width: 80%}
}

@media(max-width:999px){
	#c_header{margin-top: 60px}
	.header_title{font-size: 80%}
}

@media(min-width:1000px){
	#c_header{margin-top: 160px}
	.header_title_wrap{
		width: 50%;
		padding: 3em 0}
	.header_title{max-width: 500px;}
}

@media(min-width:1400px){
	.header_title_wrap{padding: 8em 0}
	.header_title{max-width: 650px;font-size: 110%}
}


/*************************************
　　raad
**************************************/
#read h2{
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.6;
	letter-spacing: 1px;
	margin-bottom: 5em;
	text-align: center;
}
#read h2 small{
	font-size: .75em;
	display: block;
	margin-bottom: .5em
}

#read h2 span{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.read_img{
	position: relative;
	background: rgb(238,244,254);
	background: linear-gradient(180deg, rgba(238,244,254,1) 0%, rgba(255,255,255,1) 100%);
}
.read_img:before{
	content: '';
	background: url("../img/cleaning/wave.png")no-repeat top;
	background-size: cover;
	width: 100%;
	height: 50px;
	top: -50px;
	position: absolute;
}

.read_img li{
	width: 100%;
	margin: 1em 0;
	z-index: 1
}
@media(max-width:667px){
	.read_img li{width: 48%}
	.read_img ul li:first-child,
	.read_img ul li:last-child{margin-top: -60px}
	.read_img ul li:nth-child(2){margin-top: 70px}
	
}
@media(min-width:668px){
	#read h2{font-size: 2.5em;letter-spacing: 2px;}
	.read_img:before{
		height: 100px;
		top: -100px
	}
	.read_img ul{
		position: relative;
		top: -100px;
	}
	.read_img li{width: 25%}
	.read_img li:nth-child(2){margin-top: 5em}
}

@media(min-width:1600px){
	.read_img ul{justify-content: space-around}
	#read h2{font-size: 3em}
}

.check{
	width: 95%;
	max-width: 800px;
	margin: 2em auto;
	position: relative;
	background: #fff;
	border: solid 3px #1C2583;
	border-radius: 5px;
	padding: 1em
}

.check h3{
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 2em;
	margin-bottom: 1em;
}
.check h3 span{
	color: #1C2583;
	font-weight: bold;
	font-size: 1.3em
}

.check > ul{
	width: 100%;
	max-width: 600px;
	margin: 1em auto;
}
.check > ul li{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: .5em
}
.check > ul li:before{
	content: '';
	background: url("../img/cleaning/check.png")no-repeat center;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
	margin-top: .3em;
	margin-right: 10px
}

.check > ul li span{
	font-weight: bold;
	font-size: 1.1em;
}

.yellow_line span{background: linear-gradient(transparent 0%, #ffff66 0%);}

.check > p{
	margin-top: 2em;
	color: #1C2583;
	font-weight: bold;
	text-align: center;
}



.ex_check{
	background: #EAF6FF;
	padding: 1em;
	border-radius: 5px;
	width: 100%;
	max-width: 600px;
	margin: .5em auto;
}

.ex_check li{
	font-weight: bold;
	margin-bottom: .5em
}

@media(max-width:667px){
	.check > ul li span{width: calc(100% - 30px)}
	
}

@media(min-width:668px){
	.check{margin-top: -50px;}
	.check h3{
		font-size: 1.6em;
		letter-spacing: 1px
	}
	.check > ul li{margin-bottom: .8em}
	.check > ul li span{font-size: 1.2em}
	
	.check > p{
		font-size: 1.2em;
		line-height: 1.6
	}
	.ex_check{
		display: flex;
		justify-content: center;
	}
	.ex_check ul{margin: 0 5%}
	.ex_check li{font-size: 1.1em;line-height: 1.6}
}

/*************************************
　　teian
**************************************/

#teian{margin-top: 5em}

#teian p{
	display: flex;
	align-items: center;
	justify-content: center
}
#teian p span{
	font-weight: bold;
	font-size: 1.1em;
	margin-left: .5em;
	margin-top: .2em;
}

#teian h3{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8;
	margin: 0.5em auto;
	width: 95%;
}

@media(max-width:667px){
	#teian p img{max-width: 250px}
}
@media(min-width:668px){
	#teian p span{font-size: 1.6em;}
	#teian h3{
		font-size: 2.3em;
		letter-spacing: 2px
	}
}

/*************************************
　　point
**************************************/

#point{padding: 150px 0 2em}

#point ul{justify-content: space-around}

.point_wrap{
	width: 100%;
	margin: 2em 0;
	border: solid 3px #1D2088;
	border-radius: 5px;
	padding: 1em 1.5em;
	position: relative;
	padding-bottom: 1em;
	background: #fff;
	box-shadow: 0 3px 6px #ccc
}

.point_ic{
	text-align: center;
	margin-top: -65px;
}
.point_ic img{max-width: 60px}

.point_wrap figure{
	margin: 1em auto;
	border-radius: 5px;
	overflow: hidden;
}
.point_wrap h4{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: .5em;
	text-align: center;
	color: #1D2088;
	padding-bottom: .5em;
	border-bottom: dashed 1px #ccc;
	line-height: 1.6em
}

.point_wrap p{
	font-weight: 500;
	line-height: 2;
	margin-bottom: 1em;
}


@media(min-width:668px){
	.point_wrap{width: 30%}
	.point_wrap h4{font-size: 1.5em;letter-spacing: 1px}
}

#point .option{margin: 3em auto;}
#point .option h4{
	color: #1D2088;
	font-weight: bold;
	text-align: center;
	font-size: 1em;
	letter-spacing: 1px
}

#point .option_wrap{
	border: solid 3px #1D2088;
	background: #EEF4FE;
	padding: 1em;
	border-radius: 5px;
	max-width: 800px;
	margin: 1em auto
}

#point .option_wrap dl{
	align-items: flex-start;
	margin: 1em auto
}

#point .option_wrap dt,
#point .option_wrap dd{
	width: 100%;
	margin: 0 auto
}

#point .option_wrap dt{
	background: #1D2088;
	color: #fff;
	border-radius: 2em;
	text-align: center;
	padding: .6em;
	width: 100%;
	margin-right: .5em;
	font-weight: bold
}

#point .option_wrap dd{line-height: 1.8em}

@media(max-width:667px){
	#point .option_wrap dl{margin: 1em auto}
	#point .option_wrap dd{margin-top: .5em}
}

@media(min-width:668px){
	#point .option_wrap dt{width: 30%;}
	#point .option_wrap dd{width: 60%;}
	#point .option h4{font-size: 1.1em}
}


/*************************************
　　needs
**************************************/

#needs{
	background: #FEFBEE;
	padding: 1em 0;
	position: relative;
	text-align: center;
	margin: 5em auto
}

#needs > img{
	position: absolute;
	top: -2.5em;
	left: 50%;
	transform: translate(-50%,0);
	max-width: 150px
}

#needs h3{
	font-size: 1em;
	letter-spacing: 1px;
	color: #1C2583;
	font-weight: bold;
	margin-top: 2em;
	line-height: 2;
	margin-bottom: .5em
}

#needs ul{
	margin: 1em auto;
	justify-content: center;
}
#needs li{
	border: dashed 1px #1C2583;
	padding: .5em 2em;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #EAF6FF;
	border-radius: 3em;
	font-weight: bold;
	margin: .5em 1em;
	text-align: left
}
#needs li:before{
	content: '';
	background: url("../img/cleaning/sankaku.png")no-repeat center;
	background-size: contain;
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 1em
}


@media(min-width:668px){
	#needs > img{max-width: 180px}
	#needs h3{font-size: 2em;}
}


/*************************************
　　collabo
**************************************/
#collabo > span{
	text-align: center;
	font-weight: bold;
	line-height: 1.8em;
	position: relative;
	font-size: 1.2em;
	letter-spacing: 1px;
}

#collabo > span:after{
	content: '';
	background: url("../img/cleaning/yazirushi.png")no-repeat bottom;
	background-size: contain;
	width: 100%;
	max-width: 450px;
	height: 35px;
	display: block;
	margin: .5em auto
}

#collabo h3{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.8em;
	letter-spacing: 1px
}

#collabo h3 span{
	background: #1C2583;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: .3em .5em;
	margin: 0 .3em;
	display: inline-block;
	line-height: 1
}

@media(max-width:667px){
	#collabo h3 span{margin-bottom: .4em}
}

@media(min-width:668px){
	#collabo > span{font-size: 1.5em}
	#collabo h3{font-size: 1.7em}
}


/*************************************
　　flow
**************************************/
#flow{
	margin: 5em auto 0;
	background: #EEF4FE;
	padding: 5em 0;
}

#flow ul{margin: 5em auto;}
.flow_wrap{
	background: #fff;
	border-radius: 5px;
	position: relative;
	margin: 0 auto 6em;
}

.flow_wrap:after{
	content: '';
	background: url("../img/cleaning/flow_ic.png")no-repeat center;
	background-size: contain;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50% , 0)
}

.flow_wrap > p{filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));}
.flow_wrap > p span{
	clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
	background: #4B84E2;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	position: absolute;
	top: -1em;
	left: 0;
	padding: .3em 3em;
	letter-spacing: 1px;
	
}

.flow_wrap dl{
	margin: 1em auto;
	width: 95%;
	align-items: center;
}

#flow ul .flow_wrap:last-of-type:after{display: none}


.flow_wrap dt,
.flow_wrap dd{width: 100%;margin: .5em auto}


.flow_wrap h3{
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 1px;
	margin-bottom: 1em;
	
}
.flow_wrap h3 span{
	background: #FFF036;
	text-align: center;
	margin: 0 1em;
	display: inline-block;
	font-weight: 500;
	font-size: .9rem;
	border-radius: 2em;
	padding: .3em 1em;
	line-height: 1
}

@media(max-width:667px){
	.flow_wrap h3 span{margin: 0}
	.flow_wrap p{font-size: 15px}
}

@media(min-width:668px){
	.flow_wrap h3{display: flex;align-items: center;}
	.flow_wrap dt{width: 73%}
	.flow_wrap dd{width: 25%}
	#flow ul .flow_wrap:last-of-type dl{padding: 1em 0}
}

@media(max-width:1000px){
	.flow_wrap dl{padding: 3em 1em}
}


/*************************************
　　reason
**************************************/

#reason > div > span{
	color: #1C2583;
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 1.2em;
	margin: .5em auto;
	letter-spacing: 1px;
}

#reason > div > p{
	background: #1C2583;
    border-radius: 2em;
    padding: 1em;
    text-align: center;
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: bold;
    margin: 0 auto 1em;
	font-size: 15px
}
#reason > div > p:after{
	content: '';
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background: #1C2583;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%,0);
	display: block;
	z-index: -1
}

#reason > div > h3{
	font-weight: bold;
    font-size: 1.8em;
    letter-spacing: 1.6px;
    line-height: 1.6em;
    margin: 0.3em auto 1.5em;
}

.reason_wrap{
	width: 100%;
	margin: 2em 0;
}

@media(min-width:668px){
	.reason_wrap{width: 31%}
	#reason > div > p{font-size: 1.3em}
	#reason > div > h3{font-size: 2em}
}

@media(min-width:1200px){
	#reason > div > h3{font-size: 2.5em}
}

.reason_wrap figure{
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: .5em;
}

.reason_wrap h4{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: .5em;
	text-align: center
}

.reason_wrap p{
	text-align: left;
	font-size: 15px;
	line-height: 1.6em;
}


#option2{
	margin: 1em auto;
	position: relative;
}
.option_title{
    margin: 0 auto 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.option_title span{
	background: #1C2583;
	font-weight: bold;
	border-radius: 2em;
	color: #fff;
	display: inline-block;
	padding: .5em 1em;
	font-size: 15px
}

.option_title h3{
	font-weight: bold;
    color: #1C2583;
    background: #fff;
    line-height: 1.6em;
    letter-spacing: 1px;
    padding: 0 0.5em;
	font-size: 1.4em

}

#option2 dl{
	border: solid 3px #1C2583;
	border-radius: .8em;
	padding: 2em;
	margin-top: -2.3em;
	align-items: center
}

#option2 dt,#option2 dd{
	width: 100%;
	margin: .5em 0;
	text-align: left
}

#option2 dt h4{
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: .5px;
	line-height: 1.6em;
}

#option2 dt div{
	margin-top: 1em
}

#option2 dt p{
	font-size: .9em;
	margin-bottom: .5em;
	line-height: 1.6
}


@media(min-width:668px){
	#option2 dt{width: 70%}
	#option2 dd{width: 30%}
	.option_title h3{font-size: 1.8em}
}


/*************************************
　　price
**************************************/

#price{
	background: #FEFBEE;
	padding: 3em 0
}
#price ul{margin: 3em auto}
#price li{
	text-align: center;
	margin: .5em 0
}
@media(max-width:999px){
	#price li{width: 100%;}
	#price li:nth-of-type(2){
		margin: 0;
		line-height: 1
	}
}
@media(min-width:1000px){
	#price li:first-of-type{width: 35%}
	#price li:nth-of-type(2){width: 10%}
	#price li:last-of-type{width: 55%}
}


.price_wrap{
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 6px #ccc
}
.price_wrap h3{
	background: #1C2583;
	padding: .5em;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.price_wrap > p{
	font-weight: bold;
    font-size: 2.2em;
    line-height: 1.2;
    margin-top: 0.5em;
}
.price_wrap > p span{
	font-size: .6em;
	font-weight: bold;
	margin-left: .3em
}
.price_wrap > span{
	font-weight: bold;
	color: #D62525;
	display: block;
	font-size: .8em;
}
/*
.uchiwake{
	border-top: dotted 1.5px #333;
	padding-top: .5em;
	text-align: left!important;
	display: flex;
	justify-content: center;
	margin: 1em;
	line-height: 1.8;
	font-size: .9em;
}
.uchiwake dt{
	font-weight: bold;
	margin-right: 1em
}*/


#price li:nth-of-type(2){
	color: #1C2583;
	font-size: 3em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.option_price{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: .8em 0;
	align-items: center;
	padding: 0 1em;
}

.option_price dt,
.option_price dd{width: 100%;}

.option_price dt{
	background: #d5d6e9;
	border-radius: 2em;
	padding: .3em 0;
	text-align: center;
	font-weight: bold;
	line-height: 2em;
	font-size: .9em;
	max-width: 250px;
	margin: 0 auto
}

.option_price dd{
	display: flex;
	align-items: center;
}

.option_price dd small{margin-right: .5em}

.option_price dd p{
	font-weight: bold;
	font-size: 2.2em;
	line-height: 1em
}
.option_price dd p span{
	font-size: .6em;
	font-weight: bold;
	margin-left: .3em
}

.option_price:last-of-type p{font-size: 1.5em}

@media(max-width:667px){
	.option_price dt{margin-bottom: .5em;}
	.option_price dd{justify-content: center;margin-bottom: 1em}
}


@media(min-width:668px){
	.option_price dt{width: 35%}
	.option_price dd{width: 55%}
}
	

/*************************************
　　contact
**************************************/

.yazirushi_wrap{
	line-height: 1.6;
	letter-spacing: 1.5px
}

.yazirushi_wrap p{
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.6
}

.yazirushi_wrap h2{
	font-size: 2.5em;
	color: #1C2583;
	font-weight: bold;
}

#c_contact ul{justify-content: center}

.contact_wrap{
	width: 100%;
	margin: 1em 0;
	text-align: center
}
@media(min-width:668px){
	.contact_wrap{width: 48%;margin: .5em 1%}
}
@media(min-width:1000px){
	.contact_wrap{width: 35%;margin: .5em 3%}
}

.contact_wrap p{
	border: solid 1px #1C2583;
	border-radius: 5px;
	padding: .1em 0;
	font-weight: bold;
	margin-bottom: 1em;
}
.contact_wrap h3{
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: .1em;
}
.contact_wrap h3 i{color: #1C2583}
.contact_wrap span{font-weight: .8em;}

.contact_wrap .contact_btn{
	max-width: 90%!important;
	box-shadow: 0 3px 6px #ccc
}



/* ============================================
   Flow Card
   ============================================ */
.flow-card__wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1300px;
    margin: 3.5rem auto;
}

.flow-card {

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.flow-card__icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.flow-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.flow-card__body {
    width: 100%;
}

.flow-card__header {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 0.5rem;
    margin: 0 0 0.8rem;
}

.flow-card__number {
    font-family: 'Barlow', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1;
    color: var(--main-color);
}

.flow-card__title {
    font-family: var(--main-font);
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    color: var(--main-color);
}

.flow-card__text {
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.8;
    color: var(--color-black);
    margin: 0;
}

@media screen and (min-width: 768px) {
    .flow-card__wrap {
        position: relative;
        gap: 4.5rem;
    }

    .flow-card__wrap::before {
        content: '';
        position: absolute;
        left: 90px;
        top: 90px;
        bottom: 90px;
        width: 0;
        border-left: 2px dashed #D1D5DB;
        z-index: 0;
    }

    .flow-card {
        position: relative;
        z-index: 1;
        flex-direction: row;
        align-items: flex-start;
        gap: 2.5rem;
    }

    .flow-card__icon {
        width: 180px;
        height: 180px;
    }

    .flow-card__icon img {
        width: 100%;
        height: 100%;
    }

    .flow-card__header {
        gap: 1.875rem;
        margin: 0 0 1rem;
    }

    .flow-card__number {
        font-size: 3rem;
        line-height: 1;
    }

    .flow-card__title {
        font-size: 1.8rem;
    }

    .flow-card__text {
        font-size: 1rem;
        line-height: 2;
    }
}

@media screen and (min-width: 1000px) {

    /* 破線位置をPC版アイコンサイズに調整 */
    .flow-card__wrap::before {
        left: 140px;
        top: 140px;
        bottom: 140px;
    }

    .flow-card {
        gap: 2.5rem;
    }

    .flow-card__icon {
        width: 280px;
        height: 280px;
    }

    .flow-card__icon img {
        width: 100%;
        height: 100%;
    }

    .flow-card__header {
        gap: 3.25rem;
        margin: 0 0 2.3rem;
    }

    .flow-card__number {
        font-size: 5.3rem;
        line-height: 1.4;
    }

    .flow-card__title {
        font-size: 2.2rem;
        line-height: 1.8;
    }

    .flow-card__text {
        font-size: 1rem;
        line-height: 2.5;
    }
}

.price {
    padding: 2.5rem 0;
}

.price__inner {
    background-color: var(--bg-color);
    border-radius: 50px;
    padding: 3.5rem 0 10rem;
    align-items: center;
}

.price-table {
    width: min(100%, 1400px);
    margin: 2.5rem auto;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.price-table thead th {
    background: var(--main-color);
    border: 1px solid #707070;
    color: var(--color-white);
    font-family: var(--main-font);
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
    padding: 1rem 0.8rem;
}

.price-table thead th:first-child {
    border-radius: 20px 0 0 0;
}

.price-table thead th:last-child {
    border-radius: 0 20px 0 0;
}

.price-table tbody td {
    border: 1px solid #D9D9D9;
    border-top: none;
    background: var(--color-white);
    color: var(--color-black);
    padding: 0.9rem 2rem;
    vertical-align: middle;
}

.price-table tbody td:nth-child(1) {
    width: 26%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.9;
}

.price-table tbody td:nth-child(2) {
    width: 24%;
    text-align: center;
}

.price-table tbody td:nth-child(3) {
    width: 50%;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.9;
}

.price-table__price {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.35rem;
}

.price-table__amount {
    font-family: 'Barlow', sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    color: var(--main-color);
}

.price-table__tax {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: center;
    color: var(--color-black);
}

.price-table__note {
    text-decoration: underline;
}

.price-table__quote {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
    color: var(--color-black);
    opacity: 1;
}

.area-group {
    width: min(100%, 1300px);
    margin: 1rem auto 0;
}

.area-group__prefecture {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.8;
    color: var(--main-color);
    margin: 0;
}

.area-group__cities {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.9;
    color: var(--color-black);
    margin: 0;
    opacity: 1;
}

@media screen and (min-width: 1000px) {
    .price-table {
        width: 1400px;
        max-width: 100%;
    }

    .price-table thead th:nth-child(1),
    .price-table tbody td:nth-child(1) {
        width: 31%;
    }

    .price-table thead th:nth-child(2),
    .price-table tbody td:nth-child(2) {
        width: 31%;
    }

    .price-table thead th:nth-child(3),
    .price-table tbody td:nth-child(3) {
        width: 38%;
    }
}

/* モバイル・タブレット（999px以下）：カード型レイアウト */
@media screen and (max-width: 999px) {

    .price-table,
    .price-table thead,
    .price-table tbody,
    .price-table tr,
    .price-table th,
    .price-table td {
        display: block;
        width: 100%;
    }

    .price-table thead {
        display: none;
    }

    .price-table tbody tr {
        background: var(--color-white);
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        margin-bottom: 1.5rem;
        overflow: hidden;
        border: 1px solid #D9D9D9;
    }

    .price-table tbody td {
        border: none;
        border-bottom: 1px solid #F0F0F0;
        padding: 1rem 1.5rem;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
    }

    .price-table tbody td:last-child {
        border-bottom: none;
    }

    .price-table tbody td::before {
        content: attr(data-label);
        display: block;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        font-size:  0.9rem;
        line-height: 1.5;
        color: var(--color-white);
        background: var(--main-color);
        padding: 2px 8px;
        border-radius: 4px;
        margin-bottom: 0.6875rem;
        width: fit-content;
    }

    .price-table tbody td:nth-child(1) {
        width: 100%;
        font-size: 1.1rem;
        font-weight: bold;
        padding-top: 1.3rem;
    }

    .price-table tbody td:nth-child(1)::before {
        content: 'メニュー';
    }

    .price-table tbody td:nth-child(2) {
        width: 100%;
        text-align: left;
    }

    .price-table tbody td:nth-child(2)::before {
        content: '料金';
    }

    .price-table tbody td:nth-child(3) {
        width: 100%;
    }

    .price-table tbody td:nth-child(3)::before {
        content: '施工内容';
    }

    .price-table__price {
        justify-content: flex-start;
    }

    .price-table__amount {
        font-size: 1.8rem;
    }
}



/* ============================================
   施工実績 .works
   ============================================ */

.works {
    overflow: hidden;
}

.works-swiper {
    width: 100%;
    overflow: hidden;
    padding: 0.5rem 1.5rem 0.8rem;
    margin-top: 2rem;
}

.works-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.works-swiper .swiper-slide {
    width: auto;
}

@media screen and (min-width: 768px) {
    .works-swiper {
        padding: 0.6rem 2.5rem 1rem;
    }
}

@media screen and (min-width: 1000px) {
    .works-swiper {
        padding: 0.6875rem 3rem 1rem;
    }
}

.works-card {
    box-sizing: border-box;
    width: 80vw;
    background: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
    border-radius: 11px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .works-card {
        width: calc(50vw - 1rem);
    }
}

@media screen and (min-width: 1000px) {
    .works-card {
        width: 475px;
    }
}

.works-card__img {
    box-sizing: border-box;
    width: 100%;
    /*height: 300px;*/
    object-fit: cover;
    display: block;
    padding: 1.5rem 1.5rem 0;
}

.works-card__body {
    padding: 1.5rem 1.5rem 1.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.works-card__service {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--main-color);
}

.works-card__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.3;
    color: var(--color-black);
    margin: 0;
}

.works-card__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.9;
    color: var(--color-black);
    margin: 0;
}



/* ============================================
   お知らせ記事紹介カード .news-card
   ============================================ */

.news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.3rem;
    justify-items: center;
    margin-top: 1.8rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .news-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.3rem;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1700px) {
    .news-grid {
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        max-width: 100%;
        gap: 1.3rem;
    }

    .news-card {
        width: 100%;
    }
}

@media screen and (min-width: 1701px) and (max-width: 1799px) {
    .news-grid {
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        max-width: 100%;
    }

    .news-card {
        width: 100%;
    }
}

@media screen and (min-width: 1800px) {
    .news-grid {
        grid-template-columns: repeat(3, 420px);
        justify-content: center;
        width: auto;
    }
}

.news-card {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .news-card {
        width: 100%;
    }

    .news-card__thumb {
        border-radius: 30px 0 0 30px;
    }

    .news-card__title {
        font-size: 1.1rem;
        line-height: 1.6;
    }
}

/* モバイル（767px以下）*/
@media screen and (max-width: 767px) {
    .news-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 1.3rem;
    }

    .news-card {
        width: 100%;
    }

    .news-card__thumb {
        border-radius: 24px 0 0 24px;
    }

    .news-card__body {
        padding: 0.5rem 0 0;
    }

    .news-card__title {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .news-card__date {
        font-size: 0.9rem;
    }
}

/* カード上部画像エリア */
.news-card__thumb {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    aspect-ratio: 420 / 275;
    height: auto;
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;
    flex-shrink: 0;
}

.news-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-card__body {
    padding: 0.6rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.news-card__date {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--main-color);
    margin: 0;
}

.news-card__title {
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-black);
    margin: 0;
}

@media screen and (min-width: 1200px) {
    .news-card__title {
        font-size: 1.1rem;
    }
}

/* ============================================
   ニュース一覧 
   ============================================ */

.news-list {
    display: flex;
    flex-direction: column;
    margin: 2rem auto 3.5rem;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.news-row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    height: 36px;
    text-decoration: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 0.9rem 0;
    height: auto;
}

.news-row__date {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size:  0.9rem;
    line-height: 2;
    color: var(--main-color);
    margin: 0;
    flex-shrink: 0;
    width: 110px;
}

.news-row__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    border-radius: 2px;
    width: 115px;
    /*height: 25px;
    font-family: 'Inter', sans-serif;*/
    font-size: 0.9rem;
    line-height: 1.9;
    color: #FFFFFF;
    flex-shrink: 0;
}

.news-row__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9rem;
    line-height: 2;
    color: var(--color-black);
    margin: 0;
}


@media screen and (min-width: 768px) and (max-width: 999px) {
    .news-row {
        gap: 1.1rem;
    }

    .news-row__title {
        font-size: 1rem;
        line-height: 1.6;
    }
}


@media screen and (max-width: 767px) {
    .news-row {
        flex-wrap: wrap;
        gap: 0.5rem 0.8rem;
        padding: 0.8rem 0;
        align-items: flex-start;
    }

    .news-row__date {
        font-size: 0.9rem;
        line-height: 1.5;
        width: auto;
    }

    .news-row__badge {
        /*height: 2em;*/
        font-size:  0.8rem;
        width: 90px;
    }

    .news-row__title {
        font-size: 0.9rem;
        line-height: 1.6;
        width: 100%;
        flex-basis: 100%;
    }
}


/* ============================================
   LINE
   ============================================ */
.line-cta {
    padding: 2rem 0;
}

.line-cta .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
}

.line-cta__label {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: .9rem;
    line-height: 1.7;
    text-align: center;
    color: var(--color-black);
}

.line-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    width: 460px;
    height: 115px;
    background: #00B81C;
    border-radius: 57px;
    text-decoration: none;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 2rem;
    max-width: 100%;
}

.line-cta__icon {
    width: 53px;
    height: 51px;
    flex-shrink: 0;
}

.line-cta__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.3;
    color: #FFFFFF;
    white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .line-cta__btn {
        width: 420px;
        height: 96px;
        border-radius: 48px;
        padding: 0 2rem;
    }

    .line-cta__icon {
        width: 46px;
        height: 44px;
    }

    .line-cta__text {
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 1000px) {
    .line-cta__text {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 767px) {
    .line-cta__btn {
        width: 100%;
        max-width: 340px;
        height: 72px;
        border-radius: 36px;
        padding: 0 1.3rem;
        gap: 0.5rem;
    }

    .line-cta__icon {
        width: 36px;
        height: 35px;
    }

    .line-cta__text {
        font-size: 0.9rem;
        line-height: 1.4;
    }
}




.flow .section-header__ja span{
		font-size: .9rem;
		display: block;
	}


/* ============================================
   汎用セクションヘッダー
   ============================================ */
.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-header::before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: var(--main-color);
    margin-top: -1rem;
    margin-bottom: 0.8rem;
}

/* h3 */
.section-header__en {
    font-family: var(--en-font);
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4;
    color: var(--main-color);
    margin: 0 0 0.25rem;
}

/* h4とh3のline-height(46px) × 2 = 92px のmargin */
.section-header__ja {
    font-family: var(--main-font);
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.6;
    white-space: normal;
    text-align: center;
    color: var(--color-black);
    margin: 1rem 0 0;
}

.section-header__text {
    font-size: 0.9rem;
    color: var(--color-black);
    line-height: 1.7;
    margin-top: 1.3rem;
}

@media screen and (min-width: 768px) {
    .section-header::before {
        height: 50px;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .section-header__en {
        font-size: 1.5rem;
        margin: 0;
    }

    .section-header__ja {
        font-size: 2.25rem;
        margin: 1.5rem 0 0;
    }

    .section-header__text {
        font-size: 1rem;
        line-height: 1.8;
        margin-top: 2rem;
    }
}

@media screen and (min-width: 1000px) {
    .section-header::before {
        height: 60px;
    }

    .section-header__en {
        font-size: 2.2rem;
    }

    .section-header__ja {
        font-size: 3rem;
       /* margin: 2.5rem 0 0;*/
    }
	
	

    .section-header__text {
        margin-top: 3.75rem;
        line-height: 2.2;
    }
}

.no-parent-header {
    margin: 2rem 0 0;
}

.main-color {
    color: var(--main-color);
    font-size: inherit;
    font-weight: inherit;
}

