﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
/* Google font Icon */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");


/*========================
TOPループスライダー
========================*/
.marqueer {
	margin: 0;
	overflow: hidden;
}
.marqueer ul {
	display: flex;
	margin: 0;
	padding: 0;
	width: max-content;
}
.marqueer ul li {
	list-style: none;
	padding: 0;
	width: calc(100vw / 2 - 10px);
}
.marqueer img {
	display: block;
  width: 100%;
}
@media(max-width:1240px){
.marqueer ul li {
	width: calc(140vw / 2 - 10px);
  }
}
@media(max-width:767px){
.marqueer ul li {
	width: calc(180vw / 2 - 10px);
  }
}
@media(max-width:480px){
.marqueer ul li {
	width: calc(200vw / 2 - 10px);
  }
}

.headimg {
  width: 100%;
  height: 100%;
  position: relative;
}
/*キャッチコピー*/
.headimg span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 2.4em;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  text-shadow: 2px 2px 12px #000;
  letter-spacing: 0.06em;
}
#loopSlide{
  width:100%;
  height:680px;
}
@media(max-width:1240px){
.headimg span{
  font-size: 2em;
  }
#loopSlide {
  height:480px;
  }
#loopSlide img{
  height:480px;
  }
}
@media(max-width:767px){
.headimg span{
  font-size: 1.6em;
  }
#loopSlide {
  height:360px;
  }
#loopSlide img{
  height:360px;
  }
}
@media(max-width:480px){
.headimg span{
  font-size: 1.35em;
  }
#loopSlide {
  height:320px;
  }
#loopSlide img{
  height:320px;
  }
}


