@charset "UTF-8";
@import "https://cdn.jsdelivr.net/npm/destyle.css@4.0.1/destyle.min.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*

responsive breakpoint

*/
/*

flexbox center

*/
/*

grid template

*/
/*

擬似要素テンプレート

*/
/*

background image template

*/
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.5rem;
}
body.is-fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

summary {
  list-style: none;
}
summary:marker {
  display: none;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../../assets/img/common/header/header_pc_bg_left.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 31.77vw;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-header__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header > .l-inner {
  padding-block: 3.75rem;
  padding-inline: 3.125rem;
}
@media screen and (max-width: 1200px) {
  .l-header > .l-inner {
    padding-inline: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    display: none;
  }
}

.l-header-sp {
  display: none;
  background-color: #327E08;
  height: 3.5rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.l-header-sp > .l-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-inline: 0.625rem;
}
.l-header-sp__title {
  max-width: 13.125rem;
}
.l-header-sp__humberger {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-header-sp {
    display: block;
  }
}
.l-header-sp__nav {
  padding-block: 1.25rem 7.5rem;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #327E08;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.l-header-sp__nav.is-active {
  opacity: 1;
  visibility: visible;
}

.l-footer {
  width: 100%;
  background-color: #333333;
}
.l-footer > .l-inner {
  padding-block: 3.75rem 1.5625rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 768px) {
  .l-footer > .l-inner {
    padding-block: 0.9375rem 0.625rem;
  }
}
.l-footer-menu {
  display: none;
  background-color: #9FD283;
}
@media screen and (max-width: 768px) {
  .l-footer-menu {
    display: block;
  }
}
.l-footer-menu__inner {
  padding-block: 2.8125rem 3.75rem;
  padding-inline: 1.25rem;
}

.l-main {
  max-width: 700px;
  margin-inline: 31.77vw;
  background-color: #F2FBEE;
  position: relative;
}
.l-main > .l-inner {
  padding-inline: 0;
}
@media screen and (max-width: 1000px) {
  .l-main {
    margin-inline: 31.77vw 0;
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 3.5rem;
    margin-inline: 0;
    max-width: 100%;
  }
}

.l-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 31.77vw;
  height: 100vh;
  background-image: url(../img/common/header/header_pc_bg_right.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.l-sidebar > .l-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-inline: 3.125rem;
  padding-block: 3.75rem;
}
@media screen and (max-width: 1200px) {
  .l-sidebar > .l-inner {
    padding-inline: 1.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-sidebar {
    display: none;
  }
}

.l-inner {
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.l-header__nav--pc {
  width: 100%;
}
.l-header__nav--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__nav--sp {
    display: block;
  }
}

.c-button {
  display: block;
  max-width: 18.4375rem;
  width: 100%;
  height: 4.375rem;
  border-radius: 3.75rem;
  margin-inline: auto;
}
.c-button.-voice {
  background-color: #323D4E;
  color: #ffffff;
}
.c-button.-site {
  background-color: #FFD737;
  color: #333333;
}
.c-button__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.c-button-tell {
  max-width: 18.4375rem;
  width: 100%;
  height: 4.6875rem;
  background-color: #FF3737;
  color: #ffffff;
  border-radius: 3.75rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-box-shadow: 0px 4px 1px #C52424;
          box-shadow: 0px 4px 1px #C52424;
}
@media screen and (max-width: 768px) {
  .c-button-tell {
    font-size: 0.875rem;
    max-width: 11.875rem;
    height: 3.3125rem;
  }
}
.c-button-tell:before {
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  background-image: url(../img/icon/tell_icon.png);
  background-size: 1.6875rem;
  background-repeat: no-repeat;
}
.c-button-site {
  max-width: 18.4375rem;
  width: 100%;
  height: 4.6875rem;
  background-color: #FFD737;
  color: #333333;
  border-radius: 3.75rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-box-shadow: 0px 4px 1px #BE9800;
          box-shadow: 0px 4px 1px #BE9800;
}
@media screen and (max-width: 768px) {
  .c-button-site {
    font-size: 0.875rem;
    max-width: 11.875rem;
    height: 3.3125rem;
  }
}
.c-button-voice {
  max-width: 18.4375rem;
  width: 100%;
  height: 4.6875rem;
  background-color: #323D4E;
  color: #ffffff;
  border-radius: 3.75rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-box-shadow: 0px 4px 1px #8495AF;
          box-shadow: 0px 4px 1px #8495AF;
}
@media screen and (max-width: 768px) {
  .c-button-voice {
    font-size: 0.875rem;
    max-width: 11.875rem;
    height: 3.3125rem;
  }
}

.c-heading-ranking-title {
  font-size: 2.3125rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #FFD737;
  -webkit-text-stroke: 1px #000;
  text-shadow: 1px 5px 1px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .c-heading-ranking-title {
    font-size: 1.75rem;
  }
}
.c-heading-area-title {
  display: inline-block;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #FFD737;
  padding-block: 0.9375rem;
  padding-inline: 0.9375rem;
  border-radius: 0.3125rem 0.3125rem 0 0;
}
@media screen and (max-width: 768px) {
  .c-heading-area-title {
    font-size: 1rem;
    padding-block: 0.4375rem;
    padding-inline: 0.625rem;
  }
}

.c-section-inner {
  padding-block: 2.1875rem 1.875rem;
  padding-inline: 2.5rem;
  background-color: #FFFFFF;
  border-radius: 0.3125rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .c-section-inner {
    padding-inline: 1.25rem;
  }
}
.c-section-primary {
  padding-block: 2.5rem 4.0625rem;
  padding-inline: 3.125rem;
  background-color: #327E08;
}
@media screen and (max-width: 768px) {
  .c-section-primary {
    padding-block: 1.25rem 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .c-section-primary {
    padding-inline: 0.625rem;
  }
}
.c-section-secondary {
  padding-block: 2.5rem 3.75rem;
  padding-inline: 3.125rem;
  background-color: #F2FBEE;
}
@media screen and (max-width: 1200px) {
  .c-section-secondary {
    padding-inline: 0.625rem;
  }
}
.c-section-tertiary {
  padding-block: 3.4375rem 4.0625rem;
  padding-inline: 3.125rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .c-section-tertiary {
    padding-block: 2.5rem 2.8125rem;
  }
}
@media screen and (max-width: 1200px) {
  .c-section-tertiary {
    padding-inline: 0.625rem;
  }
}
.c-section-voice-wrapper {
  position: relative;
}
.c-section-voice-wrapper::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../img/icon/comma_reverse_icon.png);
  width: 27px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 15%;
  left: 7%;
}
@media screen and (max-width: 768px) {
  .c-section-voice-wrapper::before {
    top: 7%;
    left: 10%;
  }
}
.c-section-voice-wrapper::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../img/icon/comma_icon.png);
  width: 27px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: 3%;
  right: 3.9%;
}
@media screen and (max-width: 768px) {
  .c-section-voice-wrapper::after {
    bottom: 1%;
    right: 0;
  }
}
.c-section-text-highlight {
  border-bottom: 5px solid #FFEFAF;
}
.c-section-text-red {
  color: #FF3737;
}

