@charset "UTF-8";
.cFv__headline {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--px)) 0;
  padding: 0 calc(20 * var(--px));
}
.cFv__headline_ja {
  display: flex;
  flex-direction: column;
  font-size: calc(1.75 * var(--rem));
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  opacity: 0;
}
.cFv__headline_ja_text {
  display: flex;
  overflow: hidden;
}
.cFv__headline_en {
  display: grid;
  overflow: hidden;
  font-family: var(--font-roc-grotesk);
  font-size: calc(1 * var(--rem));
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.cFv__headline_en_text {
  display: flex;
  overflow: hidden;
  opacity: 0;
}

@media screen and (min-width: 960px) {
  .cFv__headline {
    gap: calc(32 * var(--px)) 0;
  }
  .cFv__headline_ja {
    font-size: calc(3.25 * var(--rem));
  }
  .cFv__headline_en {
    font-size: calc(1.3125 * var(--rem));
  }
}
.cSectionHeadline {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: calc(17 * var(--px));
}
.cSectionHeadline::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(8 * var(--px));
  content: "";
  background: linear-gradient(90deg, #d9f0ee 0%, #fff372 100%);
}
.cSectionHeadline__text {
  font-size: calc(20 * var(--px));
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 960px) {
  .cSectionHeadline {
    padding-bottom: calc(19 * var(--px));
  }
  .cSectionHeadline::before {
    height: calc(10 * var(--px));
  }
  .cSectionHeadline__text {
    font-size: calc(28 * var(--px));
  }
}
.cLinkWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: calc(16 * var(--px));
  gap: calc(16 * var(--px));
  margin-top: calc(40 * var(--px));
}

