@charset "UTF-8";

/* ====================================
	フォント設定
 ==================================== */
.futura,
.inner-title-container .num span {
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* ====================================
	カラー設定
 ==================================== */
.bg-blue {
	background-color: #0077FF;
}

.bg-gray {
	background-color: #F5F5F5;
}

.blue {
	color: #0077FF;
}

.green {
	color: #28D1AA;
}

.font-blue {
	color: #0077FF;
}

.mint-green {
	color: #27BBD1;
}



.table-container table td .green {
	color: #009677;
}

span.marker.marker-blue {
	display: inline;
	background: linear-gradient(transparent 60%, #CCE1F8 60%);
}

span.marker.marker-yellow {
	display: inline;
	background: linear-gradient(transparent 60%, #FFF925 60%);
}

/* ====================================
	共通スタイル
 ==================================== */
article {
	overflow: hidden;
	font-weight: 400;
}

.font-bold {
	font-weight: 700;
}

.center {
	text-align: center;
}

.ma {
	margin-left: auto;
	margin-right: auto;
}

.mt05em {
	margin-top: .5em;
}

.mt1em {
	margin-top: 1em;
}

.mt2em {
	margin-top: 2em;
}

a.under {
	text-decoration: underline;
	transition: .4s;
}

a.under:hover {
	text-decoration: none;
}

a.smooth {
	scroll-behavior: smooth;
}

/* フレックスコンテナ */
.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.flex-item {
	width: 100%;
}

/* フレックスコンテナ arrow */
.flex-half-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* フレックスコンテナ ba */
#ba .flex-half-container .flex-item {
	width: 47%;
	position: relative;
}

#ba .flex-half-container .flex-item .ba {
	font-size: 1.8rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10px;
	background-color: #0077FF;
	color: #fff;
	z-index: 1;
}

#ba .flex-half-container.has-arrow {
	position: relative;
}

#ba .flex-half-container.has-arrow::before {
	position: absolute;
	transform: translate(-50%, -50%);
	content: "";
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	background: url(/aircon/cleaning/common/images/arrow.svg) no-repeat;
	background-size: 100%;
}

/* 幅調整 */
.maxw680 {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.maxw780 {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.maxw900 {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.maxw960 {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* アローボタン・左 */
.btn-arrow {
	display: block;
	text-align: center;
}

.btn-arrow a {
	width: 100%;
	height: 100%;
	/* padding: 0.8em 3em 0.8em 1.5em; */
	padding: 1.6rem 2em 1.6rem 1.5em;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: inherit;
	background-color: #535353;
	background-image: url(/aircon/cleaning/common/images/right-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 2rem center;
	background-size: auto 1.4em;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	box-shadow: 1px 1px 3px #a0a0a0;
	transition: ease .2s;
}

#contact .btn-arrow a {
	font-size: 2.2rem;
	padding: 1.8rem 2em 1.8rem 1.5em;
	background-color: #0077FF;
	background-image: url(/aircon/cleaning/common/images/right-arrow-blue.svg);
	background-repeat: no-repeat;
	background-position: right 2rem center;
	background-size: auto 1.2em;
	color: #fff;
	/* box-shadow: 1px 1px 3px #a0a0a0; */
	border: #0077FF 1px solid;
	width: 480px;
	box-shadow: none;
	border-radius: 0;
}

#contact .btn-arrow a.hovering,
#contact .btn-arrow a:active {
	background-color: #fff;
	color: #0077FF;
	border: #0077FF 1px solid;
	background-image: url(/aircon/cleaning/common/images/right-arrow-blue_.svg);
}

/* バナーエリア */
.bnr-cleaning-area {
	text-align: center;
}

.bnr-cleaning-area a {
	display: inline-block;
}

.bnr-cleaning-area img {
	max-inline-size: 60rem;
}

/* 動画 */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* メインビジュアル */
#mainVisual {
	/* background-color: #f5f5f5; */
}

.visual {
	position: relative;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#mainVisual h2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#mainVisual .sub-title {
	font-size: min(1.6vw, 20px);
	/* font-size: 2rem; */
	line-height: 2;
	color: #fff;
	margin-top: 1rem;
	background-color: #0077FF;
	padding: .1rem 3rem;
	max-width: 470px;
	margin: 2vw auto 0;
}

/* pick */
.pick-title {
	text-align: center;
	font-weight: bold;
	color: #0077FF;
}

.sub-pick-outer {
	text-align: center;
}

.sub-pick-title {
	margin-bottom: .5rem;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 0 26px;
	color: #000;
}

.sub-pick-title:before,
.sub-pick-title:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 23px;
	height: 1px;
	background-color: #000;
}

.sub-pick-title:before {
	transform: rotate(58deg);
	left: 0;
}

.sub-pick-title:after {
	transform: rotate(-58deg);
	right: 0;
}

.pick-list li {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.pick-list {
	font-weight: 500;
}

.pick-sub-text {
	font-weight: 400;
}

.pick-list .mark {
	width: 30px;
	text-align: center;
	position: relative;
}

#pick .flex-half-container {
	position: relative;
}

#pick .flex-half-container::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(/aircon/cleaning/common/images/merit-arrow.svg)no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
}

#pick .flex-outer {
	position: relative;
	z-index: 0;
}

