@charset "UTF-8";
.-noBg .topicPathWrap + .offerContents {
  margin-top: 0;
}

.offerContents {
  color: #1A1A1A;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .offerContents {
    display: block;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.offerContents img {
  max-width: 100% !important;
}

.content__inner {
  display: block;
  margin-inline: auto;
  max-width: 1024px;
  width: 89.3333333333%;
}
@media screen and (max-width: 767px) {
  .content__inner.-spNone {
    width: 100%;
  }
}
:where(.mv) + .content__inner {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

/* セクション */
* + .content {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  * + .content {
    margin-top: 4.8rem;
  }
}

/* ロゴが横にあるボックス */
.logoSideBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .logoSideBox {
    display: block;
  }
}

.logoSideBox__image {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .logoSideBox__image {
    margin-inline: auto;
    width: 80px;
  }
  .logoSideBox__image + * {
    margin-top: 1rem;
  }
}

.logoSideBox__text {
  width: calc(100% - 154px);
}
@media screen and (max-width: 767px) {
  .logoSideBox__text {
    width: 100%;
  }
}

/* 汎用的画像梱包用 */
.imageBox {
  text-align: center;
}
.imageBox + * {
  margin-top: 3.2rem;
}
* + .imageBox.-banner {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  * + .imageBox.-banner {
    margin-top: 4rem;
  }
}
.imageBox.-banner a {
  display: block;
  transition: opacity 1s;
}
.imageBox.-banner a:hover {
  opacity: 0.7;
}

/* ボタン */
.basicButton {
  background: url("../img/arrow-right_white.svg") right 2.4rem center no-repeat;
  background-size: 1.1rem auto;
  background-color: #006752;
  box-shadow: 0 5px 0 #004537;
  border-radius: 5px;
  color: #FFF;
  display: block;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: 900;
  margin-inline: auto;
  max-width: 700px;
  padding-block: 2.3rem;
  padding-inline: 3.8rem;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .basicButton {
    background-position: right 1.8rem center;
    background-size: 1rem auto;
    font-size: 1.6rem;
    padding-block: 1.7rem;
    padding-left: 1.9rem;
    padding-right: 2em;
    text-align: left;
  }
}
.basicButton:hover {
  box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.basicButton + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .basicButton + * {
    margin-top: 2rem;
  }
}

.Button-wrap {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .Button-wrap {
    margin-top: 2.4rem;
  }
}
.mv .Button-wrap {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .mv .Button-wrap {
    margin-top: 4.2rem;
  }
}

/* 見出しレベル3 */
.headingLevel3 {
  background-color: #80B927;
  color: #FFF000;
  font-size: 3.4rem;
  font-weight: 900;
  padding-block: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headingLevel3 {
    font-size: 2rem;
    padding-block: 2.2rem;
    text-align: left;
  }
}
.headingLevel3 + * {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .headingLevel3 + * {
    margin-top: 2.4rem;
  }
}

/* 外窓アイコン */
.brankIcon {
  background: url("../img/icon-blank_white.svg") right center no-repeat;
  background-size: 1.1rem auto;
  padding-right: 1.9rem;
}

/* ちいさな●印つきリスト */
.normalDotList > li {
  font-size: 1.6rem;
  padding-left: 1.6rem;
  position: relative;
}
.normalDotList > li::before {
  content: "";
  background-color: currentColor;
  border-radius: 50%;
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 1.3rem;
  left: 0.6rem;
}

/* 右寄せ */
.textRight {
  text-align: right;
}

/* 注釈 */
.attentionText {
  font-size: 1.2rem;
}
* + .attentionText {
  margin-top: 0.3rem;
}