/* common
------------------------------*/
.p-sec {
  position: relative;
  padding: 0;
}

.p-sec__header-list {
  max-width: calc(710px + 40px);
}
.p-sec__header-list ul {
  gap: 60px;
}
@media (max-width: 576px) {
  .p-sec__header-list ul {
    gap: 15px;
  }
}
.p-sec__header-list ul li {
  width: calc(100% / 2 - 60px / 2);
}
@media (max-width: 576px) {
  .p-sec__header-list ul li {
    width: calc(100% / 2 - 15px / 2);
  }
}
.p-sec__header-list ul li a {
  border-radius: 8px !important;
}
@media (max-width: 576px) {
  .p-sec__header-list ul li a {
    font-size: 14px;
  }
}

.p-sec__header-list ul li:nth-child(n+2) a::before {
  display: none;
}

/* p-sec__header-list
------------------------------*/
.p-sec__header-list ul {
  height: 134px;
}
@media (max-width: 576px) {
  .p-sec__header-list ul {
    height: 82px;
  }
}
.p-sec__header-list ul li {
  height: 100%;
}
.p-sec__header-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 21px 0 40px;
}
@media (max-width: 576px) {
  .p-sec__header-list ul li a {
    padding: 0 10px 27px;
  }
}
.p-sec__header-list ul li a::after {
  bottom: 16px;
}
@media (max-width: 576px) {
  .p-sec__header-list ul li a::after {
    bottom: 18px;
    width: 14px;
    height: 8px;
  }
}

/* flow
------------------------------*/
.p-sec01 .p-boxes {
  width: 100%;
  margin-top: 44px;
}
.p-sec01 .p-boxes__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 816px;
  margin: 0 auto;
  gap: 31px;
}
.p-sec01 .p-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 33px 0;
  border: 1px solid #09523f;
}
@media all and (max-width: 576px) {
  .p-sec01 .p-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
  }
}
.p-sec01 .p-box::after {
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 7px;
  height: 29px;
  content: "";
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: url(../img/common/ico_arrow_bottom_green01.svg);
}
.p-sec01 .p-box:last-child:after {
  display: none;
}
.p-sec01 .p-box__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(276 / 816 * 100%);
  color: #09523f;
  gap: 6px;
}
@media (max-width: 576px) {
  .p-sec01 .p-box__heading {
    font-size: 18px;
  }
}
.p-sec01 .p-box__heading span {
  font-size: 16px;
}
@media (max-width: 576px) {
  .p-sec01 .p-box__heading span {
    font-size: 14px;
  }
}
@media all and (max-width: 576px) {
  .p-sec01 .p-box__heading {
    font-size: 18px;
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-right: none;
  }
}
.p-sec01 .p-box__txt {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((816 - 276 - 37) / 816 * 100%);
}
@media all and (max-width: 576px) {
  .p-sec01 .p-box__txt {
    font-size: 14px;
    width: 100%;
    padding-left: 0;
  }
}

