@charset "UTF-8";

/* -------------------------初期設定------------------------- */
* {
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

body {
    font: 17px/1.5 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    background-color: #F7F7F7;
    color: #1c1f23;
}

img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.wrapper {
    width: 100%;
}

body {
  margin: 0 auto;
  width: 700px;
  box-shadow: 0px 5px 22px 0px rgb(0 0 0 / 10%);
  position: relative;
}

h2 {
  margin: 0;
}

p {
  font-weight: bold;
}

/* -------------------------画面幅設定------------------------- */
.pc {
  display: block;
}

.note {
  display: none;
}

.sp {
  display: none;
}

.pcnote {
  display: block;
}

@media screen and (min-width:700px) and (max-width:1500px) {
  .pc {
      display: none;
  }

  .note {
      display: block;
  }

  .sp {
      display: none;
  }

  .pcnote {
      display: block;
  }
}

@media (max-width:699px) {
  .pc {
      display: none;
  }

  .note {
      display: none;
  }

  .sp {
      display: block;
  }

  .pcnote {
      display: none !important;
  }

  .wrapper {
      display: block;
      position: relative;
      max-width: 700px;
      margin-right: auto;
      margin-left: auto;
      background-color: #fff;
      overflow: hidden;
  }
  body {
    margin: 0 auto;
    width: 100%;
  }
}


/* -------------------------ヘッダー------------------------- */
.header {
  background-color: #fff;
  padding: 10px 0;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3%;
}

.header_logo {
  width: 40%;
}

.header_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  gap: 2%;
}

.header_tel {
  width: 100%;
}

.header_mail {
  width: 32%;
}

/* -------------------------CTAエリア------------------------- */
.cta {
 position: relative;
}
.cta_inner {
  position: absolute;
  top: 32%;
  left: 9%;
}
.cta_inner p {
  font-size: 160%;
  text-align: center;
  font-weight: bold;
}
.cta_area {
  position: relative;
  padding: 5% 0 0;
  margin-bottom: 10%;
}
.cta_penguin {
  width: 90%;
  margin: 0 auto;
}
.cta_btn {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: 100%;
}
.cta_tel {
  margin-bottom: 2%;
}
.time {
  color: #e30013;
}
.blinking {
  animation: flash 1.5s linear infinite;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width : 767px) {
  .cta_inner p {
    font-size: 100%;
  }
  .cta_penguin  {
    width: 65%;
  }
  .cta_inner  {
    left: 0;
  }
  .cta_btn {
    width: 80%;
    left: 10%;
  }
}

/* -------------------------悩み------------------------- */
.trouble {
  background-image: url(../img/trouble_bg.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}
.trouble_ttl {
  padding: 2% 0 0;
}
.trouble_inner {
  width: 90%;
  margin: 5% auto 0;
  padding: 18% 0 13%;
}

/* -------------------------お任せください------------------------- */
.strength {
  background-image: url(../img/strength_bg.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -10%;
  position: relative;
  z-index: 9;
}
.strength_ttl {
  width: 90%;
  margin: 0 auto;
  padding: 20% 0 5%;
}
.strength_inner {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 12%;
}

/* -------------------------悪徳業者------------------------- */
.bad_business {
  background-color: #1c1f23;
  position: relative;
}
.bad_business_ttl {
  position: absolute;
  top: -5%;
  z-index: 11;
}
.bad_business_inner {
  width: 90%;
  margin: 0 auto;
  padding: 23% 0 12%;
}
.bad_arrow {
  width: 20%;
  position: absolute;
 bottom: -5%;
  left:39%;
  z-index: 11;
}

/* -------------------------無料------------------------- */
.free {
  background-color: #fff99d;
}

.free_inner {
  width: 90%;
  margin: 0 auto;
  padding: 15% 0 15%;
}


/* -------------------------料金表------------------------- */
.price {
  background-color: #dbf0ff;
}
.price_ttl {
  width: 60%;
  margin: 0 auto;
  padding: 12% 0 5%;
}
.price_inner {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 10%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2%;
}
.price_inner img {
  width: 49%;
  padding-bottom: 2%;
}

/* -------------------------エアコンホスピタルが選ばれる理由------------------------- */
.point {
  background-color: #61bdff;
}
.point_ttl {
  width: 90%;
  margin: 0 auto;
  padding: 12% 0 1%;
}
.point_inner {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 8%;
}
.point_inner img {
  margin-bottom: 5%;
}

/* -------------------------他社との比較------------------------- */
.compare {
  background-color: #c5e3fb;
}
.compare_ttl {
  width: 68%;
  margin: 0 auto;
  padding: 12% 0 5%;
}
.compare_inner {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 12%;
}

/* -------------------------お客様の声------------------------- */
.voice {
  background-color: #fff99d;
}
.voice_ttl {
  width: 60%;
  margin: 0 auto;
  padding: 12% 0 5%;
}
.voice p {
  margin: 0 auto 5%;
  text-align: center;
}
.voice_slider {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 5%;
}
.voice_slider img {
  width: 80%;
  margin: 0 auto;
}
.slick-dots {
  position: relative;
  padding-bottom: 14%;
}
.slick-prev, .slick-next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  opacity: 1;
}
.slick-next {
  background-image: url(../img/next.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.slick-prev {
  background-image: url(../img/prev.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.slick-prev:before, .slick-next:before {
  color: transparent;
  opacity: 1;
}
.slick-prev:hover, .slick-prev:focus {
  background-image: url(../img/prev.png);
  background-size: 100%;
}
.slick-next:hover, .slick-next:focus {
  background-image: url(../img/next.png);
  background-size: 100%;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media (max-width:767px) {
  .voice p {
    font-size: 80%;
  }
  .voice_slider img {
    width: 46%;
  }
  .slick-prev, .slick-next {
    width: 40px;
    height: 40px;
  }
}

/* -------------------------流れ------------------------- */
.flow {
  background-color: #61bdff;
}
.flow_ttl {
  width: 90%;
  margin: 0 auto;
  padding: 12% 0 7%;
}
.flow_inner {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 10%;
}

/* -------------------------対応エリア------------------------- */
.area {
  background-color: #dbf0ff;
}
.area_ttl {
  width: 50%;
  margin: 0 auto;
  padding: 12% 0 5%;
}
.area p {
  text-align: center;
  font-size: 130%;
}
.area_inner {
  width: 90%;
  margin: 0 auto;
  padding: 5% 0 10%;
}
@media (max-width:767px) {
  .area p {
    font-size: 80%;
  }
}


/* -------------------------FAQ------------------------- */
.faq {
  background-color: #fff;
  position: relative;
  padding-bottom: 12%;
}

.faq_ttl {
  width: 70%;
  margin: 0 auto;
  padding: 12% 0 5%;
}

.cp_qa {
  width: 90%;
  margin: 0 auto;
}

.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #1b2538;
}

.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}

/* 質問 */
.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 0.8em 0.3em 0.8em 4em;
  cursor: pointer;
  background: #31a9ff;
  border: 2px solid #31a9ff;
  color: #fff;
  border-radius: 10px;
  font-size: 25px;
  padding-left: 4em; /* Qアイコン分の余白 */
  padding-right: 3em; /* プラスマイナス分の余白 */
}

.cp_qa .cp_actab label::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/q.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.3em;
  transform: translateY(-50%);
}

.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
}

/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0em 1.4em;
  -webkit-transition: max-height 0.2s;
  transition: all 0.2s;
}

