*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure,
strong,
address {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

[type=text],
[type=email],
[type=tel] {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
}

button,
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

[type=radio],
[type=checkbox] {
  display: none;
}

select,
[type=date] {
  box-shadow: none;
  appearance: none;
  border-radius: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  html {
    font-size: calc(1000 / 1080 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(1000 / 375 * 1vw);
  }
}
@media screen and (max-width: 1180px) {
  html {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  html::-webkit-scrollbar {
    display: none;
  }
}

body {
  color: #4c4c4c;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7647058824;
  font-feature-settings: "palt";
  text-align: justify;
}
body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #4c4c4c;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: inherit;
  padding-inline: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 100%;
    padding-inline: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner.sp-wide {
    padding-inline: 3rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 7rem;
  width: 100%;
  z-index: 202;
  display: flex;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 5.4rem;
  }
}
.l-header.no-scroll {
  overflow: auto;
  scrollbar-gutter: stable;
}

.l-header__wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-header__wrap {
    padding: 0 2.7rem;
  }
}

.l-header__sunstar {
  margin-top: 1.4rem;
  width: 11rem;
  height: auto;
  aspect-ratio: 110/27;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .l-header__sunstar:hover {
    opacity: 0.7;
  }
}
.l-header__sunstar img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .l-header__sunstar {
    width: 5.5rem;
  }
}

.l-header__gum {
  width: 13rem;
  height: auto;
  aspect-ratio: 130/58;
  margin-top: 1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .l-header__gum:hover {
    opacity: 0.7;
  }
}
.l-header__gum img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .l-header__gum {
    margin-top: 1.5rem;
    width: 7.6rem;
  }
}

.l-footer {
  padding-top: 6.4rem;
  width: 100%;
  max-width: 96rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 2rem;
    max-width: 100%;
  }
}

.l-footer__inner {
  padding-inline: 0.5rem;
}

.l-footer__snslist {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__snslist {
    gap: 0.8rem;
  }
}
.l-footer__snslist li {
  width: 5rem;
  height: auto;
  aspect-ratio: 50/50;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .l-footer__snslist li:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__snslist li {
    width: 2.5rem;
    aspect-ratio: 25/25;
  }
}
.l-footer__snslist li img {
  width: 100%;
  object-fit: contain;
}
.l-footer__snslist li:nth-of-type(2) img {
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__snslist li:nth-of-type(2) img {
    width: 2.5rem;
  }
}

.l-footer__logoList {
  margin-top: 4.2rem;
  display: flex;
  justify-content: center;
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logoList {
    margin-top: 0.8rem;
    gap: 1rem;
  }
}
.l-footer__logoList li {
  width: 17.5rem;
  height: auto;
  aspect-ratio: 175/77;
  transition: all 0.3s ease 0s;
}
.l-footer__logoList li:last-of-type {
  width: 15.1rem;
  aspect-ratio: 151/77;
}
@media screen and (max-width: 767px) {
  .l-footer__logoList li:last-of-type {
    width: 9.7rem;
    aspect-ratio: 97/42;
  }
}
@media (hover: hover) {
  .l-footer__logoList li:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logoList li {
    width: 9.7rem;
    aspect-ratio: 97/42;
  }
}
.l-footer__logoList li img {
  object-fit: contain;
}

.l-footer__copy {
  margin-top: 3.1rem;
  background: #DADBDB;
  color: #636569;
  text-align: center;
  padding: 1rem 0 1.2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 4.8rem;
    padding: 0.75rem 0;
  }
}
.l-footer__copy span {
  margin-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copy span {
    margin-left: 0.8rem;
  }
}

.l-footer__totop {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.l-footer__totop.js-show {
  opacity: 1;
  visibility: visible;
}

.l-footer__totopLink {
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  width: 6rem;
  height: 6rem;
  display: block;
  transition: opacity 0.3s;
  z-index: 1;
  pointer-events: auto;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .l-footer__totopLink {
    right: 0.625rem;
    bottom: 6rem;
    width: 4rem;
    height: 4rem;
  }
}
@media (hover: hover) {
  .l-footer__totopLink:hover {
    opacity: 0.7;
  }
}

.l-main {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 5.4rem;
  }
}
.l-main.no-scroll {
  overflow: auto;
  scrollbar-gutter: stable;
}
@media screen and (max-width: 767px) {
  .l-main.no-scroll {
    scrollbar-gutter: auto;
  }
}

.c-modal {
  position: relative;
}

.c-modal__list {
  position: absolute;
  width: 42rem;
  height: 14rem;
  background-color: #fff;
  margin-top: 1.6rem;
  left: 50%;
  transform: translateX(-50%) translateZ(0);
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-modal__list {
    width: 29rem;
    height: 10rem;
    gap: 1rem;
    padding: 1.6rem 1rem;
  }
}
.c-modal__list::before {
  content: "";
  position: absolute;
  top: -1.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6rem;
  height: 1.5rem;
  background-color: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.c-modal__list.c-modal__list--fixed {
  width: 23rem;
  height: 30rem;
  position: absolute;
  top: 50%;
  left: -24.8rem;
  transform: translateY(-50%);
  flex-direction: column;
  gap: 2.6rem;
}
.c-modal__list.c-modal__list--fixed::before {
  top: 50%;
  left: calc(100% - 0.5rem);
  width: 2.5rem;
  height: 1.8rem;
  transform: translateY(-50%) rotate(90deg);
}

.js-shopContent {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.js-shopContent.js-show {
  opacity: 1;
  visibility: visible;
}

.c-modal__item {
  width: 19.2rem;
  height: 9.6rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .c-modal__item {
    width: 12rem;
    height: 5.5rem;
    margin-inline: auto;
  }
}

.c-modal__link {
  display: block;
  width: 100%;
  height: inherit;
  cursor: pointer;
  transition: opacity 0.3s;
}
.c-modal__link img {
  margin-inline: auto;
  object-fit: contain;
}
.c-modal__link.amazon img {
  width: 16.6rem;
  aspect-ratio: 166/96;
}
@media screen and (max-width: 767px) {
  .c-modal__link.amazon img {
    width: 12rem;
  }
}
.c-modal__link.rakuten img {
  width: 19.2rem;
  aspect-ratio: 192/57;
}
@media screen and (max-width: 767px) {
  .c-modal__link.rakuten img {
    width: 12rem;
  }
}
@media (hover: hover) {
  .c-modal__link:hover {
    opacity: 0.7;
  }
}

.p-mv {
  height: 61.3rem;
}
@media screen and (min-width: 1921px) {
  .p-mv {
    height: auto;
  }
}
@media screen and (max-width: 1249px) {
  .p-mv {
    height: 55.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: auto;
  }
}

.p-btn {
  padding-block: 11.8rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-btn {
    padding-block: 2rem;
  }
}

.p-btn__link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
  font-size: 2.5rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  transition: opacity 0.3s;
  cursor: pointer;
  gap: 5rem;
  background-color: #fff;
  color: #00945e;
  border: 0.4rem solid #00945e;
  padding-left: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-btn__link {
    height: 4.9rem;
    font-size: 1.2rem;
    border-width: 0.2rem;
    padding-left: 2.8rem;
    letter-spacing: 0.25em;
    gap: 2.7rem;
  }
}
.p-btn__link::after {
  content: "";
  top: 50%;
  width: 1.2rem;
  height: 1.6rem;
  background-color: #00945e;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .p-btn__link::after {
    width: 0.6rem;
    height: 0.8rem;
  }
}
@media (hover: hover) {
  .p-btn__link:hover {
    opacity: 0.7;
  }
}