.c-section-heading {
  position: relative;
  background: -webkit-repeating-linear-gradient(150deg, #327E08, #327E08 5px, #3C8414 5px, #3C8414 10px);
  background: repeating-linear-gradient(-60deg, #327E08, #327E08 5px, #3C8414 5px, #3C8414 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 2.5rem 1.75rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-section-heading {
    padding-block: 1.875rem 1.25rem;
  }
}
.c-section-heading__title-box {
  max-width: 21.875rem;
}
.c-section-heading__title-box::after {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #FFD737;
  border-right: 1px solid #FFD737;
  background-color: #FFD737;
  width: 0.625rem;
  height: 0.625rem;
  top: 22%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.c-section-heading__title {
  position: relative;
  font-size: 1.125rem;
  color: #327E08;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-section-heading__title {
    font-size: 1rem;
  }
}
.c-section-heading__title-primary {
  font-size: 1.875rem;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 2px 3px 1px rgb(0, 0, 0);
}
.c-section-heading__title-secondary {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 2px 3px 1px rgb(0, 0, 0);
}
.c-section-heading__title-tertiary {
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  color: #327E08;
  text-align: center;
  padding-bottom: 1.375rem;
  margin-bottom: 1.875rem;
}
.c-section-heading__title-tertiary::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  background: -webkit-repeating-linear-gradient(150deg, #327E08, #327E08 5px, #3C8414 5px, #3C8414 10px);
  background: repeating-linear-gradient(-60deg, #327E08, #327E08 5px, #3C8414 5px, #3C8414 10px);
  width: 100%;
  height: 0.3125rem;
}
.c-section-heading__title-tertiary {
  font-size: 1.5rem;
  color: #333333;
  text-align: left;
  padding-bottom: 1.1875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-section-heading__title-tertiary {
    font-size: 1.25rem;
  }
}
.c-section-heading__title-tertiary::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  background: -webkit-repeating-linear-gradient(150deg, #327E08, #327E08 5px, #3C8414 5px, #3C8414 10px);
  background: repeating-linear-gradient(-60deg, #327E08, #327E08 5px, #3C8414 5px, #3C8414 10px);
  width: 100%;
  height: 0.3125rem;
}
.c-section-heading__title-quaternary {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  color: #327E08;
  padding-bottom: 1.25rem;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-section-heading__title-quaternary {
    font-size: 1rem;
    padding-bottom: 1.125rem;
    margin-bottom: 0.9375rem;
  }
}
.c-section-heading__title-quaternary::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  background: -webkit-repeating-linear-gradient(150deg, #327E08, #327E08 5px, #3C8414 5px, #3C8414 10px);
  background: repeating-linear-gradient(-60deg, #327E08, #327E08 5px, #3C8414 5px, #3C8414 10px);
  width: 100%;
  height: 0.3125rem;
}
.c-section-heading__title-quinary {
  font-size: 0.875rem;
  color: #ffffff;
  background-color: #A8A8A8;
  padding-inline: 0.625rem;
  padding-block: 0.1875rem;
  border-radius: 0.1875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-section-heading__title-quinary {
    font-size: 0.75rem;
    padding-inline: 0.5625rem;
  }
}
.c-section-heading__title-senary {
  font-size: 1rem;
  font-weight: 600;
  color: #327E08;
  background-color: #E9F5E3;
  padding-block: 0.625rem;
  padding-inline: 0.625rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .c-section-heading__title-senary {
    font-size: 0.875rem;
    padding-block: 0.3125rem;
    padding-inline: 0.3125rem;
  }
}
.c-section-heading__title-septenary {
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #327E08;
  padding-bottom: 1.5625rem;
  margin-bottom: 1.25rem;
}
.c-section-heading__title-septenary::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  background: -webkit-repeating-linear-gradient(150deg, #327E08, #327E08 5px, #3C8414 5px, #3C8414 10px);
  background: repeating-linear-gradient(-60deg, #327E08, #327E08 5px, #3C8414 5px, #3C8414 10px);
  width: 100%;
  height: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .c-section-heading__title-septenary {
    font-size: 1.25rem;
    padding-bottom: 0.9375rem;
  }
}
.c-section-heading__title-caption {
  position: absolute;
  background-color: #FFD737;
  color: #333333;
  text-align: center;
  top: 1%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-block: 0.625rem;
  padding-inline: 2.1875rem;
  border-radius: 3.75rem;
  max-width: 22.375rem;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-text-stroke: initial;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  .c-section-heading__title-caption {
    font-weight: 400;
    padding-inline: 0.9375rem;
    padding-block: 0.3125rem;
    max-width: 17.625rem;
  }
}
.c-section-heading-voice {
  position: relative;
  background: -webkit-repeating-linear-gradient(150deg, #327E08, #327E08 5px, #3C8414 5px, #3C8414 10px);
  background: repeating-linear-gradient(-60deg, #327E08, #327E08 5px, #3C8414 5px, #3C8414 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.625rem;
  padding-inline: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .c-section-heading-voice {
    padding-block: 0.375rem;
    padding-inline: 0.625rem;
  }
}
.c-section-heading-voice-title {
  color: #ffffff;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-section-heading-voice-title {
    font-size: 1rem;
  }
}

.c-table-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F9F9F9;
  border-right: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  border-top: 0px;
  font-size: 1rem;
}
.c-table-heading:first-child {
  background-color: #FFFFFF;
  height: 60px;
}
.c-table-heading__title {
  text-align: center;
  line-height: 1.5rem;
}
.c-table-odd {
  background-color: #FFFFFF;
  border: 1px solid #CDCDCD;
  border-left: 0;
  border-top: 0;
  font-size: 0.875rem;
}
.c-table-even {
  background-color: #F4FFF7;
  border: 1px solid #CDCDCD;
  border-top: 0;
  border-left: 0;
  font-size: 0.875rem;
}

.c-icon-ranking {
  font-size: 1.75rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.6875rem;
  height: 3.875rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .c-icon-ranking {
    font-size: 1.3125rem;
    width: 3.4375rem;
    height: 2.8125rem;
  }
}
.c-icon-ranking.-first {
  background-image: url(../img/common/logo/rank_icon_01.png);
}
.c-icon-ranking.-second {
  background-image: url(../img/common/logo/rank_icon_02.png);
}
.c-icon-ranking.-third {
  background-image: url(../img/common/logo/rank_icon_03.png);
}
.c-icon-ranking {
  background-image: url(../img/common/logo/rank_icon_04.png);
}
.c-icon-list {
  position: relative;
}
.c-icon-list::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #A5A5A5;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-icon-list::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.c-icon-question {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  color: #FFD737;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-icon-question {
    font-size: 1.3125rem;
  }
}
.c-icon-question-rod {
  position: relative;
  width: 1rem;
  height: 0.125rem;
  background-color: #FFFFFF;
  margin-left: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-icon-question-rod::before {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 0.125rem;
  background-color: #FFFFFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.c-icon-question-rod.is-active::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.c-icon-answer {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  color: #327E08;
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-icon-answer {
    font-size: 1.3125rem;
  }
}

.c-data {
  display: inline-block;
  font-size: 0.875rem;
  color: #9FD283;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-data {
    font-size: 0.6875rem;
    margin-bottom: 0;
  }
}
.c-data-title {
  font-size: 1rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #CDCDCD;
}
@media screen and (max-width: 768px) {
  .c-data-title {
    font-size: 0.875rem;
  }
}
.c-data-slide {
  color: #A8A8A8;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .c-data-slide {
    font-size: 0.75rem;
  }
}
.c-data-slide::before {
  content: "";
  display: block;
  background-image: url(../img/icon/schedule_icon.png);
  width: 0.9375rem;
  height: 0.9375rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.c-text-link {
  color: #003CFF;
}
@media screen and (max-width: 768px) {
  .c-text-link {
    font-size: 0.875rem;
  }
}
.c-text-link-underline {
  color: #003CFF;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-text-link-underline {
    font-size: 0.875rem;
  }
}
.c-text-link-white {
  color: #ffffff;
  text-decoration: none;
}

.c-wrapper-relation {
  gap: 0.3125rem;
  background-color: #F9F9F9;
  border-radius: 0.3125rem;
  border: 1px solid #CDCDCD;
  padding-block: 0.9375rem 0.625rem;
  padding-inline: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c-wrapper-relation {
    gap: 0;
  }
}
.c-wrapper-question {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  background-color: #327E08;
  padding-block: 1.5625rem;
  padding-inline: 1.25rem;
  color: #ffffff;
  border-radius: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  cursor: pointer;
  -webkit-transition: border-radius 0.5s ease;
  transition: border-radius 0.5s ease;
}
.c-wrapper-question.is-active {
  border-radius: 0.3125rem 0.3125rem 0 0;
}
.c-wrapper-question.is-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
@media screen and (max-width: 768px) {
  .c-wrapper-question {
    padding-block: 1.25rem;
  }
}
.c-wrapper-answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  background-color: #F4FFF7;
  overflow: hidden;
  max-height: 0;
  padding-block: 0;
  padding-inline: 1.25rem;
  border-radius: 0 0 0.3125rem 0.3125rem;
  -webkit-transition: max-height 0.5s ease, padding-block 0.5s ease;
  transition: max-height 0.5s ease, padding-block 0.5s ease;
}
.c-wrapper-answer.is-active {
  padding-block: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-wrapper-answer.is-active {
    padding-block: 0.625rem 1.25rem;
  }
}

.p-top-main-visual {
  position: relative;
}
.p-top-main-visual__number {
  position: absolute;
  top: 18%;
  right: 6%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Inter", sans-serif;
  font-size: 6.6875rem;
  color: #FFD737;
  -webkit-text-stroke: 1px #000;
  text-shadow: 1px 5px 1px rgb(0, 0, 0);
}
@media screen and (max-width: 1200px) {
  .p-top-main-visual__number {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-main-visual__number {
    font-size: 6.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-main-visual__number {
    font-size: 4.0625rem;
    right: calc(100% - 90vw);
  }
}
.p-top-about-section__content {
  padding-block: 2.8125rem 3.75rem;
  padding-inline: 3.125rem;
}
@media screen and (max-width: 1200px) {
  .p-top-about-section__content {
    padding-inline: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about-section__content {
    padding-block: 1.5625rem 2.5rem;
  }
}
.p-top-about-section__content-text {
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-about-section__content-text {
    font-size: 1rem;
  }
}
.p-top-about-section__content-list-box {
  margin-top: 1.25rem;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  padding: 2.5rem;
  border: 1px solid #CDCDCD;
}
@media screen and (max-width: 768px) {
  .p-top-about-section__content-list-box {
    padding-block: 1.25rem 1.5625rem;
    padding-inline: 2.1875rem 1.25rem;
  }
}
.p-top-about-section__content-item {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  padding-block: 1.25rem 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-about-section__content-item {
    font-size: 0.875rem;
    padding-block: 0.9375rem 0.625rem;
  }
}
.p-top-about-section__content-item:first-child {
  padding-top: 0;
}
.p-top-about-section__content-item:first-child::before {
  position: absolute;
  content: "";
  display: block;
  top: 25%;
}
.p-top-about-section__content-item-highlight {
  color: #FF3737;
}
.p-top-about-section__content-item::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #A5A5A5;
  border-radius: 50%;
  top: 50%;
  left: -1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-top-about-section__content-item::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.p-top-about-section__content-item::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #A5A5A5), color-stop(50%, transparent));
  background-image: -webkit-linear-gradient(left, #A5A5A5 50%, transparent 50%);
  background-image: linear-gradient(to right, #A5A5A5 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 0.5rem 0.0625rem;
}
.p-top-about-section__content-bottom-box {
  max-width: 16.875rem;
  background-color: #327E08;
  padding-block: 0.9375rem;
  padding-inline: 1.875rem;
  margin-top: 2.8125rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-top-about-section__content-bottom-box {
    max-width: 13.4375rem;
    padding-inline: 0.9375rem;
    padding-block: 0.625rem;
  }
}
.p-top-about-section__content-bottom-box-text {
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .p-top-about-section__content-bottom-box-text {
    font-size: 0.875rem;
  }
}
.p-top-top3-slider {
  padding-block: 2.5rem 2.5rem;
  padding-inline: 5.625rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-top3-slider {
    padding-block: 1.875rem 4.0625rem;
  }
}
.p-top-top3-slider .splide__pagination {
  bottom: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .p-top-top3-slider .splide__pagination {
    bottom: 1.5625rem;
  }
}
.p-top-top3-slider .splide__pagination .splide__pagination__page.is-active {
  background-color: #327E08;
}
.p-top-top3-slider__inner {
  overflow: visible !important;
}
.p-top-top3-slider__item {
  background-color: #FFFFFF;
  border-radius: 0.3125rem;
  padding-block: 1.25rem 3.75rem;
  padding-inline: 2.5rem;
  border: 1px solid #333333;
}
@media screen and (max-width: 1200px) {
  .p-top-top3-slider__item {
    padding-inline: 0.625rem;
    padding-block: 1.25rem 1.25rem;
  }
}
.p-top-top3-slider__item-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.p-top-top3-slider__item-heading-title {
  font-size: 2.3125rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #FFD737;
  -webkit-text-stroke: 1px #000;
  text-shadow: 1px 5px 1px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .p-top-top3-slider__item-heading-title {
    font-size: 1.875rem;
  }
}
.p-top-top3-slider__item-heading-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
}
.p-top-top3-slider__item-heading-number-text {
  font-size: 1.75rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.6875rem;
  height: 3.875rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 0.9375rem;
}
.p-top-top3-slider__item-heading-number-text.-first {
  background-image: url(../img/common/logo/rank_icon_01.png);
}
.p-top-top3-slider__item-heading-number-text.-second {
  background-image: url(../img/common/logo/rank_icon_02.png);
}
.p-top-top3-slider__item-heading-number-text.-third {
  background-image: url(../img/common/logo/rank_icon_03.png);
}
@media screen and (max-width: 768px) {
  .p-top-top3-slider__item-heading-number-text {
    font-size: 1.3125rem;
    width: 3.4375rem;
    height: 2.8125rem;
  }
}
.p-top-top3-slider__item-image-wrapper {
  margin-block: 1.25rem;
}
.p-top-top3-slider__item-feature {
  margin-bottom: 2.375rem;
}
@media screen and (max-width: 768px) {
  .p-top-top3-slider__item-feature-text {
    font-size: 0.875rem;
  }
}
.p-top-top3-slider__item-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}
.p-top-top3-slider .splide__arrows .splide__arrow {
  background-color: #327E08;
  width: 2.8125rem;
  height: 2.8125rem;
}
.p-top-top3-slider .splide__arrows .splide__arrow--prev {
  left: 3.25rem;
}
@media screen and (max-width: 1500px) {
  .p-top-top3-slider .splide__arrows .splide__arrow--prev {
    left: 0.625rem;
  }
}
.p-top-top3-slider .splide__arrows .splide__arrow--next {
  right: 3.25rem;
}
@media screen and (max-width: 1500px) {
  .p-top-top3-slider .splide__arrows .splide__arrow--next {
    right: 0.625rem;
  }
}
.p-top-top3-slider .splide__arrows .splide__arrow svg {
  fill: #ffffff;
  width: 0.625rem;
  height: 0.625rem;
}
.p-top-top3-progress {
  display: none;
  background-color: #CDCDCD;
}
.p-top-top3-progress-bar {
  background-color: #818181;
  border-radius: 0 1.875rem 1.875rem 0;
  height: 8px;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
  width: 0;
}
.p-top-about-service-section {
  background-color: #327E08;
  padding-block: 2.5rem 3.75rem;
  padding-inline: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-top-about-service-section {
    padding-block: 1.875rem 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-top-about-service-section {
    padding-inline: 0.625rem;
  }
}
.p-top-about-service-section__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.p-top-about-service__item {
  background-color: #FFFFFF;
  border-radius: 0.3125rem;
}
.p-top-about-service__item-image-wrapper {
  max-width: 17.0625rem;
  margin-inline: auto;
}
.p-top-about-service__item-details {
  padding-block: 1.875rem 2.3125rem;
  padding-inline: 2.5rem;
  border-radius: 0.625rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-top-about-service__item-details {
    padding-block: 1.25rem 1.5625rem;
    padding-inline: 1.25rem;
  }
}
.p-top-about-service__item-details.is-active .p-top-about-service__item-details-summary-title::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-top-about-service__item-details-summary {
  padding-block: 1.875rem 2.3125rem;
  padding-inline: 2.5rem;
  border-radius: 0.625rem;
}
.p-top-about-service__item-details-summary-title {
  position: relative;
}
.p-top-about-service__item-details-summary-title::before {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 0.125rem;
  background-color: #327E08;
  top: 50%;
  right: 0;
}
.p-top-about-service__item-details-summary-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 0.125rem;
  background-color: #327E08;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-top-about-service__item-details-summary-highlight {
  border-bottom: 5px solid #FFEFAF;
}
.p-top-about-service__item-content {
  max-height: 0;
  overflow: hidden;
  padding-block: 0;
  padding-inline: 2.5rem;
  position: relative;
  line-height: 1.5rem;
  -webkit-transition: max-height 0.5s ease, padding-block 0.5s ease;
  transition: max-height 0.5s ease, padding-block 0.5s ease;
}
@media screen and (max-width: 768px) {
  .p-top-about-service__item-content {
    font-size: 0.875rem;
  }
}
.p-top-about-service__item-content.is-active {
  padding-block: 1.25rem 1.875rem;
}
.p-top-about-service__item-content.is-active::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 7%;
  width: 85%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #A5A5A5), color-stop(50%, transparent));
  background-image: -webkit-linear-gradient(left, #A5A5A5 50%, transparent 50%);
  background-image: linear-gradient(to right, #A5A5A5 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 0.5rem 0.0625rem;
}
.p-top-about-service__item-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.75rem;
}
.p-top-about-service__item-heading-text {
  font-size: 0.875rem;
}
.p-top-about-service__item-heading-name {
  font-size: 0.875rem;
  font-weight: 500;
}
.p-top-about-service-table-section {
  background-color: #FFFFFF;
}
.p-top-about-service-table-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 120px) minmax(0, 160px) minmax(0, 160px) minmax(0, 160px);
  grid-template-rows: 3.75rem repeat(4, 5.5rem);
}
.p-top-about-service-table-description {
  margin-top: 1.625rem;
}
.p-top-about-service-table-description__text {
  line-height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-about-service-table-description__text {
    font-size: 0.875rem;
  }
}
.p-top-about-service-table-description__text-highlight {
  color: #FF3737;
}
.p-top-about-service-table-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
}
.p-top-about-service-table-content.-heading {
  background-color: #327E08;
  color: #ffffff;
}
.p-top-about-service-table-content.-none {
  background-color: #FFFFFF;
  border: 1px solid #CDCDCD;
}
.p-top-about-service-table-content-icon {
  width: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-about-service-table-content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.125rem;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-about-service-table-content-text {
    font-size: 0.75rem;
  }
}
.p-top-about-service-table-content-text.-name {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-top-about-service-table-content-text.-name {
    font-size: 0.75rem;
  }
}
.p-top-about-service-table-content.-name {
  background-color: #327E08;
  color: #ffffff;
  border: 1px solid #CDCDCD;
  border-left: 0px;
  font-size: 1rem;
}
.p-top-table-of-contents-section__inner {
  background-color: #FFFFFF;
  border-radius: 0.3125rem;
  padding-block: 2.1875rem 1.875rem;
  padding-inline: 2.5rem;
}
.p-top-area-recommend__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.p-top-area-recommend__content-item {
  border-radius: 0.3125rem;
}
.p-top-area-recommend__content-item-description {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-area-recommend__content-item-description-text {
    font-size: 0.875rem;
  }
}
.p-top-area-recommend__content-item-wrapper {
  border: 1px solid #CDCDCD;
  border-radius: 0 0 0.3125rem 0.3125rem;
  padding-block: 0.9375rem 1.375rem;
  padding-inline: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-top-area-recommend__content-item-link-text {
    font-size: 0.875rem;
  }
}
.p-top-company-introduction-list__item {
  padding-block: 2.5rem 4.0625rem;
}
@media screen and (max-width: 768px) {
  .p-top-company-introduction-list__item {
    padding-block: 1.875rem 0;
  }
}
.p-top-company-introduction-list__item:first-child {
  padding-top: 0;
}
.p-top-company-introduction-list__item-rank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.p-top-company-introduction-list__item-image {
  margin-block: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-company-introduction-list__item-image {
    margin-block: 0.9375rem;
  }
}
.p-top-company-introduction-list__item-infomation {
  border: 1px solid #CDCDCD;
  border-bottom: none;
}
.p-top-company-introduction-list__item-infomation-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-company-introduction-list__item-infomation-name-heading {
  background-color: #E9F5E3;
  max-width: 8.125rem;
  width: 100%;
  min-height: 3.4375rem;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.9375rem;
  border-right: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
}
@media screen and (max-width: 768px) {
  .p-top-company-introduction-list__item-infomation-name-heading {
    font-size: 0.875rem;
    max-width: 6.25rem;
    min-height: 2.5rem;
  }
}
.p-top-company-introduction-list__item-infomation-name-detail {
  background-color: #FFFFFF;
  width: 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  padding-left: 0.9375rem;
  border-bottom: 1px solid #CDCDCD;
  padding-block: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-company-introduction-list__item-infomation-name-detail {
    font-size: 0.875rem;
    padding-block: 0.9375rem;
    padding-left: 0.625rem;
  }
}
.p-top-company-introduction-list__item-introduction {
  padding-block: 1.25rem 1.875rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-company-introduction-list__item-introduction {
    font-size: 0.875rem;
  }
}
.p-top-company-introduction-list__item-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.5rem;
}
.p-top-company-introduction-list__item-voice-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 10px solid #327E08;
  background-color: #FFFFFF;
  padding-block: 2.5rem 2.8125rem;
  padding-inline: 4.0625rem 2.5rem;
  line-height: 1.5rem;
  gap: 0.9375rem;
}
@media screen and (max-width: 1200px) {
  .p-top-company-introduction-list__item-voice-primary {
    padding-inline: 4.0625rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-company-introduction-list__item-voice-primary {
    font-size: 0.875rem;
    padding-block: 1.875rem 2.1875rem;
  }
}
.p-top-company-introduction-list__item-voice-primary-source {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  font-size: 0.75rem;
  color: #A8A8A8;
}
.p-top-company-introduction-list__item-voice-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 10px solid #327E08;
  background-color: #FFFFFF;
  padding-block: 2.5rem 2.8125rem;
  padding-inline: 4.0625rem 2.5rem;
  line-height: 1.5rem;
  gap: 0.9375rem;
}
@media screen and (max-width: 1200px) {
  .p-top-company-introduction-list__item-voice-secondary {
    padding-inline: 4.0625rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-company-introduction-list__item-voice-secondary {
    font-size: 0.875rem;
  }
}
.p-top-company-introduction-list__item-voice-secondary-source {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  font-size: 0.75rem;
  color: #A8A8A8;
}
.p-top-company-introduction-list__item-voice-content {
  margin-block: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.p-top-company-introduction-list__item-voice-summary {
  line-height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-company-introduction-list__item-voice-summary {
    font-size: 0.875rem;
  }
}
.p-top-company-introduction-list__item-ranking-banner {
  margin-top: 1.875rem;
}
.p-top-news-section__inner {
  background-color: #FFFFFF;
  border-radius: 0.3125rem;
  padding-block: 2.1875rem 1.875rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .p-top-news-section__inner {
    padding-inline: 1.25rem;
  }
}
.p-top-news-section__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
}
.p-top-pricing-section__content {
  line-height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-pricing-section__content-text {
    font-size: 0.875rem;
  }
}
.p-top-evil-section__content {
  line-height: 1.5rem;
}
.p-top-evil-section__content-text {
  font-size: 0.875rem;
}
.p-top-evil-section__content-list {
  text-indent: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-top-evil-section__content-item {
  left: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .p-top-evil-section__content-item {
    font-size: 0.875rem;
  }
}
.p-top-trouble-section__content {
  line-height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-trouble-section__content-text {
    font-size: 0.875rem;
  }
}
.p-top-trouble-section__content-list {
  text-indent: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-top-trouble-section__content-item {
  left: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .p-top-trouble-section__content-item {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-trust-section__content-text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-risk-section__content-text {
    font-size: 0.875rem;
  }
}
.p-top-faq-section__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
}
.p-top-faq-section__content-item-question-title {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-top-faq-section__content-item-question-title {
    font-size: 0.875rem;
  }
}
.p-top-faq-section__content-item-answer-title {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-faq-section__content-item-answer-title {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-faq-section__content-item-answer-text {
    font-size: 0.875rem;
  }
}
.p-top-summary-section__content-link-wrapper {
  text-align: center;
}
.p-top-summary-section__content-description {
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-top-summary-section__content-description {
    font-size: 0.875rem;
  }
}
.p-top-recommend-article__title {
  color: #327E08;
  font-size: 1.5rem;
  padding-block: 2.8125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-recommend-article__title {
    font-size: 1.25rem;
    padding-block: 2.8125rem 1.5625rem;
  }
}
.p-top-recommend-article__slider {
  padding-block: 2.5rem 3.75rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p-top-recommend-article__slider {
    padding-block: 1.25rem 2.8125rem;
  }
}
.p-top-recommend-article__slider .splide__pagination {
  bottom: 1.25rem;
}
.p-top-recommend-article__slider .splide__pagination .splide__pagination__page.is-active {
  background-color: #327E08;
}
.p-top-recommend-article__slider .splide__arrows .splide__arrow {
  background-color: #327E08;
  width: 2.8125rem;
  height: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-top-recommend-article__slider .splide__arrows .splide__arrow {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.p-top-recommend-article__slider .splide__arrows .splide__arrow svg {
  fill: #FFFFFF;
  width: 0.625rem;
  height: 0.625rem;
}
.p-top-recommend-article__slider-item {
  border: 1px solid #CDCDCD;
}
.p-top-recommend-article__slider-item-detail {
  padding-block: 0.9375rem 1.25rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-recommend-article__slider-item-detail {
    padding: 0.625rem;
  }
}
.p-top-recommend-article__slider-item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-recommend-article__slider-item-title {
    font-size: 0.875rem;
  }
}

.p-single-page__title {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-single-page__title {
    margin-bottom: 0.9375rem;
  }
}
.p-single-page__title-text {
  font-size: 1.125rem;
  color: #327E08;
}
@media screen and (max-width: 768px) {
  .p-single-page__title-text {
    font-size: 1.25rem;
  }
}
.p-single-page__data-wrapper {
  margin-bottom: 1.25rem;
}
.p-single-page__data-text {
  font-size: 0.875rem;
  color: #A8A8A8;
}
@media screen and (max-width: 768px) {
  .p-single-page__data-text {
    font-size: 0.75rem;
  }
}
.p-single-page__content {
  border-top: 1px solid #CDCDCD;
  padding-block: 1.25rem 4.0625rem;
}
.p-single-page__thumbnail-wrapper {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-single-page__thumbnail-wrapper {
    margin-bottom: 1.25rem;
  }
}

.p-sp-nav {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.p-footer-logo {
  max-width: 26.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-footer-logo {
    max-width: 15.625rem;
  }
}
.p-footer-copyright {
  margin-top: 1.5625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-footer-copyright {
    margin-top: 0;
  }
}
.p-footer-copyright__text {
  font-size: 0.75rem;
  color: #A5A5A5;
}
@media screen and (max-width: 768px) {
  .p-footer-copyright__text {
    font-size: 0.625rem;
  }
}
.p-footer-menu-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
}

.p-humberger {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.25rem;
}
.p-humberger.is-active {
  margin-top: 1.25rem;
  margin-right: 0.625rem;
}
.p-humberger.is-active::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-humberger.is-active .p-humberger__line {
  background-color: transparent;
}
.p-humberger.is-active .p-humberger__line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-humberger.is-active .p-humberger__line::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-humberger.is-active .p-humberger__text {
  font-size: 0;
}
.p-humberger.is-active .p-humberger__text::before {
  font-size: 0.5625rem;
  content: "とじる";
}
.p-humberger__line {
  position: relative;
  display: block;
  width: 1.5625rem;
  height: 0.125rem;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-humberger__line::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  top: -0.5rem;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-humberger__line::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  bottom: -0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-humberger__text {
  position: relative;
  font-size: 0.75rem;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}

.p-header__title {
  max-width: 26.125rem;
}
.p-header__nav--pc {
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  padding-block: 2.1875rem 1.5rem;
  padding-inline: 2.625rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .p-header__nav--pc {
    padding-inline: 1.25rem;
  }
}
.p-header__nav-item {
  padding-block: 0.9375rem;
  border-bottom: 1px solid #9FD283;
}
.p-header__nav-link {
  color: #327E08;
  font-size: 1rem;
}
.p-header__nav-small-text {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 0.3125rem;
}
.p-header__nav-text {
  color: #327E08;
}
.p-header__nav-ranking {
  margin-left: 1.125rem;
}
.p-header__nav-ranking-item {
  padding-block: 0.9375rem;
}
.p-header__nav-ranking-item:last-child {
  padding-bottom: 0;
}
.p-header__nav-ranking-link {
  color: #327E08;
}
.p-header-sp__nav {
  padding-inline: 0.625rem;
  padding-top: 1.875rem;
}
.p-header-sp__nav-logo {
  max-width: 13.125rem;
  margin-left: 0.625rem;
}
.p-header-sp__nav-item {
  border-bottom: 1px solid #9FD283;
}
.p-header-sp__nav-item:not(:nth-child(1)) {
  padding-block: 1.25rem;
}
.p-header-sp__nav-item:nth-child(1) {
  padding-bottom: 1.25rem;
}
.p-header-sp__nav-link {
  color: #ffffff;
  font-size: 0.875rem;
}
.p-header-sp__nav-ranking {
  padding-left: 1.25rem;
}
.p-header-sp__nav-ranking-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.p-header-sp__nav-ranking-item {
  color: #ffffff;
  font-size: 0.875rem;
}
.p-header-sp__nav-text {
  font-size: 0.875rem;
  color: #ffffff;
  margin-bottom: 1.5625rem;
}

.p-category-list-section__inner {
  padding-block: 3.75rem 5rem;
  padding-inline: 3.125rem;
}
@media screen and (max-width: 1200px) {
  .p-category-list-section__inner {
    padding-inline: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category-list-section__inner {
    padding-block: 1.5625rem 5rem;
  }
}
.p-category-list-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-category-list-nav__list {
    gap: 0.9375rem;
  }
}
.p-category-list-nav__link {
  color: #003CFF;
  text-decoration: underline;
}
.p-category-list-text {
  margin-block: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-category-list-text__description {
    font-size: 0.875rem;
  }
}
.p-category-list-recommend__button__link {
  max-width: 28.375rem;
  padding-inline: 1.25rem;
}
.p-category-page {
  padding-block: 3.125rem 2.5rem !important;
}
.p-category-page__description {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-category-page__description {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category-page__description-text {
    font-size: 0.875rem;
  }
}
.p-category-page__title-text-sub {
  display: block;
  margin-top: 0.625rem;
}
.p-category-content {
  margin-block: 2.8125rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-category-content {
    margin-block: 1.875rem 0;
    gap: 0.625rem;
  }
}
.p-category-content__item {
  border: 1px solid #CDCDCD;
}
.p-category-content__item-detail {
  padding-block: 1.5625rem 1.875rem;
  padding-inline: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-category-content__item-detail {
    padding-block: 0.625rem 0.9375rem;
    padding-inline: 0.625rem;
  }
}
.p-category-content__item-title {
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-category-content__item-title {
    font-size: 0.875rem;
  }
}

.p-table-of-contents-section__inner {
  background-color: #FFFFFF;
  border-radius: 0.3125rem;
  padding-block: 2.1875rem 1.875rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .p-table-of-contents-section__inner {
    padding-inline: 1.25rem;
  }
}
.p-table-of-contents__list {
  max-height: 21.5625rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.p-table-of-contents__list::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 255), transparent);
  background-image: linear-gradient(to top, rgb(255, 255, 255), transparent);
  pointer-events: none;
  z-index: 1;
}
.p-table-of-contents__list.is-active {
  max-height: 62.4375rem;
}
.p-table-of-contents__list.is-active::after {
  opacity: 0;
  visibility: hidden;
}
.p-table-of-contents__list-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
.p-table-of-contents__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-table-of-contents__list-item {
    font-size: 0.875rem;
  }
}
.p-table-of-contents__list-item-label {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #9FD283;
  border-right: 3px solid #9FD283;
  padding-right: 0.9375rem;
  width: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-table-of-contents__list-item-label {
    font-size: 1.125rem;
    width: 2.1875rem;
  }
}
.p-table-of-contents__list-item-link {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-table-of-contents__list-item-link {
    font-size: 0.875rem;
  }
}
.p-table-of-contents__list-item-sub-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  text-indent: 3.4375rem;
}
.p-table-of-contents__list-item-sub-item-link {
  font-size: 0.875rem;
}
.p-table-of-contents__more {
  margin-top: 0.625rem;
}
.p-table-of-contents__more-button {
  position: relative;
  background-color: #F9F9F9;
  border: 1px solid #CDCDCD;
  border-radius: 0.3125rem;
  gap: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-table-of-contents__more-button {
    font-size: 0.875rem;
    width: 7.8125rem;
    height: 2.1875rem;
  }
}
.p-table-of-contents__more-button.is-active {
  font-size: 0;
}
.p-table-of-contents__more-button.is-active::before {
  font-size: 1rem;
  content: "とじる";
}
@media screen and (max-width: 768px) {
  .p-table-of-contents__more-button.is-active::before {
    font-size: 0.875rem;
  }
}
.p-table-of-contents__more-button.is-active .p-table-of-contents__more-button-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-table-of-contents__more-button-icon {
  font-size: 0.625rem;
  color: #333333;
}

.p-company-page__infomation-text {
  font-size: 0.875rem;
}
.p-company-page__privacy-policy-title {
  margin-top: 4.375rem;
}
.p-company-page__privacy-policy-title-text {
  text-align: left;
}
.p-company-page__privacy-policy-description {
  margin-bottom: 1.25rem;
}
.p-company-page__privacy-policy-description-text {
  font-size: 0.875rem;
}

.p-page {
  padding-block: 3.125rem 5rem;
  padding-inline: 3.125rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .p-page {
    padding-inline: 0.625rem;
  }
}

.p-pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  list-style: none;
}
.p-pagination .page-numbers li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  color: #327E08;
  border: 1px solid #327E08;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
}
.p-pagination .page-numbers li .current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #327E08;
  color: #ffffff;
  font-size: 0.75rem;
  font-family: "Inter", sans-serif;
  border-radius: 50%;
}
.p-pagination .page-numbers li .dots {
  color: #327E08;
}

