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


/*==================================================================

		mainvisual

==================================================================*/
#top_mainvisual {
	position: relative;
  	width: 100%;
  	padding-top: 80px;
  	overflow: hidden;
}
#top_mainvisual .inner {
  	position: relative;
  	width: 100%;
}
#top_mainvisual .inner img {
  	width: 100%;
  	height: auto;
}
@media screen and (max-width: 640px) {
    #top_mainvisual {
        padding-top: 65px;
    }
    #top_mainvisual .inner img {
        content: url("../images/mv_img05.jpg");
    }
}


/*------------------------------ 飾り ------------------------------*/
.mv-layer-02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mv_img02.png) bottom center;
}
.mv-layer-03 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  height: 100%;
  background: url(../images/mv_img03.png) bottom center no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
    .mv-layer-02,.mv-layer-03 {
        display: none !important;
    }
}


/*------------------------------ キャッチ ------------------------------*/
#top_mainvisual .catch {
    position: absolute;
    top: calc(50% + 32.5px);
    transform: translateY(-50%);
    width: 60%;
    padding: 70px 5%;
    box-sizing: border-box;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 100%);
    z-index: 20;
}
.mv-copy-img {
    display: block;
    width: 100%;
    max-width: 665px;
    height: auto;
}
#top_mainvisual .catch p {
    margin-top: 20px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF;
    line-height: 1.6;
}
@media screen and (max-width: 640px) {
	#top_mainvisual .catch {
        top: 46%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        padding: 20px 20px 18px;
        text-align: center;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
        z-index: 20;
    }
    .mv-copy-img {
       	max-width: 280px;
        margin: 0 auto;
    }
    #top_mainvisual .catch p {
        font-size: 13px;
        margin-top: 10px;
        padding-left: 0;
    }
}




/*==================================================================

		#top_banners　＊　バナー２つ並び

==================================================================*/
#top_banners {
	padding: 80px 0;
}
#top_banners ul {
	display: flex;
	justify-content: center;
	gap: 0 40px;
 	padding: 0 20px; 
  	box-sizing: border-box;
}
#top_banners ul li {
  	flex: 0 1 620px; 
}
#top_banners ul li img {
  	display: block;
  	width: 100%;
  	height: auto;
}
@media screen and (max-width: 640px) {
	#top_banners {
    	padding: 40px 0;
  	}
  	#top_banners ul {
    	flex-direction: column;
    	align-items: center;
    	gap: 20px 0;
  	}
  	#top_banners ul li {
    	flex: 0 1 auto;
    	width: 100%;
    	max-width: 500px;
  	}
}




/*==================================================================

		共通　＊　h2タイトル

==================================================================*/
#top_menu h2 , #top_reason h2 , #top_popular h2 , #top_voice h2 , #top_area h2 , #top_message h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}
#top_menu h2 span , #top_reason h2 span , #top_area h2 span , #top_message h2 span {
	font-family: "Josefin Sans", sans-serif;
  	font-optical-sizing: auto;
	color: #249fd8;
	letter-spacing: 3px;
}
#top_menu h2 span::before , #top_menu h2 span::after ,
#top_reason h2 span::before , #top_reason h2 span::after , 
#top_area h2 span::before , #top_area h2 span::after ,
#top_message h2 span::before , #top_message h2 span::after {
	position: relative;
	top: -3px;
	content: "-";
	padding: 0 5px;
	color: #ffa517;
}
#top_menu h2 em , #top_reason h2 em , #top_popular h2 em , #top_voice h2 em , #top_area h2 em , #top_message h2 em {
	position: relative;
	font-size: 40px;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 1px;
	line-height: 1.6;
}
@media screen and (max-width: 640px) {
	#top_menu h2 em , #top_reason h2 em , #top_popular h2 em , #top_voice h2 em , #top_area h2 em , #top_message h2 em {
	  	font-size: 26px;
	  	text-align: center;
	}
	#top_popular h2 em {
	  	font-size: 24px;
	}
}



/*------------------------------ 画像使用あり・英語がカーブ ------------------------------*/
#top_popular h2 span , #top_voice h2 span {
	margin-bottom: 10px;
}
#top_popular h2 em::before , #top_popular h2 em::after ,
#top_voice h2 em::before , #top_voice h2 em::after {
	position: absolute;
	content: "";
	background: url("../images/h2_img01.png");
	background-size: 20px 25px;
	width: 20px; height: 25px;
	bottom: 11px;
	left: -45px;
}
#top_popular h2 em::after , #top_voice h2 em::after {
	bottom: 11px;
	left: auto;
	right: -45px;
	transform: scaleX(-1);
}
@media screen and (max-width: 640px) {
	#top_popular h2 em::before , #top_popular h2 em::after {
		display: none;
	}
}