.p-topic__wrap {
  background-color: #f1f9f5;
  padding-block: 2.7rem 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-topic__wrap {
    padding-block: 1.5rem 0;
  }
}

.p-topic__title {
  font-weight: 800;
  font-size: 2.3rem;
  line-height: 1.1;
  color: #00945e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topic__title {
    font-size: 1rem;
    line-height: 1.03;
  }
}
.p-topic__title .one-row {
  padding-left: 0.5rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-topic__title .one-row {
    padding-left: 0.3rem;
  }
}
.p-topic__title .two-row {
  font-size: 4.3rem;
  letter-spacing: 0.04em;
  line-height: 1.15;
  padding-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-topic__title .two-row {
    font-size: 2.2rem;
    letter-spacing: 0.02em;
    padding-left: 0;
    line-height: 1.18;
  }
}
.p-topic__title .accent {
  color: #fff;
  font-size: 6.2rem;
  letter-spacing: 0;
  padding-left: 0.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-topic__title .accent {
    font-size: 3.1rem;
    padding-left: 0.4rem;
  }
}
.p-topic__title .accent::before {
  content: "";
  position: absolute;
  top: 1.9rem;
  left: 0.2rem;
  width: 97%;
  height: 6rem;
  background-color: #00945e;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-topic__title .accent::before {
    top: 1rem;
    width: 96%;
    height: 3rem;
  }
}
.p-topic__title .accent .dot {
  font-size: 4.3rem;
}
@media screen and (max-width: 767px) {
  .p-topic__title .accent .dot {
    font-size: 2.1rem;
  }
}
.p-topic__title .accent .accent-small {
  font-size: 4.3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-topic__title .accent .accent-small {
    font-size: 2.2rem;
  }
}
.p-topic__title .accent sup {
  font-size: 2.2rem;
  position: relative;
  top: -0.4rem;
  left: -0.4rem;
}
@media screen and (max-width: 767px) {
  .p-topic__title .accent sup {
    font-size: 1.2rem;
    top: -0.2rem;
    left: -0.2rem;
  }
}
.p-topic__title .medium {
  font-size: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-topic__title .medium {
    font-size: 1.7rem;
  }
}
.p-topic__title .small {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-topic__title .small {
    font-size: 1.1rem;
  }
}
.p-topic__title .large {
  font-size: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-topic__title .large {
    font-size: 2.8rem;
  }
}

.p-topic__note {
  text-align: right;
  color: #00945e;
  font-weight: 800;
  font-size: 1.4rem;
  padding-right: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-topic__note {
    margin-top: 0.6rem;
    padding-right: 0;
    text-align: center;
    font-size: 1rem;
  }
}

.p-topic__img {
  width: 100rem;
  aspect-ratio: 1001/447;
  margin: 1.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-topic__img {
    margin-top: 1.1rem;
    width: 100%;
    aspect-ratio: 375/343;
  }
}

.p-problem {
  padding-block: 15.5rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-problem {
    padding-block: 3.8rem 4.2rem;
  }
}

.p-problem__title {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.15em;
  color: #00945e;
}
@media screen and (max-width: 767px) {
  .p-problem__title {
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 1.2;
  }
}
.p-problem__title span {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-problem__title span {
    font-size: 1.5rem;
  }
}

.p-problem__head {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: auto 280px;
  grid-template-rows: repeat(2, auto);
  max-width: 720px;
  margin-inline: auto;
  column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-problem__head {
    margin-top: 3.7rem;
    display: block;
    max-width: 100%;
    max-width: 30rem;
  }
}

