@charset "utf-8";
@import url("hamburger_menu.css");

*{box-sizing: border-box;
	margin: 0;
	padding: 0;}
body{margin:0 auto;
	width: 100%;
	height: 100%;
	max-width: 1920px;
	min-width: 750px;
	-webkit-text-size-adjust: 100%; 
	font-family: Arial, Helvetica, "sans-serif", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	scroll-behavior: smooth;
}

@font-face {
  font-family: "font_M";
  src:url("../fonts/G-OTF-GShinMGoPro-Medium.otf") format("opentype");
}
@font-face {
  font-family: "font_B";
  src:url("../fonts/G-OTF-GShinMGoPro-Bold.otf") format("opentype");
}
@font-face {
  font-family: "font_EB";
  src:url("../fonts/FOTRodinNTLG Pro EB.otf") format("opentype");
}
@font-face {
  font-family: "font_EN";
  src:url("../fonts/PassionOne-Regular.ttf") format("truetype");
}

/*----　初期設定　----*/
a{
	text-decoration:none;
	transition:ease-in-out 0.2s;
	font-family: "font_B";
	color: #383838;
	white-space:nowrap;
	cursor:pointer;
}
a:hover{
	opacity: 0.7;
}
p{
	text-align: justify;
	font-size: 25px;
	color: #808080;
	font-family: "font_M";
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
img{
	margin: 0;
	padding: 0;
}
.img{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.display_tel_1000{
	display: none;
}
.display_tel_1100{
	display: none;
}
.display_tel_1200{
	display: none;
}
.display_tel{
	display: none;
}
.display_tel_900{
	display: none;
}
.haba_1300{
	max-width:1300px;
	width: 97%;
	margin: auto;
}

.haba{
	max-width: 1150px;
	width: 100%;
	margin: auto;
}
.haba_1000{
	max-width: 1000px;
	width: 95%;
	margin: auto;
}
.haba_900{
	max-width: 900px;
	width: 100%;
	margin: auto;

}
.haba_90p{
	max-width: 1300px;
	width: 90%;
	margin: auto;
}
.flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_top,.kahen_flex_top{
	display: flex;
	align-items:flex-start;
	justify-content: flex-start;
}
.flex_bottom{
	display: flex;
	align-items:flex-end;
	justify-content: flex-start;
}
.flex_center_top{
	display: flex;
	align-items:flex-start;
	justify-content: center;
}
.flex_left{
	display: flex;
	align-items:center;
	justify-content: flex-start;
}
.flex_right{
	display: flex;
	align-items:center;
	justify-content: flex-end;
}
.flex_between{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex_between_top{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.flex_between_bottom{
	display: flex;
	align-items:flex-end;
	justify-content: space-between;
}
.flex_column{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;	
}
.flex_column_top{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;	
}
.flex_column_left{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}

.flex_wrap{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
}
.flex_top_wrap{
	display: flex;
	align-items:flex-start;
	justify-content: center;
	flex-flow: wrap;
}
.flex_bottom_wrap{
	display: flex;
	align-items:flex-end;
	justify-content: center;
	flex-flow: wrap;
}
.flex_left_wrap{
	display: flex;
	align-items:center;
	justify-content: flex-start;
	flex-flow: wrap;
}

ol li,ul li{
	list-style-position: inside;
}

.kahen_flex,.kahen_flex_1000{
	display: flex;
	justify-content: center;
	align-items: center;
}
.kahen_flex_between_top{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
@media screen and (max-width: 1300px){
  /*--ここにスマホに適したCSSを記述します*/
	.kahen_flex,.kahen_flex_top{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
	
}
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.kahen_flex_1000{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
	.kahen_flex_between_top{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
}
}


.siro{
	color: #fff;
}
.orange{
	color: #FF8C1E;
}
.orange2{
	color: #ff8023;
}
.yellow{
	color: #ffcf1f;
}
.BG_yellow{
	background-color: #ffcf1f;
	width: 100%;
	position: relative;
}
/*--- h ---*/
h1{
	font-size: 19px;
	color: #808080;
	font-family: "font_M";
	white-space: nowrap;
	padding-left: 8px;
	line-height: 23px;
	margin-top: 10px;
}
h2{
	color:#383838;
	font-family: "font_B";
	font-size:35px;
	line-height: 40px;
	letter-spacing: 2px;
	white-space: nowrap;
	margin-bottom: 10px;
}

h3{
	color: #383838;
	font-family: "font_EN";
	font-size: 38px;
	text-align: center;
	line-height: 35px;
	letter-spacing: 1px;
}
h4{
	color: #383838;
	font-family: "font_EB";
	font-size: 53px;
	text-align: center;
	line-height: 80px;
}
.title_haba{
	width: 50%;
	margin: auto;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	h1{
	font-size: 17px;
	margin-bottom: -15px;
	padding-left: 10px;
		line-height: 25px;
}
	h2{
		font-size: 45px;
		line-height: 55px;
	}
	.title_haba{
	width: 80%;
	margin: auto;
}
}
/*------レスポンシブ-------*/
/*----　ヘッダー　----*/
header{
	background-image: url("../images/header_BG.png");
	background-size: cover;
	background-position: center;
	width: 100%;
	position: relative;
	z-index: 100;
}
header section{
	width: 97%;
	margin: auto;
	max-width: 1000px;
}
header .rogo{
	margin-top:0px;
	width: 480px;
}
header .tel{
	margin-top: 19px;
	margin-left: 20px;
}
header .p{
	font-size: 14px;
	margin-bottom: -5px;
	margin-left: 7px;
	line-height: 20px
}
.header_a a:hover{
	opacity: 0.7;
}
header .flex_column_top{
	min-width: 400px;
}
.header_icon a{
	margin: 0 2px;
	background-color: #fff;
	padding: 7px 0 ;
	border: solid #BDE880 2px;
	border-top: none;
	border-radius: 0 0 10px 10px;
	width: 100px;
	height: 80px;
	padding-top: 15px;
}
.header_icon .blog{
	padding-top: 8px;
}
.header_icon .contact{
	background-color: #FF9C27;
	border: solid #FF9C27 2px;
	
}
.header_icon a img{
	display: block;
	margin: auto;
	border-radius: 0 0 10px 10px;
}
header .tel{
	margin-top: 10px;
}
header .mail{
	margin-top: 30px;
}
header .mail a{
	color: #fff;
	margin-left: 15px;
	font-size: 20px;
	padding:20px 50px;
	background-color: #FF9F27;
	border: #FF9F27 solid 2px;
	border-radius:40px;
	line-height: 40px;
}

/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	header{
	position:relative;
}	
	header section{
	width: 100%;
}
	header .rogo{
	margin-left: 30px;
	margin-top: 10px;

}
}

/*------レスポンシブ-------*/
/*-------- スマホのボトムリンク -------*/
.tel_bottom{
	position: fixed;
	bottom: 0;
	border-top: solid #FFFF00 5px;
	width:100%;
	height: 190px;
	z-index: 9999;
}
.fixed_tel{
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #FF95AE;
	width: 83%;
	height: 100%;
}
.fixed_mail{
	background-color: #98D700;
	width: 17%;
	height: 100%;
}

/*------ トップイメージ ------*/
.slick_pc{
	margin-top: -130px;
}
.slick_pc,.slick_tel{
	position: relative;
}
.slick_tel{
	margin-top: -110px;
}
.slick_tel h1{
	position: absolute;
	font-size: 25px;
	line-height: 35px;
	top: 95px;
	left: 30px;
}
/*----　slick　----*/
.test-slick2 {
    width: 70%;
	position: absolute;
	top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}
.test-slick__item2{
 	width: 100%;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1350px){
  /*--ここにスマホに適したCSSを記述します*/
.slick_pc{
	margin-top: -80px;
}
}
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
.test-slick2 {
    width: 95%;
	position: absolute;
	top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
}
/*------エアコンクリーニング-------*/
.top_1 .text{
	width: 600px;
	position: relative;
}
.top_1 .text h2{
	line-height: 50px;
}
.top_1 .text p{
	line-height: 40px;
}
.top_1 .text .kazari{
	position: absolute;
	bottom: -50px;
	left: -130px;
}
.top_1 .kahen_flex_top{
	margin-left: 70px;
}
.top_1 .kahen_flex_top .img{
	margin-top: -150px;
	margin-left: 30px;
}
.price p{
	line-height: 40px;
	text-align: center;
	margin-top: 5px;
}
@media screen and (max-width: 1300px){
  /*--ここにスマホに適したCSSを記述します*/

.top_1 .text p{
	line-height: 50px;
}
.top_1 .text h2{
	text-align: center;
	line-height: 70px;
}
	.top_1 .kahen_flex_top{
	margin-left: 0px;
}
.top_1 .kahen_flex_top .img{
	margin-top: 0px;
	margin-left: 0px;
}
.top_1 .kahen_flex_top .display_tel{
		width: 90%;
	}
.top_1 .text{
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
}	
	.price p{
	font-size: 20px;
	line-height: 30px;
}
}
/*------エアコンクリーニング料金-------*/
.top_1 .price .top_1_img2{
	position: relative;
}
.top_1 .price .top_1_img2 .kazari{
	position: absolute;
	left: -180px;
	bottom: 0px;	
}

/*------会社概要-------*/
.top_2_about {
	background-image: url("../images/top_2.png");
	width: 100%;
	height: 1240px;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}
.top_2_about a{
	position: absolute;
	bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.top_2_about .text{
	width: 780px;
	position: absolute;
	top: 54%;
    left: 62%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.top_2_about .text h2{
	font-size: 30px;
}
.top_2_about .text p{
	margin-top: 50px;
}
@media screen and (max-width: 1300px){
.top_2_about {
	background-image: url("../images/top_2_tel.png");
	height: 1384px;
}
	.top_2_about a{
	  bottom: -50px;
}
	.top_2_about .text{
	width: 520px;
	position: absolute;
	top: 74%;
    left: 49%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}
.top_2_about .text h2{
	font-size: 20px;
	line-height: 30px;
}
.top_2_about .text p{
	margin-top: 50px;
}
	
}

/* ---------- ムービー ---------- */
.top_3{
	position: relative;
	width: 100%;
	background-image: url("../images/top_3_BG.png");
	background-position: top;
	z-index: 10;
	padding: 50px 0 50px 0;
}
.top_3 .kazari{
	position: absolute;
	bottom: -100px;
	 left: 10%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.top_3_bottom_haikei{
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url("../images/top_3_BG.png");
	position: relative;
	z-index: 5;
}
.movie h2{
	text-align: center;
	color: #666666;
}
.movie .h2{
	font-size: 50px;
	color:#FF95AE;
	margin: 20px 0 30px 0;
}
.movie video{
	width:100%;
	max-width: 950px;
	margin: auto;
	margin-top: 10px;
	border-radius: 20px;
	border: solid #666666 20px;
}
@media screen and (max-width: 1000px){
.movie video{
	margin-top: 30px;
	width:700px;
}	
.top_3 .kazari{
	position: absolute;
	bottom: -180px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
}

/* ---------- コラム ---------- */
.top_4{
	width: 100%;
	background-image: url("../images/top_4_BG.png");
	height:1214px;
	background-position: center;
	margin-top: -150px;
}
.top_4 .waku{
	width: 90%;
	max-width: 1000px;
	border: solid 3px #FFA73B;
	background-color: #fff;
	border-radius: 30px;
	margin: auto;
}
.top_4 .title_haba{
	margin-top: -100px;
}
.top_4 .cat_BG{
	background-image: url("../images/icon_cat_BG.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 551px;
	width: 100%;
}

.top_4 p,.top_4-2 p{
	text-align: center;
	margin-top: 20px;
}
.top_4-2 .waku{
	background-image: url("../images/top_4-2_BG.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	width: 100%;
}
@media screen and (max-width: 1000px){
	.top_4 {
		height: 1900px;
		background-size: cover;
	}
}
/* ---------- コラム読み込み ---------- */
.top-column{
	margin-top: 30px;
}
.top-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
	padding: 0 16px;
}
.top-grid.is-empty {
  display: block;
}
.top-card {
  text-decoration: none;
  color: inherit;
  display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.top-card:hover img {
  transform: scale(1.05);
}
.top-thumb img {
  transition: .3s;
}

.top-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 30px;
  overflow: hidden;
  max-width: 250px;
}
.top-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-title {
  font-size: 14px;
  line-height: 1.6;
	text-align: center;
}

/* もっと見るボタン */
.back-to-list-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:18px 32px;
  color:#fff;
  text-decoration:none;
  border-radius:999px;
  font-size:16px;
  font-weight:700;
  line-height:1.4;
  transition:opacity .3s ease, transform .3s ease;
}

/* 矢印 */
.back-to-list-btn::after{
  content:"";
  display:inline-block;
  margin-left:10px;
  border-left:10px solid #fff;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  transform:translateY(1px);
}

/* 色分け */
.back-to-list-btn--blog{
  background:#FF568E;
}

.back-to-list-btn--column{
  background:#FFA73B;
}

.back-to-list-btn:hover{
  opacity:.85;
  transform:translateY(-1px);
}

.back-to-list-btn:visited{
  color:#fff;
}

.top-more-btn-wrap{
  text-align:center;
  margin-top:30px;
	margin-bottom: 30px;
}

.top-empty {
  text-align: center;
}

.top-empty img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
@media (min-width: 769px) {
  #top-blog-list .top-card:nth-child(4),
  #top-column-list .top-card:nth-child(4) {
    display: none;
  }
}

@media (max-width: 1024px) {
  .top-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .top-thumb {
    max-width: 100%;
  }
}
/* ---------- 選ばれる理由 ---------- */
.top_5{
	position: relative;
	width: 100%;
	background-image: url("../images/top_5_BG.png");
	height:1883px;
	background-position: top;
	background-repeat: no-repeat;
}
.top_5 .flex_column{
	position: absolute;
	top: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 100%;	
}
.top_5 .flex_wrap{
	width: 95%;
	max-width: 1200px;
	margin: auto;
	margin-top: 80px;
}

.top_5 .flex_wrap .icon{
	width: 323px;
	height: 400px;
	margin: 10px;
	border-radius: 30px;
}
.top_5 .flex_wrap .img{
	width: 100%;
	height:180px;
	background-position: center;
	background-size: cover;
	border-radius: 30px 30px 0 0;
	background-color: #fff;
	background-repeat: no-repeat;
}
.top_5 .flex_wrap .p1{
	text-align: center;
	font-family: "font_B";
	font-size: 30px;
	line-height: 50px;
	margin: 5px 0;
}
.top_5 .flex_wrap .p2{
	margin-top: -5px;
	padding: 0 22px;
	color: #808080;
	font-size: 20px;
	line-height: 30px;
}
.top_5 .flex_wrap .img1{
	background-image: url("../images/top_5_1.png");
	background-size:contain;
}
.top_5 .flex_wrap .img2{
	background-image: url("../images/top_5_2.jpg");
}
.top_5 .flex_wrap .img3{
	background-image: url("../images/top_5_3.png");
	background-size: 110%;
	background-position: 50% 80%;
}
.top_5 .flex_wrap .img4{
	background-image: url("../images/top_5_5.png");
	background-size: 110%;
}
.top_5 .flex_wrap .img5{
	background-image: url("../images/top_5_4.png");
	background-size: 110%;
}
.top_5 .flex_wrap .img6{
	background-image: url("../images/top_5_6.png");
	background-size: 110%;
}
.top_5 .flex_wrap .img7{
	background-image: url("../images/top_5_9.png");
	background-size: 110%;
}
.top_5 .flex_wrap .img8{
	background-image: url("../images/top_5_7.png");
	background-size: 110%;
}
.top_5 .flex_wrap .img9{
	background-image: url("../images/top_5_8.png");
	background-size: 110%;
}
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.top_5{
	background-image: url("../images/top_5_BG_tel.png");
	height:2187px;
}
}

/*--- ボトムリンク ---*/
#bottom_sticky{
	background-image: url("../images/pc_bottomLINK.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 300px;
	height: 300px;
	position: sticky;
	bottom: 50px;
	z-index: 9000;
	margin: auto 50px auto auto;
}
#bottom_sticky .tel{
	margin-top: 60px;
	width: 250px;
}
#bottom_sticky p{
	color: #A58B1E;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}
#bottom_sticky .mail{
	margin-top: 10px;
	width: 180px;
}

@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
#bottom_sticky{
	position: inherit;
	width: 400px;
	height: 400px;
	bottom: 0px;
	z-index: 9000;
	margin: auto auto auto auto;
}
#bottom_sticky .tel{
	width: 320px;
	margin-top: 80px;
}
	#bottom_sticky p{
	font-size: 16px;
	line-height: 25px;
}
#bottom_sticky .mail{
	width: 230px;
	margin-top: 20px;
}
}

