@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-flex {
  position: relative;
  margin: 80px auto 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mod-flex {
    margin: 60px auto 0;
  }
}
.mod-flex.column-2 ul li {
  width: calc(50% - 16px);
  margin-bottom: 40px;
}
.mod-flex.column-2 ul li:not(.mod-flex.column-2 ul li:nth-child(2n+1)) {
  margin-left: 32px;
}
.mod-flex.column-3 ul li {
  width: calc(33.333% - 24px);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mod-flex.column-3 ul li {
    width: calc(50% - 4px);
    margin-bottom: 20px;
  }
}
.mod-flex.column-3 ul li:not(.mod-flex.column-3 ul li:nth-child(3n+1)) {
  margin-left: 36px;
}
@media screen and (max-width: 767px) {
  .mod-flex.column-3 ul li:not(.mod-flex.column-3 ul li:nth-child(3n+1)) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .mod-flex.column-3 ul li:not(.mod-flex.column-3 ul li:nth-child(2n+1)) {
    margin-left: 8px;
  }
}
.mod-flex.column-4 ul li {
  width: calc(25% - 15px);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mod-flex.column-4 ul li {
    width: calc(50% - 4px);
    margin-bottom: 20px;
  }
}
.mod-flex.column-4 ul li:not(.mod-flex.column-4 ul li:nth-child(4n+1)) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .mod-flex.column-4 ul li:not(.mod-flex.column-4 ul li:nth-child(4n+1)) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .mod-flex.column-4 ul li:not(.mod-flex.column-4 ul li:nth-child(2n+1)) {
    margin-left: 8px;
  }
}
.mod-flex.column-5 ul li {
  width: calc(20% - 8px);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mod-flex.column-5 ul li {
    width: 33.333%;
  }
}
.mod-flex.column-5 ul li:not(.mod-flex.column-5 ul li:nth-child(5n+1)) {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .mod-flex.column-5 ul li:not(.mod-flex.column-5 ul li:nth-child(5n+1)) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .mod-flex.column-5 ul li:not(.mod-flex.column-5 ul li:nth-child(2n+1)) {
    margin-left: 8px;
  }
}
.mod-flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mod-flex ul li {
  position: relative;
  margin-bottom: 40px;
}
.mod-flex ul li .image {
  width: 100%;
}
.mod-flex ul li .image img {
  width: 100%;
  height: auto;
}
.mod-flex ul li .text-box {
  position: relative;
  margin-top: 28px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mod-flex ul li .text-box {
    margin-top: 14px;
  }
}
.mod-flex ul li .text-box .image {
  width: 100%;
  margin: 0 auto;
}
.mod-flex ul li .text-box .image img {
  width: 100%;
  height: auto;
}
.mod-flex ul li .text-box h3 {
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .mod-flex ul li .text-box h3 {
    font-size: 16px;
  }
}
.mod-flex ul li .text-box .p-box p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mod-flex ul li .text-box .p-box p {
    font-size: 13px;
  }
}

.mod-flex-image-text .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .mod-flex-image-text .container {
    display: block;
  }
}
.mod-flex-image-text .container .image-box {
  width: 600px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .mod-flex-image-text .container .image-box {
    width: 100%;
    margin: 0 auto;
  }
}
.mod-flex-image-text .container .image-box .image {
  width: 100%;
}
.mod-flex-image-text .container .image-box img {
  width: 100%;
  height: auto;
}
.mod-flex-image-text .container .text-box {
  margin-left: 64px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mod-flex-image-text .container .text-box {
    width: 100%;
    margin: 28px auto 0;
  }
}
.mod-flex-image-text .container .text-box h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .mod-flex-image-text .container .text-box h3 {
    font-size: 19px;
    margin: 0 0 12px;
  }
}
.mod-flex-image-text .container .text-box .p-box p {
  font-size: 14px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .mod-flex-image-text .container .text-box .p-box p {
    line-height: 1.6;
  }
}

.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: 250px;
  margin: 0 auto 32px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .mod-text-temp-1 h3 {
    width: 150px;
    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 24px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .mod-text-temp-1 h4 {
    font-size: 20px;
    font-size: clamp(16px, 5.2vw, 20px);
    padding: 0 0;
    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;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .foot-annotation {
    margin: 60px auto 0 !important;
  }
}

.note-caption {
  font-size: 12px !important;
  text-align: left;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .note-caption {
    font-size: 10px !important;
  }
}

span.asterisk {
  position: relative;
  font-size: 11px;
  top: -6px;
  margin: 0 2px;
}
@media screen and (max-width: 767px) {
  span.asterisk {
    font-size: 10px;
    top: -3px;
  }
}/*# sourceMappingURL=module.css.map */