/* section
------------------------------*/
.p-sec__header {
  margin-bottom: 0;
}

.p-sec {
  padding-bottom: 0;
}

@media all and (max-width: 576px) {
  .p-sec {
    padding: 0;
  }
}
/* section01
------------------------------*/
.p-sec01 {
  width: 100%;
  padding: 82px 20px;
  background-color: #f8f8f8;
}

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

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

@media all and (max-width: 576px) {
  .p-sec01__heading {
    font-size: 18px;
    margin: 0 0 40px;
  }
}
.p-sec01__txt {
  font-size: 18px;
  line-height: calc(40 / 20);
  margin-bottom: 70px;
  text-align: center;
}

@media all and (max-width: 576px) {
  .p-sec01__txt {
    font-size: 16px;
    margin-bottom: 60px;
    text-align: left;
  }
}
.p-sec01__boxes-pc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 576px) {
  .p-sec01__boxes-pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-sec01__box-pc {
  width: calc(254 / 976 * 100%);
}
@media (max-width: 576px) {
  .p-sec01__box-pc {
    width: 100%;
  }
}
.p-sec01__box-pc figure {
  margin: 0;
}
@media (max-width: 576px) {
  .p-sec01__box-pc:nth-of-type(2) {
    margin-top: -20px;
  }
}
@media (max-width: 576px) {
  .p-sec01__box-pc:nth-of-type(3) {
    margin-top: -20px;
  }
}

.p-sec01__box-pc:nth-of-type(2) {
  position: absolute;
  z-index: 1;
  top: calc(1px / 2);
  left: 50%;
  width: calc(590 / 976 * 100%);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
@media (max-width: 576px) {
  .p-sec01__box-pc:nth-of-type(2) {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: initial;
            transform: initial;
  }
}

.p-sec01__boxes-sp {
  display: none;
}

@media all and (max-width: 576px) {
  .p-sec01__boxes-sp {
    display: block;
  }
}
.p-sec01__box-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.p-sec01__box-sp:nth-of-type(1) {
  margin-bottom: 50px;
}

.p-sec01__box-heading-sp {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  margin: 0 0 15px;
}

.p-sec01__box-img-sp {
  width: 50%;
}

.p-sec01__box-txt-sp {
  font-size: 16px;
  line-height: 1.75;
  width: 50%;
  margin-top: -6px;
  padding-left: 1em;
}

.p-sec01__boxes-note {
  font-size: 18px;
  line-height: calc(26 / 18);
  margin-top: 36px;
  padding-left: 18px;
  text-align: center;
  text-indent: -18px;
}
@media (max-width: 576px) {
  .p-sec01__boxes-note {
    font-size: 16px;
    padding-left: 16px;
    text-align: left;
    text-indent: -16px;
  }
}

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

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

.p-block02 {
  /* padding: 130px 20px 0; */
  margin-bottom: 130px;
}

@media all and (max-width: 576px) {
  .p-block02 {
    /* padding: 65px 20px 0; */
    margin-bottom: 90px;
  }
}
.p-block02__inner {
  width: 100%;
  max-width: 968px;
  margin: 0 auto;
}

.p-block02__header {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 66px;
}

@media all and (max-width: 576px) {
  .p-block02__header {
    margin-bottom: 50px;
  }
}
.p-block02__header-heading {
  font-size: 30px;
  font-weight: normal;
  line-height: calc(52 / 30);
  margin: 0 0 60px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #09523f;
}

@media all and (max-width: 576px) {
  .p-block02__header-heading {
    font-size: 22px;
    margin: 0 0 40px;
  }
}
.p-block02__header-txt {
  font-size: 18px;
  line-height: calc(39 / 22);
  line-height: 3;
  text-align: center;
}

@media all and (max-width: 576px) {
  .p-block02__header-txt {
    font-size: 16px;
    line-height: calc(36 / 16);
  }
}
.p-block02__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 576px) {
  .p-block02__boxes {
    gap: 32px;
  }
}

.p-block02__box {
  width: calc(100% / 2 - 50px / 2);
}

@media all and (max-width: 576px) {
  .p-block02__box {
    width: 100%;
    margin: 0 auto;
  }
}
.p-block02__img {
  width: 100%;
  max-width: 543px;
  margin: 0 auto;
}

/* section03
------------------------------*/
.p-sec03 {
  width: 100%;
  padding: 92px 20px 115px;
  background-color: #f8f8f8;
}

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

.p-sec03__header {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 60px;
}

@media all and (max-width: 576px) {
  .p-sec03__header {
    margin-bottom: 40px;
  }
}
.p-sec03__header-heading {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 0 25px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media all and (max-width: 576px) {
  .p-sec03__header-heading {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.p-sec03__header-txt {
  font-size: 22px;
  text-align: center;
}

@media all and (max-width: 576px) {
  .p-sec03__header-txt {
    font-size: 16px;
    text-align: left;
  }
}
.p-sec03__header-txt span {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  display: inline-block;
  margin-top: 20px;
  padding-left: 16px;
  text-indent: -16px;
}
@media (max-width: 576px) {
  .p-sec03__header-txt span {
    font-size: 14px;
    margin-top: 10px;
    padding-left: 14px;
    text-indent: -14px;
  }
}

.p-sec03__table {
  width: 100%;
  margin-bottom: 40px;
  color: #121212;
}

.p-sec03__table table {
  width: 100%;
}

.p-sec03__table table.table-pc {
  display: table;
}

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

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

  .p-sec03__table table.table-sp {
    display: table;
  }
}
.p-sec03__table table tr {
  border-bottom: 4px solid #f8f8f8;
}

.p-sec03__table table th,
.p-sec03__table table td {
  line-height: 1.5;
  padding: 18px 20px;
  text-align: center;
  vertical-align: middle;
}

@media all and (max-width: 576px) {
  .p-sec03__table table th,
.p-sec03__table table td {
    padding: 10px 15px;
    letter-spacing: 0;
  }
}
@media all and (max-width: 360px) {
  .p-sec03__table table th,
.p-sec03__table table td {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.p-sec03__table table th {
  font-weight: 400;
  color: #46413d;
  border-right: 2px solid #f8f8f8;
  background-color: #d8cec5;
}

.p-sec03__table table th span {
  font-size: 12px;
}

.p-sec03__table table td {
  border-left: 2px solid #f8f8f8;
  background-color: #ffffff;
}
.p-sec03__table table td .c-text-note--14 {
  display: block;
}

.p-sec03__table table td.left {
  text-align: left;
}

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

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

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

.p-sec03__table table tr td.green {
  background-color: rgba(216, 206, 197, 0.5);
}

.p-sec03__table table tr:nth-child(even) td:nth-child(2) {
  background-color: #f8f8f8;
}

.p-sec03__table table tr td span.txt01 {
  font-size: 14px;
}

.p-sec03__table table tr td span.price {
  display: inline-block;
  width: 5.5em;
  text-align: right;
}

@media all and (max-width: 1000px) {
  .p-sec03__table table tr td span.txt01 {
    font-size: 10px;
    display: block;
  }
}
.p-sec03__txt {
  color: #46413d;
}
.p-sec03__txt span {
  font-size: 16px;
  line-height: calc(32 / 16);
  display: block;
  padding-left: 16px;
  text-indent: -16px;
}
@media (max-width: 576px) {
  .p-sec03__txt span {
    font-size: 14px;
    line-height: 2;
    padding-left: 14px;
    text-indent: -14px;
  }
}

/* link
------------------------------*/