@charset "utf-8";
/* CSS Document */
/*----------------------------------------
PC用のレイアウト（768px以上で表示）
----------------------------------------*/
/*--------------------
レイアウト共通設定（PC）
--------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%; /*62.5にすることで1emが10pxになる（emの計算が楽になる設定）*/
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
  color: #000000;
}
/*リンク文字の設定*/
a {
  text-decoration: underline;
}
/*一度訪れたリンクの色を変える*/
a:link,
a:visited {
  color: #39f;
}
/*マウスオーバーでリンクの色を変える*/
a:hover,
a:actibe {
  color: #f60;
}
/*ブラウザのCSSをリセット(pタグがスマホでずれないように
)
*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
/*セクションエリアの共通設定(とりあえず入れておきましょう)
*/
section {
  clear: both;
  overflow: auto;
}

li {
  list-style: none;
}
ul {
  margin: 0;
  padding: 0;
}
table {
  margin: 0 auto;
}
/*--------------------
見出しタグ設定（PC）※h2などの共通設定
--------------------*/
h2 {
  margin: 0.5em 0em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.6em;
  font-weight: bold;
  /* border-left: 8px solid #10559a; */
  /* border-bottom: 1px dotted#10559A; */
  /*border:1px solid #000000;*/ /*ボックスサイズを視覚的に見れるようにしているだけ*/
}
h4 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  border-left: 10px solid #004b9b;
}
h5 {
  margin: 0.5em 0em;
  padding: 0.1em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}
/*--------------------
全体レイアウト/背景設定（PC用）
--------------------*/
/*全体エリア（全体背景を設定するにはここをいじる）*/
.main {
  background-color: #f2f2f2;
}
/*記事（ボディ）エリア*/
.article {
  background-color: #fff;

  font-size: 1.6em; /*16px*/
}
/*記事（ボディ）エリアの行間*/
.article p {
  line-height: 1.6em;
}

.article {
  max-width: 100%;
  margin: 0 auto;
}