.p-problem__lead {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: 3.5rem;
  line-height: 1.25;
  font-weight: 800;
  color: #00945e;
}
@media screen and (max-width: 767px) {
  .p-problem__lead {
    font-size: 2.5rem;
    line-height: 1.25;
    text-align: center;
  }
}
.p-problem__lead .bg {
  background: linear-gradient(to bottom, transparent 15%, #fff500 15%, #fff500 92%, transparent 92%);
}
.p-problem__lead .small {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-problem__lead .small {
    font-size: 1.4rem;
  }
}

.p-problem__text {
  margin-top: 1.3rem;
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 1.7rem;
  line-height: 1.76;
  font-weight: 600;
  letter-spacing: 0.11em;
  margin-left: -0.3rem;
}
@media screen and (max-width: 767px) {
  .p-problem__text {
    margin-top: 0.9rem;
    font-size: 1.4rem;
    margin-left: 0;
    letter-spacing: 0.09em;
  }
}

.p-problem__img {
  margin-top: 0.8rem;
  grid-column: 2/3;
  grid-row: 1/3;
  aspect-ratio: 280/188;
}
@media screen and (max-width: 767px) {
  .p-problem__img {
    margin-top: 1.9rem;
    margin-inline: auto;
    aspect-ratio: 237/159;
    width: 23.7rem;
  }
}

.p-problem__content {
  margin-top: 11rem;
  border: 0.3rem solid #00945e;
}
@media screen and (max-width: 767px) {
  .p-problem__content {
    margin-top: 4.4rem;
    border: 0.15rem solid #00945e;
  }
}

.p-problem__contentInner {
  padding-inline: 2rem;
  max-width: 766px;
  width: 100%;
  margin-inline: auto;
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-problem__contentInner {
    max-width: 100%;
    padding-bottom: 5.8rem;
  }
}

.p-problem__contentTitle {
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.3;
  background-color: #00945e;
  color: #fff;
  text-align: center;
  padding-block: 1.8rem 2.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-problem__contentTitle {
    font-size: 1.4rem;
    line-height: 1.75;
    padding-block: 1rem 1.4rem;
  }
}
.p-problem__contentTitle .medium {
  letter-spacing: 0.06em;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-problem__contentTitle .medium {
    padding-left: 2rem;
  }
}
.p-problem__contentTitle .accent {
  font-size: 4.3rem;
  letter-spacing: 0.15em;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .p-problem__contentTitle .accent {
    margin-top: 0.4rem;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.p-problem__contentTitle::after {
  content: "";
  position: absolute;
  bottom: -1.1rem;
  right: 36.5rem;
  width: 7.1rem;
  height: 4.4rem;
  background-color: #00945e;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  rotate: -40deg;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-problem__contentTitle::after {
    bottom: -0.7rem;
    right: 11.1rem;
    width: 3.55rem;
    height: 2.2rem;
  }
}

.p-problem__contentText {
  margin-top: 3.7rem;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-problem__contentText {
    margin-top: 2.7rem;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    margin-left: -0.2rem;
    line-height: 1.4;
  }
}

.p-problem__contentNote {
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding-left: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-problem__contentNote {
    font-size: 1rem;
  }
}

.p-problem__brash {
  margin-top: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-problem__brash {
    margin-top: 1.6rem;
    gap: 0.4rem;
  }
}
.p-problem__brash picture {
  max-width: 323px;
}
@media screen and (max-width: 767px) {
  .p-problem__brash picture {
    max-width: 14rem;
  }
}

.p-problem__brashArrow {
  width: 2rem;
  height: 2.8rem;
  background-color: #00945e;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-problem__brashArrow {
    width: 1rem;
    height: 1.4rem;
    margin-left: 0;
  }
}

.p-problem__contentText2 {
  margin-top: 2rem;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.09em;
  text-align: center;
  padding-left: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-problem__contentText2 {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.3;
    padding-left: 0.9rem;
    letter-spacing: 0.08em;
  }
}

.p-problem__arrow {
  margin-top: 4rem;
  width: 2.9rem;
  height: 2.1rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-problem__arrow {
    margin-top: 2.1rem;
    width: 1.5rem;
    height: 1.1rem;
  }
}

.p-problem__conclusion {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-problem__conclusion {
    margin-top: 1.2rem;
  }
}

.p-problem__conclusionText {
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  color: #00945e;
}
@media screen and (max-width: 767px) {
  .p-problem__conclusionText {
    font-size: 1.4rem;
  }
}

.p-problem__conclusionWrap {
  margin-top: 0.5rem;
  border: 2px solid #00945e;
  padding-block: 2rem 1.6rem;
  text-align: center;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-problem__conclusionWrap {
    margin-top: 0.1rem;
    border-width: 0.1rem;
    padding-block: 1.5rem;
  }
}
.p-problem__conclusionWrap::before {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  right: 25.7rem;
  width: 3.3rem;
  height: 2.2rem;
  background-color: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  rotate: -38deg;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-problem__conclusionWrap::before {
    bottom: -0.5rem;
    right: 9.8rem;
    width: 1.6rem;
    height: 1.1rem;
    rotate: -37deg;
  }
}
.p-problem__conclusionWrap::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  right: 24.3rem;
  width: 5.7rem;
  height: 3.8rem;
  background-color: #00945e;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  rotate: -38deg;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-problem__conclusionWrap::after {
    bottom: -0.6rem;
    right: 9.6rem;
    width: 2rem;
    height: 1.3rem;
  }
}

.p-problem__conclusionTitle {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.3;
  color: #00945e;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-problem__conclusionTitle {
    font-size: 1.9rem;
    line-height: 1.35;
    letter-spacing: 0.05em;
    padding-left: 0.6rem;
  }
}

.p-problem__conclusionNote {
  margin-top: 0.7rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding-right: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-problem__conclusionNote {
    margin-top: 0.7rem;
    font-size: 1rem;
    line-height: 1.4;
    padding-right: 0.5rem;
  }
}

