@charset 'UTF-8';

/* 私たちの想い-sp
      ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.page-top {
  background-color: var(--color18);
  margin: 0;
}

.page-top__ttl-item.page-top__ttl-item--color {
  color: var(--color04);
}

.page-top__sub-ttl {
  color: var(--color04);
}

.page-top__text {
  color: var(--color04);
}

.guide-page-fv {
}

.guide-page-fv-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 25 / 22;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.message {
  background-color: var(--color18);
  padding: 60px 0;
}

.message .inner {
  background-color: var(--color04);
  padding: 100px 0 50px;
}

.message h2 {
  font-size: 21px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  font-weight: 700;
  padding: 0 0 24px;
  margin: 0 0 24px;
  position: relative;
}

.message h2::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 12px;
  background-image: url(../../images/guide/message-ttl-dot.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.message h2 .img-sign {
  width: 100%;
}

.img-sign img {
  width: 100% !important;
}

.message .wp-block-group {
  margin: 0 0 50px;
}

.message .wp-block-group p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0 0 20px;
}

.message .wp-block-group p:last-of-type {
  margin: 0;
}

.message h3 {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 0 30px;
  margin: 0 0 24px;
  position: relative;
}

.message h3::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 2px;
  background-color: var(--color18);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.message hr {
  color: #dfdfdf;
  margin: 50px 0;
}

.message .number-ttl {
  margin: 0 0 24px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.message .number-ttl p:nth-of-type(1) {
  font-size: 21px;
  font-weight: 700;
  color: var(--color18);
  margin: 0;
}

.message .number-ttl p:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 700;
}

.message .wp-block-list {
  list-style: auto;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px;
}

.message .wp-block-list li {
  margin: 0 0 20px 1em;
}

.message .wp-block-list li:last-of-type {
  margin: 0 0 0 1em;
}

.message .img-sign {
  margin: 44px 0 0;
  text-align: right;
}

.message .img-sign img {
  max-width: 192px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

/* アコーディオン-sp */

.message-accordion {
  padding: 40px 0 80px;
  background-color: var(--color18);
}

/* テキストイメージリング-sp */
.txt-img-ring {
  background-color: var(--color09);
}

.cont-txt-button__ttl {
  color: inherit;
  font-weight: 700;
}

.cont-txt-button__eg-color {
  color: var(--color02);
}

.cont-txt-button__eg::before {
  background-image: url(../../images/common/message-ttl-ring);
}

.cont-txt-button__txt {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-weight: 700;
  color: inherit;
  margin: 0 0 50px;
}

.txt-img-ring__right::before {
  background-image: url(../../images/guide/guide-ring11.png);
}

.txt-img-ring__right::after {
  background-image: url(../../images/guide/guide-ring12.png);
}

@media screen and (min-width: 577px) {
  /* 私たちの想い-tb
        ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

  .message {
    padding: 120px 0;
  }

  .message .inner {
    padding: 200px 0;
  }

  .message h2 {
    font-size: 42px;
    padding: 0 0 48px;
    margin: 0 0 48px;
  }

  .message h2::before {
    width: 36px;
    height: 24px;
  }

  .message .wp-block-group {
    margin: 0 0 100px;
  }

  .message .wp-block-group p {
    font-size: 28px;
    margin: 0 0 40px;
  }

  .message h3 {
    font-size: 32px;
    padding: 0 0 0 60px;
    margin: 0 0 48px;
  }

  .message h3::before {
    width: 32px;
    height: 2px;
  }

  .message hr {
    margin: 100px 0;
  }

  .message .number-ttl {
    margin: 0 0 48px;
  }

  .message .number-ttl p:nth-of-type(1) {
    font-size: 42px;
  }

  .message .number-ttl p:nth-of-type(2) {
    font-size: 32px;
  }

  .message .wp-block-list {
    font-size: 28px;
    margin: 0 0 40px;
  }

  .message .wp-block-list li {
    margin: 0 0 40px 1em;
  }

  .message .img-sign {
    margin: 88px 0 0;
  }

  .message .img-sign img {
    max-width: 384px;
    min-height: 104px;
  }
}

@media screen and (min-width: 769px) {
  /* 私たちの想い-pc
        ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  .page-top {
    padding: 200px 0 100px;
  }

  .page-top .inner-cont {
    max-width: none;
  }

  .guide-page-fv-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 25 / 11;
  }

  .message {
    padding: 150px 0 100px;
  }

  .message .inner {
    border-radius: 20px;
    padding: 120px 0;
  }

  .message .wp-block-group {
    margin: 0 0 56px;
  }

  .message h2 {
    font-size: 30px;
    padding: 0 0 32px;
    margin: 0 0 32px;
  }

  .message h2::before {
    width: 30px;
    height: 10px;
  }

  .message .wp-block-group p {
    font-size: 18px;
    margin: 0 0 40px;
  }

  .message h3 {
    font-size: 20px;
    padding: 0 0 0 46px;
    margin: 0 0 32px;
  }

  .message .wp-block-group p {
    font-size: 18px;
    margin: 0 0 32px;
  }

  .message hr {
    margin: 80px 0;
  }

  .message .number-ttl {
    margin: 0 0 32px;
  }

  .message .number-ttl p:nth-of-type(1) {
    font-size: 26px;
  }

  .message .number-ttl p:nth-of-type(2) {
    font-size: 20px;
  }

  .message .wp-block-list {
    font-size: 18px;
    margin: 0 0 32px;
  }

  .message .wp-block-list li {
    margin: 0 0 20px 1em;
  }
}