.cp_actab-content {
  display: flex;
}

.cp_actab-content img {
  width: 50px;
  height: 50px;
}

.a_item {
  margin: 1.5em 0.6em 1.3em 0;
}

.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em 2em 1em 0.8em;
  font-size: 21px;
}

/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked~.cp_actab-content {
  max-height: 40em;
  opacity: 1;
  background: #f1f8fe;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked~label {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media screen and (max-width:640px) {
  .cp_qa .cp_actab label::after {
      font-size: 1.2em;
      display: flex;
      top: 0;
      bottom: 0;
      margin: auto;
  }

  .qa h2 {
      width: 200px;
      padding: 25px 0 25px;
  }

  .cp_qa {
      width: 90%;
      padding: 0;
  }

  .cp_qa .cp_actab label {
      font-size: 18px;
  }

  .cp_qa .cp_actab label::before {
      width: 40px;
      height: 40px;
      right: 0.8em;
  }

  .cp_actab-content img {
      width: 40px;
      height: 40px;
  }

  .a_item {
      margin: 1em 0.6em 1.3em 0;
  }

  .cp_qa .cp_actab label {
      padding: 0.6em 2em 0.6em 3.8em;
      text-indent: 0em;
  }

  .cp_qa .cp_actab .cp_actab-content p {
      margin: 0.7em 1em 0.7em 0.2em;
      font-size: 16px;
  }

  .cp_qa .cp_actab .cp_actab-content {
      padding: 0 0 0 1em;
  }
}

/* プラスマイナス記号 */
.cp_qa .cp_actab label::before,
.cp_qa .cp_actab label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3em;
  background: #fff; /* 色を白に変更 */
  transition: all 0.3s cubic-bezier(.4,2,.6,1); /* アニメーションを滑らかに */
  z-index: 2;
}

/* 横棒（マイナス） */
.cp_qa .cp_actab label::after {
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
}

/* 縦棒（プラス） */
.cp_qa .cp_actab label::before {
  width: 2px;
  height: 20px;
  transform: translateY(-50%) rotate(0deg); /* 初期状態：縦 */
  opacity: 1;
  right: 1.6em;
}

/* チェック時は縦棒（プラス）を90度回転しつつ消す */
.cp_qa .cp_actab input:checked ~ label::before {
  transform: translateY(-50%) rotate(90deg); /* 横向きに回転 */
  opacity: 0;
}

label .qicon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/q.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}

@media(max-width: 767px) {
  label .qicon {
    width: 40px;
    height: 40px;
  }
  .cp_qa .cp_actab label::after {
    top: 0;
    right: 0.8em;
  }
  .cp_qa .cp_actab label::before {
    right: 1.5em;
  }
}
/* -------------------------フッター------------------------- */
footer {
  background-color: #31a9ff;
  padding: 10% 0 10%;
  margin-top: 24%;
}
footer img {
  width: 50%;
  margin: 0 auto;
}
footer p {
  margin-top: 5%;
  text-align: center;
  color: #fff;
}
footer a {
  color: #fff;
}

@media (max-width: 767px) {
  footer {
    margin-top: 34%;
  }
  footer p {
    font-size: 75%;
  }
}

/* -------------------------追従ボタン------------------------- */
#follow_cta {
  background-color: #fff;
  bottom: 0;
  position: fixed;
  width: 700px;
  z-index: 100;
}
.follow_inner {
  padding: 3% 5%;
}
.follow_inner p {
  text-align: center;
  margin-bottom: 2%;
}
.follow_inner_icon {
  display: flex;
  gap: 2%;
}

@media (max-width: 767px) {
  #follow_cta {
    width: 100%;
  }
}
