@charset "UTF-8";
/* section
------------------------------*/
.p-sec {
  padding-bottom: 0;
}

@media all and (max-width: 576px) {
  .p-sec {
    padding-bottom: 0;
  }
}
@media all and (max-width: 576px) {
  .p-sec__header-heading {
    font-size: min(26px, calc(26 / 390 * 100vw));
  }
}
/* .p-sec__header-txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  text-align: center;
}

@media all and (max-width: 1023px) {
  .p-sec__header-txt {
    text-align: left;
  }
} */
.p-sec__header-txt01 {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  margin: 96px 0 0;
  text-align: center;
  letter-spacing: 0.2em;
  color: #09523f;
}

@media all and (max-width: 576px) {
  .p-sec__header-txt01 {
    font-size: 17px;
    margin: 48px 0 0;
    letter-spacing: 0.1em;
  }
}
.p-sec__header {
  margin-bottom: 67px;
}

.p-sec__header-txt02 {
  font-size: 20px;
  margin-top: 48px;
  text-align: center;
}

@media all and (max-width: 576px) {
  .p-sec__header-txt02 {
    font-size: 15px;
    margin-top: 24px;
  }
}
/* section01
------------------------------*/
.p-sec01 {
  width: 100%;
  padding: 130px 20px;
  background-color: #f5f5f5;
}

