/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, button, header {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  max-height: 999999px;
  outline: none;
  box-sizing: border-box;
  background: none;
}

button:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  color: rgb(70, 40, 17);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
}
body.js-open {
  position: fixed;
}

a {
  font-weight: 500;
  color: rgb(51, 51, 51);
}

/* header */
.c-header {
  width: 100%;
  padding-top: 0.625rem;
  padding-right: 1rem;
  padding-left: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 576px) {
  .c-header {
    padding-top: 1rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .c-header {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .c-header {
    padding-top: 2rem;
  }
}

.c-header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1500px;
  height: 60px;
  margin: 0 auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  border-radius: 12px;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.16);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .c-header__body {
    border-radius: 16px;
  }
}
@media screen and (min-width: 992px) {
  .c-header__body {
    height: 80px;
  }
}
@media screen and (min-width: 1500px) {
  .c-header__body {
    height: 96px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.c-header__logo {
  position: relative;
  z-index: 60;
}

.c-header__logo-link {
  display: flex;
  width: 150px;
  transition: 0.3s;
}
.c-header__logo-link:hover {
  opacity: 0.5;
}
@media screen and (min-width: 476px) {
  .c-header__logo-link {
    width: 160px;
  }
}
@media screen and (min-width: 992px) {
  .c-header__logo-link {
    width: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .c-header__logo-link {
    width: 200px;
  }
}
@media screen and (min-width: 1500px) {
  .c-header__logo-link {
    width: 260px;
  }
}

.c-nav {
  margin-left: auto;
  margin-right: 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-nav {
    margin: 0;
  }
}

.c-nav__body {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-nav__body {
    gap: 1rem;
  }
}
@media screen and (min-width: 1500px) {
  .c-nav__body {
    gap: 2rem;
  }
}

.c-nav__main {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-nav__main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
    z-index: 10;
    gap: 0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-nav__main {
    gap: 1rem;
  }
}
@media screen and (min-width: 1500px) {
  .c-nav__main {
    gap: 2rem;
  }
}

.c-nav__link {
  padding-top: 0.3125rem;
  padding-right: 0.5rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.5rem;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
.c-nav__link:hover {
  opacity: 0.7;
}
.c-nav__link img {
  width: auto;
  height: 20px;
}
@media screen and (min-width: 992px) {
  .c-nav__link img {
    height: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-nav__link img {
    height: 20px;
  }
}
@media screen and (min-width: 1500px) {
  .c-nav__link img {
    height: 24px;
  }
}

.c-nav__enrty {
  display: none;
}
@media screen and (min-width: 576px) {
  .c-nav__enrty {
    display: block;
    width: 180px;
    height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .c-nav__enrty {
    width: 180px;
    height: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .c-nav__enrty {
    width: 220px;
    height: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .c-nav__enrty {
    width: 250px;
    height: 56px;
  }
}

.c-nav__enrty-button {
  display: grid;
  place-content: center;
  place-items: center;
  height: 100%;
  width: 100%;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 30px;
  background-color: rgb(231, 85, 52);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  line-height: 1.4;
  position: relative;
  transition: 0.3s;
}
.c-nav__enrty-button:hover {
  opacity: 0.7;
}
.c-nav__enrty-button img {
  height: 15px;
}
@media screen and (min-width: 992px) {
  .c-nav__enrty-button img {
    height: 16px;
  }
}
@media screen and (min-width: 1500px) {
  .c-nav__enrty-button img {
    height: 18px;
  }
}

.c-header__menu {
  position: relative;
  z-index: 100;
}

.c-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  aspect-ratio: 1/1;
}

.c-hamburger__body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .c-hamburger__body {
    width: 60px;
    height: 48px;
  }
}

.c-hamburger__body::before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: rgb(49, 30, 8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .c-hamburger__body::before {
    width: 60px;
    height: 4px;
  }
}

.js-open .c-hamburger__body::before {
  opacity: 0;
}

.c-hamburger__button {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  appearance: none;
  background: none;
  border: 0;
}

.c-hamburger__button::before,
.c-hamburger__button::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: rgb(49, 30, 8);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .c-hamburger__button::before,
  .c-hamburger__button::after {
    width: 60px;
    height: 4px;
  }
}

.c-hamburger__button::before {
  top: 2px;
  transform-origin: left top;
}

.c-hamburger__button::after {
  bottom: 2px;
  transform-origin: left bottom;
}

.js-open .c-hamburger__button::before,
.js-open .c-hamburger__button::after {
  width: 53px;
  left: 7px;
}
@media screen and (min-width: 1200px) {
  .js-open .c-hamburger__button::before,
  .js-open .c-hamburger__button::after {
    width: 63px;
  }
}

.js-open .c-hamburger__button::before {
  transform: rotate(40deg);
}

.js-open .c-hamburger__button::after {
  transform: rotate(-40deg);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.c-megamenu {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgb(246, 244, 237);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 80;
}

.c-megamenu__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.c-megamenu__body {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.c-megamenu__main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}

.c-megamenu__link {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.c-megamenu__link img {
  height: 26px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .c-megamenu__link img {
    height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .c-megamenu__link img {
    height: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .c-megamenu__link img {
    height: 32px;
  }
}

.c-megamenu__enrty {
  width: 100%;
  max-width: 240px;
  height: 55px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 576px) {
  .c-megamenu__enrty {
    max-width: 320px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .c-megamenu__enrty {
    max-width: 380px;
    height: 65px;
  }
}
@media screen and (min-width: 992px) {
  .c-megamenu__enrty {
    max-width: 100%;
    height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .c-megamenu__enrty {
    height: 80px;
  }
}

.c-megamenu__enrty-button {
  display: grid;
  place-content: center;
  place-items: center;
  height: 100%;
  width: 100%;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 40px;
  background-color: rgb(231, 85, 52);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  line-height: 1.4;
  position: relative;
  transition: 0.3s;
}
.c-megamenu__enrty-button:hover {
  opacity: 0.7;
}
.c-megamenu__enrty-button img {
  height: 15px;
}
@media screen and (min-width: 992px) {
  .c-megamenu__enrty-button img {
    height: 18px;
  }
}
@media screen and (min-width: 1500px) {
  .c-megamenu__enrty-button img {
    height: 20px;
  }
}

.c-megamenu__enrty-deco01 {
  width: 40px;
  position: absolute;
  top: -0.625rem;
  left: 0;
  transform: translateX(-100%);
}
@media screen and (min-width: 576px) {
  .c-megamenu__enrty-deco01 {
    width: 60px;
  }
}
@media screen and (min-width: 768px) {
  .c-megamenu__enrty-deco01 {
    width: 70px;
    transform: translateX(calc((100% + 10px) * -1));
  }
}
@media screen and (min-width: 992px) {
  .c-megamenu__enrty-deco01 {
    width: 80px;
    top: -1.5rem;
    transform: translateX(calc((100% + 20px) * -1));
  }
}
@media screen and (min-width: 1200px) {
  .c-megamenu__enrty-deco01 {
    width: 90px;
  }
}

.c-megamenu__enrty-deco02 {
  width: 50px;
  position: absolute;
  top: -0.875rem;
  right: 0;
  transform: translateX(100%);
}
@media screen and (min-width: 576px) {
  .c-megamenu__enrty-deco02 {
    width: 60px;
  }
}
@media screen and (min-width: 768px) {
  .c-megamenu__enrty-deco02 {
    width: 70px;
    transform: translateX(calc((100% + 10px) * 1));
  }
}
@media screen and (min-width: 992px) {
  .c-megamenu__enrty-deco02 {
    width: 80px;
    top: -1.75rem;
    transform: translateX(calc((100% + 20px) * 1));
  }
}
@media screen and (min-width: 1200px) {
  .c-megamenu__enrty-deco02 {
    width: 90px;
  }
}

.c-megamenu__deco01 {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-megamenu__deco01 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .c-megamenu__deco01 {
    height: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .c-megamenu__deco01 {
    height: auto;
  }
}

.c-megamenu__deco02 {
  width: 140px;
  position: absolute;
  bottom: 2rem;
  left: 0.625rem;
}
@media screen and (min-width: 992px) {
  .c-megamenu__deco02 {
    width: 200px;
    bottom: 2rem;
    left: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-megamenu__deco02 {
    width: 240px;
    bottom: 3rem;
    left: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .c-megamenu__deco02 {
    width: 270px;
    bottom: 4rem;
    left: 4rem;
  }
}

.c-megamenu__deco03 {
  width: 140px;
  position: absolute;
  bottom: 1.25rem;
  right: 0;
}
@media screen and (min-width: 992px) {
  .c-megamenu__deco03 {
    width: 200px;
    bottom: 1.5625rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-megamenu__deco03 {
    width: 240px;
    bottom: 1.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .c-megamenu__deco03 {
    width: 270px;
    bottom: 3.125rem;
  }
}

/* footer */
.c-footer {
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  background-color: rgb(231, 85, 52);
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.c-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .c-footer__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.c-footer__nav {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  gap: 0.625rem;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 992px) {
  .c-footer__nav {
    place-content: start;
    place-items: start;
    grid-template-columns: repeat(3, auto);
    gap: 3rem;
  }
}

.c-footer__nav-link {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgb(255, 255, 255);
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-footer__nav-link:hover {
    text-decoration: underline;
  }
  .c-footer__nav-link:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    right: -1.5rem;
    transform: translateY(-50%);
  }
}

.c-footer__copy {
  font-size: 0.625rem;
  font-weight: normal;
  color: rgb(255, 255, 255);
  text-align: center;
  position: relative;
  z-index: 20;
}

/* component */
.c-contentsheader {
  display: grid;
  place-content: center;
  place-items: center;
}

.c-contentsheader__title {
  max-width: 238px;
}

.c-contentsheader__summary {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

.c-button {
  display: grid;
  align-items: center;
  height: 60px;
  width: 100%;
  padding-left: 1.25rem;
  border: 1px solid rgb(34, 34, 34);
  background-color: rgb(255, 255, 255);
  box-shadow: 4px 4px 0px 0px rgb(0, 134, 66);
  line-height: 1.4;
  position: relative;
  transition: 0.3s;
}
.c-button::after {
  content: "";
  width: 11px;
  height: 13px;
  background-color: rgb(246, 151, 1);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
.c-button:hover::after {
  right: 0.625rem;
}
.c-button:hover .c-button__text {
  opacity: 0.5;
}
@media screen and (min-width: 576px) {
  .c-button {
    place-content: center;
    place-items: center;
    padding-left: 0;
  }
}

.c-button__text {
  font-size: 1rem;
  font-weight: 600;
  color: rgb(34, 34, 34);
  transition: 0.3s;
}
@media screen and (min-width: 576px) {
  .c-button__text br {
    display: none;
  }
}

.p-about {
  padding-right: 1.25rem;
  padding-bottom: 6.25rem;
  padding-left: 1.25rem;
  background-image: url(../img/about-fig-03.jpg);
  background-position: center;
  background-size: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-bottom: 7.5rem;
  }
}

.p-about__inner {
  max-width: 980px;
  margin: 0 auto;
}

.p-about__detail {
  display: grid;
  grid-template-columns: 1fr 90px;
  grid-template-rows: auto 1fr;
  row-gap: 1rem;
  grid-template-areas: "title badge" "summary summary";
  align-items: end;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 476px) {
  .p-about__detail {
    grid-template-columns: 1fr 120px;
  }
}
@media screen and (min-width: 576px) {
  .p-about__detail {
    grid-template-columns: 1fr 140px;
  }
}
@media screen and (min-width: 768px) {
  .p-about__detail {
    max-width: 910px;
    grid-template-columns: 1fr 42%;
    column-gap: 3rem;
    grid-template-areas: "title badge" "summary badge";
    align-items: start;
  }
}

.p-about__title {
  grid-area: title;
  display: flex;
  align-items: flex-end;
  margin-right: -0.625rem;
}
.p-about__title img {
  display: block;
  width: 110%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    margin-bottom: 1rem;
    padding-top: 4rem;
  }
  .p-about__title img {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .p-about__title img {
    margin-left: -1.25rem;
  }
}

.p-about__summary {
  grid-area: summary;
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
}

.p-about__badge {
  grid-area: badge;
  position: relative;
  bottom: -0.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__badge {
    bottom: 0;
  }
}

.p-about__deco01 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-99%);
}

.p-about__deco02 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-about__deco03 {
  width: 170px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(20%);
}
@media screen and (min-width: 768px) {
  .p-about__deco03 {
    width: 180px;
    transform: translateY(20%);
  }
}
@media screen and (min-width: 992px) {
  .p-about__deco03 {
    width: 200px;
    transform: translateY(30%);
  }
}
@media screen and (min-width: 1200px) {
  .p-about__deco03 {
    width: 250px;
    transform: translateY(50%);
  }
}
@media screen and (min-width: 1400px) {
  .p-about__deco03 {
    width: 350px;
  }
}

.p-department {
  padding-top: 2rem;
  padding-right: 1.25rem;
  padding-bottom: 5rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 476px) {
  .p-department {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 576px) {
  .p-department {
    padding-bottom: 6.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-department {
    padding-top: 3rem;
    padding-bottom: 7.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-department {
    padding-bottom: 8.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-department {
    padding-bottom: 11.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-department {
    padding-bottom: 13.75rem;
  }
}

.p-department__inner {
  max-width: 980px;
  margin: 0 auto;
}
.p-department__inner .c-contentsheader {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.p-department__inner .c-contentsheader__title {
  max-width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-department__inner .c-contentsheader {
    max-width: 700px;
  }
}

.p-department__main {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-department__main {
    max-width: 924px;
  }
}

.p-department__link {
  width: 14.5%;
  max-width: 134px;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: absolute;
  transition: 0.3s;
}
.p-department__link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.p-department__link.p-department__link01 {
  bottom: 6.5%;
  left: 0.1%;
}
.p-department__link.p-department__link02 {
  top: 20.3%;
  left: 0;
}
.p-department__link.p-department__link03 {
  top: 2.8%;
  left: 23.7%;
}
.p-department__link.p-department__link04 {
  top: 0;
  right: 34.8%;
}
.p-department__link.p-department__link05 {
  top: 5.1%;
  right: 8.7%;
}
.p-department__link.p-department__link06 {
  top: 38.8%;
  right: 2.2%;
}
.p-department__link.p-department__link07 {
  right: 0;
  bottom: 0;
}

.p-voice {
  padding-top: 3rem;
  padding-right: 1.25rem;
  padding-bottom: 5rem;
  padding-left: 1.25rem;
  background-color: rgb(231, 85, 52);
  position: relative;
}

.p-voice__inner {
  max-width: 980px;
  margin: 0 auto;
}
.p-voice__inner .c-contentsheader {
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.p-voice__inner .c-contentsheader__summary {
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-voice__inner .c-contentsheader {
    gap: 3rem;
    margin-bottom: 5rem;
  }
}

.p-voice__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-voice__menu {
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    align-items: end;
    max-width: 100%;
    height: 64px;
    margin-bottom: 0;
  }
}

.p-voice__menu-item {
  display: grid;
  place-content: center;
  place-items: center;
  height: 40px;
  border: 2px solid rgb(2, 125, 66);
  border-radius: 24px;
  background-color: rgb(255, 255, 255);
  transition: 0.3s;
  position: relative;
}
.p-voice__menu-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.p-voice__menu-item:hover {
  background-color: rgb(2, 125, 66);
}
.p-voice__menu-item:hover .p-voice__menu-off {
  opacity: 0;
}
.p-voice__menu-item:hover .p-voice__menu-on {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-voice__menu-item {
    height: 52px;
    border: 4px solid rgb(2, 125, 66);
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-voice__menu-item:hover {
    height: 64px;
  }
}

.js_tab_stat1 .p-voice__menu-item[data-number="1"],
.js_tab_stat2 .p-voice__menu-item[data-number="2"],
.js_tab_stat3 .p-voice__menu-item[data-number="3"],
.js_tab_stat4 .p-voice__menu-item[data-number="4"],
.js_tab_stat5 .p-voice__menu-item[data-number="5"],
.js_tab_stat6 .p-voice__menu-item[data-number="6"] {
  background-color: rgb(2, 125, 66);
}
.js_tab_stat1 .p-voice__menu-item[data-number="1"] .p-voice__menu-off,
.js_tab_stat2 .p-voice__menu-item[data-number="2"] .p-voice__menu-off,
.js_tab_stat3 .p-voice__menu-item[data-number="3"] .p-voice__menu-off,
.js_tab_stat4 .p-voice__menu-item[data-number="4"] .p-voice__menu-off,
.js_tab_stat5 .p-voice__menu-item[data-number="5"] .p-voice__menu-off,
.js_tab_stat6 .p-voice__menu-item[data-number="6"] .p-voice__menu-off {
  opacity: 0;
}
.js_tab_stat1 .p-voice__menu-item[data-number="1"] .p-voice__menu-on,
.js_tab_stat2 .p-voice__menu-item[data-number="2"] .p-voice__menu-on,
.js_tab_stat3 .p-voice__menu-item[data-number="3"] .p-voice__menu-on,
.js_tab_stat4 .p-voice__menu-item[data-number="4"] .p-voice__menu-on,
.js_tab_stat5 .p-voice__menu-item[data-number="5"] .p-voice__menu-on,
.js_tab_stat6 .p-voice__menu-item[data-number="6"] .p-voice__menu-on {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .js_tab_stat1 .p-voice__menu-item[data-number="1"],
  .js_tab_stat2 .p-voice__menu-item[data-number="2"],
  .js_tab_stat3 .p-voice__menu-item[data-number="3"],
  .js_tab_stat4 .p-voice__menu-item[data-number="4"],
  .js_tab_stat5 .p-voice__menu-item[data-number="5"],
  .js_tab_stat6 .p-voice__menu-item[data-number="6"] {
    height: 64px;
  }
}

.p-voice__menu-off {
  height: 22px;
  width: auto;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-voice__menu-off {
    height: 24px;
  }
}

.p-voice__menu-on {
  height: 22px;
  width: auto;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-voice__menu-on {
    height: 28px;
  }
}

.p-voice__box {
  display: none;
  padding-top: 1.875rem;
  padding-right: 1.25rem;
  padding-bottom: 1.875rem;
  padding-left: 1.25rem;
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  border: 2px solid rgb(2, 125, 66);
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-voice__box {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border: 4px solid rgb(2, 125, 66);
    border-radius: 24px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

.p-voice__data {
  max-width: 830px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.p-voice__data img {
  height: 88px;
  width: auto;
}

.p-voice__qanda {
  max-width: 830px;
  margin: 0 auto;
}

.p-voice__qanda-box:not(:last-of-type) {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: dotted 3px rgb(208, 201, 174);
}

.p-voice__qanda-head {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 1rem;
  margin-bottom: 1.25rem;
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
  font-weight: 500;
  color: rgb(2, 125, 66);
}
.p-voice__qanda-head::before {
  content: "";
  background-image: url(../img/voice-fig-16.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  top: 2px;
}

.p-voice__qanda-body {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 1rem;
  font-weight: 500;
  color: rgb(77, 40, 17);
}
.p-voice__qanda-body::before {
  content: "";
  background-image: url(../img/voice-fig-17.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  top: 2px;
}

.js_tab_stat1 .p-voice__block #voice01,
.js_tab_stat2 .p-voice__block #voice02,
.js_tab_stat3 .p-voice__block #voice03,
.js_tab_stat4 .p-voice__block #voice04,
.js_tab_stat5 .p-voice__block #voice05,
.js_tab_stat6 .p-voice__block #voice06 {
  display: block;
}

.p-voice__deco01 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-99%);
}

.p-voice__deco02 {
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-75%);
  z-index: 20;
}
@media screen and (min-width: 476px) {
  .p-voice__deco02 {
    width: 150px;
  }
}
@media screen and (min-width: 576px) {
  .p-voice__deco02 {
    width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__deco02 {
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .p-voice__deco02 {
    width: 225px;
  }
}
@media screen and (min-width: 1200px) {
  .p-voice__deco02 {
    width: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .p-voice__deco02 {
    width: 275px;
  }
}

.p-faq {
  padding-top: 4rem;
  padding-right: 1.25rem;
  padding-bottom: 3rem;
  padding-left: 1.25rem;
  background-color: rgb(246, 244, 237);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-faq {
    padding-top: 6rem;
  }
}

.p-faq__inner {
  max-width: 980px;
  margin: 0 auto;
}
.p-faq__inner .c-contentsheader {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-faq__inner .c-contentsheader {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__inner .c-contentsheader {
    margin-bottom: 4rem;
  }
}

.p-faq__block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 450px;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-faq__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__block {
    gap: 2rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__block {
    gap: 3rem 4rem;
  }
}

.p-faq__box {
  overflow: clip;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .p-faq__box {
    border-radius: 24px;
  }
}

.p-faq__head {
  padding-top: 1rem;
  padding-right: 1.25rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 1.6;
  background-color: rgb(2, 125, 66);
}
@media screen and (min-width: 768px) {
  .p-faq__head {
    padding-top: 1.25rem;
    padding-right: 1.5rem;
    padding-bottom: 1.25rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__head {
    padding-top: 1.5rem;
    padding-right: 2rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
  }
}

.p-faq__body {
  padding-top: 1rem;
  padding-right: 1.25rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-faq__body {
    padding-top: 1.25rem;
    padding-right: 1.5rem;
    padding-bottom: 1.25rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__body {
    padding-top: 1.5rem;
    padding-right: 2rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
  }
}

.p-faq__deo01 {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.p-faq__deo02 {
  max-width: 140px;
  position: absolute;
  top: -3%;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 576px) {
  .p-faq__deo02 {
    top: -3%;
    max-width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__deo02 {
    top: -3%;
    max-width: 220px;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__deo02 {
    max-width: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__deo02 {
    max-width: 300px;
  }
}
@media screen and (min-width: 1400px) {
  .p-faq__deo02 {
    max-width: 334px;
  }
}

.p-faq__deo03 {
  max-width: 140px;
  position: absolute;
  top: 24%;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 576px) {
  .p-faq__deo03 {
    max-width: 170px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__deo03 {
    max-width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__deo03 {
    max-width: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__deo03 {
    max-width: 260px;
  }
}
@media screen and (min-width: 1400px) {
  .p-faq__deo03 {
    max-width: 290px;
  }
}

.p-faq__deo04 {
  max-width: 210px;
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 576px) {
  .p-faq__deo04 {
    max-width: 240px;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__deo04 {
    max-width: 270px;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__deo04 {
    max-width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__deo04 {
    max-width: 330px;
  }
}
@media screen and (min-width: 1400px) {
  .p-faq__deo04 {
    max-width: 360px;
  }
}

.p-search {
  padding-right: 1.25rem;
  padding-bottom: 4rem;
  padding-left: 1.25rem;
  background-color: rgb(246, 244, 237);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-search {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-search {
    padding-bottom: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-search {
    padding-bottom: 12rem;
  }
}

.p-search__inner .c-contentsheader {
  width: calc(100% + 40px);
  margin-left: -1.25rem;
  margin-bottom: 2rem;
}
.p-search__inner .c-contentsheader__title {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-search__inner {
    margin-bottom: 3.5rem;
  }
}

.p-search__block {
  display: grid;
  gap: 3rem;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-search__block {
    gap: 4rem;
  }
}

.p-search__title {
  display: flex;
  justify-content: center;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-top: dotted 4px rgb(188, 152, 102);
  border-bottom: dotted 4px rgb(188, 152, 102);
}
.p-search__title img {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .p-search__title {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }
  .p-search__title img {
    width: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .p-search__title img {
    width: 182px;
  }
}

.p-search__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 1rem;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-search__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem 1rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-search__list {
    gap: 1.5rem 2rem;
  }
}

.p-search__link {
  display: grid;
  justify-content: center;
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  border: 2px solid rgb(231, 85, 52);
  border-radius: 12px;
  background-color: rgb(255, 242, 239);
  box-shadow: 0px 4px 0px 0px rgb(231, 85, 52);
}
.p-search__link img {
  width: 100%;
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  .p-search__link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 4px solid rgb(231, 85, 52);
    border-radius: 16px;
    box-shadow: 0px 6px 0px 0px rgb(231, 85, 52);
  }
  .p-search__link img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .p-search__link {
    padding-top: 1.25rem;
    padding-right: 1.5rem;
    padding-bottom: 1.25rem;
    padding-left: 1.5rem;
  }
}

.p-search__other {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-search__other {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-search__other {
    gap: 3rem;
  }
}

.p-search__other-link {
  display: grid;
  place-content: center;
  place-items: center;
  padding-top: 1.25rem;
  padding-right: 1rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  border: 2px solid rgb(2, 125, 66);
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 0px 0px rgb(2, 125, 66);
}
.p-search__other-link img {
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .p-search__other-link {
    padding-top: 1.75rem;
    padding-right: 1.25rem;
    padding-bottom: 1.75rem;
    padding-left: 1.25rem;
    border: 4px solid rgb(2, 125, 66);
    border-radius: 16px;
    box-shadow: 0px 6px 0px 0px rgb(2, 125, 66);
  }
  .p-search__other-link img {
    max-width: 260px;
  }
}
@media screen and (min-width: 992px) {
  .p-search__other-link img {
    max-width: 330px;
  }
}
@media screen and (min-width: 1200px) {
  .p-search__other-link {
    padding-top: 2.125rem;
    padding-right: 1.5rem;
    padding-bottom: 2.125rem;
    padding-left: 1.5rem;
  }
}

.p-search__deco01 {
  max-width: 120px;
  position: absolute;
  top: -1rem;
  left: 0.5rem;
}
@media screen and (min-width: 476px) {
  .p-search__deco01 {
    max-width: 140px;
  }
}
@media screen and (min-width: 576px) {
  .p-search__deco01 {
    max-width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .p-search__deco01 {
    max-width: 200px;
    top: -2rem;
    left: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .p-search__deco01 {
    max-width: 220px;
    top: -3rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-search__deco01 {
    max-width: 260px;
    top: -4rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-search__deco01 {
    max-width: 310px;
    top: -6rem;
  }
}

.p-search__deco02 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
}

.l-modal.modal_content {
  background-color: rgba(188, 152, 102, 0.6);
}
.l-modal .modal_inner {
  width: 100%;
  max-width: 450px;
  margin: 0;
  margin-top: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
  background: none;
}
@media screen and (min-width: 768px) {
  .l-modal .modal_inner {
    max-width: 980px;
  }
}

.p-modal__inner {
  position: relative;
}

.p-modal__main {
  overflow: clip;
  display: grid;
  grid-template-columns: 1fr;
  border: 2px solid rgb(231, 85, 52);
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-modal__main {
    grid-template-columns: repeat(2, 1fr);
    border: 4px solid rgb(231, 85, 52);
    border-radius: 20px;
  }
}

.p-modal__fig img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-modal__detail {
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-modal__detail {
    padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }
}

.p-modal__title {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 5px dotted rgb(184, 216, 201);
}
.p-modal__title img {
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .p-modal__title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 7px dotted rgb(184, 216, 201);
  }
  .p-modal__title img {
    max-width: 345px;
  }
}

.p-modal__summary {
  margin-bottom: 1.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

.p-modalmenu__closeicon {
  display: flex;
  justify-content: center;
}

.p-modalmenu__closeicon-button {
  display: grid;
  place-content: center;
  place-items: center;
  width: 128px;
  height: 32px;
  border-radius: 16px;
  background-color: rgb(77, 40, 17);
}
.p-modalmenu__closeicon-button img {
  width: 48px;
}

.p-modal__closeicon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 1rem;
  right: 1rem;
}