@charset "UTF-8";
/* ---------------------------------------------------------
Foundation
--------------------------------------------------------- */
/**
* スプライト画像のサイズ・位置をパーセント指定して出力
* @param {String} $sprite スプライト画像の変数
**/
/* ---------------------------------------------------------
Layout
--------------------------------------------------------- */
.l-header {
  background: #fff;
  color: #000;
  border-bottom: 1px solid rgba(103, 103, 103, 0.2);
}

.l-header-btn::before, .l-header-btn::after,
.l-header-btn .line {
  background: #000;
}

.l-header-nav a.button-contact {
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .l-header-nav a {
    padding: 0 1.25vw;
    font-size: 1.015625vw;
    color: #000;
  }
  .l-header-nav a:hover {
    background: #20b2aa;
    color: white;
    font-weight: bold;
  }
}
@media screen and (min-width: 980px) {
  .l-header-nav a {
    padding: 0 12px;
  }
}
@media screen and (min-width: 1280px) {
  .l-header-nav a {
    padding: 0 16px;
    font-size: 1.2rem;
  }
}

.button-contact {
  display: inline-block;
  background-color: white;
  color: #20b2aa;
  text-decoration: none;
}
.button-contact .button-contact-inner {
  display: inline-block;
  background-color: #20b2aa;
  color: white;
  padding: 12px 16px;
  line-height: 1.4;
  border-radius: 999px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .l-header-icon {
    background: #fff;
  }
  .l-header-icon .l-header-icon-inner {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .l-header-icon:hover .l-header-icon-inner {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (min-width: 1280px) {
  .l-header-icon {
    width: 80px;
  }
}

/* ---------------------------------------------------------
Object
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-tech-row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 0;
  }
}

.c-tech-item.is-effect.special {
  background-image: url("/wp-content/themes/chisho2.3/assets/images/tech-special.jpg");
}

.c-download {
  padding-top: 12vw;
  padding-bottom: 20vw;
}
@media screen and (min-width: 768px) {
  .c-download {
    padding-top: 7.03125vw;
    padding-bottom: 11.71875vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-download {
    padding-top: 90px;
    padding-bottom: 150px;
  }
}
.c-download-inner {
  padding-right: 4vw;
  padding-left: 4vw;
}
@media screen and (min-width: 768px) {
  .c-download-inner {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5.859375vw;
    padding-left: 5.859375vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-download-inner {
    padding-right: 75px;
    padding-left: 75px;
  }
}
.c-download-inner p {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
}
.c-download .wp-block-button {
  text-align: center;
  width: 100%;
}
.c-download .wp-block-button:first-of-type {
  margin-top: 24px;
}
.c-download .wp-block-button a {
  width: 100%;
  display: inline-block;
  padding: 24px 16px;
  margin-top: 24px;
  background-color: #3a3a3a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 999px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-download .wp-block-button a:hover {
  background-color: #20b2aa;
}

.c-contact-download-cta {
  text-align: center;
  width: 100%;
}
.c-contact-download-cta a {
  width: 300px;
  display: inline-block;
  padding: 24px;
  margin-top: 24px;
  background-color: #3a3a3a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 999px;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-contact-download-cta a:hover {
  background-color: #20b2aa;
}

.c-special {
  margin-top: 2.8vw;
}
.c-special h3 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 8px;
}
.c-special h3 span {
  font-size: 16px;
  font-weight: normal;
}
.c-special h4 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 8px;
}
.c-special h5 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 8px;
}
.c-special p {
  font-size: 14px;
  line-height: 2;
  color: #333333;
}
.c-special .c-special-item-annotation {
  font-size: 11px;
  opacity: 0.7;
}

.c-special-caption {
  text-align: center;
  padding: 3.6vw 0;
  font-size: 4.8vw;
  letter-spacing: 0.03em;
  color: #fff;
  background: #e48593;
}
@media screen and (min-width: 768px) {
  .c-special-caption {
    padding: 1.171875vw 0;
    font-size: 2.109375vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-special-caption {
    padding: 15px 0;
    font-size: 27px;
    font-size: 2.7rem;
  }
}

.c-special-list {
  max-width: 830px;
  padding: 8vw 15px 16vw;
}
@media screen and (min-width: 768px) {
  .c-special-list {
    padding: 4.6875vw 15px 9.375vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-special-list {
    padding: 60px 15px 120px;
  }
}

.c-special-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-special-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-special-item + .c-special-item {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-special-item + .c-special-item {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-special-item + .c-special-item {
    margin-top: 80px;
  }
}

.c-special-item-image {
  width: 100%;
  height: auto;
  display: block;
}

.c-special-item-content-clumns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 横並び */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 左右に配置 */
  /* カラム間の余白（任意） */
  margin-bottom: 40px;
}
.c-special-item-content-clumns > *:not(:last-child) {
  margin-right: 16px;
}

.c-special-item-left-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* 残り幅を自動で使用 */
}

.c-special-item-right-column {
  width: 450px;
  /* 固定幅 */
}

/* スマホ用（例: 768px以下） */
@media screen and (max-width: 768px) {
  .c-special-item-content-clumns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* 縦並び */
  }
  .c-special-item-left-column,
  .c-special-item-right-column {
    width: 100%;
    /* 横幅いっぱい */
  }
}
.c-special-header {
  display: inline-block;
  /* タイトルの幅に合わせる */
  position: relative;
  margin-bottom: 1.5em;
}