.p-entry-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
.p-entry-navigation__prev-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  color: #327E08;
  border-radius: 0.3125rem;
  border: 1px solid #327E08;
  padding: 0.625rem;
  width: 6.5625rem;
}
@media screen and (max-width: 768px) {
  .p-entry-navigation__prev-text {
    font-size: 0.875rem;
  }
}
.p-entry-navigation__prev-text-arrow {
  font-size: 1.5625rem;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .p-entry-navigation__prev-text-arrow {
    font-size: 1.25rem;
  }
}
.p-entry-navigation__all-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #327E08;
  color: #ffffff;
  border-radius: 0.3125rem;
  padding-block: 0.625rem;
  padding-inline: 1.25rem;
  width: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-entry-navigation__all-link {
    width: 6.5625rem;
    font-size: 0.875rem;
    padding-inline: 1.0625rem;
  }
}
.p-entry-navigation__next-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  color: #327E08;
  border-radius: 0.3125rem;
  border: 1px solid #327E08;
  padding: 0.625rem;
  width: 6.5625rem;
}
@media screen and (max-width: 768px) {
  .p-entry-navigation__next-text {
    font-size: 0.875rem;
  }
}
.p-entry-navigation__next-text-arrow {
  font-size: 1.5625rem;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .p-entry-navigation__next-text-arrow {
    font-size: 1.25rem;
  }
}

.u-margin-bottom-primary {
  margin-bottom: 2.0625rem;
}

.u-padding-top-primary {
  padding-top: 0rem;
}
.u-padding-bottom-primary {
  padding-bottom: 1.5625rem;
}/*# sourceMappingURL=style.css.map */