@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));
  }
}
.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: "／";
}

.pFv__inner {
  position: relative;
  padding: calc(140 * var(--px)) calc(20 * var(--px)) 0;
  overflow: hidden;
}
.pFv__headline {
  padding: 0;
}
.pFv__introText {
  display: grid;
  grid-gap: calc(8 * var(--px)) 0;
  gap: calc(8 * var(--px)) 0;
  margin-left: calc(84 * var(--px));
}
.pFv__subtitle {
  font-size: calc(1.25 * var(--rem));
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.pFv__imageList {
  position: relative;
  z-index: -1;
  margin: 0 calc(-20 * var(--px));
  margin-top: calc(-74 * var(--px));
}
.pFv__image[data-image="1"] {
  width: calc(345 * var(--px));
  height: calc(128 * var(--px));
  margin-left: auto;
}
.pFv__image[data-image="2"] {
  width: calc(267 * var(--px));
  height: calc(138 * var(--px));
  margin-left: calc(20 * var(--px));
}
.pFv__intro {
  margin-top: calc(33 * var(--px));
}
.pFv__text {
  font-size: calc(0.875 * var(--rem));
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: 0.02em;
}
.pFv__leaf {
  position: absolute;
  mix-blend-mode: multiply;
}
.pFv__leaf[data-leaf="1"] {
  top: calc(156 * var(--px));
  right: calc(-16 * var(--px));
  width: calc(78 * var(--px));
  height: calc(74 * var(--px));
}
.pFv__leaf[data-leaf="2"] {
  top: calc(369 * var(--px));
  right: calc(65 * var(--px));
  width: calc(50 * var(--px));
  height: calc(59 * var(--px));
}
.pFv__leaf[data-leaf="3"] {
  bottom: calc(57 * var(--px));
  left: calc(-16 * var(--px));
  width: calc(63 * var(--px));
  height: calc(56 * var(--px));
}

.pDetail {
  display: grid;
  grid-row-gap: calc(80 * var(--px));
  row-gap: calc(80 * var(--px));
  padding: 0 calc(20 * var(--px));
}
.pDetail--gentle {
  margin-top: calc(72 * var(--px));
}
.pDetail--strong {
  margin-top: calc(80 * var(--px));
}

.pDetailSection__inner {
  display: grid;
  grid-row-gap: calc(28 * var(--px));
  row-gap: calc(28 * var(--px));
}
.pDetailSection__header {
  display: grid;
  grid-row-gap: calc(14 * var(--px));
  row-gap: calc(14 * var(--px));
}
.pDetailSection__subHeadline {
  opacity: 0;
}
.pDetailSection__headline {
  display: grid;
  grid-row-gap: calc(13 * var(--px));
  row-gap: calc(13 * var(--px));
}
.pDetailSection__headline_ja {
  font-size: calc(2.875 * var(--rem));
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.05em;
  opacity: 0;
}
.pDetailSection__headline_en {
  display: flex;
  overflow: hidden;
  font-family: var(--font-roc-grotesk);
  font-size: calc(0.875 * var(--rem));
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.pDetailSection__headline_en span {
  opacity: 0;
}
.pDetailSection__content {
  display: grid;
  grid-row-gap: calc(32 * var(--px));
  row-gap: calc(32 * var(--px));
}
.pDetailSection__textArea {
  display: grid;
  grid-row-gap: calc(33 * var(--px));
  row-gap: calc(33 * var(--px));
}
.pDetailSection__text {
  font-size: calc(0.875 * var(--rem));
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: 0.02em;
}
.pDetailSection__imageList {
  display: grid;
  grid-row-gap: calc(6 * var(--px));
  row-gap: calc(6 * var(--px));
}
.pDetailSection__image:nth-child(1) {
  width: calc(100% * var(--px));
  height: calc(278 * var(--px));
}
.pDetailSection__image:nth-child(2) {
  width: calc(100% * var(--px));
  height: calc(225 * var(--px));
}
.pDetailSection__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(56 * var(--px));
  font-size: calc(0.8125 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-white);
  letter-spacing: 0.1em;
  background: linear-gradient(110deg, #0d29df 0%, #3bbbff 128.47%);
  border-radius: 999px;
}
.pDetailSection__link_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue);
  transform: translate(-100%);
  transition: transform 0.4s var(--ease-out-quart);
}
.pDetailSection--strong .cSectionHeadline::before {
  background: linear-gradient(90deg, #d9f0ee 0%, #8e9aff 100%);
}
.pDetailSection--strong[data-strong="1"] .pDetailSection__image {
  height: calc(342 * var(--px));
}

.pMessage {
  padding: 0 calc(20 * var(--px));
  margin: calc(80 * var(--px)) 0;
  font-size: calc(1 * var(--rem));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 960px) {
  .pFv__inner {
    padding: calc(232 * var(--px)) calc(72 * var(--px)) calc(71 * var(--px));
  }
  .pFv__headline {
    padding: 0;
  }
  .pFv__imageList {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(1416 * var(--px));
    margin: 0;
  }
  .pFv__image[data-image="1"] {
    width: calc(984 * var(--px));
    height: calc(272 * var(--px));
    margin-left: 0;
  }
  .pFv__image[data-image="2"] {
    width: calc(744 * var(--px));
    height: calc(272 * var(--px));
    margin-left: auto;
  }
  .pFv__intro {
    width: calc(744 * var(--px));
    margin-top: calc(148 * var(--px));
    margin-left: auto;
  }
  .pFv__introText {
    gap: calc(16 * var(--px)) 0;
    margin: 0;
  }
  .pFv__subtitle {
    font-size: calc(1.75 * var(--rem));
  }
  .pFv__text {
    font-size: calc(1.0625 * var(--rem));
    line-height: 1.5;
  }
  .pFv__leaf[data-leaf="1"] {
    top: calc(141 * var(--px));
    right: calc(448 * var(--px));
    width: calc(87 * var(--px));
    height: calc(82 * var(--px));
  }
  .pFv__leaf[data-leaf="2"] {
    top: calc(359 * var(--px));
    right: calc(792 * var(--px));
    width: calc(83 * var(--px));
    height: calc(86 * var(--px));
  }
  .pFv__leaf[data-leaf="3"] {
    bottom: calc(50 * var(--px));
    left: calc(419 * var(--px));
    width: calc(128 * var(--px));
    height: calc(108 * var(--px));
  }
  .pFv__leaf[data-leaf="4"] {
    top: calc(547 * var(--px));
    left: calc(68 * var(--px));
    width: calc(105 * var(--px));
    height: calc(78 * var(--px));
  }
  .pDetail {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    grid-row-gap: calc(80 * var(--px));
    row-gap: calc(80 * var(--px));
    padding: 0;
  }
  .pDetail--gentle {
    margin-top: calc(10 * var(--px));
  }
  .pDetail--strong {
    margin-top: calc(120 * var(--px));
  }
  .pDetailSection {
    grid-column: 6/60;
  }
  .pDetailSection__inner {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(54, 1fr);
    grid-row-gap: 0;
    row-gap: 0;
    align-items: flex-start;
  }
  .pDetailSection__header {
    grid-column: 1/9;
    row-gap: calc(25 * var(--px));
  }
  .pDetailSection__headline {
    display: flex;
    row-gap: 0;
    -moz-column-gap: calc(21 * var(--px));
         column-gap: calc(21 * var(--px));
    margin-left: calc(-4 * var(--px));
  }
  .pDetailSection__headline_ja {
    font-size: calc(4.25 * var(--rem));
    letter-spacing: 0.1em;
    writing-mode: vertical-lr;
  }
  .pDetailSection__headline_en {
    margin-top: calc(4 * var(--px));
    font-size: calc(1 * var(--rem));
    writing-mode: vertical-rl;
  }
  .pDetailSection__content {
    grid-column: 14/55;
    grid-row-gap: 0;
    row-gap: 0;
    margin-top: calc(82 * var(--px));
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(41, 1fr);
  }
  .pDetailSection__textArea {
    grid-column: 1/22;
    row-gap: calc(58 * var(--px));
  }
  .pDetailSection__text {
    font-size: calc(1.0625 * var(--rem));
    line-height: 1.58;
  }
  .pDetailSection__imageList {
    grid-column: 24/42;
  }
  .pDetailSection__image:nth-child(1) {
    height: calc(334 * var(--px));
  }
  .pDetailSection__image:nth-child(2) {
    width: calc(288 * var(--px));
    height: calc(180 * var(--px));
  }
  .pDetailSection__link {
    font-size: calc(0.875 * var(--rem));
  }
  .pDetailSection--strong .pDetailSection__header {
    grid-row: 1;
    grid-column: 48/55;
    margin-left: calc(-6 * var(--px));
  }
  .pDetailSection--strong .pDetailSection__content {
    grid-row: 1;
    grid-column: 1/42;
  }
  .pDetailSection--strong .pDetailSection__imageList {
    grid-row: 1;
    grid-column: 1/19;
  }
  .pDetailSection--strong .pDetailSection__textArea {
    grid-row: 1;
    grid-column: 21/42;
  }
  .pDetailSection--strong[data-strong="1"] .pDetailSection__image {
    height: calc(411 * var(--px));
  }
  .pDetailSection--strong[data-strong="2"] .pDetailSection__subHeadline {
    margin-left: auto;
  }
  .pDetailSection--strong[data-strong="2"] .pDetailSection__header {
    grid-column: 46/55;
  }
  .pDetailSection--strong[data-strong="2"] .pDetailSection__headline {
    justify-content: flex-end;
  }
  .pMessage {
    margin: calc(112 * var(--px)) auto calc(144 * var(--px));
    font-size: calc(1.25 * var(--rem));
    text-align: center;
  }
}