@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../fonts/MPLUSRounded1c-Medium.woff2?v=1784185467") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../fonts/MPLUSRounded1c-ExtraBold.woff2?v=1784185473") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

.faq-Root {
  width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  scrollbar-gutter: auto;
}

.faq-Body {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding-bottom: 0;
  overflow-x: clip;
  background: #fff;
  color: #006b63;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

.faq-ScreenReaderOnly {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.faq-Header {
  height: 124px;
  background-color: #fff;
  background-image: url("../new/bg_wave_section_2_pc.svg?v=1784088154");
  background-position: center 84px;
  background-repeat: repeat-x;
  background-size: 1280px auto;
}

.faq-Header_Inner {
  display: flex;
  align-items: center;
  width: min(1248px, 100% - 32px);
  height: 84px;
  margin: 0 auto;
}

.faq-Header_Logo,
.faq-Header_LogoImage {
  display: block;
}

.faq-Header_LogoImage {
  width: 190px;
  height: auto;
}

.faq-Hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 300px;
  background-color: #b5fbf1;
}

.faq-Hero_Title {
  width: 464px;
  margin: 40px 0 0;
  padding: 0;
  line-height: 0;
}

.faq-Hero_TitlePicture,
.faq-Hero_TitleImage {
  display: block;
  width: 100%;
  height: auto;
}

.faq-Hero_CategoryTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 586px;
  min-height: 55px;
  margin: 32px 0 0;
  padding: 0 20px;
  border-radius: 999px;
  background: #fff;
  color: #006b63;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
}

.faq-Nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
  width: calc(100% - 72px);
  max-width: 1050px;
  margin: 32px 0 0;
}

.faq-Nav_Chip {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 55px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: #00ac97;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: opacity 180ms ease;
}

.faq-Nav_Chip:hover {
  opacity: 0.8;
}

.faq-Content {
  width: 586px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 35px 0 50px;
}

.faq-Sections {
  display: grid;
  gap: 50px;
}

.faq-Section {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  scroll-margin-top: 24px;
}

.faq-Section_Title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 55px;
  margin: 0;
  padding: 0 20px;
  border-radius: 999px;
  background: #b5fbf1;
  color: #006b63;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
}

.faq-List {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}