/* #pick .img-container.flex-outer:before{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
} */
#pick .flex-outer .merit-text {
	color: #0077FF;
	font-weight: 700;
	line-height: 1.4;
	font-size: 1.5rem;
	position: absolute;
	top: -28px;
	right: -20px;
	display: inline-block;
	padding: 10px 10px;
	background-color: #FFF925;
	border: 1px solid #0077FF;
	border-radius: 50%;
	transform: rotate(5deg);
	z-index: 1;

}

/* point */


.point-list li {
	display: flex;
}

.point-title {
	text-align: center;
	font-weight: bold;
	color: #FFF925;
}

.point-list {
	font-weight: 500;
}



.point-list .num {
	color: #FFF925;
	/* display: flex;
	justify-content: center;
	align-items: center; */
	background-color: #0077FF;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	line-height: 25px;
	text-align: center;
}

/* ナビ */
ul.list-page-navi {
	display: flex;
	justify-content: space-between;
}

ul.list-page-navi li {
	width: calc(95% / 4);
}

ul.list-page-navi a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: .4em 1em .4em .5em;
	line-height: 1.4;
	font-weight: 500;
	color: #0077FF;
	background-color: #fff;
	border: solid 1px #0077FF;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
}

ul.list-page-navi a::before {
	content: '';
	width: 11px;
	height: 10px;
	background-image: url(/aircon/cleaning/common/images/chevron-navi.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% auto;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translate(0, -50%);
}

/* リード */
#read {
	text-align: center;
}

.read-title {
	font-weight: bold;
}

/* サブセクション */
.sub-section {
	padding-top: 9rem;
	padding-bottom: 9rem;
}

#read.sub-section {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.sub-section.bg-gray {
	background-color: #F5F5F5;
}

.sub-section.bg-blue {
	background-color: #0077FF;

}

.title-container.center .sub-title .ttl {
	text-align: center;
	font-size: 3.4rem;
	line-height: 1.6;
	font-weight: 700;
}

.sub-section .title-container .en-ttl {
	text-align: center;
	position: relative;
	z-index: 0;
	font-weight: 700;
	font-size: 1.4rem;
	color: #0077FF;
}

.sub-section .title-container .en-ttl::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: #FFF925;
	width: 28px;
	height: 28px;
	z-index: -1;
}

/* 吹き出し */
.tab_box .tab_btn.cocoro {
	position: relative;
}

.fukidashi-outer {
	position: absolute;
	transform: translate(-50%, 0);
	top: -48px;
	left: 50%;
	width: 100%;
	z-index: 1;
	display: flex;
	justify-content: center;
}

.case.green .fukidashi-outer,
.case.mint-green .fukidashi-outer {
	top: -25px;
}

.case.green .fukidashi {
	width: 190px;
	font-size: 1.4rem;
}

.fukidashi {
	font-size: 1.6rem;
	font-weight: 400;
	color: #000;
	height: 32px;
	line-height: 32px;
	width: 225px;
	border-radius: 20px;
	box-shadow: 2px 2px 4px #00000060;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	background-color: #FFEB00;
}

.fukidashi:after {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	transform: translate(-50%, 0);
	bottom: 0;
	left: 50%;
	border-left-width: 6px;
	border-right-width: 6px;
	border-top-width: 10px;
	margin-bottom: -11px;
	border-top-color: #FFEB00;
	filter: drop-shadow(1.5px 3px 1.5px #00000060);
	z-index: 1;
}

/* feature */
#feature {
	color: #fff;
}

#feature.sub-section .title-container .en-ttl {
	color: #000;
}

.text-group .title {
	position: relative;
	font-weight: 500;
}

.text-group .title::before {
	content: "";
	display: inline-block;
	width: 90px;
	height: 4px;
	background-color: #000;
	position: absolute;
	bottom: -14px;
	left: 0px;
}

.inner-title-container .num {
	position: relative;
	display: inline-block;
	width: 75px;
	height: 75px;
	background-color: #000;
	border-radius: 50%;
	margin: 0 auto;
}

.inner-title-container .num .num-text {
	color: #fff;
	line-height: 1.2;
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.inner-title-container .inner-title {
	font-weight: 500;
}

.feature-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.feature-list li {
	width: calc(96% / 3);
	font-weight: 500;
	text-align: center;
	background-color: #fff;
	color: #0077FF;
}

.movie-title {
	font-weight: 500;
}

.youtube {
	margin-top: 2rem;
}

/* form */
.tel-container {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
	width: 100%;
	max-width: 600px;
	margin-top: 4.2rem;
}

.tel-container .tel {
	font-weight: 700;
	font-size: 5.4rem;
	line-height: 1.4;
	background: url(/aircon/cleaning/common/images/freedial.svg)no-repeat;
	background-position: bottom 13px left;
	background-size: 15%;
	padding-left: 8rem;
	display: inline;
}

.tel-container .tel a {
	text-decoration: none;
	color: #0077FF;
}

.tel-container .tel-container {
	position: relative;
}

.tel-container .tel-text {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 2rem;
}

.tel-container .tel-text span.small-text {
	font-size: 1.2rem;
}

.tel-container .tel-icon {
	width: 30px;
	height: auto;
	margin-bottom: 12px;
}

#form .title {
	font-size: 1.8rem;
}

#form .sub-text {
	font-size: 1.7rem;
	margin-top: 5rem;
}

/*  ba */
.flex-title+.flex-half-container {
	margin-top: 1.7rem;
}

#merit .title {
	font-weight: 500;
}

/* merit */
#merit .img.has-bg {
	background-color: #fff;
	padding: 20px 18px;
}