.p-problem__conclusionImg {
  margin-top: 3.6rem;
  display: flex;
  gap: 1.6rem;
  height: 20.7rem;
}
@media screen and (max-width: 1023px) {
  .p-problem__conclusionImg {
    height: 196px;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__conclusionImg {
    margin-top: 1.9rem;
    height: 8.5rem;
    gap: 1.1rem;
  }
}
.p-problem__conclusionImg figure {
  display: block;
  width: 68.7327823691%;
  aspect-ratio: 499/207;
}
@media screen and (max-width: 767px) {
  .p-problem__conclusionImg figure {
    width: 65%;
    aspect-ratio: 195/85;
  }
}
.p-problem__conclusionImg figure:nth-child(2) {
  width: 29.0633608815%;
  aspect-ratio: 211/207;
}
@media screen and (max-width: 767px) {
  .p-problem__conclusionImg figure:nth-child(2) {
    width: 31.6666666667%;
    aspect-ratio: 95/85;
  }
}
.p-problem__conclusionImg figure img {
  height: auto;
}
.p-problem__conclusionImg figcaption {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-problem__conclusionImg figcaption {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.p-solution {
  background-color: #00945e;
  padding-block: 12rem;
}
@media screen and (max-width: 767px) {
  .p-solution {
    padding-block: 4.2rem;
  }
}

.p-solution__head {
  background-color: #fff;
  padding: 5.4rem 2rem 4.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-solution__head {
    padding: 2.7rem 2rem 3rem;
  }
}
.p-solution__head::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  right: 25rem;
  width: 7.5rem;
  height: 5rem;
  background-color: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  rotate: -39deg;
}
@media screen and (max-width: 767px) {
  .p-solution__head::after {
    right: 10.5rem;
    width: 4.5rem;
    height: 3rem;
    bottom: -1rem;
  }
}

.p-solution__lead {
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.48;
  letter-spacing: 0.08em;
  color: #00945e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-solution__lead {
    font-size: 1.4rem;
    line-height: 1.25;
  }
}

.p-solution__title {
  margin-top: 1rem;
  font-size: 4.3rem;
  font-weight: 800;
  line-height: 1.23;
  letter-spacing: 0;
  color: #00945e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-solution__title {
    margin-top: 0.4rem;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
  }
}
.p-solution__title .bg {
  background: linear-gradient(to bottom, transparent 15%, #fff500 15%, #fff500 92%, transparent 92%);
}
.p-solution__title .bg:nth-of-type(2) {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-solution__title .bg:nth-of-type(2) {
    letter-spacing: 0;
  }
}
.p-solution__title .small {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-solution__title .small {
    font-size: 1.4rem;
  }
}

.p-solution__headContent {
  margin: 3.3rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.6rem;
  max-width: 80.7rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-solution__headContent {
    margin-top: 1.6rem;
    gap: 2.4rem;
    display: block;
  }
}

.p-solution__headImg {
  width: 19rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-solution__headImg {
    width: 14.2rem;
    margin-inline: auto;
  }
}

.p-solution__headText {
  flex: 1;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.26;
  letter-spacing: 0.05em;
  color: #00945e;
  border: 0.3rem solid #00945e;
  padding: 2.4rem 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-solution__headText {
    margin-top: 1.8rem;
    font-size: 1.7rem;
    line-height: 1.47;
    padding: 1rem 2rem 0.7rem;
    border-width: 0.2rem;
    text-align: center;
  }
}
.p-solution__headText .one-row {
  display: block;
  font-size: 1.7rem;
  line-height: 1.35;
  letter-spacing: 0;
  margin-bottom: 0.4rem;
  padding-left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-solution__headText .one-row {
    font-size: 1rem;
    line-height: 1.4;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.p-solution__headText .small {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-solution__headText .small {
    font-size: 0.9rem;
  }
}

.p-solution__content {
  margin-top: 11.7rem;
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-solution__content {
    margin-top: 4.5rem;
    display: block;
  }
}

.p-solution__img {
  width: 23rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-solution__img {
    width: 14.2rem;
    margin-inline: auto;
  }
}

.p-solution__text {
  font-size: 4.3rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.23;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-solution__text {
    margin-top: 1.7rem;
    font-size: 2.2rem;
    line-height: 1.2;
    text-align: center;
  }
}
.p-solution__text .small {
  font-size: 2.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-solution__text .small {
    font-size: 1.1rem;
  }
}

.p-solution__column {
  margin-top: 12rem;
  border: 0.3rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-solution__column {
    margin-top: 3.4rem;
    border-width: 0.2rem;
  }
}
.p-solution__column[open] .p-solution__summaryIcon::after {
  transform: translate(-50%, -56%) rotate(180deg);
}

.p-solution__summary {
  display: flex;
  cursor: pointer;
  height: 13.6rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-solution__summary {
    height: auto;
    display: block;
  }
}
.p-solution__summary::-webkit-details-marker {
  display: none;
}
.p-solution__summary::marker {
  display: none;
  font-size: 0;
}

.p-solution__summaryTag {
  background-color: #fff500;
  width: 17.2rem;
  font-size: 2.3rem;
  font-weight: 800;
  color: #00945e;
  display: grid;
  place-content: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-solution__summaryTag {
    width: 100%;
    font-size: 1.4rem;
    padding-block: 0.2rem 0.3rem;
    line-height: 1.2;
    display: block;
    text-align: center;
    padding-left: 0.4rem;
  }
}

.p-solution__summaryTitle {
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.26;
  color: #fff;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 10rem 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-solution__summaryTitle {
    font-size: 1.7rem;
    line-height: 1.47;
    padding-inline: 2.7rem 1.9rem;
    padding-block: 0.9rem;
  }
}

.p-solution__summaryIcon {
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-solution__summaryIcon {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 0.3rem;
  }
}
.p-solution__summaryIcon::after {
  content: "";
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.2rem;
  background: url("../images/accordion_arrow.svg") no-repeat center/contain;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-solution__summaryIcon::after {
    width: 1.2rem;
    height: 1.1rem;
  }
}

.p-solution__columnContent {
  background-color: #fff;
}

.p-solution__columnItem {
  padding: 2.3rem 2rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-solution__columnItem {
    padding: 2.1rem 1.8rem 4.4rem 1.9rem;
  }
}

.p-solution__columnText {
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.48;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-solution__columnText {
    font-size: 1.4rem;
    line-height: 1.78;
  }
}
.p-solution__columnText span {
  padding-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-solution__columnText span {
    padding-left: 0;
  }
}

.p-solution__columnGraph {
  margin: 3rem auto 0;
  max-width: 728px;
  width: 100%;
  aspect-ratio: 728/530;
}
@media screen and (max-width: 767px) {
  .p-solution__columnGraph {
    margin-top: 2.4rem;
    aspect-ratio: 301/326;
  }
}

.p-features {
  padding-block: 12rem 11.8rem;
}
@media screen and (max-width: 767px) {
  .p-features {
    padding-block: 5rem 4.5rem;
  }
}

.p-features__wrap {
  padding-top: 5.6rem;
  border: 0.3rem solid #00945e;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-features__wrap {
    padding-top: 3.2rem;
    border-width: 0.2rem;
  }
}

.p-features__inner {
  padding-inline: 2rem;
  max-width: 768px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-features__inner {
    width: 100%;
    padding-inline: 1.85rem;
  }
}

.p-features__title {
  font-size: 3.3rem;
  font-weight: 800;
  line-height: 1.21;
  letter-spacing: 0.025em;
  color: #00945e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-features__title {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.p-features__list {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-features__list {
    margin-top: 0.6rem;
  }
}

.p-features__item:nth-child(2) {
  margin-top: 16.8rem;
}
@media screen and (max-width: 767px) {
  .p-features__item:nth-child(2) {
    margin-top: 4.2rem;
  }
}

.p-features__itemTitle {
  width: 42.8rem;
  margin-inline: auto;
  background-color: #00945e;
  border-radius: 100vmax;
  font-size: 4.3rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.11em;
  color: #fff;
  text-align: center;
  padding-block: 0.9rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-features__itemTitle {
    width: 25rem;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    padding-block: 0.4rem 0.8rem;
  }
}

.p-features__point {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-features__point {
    margin-top: 3.9rem;
  }
}

.p-features__pointItem:nth-child(2) {
  margin-top: 5.4rem;
  padding-top: 6rem;
  border-top: 0.1rem solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .p-features__pointItem:nth-child(2) {
    margin-top: 4rem;
    padding-top: 2.5rem;
  }
}