.faq-Item {
  padding: 16px 14px;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.faq-Item_Row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.faq-Item_Row + .faq-Item_Row {
  margin-top: 12px;
}

.faq-Mark {
  display: block;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.faq-Mark-q {
  background-image: url("../new/ic_question.svg?v=1784091310");
}

.faq-Mark-a {
  background-image: url("../new/ic_answer.svg?v=1784091310");
}

.faq-Item_Question {
  margin: 0;
  color: #08766c;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}

.faq-Item_Answer {
  margin: 0;
  color: #08766c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.faq-Disclaimer {
  margin-top: 20px;
  padding: 16px;
  border: 1px dashed #c9c9c9;
  border-radius: 10px;
  background: #fff;
  color: #08766c;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}

.faq-Contact {
  padding: 80px 0 50px;
  background-color: #fff;
  background-image: url("../new/bg_wave_green_pc.svg?v=1784090509");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 1280px auto;
}

.faq-Contact_Inner {
  display: grid;
  justify-items: center;
  width: 586px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.faq-Contact_Title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 55px;
  margin: 0;
  padding: 0 20px;
  border-radius: 999px;
  background: #12ad2e;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
}

.faq-Contact_Lead {
  width: 370px;
  max-width: 100%;
  margin: 24px auto 0;
  color: #08733d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.faq-Contact_Button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 526px;
  max-width: calc(100% - 60px);
  min-height: 62px;
  margin-top: 24px;
  padding: 0 20px;
  border: 1px solid #8c8c8c;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 7px 0 #777777;
  color: #777777;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.faq-Contact_Button:hover {
  box-shadow: 0 3px 0 #777777;
  transform: translateY(4px);
}

.faq-Footer {
  padding: 50px 0 36px;
  background: #fff;
  color: #006b63;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
}

.faq-Footer_Inner {
  display: grid;
  justify-items: center;
  gap: 31px;
  width: min(1120px, 100% - 40px);
  margin: 0 auto;
}

.faq-Footer_LinkList {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-Footer_Link {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}

.faq-Footer_Link:hover {
  text-decoration: underline;
}

.faq-Footer_Copyright {
  margin: 0;
  color: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 860px) {
  .faq-Header {
    height: 88px;
    background-image: url("../new/bg_wave_section_2_sp.svg?v=1784088154");
    background-position: center 48px;
    background-size: 390px auto;
  }
  .faq-Header_Inner {
    width: calc(100% - 28px);
    height: 48px;
  }
  .faq-Header_LogoImage {
    width: 118px;
  }
  .faq-Hero {
    height: 290px;
  }
  .faq-Hero_Title {
    width: 284px;
    margin-top: 15px;
  }
  .faq-Hero_CategoryTitle {
    width: min(326px, 100% - 64px);
    min-height: 40px;
    margin-top: 16px;
    padding: 0 12px;
    font-size: 18px;
  }
  .faq-Nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 7px;
    width: 342px;
    max-width: calc(100% - 48px);
    margin-top: 16px;
  }
  .faq-Nav_Chip {
    min-height: 40px;
    padding: 0 7px;
    font-size: 12px;
    line-height: 1.3;
  }
  .faq-Content {
    width: 326px;
    max-width: calc(100% - 64px);
    padding: 25px 0 45px;
  }
  .faq-Sections {
    gap: 40px;
  }
  .faq-Section {
    scroll-margin-top: 12px;
  }
  .faq-Section_Title {
    min-height: 40px;
    padding: 0 12px;
    font-size: 18px;
  }
  .faq-List {
    gap: 16px;
    margin-top: 16px;
  }
  .faq-Item {
    padding: 14px;
  }
  .faq-Item_Row {
    gap: 8px;
  }
  .faq-Item_Row + .faq-Item_Row {
    margin-top: 10px;
  }
  .faq-Item_Question {
    font-size: 16px;
    line-height: 1.5;
  }
  .faq-Item_Answer {
    font-size: 12px;
    line-height: 1.6;
  }
  .faq-Disclaimer {
    font-size: 11px;
  }
  .faq-Contact {
    min-height: 259px;
    padding: 55px 0 28px;
    background-image: url("../new/bg_wave_green_sp.svg?v=1784090509");
    background-size: 390px auto;
  }
  .faq-Contact_Inner {
    width: 326px;
    max-width: calc(100% - 64px);
  }
  .faq-Contact_Title {
    min-height: 40px;
    padding: 0 12px;
    font-size: 18px;
  }
  .faq-Contact_Lead {
    width: 100%;
    margin-top: 18px;
    font-size: 12px;
    text-align: left;
  }
  .faq-Contact_DesktopBreak {
    display: none;
  }
  .faq-Contact_Button {
    width: 100%;
    max-width: none;
    min-height: 48px;
    margin-top: 16px;
    padding: 0 12px;
    border-radius: 6px;
    box-shadow: 0 5px 0 #777777;
    font-size: 18px;
  }
  .faq-Footer {
    padding: 32px 0 17px;
    font-size: 14px;
    text-align: left;
  }
  .faq-Footer_Inner {
    justify-items: start;
    width: min(332px, 100% - 56px);
    gap: 14px;
  }
  .faq-Footer_LinkList {
    display: block;
    margin: 0;
    padding-left: 24px;
    list-style: disc;
  }
  .faq-Footer_LinkItem {
    font-size: 14px;
    line-height: 1.6;
  }
  .faq-Footer_Copyright {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (prefers-reduced-motion: reduce) {
  .faq-Nav_Chip,
  .faq-Contact_Button {
    transition: none;
  }
}