/*==================================================================

		#top_popular　＊　特にご好評いただいている業種

==================================================================*/
#top_popular {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #e4eff3;
}
#top_popular ul {
	width: 95%;
	max-width: 1720px;
	margin: auto;
	display: flex;
  	justify-content: space-between;
	gap: 0 10px;
}
#top_popular ul li {
	position: relative;
	width: 25%;
	height: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}
#top_popular ul li dl {
  	position: relative;
  	z-index: 2; /* 背景レイヤーより上に表示 */
  	padding: 20px;
	letter-spacing: 2px;
}
#top_popular ul li dl dt {
  	font-size: 20px;
	font-weight: 500;
  	margin-bottom: 10px;
}
#top_popular ul li dl dd {
	font-size: 12px;
	color: #a5e9ff;
	font-family: "Josefin Sans", sans-serif;
  	font-optical-sizing: auto;
}
@media screen and (max-width: 640px) {
	#top_popular {
    	padding: 50px 0;
  	}
  	#top_popular ul {
    	width: 100%;
    	flex-wrap: wrap;
    	gap: 10px;
    	padding: 0 20px;
    	box-sizing: border-box;
  }
  #top_popular ul li {
    width: calc(50% - 5px); 
    height: 180px;
  }
  #top_popular ul li dl dt {
    font-size: 18px;
    margin-bottom: 5px;
  }
}



/*------------------------------ 背景の写真設定 ------------------------------*/
#top_popular ul li:nth-of-type(1) {
	background: url("../images/img_04.jpg") center;
	background-size: cover;
}
#top_popular ul li:nth-of-type(2) {
	background: url("../images/img_05.jpg") center;
	background-size: cover;
}
#top_popular ul li:nth-of-type(3) {
	background: url("../images/img_06.jpg") center;
	background-size: cover;
}
#top_popular ul li:nth-of-type(4) {
	background: url("../images/img_01.jpg") center;
	background-size: cover;
}

#top_popular ul li::before {
  	position: absolute; content: "";
  	width: 100%; height: 100%;
  	background-color: rgba(0, 0, 0, .6);
  	z-index: 1;
}
@media screen and (max-width: 640px) {
}





/*==================================================================

		#top_menu　＊　クリーニングメニュー

==================================================================*/
#top_menu {
	padding-top: 80px;
	padding-bottom: 80px;
}
#top_menu p.text {
	text-align:center;
	font-size: 19px;
	font-weight: 500;
}
#top_menu p.text b {
	font-size: 24px;
	color: #0571c5;
}
@media screen and (max-width: 640px) {
  	#top_menu {
    	padding: 50px 0;
  	}
  	#top_menu .inner {
    	width: 100%;
    	padding: 0 20px;
    	box-sizing: border-box;
  	}
  	#top_menu p.text {
    	font-size: 16px;
    	text-align: left;
		margin-bottom: 30px;
  	}
  	#top_menu p.text b {
    	font-size: 19px;
  	}
}



#top_menu ul {
	width: 95%;
	max-width: 1360px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_menu ul li {
	width: 31%;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 600;
}
#top_menu ul li figure img {
	width: 100%;
}
#top_menu ul li dt {
	margin-top: 15px;
	margin-bottom: 8px;
	font-size: 19px;
}
#top_menu ul li dd {
	display: inline-block;
	padding: 0 30px;
	background: #d8ebf2;
	border-radius: 40px;
	font-size: 12px;
}
#top_menu ul li dd em {
	font-size: 19px;
}
@media screen and (max-width: 640px) {
	#top_menu ul {
    	width: 100%;
    	justify-content: space-between;
    	gap: 30px 0;
  	}
  	#top_menu ul li {
    	width: 48%;
    	margin-bottom: 0;
  	}

  	#top_menu ul li dt {
    	font-size: 14px;
    	margin-top: 10px;
		line-height: 1.5;
  	}
  	#top_menu ul li dd {
    	padding: 0 25px;
    	font-size: 10px;
  	}
  	#top_menu ul li dd em {
    	font-size: 14px;
  	}
}