#merit .img .caption {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 1.2rem;
	line-height: 1.5;
}

/* クリーニングの流れ procedure */
#procedure .flow-container li {
	position: relative;
}

#procedure .flow-container {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#procedure .flow-container li .text {
	padding-top: 1.2rem;
	background-color: #fff;
}

#procedure .flow-item .num {
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: -25px;
	left: 1rem;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0077FF;
	border-radius: 50%;
}

#procedure .flow-ttl {
	text-align: center;
	font-weight: 700;
}

/*タブ実装*/
.tab_box {
	margin-top: 8rem;
}

.tab_box .btn_area {
	display: -webkit-box;
	display: flex;
}

.tab_box .tab_btn {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	width: 50%;
	padding: 20px 0;
	border-top: 3px #A0A0A0 solid;
	border-left: 3px #A0A0A0 solid;
	border-right: 3px #A0A0A0 solid;
	position: relative;
	top: 2.9px;
	background: #A0A0A0;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tab_box .tab_btn:first-of-type {
	margin-right: 8px;
}

.tab_box .tab_btn:not(.is-active):hover {
	opacity: 0.9;
}

.tab_box .tab_btn.is-active {
	background: #fff;
	color: #000;
}

.tab_box .panel_area {
	background-color: #fff;
	border: 3px solid #A0A0A0;
	/* position: relative;
	top: 0px; */
	padding: 50px 4% 20px;
}

.tab_box .tab_panel {
	display: none;
}

.tab_box .tab_panel.is-show {
	display: block;
}

/* 料金 price */
.fw {
	font-weight: 300;
}

#contact.sub-section {
	padding-top: 1rem;
}

.table-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.table-container .table-item {
	width: calc(96% / 2);
	background-color: #f5f5f5;
}

.table-container {
	text-align: center;
}

.table-container table {
	width: 100%;
	text-align: center;
	border-spacing: 0;
	max-width: 387px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3;
}

.table-container table th {
	padding: 8px;
	border-bottom: solid 1px #D9D9D9;
	font-weight: 400;
	font-size: 1.1rem;
}

.table-container table tr {
	border-top: #fff solid 3px;
}

.table-container table td {
	padding: 5px 0 18px;
	font-size: 2.8rem;
	font-weight: 700;
}

.table-container table td .small {
	font-size: 1.5rem;
}

.table-container table td .tax {
	font-size: 48%;
	font-weight: 400;
}

.table-container .case {
	text-align: center;
	font-size: 1.8rem;
	font-size: min(2vw, 18px);
	padding: 14px 0;
	color: #fff;
	border-bottom: #fff solid 3px;
}

.table-container .case.blue {
	background-color: #0077FF;
}

.table-container .case.green {
	background-color: #28D1AA;
	position: relative;
}

.table-container .case.mint-green {
	background-color: #27BBD1;
	position: relative;
}


.table-container .title {
	font-size: 1.5rem;
}

#price .tab_panel .caption {
	font-size: 1.6rem;
}

/* contact 申し込み */
#contact .btn-container {
	max-width: 830px;
	margin: 0 auto;
	padding: 0;
	border: none;
}

#contact .btn-container p {
	font-size: 2rem;
}

#contact .btn-list .btn-item:after {
	top: 6px;
}

#contact .btn-list {
	max-width: 830px;
	margin-top: 30px;
}

#contact .btn-list .btn-item a,
#contact .btn-list .btn-item label {
	font-size: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* お申し込みの流れ step  */
#step .flow-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#step .flow-container li {
	width: calc(96% / 3);
	background-color: #fff;
	border: 2px solid #0077FF;

	padding: 3rem 2rem .5rem;
	position: relative;
}

#step .flow-item .num {
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	width: 78px;
	display: block;
	background-color: #0077FF;
	font-weight: bold;
	position: absolute;
	top: 11px;
	left: calc(50% - 39px);
	transform: translate(0, -50%);
}

#step .flow-ttl {
	text-align: center;
	font-weight: 700;
	color: #0077FF;
}

#step .img {
	padding: 1rem 0 0;
}

/* よくある質問 qa */
.faq-container {
	width: 100%;
}

.faq-container .ac-sec {
	border: 1px solid #0077FF;
}

.faq-container .ac-sec:not(:last-of-type) {
	margin-bottom: 3rem;
}

.faq-container .faq-title {
	position: relative;
	margin: 0;
	padding: 1.8rem 5rem 1.8rem 2rem;
	transition: .3s;
	cursor: pointer;
}

.faq-container .faq-title,
.faq-content {
	background-color: #fff;
}

.faq-container .faq-title .question {
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	position: relative;
	background-color: #0077FF;
	border-radius: 50%;
}

.faq-container .faq-title .question span {
	position: relative;
	top: -1.5px;
}

.faq-content p.answer span {
	position: relative;
	top: -1px;
}

.faq-container .faq-title .ttl {
	/* display: flex;
	align-items: center; */

	font-size: 1.6rem;
	margin-left: 10px;
	position: relative;
	top: 0px;
	flex: 1;
}

.faq-content {
	padding: 0rem 2rem 2rem 2rem;
}

.ac-sec .faq-content .flex-container {
	border-top: 1px solid #0077FF;
	padding-top: 2rem;
}

.faq-content p.answer {
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	position: relative;
	background-color: #0077FF;
	border-radius: 50%;
}