.p-features__pointNumber {
  width: 8.5rem;
  aspect-ratio: 85/30;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-features__pointNumber {
    width: 6.3rem;
    aspect-ratio: 63/23;
  }
}
.p-features__pointNumber.p-features__pointNumber2 {
  width: 9.2rem;
  aspect-ratio: 92/31;
}
@media screen and (max-width: 767px) {
  .p-features__pointNumber.p-features__pointNumber2 {
    width: 6.5rem;
    aspect-ratio: 65/23;
  }
}

.p-features__pointTitle {
  margin-top: 1.2rem;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.26;
  letter-spacing: 0.06em;
  color: #00945e;
  text-align: center;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-features__pointTitle {
    font-size: 1.7rem;
    line-height: 1.47;
    letter-spacing: 0.025em;
  }
}
.p-features__pointTitle .shift {
  margin-left: -1rem;
}
@media screen and (max-width: 767px) {
  .p-features__pointTitle .shift {
    margin-left: 0;
  }
}
.p-features__pointTitle .wide {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-features__pointTitle .wide {
    letter-spacing: 0.05em;
  }
}

.p-features__size {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-features__size {
    margin-top: 2.3rem;
  }
}

.p-features__sizeText {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.055em;
  color: #fff;
  text-align: center;
  background-color: #00945e;
  padding-block: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-features__sizeText {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding-block: 0.8rem;
  }
}

.p-features__sizeImg {
  width: 100%;
  aspect-ratio: 726/182;
}
@media screen and (max-width: 767px) {
  .p-features__sizeImg {
    aspect-ratio: 300/93;
  }
}

.p-features__fitTitle {
  margin-top: 0.6rem;
  font-size: 2.3rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  color: #00945e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-features__fitTitle {
    margin-top: 0.3rem;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
  }
}

.p-features__fitImgWrap {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-features__fitImgWrap {
    margin-top: 0.6rem;
    gap: 0.5rem;
  }
}

.p-features__fitImg {
  width: 49.0358126722%;
  height: 20.1rem;
}
@media screen and (max-width: 1023px) {
  .p-features__fitImg {
    height: 190px;
  }
}
@media screen and (max-width: 767px) {
  .p-features__fitImg {
    height: 7.3rem;
    width: 49.3333333333%;
  }
}
.p-features__fitImg figcaption {
  margin-top: 0.4rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.76;
}
@media screen and (max-width: 767px) {
  .p-features__fitImg figcaption {
    margin-top: 0.2rem;
    font-size: 1rem;
    line-height: 1.21;
  }
}

.p-features__fitText {
  margin-top: 6.8rem;
  font-size: 2.3rem;
  letter-spacing: 0.07em;
  line-height: 1.34;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-features__fitText {
    margin-top: 3.9rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.43;
  }
}
.p-features__fitText .small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-features__fitText .small {
    font-size: 0.7rem;
  }
}

.p-features__pointText {
  margin-top: 0.5rem;
  font-size: 2.3rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.76;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-features__pointText {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.25;
  }
}

.p-features__pointImg {
  margin: 3.4rem auto 0;
  width: 100%;
  max-width: 550px;
  aspect-ratio: 550/266;
}
@media screen and (max-width: 767px) {
  .p-features__pointImg {
    margin-top: 2.8rem;
    max-width: 30rem;
    aspect-ratio: 300/154;
  }
}

.p-features__triangleTitle {
  margin-top: 4.6rem;
  margin-left: -0.8rem;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0.1em;
  color: #00945e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-features__triangleTitle {
    margin-top: 2.2rem;
    margin-left: 0;
    font-size: 1.7rem;
    line-height: 1.47;
    letter-spacing: 0.035em;
    margin-inline: calc(50% - 50vw);
  }
}
.p-features__triangleTitle .small {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-features__triangleTitle .small {
    font-size: 0.8rem;
  }
}
.p-features__triangleTitle sup {
  font-size: 1.6rem;
  position: relative;
  top: -1rem;
  left: -0.6rem;
}
@media screen and (max-width: 767px) {
  .p-features__triangleTitle sup {
    font-size: 0.9rem;
    top: -0.3rem;
    left: -0.1rem;
  }
}

.p-features__triangleText {
  margin-top: 2.6rem;
  font-size: 2.3rem;
  letter-spacing: 0.06em;
  font-weight: 800;
  line-height: 1.26;
  color: #00945e;
  text-align: center;
  padding-left: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-features__triangleText {
    margin-top: 4.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.79;
    padding-left: 0;
  }
}

.p-features__triangleImages {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-features__triangleImages {
    margin-top: 0;
    gap: 1.2rem;
  }
}

.p-features__triangleImg {
  height: 22rem;
}
@media screen and (max-width: 1023px) {
  .p-features__triangleImg {
    height: 208px;
  }
}
@media screen and (max-width: 767px) {
  .p-features__triangleImg {
    height: 9.1rem;
  }
}
.p-features__triangleImg figcaption {
  background-color: #949495;
  font-size: 1.7rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  padding-block: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-features__triangleImg figcaption {
    font-size: 1.4rem;
    letter-spacing: 0.045em;
    line-height: 1.4;
    padding-block: 0.1rem 0.2rem;
  }
}
.p-features__triangleImg:nth-child(2) figcaption {
  background-color: #00945e;
}

.p-features__effectWrap {
  margin-top: 10.4rem;
  margin-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-features__effectWrap {
    margin-left: -0.2rem;
    margin-top: 6.5rem;
  }
}

.p-features__effect {
  margin-inline: auto;
  width: 100%;
  max-width: 605px;
  aspect-ratio: 605/258;
}
@media screen and (max-width: 767px) {
  .p-features__effect {
    max-width: 30.6rem;
    aspect-ratio: 304/243;
  }
}

.p-features__bottom {
  margin-top: 11.8rem;
  background-color: #00945e;
  padding: 6rem 2rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-features__bottom {
    margin-top: 4.2rem;
    padding: 4.3rem 2rem 5.7rem;
  }
}

.p-features__bottomWrap {
  max-width: 806px;
  width: 100%;
  margin-inline: auto;
}

.p-features__bottomTitle {
  font-size: 4.3rem;
  font-weight: 800;
  line-height: 1.23;
  letter-spacing: 0.06em;
  color: #00945e;
  text-align: center;
  background-color: #fff;
  padding: 1.5rem 2rem 2.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-features__bottomTitle {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    padding: 0.7rem 1rem;
  }
}
.p-features__bottomTitle::after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  right: 23.7rem;
  width: 7.5rem;
  height: 5rem;
  background-color: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  rotate: -38deg;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-features__bottomTitle::after {
    bottom: -0.3rem;
    right: 7.5rem;
    width: 4rem;
    height: 2.5rem;
  }
}