#top_menu p.note {
	margin-top: 20px;
	text-align:center;
	font-size: 17px;
	font-weight: 500;
}
#top_menu p.note b {
	font-size: 20px;
	color: #de1919;
}
@media screen and (max-width: 640px) {
  	#top_menu p.note {
		margin-top: 50px;
    	font-size: 14px;
	  	text-align: left;
  	}
  	#top_menu p.note b {
    	font-size: 16px;
  	}
}






/*==================================================================

		#top_reason　＊　舘クリーンサービスが選ばれる理由

==================================================================*/
#top_reason {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f7f7f7;
}
#top_reason h2 {
	margin-bottom: 40px;
}
#top_reason ul {
	width: 95%;
	max-width: 1720px;
	margin: auto;
	display: flex;
  	justify-content: space-between;
}
#top_reason ul li {
	position: relative;
	width: 33%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}
#top_reason ul li dl {
  	position: relative;
  	z-index: 2; /* 背景レイヤーより上に表示 */
  	padding: 20px;
}
#top_reason ul li dl dt {
	font-family: "Shippori Mincho", serif;
  	font-size: 28px;
  	margin-bottom: 30px;
	line-height: 1.6;
}
#top_reason ul li dl dd {
	line-height: 2.2;
}
@media screen and (max-width:1860px) {
	#top_reason ul li dl dt {
		font-size: 25px;
	}
}
@media screen and (max-width:1660px) {
	#top_reason ul li dl dd br {
		display: none;
	}
}
@media screen and (max-width:1600px) {
	#top_reason ul li dl dt br.sp {
		display: block !important;
	}
}
@media screen and (max-width: 640px) {
	#top_reason {
	  	padding: 50px 0;
	}
	#top_reason h2 {
		margin-bottom: 30px;
	}
	#top_reason .inner {
	  	width: 100%;
	  	padding: 0 20px;
	  	box-sizing: border-box;
	}
	#top_reason ul {
	  	width: 100%;
	  	flex-direction: column;
	  	gap: 15px;
	}
	#top_reason ul li {
	  width: 100%;
	  height: auto;
	  min-height: 280px;
	  padding: 40px 0;
	}
	#top_reason ul li dl {
	  padding: 0 20px;
	}
	#top_reason ul li dl dt {
	  font-size: 24px;
	  margin-bottom: 20px;
	}
	#top_reason ul li dl dd {
	  line-height: 2;
	  text-align: justify;
	}
}



/*------------------------------ 背景の写真設定 ------------------------------*/
#top_reason ul li:nth-of-type(1) {
	background: url("../images/img_01.jpg") center;
	background-size: cover;
}
#top_reason ul li:nth-of-type(2) {
	background: url("../images/img_02.jpg") center;
	background-size: cover;
}
#top_reason ul li:nth-of-type(3) {
	background: url("../images/img_03.jpg") center;
	background-size: cover;
}

#top_reason ul li::before {
  	position: absolute; content: "";
  	width: 100%; height: 100%;
  	z-index: 1;
}
#top_reason ul li:nth-of-type(1)::before {
  	background-color: rgba(10, 59, 119, .7);
}
#top_reason ul li:nth-of-type(2)::before {
  	background-color: rgba(12, 74, 103, .7);
}
#top_reason ul li:nth-of-type(3)::before {
  	background-color: rgba(10, 59, 119, .7);
}






/*==================================================================

		#top_voice　＊　お客様の声

==================================================================*/
#top_voice {
	padding-top: 80px;
	padding-bottom: 80px;
}
#top_voice h2 {
	margin-bottom: 50px;
}

#top_voice ul {
	width: 90%;
	max-width: 1280px;
	margin: auto;
}
#top_voice ul li {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_voice ul li figure {
	width: 400px;
}
#top_voice ul li figure img {
	width: 100%;
}
#top_voice ul li dl {
  	flex: 1;
	box-sizing: border-box;
	padding: 0 5%;
	background: #e4eff3;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#top_voice ul li dt {
	margin-bottom: 10px;
	font-size: 24px;
	font-family: "Shippori Mincho", serif;
}
#top_voice ul li dd {
	line-height: 2;
}
@media screen and (max-width: 640px) {
    #top_voice {
      	padding: 50px 0 30px;
    }
	#top_voice h2 {
		margin-bottom: 30px;
	}
    #top_voice .inner {
      	width: 100%;
      	padding: 0 20px;
      	box-sizing: border-box;
    }
    #top_voice ul {
      	width: 100%;
    }
    #top_voice ul li {
      	flex-direction: column;
      	margin-bottom: 20px;
    }
    #top_voice ul li figure {
      	width: 100%;
    }
    #top_voice ul li dl {
     	width: 100%;
      	padding: 20px 20px 30px;
    }
    #top_voice ul li dt {
      	font-size: 23px;
      	margin-bottom: 10px;
      	text-align: center;
    }
}