/*カラム全体(ボディ)の幅*/
.top_image_in,
.section_inner {
  max-width: 950px;

  margin: 0 auto;
}
/*--------------------
上部固定ヘッダー設定
--------------------*/
/*上部固定ヘッダー全体の設定*/
.header {
  position: sticky; /*ヘッダーを固定する*/
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.header_inner {
  max-width: 950px;

  overflow: hidden;
  margin: 0 auto;
}
/*ヘッダーのロゴの設定*/
.header_logo {
  width: 18%;
  margin: 1em;
  float: left;
}
/*ヘッダーの問い合わせボタンの設定*/
.header_mail {
  width: 22%;
  float: right;
  margin: 1em 0em 0em;
}
.header_mail :hover {
  opacity: 0.8;
}

/*ヘッダーの電話ボタンの設定*/
.header_tel {
  width: 28%;
  float: right;
  margin: 1em 0em 0em;
}
/*ヘッダー内の画像が常に幅100%になる設定*/
.header_logo img,
.header_mail img,
.header_tel img {
  max-width: 100%;
}
/*--------------------
ファーストビュー設定
--------------------*/
.top_image {
  background-image: url("../images/top_image_back.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
}
.top_image_in img {
  width: 100%;
  height: auto;
}
.sp_fv {
  display: none;
}

/*--------------------
セクションの設定
--------------------*/
/* キャンペーン */
.section_01 {
  background-image: url(../images/background_arari.jpg);
  /* background-color: #fff9ca; */
  background-position: bottom center;
  background-size: auto;

  padding: 3em 3em;
}
/* 予備 */
.section_02 {
  background-color: #fff;
  padding: 3em 3em;
}
/* こんな悩みありませんか？ */
.section_03 {
  background-color: #ffd327;
  padding: 3em 3em;
}
/* 対象地域 
 */
.section_12 {
  background-image: url(../images/big_grid.png);

  /* background-color: #004b9b; */
  padding: 3em 3em;
}

/* 選ばれる理由 */
.section_04 {
  background-color: #004b9b;
  background-image: url(../images/bg_sub.jpg);
  background-size: contain;
  padding: 3em 3em;
}

/* 実績 */
.section_05 {
  /* background-color: #fff9ca; */
  background-image: url(../images/big_grid.png);

  padding: 1.5em 3em;
}
/* 料金表 */
.section_06 {
  background-color: #fff9ca;
  padding: 3em 3em;
}
/* サービスの流れ */
.section_07 {
  background-image: url(../images/big_grid.png);

  padding: 3em 3em;
}
/* お客様の声 */
.section_08 {
  /* background-color: #ffd327; */
  background-size: auto auto;
  background-color: rgba(255, 234, 76, 1);
  background-image: repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0) 10px,
    rgba(251, 211, 54, 1) 10px,
    rgba(251, 211, 54, 1) 20px
  );
  padding: 3em 3em;
}
/* よくある質問 */
.section_09 {
  background-color: #fff;
  padding: 3em 3em;
}
/* 悪徳業者 */
.section_10 {
  background-color: #ccc;
  padding: 3em 3em;
}
/* 感染対策 */
.section_11 {
  /* background-color: #3596e1; */
  background-color: #004b9b;
  background-image: url(../images/bg_sub.jpg);
  background-size: cover;
  padding: 3em 3em;
}
/* ループスライダー */
.section_13 {
  /* background-image: url(../images/big_grid.png); */
  background-color: #ff7802;

  padding: 3em 3em;
}
/* コンバージョンエリア */
.section_14 {
  background-color: #ffd327;

  padding: 3em 3em;
}
.section_99 {
  background-color: #ffd327;

  padding: 3em 3em;
}
.privacy {
  background-image: url(../images/big_grid.png);

  padding: 3em 3em;
}
.law {
  background-image: url(../images/big_grid.png);

  padding: 3em 3em;
}
.thanks {
  background-image: url(../images/big_grid.png);

  padding: 3em 3em;
}

/*--------------------
キャンペーン設定
--------------------*/

.campaign_img {
  margin: 0 auto;
  max-width: 70%;
  box-shadow: 1px 5px 8px 1px rgb(0 0 0 / 20%);
}

/* ------------------------------
   画像スライダー
------------------------------ */

.loopSliderWrap {
  top: 0;
  left: 0;
  height: 300px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  background-color: #ff7802;
  margin: 0 auto;
  max-width: 2700px;
  height: 350px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  margin: 0;
  padding: 0;
  height: 300px;
  float: left;
  overflow: hidden;
}
.loopSlider ul li {
  margin: 0;
  padding: 0;
  width: 600px;
  height: 300px;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopSlider ul li img {
  width: 100%;
}

/*--------------------
ctaエリア
--------------------*/

.cta_area_background {
  background-image: url(../images/bg_contact.png);
  padding: 2em 1em 1em 1em;
  border-radius: 10px;
  box-shadow: 0 8px 8px 2px rgba(0, 0, 0, 0.3);
}
.cta_area {
  background-color: rgb(255 255 255 / 100%);
  text-align: center;
  border-radius: 10px;
  padding: 2em;
}
.cta_sub_head {
  margin-bottom: 2em;
}

.flex_box_cta_area {
  display: flex;
  flex-direction: row;
  justify-content: center;

  gap: 2em;
  margin: 1.5em 0em 2em;
}
.cta_mail_img :hover {
  opacity: 0.8;
}
.cta_tell_img :hover {
  opacity: 0.8;
}

/*--------------------
感染対策
--------------------*/
.kansen_taisaku {
  margin: 0 auto;
  width: 70%;
  padding: 1em 0 0.8em;
}

.kansen_syukinteisi {
  text-align: center;
  color: #fff;
  /* font-size: 1.3em; */
  padding-bottom: 3em;
}

.kansen_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  margin-bottom: 2em;
}
.kansen_list li {
  width: 20%;
}