.p-features__bottomText {
  margin-top: 3.9rem;
  font-size: 2.3rem;
  line-height: 1.48;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-features__bottomText {
    margin-top: 3.3rem;
    font-size: 1.4rem;
    line-height: 1.79;
    letter-spacing: 0.07em;
  }
}

.p-features__bottomImgWrap {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  gap: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-features__bottomImgWrap {
    margin-top: 1.9rem;
    gap: 0.4rem;
    flex-wrap: wrap;
  }
}

.p-features__bottomImg {
  width: 47.8908188586%;
  height: 18rem;
}
@media screen and (max-width: 1023px) {
  .p-features__bottomImg {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .p-features__bottomImg {
    width: calc(50% - 0.2rem);
    height: 10.3rem;
  }
}
.p-features__bottomImg figcaption {
  margin-top: 0.6rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.76;
  letter-spacing: 0.09em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-features__bottomImg figcaption {
    font-size: 1rem;
    line-height: 1.46;
    letter-spacing: 0.05em;
  }
}

.p-voice {
  background-color: #fcf9c0;
  padding-block: 18rem 11.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding-block: 7.2rem 4rem;
  }
}
.p-voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 12rem;
  z-index: 1;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-voice::before {
    height: 3.5rem;
  }
}

.p-voice__title {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: 0.05em;
  color: #00945e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.p-voice__title span {
  padding-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-voice__title span {
    padding-left: 0;
  }
}

.p-voice__list {
  margin-top: 8.9rem;
}
@media screen and (max-width: 767px) {
  .p-voice__list {
    margin-top: 4.2rem;
    max-width: 30rem;
    margin-inline: auto;
  }
}

