@charset "UTF-8";
/* ------------------------
下層ページ モジュール
------------------------ */
.mod-img-full {
  position: relative;
  width: 100%;
}
.mod-img-full .image {
  width: 100%;
}
.mod-img-full img {
  width: 100%;
  height: auto;
}

.mod-img-split {
  position: relative;
  width: 100%;
}
.mod-img-split ul.image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mod-img-split ul.image li {
  width: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  .mod-img-split ul.image li {
    width: calc(50% - 3px);
  }
}
.mod-img-split ul.image li:nth-child(2) {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .mod-img-split ul.image li:nth-child(2) {
    margin-left: 6px;
  }
}

.mod-text-temp-1 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .mod-text-temp-1 {
    margin-top: 40px;
  }
}
.mod-text-temp-1 h3 {
  position: relative;
  width: 285px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  .mod-text-temp-1 h3 {
    width: 170px;
    margin: 0 auto 16px;
  }
}
.mod-text-temp-1 h3 img {
  width: 100%;
  height: auto;
  display: block;
}
.mod-text-temp-1 h4 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0;
  line-height: 1.5;
  margin: 0 0 18px;
}
@media screen and (max-width: 767px) {
  .mod-text-temp-1 h4 {
    font-size: 20px;
    font-size: clamp(16px, 5.2vw, 20px);
    padding: 0 20px;
    margin: 0 0 14px;
    letter-spacing: 0.03em;
  }
}
.mod-text-temp-1 p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .mod-text-temp-1 p {
    letter-spacing: 0.03em;
    line-height: 1.7;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  .mod-text-temp-1 p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mod-text-temp-1.padding p {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .mod-text-temp-1.no-padding h4 {
    padding: 0 0;
  }
}
@media screen and (max-width: 767px) {
  .mod-text-temp-1.no-padding p {
    padding: 0 0;
  }
}

.foot-annotation {
  font-size: 11px;
  text-align: left;
  margin: 100px auto 0 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .foot-annotation {
    margin: 60px auto 0 !important;
  }
}/*# sourceMappingURL=module.css.map */