/* faq
------------------------------*/
.p-sec02 {
  margin-top: 104px;
  /* @media all and (max-width: 576px) {
    .p-sec__header-form .p-sec__header-form-inner input::placeholder {
      color: #fff;
    }
  } */
  /* .p-sec__header-form .p-sec__header-form-inner button:hover,
  .p-sec__header-form .p-sec__header-form-inner button:focus {
    outline: none;
  } */
  /* .p-block dl:last-child {
    border-bottom: solid 1px #969696;
  } */
}
.p-sec02 .p-sec__header {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .p-sec02 .p-sec__header-form {
    margin-top: 36px;
  }
}
.p-sec02 .p-sec__header-form {
  display: block;
  width: 100%;
  max-width: 820px;
  margin: 66px auto 0;
  padding: 28px 50px;
  background-color: #d9e0d9;
}
@media all and (max-width: 576px) {
  .p-sec02 .p-sec__header-form {
    margin: 36px 0 0;
    padding: 24px 26px;
  }
}
.p-sec02 .p-sec__header-form .p-sec__header-form-inner {
  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;
}
.p-sec02 .p-sec__header-form .p-sec__header-form-inner div {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-right: 30px;
}
@media all and (max-width: 576px) {
  .p-sec02 .p-sec__header-form .p-sec__header-form-inner div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.p-sec02 .p-sec__header-form .p-sec__header-form-inner input {
  font-family: inherit;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  width: 100%;
  max-width: 475px;
  padding: 0.8em 1.2em;
  color: inherit;
  border: 1px solid #09523f;
  border-radius: 4px;
  background-color: #ffffff;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-sec02 .p-sec__header-form .p-sec__header-form-inner input::-webkit-input-placeholder {
  color: #a9a9a9;
}
.p-sec02 .p-sec__header-form .p-sec__header-form-inner input::-moz-placeholder {
  color: #a9a9a9;
}
.p-sec02 .p-sec__header-form .p-sec__header-form-inner input:-ms-input-placeholder {
  color: #a9a9a9;
}
.p-sec02 .p-sec__header-form .p-sec__header-form-inner input::-ms-input-placeholder {
  color: #a9a9a9;
}
.p-sec02 .p-sec__header-form .p-sec__header-form-inner input::placeholder {
  color: #a9a9a9;
}
.p-sec02 .p-sec__header-form .p-sec__header-form-inner button {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin: 0;
  margin-left: 20px;
  padding: 0.75em 1.5em;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  background-color: #00543e;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media all and (max-width: 576px) {
  .p-sec02 .p-sec__header-form .p-sec__header-form-inner button {
    margin-left: 12px;
    padding: 0.75em 1.2em;
  }
}
.p-sec02 .p-sec__header-form .p-sec__header-form-inner button::-moz-foucus-inner {
  padding: 0;
  border: none;
}
.p-sec02 .c-block-link {
  margin-top: 50px;
}
@media (max-width: 576px) {
  .p-sec02 .c-block-link {
    margin-top: 30px;
  }
}
.p-sec02 .p-sec__header-txt {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  margin-top: 60px;
  text-align: center;
}
@media all and (max-width: 576px) {
  .p-sec02 .p-sec__header-txt {
    font-size: 16px;
    margin-top: 50px;
  }
}
.p-sec02 .p-sec__header-no-search-txt {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  display: none;
  margin-top: 60px;
  text-align: center;
}
@media all and (max-width: 576px) {
  .p-sec02 .p-sec__header-no-search-txt {
    font-size: 16px;
    margin-top: 50px;
  }
}
.p-sec02 .p-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 77px;
  gap: 80px;
}
@media (max-width: 576px) {
  .p-sec02 .p-block__wrapper {
    margin-top: 60px;
    gap: 70px;
  }
}
.p-sec02 .p-block {
  color: #121212;
}
.p-sec02 .p-block_heading {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px;
}
@media all and (max-width: 576px) {
  .p-sec02 .p-block_heading {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.p-sec02 .p-block dl {
  margin: 0;
}
.p-sec02 .p-block dl:nth-child(even) dt {
  background-color: #d9e0d9;
}
.p-sec02 .p-block dl:nth-child(even) dt:after {
  background: url(../img/common/ico_plus_white01.svg) no-repeat center center/100% auto;
}
.p-sec02 .p-block dl:nth-child(even) dt.is-show::after {
  background-image: url(../img/common/ico_minus_white01.svg);
}
.p-sec02 .p-block dl:nth-child(odd) dt {
  background-color: #f8f8f8;
}
.p-sec02 .p-block dl:nth-child(odd) dt:after {
  background: url(../img/common/ico_plus_green01.svg) no-repeat center center/100% auto;
}
.p-sec02 .p-block dl:nth-child(odd) dt.is-show::after {
  background-image: url(../img/common/ico_minus_green01.svg);
}
.p-sec02 .p-block dl + dl {
  border-top: 2px solid #ffffff;
}
.p-sec02 .p-block dl dt > div,
.p-sec02 .p-block dl dd > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-sec02 .p-block dl dt .header,
.p-sec02 .p-block dl dd .header {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  letter-spacing: 0.05em;
  color: #09523f;
  border-right: 2px solid #ffffff;
}
@media (max-width: 576px) {
  .p-sec02 .p-block dl dt .header,
.p-sec02 .p-block dl dd .header {
    font-size: 16px;
    width: 44px;
  }
}
.p-sec02 .p-block dl dt .content,
.p-sec02 .p-block dl dd .content {
  font-size: 16px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 120px);
  margin: 0;
  padding: 14px 66px 14px 24px;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .p-sec02 .p-block dl dt .content,
.p-sec02 .p-block dl dd .content {
    width: calc(100% - 44px);
    padding: 14px 41px 14px 14px;
  }
}
.p-sec02 .p-block dl dd .content {
  padding-top: 24px;
  padding-bottom: 24px;
}
.p-sec02 .p-block dl dt {
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  background-color: #d9e0d9;
}
.p-sec02 .p-block dl dt::after {
  position: absolute;
  top: 50%;
  right: 32px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
@media all and (max-width: 576px) {
  .p-sec02 .p-block dl dt::after {
    right: 10px;
  }
}
.p-sec02 .p-block dl dt > div {
  font-size: 16px;
  font-weight: 500;
}
.p-sec02 .p-block dl dd {
  line-height: 1.5;
  display: none;
  margin: 0;
}
.p-sec02 .p-block dl dd .small {
  font-size: 14px;
  display: block;
  margin-top: 16px;
}
.p-sec02 .p-block dl dd .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-sec02 .c-block-link {
  padding: 0;
}
.p-sec02 .c-block-link ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  gap: 56px 0;
}
@media (max-width: 800px) {
  .p-sec02 .c-block-link ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 36px 14px;
  }
}
.p-sec02 .c-block-link ul li {
  height: 80px;
}
@media (max-width: 800px) {
  .p-sec02 .c-block-link ul li {
    width: calc(100% / 2 - 14px / 2);
    height: 60px;
  }
}
.p-sec02 .c-block-link ul li:nth-child(4)::before {
  display: none;
}
@media (max-width: 800px) {
  .p-sec02 .c-block-link ul li::after {
    bottom: -15px;
  }
}
.p-sec02 .c-block-link ul li a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 800px) {
  .p-sec02 .c-block-link ul li a {
    font-size: 14px;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px;
  }
}