/* ---------- フッター ---------- */
footer{
	margin-top: -250px;
	width: 100%;
	background-image: url("../images/footer_img.png");
	background-position: bottom;
	background-size: auto;
	height: 500px;
	background-repeat: no-repeat;
	
}
footer p{
	text-align: center;
}
footer .p1{
	line-height: 28px;
	font-size: 20px;
	margin-bottom: 30px;
	color: #B6C5CD;
}
footer nav{
	margin-top: 30px;
	
}
footer nav hr{
	height: 25px;
	border: 2px solid #848584;
	border-radius: 10px;
	margin: 0 10px;
}
footer nav a{
	font-size: 25px;
	padding: 5px 25px;
	color: #848584;
}
.copyright{
	text-align: center;
	font-size: 17px;
	margin: 10px auto;
	color: #B6C5CD;
}

@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
footer{
	margin-top: 50px;
}
	
}


@media screen and (max-width: 1250px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_tel_1250{
	display: block;
	}
}
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_pc_1100{
	display: none;
	}
	.display_tel_1100{
	display: block;
	}
	
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_tel_1000{
	display: block;
	}
	.display_pc_1000{
	display: none;
	}
	.display_tel_1250{
		display: none;
	}
}	
@media screen and (max-width: 1200px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_pc_1200{
		display: none;
	}
	.display_tel_1200{
	display: block;
	}
}		
/*------レスポンシブ-------*/
@media screen and (max-width: 1300px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_pc{
		display: none;
	}
	.display_tel{
	display: block;
	}
}

/*------レスポンシブ-------*/
@media screen and (max-width: 1300px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_tel_900{
		display: block;
	}
}

/*------レスポンシブ-------*/

/*------その他ページ-------*/
.title_haba2{
	width: 70%;
	margin: auto;
}
.top_hanyou{
	width: 100%;
	height: 923px;
	padding-top: 50px;
	background-repeat: no-repeat;
	background-position: center;
}
.title_haba2{
	position: relative;
	margin-bottom: 10px;
}
.title_haba2 .text{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.top_hanyou .p{
	width: 80%;
	margin: auto;
	margin-top: 20px;
	line-height: 38px;
}
.top_p{
	width: 97%;
	max-width: 1300px;
	margin: auto;
	margin-top: -50px;
	margin-bottom: 30px;
	font-size: 18px;
}
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.title_haba2{
	width: 100%;
	margin: auto;
}
	.top_hanyou{
	margin-top: -25px;
}
	.top_p{
	margin-top: -30px;
	font-size: 15px;
}
}