.faq-content .detail {
	width: 100%;
	margin-left: 10px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	flex: 1;
}

.faq-content .detail.tlink a {
	text-decoration: underline;
	transition: .3s;
}

.faq-content .detail.tlink a:hover {
	text-decoration: none;
	opacity: .7;
}

.faq-content .detail .btn-wrap {
	margin-top: 2rem;
}

.faq-container .flex-container {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	justify-content: flex-start;
}

#qa li {
	padding-left: 1em;
	text-indent: -1em;
}

/* よくある質問 アコーディオン */
.faq-container .faq-title::before {
	content: "";
	position: absolute;
	top: 34px;
	right: 2.2rem;
	width: 18px;
	height: 2px;
	border-radius: 2px;
	transform: rotate(90deg);
	background: #0077FF;
	transition: all .3s ease-in-out;
}

.faq-container .faq-title::after {
	content: "";
	position: absolute;
	top: 34px;
	right: 2.2rem;
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background: #0077FF;
	transition: all .2s ease-in-out;
}

.faq-container .faq-title.open::before {
	transform: rotate(180deg);
}

.faq-container .faq-title.open::after {
	opacity: 0;
}

.faq-content {
	display: none;
}

#notice li {
	padding-left: 1em;
	text-indent: -1em;
}


/* 料金ページ内リンクボタン */

.btn-fee {
	max-width: 300px;
	margin: 50px auto 0;
}

.btn-fee a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	padding: 0 1em 0 0;
	line-height: 1.4;
	font-weight: 500;
	color: #0077FF;
	background-color: #fff;
	border: solid 1px #0077FF;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	transition: .4s;
}