/*--------------------
悩みエリア　チェックリストの設定
--------------------*/
.nayami_sub_head_01 {
  margin: 0 auto;
  width: 60%;
}

.nayami_list_01 {
  background-color: #fff;
  border: 1px solid #000;
  list-style: none; /*リストの「・」を隠す*/
  padding: 5em 1em 2.5em 1em;
  margin-top: -4em;
  border-radius: 10px;
  margin-bottom: 1em;
}
.nayami_list_01 li {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: dotted 1px #333;
  padding: 0.7vw;
}
.nayami_list_img {
  /* width: 4vw; */
  width: clamp(25px, 5%, 30px);
  margin-right: 1.2vw;
}
.atehamarubai_01 {
  margin: 0 auto;

  width: 60%;
  margin-top: 2em;
}
/*--------------------
対象地域
--------------------*/
.section_12_subhead {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 2em;
}

.section_12_taisyou_kakunin {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 2em;
}

.taiou_syousai_area {
  display: flex;
  justify-content: space-between;
  background-color: #fff9ca;
  padding: 2.5em 2em 1.5em 2em;
  width: 80%;
  margin: 0 auto;
  box-shadow: 0 8px 8px 2px rgba(0, 0, 0, 0.2);
}

/* 地域詳細左側 */
.taiou_syousai_left {
  padding-right: 1em;
  width: 70%;
}

/* 地域詳細右側 */
.taiou_syousai_right {
  width: 30%;
}

/*--------------------
選ばれる理由
--------------------*/
/* エコアースが選ばれる理由 */
.erabareru_sub_head {
  margin: 0 auto;
  width: 60%;
  padding-bottom: 3em;
}
.erabareru_under_line {
  margin-bottom: 4em;
}
.riyuu_flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.riyuu_flex_box h3 {
  margin-top: 0;
  padding: 0 1em 0;
}

.riyuu_flex_box li {
  background-color: #fff;
  width: 30%;
  height: 300px;
  margin-bottom: 3em;
  border-radius: 10px;
  font-weight: 800;
  position: relative;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.riyuu_img {
  padding: 2em 2em 0em 2em;
}

.riyuu_icon {
  background-color: #ff7801;
  display: inline-block;
  text-align: center;
  width: 50%;
  height: 10%;
  position: absolute;
  top: -4%;
  left: 25%;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
}

/* 社員の声 */
.riyuu_koe_img {
  width: 65%;
  margin-right: 1em;
}

/*--------------------
実績 section_05
--------------------*/

.jisseki_flex_area {
  display: flex;
  justify-content: space-between;
  padding: 1em 1em 0;
  gap: 2em;
}

.jisseki_left {
  width: 50%;
}

.jisseki_right {
  width: 50%;
}

.jisseki_bottom {
  margin: 0 auto;

  width: 90%;
}

/* 料金プラン表 */
.pack_sub_head {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 2em;
}

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

.plan_box {
  width: 30%;
  margin-bottom: 2em;
}

/*--------------------
サービスの流れ
--------------------*/

.oder_step_sub_head {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 4em;
}

.order_step_area {
  position: relative;
  background-color: #e4f3f9;
  border: 6px solid #004b9b;
  display: flex;
  justify-content: space-between;
  padding: 18px 24px 18px 158px;
  margin-bottom: 2em;
  border-radius: 10px;
  box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.1);
}

.ribbon {
  position: absolute;
  top: -1em;
  left: 1em;
}

.order_step_img {
  width: 50%;
  display: flex;
  align-items: center;
}

.step_area_title {
  padding: 0em;
  margin: 0em 0em 0.5em 0em;
}
.txt {
  width: 50%;
}

/*--------------------
悪徳業者にご注意ください。
--------------------*/
.akutoku_background {
  background-image: url(../images/caution_border.jpg);
  padding: 1em 0em 1em;
  justify-content: space-between;
  border-radius: 10px;
}