@media all and (max-width: 576px) {
  .p-sec01 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
.p-sec01__inner {
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
}

.p-block01 {
  margin-bottom: 106px;
}

.p-block01__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 68px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media all and (max-width: 576px) {
  .p-block01__heading {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 360px) {
  .p-block01__heading {
    font-size: 20px;
  }
}
.p-block01__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 38px;
}
@media (max-width: 576px) {
  .p-block01__boxes {
    gap: 50px;
  }
}
.p-block01__boxes--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-block01__box {
  width: calc(100% / 3 - 38px * 2 / 3);
}

@media all and (max-width: 576px) {
  .p-block01__box {
    width: 100%;
    margin: 0 auto;
  }
}
.p-block01__box-img {
  margin-bottom: 30px;
}

@media all and (max-width: 576px) {
  .p-block01__box-img {
    margin-bottom: 20px;
  }
}
.p-block01__box-heading {
  font-size: 24px;
  font-weight: 500;
  font-weight: bold;
  line-height: calc(35 / 24);
  margin-bottom: 14px;
  text-align: left;
}

@media all and (max-width: 576px) {
  .p-block01__box-heading {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.p-block01__box-txt {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 576px) {
  .p-block01__box-txt {
    font-size: 16px;
  }
}

/* section02
------------------------------*/
.p-sec02 {
  width: 100%;
  padding: 200px 20px 80px;
}

@media all and (max-width: 576px) {
  .p-sec02 {
    padding-top: 57px;
    padding-bottom: 76px;
  }
}
.p-sec02__inner {
  width: 100%;
  max-width: 968px;
  margin: 0 auto;
}

.p-block02 {
  margin-bottom: 60px;
}

@media all and (max-width: 576px) {
  .p-block02 {
    margin-bottom: 40px;
  }
}
.p-block02__header {
  margin-bottom: 86px;
}

@media all and (max-width: 576px) {
  .p-block02__header {
    margin-bottom: 50px;
  }
}
.p-block02__header-sub-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 26px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #09523f;
}

@media all and (max-width: 576px) {
  .p-block02__header-sub-heading {
    font-size: 18px;
  }
}
.p-block02__header-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  text-align: center;
  letter-spacing: 0.2em;
}

@media all and (max-width: 576px) {
  .p-block02__header-heading {
    font-size: 22px;
  }
}
.p-block02__flex {
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 860px;
  margin: 0 auto 98px;
}

@media all and (max-width: 576px) {
  .p-block02__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.p-block02__flex-left {
  margin-right: 37px;
}

.p-block02__flex-left span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin-top: 8px;
}

@media all and (max-width: 576px) {
  .p-block02__flex-left {
    font-size: 18px;
    width: 160px;
    height: 160px;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .p-block02__flex-left span {
    font-size: 14px;
    margin-top: 4px;
  }
}
.p-block02__flex-right {
  font-size: 24px;
  line-height: 1.8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-block02__flex-heading {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(35 / 24);
  margin: 0 0 10px;
  color: #09523f;
}

.p-block02__flex-desc {
  font-size: 20px;
}

.p-block02__flex-right span {
  font-size: 16px;
  display: block;
  margin-top: 14px;
}

@media all and (max-width: 576px) {
  .p-block02__flex-right {
    font-size: 18px;
    line-height: 1.6;
  }

  .p-block02__flex-heading {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }

  .p-block02__flex-right span {
    font-size: 14px;
  }
}
.p-block02__txt {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: calc(48 / 22);
  margin-bottom: 68px;
  text-align: center;
}

@media all and (max-width: 576px) {
  .p-block02__txt {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: left;
  }
}
.p-block02__img-txt {
  font-size: 15px;
  line-height: calc(28 / 15);
  margin-top: 26px;
  text-align: right;
  color: #09523f;
}

@media all and (max-width: 576px) {
  .p-block02__img-txt {
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
  }
}
/* section03
------------------------------*/
.p-sec03 {
  width: 100%;
  padding: 76px 20px;
  background-color: #f8f8f8;
}

@media all and (max-width: 576px) {
  .p-sec03 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
.p-sec03__inner {
  width: 100%;
  max-width: 968px;
  margin: 0 auto;
}

.p-block03__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.4;
  line-height: calc(58 / 30);
  margin: 0 0 64px;
  text-align: center;
  letter-spacing: 0.15em;
}

@media all and (max-width: 576px) {
  .p-block03__heading {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 360px) {
  .p-block03__heading {
    font-size: 18px;
  }
}
.p-block03__img {
  width: 100%;
  max-width: 890px;
  margin: 0 auto 71px;
}

@media all and (max-width: 576px) {
  .p-block03__img {
    width: 78%;
    max-width: auto;
    margin-bottom: 40px;
  }
}
.p-block03__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 38px 50px;
  color: #ffffff;
  background-color: #09523f;
}

@media all and (max-width: 576px) {
  .p-block03__flex {
    padding: 25px 30px;
  }
}
.p-block03__flex-left {
  font-size: 16px;
  font-weight: 500;
  font-weight: 400;
  line-height: 1.6;
  line-height: calc(30 / 16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  padding-right: 24px;
  text-align: left;
  border-right: solid 1px #ffffff;
}

@media all and (max-width: 576px) {
  .p-block03__flex-left {
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    border-right: none;
    border-bottom: solid 1px #ffffff;
  }
}
.p-block03__flex-right {
  font-size: 18px;
  line-height: 2.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 300px);
  padding-left: 28px;
}

@media all and (max-width: 576px) {
  .p-block03__flex-right {
    font-size: 16px;
    width: 100%;
    padding-left: 0;
  }
}
.p-block03__flex-right span {
  margin-right: 0.5em;
  white-space: nowrap;
}

.p-block03__flex-right span::before {
  font-size: 14px;
  margin-right: 3px;
  content: "●";
}

@media all and (max-width: 576px) {
  .p-block03__flex-right span::before {
    font-size: 12px;
  }
}
.p-block03__flex-txt {
  font-size: 16px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 820px;
  margin: 25px auto 0;
}
.p-block03__flex-txt .p-block03__flex-txt-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
}

@media all and (max-width: 576px) {
  .p-block03__flex-txt {
    font-size: 12px;
    margin-top: 8px;
    text-align: left;
  }
}
/* section04
------------------------------*/
.p-sec04 {
  width: 100%;
  padding: 130px 20px 10px;
}

@media all and (max-width: 576px) {
  .p-sec04 {
    padding-top: 90px;
    padding-bottom: 0;
  }
}
.p-sec04__inner {
  width: 100%;
  max-width: 968px;
  margin: 0 auto;
}

.p-block04__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 72px;
  text-align: center;
  letter-spacing: 0.15em;
}

@media all and (max-width: 576px) {
  .p-block04__heading {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 360px) {
  .p-block04__heading {
    font-size: 18px;
  }
}
.p-block04__img {
  margin-bottom: 57px;
}

@media all and (max-width: 576px) {
  .p-block04__img {
    margin-bottom: 30px;
  }
}
.p-block04__img-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.p-block04__img-note .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
}
@media (max-width: 576px) {
  .p-block04__img-note .inner {
    margin-left: 0;
  }
}
.p-block04__img-note .c-text-note--14 {
  display: inline-block;
  padding-left: calc(14px * 2.5);
  text-indent: calc(14px * 2.5 * -1);
}

.p-block04__txt {
  font-size: 18px;
  line-height: calc(37 / 18);
  margin-bottom: 107px;
  text-align: center;
}

@media all and (max-width: 576px) {
  .p-block04__txt {
    font-size: 16px;
    margin-bottom: 70px;
    text-align: left;
  }
}
.p-block__table {
  width: 100%;
  color: #121212;
}

/* @media all and (max-width: 1000px) {
  .p-block__table {
    position: relative;
  }

  .p-block__table::before {
    content: '';
    width: 92px;
    height: 92px;
    background: url(../img/common/ico_scroll.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: all 0.3s ease-out;
  }

  .p-block__table.is-hide::before {
    opacity: 0;
    pointer-events: none;
  }
} */
/* @media all and (max-width: 1000px) {
  .p-block__table-wrap {
    overflow-x: scroll;
    width: calc(100% + 20px * 2);
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
} */
/* @media all and (max-width: 1000px) {
  .p-block__table-wrap {
    overflow-x: scroll;
    width: calc(100% + 20px * 1);
    margin-right: -20px;
    padding-right: 20px;
  }
} */
.p-block__table table {
  width: 100%;
}

@media all and (max-width: 1000px) {
  .p-block__table table {
    /* width: 2050px; */
  }
}
.p-block__table table.table-pc {
  display: table;
}

.p-block__table table.table-sp {
  display: none;
}

@media all and (max-width: 1000px) {
  .p-block__table table.table-pc {
    display: none;
  }

  .p-block__table table.table-sp {
    display: table;
  }
}
.p-block__table table th,
.p-block__table table td {
  line-height: 1.5;
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
  border-right: 3px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}

@media all and (max-width: 576px) {
  .p-block__table table th,
.p-block__table table td {
    /* padding: 15px 20px; */
    padding: 10px;
    letter-spacing: 0;
  }
}
/* @media all and (max-width: 360px) {
  .p-block__table table th,
  .p-block__table table td {
    font-size: 12px;
    letter-spacing: 0;
  }
} */
/* .p-block__table table th.fixed,
.p-block__table table td.fixed {
  position: sticky;
  left: 0px;
}

.p-block__table table th.fixed::before,
.p-block__table table td.fixed::before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #a9a9a9;
} */
.p-block__table table th {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  background-color: #09523f;
}

@media all and (max-width: 576px) {
  .p-block__table table th {
    font-size: 16px;
  }
}
@media all and (max-width: 360px) {
  .p-block__table table th {
    font-size: 12px;
  }
}
.p-block__table table th.green {
  background-color: #09523f;
}

.p-block__table table th.gray {
  color: #46413d;
  background-color: #f8f8f8;
}

.p-block__table table th span {
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
}

@media all and (max-width: 576px) {
  .p-block__table table th span {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.p-block__table table td {
  font-size: 16px;
  color: #46413d;
  background-color: #f8f8f8;
}

@media all and (max-width: 576px) {
  .p-block__table table td {
    font-size: 14px;
  }
}
@media all and (max-width: 360px) {
  .p-block__table table td {
    font-size: 12px;
  }
}
.p-block__table table td.left {
  text-align: left;
}

.p-block__table table td.right {
  text-align: right;
}

.p-block__table table td.top {
  vertical-align: top;
}

.p-block__table table tr td.bold {
  font-weight: 500;
}

.p-block__table table tr td.green01 {
  font-size: 18px;
  font-weight: 500;
  background-color: #d9e5e0;
}

@media all and (max-width: 1000px) {
  .p-block__table table tr td.green01 {
    padding-right: 3px;
    padding-left: 3px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }

  .p-block__table table tr td.green01 > span {
    /*↓縦書きの記述を改行させないための記述*/
    white-space: pre;
    /*↓縦書きの記述*/
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}
@media all and (max-width: 576px) {
  .p-block__table table tr td.green01 {
    font-size: 16px;
  }
}
.p-block__table table tr td.green01 span {
  font-size: 16px;
}

@media all and (max-width: 576px) {
  .p-block__table table tr td.green01 span {
    font-size: 14px;
  }
}
.p-block__table table tr td.green02 {
  background-color: #eef4f2;
}

/* @media all and (max-width: 1000px) {
  .p-block__table table tr td.green02 {
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px dashed #a9a9a9;
  }
} */
/* .p-block__table table tr td span.txt01 {
  font-size: 14px;
}

@media all and (max-width: 576px) {
  .p-block__table table tr td span.txt01 {
    display: block;
    font-size: 10px;
  }
} */
ul.p-block__table-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.p-block__table-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

@media all and (max-width: 576px) {
  ul.p-block__table-list li {
    margin-bottom: 5px;
  }
}
ul.p-block__table-list li > span {
  margin-right: 5px;
}