/* section
------------------------------*/
.p-sec {
  padding: 0 0 160px;
}

@media all and (max-width: 576px) {
  .p-sec {
    padding: 0 0 100px;
  }
}
.p-sec__inner {
  width: 100%;
}

.p-sec__header {
  margin-bottom: 136px;
  padding: 0;
}

@media all and (max-width: 576px) {
  .p-sec__header {
    margin-bottom: 60px;
  }
}
.p-sec__header-inner {
  padding: 36px 20px;
  color: #ffffff;
  background-color: #09523f;
}

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

@media all and (max-width: 576px) {
  .p-sec__header-heading {
    font-size: 24px;
    line-height: calc(40 / 24);
    margin-bottom: 14px;
  }
}
.p-sec__header-sub-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  line-height: calc(17 / 12);
  margin: 0;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
}

@media all and (max-width: 576px) {
  .p-sec__header-sub-heading {
    font-size: 14px;
    margin-bottom: 60px;
  }
}
.p-sec__header-list {
  width: 100%;
  /* margin: calc(90px - 22px) auto 0; */
  /* margin: calc(60px - 22px) auto 0; */
  margin: 83px auto 0;
}

@media all and (max-width: 750px) {
  .p-sec__header-list {
    margin: 60px auto 0;
  }
}
.p-sec__header-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 191px;
  padding: 0;
  list-style: none;
  border-radius: 6px;
}

@media all and (max-width: 750px) {
  .p-sec__header-list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
.p-sec__header-list ul li {
  width: calc(100% / 3);
}
.p-sec__header-list ul li:first-child a {
  border-radius: 6px 0 0 6px;
}
.p-sec__header-list ul li:last-child a {
  border-radius: 0 6px 6px 0;
}
.p-sec__header-list ul li:nth-child(n+2) a {
  position: relative;
}
.p-sec__header-list ul li:nth-child(n+2) a::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 1px;
  height: calc(100% - 80px);
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
}
@media (max-width: 800px) {
  .p-sec__header-list ul li:nth-child(n+2) a::before {
    top: 0;
    left: 50%;
    width: calc(100% - 80px);
    height: 1px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media all and (max-width: 750px) {
  .p-sec__header-list ul li {
    width: 100%;
  }
  .p-sec__header-list ul li:first-child a {
    border-radius: 6px 6px 0 0;
  }
  .p-sec__header-list ul li:last-child a {
    border-radius: 0 0 6px 6px;
  }
}
.p-sec__header-list ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: calc(40 / 24);
  position: relative;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 21px 0 75px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #09523f;
  gap: 18px;
}
.p-sec__header-list ul li a .number {
  font-family: "Noto Serif JP", serif;
  font-size: 31px;
  line-height: calc(42 / 31);
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}

@media all and (max-width: 750px) {
  .p-sec__header-list ul li a {
    padding: 25px 40px 48px 66px;
  }
  .p-sec__header-list ul li a .number {
    font-size: 22px;
    position: absolute;
    left: 40px;
  }
}
.p-sec__header-list ul li a.top {
  padding: 22px 5px 18px;
}

@media all and (max-width: 750px) {
  .p-sec__header-list ul li a {
    font-size: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 18px;
  }
}
.p-sec__header-list ul li a::after {
  position: absolute;
  bottom: 24px;
  left: 50%;
  display: block;
  width: 20px;
  height: 13px;
  content: "";
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  background: url(../img/common/ico_arrow_bottom_white01.svg) no-repeat center center/contain;
}

@media all and (max-width: 750px) {
  .p-sec__header-list ul li a::after {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: block;
    width: 19px;
    height: 12px;
    content: "";
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    background: url(../img/common/ico_arrow_bottom_white01.svg) no-repeat center center/contain;
  }
}
.p-sec__header-list ul li a.top::after {
  top: 10px;
  bottom: auto;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(180deg);
          transform: translate3d(-50%, 0, 0) rotate(180deg);
}

.p-sec__header-list ul li a:hover {
  background-color: #032e22;
}

.c-un-block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 60px;
}
@media (max-width: 576px) {
  .c-un-block-header {
    gap: 20px;
  }
}

.c-un-block-header__number {
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  line-height: calc(60 / 50);
  display: inline-block;
  margin: 0;
  color: #d8cec5;
  border-bottom: 1px solid #d8cec5;
}
@media (max-width: 576px) {
  .c-un-block-header__number {
    font-size: 33px;
  }
}

.c-un-block-header__main {
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: calc(49 / 34);
  margin: 0;
  letter-spacing: 0.15em;
  color: #09523f;
}
@media (max-width: 576px) {
  .c-un-block-header__main {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}

.c-circle--green {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  line-height: calc(32 / 22);
  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: 175px;
  height: 175px;
  margin: 0;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background-color: #09533f;
}

.c-block-link {
  max-width: 704px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .c-block-link {
    padding: 0 20px;
  }
}
.c-block-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 80px;
  margin: 0;
  padding: 0;
}

@media (max-width: 800px) {
  .c-block-link ul {
    height: auto;
    gap: 10px;
  }
}
.c-block-link ul li {
  position: relative;
  width: calc(100% / 3);
  list-style: none;
}

@media (max-width: 800px) {
  .c-block-link ul li {
    width: 100%;
  }
}
.c-block-link ul li::after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  display: block;
  width: 20px;
  height: 13px;
  content: "";
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  background: url(../img/common/ico_arrow_bottom_black01.svg) no-repeat center center/contain;
}

@media (max-width: 800px) {
  .c-block-link ul li::after {
    bottom: 16px;
    width: 12px;
    height: 7px;
  }
}
.c-block-link ul li a {
  font-size: 48px;
  line-height: calc(65 / 48);
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  color: #1a1311;
  background-color: #f8f8f8;
}

@media (max-width: 800px) {
  .c-block-link ul li a {
    font-size: 32px;
    width: 100%;
    padding: 10px 10px 34px;
  }
}
.c-block-link ul li a span {
  font-size: 22px;
}

@media (max-width: 800px) {
  .c-block-link ul li a span {
    font-size: 16px;
  }
}
.c-block-link ul li + li {
  position: relative;
}

.c-block-link ul li + li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 52px;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #1a1311;
}

@media (max-width: 800px) {
  .c-block-link ul li + li::before {
    display: none;
  }
}
/* Swiper pagenation
------------------------------*/
.swiper-container {
  position: relative;
}
.swiper-container .swiper-nav {
  position: relative;
  width: 204px;
  height: 31px;
  margin: 22px auto 0;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
  width: 32px;
  height: 32px;
  content: "";
  background: url(../img/common/ico_swiper_arrow01.svg) no-repeat center center/contain;
}
.swiper-container .swiper-button-prev {
  right: initial;
  left: 0;
}
.swiper-container .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-container .swiper-pagination {
  position: absolute;
  z-index: 2;
  top: calc(50%);
  bottom: initial;
  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: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  gap: 10px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  position: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 7px;
  height: 7px;
  margin: 0;
  opacity: 1;
  border: 1px solid #09523f;
  background-color: #ffffff;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #09523f;
}