/* 疑似要素でラインを作成 */
.c-special-header::after {
  content: "";
  display: block;
  height: 2px;
  /* ラインの太さ */
  width: 115%;
  /* タイトル幅 +5% */
  margin-top: 6px;
  /* タイトルとの間隔 */
  background: -webkit-gradient(linear, left top, right top, from(#B16D24), to(#E6FF5A));
  background: linear-gradient(to right, #B16D24, #E6FF5A);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-special-header::after {
    max-width: 100%;
  }
}

.c-special-item-pic {
  width: 100%;
  height: 68vw;
  background: #F8F8F8;
}
@media screen and (min-width: 768px) {
  .c-special-item-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 28.671875vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-special-item-pic {
    height: 367px;
  }
}
.c-special-item-pic img {
  width: 100%;
}

.c-special-item-list {
  margin-bottom: 40px;
}
.c-special-item-list:last-of-type {
  margin-bottom: 0;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* アスペクト比 16:9 (9 ÷ 16 × 100) */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* 横幅いっぱいに広げる */
  height: 100%;
  /* 高さはアスペクト比に応じて可変 */
  border: 0;
}

.c-special-item-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 86vw;
  margin: -8vw auto 0;
  padding: 12vw 4vw 11.0666666667vw;
  background: #fff;
  -webkit-box-shadow: 0px 0px 29.1px 0.9px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 29.1px 0.9px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 768px) {
  .c-special-item-content {
    z-index: 10;
    width: 55%;
    margin: 4.6875vw 0 0;
    padding: 4.6875vw 2.34375vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-special-item-content {
    margin-top: 60px;
    padding: 60px 30px;
  }
}

.c-special-item-caption {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 7.8666666667vw;
  font-size: 4.8vw;
  letter-spacing: 0.03em;
  line-height: 1.9166666667;
}
@media screen and (min-width: 768px) {
  .c-special-item-caption {
    margin-top: 2.34375vw;
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-special-item-caption {
    margin-top: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.c-special-item-content-flow {
  text-align: center;
  /* 上から順に背景色を変化（#F1E275 を 35/50/65/80/100%の濃さに相当するトーンで） */
}
.c-special-item-content-flow h4 {
  margin-bottom: 16px;
}
.c-special-item-content-flow .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-special-item-content-flow .flow-step {
  width: 350px;
  padding: 10px;
  border-radius: 8px;
  font-size: 16px;
  margin: 8px 0;
  line-height: 1.5;
  text-align: center;
}
.c-special-item-content-flow .flow-arrow {
  width: 24px;
  height: 24px;
  background: no-repeat center/contain url("/wp-content/themes/chisho2.3/assets/images/arrow.svg");
}
.c-special-item-content-flow .flow-step:nth-of-type(1) {
  background-color: #FAF5CF;
}
.c-special-item-content-flow .flow-step:nth-of-type(2) {
  background-color: #F8F0BA;
}
.c-special-item-content-flow .flow-step:nth-of-type(3) {
  background-color: #F6ECA5;
}
.c-special-item-content-flow .flow-step:nth-of-type(4) {
  background-color: #F4E891;
}
.c-special-item-content-flow .flow-step:nth-of-type(5) {
  background-color: #F1E275;
}

@media screen and (max-width: 768px) {
  .c-special-item-content-flow .flow-step {
    width: 100%;
  }
}
.c-special-item-content-cta {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.c-special-item-content-cta a {
  display: inline-block;
  padding: 16px 24px;
  margin-top: 24px;
  width: 300px;
  background-color: #3a3a3a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-special-item-content-cta a:hover {
  background-color: #20b2aa;
}

.c-item-tag.special {
  background: #C17E5E;
}

@media screen and (min-width: 768px) {
  .c-tab-item.special:hover {
    color: #C17E5E;
    border-bottom-color: currentColor;
  }
}

@media screen and (min-width: 768px) {
  .c-map-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 30%;
  }
}/*# sourceMappingURL=style.css.map */