.p-voice__item:nth-child(2) {
  margin-top: 12rem;
  padding-top: 12rem;
  border-top: 1px solid #949495;
}
@media screen and (max-width: 767px) {
  .p-voice__item:nth-child(2) {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
.p-voice__item:nth-child(2) .p-voice__itemTitle {
  color: #00945e;
}
@media screen and (max-width: 767px) {
  .p-voice__item:nth-child(2) .p-voice__img {
    margin-top: 4rem;
  }
}
.p-voice__item:nth-child(2) .p-voice__detail {
  margin-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item:nth-child(2) .p-voice__detail {
    margin-top: 4.2rem;
  }
}
.p-voice__item:nth-child(2) .p-voice__detailItem {
  background-color: #00945e;
}
.p-voice__item:nth-child(2) .p-voice__detailItem::before {
  background: url("../images/voice_triangle_green.webp") no-repeat center/contain;
}

.p-voice__itemTitle {
  font-size: 4.3rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.09em;
  color: #00618d;
  width: 70.1rem;
  margin-inline: auto;
  background-color: #fff;
  text-align: center;
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  .p-voice__itemTitle {
    font-size: 1.7rem;
    width: 100%;
  }
}

.p-voice__img {
  margin: 6.4rem auto 0;
  width: 51.4rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-voice__img {
    margin: 2.6rem auto 0;
    width: 25.7rem;
  }
}

.p-voice__detail {
  margin-top: 9.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  height: 22.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__detail {
    margin-top: 3.8rem;
    grid-template-columns: 1fr;
    height: auto;
    gap: 2.7rem;
  }
}

.p-voice__detailItem {
  position: relative;
  background-color: #00618d;
  border-radius: 1rem;
  padding: 2.3rem 3rem 2.7rem;
  color: #fff;
  display: grid;
  grid-template-rows: subgrid;
  gap: 0;
  grid-row: span 2;
}
@media screen and (max-width: 767px) {
  .p-voice__detailItem {
    height: 13.8rem;
    padding: 1.2rem 2rem 2rem;
    border-radius: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.p-voice__detailItem::before {
  content: "";
  position: absolute;
  top: -3.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.4rem;
  height: 4.2rem;
  background: url("../images/voice_triangle_blue.webp") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-voice__detailItem::before {
    top: -1.7rem;
    width: 2.7rem;
    height: 2.1rem;
  }
}

.p-voice__detailText {
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.52;
}
@media screen and (max-width: 767px) {
  .p-voice__detailText {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.p-voice__detailText span {
  letter-spacing: 0.4em;
}
@media screen and (max-width: 767px) {
  .p-voice__detailText span {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__detailText span.pc {
    letter-spacing: 0.5em;
  }
}
.p-voice__detailText.one {
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .p-voice__detailText.one {
    letter-spacing: 0.08em;
  }
}
.p-voice__detailText.two {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-voice__detailText.two {
    letter-spacing: 0.05em;
  }
}
.p-voice__detailText.three {
  letter-spacing: 0.05em;
}
.p-voice__detailText.four {
  letter-spacing: 0.06em;
}

.p-voice__detailName {
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-voice__detailName {
    font-size: 1rem;
  }
}

.p-voice__bottom {
  margin-top: 11.8rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-voice__bottom {
    margin-top: 1.6rem;
    display: block;
    gap: 0;
    max-width: 30rem;
    margin-inline: auto;
  }
}

.p-voice__tag {
  background-color: #3e3a39;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.05em;
  padding: 0.8rem 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-voice__tag {
    font-size: 1rem;
    padding: 0.3rem 0.6rem;
    display: inline-block;
  }
}

.p-voice__text {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    font-size: 1rem;
    margin-top: 0.1rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}

.p-questionary {
  background-color: #00945e;
  padding-block: 12rem 11.7rem;
}
@media screen and (max-width: 767px) {
  .p-questionary {
    padding-block: 3.4rem 4.7rem;
  }
}

.p-questionary__title {
  width: 100%;
  background-color: #fff;
  margin-inline: auto;
  font-size: 4.3rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #00945e;
  text-align: center;
  border-radius: 100vmax;
  padding-block: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-questionary__title {
    font-size: 2.2rem;
    padding-block: 1.1rem 1.5rem;
  }
}

.p-questionary__lead {
  margin-top: 3.7rem;
  font-size: 4.3rem;
  font-weight: 800;
  line-height: 1.23;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
  margin-left: -3.2rem;
}
@media screen and (max-width: 767px) {
  .p-questionary__lead {
    margin-top: 2.5rem;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
    margin-left: -1.5rem;
  }
}

.p-questionary__imgWrap {
  margin-left: -2rem;
}
@media screen and (max-width: 767px) {
  .p-questionary__imgWrap {
    margin-left: 0;
  }
}

.p-questionary__img {
  margin: -1.4rem auto 0;
  width: 82.5rem;
  aspect-ratio: 825/556;
}
@media screen and (max-width: 767px) {
  .p-questionary__img {
    margin-top: 2rem;
    width: 30rem;
    aspect-ratio: 300/203;
  }
}

.p-questionary__text {
  margin: 2.4rem auto 0;
  max-width: 80.5rem;
  width: 100%;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.26;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-questionary__text {
    margin-top: 1.4rem;
    font-size: 1.7rem;
    line-height: 1.47;
    max-width: 30rem;
  }
  .p-questionary__text span {
    letter-spacing: 0;
  }
}

.p-cm {
  padding-block: 11.5rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-cm {
    padding-block: 3.7rem 4.8rem;
  }
}

.p-cm__title {
  font-size: 4.3rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #00945e;
  text-align: center;
  text-transform: uppercase;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-cm__title {
    font-size: 2.2rem;
    padding-left: 1.4rem;
    letter-spacing: 0.03em;
  }
}

.p-cm__videoWrap {
  margin-top: 3rem;
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  .p-cm__videoWrap {
    margin-top: 1.8rem;
  }
}
.p-cm__videoWrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10rem;
  height: 10rem;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  border: solid 1px #00945e;
}
@media screen and (max-width: 767px) {
  .p-cm__videoWrap::before {
    width: 6.3rem;
    height: 6.3rem;
  }
}
.p-cm__videoWrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50.5%;
  transform: translate(-50%, -50%);
  width: 4.8rem;
  height: 5.5rem;
  background-color: #00945e;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-cm__videoWrap::after {
    left: 51%;
    width: 3rem;
    height: 3.4rem;
  }
}
.p-cm__videoWrap.js-hide::before, .p-cm__videoWrap.js-hide::after {
  display: none;
}
.p-cm__videoWrap.js-hide .p-cm__videoThumbnail {
  display: none;
}
@media (hover: hover) {
  .p-cm__videoWrap:hover .p-cm__videoThumbnail {
    scale: 1.1;
  }
}

.p-cm__videoThumbnail {
  position: absolute;
  inset: 0;
  transition: scale 0.3s;
  z-index: 1;
}

.p-cm__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.p-cm__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.1rem);
  height: 100%;
}

.p-cm__videoWrap.js-hide .p-cm__video iframe {
  width: 100%;
}

.p-info {
  background-color: #00945e;
  padding-block: 12rem 11.8rem;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding-block: 3.8rem;
  }
}

.p-info__list {
  max-width: 720px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-info__list {
    max-width: 100%;
  }
}

.p-info__item {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-info__item {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.p-info__item:nth-child(2) {
  margin-top: 5.4rem;
}
.p-info__item:nth-child(2) .p-info__detail {
  padding-left: 0;
}
.p-info__item:nth-child(2) .p-info__title {
  letter-spacing: 0.07em;
  padding-inline: 0.6rem 0.3rem;
}
.p-info__item:nth-child(2) .p-info__title span {
  padding-inline: 0.8rem 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-info__item:nth-child(2) .p-info__title span {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-info__item:nth-child(2) .p-info__text {
    margin-top: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-info__item:nth-child(2) .p-info__note {
    margin-top: 1.2rem;
  }
}
.p-info__item:nth-child(2) .p-info__img {
  margin-top: 9.5rem;
  aspect-ratio: 180/177;
}
@media screen and (max-width: 767px) {
  .p-info__item:nth-child(2) .p-info__img {
    margin-top: 2.8rem;
    aspect-ratio: 113/111;
  }
}

.p-info__detail {
  flex: 1;
  padding-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-info__detail {
    display: contents;
    padding-left: 0;
  }
}

.p-info__title {
  font-size: max(30px, 3.5rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.29;
  color: #00945e;
}
@media screen and (max-width: 767px) {
  .p-info__title {
    font-size: 2.1rem;
    letter-spacing: 0.07em;
    text-align: center;
    line-height: 1.45;
    order: 1;
  }
}
.p-info__title span {
  padding-inline: 0.5rem;
  background: linear-gradient(to bottom, transparent 15%, #fff 15%, #fff 92%, transparent 92%);
}
@media screen and (max-width: 767px) {
  .p-info__title span {
    padding-inline: 0;
  }
}

.p-info__text {
  margin-top: 3.3rem;
  font-size: max(20px, 2.3rem);
  font-weight: 600;
  line-height: 1.48;
  letter-spacing: 0.07em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-info__text {
    margin-top: 1rem;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.25;
    order: 2;
  }
}

.p-info__note {
  margin-top: 1.3rem;
  font-size: max(12px, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.36;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-info__note {
    margin-top: 1.4rem;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.1;
    order: 3;
  }
}

.p-info__link {
  margin-top: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-info__link {
    margin-top: 2.4rem;
    order: 5;
  }
}
.p-info__link a {
  display: inline-block;
  font-size: max(20px, 2.3rem);
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.57;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-info__link a {
    font-size: 1.4rem;
    text-underline-offset: 0.2rem;
    line-height: 1.75;
  }
}
@media (hover: hover) {
  .p-info__link a:hover {
    opacity: 0.7;
  }
}

.p-info__img {
  width: 180px;
  aspect-ratio: 180/347;
}
@media screen and (max-width: 767px) {
  .p-info__img {
    margin-top: 3.4rem;
    width: 11.3rem;
    aspect-ratio: 113/217;
    order: 4;
  }
}

.p-products {
  padding-block: 11.7rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-products {
    padding-block: 4.1rem 1.1rem;
  }
}

.p-products__wrap {
  width: 100%;
  padding: 7.7rem 2rem 8.7rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-products__wrap {
    padding: 5.7rem 2rem 4.4rem;
  }
}
.p-products__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/products_frame.webp") no-repeat center top/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-products__wrap::before {
    background: url("../images/products_frame-sp.webp") no-repeat center top/contain;
  }
}

.p-products__title {
  font-size: 4.3rem;
  font-weight: 800;
  line-height: 1.1;
  color: #00945e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-products__title {
    font-size: 2.5rem;
  }
}

.p-products__arrow {
  margin: 2rem auto 0;
  width: 2.9rem;
  height: 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-products__arrow {
    margin-top: 1rem;
    width: 1.5rem;
    height: 1.1rem;
  }
}

.p-products__name {
  margin-top: 2.5rem;
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.26;
  color: #00945e;
  text-align: center;
  padding-left: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-products__name {
    margin-top: 0.8rem;
    font-size: 2.2rem;
    line-height: 1.23;
  }
}

.p-products__text {
  margin-top: 1.4rem;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.76;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-products__text {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.79;
  }
}

.p-products__list {
  margin-top: 6.7rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16rem;
}
@media screen and (max-width: 767px) {
  .p-products__list {
    margin-top: 2.3rem;
    gap: 3rem;
    flex-wrap: wrap;
  }
}

.p-products__size {
  font-size: 1.7rem;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 800;
  color: #00945e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-products__size {
    font-size: 1.2rem;
  }
}
.p-products__size span {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-products__size span {
    font-size: 1.8rem;
  }
}

.p-products__img {
  margin: 0.6rem auto 0;
  width: 22.5rem;
  aspect-ratio: 225/509;
}
@media screen and (max-width: 767px) {
  .p-products__img {
    margin-top: 0.1rem;
    width: 11.3rem;
    aspect-ratio: 113/255;
  }
}

.p-products__bottom {
  margin-top: 3.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-products__bottom {
    margin-top: 1.3rem;
  }
}

.p-products__btn {
  background-color: #fff500;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #00945e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-inline: auto;
  padding: 1.1rem 2rem 1.1rem 1.6rem;
  border-radius: 100vmax;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-products__btn {
    padding: 0.5rem 1rem 0.5rem 1rem;
    gap: 0.6rem;
  }
}
.p-products__btn::after {
  content: "";
  background-color: #00945e;
  width: 0.6rem;
  height: 0.8rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (hover: hover) {
  .p-products__btn:hover {
    opacity: 0.7;
  }
}

.p-products__recommend {
  margin: 12rem auto 0;
  max-width: 80.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-products__recommend {
    margin-top: 4.1rem;
    max-width: 100%;
  }
}

.p-products__recommendText {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.065em;
  background-color: #00945e;
  color: #fff;
  text-align: center;
  padding-block: 1.8rem 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-products__recommendText {
    font-size: 1.7rem;
    padding-block: 0.8rem 0.9rem;
  }
}

.p-products__recommendList {
  border: 0.3rem solid #00945e;
  border-top: none;
  padding: 2.2rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-products__recommendList {
    border-width: 0.2rem;
    padding: 1.2rem 0 1.2rem 1.2rem;
  }
}

.p-products__recommendItem {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.025em;
  text-indent: -0.6em;
  padding-left: 0.6em;
}
@media screen and (max-width: 767px) {
  .p-products__recommendItem {
    font-size: 1.4rem;
    line-height: 1.79;
    letter-spacing: 0;
  }
}

.p-fixed {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 7.4rem;
  height: 27rem;
  background-color: #00945e;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fixed {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 5rem;
  }
}
.p-fixed.js-show {
  opacity: 1;
  visibility: visible;
}

.p-fixed__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-fixed__btn:hover {
    opacity: 0.7;
  }
}

.p-fixed__text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fixed__text {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    font-size: 1.7rem;
    letter-spacing: 0.15em;
  }
}

.p-drawer__icon {
  position: fixed;
  top: 1.8rem;
  right: 3rem;
  z-index: 202;
  width: 3.2rem;
  height: 2.8rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon {
    width: 2.2rem;
    height: 1.6rem;
    top: 1.4rem;
  }
}
.p-drawer__icon.js-open {
  right: calc(16px + 3rem);
}
@media screen and (max-width: 767px) {
  .p-drawer__icon.js-open {
    right: 3rem;
  }
}
.p-drawer__icon.js-open .bar1 {
  transform: rotate(-45deg) translate(-2.1rem, -0.2rem);
}
@media screen and (max-width: 767px) {
  .p-drawer__icon.js-open .bar1 {
    transform: rotate(-45deg) translate(-1.2rem, -0.4rem);
  }
}
.p-drawer__icon.js-open .bar2 {
  opacity: 0;
}
.p-drawer__icon.js-open .bar3 {
  transform: rotate(45deg) translate(-2.2rem, 0.1rem);
}
@media screen and (max-width: 767px) {
  .p-drawer__icon.js-open .bar3 {
    transform: rotate(45deg) translate(-1.4rem, 0.2rem);
  }
}
.p-drawer__icon .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.2rem;
  height: 0.25rem;
  background: #00945e;
  border-radius: 4px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon .bar {
    width: 2.2rem;
  }
}
.p-drawer__icon .bar1 {
  top: 0;
}
.p-drawer__icon .bar2 {
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-drawer__icon .bar3 {
  top: 100%;
}

.p-drawer__container {
  position: fixed;
  top: 7rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 7rem);
  height: calc(100dvh - 7rem);
  z-index: 201;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-drawer__container {
    top: 5.4rem;
    height: calc(100vh - 5.4rem);
    height: calc(100dvh - 5.4rem);
  }
}

.p-drawer__inner {
  max-width: 84rem;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  position: relative;
  padding-inline: 2.7rem;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-drawer__inner {
    max-width: 100%;
  }
}

.p-drawer__list {
  margin-top: 8.3rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__list {
    margin-top: -7rem;
  }
}

.p-drawer__item {
  position: relative;
  border-top: 0.2rem solid #b4b2b2;
}
.p-drawer__item:last-child {
  border-bottom: 0.2rem solid #b4b2b2;
}

.p-drawer__link {
  display: flex;
  align-items: center;
  padding: 4rem 9.4rem 3.6rem 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__link {
    padding: 2rem 2.8rem;
    align-items: flex-start;
  }
}

.p-drawer__itemText {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.11em;
  color: #00945e;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-drawer__itemText {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.p-drawer__itemText span {
  font-size: 2.2rem;
  letter-spacing: 0.24em;
  padding-inline: 0.6rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__itemText span {
    font-size: 1.2rem;
    letter-spacing: 0.5em;
    padding-inline: 0.1rem;
  }
}

.p-drawer__arrow {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  background: url("../images/icon_drawer_arrow.svg") no-repeat center/contain;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-drawer__arrow {
    width: 2rem;
    height: 2rem;
    margin-top: 0.3rem;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp--inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp--inline {
    display: inline-block !important;
  }
}

.u-pc {
  display: none !important;
}
@media (min-width: 768px) {
  .u-pc {
    display: block !important;
  }
}