/*==================================================================

		#top_area　＊　対応エリア

==================================================================*/
#top_area {
	padding-top: 80px;
	padding-bottom: 100px;
	background: #f7f7f7;
}
#top_area h2 {
	margin-bottom: 40px;
}
#top_area .inner {
    width: 90%;
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 60px;
}
@media screen and (max-width: 640px) {
    #top_area {
      padding: 40px 0 60px;
    }
    #top_area h2 {
      margin-bottom: 30px;
    }
    #top_area .inner {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box;
      flex-direction: column;
      align-items: center;
      gap: 30px;
    }
}


/*------------------------------ 左＊地図 ------------------------------*/
.area-map {
    flex: 1 1 581px; 
    max-width: 581px;
    min-width: 0;
}
.area-map img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 640px) {
    .area-map {
      	width: 100%;
      	max-width: 100%;
      	flex: none;
    }
}



/*------------------------------ 右＊文字とバナー ------------------------------*/
.area-right {
    flex: 1 1 560px; 
    max-width: 560px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-right: 80px;
}
.area-right p {
  	font-family: "Shippori Mincho", serif;
	font-size: 20px;
	line-height: 2;
	text-align: center;
}
.area-banners {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.area-banners img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:1490px) {
	.area-right {
    	margin-right: 0;
	}
}
@media screen and (max-width: 640px) {
    .area-right {
      	width: 100%;
      	max-width: 100%;
      	flex: none;
      	margin-right: 0;
      	gap: 20px;
    }
    .area-right p {
      	font-size: 16px;
      	line-height: 1.8;
      	text-align: left;
    }
}





/*==================================================================

		#top_message　＊　代表挨拶

==================================================================*/
#top_message {
	position: relative;
  	padding-top: 80px;
  	padding-bottom: 100px;
}
#top_message::before {
	position: absolute; content: "";
	top: 0; right: 0;
  	width: 30%; height: 100%;
  	background: linear-gradient(to bottom, #e2edef 0%, #ffffff 100%);
}
#top_message .inner {
	position: relative;
	width: 90%;
	max-width: 1280px;
  	margin: 50px auto 0;
  	display: flex;
  	justify-content: space-between;
  	align-items: flex-start;
  	gap: 100px;
	z-index: 9;
}
@media screen and (max-width:1300px) {
	#top_message .inner {
		gap: 60px;
	}
}
@media screen and (max-width: 640px) {
    #top_message {
      	padding: 40px 0 60px;
    }
    #top_message::before {
      	width: 100%;
      	height: 300px; 
        z-index: -1;
    }
    #top_message .inner {
      	width: 100%;
      	padding: 0 20px;
      	box-sizing: border-box;
      	flex-direction: column;
      	margin-top: 30px;
      	gap: 40px;
    }
}



/*------------------------------ 左＊挨拶文 ------------------------------*/
.message-left {
  	flex: 1;
}
.message-catch {
  	margin-bottom: 30px;
  	font-family: "Shippori Mincho", serif;
  	font-size: 30px;
  	font-weight: 500;
  	line-height: 1.5;
  	color: #1c6e9a;
}
.message-left .text p {
	line-height: 2.4;
}
@media screen and (max-width:1300px) {
	.message-left .text p {
		line-height: 2.2;
	}
}
@media screen and (max-width: 640px) {
    .message-right {
      	order: -1;
      	width: 100%;
      	max-width: 420px;
      	margin: 0 auto;
    }
    .message-right figure {
      	margin-bottom: 15px;
    }
    .message-right dl {
      	text-align: center;
    }
}



/*------------------------------ 右＊写真＋名前 ------------------------------*/
.message-right {
  	width: 420px;
}
.message-right figure {
  margin-bottom: 30px;
}
.message-right figure img {
  display: block;
  width: 100%;
  height: auto;
}
.message-right dl {
  text-align: right;
}
@media screen and (max-width:1300px) {
	.message-right {
		width: 370px;
	}
}
@media screen and (max-width: 640px) {
    .message-left {
      	width: 100%;
    }
    .message-catch {
      	font-size: 22px;
      	text-align: center;
      	margin-bottom: 25px;
    }

}








