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

/* ========================================
   IBUKI
======================================== */

.ibuki-section {
  background: #4b846e;
  padding: 30px 20px;
}

.ibuki-content {
  max-width: 1010px;
  margin: 0 auto;
  padding: 60px;
  background: #fff;
  border-radius: 18px;
}


/* 上部 -------------------------------- */

.ibuki-intro {
  margin-bottom: 30px;
}

.ibuki-lead {
  margin: 0 0 25px;
  color: #4b846e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}


/* 3つの円 ----------------------------- */

.ibuki-points {
  margin-left: -8px;
  margin-right: -8px;
}

.ibuki-points > div {
  padding-left: 8px;
  padding-right: 8px;
}

.ibuki-circle {
  width: 132px;
  height: 132px;
  margin: 0 auto;
  border: 1.5px solid #4b846e;
  border-radius: 50%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  color: #4b846e;
  line-height: 1.2;
}

.ibuki-circle span {
  font-size: 17px;
  font-weight: bold;
}

.ibuki-circle strong {
  font-size: 27px;
  font-weight: bold;
}

.ibuki-circle small {
  margin-top: 4px;
  font-size: 12px;
  font-weight: bold;
}


/* 家族写真 ----------------------------- */

.ibuki-family {
  text-align: center;
}

.ibuki-family img {
  width: 100%;
  max-width: 420px;
  height: auto;
}


/* メインタイトル ----------------------- */

.ibuki-title {
  margin: 20px 0 30px;
  padding: 7px 20px;

  background: #d7bd82;
  border-radius: 30px;

  color: #fff;
  text-align: center;

  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.2em;
}


/* 下段 -------------------------------- */

.ibuki-main {
  align-items: flex-start;
}

.ibuki-main h2 {
  margin: 0 0 18px;
  color: #4b846e !important ;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.0;
}

.ibuki-main h2 span {
  font-size: 45px;
}


/* 8つのポイント ----------------------- */

.ibuki-list {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: ibuki-counter;
}

.ibuki-list li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 30px;

  color: #222;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
}

.ibuki-list li::before {
  counter-increment: ibuki-counter;
  content: counter(ibuki-counter);

  position: absolute;
  top: 3px;
  left: 0;

  width: 18px;
  height: 18px;

  background: #222;
  color: #fff;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 11px;
  font-weight: bold;
}

.ibuki-list strong {
  color: #4b846e;
}


/* 空気の流れ --------------------------- */

.ibuki-flow-text {
  margin-bottom: 20px;

  color: #4b846e;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}

.ibuki-airflow img {
  width: 100%;
  height: auto;
  display: block;
}


/* ========================================
   Tablet
======================================== */

@media (max-width: 991.98px) {

  .ibuki-content {
    padding: 40px;
  }

  .ibuki-lead {
    font-size: 16px;
  }

  .ibuki-circle {
    width: 110px;
    height: 110px;
  }

  .ibuki-circle span {
    font-size: 15px;
  }

  .ibuki-circle strong {
    font-size: 23px;
  }

  .ibuki-main h2 {
    font-size: 25px;
  }

  .ibuki-main h2 span {
    font-size: 38px;
  }

  .ibuki-list li {
    font-size: 15px;
  }
}


/* ========================================
   Smartphone
======================================== */

@media (max-width: 767.98px) {

  .ibuki-section {
    padding: 15px 10px;
  }

  .ibuki-content {
    padding: 30px 20px;
    border-radius: 12px;
  }

  .ibuki-intro {
    margin-bottom: 20px;
  }

  .ibuki-lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .ibuki-points {
    margin-bottom: 25px;
  }

  .ibuki-circle {
    width: 90px;
    height: 90px;
  }

  .ibuki-circle span {
    font-size: 12px;
  }

  .ibuki-circle strong {
    font-size: 19px;
  }

  .ibuki-circle small {
    font-size: 8px;
  }

  .ibuki-title {
    margin: 15px 0 30px;
    padding: 8px 10px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }

  .ibuki-main > div {
    margin-bottom: 35px;
  }

  .ibuki-main h2 {
    font-size: 23px;
  }

  .ibuki-main h2 span {
    font-size: 35px;
  }

  .ibuki-list li {
    margin-bottom: 8px;
    padding-left: 26px;
    font-size: 14px;
  }

  .ibuki-flow-text {
    font-size: 14px;
  }
}