.btn-fee a::before {
	content: '';
	width: 11px;
	height: 10px;
	background-image: url(/aircon/cleaning/common/images/chevron-navi.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% auto;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translate(0, -50%);
}

.btn-fee a:hover {
	color: #fff;
	background: #0077FF;
}

.btn-fee a:hover::before {
	background-image: url(/aircon/cleaning/common/images/chevron-navi-w.svg);
}

/*-------- cocoromember --------*/

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	article {
		font-size: 1.5rem;
		line-height: 1.6;
	}


	/* マージン */
	.mts {
		margin-top: 2rem;
	}

	/* フレックスコンテナ */
	.flex-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.flex-container>.flex-item {
		width: 100%;
		margin-top: 3rem;
	}

	.flex-container>.flex-item:first-of-type {
		margin-top: 0;
	}

	.flex-half-container .flex-item {
		width: 100%;
		margin-top: 2rem;
	}

	.flex-half-container>.flex-item:first-of-type,
	#feature .flex-half-container>.flex-item:first-of-type,
	#ba .flex-half-container>.flex-item:first-of-type {
		margin-top: 0;
	}

	#ba .flex-half-container .flex-item {
		margin-top: 0;
		width: 49.5%;
	}

	/* ba arrow */

	#ba .flex-half-container.has-arrow::before {
		display: none;
	}

	/* フレックスコンテナ （3カラム） */
	.flex-container.flex-col3 .flex-item {
		width: 100%;
	}

	/* アローボタン・左 */
	.btn-arrow a {
		font-size: min(4vw, 14px);
		max-width: 337px;
	}

	#contact .btn-arrow a {
		font-size: 1.6rem;
		width: 100%;
	}

	/* メインビジュアル */

	/* #mainVisual .mv-title {
		top: 20%;
	} */
	#mainVisual .title {
		font-size: min(6.4vw, 26px);
		/* font-size: 2.4rem; */
		line-height: 1.4;
		text-align: center;
		font-weight: 700;
	}

	#mainVisual .mv-title {
		text-align: center;
		margin: 0 5%;
		padding: 20px 0;
	}

	#mainVisual .sub-title {
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.4;
		font-weight: 700;
		padding: 0.5rem 1.2rem;
		max-width: 360px;
		width: 100%;
		color: #FFF925;
	}

	#mainVisual .sub-title span.naname {
		font-style: italic;
	}

	#mainVisual .sub-title span.l-text {
		font-size: min(4.6vw, 18px);
	}

	#mainVisual .mv img {
		/* width: 100vw;
		height: 100vw; */
	}

	#mainVisual .mv-text-container {
		padding-left: 7%;
		padding-bottom: 2.5rem;
		padding-top: 1.5rem;
	}

	/* フォーム */
	#form {
		padding: 0 0 2rem;
	}

	/* pick */
	#pick {
		background-color: #CCE1F8;
	}

	#pick .flex-half-container {
		margin-top: 1rem;
	}

	#pick .flex-half-container .flex-item {
		width: 48%;
		margin-top: 0;
	}

	#pick .flex-half-container::before {
		width: 9%;
		height: 28%;
	}

	#pick.sub-section {
		padding-top: 3rem;
		padding-bottom: 4rem;
	}

	#pick .flex-outer .merit-text {
		line-height: 1.2;
		font-size: 1.4rem;
		padding: 12px 10px;
		right: -16px;
		top: -18px;
	}

	#pick .flex-container.half>.flex-item:first-of-type {
		margin-top: 2rem;
	}

	.pick-list {
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.pick-list li:nth-child(-n+2) {
		border-bottom: 2px dotted #000;
		padding-bottom: 8px;
	}

	.pick-list li:nth-child(n+2) {
		margin-top: 8px;
	}

	.pick-list .mark {
		top: 0px;
	}

	.pick-text {
		font-size: 1.8rem;
		padding-left: 10px;
		flex: 1;
	}

	.pick-sub-text {
		font-size: 1.5rem;
	}

	.pick-title {
		/* background-color: #0077FF;
		border-radius: 10px;
		padding: 5px 0;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		margin: 0 auto; */
		font-size: min(6vw, 20px);
		color: #0077FF;
	}



	/* point */
	#point {
		background-color: #CCE1F8;
	}

	#point.sub-section {
		padding-top: 5rem;
		padding-bottom: 2.5rem;
	}

	.point-list {
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2rem;
	}

	.point-list li:nth-child(-n+3) {
		border-bottom: 2px dotted #000;
		padding-bottom: 5px;
	}

	.point-list li:nth-child(n+2) {
		margin-top: 20px;
	}

	.point-text {
		padding-left: 10px;
		flex: 1;
		font-size: 1.6rem;
	}

	.point-title {
		background-color: #0077FF;
		border-radius: 10px;
		padding: 5px 0;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		margin: 0 auto;
		font-size: min(5vw, 18px);
	}



	/* form */
	.btn-container {
		margin: 20px auto 0;
		padding: 20px 14px;
	}


	/* ナビ */
	ul.list-page-navi {
		flex-wrap: wrap;
	}

	ul.list-page-navi li {
		width: 48%;
	}

	ul.list-page-navi a {
		font-size: min(3.6vw, 14px);
	}

	ul.list-page-navi li:nth-child(-n+2) {
		margin-top: 2.5rem;
	}


	ul.list-page-navi li:nth-child(n+3) {
		margin-top: 1rem;
	}

	/* リード */
	.read-title {
		font-size: 1.8rem;
	}

	.read-text {
		font-size: 1.4rem;
		margin-top: 2rem;
		line-height: 1.8;
		text-align: left;
	}

	.read-text p:nth-child(n+2) {
		margin-top: 2rem;
	}

	#read.sub-section {
		padding-top: 7rem;
		padding-bottom: 3.8rem;
	}

	/* サブセクション sp/pc別：タイトル下余白 */
	.title-container {
		padding-bottom: 4rem;
	}

	#feature .title-container {
		padding-bottom: 5.8rem;
	}

	#procedure .title-container {
		padding-bottom: 5.3rem;
	}

	/* サブセクション */
	.sub-section {
		padding-top: 5rem;
		padding-bottom: 7rem;
	}



	.title-container.center .sub-title .ttl {
		font-size: min(7.1vw, 26px);
		/* font-size: 2.6rem; */
		line-height: 1.6;
		margin-top: 1.2rem;

	}

	/* feature */
	.text-group .title {
		font-size: 1.7rem;
		line-height: 1.6;
	}

	.text-group .title::before {
		width: 60px;
	}

	#feature .flex-half-container .flex-item {
		margin-top: 6rem;
	}

	.text-group .text {
		margin-top: 3rem;
	}

	.title-container+.inner-title-container {
		margin-top: 0;
	}

	.inner-title-container {
		margin-top: 8rem;
	}

	.inner-title-container .num {
		font-size: 2.8rem;
		width: 50px;
		height: 50px;
	}

	.inner-title-container .inner-title {
		font-size: min(5vw, 20px);
		margin-top: 1rem;
		padding-bottom: 3rem;
	}


	.feature-list {
		margin-top: 1rem;
		flex-wrap: wrap;

	}

	.feature-list li {
		font-size: 1.5rem;
		line-height: 1.4;
		padding: 1rem .4rem;
		width: 100%;
		border-radius: 30px;
		margin-top: 1.5rem;
	}

	#feature .img-container {
		margin-top: 2rem;
	}

	.movie-container {
		margin-top: 6rem;
	}

	.movie-title {
		font-size: min(5.6vw, 20px);
	}


	/* form 申し込み */
	.tel-container .tel {
		font-size: 3.2rem;
		padding-left: 4.8rem;
		background-position: bottom 8px left;
	}

	.tel-container {
		margin-top: 2rem;
	}

	.tel-container .tel-text {
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.tel-container .tel-text span.small-text {
		font-size: 1.2rem;
	}

	/*  ba */
	.flex-title+.flex-half-container {
		margin-top: 1rem;
	}

	.flex-title {
		margin-top: 5rem;
	}

	#ba .title-container+.flex-title {
		margin-top: 0;
	}

	.flex-title .large {
		font-size: 1.7rem;
		font-weight: bold;
	}

	#ba .flex-half-container .flex-item .ba {
		font-size: 1.2rem;
	}

	#ba .object-fit {
		width: 100%;
		height: 36vw;
		object-fit: cover;
		object-position: 50% 50%;
	}

	/* merit */

	#merit .text {
		margin-top: 1rem;
	}

	#merit .title {
		font-size: 1.6rem;
	}

	#merit .img.has-bg {
		padding: 18px 10px;
	}

	#merit .img .caption {
		padding-left: 1.5em;
		font-size: 1.1rem;
	}

	#merit .img .caption li {
		text-indent: -1.5em;
	}

	#merit .text+.img {
		margin-top: 2rem;
	}

	#merit .flex-half-container {
		margin-top: 4rem;
	}

	#merit .flex-half-container .flex-item:first-of-type {
		margin-top: 0;
	}

	#merit .flex-half-container .flex-item {
		margin-top: 2rem;
	}

	#merit .title-container+.flex-half-container {
		margin-top: 0;
	}

	/* クリーニングの流れ procedure */
	#procedure .flow-container {
		justify-content: space-between;
	}

	#procedure .flow-container li {
		/* width: 100%; */
		width: 47%;
	}

	#procedure .flow-container li .text {
		padding-top: 1rem;
		background-color: #fff;
	}

	#procedure .flow-container li:nth-of-type(n+3) {
		margin-top: 5rem;
	}

	#procedure .flow-text {
		font-size: 1.4rem;
		margin-top: .6rem;
		line-height: 1.6;
	}

	#procedure .flow-ttl {
		font-size: 1.4rem;
		text-align: left;
	}

	#procedure .flow-item .num {
		font-size: 1.6rem;
		color: #fff;
		font-weight: bold;
		position: absolute;
		top: -13px;
		left: 7px;
		width: 26px;
		height: 26px;
	}

	#procedure .text-container .text {
		font-size: 1.2rem;
	}

	/*タブ実装*/
	.tab_box {
		margin-top: 6rem;
	}

	.tab_box .panel_area {
		padding: 22px 16px 22px;
	}

	.tab_box .btn_area {
		justify-content: space-between;
	}

	.tab_box .tab_btn {
		font-size: 1.4rem;
		line-height: 1.4;
		width: 50%;
		padding: 6px 0;
		top: 2.7px;
	}

	.tab_box .tab_btn:first-of-type {
		margin-right: 4px;
	}

	#price .tab_panel .caption {
		font-size: 1.4rem;
	}

	/* 料金 price */
	.table-container .table-item {
		width: 100%;
	}

	.cocoro .table-container .table-item {
		width: 100%;
	}

	.table-container .table-item:nth-of-type(n+2) {
		margin-top: 6rem;
	}

	.table-container table td {
		font-size: 2.4rem;
		padding: 5px 2px 10px;
	}

	.table-container table td .small {
		font-size: 1.4rem;
	}

	.table-container table th {
		font-size: 1.1rem;
	}

	.table-container .title {
		font-size: 1.4rem;
	}

	.table-container .case {
		font-size: 1.6rem;
	}

	.fukidashi-outer {
		top: -44px;
	}

	.case.green .fukidashi-outer {
		top: -40px;
	}

	.fukidashi {
		font-size: min(3.4vw, 13px);
		height: 28px;
		line-height: 28px;
		width: 220px;
	}

	.case.green .fukidashi {
		width: 160px;
		font-size: min(3.4vw, 13px);
	}

	/* contact 申し込み */

	#contact .text-container .text {
		font-size: 1.4rem;
	}

	#contact .tel-container .text {
		font-size: 1.3rem;
		line-height: 1.3;
	}

	#contact .text-container {
		font-size: 1.5rem;
		margin-top: 3rem;
	}

	#contact.title-container+.text-container {
		font-size: 1.6rem;
	}


	#contact .btn-container p {
		font-size: 1.6rem;
	}

	#contact .btn-list .btn-item:after {
		top: 1px;
	}

	#contact .btn-list .btn-item.tel label {
		/* background-size: auto 22px; */
		/* padding-left: 34px; */
		font-size: min(4.2vw, 16px);
		/* background-position: left 36px center; */
	}

	#contact .btn-list .btn-item.mail a {
		/* background-size: auto 16px; */
		/* padding-left: 38px; */
		font-size: min(4.2vw, 16px);
		/* background-position: left 26px center; */
	}

	#contact .btn-list {
		margin-top: 17px;
	}

	#contact .btn-list .btn-item span.img {
		margin-right: 6px;
	}

	#contact .btn-list .btn-item a,
	#contact .btn-list .btn-item label {
		height: 44px;
	}

	/* お申し込みの流れ step  */
	#step .text {
		font-size: 1.2rem;
		line-height: 1.8;
	}

	#step .flow-container li {
		width: 100%;
		padding: 3rem 2rem .5rem;
	}

	#step .flow-container li:nth-last-of-type(-n+2) {
		margin-top: 5rem;
	}

	#step .flow-text {
		font-size: 1.4rem;
		margin-top: .8rem;
		line-height: 1.6;
	}

	#step .flow-ttl {
		font-size: 1.8rem
	}

	#step .flow-item .num {
		font-size: 1.4rem;
		width: 56px;
		top: 9px;
		left: calc(50% - 28px);
	}

	#step .text-container .text {
		font-size: 1.2rem;
	}

	/* よくある質問 qa */
	.faq-container .ac-sec:not(:last-of-type) {
		margin-bottom: 2rem;
	}

	.faq-container .faq-title {
		padding: 1.2rem 3.4rem 1.2rem 1.2rem;
	}

	.faq-container .faq-title .question {
		font-size: 1.2rem;
		width: 26px;
		height: 26px;
		top: 0px;
	}

	.faq-container .faq-title .ttl {
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.faq-container .faq-title::before {
		top: 24px;
		right: 12px;
		width: 14px;
	}

	.faq-container .faq-title::after {
		top: 24px;
		right: 12px;
		width: 14px;
	}

	.faq-content {
		padding: 0rem 1.2rem 1.2rem 1.2rem;
	}

	.ac-sec .faq-content .flex-container {
		padding-top: 1.2rem;
	}

	.ac-sec .faq-content::before {
		width: 95%;
	}

	.faq-content p.answer {
		font-size: 1.4rem;
		width: 26px;
		height: 26px;
	}

	.faq-content p.answer span {
		position: relative;
		top: -.5px;
	}

	.faq-content p.answer:before {
		top: 16%;
	}

	.faq-content .detail {
		width: 100%;
		font-size: 1.4rem;
	}

	/* ご注意 notice */
	#notice .text {
		line-height: 1.8;
		font-size: 1.2rem;
	}

	.sub-section:last-of-type {
		padding-bottom: 4rem;
	}


	.btn_price {
		width: 100px;
		right: auto;
		left: 5%;
		bottom: 20px;
	}
	
	.btn_price a {
		box-shadow: 2px 2px 0px 0px #1717173a;
		font-size: 15px;
		padding: 5px 10px;
		border-radius: 5px 5px 0 0;
	}
	
	.btn_price a:hover {
		opacity: 1;
	}
	/*-------- cocoromember --------*/
}