/*========================
導入文
========================*/
.intro {
  width:100%;
  max-width: 1000px;
  margin: auto;
  padding:0 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.intro li:first-child{
  flex: 1;
  padding: 0 24px 0 0;
}
.intro li:last-child{
  width: 320px;
}
.intro li:first-child h3{
  font-size: 1.1em;
  line-height: 1.55;
}
.intro li:first-child h2{
  font-size: 1.8em;
  font-weight: 700;
  color: #24AC99;
  margin: 6px 0 18px;
  line-height: 1.5;
}
.intro li:first-child p{
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
  line-height: 1.7;
  font-size: 1.05em;
}
@media screen and (max-width: 1240px) {
.intro li:last-child{
  width: 260px;
  }
}
@media screen and (max-width: 960px) {
.intro {
  flex-direction: column-reverse;
  max-width: 640px;
  }
.intro li:first-child{
  padding: 18px 0 0 0;
  }
.intro li:last-child{
  width: 100%;
  text-align: center;
  }
.intro li:last-child img{
  width: 100%;
  max-width: 240px;
  }
.intro li:first-child h3{
  text-align: center;
  }
.intro li:first-child h2{
  text-align: center;
  }
}
@media screen and (max-width: 640px) {
.intro {
  padding:0 24px;
  }
.intro li:first-child h3{
  font-size: 1em;
  }
.intro li:first-child h2{
  font-size: 1.7em;
  }
.intro li:first-child p{
  font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
.intro li:first-child h3{
  font-size: 0.95em;
  }
.intro li:first-child h2{
  font-size: 1.6em;
  }
.intro li:last-child img{
  max-width: 200px;
  }
}

/*-------------------------
対応サービス一覧
--------------------------*/
.supportwrap {
  width: 100%;
  margin: 48px auto 0;
  padding: 48px 24px;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  background-image:url(../img/introbg.png);
  background-position:center bottom;
}
.supportwrap > h3{
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 24px;
  padding: 0 12px;
}
@media screen and (max-width: 1240px) {
.supportwrap {
  padding: 48px 24px 24px;
  }
}
@media screen and (max-width: 767px) {
.supportwrap > h3{
  font-size: 1.5em;
  }
}
@media screen and (max-width: 640px) {
.supportwrap {
  padding: 32px 18px 18px;
  margin: 32px auto 0;
  }
}
@media screen and (max-width: 580px) {
.supportwrap>h3{
  font-size: 1.2em;
  text-align: left;
  }
.supportwrap>h3>br{
  display: none;
  }
}

.support {
  width:100%;
  max-width: 1240px;
  margin: 0 auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.support li{
  width: 12.5%;
  max-width:12.5%;
  width: calc(100% / 8);
  padding: 0 8px;
}
@media screen and (max-width: 1240px) {
.support {
  max-width: 640px;
  }
.support li{
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  padding: 0 8px 18px;
  }
}
@media screen and (max-width: 640px) {
.support {
  max-width: 480px;
  }
.support li{
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  }
}
@media screen and (max-width: 480px) {
.support li{
  padding: 0 6px 12px;
  }
}

/*文字入り円*/
.support li>div{
  position: relative;
  width:100%;
  padding-top: 100%;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  background-color: #FFF;
  background-color: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}
.support li>div>h4{
  position: absolute;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #222;
  top: calc((100% - 3.2em)/2);
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
.support li>div>h4{
  font-size: 0.9em;
  top: calc((100% - 3.4em)/2);
  }
}
@media screen and (max-width: 480px) {
.support li>div>h4{
  font-size: 0.85em;
  }
}
.support li>div>h4:before{
  display: block;
  color: #24AC99;
  font-size: 3.2em;
  line-height: 0.5;
  margin-bottom: 0.3em;
  font-family:"Material Symbols Rounded";
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}
.support li:nth-child(1)>div>h4:before{
  content: "\e53a"; /*ホテル*/
}
.support li:nth-child(2)>div>h4:before{
  content: "\f8f4"; /*デスク*/
}
.support li:nth-child(3)>div>h4:before{
  content: "\eab1"; /*テーマパーク*/
}
.support li:nth-child(4)>div>h4:before{
  content: "\ea40"; /*マンション*/
}
.support li:nth-child(5)>div>h4:before{
  content: "\e4b9"; /*病院*/
}
.support li:nth-child(6)>div>h4:before{
  content: "\e869"; /*スパナ*/
}
.support li:nth-child(7)>div>h4:before{
  content: "\f1a0"; /*エレベーター*/
}
.support li:nth-child(8)>div>h4:before{
  content: "\e1e9"; /*ドリル*/
}


/*========================
トピックス
========================*/
.go_topicarchive {
  width: 100%;
  max-width: 1420px;
  padding: 0 24px;
  margin: 0 auto 0;
  text-align: right;
}
.go_topicarchive a{
	display: inline-block;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #24AC99;
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1.6;
  white-space: nowrap;
  position: relative;
  padding: 0 1.6em 0 0;
}
.go_topicarchive a:after {
	position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.4em;
  font-family:"Material Symbols Rounded";
	content: "\e5c8"; /*矢印*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}
@media screen and (max-width: 1240px) {
.go_topicarchive {
  max-width: 840px;
  }
}
@media screen and (max-width: 640px) {
.go_topicarchive {
  max-width: 420px;
  }
}


/*========================
福岡・九州の皆様へ
========================*/
.messagetext p{
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 18px;
}
.staffimg {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 42px auto;
}
/*.staffimg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background-image: linear-gradient(270deg, transparent 0 5%, #FFF 95% 100%);
}
.staffimg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0 5%, #FFF 95% 100%);
}*/
.staffimg img {
  width: 100%;
  max-width: 1000px;
}

/*-------------------------
会社概要
--------------------------*/
.title_companyinfo{
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  line-height: 1;
  white-space: nowrap;
  font-size: 2em;
  font-weight: 600;
  color: #24AC99;
  margin-bottom: -0.2em;
}
@media screen and (max-width: 480px) {
.title_companyinfo{
  font-size: 1.7em;
  }
}


/*========================
サービス内容
========================*/
.cleaning {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.cleaning .cleaninginner {
  width: 50%;
  height: 100%;
  padding: 100px 32px 84px;
  margin: 0 0 0 auto;
}
.cleaning2 .cleaninginner {
  width: 50%;
  height: 100%;
  padding: 100px 32px 84px;
  margin: 0;
}
@media screen and (max-width: 767px) {
.cleaning .cleaninginner {
  width: 100%;
  height: auto;
  padding: 100px 32px 32px;
  }
.cleaning2 .cleaninginner {
  width: 100%;
  height: auto;
  padding: 100px 32px 32px;
  }
}
@media screen and (max-width: 480px) {
.cleaning .cleaninginner {
  padding: 64px 32px 24px;
  }
.cleaning2 .cleaninginner {
  padding: 64px 32px 24px;
  }
}

.cleaninginner h4{
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 1.25em;
  color: #24AC99;
  letter-spacing: 0.12em;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 18px;
}
.cleaninginner h3{
  font-weight: 700;
  font-size: 1.8em;
  color: #222;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 32px;
  text-shadow: 2px 2px 2px #FFF;
}
.cleaninginner p{
  margin-bottom: 1em;
  line-height: 1.8;
  text-shadow: 2px 2px 2px #FFF;
}
@media screen and (max-width: 767px) {
.cleaninginner p{
  color: #222;
  }
}
@media screen and (max-width: 640px) {
.cleaninginner h3{
  font-size: 1.6em;
  }
}

.hotel {
  background: linear-gradient(to right, transparent 0%, transparent 30%, #fff 50%), url(../img/service_hotel.png);
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  background-position:right center;
}
.office {
  background: linear-gradient(to left, transparent 0%, transparent 30%, #fff 50%), url(../img/service_office.png);
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  background-position:left center;
}
.depart {
  background: linear-gradient(to right, transparent 0%, transparent 30%, #fff 50%), url(../img/service_depart.png);
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  background-position:right center;
}
.mansion {
  background: linear-gradient(to left, transparent 0%, transparent 30%, #fff 50%), url(../img/service_mansion.png);
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  background-position:left center;
}
@media screen and (max-width: 767px) {
.hotel{
  background: url(../img/service_hotel.png);
  background-color:rgba(255,255,255,0.7);
  }
.office{
  background: url(../img/service_office.png);
  background-color:rgba(255,255,255,0.7);
  }
.depart{
  background: url(../img/service_depart.png);
  background-color:rgba(255,255,255,0.7);
  }
.mansion{
  background: url(../img/service_mansion.png);
  background-color:rgba(255,255,255,0.7);
  }
.hotel,
.office,
.depart,
.mansion {
  background-blend-mode:lighten;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  background-position:center center;
  }
}

.title_serviceinfo{
  line-height: 1;
  white-space: nowrap;
  font-size: 1.6em;
  font-weight: 600;
  color: #24AC99;
}
@media screen and (max-width: 480px) {
.title_serviceinfo{
  font-size: 1.35em;
  }
}


/*========================
お問い合わせフォーム
========================*/
.mailform{
  width: 100%;
  background: #F3F3F3;
  padding: 32px 32px 42px;
}
@media screen and (max-width: 640px) {
.mailform{
  padding: 18px 32px 24px;
  }
}
.mailform ul{
  width:100%;
  max-width: 840px;
  margin: auto;
  padding:24px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:center;
  border-bottom: 1px solid #BBB;
}
.mailform ul li:first-child{
  width: 30%;
  position: relative;
  font-weight: 600;
}
.mailform ul li:last-child{
  width: 70%;
  padding: 0 0 0 18px;
}
.mailform ul li:first-child span{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.mailform ul li:last-child .note{
  font-size: 0.8em;
  margin-top: 0.3em;
}
@media screen and (max-width: 640px) {
.mailform ul{
  display: block;
  flex-direction: column;
  }
.mailform ul li:first-child{
  width: 100%;
  }
.mailform ul li:last-child{
  width: 100%;
  padding: 8px 0 0 0;
  }
.mailform ul li:first-child span{
  position: static;
  right: auto;
  top: auto;
  transform: none;
  }
}


/*========================
フォームスタイリング
========================*/
/* 入力・選択欄 */
form input[type='text'],
form input[type='search'],
form input[type='tel'],
form input[type='url'],
form input[type='email'],
form input[type='password'],
form input[type='date'],
form input[type='datetime'],
form input[type='datetime-local'],
form input[type='month'],
form input[type='week'],
form input[type='time'],
form input[type='number'],
form select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width:100%;
  outline: none;
  border: none;
  background:#FFF;
  padding:0.6em;
  font-size:1.1em;
}
form .shortinput {
  width: 40%;
  max-width: 4em;
  margin-right: 0.5em;
}
form select::-ms-expand {
  display: none;
}
form textarea{
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width:100%;
  outline: none;
  border: none;
  background:#FFF;
  padding:0.6em;
  font-size:1.05em;
  height:8em;
}
form input::placeholder,
form textarea::placeholder {
	color: #AAA;
}
/* Edge */
form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
	color: #AAA;
}
/* IE11 & IE10 */
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
	color: #AAA;
}
/* ラジオボタン・チェックボックス */
form input[type="radio"] , 
form input[type="checkbox"]{
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin:0 0.8em 0 0;
}
form label {
  cursor:pointer;
  display: inline-block;
  text-indent:-1.5em;
  line-height: 1.6;
  margin: 0.4em 1em 0.4em 2em;
}
/* ボタン */
form input[type='submit'],
form input[type='reset'],
form input[type='button'],
form button {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:1.3em;
  cursor: pointer;
  padding: 1em 4em;
  background-color: #444;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  border: 0;
  letter-spacing: 0.06em;
  margin: 0.5em;
}
@media screen and (max-width: 480px) {
form input[type='submit'],
form input[type='reset'],
form input[type='button'],
form button {
  padding: 1em 2em;
  }
}
/* 必須項目アイコン */
form .hissu {
  width: 3em;
  display: inline-block;
  font-size:0.8em;
  line-height:1;
  color:#FFF;
  background-color:#E56540;
  padding:5px 6px 4px;
  font-weight:600;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin: 0 0 0 0.8em;
}