.c-flower--1 {
  z-index: 0;
  top: calc(-121px);
  right: -66px;
  width: calc(375 / 1365 * 100%);
  max-width: 375px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-image: url(../img/flow/img_flower01.svg);
  aspect-ratio: calc(375 / 361);
}
@media (max-width: 576px) {
  .c-flower--1 {
    top: calc(-60px);
    right: -14px;
    width: calc(184 / 375 * 100%);
    aspect-ratio: calc(184 / 177);
  }
}

.c-flower--2 {
  z-index: 0;
  top: calc(958px);
  left: -7px;
  width: calc(218 / 1365 * 100%);
  max-width: 218px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-image: url(../img/flow/img_flower02.svg);
  aspect-ratio: calc(218 / 246);
}
@media (max-width: 576px) {
  .c-flower--2 {
    display: none;
  }
}

.c-flower--3 {
  z-index: 0;
  top: calc(1242px);
  right: -35px;
  width: calc(218 / 1365 * 100%);
  max-width: 218px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  background-image: url(../img/flow/img_flower03.svg);
  aspect-ratio: calc(218 / 246);
}
@media (max-width: 576px) {
  .c-flower--3 {
    top: initial;
    right: -25px;
    bottom: -121px;
    width: calc(110 / 375 * 100%);
  }
}

.c-flower--4 {
  z-index: 0;
  top: calc(126px);
  left: -14px;
  width: calc(334 / 1365 * 100%);
  max-width: 334px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-image: url(../img/flow/img_flower04.svg);
  aspect-ratio: calc(334 / 246);
}
@media (max-width: 576px) {
  .c-flower--4 {
    display: none;
  }
}

.c-flower--5 {
  z-index: 0;
  top: calc(1324px);
  right: -56px;
  width: calc(218 / 1365 * 100%);
  max-width: 218px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  background-image: url(../img/flow/img_flower05.svg);
  aspect-ratio: calc(218 / 246);
}
@media (max-width: 576px) {
  .c-flower--5 {
    display: none;
  }
}

.c-flower--6 {
  z-index: 0;
  top: calc(1725px);
  left: -14px;
  width: calc(334 / 1365 * 100%);
  max-width: 334px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-image: url(../img/flow/img_flower06.svg);
  aspect-ratio: calc(334 / 322);
}
@media (max-width: 576px) {
  .c-flower--6 {
    display: none;
  }
}