/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {
	article {
		line-height: 1.8;
	}

	ul.single {
		padding-left: 2em;
	}

	ul.single li {
		text-indent: -1.5em;
	}

	ul.single li span {
		margin-right: 0.5em;
	}

	/* マージン */
	.mts {
		margin-top: 4rem;
	}

	/* フレックスコンテナ：ハーフ */
	.flex-half-container {
		justify-content: space-between;
	}

	.flex-half-container .flex-item {
		width: 47%;
	}

	/* フレックスコンテナ ba */

	.flex-half-container.has-arrow {
		position: relative;
	}

	.flex-half-container.has-arrow::before {
		position: absolute;
		transform: translate(-50%, -50%);
		content: "";
		right: calc(50% - 4.6%);
		top: 50%;
		width: 4.6%;
		height: 21%;
		background: url(/aircon/cleaning/common/images/arrow.svg) no-repeat;
		background-size: 100%;
	}

	/* アローボタン左 */
	.btn-arrow a {
		width: 335px;
	}

	/* メインビジュアル */

	#mainVisual .mv-title {
		text-align: center;
		width: 100%;
		/* margin: 0 auto; */
		position: absolute;
		top: 59%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
	}

	#mainVisual .title {
		font-size: min(3.6vw, 43px);
		/* font-size: 4.3rem; */
		font-weight: 500;
		line-height: 1.5;
		color: #fff;
		text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 15px rgba(0, 0, 0, 0.3);
		max-width: 520px;
		margin: 0 auto;
	}

	/* フォーム:メイン */
	#form.mv-form {
		/* background-color: #CCE1F8;
    padding: 0rem 0 3rem; */
	}


	#form.mv-form .btn-container {
		margin: 0px auto 0;
		background-color: #fff;
	}

	#form.mv-form .pc-outer {
		padding: 5rem 0 0;
	}

	/* pick */
	#pick .pc-outer {
		background-color: #CCE1F8;
		padding: 0rem 3rem 3rem;
	}

	#pick.sub-section {
		padding-top: 0;
		padding-bottom: 0;
	}

	#pick .flex-container.half {
		justify-content: space-between;
		align-items: center;
		margin-top: 4rem;
		max-width: 860px;
	}

	#pick .flex-container.half .flex-item {
		width: 47.5%;
	}

	#pick .flex-half-container .flex-item {
		width: 48%;
	}



	.pick-list li:nth-child(-n+2) {
		border-bottom: 2px dotted #000;
		padding-bottom: 5px;
	}

	.pick-list li.has-text {
		padding-bottom: 8px;
	}

	.pick-list li:nth-child(n+2) {
		margin-top: 20px;
	}

	.pick-list .mark {
		font-size: 1.8rem;
		margin: 0 auto;
		position: relative;
		top: -4px;
	}

	.sub-pick-title {
		color: #000;
		margin-bottom: 0;
	}

	.sub-pick-title:before,
	.sub-pick-title:after {
		background-color: #000;
	}

	.pick-title-wrap {
		/* background-color: #0077FF;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
		padding: 8px 0 0;
    max-width:760px;
    margin: 0 auto; */
		text-align: center;
		display: flex;
		flex-direction: column;
		padding-top: 2rem;
	}

	.pick-title {
		font-size: 2.9rem;
		line-height: 1.6;
		padding-left: 10px;

	}

	.pick-text {
		font-size: min(2.1vw, 20px);
		line-height: 1.5;
		padding-left: 7px;
		flex: 1;
	}

	.pick-sub-text {
		font-size: min(2.1vw, 18px);
	}

	/* point */
	#point .pc-outer {
		background-color: #CCE1F8;
		padding: 6rem 3rem 4rem;
	}


	#point.sub-section {
		padding-top: 0rem;
		padding-bottom: 0rem;
	}

	.point-list {
		margin-top: 3rem;
		/* margin-left: auto;
		margin-right: auto; */
	}

	.point-list li:nth-child(-n+3) {
		border-bottom: 2px dotted #000;
		padding-bottom: 5px;
	}

	.point-list li:nth-child(n+2) {
		margin-top: 20px;
	}

	.point-list .num {
		font-size: 1.8rem;
		margin: 0 auto;
		position: relative;
		top: 2px;
	}


	.point-title {
		font-size: 2rem;
		line-height: 1.6;
		background-color: #0077FF;
		/* border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px; */
		border-radius: 10px;
		padding: 5px 0;
		max-width: 50rem;
		margin: 0 auto;
	}

	.point-text {
		font-size: 1.6rem;
		padding-left: 7px;
		flex: 1;
	}

	span.marker.marker-yellow {
		/* display: inline;
		color: #FFF925;
		background: none; */
	}

	.point-list li:nth-child(n+2) {
		/* margin-left: 20px; */
	}

	/* ナビ */
	#navi {
		border-top: 3px solid #F5F5F5;
		border-bottom: 3px solid #F5F5F5;
		margin-top: 5rem;
	}

	ul.list-page-navi {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	ul.list-page-navi a {
		font-size: min(1.9vw, 16px);
	}

	/* リード */
	.read-title {
		font-size: 2.2rem;
	}

	.read-text {
		font-size: 1.8rem;
		margin-top: 5rem;
		line-height: 2.2;
	}

	/* サブセクション */
	.sub-section:last-of-type {
		padding-bottom: 8rem;
	}

	.sub-section .title-container .ttl {
		margin-top: 1rem;
	}

	/* サブセクション sp/pc別 */
	.title-container .sub-title {
		font-size: 3.4rem;
	}

	.title-container .small-text {
		font-size: 1.8rem;
	}

	/* サブセクション sp/pc別：タイトル下余白 */
	.title-container {
		padding-bottom: 6rem;
	}

	#procedure .title-container {
		padding-bottom: 8rem;
	}

	/* feature */
	#feature .flex-half-container .flex-item:nth-of-type(2n-1) {
		margin-left: 0;
	}

	#feature .flex-half-container .flex-item:nth-of-type(n+3) {
		margin-top: 6rem;
	}

	.inner-title-container .num {
		font-size: 3.6rem;
	}

	.inner-title-container .inner-title {
		font-size: 2.6rem;
		padding-bottom: 6rem;
	}

	.title-container+.inner-title-container {
		margin-top: 0;
	}

	.inner-title-container {
		margin-top: 8rem;
	}

	.feature-list {
		margin-top: 3rem;
	}

	.feature-list li {
		font-size: min(1.9vw, 18px);
		padding: 2rem .4rem;
	}

	#feature .img-container {
		margin-top: 3rem;
	}

	.movie-container {
		margin-top: 12rem;
	}

	.movie-title {
		font-size: 2.2rem;
	}


	/*  ba */
	.flex-title {
		margin-top: 6rem;
	}

	.flex-title .large {
		font-size: 2rem;
		font-weight: bold;
	}

	.text-group .title {
		font-size: 2rem;
	}

	.text-group .title.col1+.text {
		margin-top: 7.6rem;
	}

	.text-group .text {
		margin-top: 4rem;
	}

	#ba .title-container+.flex-title {
		margin-top: 0;
	}

	/* merit */
	#merit .title {
		font-size: 1.8rem;
	}

	#merit .text {
		margin-top: 1.4rem;
	}

	#merit .text+.img {
		margin-top: 3rem;
	}

	#merit .title-container+.flex-half-container {
		margin-top: 0;
	}

	#merit .flex-half-container {
		margin-top: 6rem;
	}



	/* クリーニングの流れ procedure */
	#procedure .flow-item .num {
		align-items: end;
	}

	#procedure .flow-container li {
		width: calc(94% / 3);
	}

	#procedure .flow-container li {
		margin-left: 3%;
	}

	#procedure .flow-container li:nth-of-type(3n-2) {
		margin-left: 0;
	}

	#procedure .flow-container li:nth-of-type(n+4) {
		margin-top: 6rem;
	}

	#procedure .flow-text {
		margin-top: 1rem;
		line-height: 1.6;
	}

	#procedure .flow-ttl {
		font-size: 1.8rem;
	}

	/* contact 申し込み */
	#contact .text-container {
		text-align: center;
		font-size: 1.6rem;
		margin-top: 6rem;
	}

	#contact .text-container .text {
		font-size: 1.5rem;
	}

	#contact .tel-container .text {
		font-size: 1.4rem;
		line-height: 1.3;
	}

	#contact .tel-container+.text-container {
		margin-top: 8rem;
	}

	#contact .btn-list .btn-item span.img {
		margin-right: 14px;
	}

	#contact .btn-list .btn-item.tel span.img {
		width: 26px;
	}

	#contact .btn-list .btn-item.mail span.img {
		width: 48px;
	}

	#contact .btn-list .btn-item a,
	#contact .btn-list .btn-item label {
		height: 70px;
	}

	#contact .btn-list .btn-item:after {
		top: 10px;
		width: 12px;
	}

	/* お申し込みの流れ step  */
	#step .flow-text {
		font-size: 1.5rem;
		margin-top: .2rem;
		line-height: 1.6;
	}

	#step .flow-ttl {
		font-size: 1.8rem;
	}

	/* よくある質問 qa */
	.faq-content .detail .btn-wrap {
		width: 323px;
	}

	.faq-content .detail .btn-wrap:first-child {
		margin-right: 2rem;
	}


	/* ご注意 notice */
	#notice .text {
		font-size: 1.4rem;
		line-height: 2.2;
	}

	/*-------- cocoromember --------*/
}

/* ====================================
	768px以上1023以下専用スタイル
===================================== */
@media screen and (min-width: 768px) and (max-width: 1023px) {}

/* ====================================
	1024px以上専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) {}

/* ====================================
	1200px以上専用スタイル
===================================== */
@media screen and (min-width: 1200px) {}

/* ====================================
	1500px以上専用スタイル
===================================== */
@media screen and (min-width: 1500px) {}