.cAnkerLink {
  position: relative;
  display: flex;
  gap: 0 calc(8 * var(--px));
  align-items: flex-end;
  width: calc(172 * var(--px));
  padding: calc(8 * var(--px)) 0 calc(9 * var(--px)) calc(8 * var(--px));
  overflow: hidden;
  border-bottom: 1px solid var(--color-black);
}
.cAnkerLink__icon {
  width: calc(23 * var(--px));
  height: calc(26 * var(--px));
}
.cAnkerLink__text {
  margin-bottom: calc(2 * var(--px));
  font-size: calc(18 * var(--px));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.cAnkerLink .cLinkOverlay__image {
  z-index: -1;
}

@media screen and (min-width: 960px) {
  .cLinkWrap {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row: 2;
    grid-column: 4/30;
    gap: 0;
    margin-top: calc(80 * var(--px));
    margin-left: calc(8 * var(--px));
  }
  .cAnkerLink {
    width: calc(189 * var(--px));
    padding: calc(8 * var(--px)) 0 calc(9 * var(--px)) calc(16 * var(--px));
  }
}
.cBreadcrumb {
  position: absolute;
  top: calc(145 * var(--px));
  right: calc(32 * var(--px));
  z-index: 1;
}
.cBreadcrumb__list {
  display: flex;
  gap: 0 calc(29 * var(--px));
}
.cBreadcrumb__item {
  font-size: calc(0.8125 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
}
.cBreadcrumb__item_link {
  position: relative;
}
.cBreadcrumb__item_link::before {
  position: absolute;
  left: calc(100% + 8 * var(--px));
  content: "／";
}

.cTextLinkInner {
  overflow: hidden;
}

.cTextLink {
  position: relative;
  display: inline;
}
.cTextLink::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-image: linear-gradient(currentcolor, currentcolor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
}

@media screen and (min-width: 960px) {
  .cTextLinkInner {
    display: inline-block;
  }
}
@media screen and (min-width: 960px) and (any-hover: hover) {
  .cTextLink:hover::before {
    animation: 0.4s forwards linehover-animation-out, 0.4s 0.4s forwards linehover-animation-in;
  }
}
.pFv__inner {
  position: relative;
  padding: calc(140 * var(--px)) calc(20 * var(--px)) 0;
}
.pFv__headline {
  padding: 0;
}
.pFv__leaf {
  position: absolute;
}
.pFv__leaf[data-leaf="1"] {
  top: calc(107 * var(--px));
  right: calc(71 * var(--px));
  width: calc(82 * var(--px));
  height: calc(64 * var(--px));
}
.pFv__leaf[data-leaf="2"] {
  top: calc(175 * var(--px));
  right: calc(10 * var(--px));
  width: calc(55 * var(--px));
  height: calc(57 * var(--px));
}
.pFv__leaf[data-leaf="3"] {
  top: calc(186 * var(--px));
  left: calc(156 * var(--px));
  width: calc(55 * var(--px));
  height: calc(51 * var(--px));
}

.pFaq {
  padding: 0 calc(20 * var(--px)) calc(80 * var(--px));
}
.pFaq__section {
  margin-top: calc(56 * var(--px));
}
.pFaq__item {
  margin-top: calc(32 * var(--px));
}
.pFaq__item_question {
  display: grid;
  grid-template-columns: calc(36 * var(--px)) auto;
  grid-gap: 0 calc(12 * var(--px));
  gap: 0 calc(12 * var(--px));
  padding-bottom: calc(8 * var(--px));
}
.pFaq__item_question_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(36 * var(--px));
  font-family: var(--font-roc-grotesk);
  font-size: calc(20 * var(--px));
  font-weight: 500;
  line-height: 1;
  color: var(--color-white);
  letter-spacing: 0.05em;
  background-color: #327aff;
  border-radius: 50%;
}
.pFaq__item_question_text {
  margin-top: calc(3 * var(--px));
  font-size: calc(18 * var(--px));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.pFaq__item_answer {
  display: grid;
  grid-template-columns: calc(36 * var(--px)) auto;
  grid-gap: 0 calc(12 * var(--px));
  gap: 0 calc(12 * var(--px));
  padding-top: calc(7 * var(--px));
  border-top: 1px solid #ccc;
}
.pFaq__item_answer_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(36 * var(--px));
  font-family: var(--font-roc-grotesk);
  font-size: calc(20 * var(--px));
  font-weight: 500;
  line-height: 1;
  color: var(--color-white);
  letter-spacing: 0.05em;
  background-color: #00b2d6;
  border-radius: 50%;
}
.pFaq__item_answer_text {
  margin-top: calc(3 * var(--px));
  font-size: calc(14 * var(--px));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.pFaq__item_answer_text_inner {
  display: block;
}

@media screen and (min-width: 960px) {
  .pFv__inner {
    position: relative;
    padding: calc(112 * var(--px)) 0 0;
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .pFv__headline {
    grid-row: 1;
    grid-column: 4/27;
    gap: calc(23 * var(--px)) 0;
  }
  .pFv__headline_en {
    font-size: calc(21 * var(--px));
  }
  .pFv__leaf {
    position: absolute;
  }
  .pFv__leaf[data-leaf="1"] {
    top: calc(-28 * var(--px));
    right: auto;
    right: initial;
    left: calc(301 * var(--px));
    width: calc(92 * var(--px));
    height: calc(78 * var(--px));
  }
  .pFv__leaf[data-leaf="2"] {
    top: calc(180 * var(--px));
    right: calc(70 * var(--px));
    width: calc(89 * var(--px));
    height: calc(92 * var(--px));
  }
  .pFv__leaf[data-leaf="3"] {
    top: calc(79 * var(--px));
    left: calc(611 * var(--px));
    width: calc(105 * var(--px));
    height: calc(78 * var(--px));
  }
  .pFv__leaf[data-leaf="4"] {
    top: calc(217 * var(--px));
    right: calc(456 * var(--px));
    left: auto;
    left: initial;
    width: calc(117 * var(--px));
    height: calc(126 * var(--px));
  }
  .pFaq {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    position: relative;
    padding: 0 0 calc(96 * var(--px));
    overflow: hidden;
  }
  .pFaq__section {
    grid-column: 5/59;
    margin-top: calc(96 * var(--px));
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(54, 1fr);
  }
  .pFaq__section_headline {
    grid-row: 1;
    grid-column: 1/59;
  }
  .pFaq__list {
    display: grid;
    grid-template-rows: auto;
    grid-row: 2;
    grid-column: 3/54;
    grid-gap: calc(40 * var(--px)) 0;
    gap: calc(40 * var(--px)) 0;
    margin-top: calc(74 * var(--px));
  }
  .pFaq__item {
    margin-top: 0;
  }
  .pFaq__item_question {
    align-items: center;
    padding-bottom: calc(16 * var(--px));
  }
  .pFaq__item_question_icon {
    font-size: calc(24 * var(--px));
  }
  .pFaq__item_question_text {
    margin-top: 0;
    font-size: calc(20 * var(--px));
  }
  .pFaq__item_answer {
    padding-top: calc(15 * var(--px));
  }
  .pFaq__item_answer_icon {
    font-size: calc(24 * var(--px));
  }
  .pFaq__item_answer_text {
    display: flex;
    margin-top: calc(4 * var(--px));
    font-size: calc(17 * var(--px));
    line-height: 1.5;
  }
  .pFaq__item_answer_text_inner {
    display: flex;
  }
  .pFaq__bg {
    position: absolute;
    top: calc(53 * var(--px));
    left: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% - 53 * var(--px));
    background-image: url("../../assets/images/faq/webp/bg-leaf.webp");
    background-repeat: repeat;
    background-position: top left;
    background-size: calc(1488 * var(--px)) calc(812 * var(--px));
  }
}