.akutoku_area {
  display: flex;
  background-color: #000;
  justify-content: space-between;
  padding: 2em;
  gap: 1em;
}
.akutoku_box_left {
  color: #fff;
  width: 70%;
}
.akutoku_box_left p {
  margin-top: 1.5em !important;
  padding: 0 3em 0 3em !important;
}

.akutoku_sub_head_img {
  width: 80%;
}

.akutoku_box_right {
  width: 30%;
}
/*--------------------
お客様の声
--------------------*/
.koe_sub_head {
  margin: 0 auto;
  width: 80%;
  padding-bottom: 2em;
}

.koe_p {
  position: relative;
  margin: 0 auto;
  padding: 2em 1em 2em;
  /* border-radius: 10px; */
  text-align: center;
  margin-bottom: 2em;
  background-color: #004b9b;

  display: inline-block;
  justify-content: center;
}

.koe_p:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #004b9b; /* 好みで色を変えてください */
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.koe_p p {
  color: #fff;
}

.okyaku_koe_inner {
  background-color: #fff;
  padding: 2em;
  margin-bottom: 2em;
  box-shadow: 0 8px 5px 2px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
.okyaku_koe_box1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}

/* お客様の声左側 */
.okyaku_koe_left {
  width: 65%;
}
.okyaku_koe_inner h4 {
  color: #004b9b;
}

.okyaku_syousai {
  display: inline-block;
  font-weight: bold;
  text-align: right;
}

/* お客様の声右側 */
.okyaku_koe_right {
  width: 20%;
  text-align: center;
}

/*--------------------
よくある質問
--------------------*/
.aq_sub_head {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 2em;
}

.qa_coment {
  text-align: center;
  margin-bottom: 2em;
}

.qa_box {
  background-color: #fff;
  padding: 1em 1em 1em 2em;
  border-radius: 10px;
  border: 6px solid #004b9b;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 1em;
}

.question {
  border-bottom: 2px solid #004b9b;
  font-weight: bold;
  margin-bottom: 0.8em !important;
  text-indent: -1em;
  padding-left: 1em;
}
.answer {
  text-indent: -1em;
  padding-left: 1em;
}

/*--------------------
ctaエリアの設定
--------------------*/
.area_cta {
  background-color: #004b9b;
  padding: 1em 3em;
  display: none;
}
.area_cta_inner {
  background-color: #ffffff;
  padding: 1em 3em;
  overflow: auto;
}
.area_cta_inner_left {
  float: left;
  width: 48%;
}
.area_cta_inner_right {
  float: right;
  width: 48%;
}

/*--------------------
フッター部分
--------------------*/
.footer {
  background-color: #105599;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #ffffff;
}
.footer a {
  color: #fff;
}
/*--------------------
サンクスページ
--------------------*/

.thanks_massage_left {
  text-align: center;
  padding: 2em;
}

.thanks_mail {
  width: 20%;
}
.thanks_kakunin {
  margin: 1em 2em 1em;
  padding: 2em;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
}

/*--------------------
特商法表記
--------------------*/

.table-block {
  border: 1px solid #ccc;
  margin-bottom: 2em;
}

.table-block th {
  border: 1px solid #ccc;
  background-color: #fffae0;
  padding: 0.5em;
}

.table-block td {
  border: 1px solid #ccc;
  padding: 0.5em;
}

/*--------------------------------------------------
下部固定ヘッダー（PCは非表示）
-----------------------------------------------------*/

.fix_menu_smartphone {
  display: none;
}
/*--------------------
トップに戻るボタン
--------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}
.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 1.6em;
  text-decoration: none;
  padding: 15px 20px;
  opacity: 0.5;
}
.pagetop a:hover {
  display: block;
  background-color: #004b9b;
  text-align: center;
  color: #fff;
  font-size: 1.6em;
  text-decoration: none;
  padding: 15px 20px;
  opacity: 0.5;
}
