@charset "UTF-8";
/* ====================================== //
// フォント設定 - 種類
// ====================================== */
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900; /* 可変フォントの範囲（必要に応じて調整） */
  font-style: normal;
  ont-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900; /* 可変フォントの範囲（必要に応じて調整） */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kurenaido";
  src: url("../font/ZenKurenaido-Regular.ttf") format("truetype");
  font-weight: 400; /* 必要に応じて調整 */
  font-style: normal;
  font-display: swap;
}
/* ====================================== //
// proceeding/config/_base.scss
// ====================================== */
body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: clamp(
    0.875rem,
    0.19vw + 0.83046875rem,
    1rem
  );
  font-weight: 400;
  letter-spacing: 0.98px;
}
@media screen and (min-width: 768px) {
  body {
    letter-spacing: 1.6px;
  }
}

a {
  display: inline-block;
  width: 100%;
  height: auto;
  text-decoration: none;
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: 100%;
}

use {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h1,
h2,
p {
  word-break: break-word;
  overflow-wrap: break-word;
  line-break: strict;
  text-wrap: pretty;
}

.l-Container {
  max-width: 90rem;
  padding-inline: 1rem;
}
@media screen and (min-width: 768px) {
  .l-Container {
    padding-inline: 30px;
    margin-inline: auto;
  }
}

.ps-SubPageLayout {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .ps-SubPageLayout {
    margin-top: 5rem;
  }
}

.l-SubView {
  width: 100%;
  background-size: cover;
  aspect-ratio: 1.25;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-SubView {
    height: 727px;
  }
}

.l-SubView__EyeCatch {
  position: absolute;
  top: 66%;
  left: clamp(
    0.8125rem,
    10.99vw + -1.76328125rem,
    8.125rem
  );
  font-family: "Hina Mincho";
  font-size: clamp(
    1.25rem,
    2.63vw + 0.63359375rem,
    3rem
  );
  font-weight: 400;
  line-height: 1.5; /* 129.167% */
  letter-spacing: 2px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .l-SubView__EyeCatch {
    top: 77%;
    line-height: 1.2; /* 129.167% */
    letter-spacing: 0;
  }
}

.c-Headline02-English {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(
    2rem,
    4.51vw + 0.94296875rem,
    5rem
  );
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em; /* 48px */
  letter-spacing: 0;
  text-transform: uppercase;
}

.c-Headline02-Japanese {
  position: relative;
  padding-left: 5.75rem;
  font-weight: 500;
  line-height: 1.5em; /* 24px */
  letter-spacing: 0;
}
.c-Headline02-Japanese::before {
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  width: 5.125rem;
  height: 0.0625rem;
  background-image: linear-gradient(90deg, #bf1515 0%, #590a0a 100%);
  content: "";
}
@media screen and (min-width: 768px) {
  .c-Headline02-Japanese::before {
    top: 50%;
    height: 0.125rem;
  }
}

.c-Headline03-Sub {
  background-image: linear-gradient(90deg, #bf1515, #590a0a);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5em; /* 24px */
  letter-spacing: 0;
  height: 23px;
  align-self: stretch;
}

.c-Headline03-Japanese {
  font-size: clamp(
    1.5rem,
    1.13vw + 1.23515625rem,
    2.25rem
  );
  font-weight: 500;
  line-height: 1.3; /* 31.2px */
  letter-spacing: 0.96px;
}
@media screen and (min-width: 768px) {
  .c-Headline03-Japanese {
    line-height: 1.5; /* 54px */
    letter-spacing: 1.44px;
  }
}

.c-Headline02-Sub {
  margin-top: 2.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-Headline02-Sub {
    margin-top: 2.75rem;
    line-height: unset;
  }
}

.c-headline04 {
  font-size: clamp(
    1.25rem,
    1.13vw + 0.98515625rem,
    2rem
  );
  font-weight: 400;
  line-height: 1.5em; /* 30px */
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .c-headline04 {
    font-weight: 700;
    letter-spacing: 1.6px;
  }
}

.c-Button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 0.625rem;
  background-image: url(../images/icon/button-red.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s opacity ease;
}
@media (hover: hover) {
  .c-Button:hover {
    opacity: 0.7;
  }
}

.c-Button-White {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  background-image: url(../images/icon/button-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s opacity ease;
}
@media (hover: none) {
  .c-Button-White:active {
    opacity: 0.7;
  }
}
@media (hover: hover) {
  .c-Button-White:hover {
    opacity: 0.7;
  }
}

.c-Button__Text,
.c-Button__Text-Footer,
.c-Button__Text-Sticky {
  display: block;
  position: relative;
  transform: translateX(-5%);
  font-weight: 500;
  line-height: 1.5em; /* 24px */
  letter-spacing: 0;
}
.c-Button__Text::before,
.c-Button__Text-Footer::before,
.c-Button__Text-Sticky::before {
  position: absolute;
  top: 50%;
  right: -1.5625rem;
  transform: translate(-50%, -50%);
  width: 0.75rem;
  aspect-ratio: 0.5;
  background-image: url(../images/icon/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.c-Button__Text-Footer {
  transform: translateX(-14%);
  letter-spacing: 0;
}
.c-Button__Text-Footer::before {
  right: -2.25rem;
}
@media screen and (min-width: 568px) {
  .c-Button__Text-Footer {
    transform: translateX(-5%);
  }
  .c-Button__Text-Footer::before {
    right: -18%;
  }
}

.c-Button-Outline {
  width: 25rem;
  padding-block: 1.5rem;
  border: 1px solid #ffffff;
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 6.4px;
  position: relative;
}
.c-Button-Outline::before {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 1rem;
  aspect-ratio: 1;
  background-color: #ffffff;
  -webkit-mask-image: url(../images/icon/arrow.svg);
          mask-image: url(../images/icon/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  content: "";
}
@media (hover: hover) {
  .c-Button-Outline:hover {
    background-color: #ffffff;
    color: #333333;
  }
  .c-Button-Outline:hover::before {
    background-color: #333333;
  }
}

.c-Button__Container {
  width: min(f-rem-contentsWrap-basedMargin(150px), 100%);
}

.mo-DrawerSP-IsOpen {
  overflow-y: hidden;
}

.mo-DrawerSP {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: auto;
  opacity: 0;
}
@media screen and (min-width: 480px) {
  .mo-DrawerSP {
    width: 375px;
    transform: translateX(100%);
  }
}
@media screen and (min-width: 1000px) {
  .mo-DrawerSP {
    margin-left: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    width: unset;
    height: inherit;
    transform: unset;
    overflow-y: unset;
    opacity: 1;
  }
}
.mo-DrawerSP-IsOpen .mo-DrawerSP {
  transform: translateX(0);
  opacity: 1;
}

.mo-Burger {
  position: absolute;
  right: 20px;
}
@media screen and (min-width: 1000px) {
  .mo-Burger {
    display: none;
  }
}
@media (hover: hover) {
  .mo-Burger:hover {
    cursor: pointer;
  }
}

.mo-Burger__Icon {
  width: 28px;
  height: 30px;
  position: relative;
  z-index: 101;
}

.mo-Burger__Line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  z-index: 102;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: background-color 0.5s ease;
}
.mo-Burger__Line::before, .mo-Burger__Line::after {
  position: absolute;
  right: 0;
  content: "";
  height: 2px;
  background-color: #333333;
  transition: 0.3s ease transform;
}
.mo-Burger__Line::before {
  width: 1.75rem;
  top: -0.25rem;
}
.mo-Burger__Line::after {
  width: 0.75rem;
  top: 0.25rem;
}
.mo-DrawerSP-IsOpen .mo-Burger__Line {
  background-color: transparent;
}
.mo-DrawerSP-IsOpen .mo-Burger__Line::before {
  width: 1.375rem;
  top: 50%;
  background-color: #333333;
  transform: translateY(-50%) rotate(45deg);
}
.mo-DrawerSP-IsOpen .mo-Burger__Line::after {
  width: 1.375rem;
  top: 50%;
  background-color: #333333;
  transform: translateY(-50%) rotate(-45deg);
}

.mo-DrawerSP-IsOpen .mo-DrawerSP__Layer {
  display: block;
  background-color: rgba(51, 51, 51, 0.9);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (min-width: 1000px) {
  .mo-DrawerSP__Layer {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .mo-DrawerSP__LogoWrap {
    display: none;
  }
}

.mo-DrawerSP__NavWrap {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .mo-DrawerSP__NavWrap {
    width: unset;
    height: inherit;
  }
}

@media screen and (min-width: 1000px) {
  .mo-DrawerSP__NavList {
    height: 100%;
  }
}

.mo-DrawerSPLogo {
  width: 268px;
  aspect-ratio: 8.9333333333;
}

.u-TextGradation {
  background-image: linear-gradient(90deg, #bf1515, #590a0a);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-TextUpperCase {
  text-transform: uppercase;
}

.u-TextBold {
  font-weight: 700;
}

.u-TextRed {
  color: #bf1515;
  font-weight: 700;
}

.u-ShowUnder-B_Header {
  display: block;
}
@media (min-width: 1000px) {
  .u-ShowUnder-B_Header {
    display: none;
  }
}

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

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

.u-animated__edgeFadeIn {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
}
.u-animated__edgeFadeIn.js-edgeFadeIn {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.u-animated__riseFadeIn {
  opacity: 0;
  translate: 0 60px;
  transition: opacity 0.5s ease, translate 0.5s ease;
}
.u-animated__riseFadeIn.js-riseFadeIn {
  opacity: 1;
  translate: 0 0px;
}

.pp-Header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 1000px) {
  .pp-Header {
    height: 80px;
  }
}

.pp-Header__Container {
  margin-inline: auto;
  padding-inline: 5.3333333333%;
  margin-inline: auto;
  height: inherit;
  display: flex;
  align-items: center;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .pp-Header__Container {
    max-width: 86.5rem;
    padding-inline: clamp(
    1.25rem,
    1.49vw + 0.5348rem,
    1.875rem
  );
  }
}

.pp-Header__LogoWrap {
  margin-left: 2px;
  display: flex;
  align-items: center;
}

.pp-Header__LogoLink {
  width: 4.75rem;
  aspect-ratio: 1.8780487805;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s opacity ease;
}
@media screen and (min-width: 1000px) {
  .pp-Header__LogoLink {
    width: 7.625rem;
    aspect-ratio: 1.8484848485;
  }
}
@media (hover: hover) {
  .pp-Header__LogoLink:hover {
    opacity: 0.7;
  }
}

.pp-Header__LogoSPLink {
  width: 66px;
  aspect-ratio: 2.2;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s opacity ease;
}
@media screen and (min-width: 1000px) {
  .pp-Header__LogoSPLink {
    width: 7.625rem;
    aspect-ratio: 1.8484848485;
  }
}
@media screen and (min-width: 1000px) {
  .pp-Header__LogoSPLink {
    display: none;
  }
}
@media (hover: hover) {
  .pp-Header__LogoSPLink:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1000px) {
  .pp-Header__DrawerWrap {
    margin-left: auto;
    padding-block: unset;
  }
}

.pp-Header__DrawerTitle {
  width: 100%;
  height: 2.5rem;
  background-color: #ffffff;
  padding-inline: 1.25rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .pp-Header__DrawerTitle {
    height: 5rem;
  }
}
@media screen and (min-width: 1000px) {
  .pp-Header__DrawerTitle {
    display: contents;
    padding-inline: unset;
    align-items: unset;
    background-color: unset;
  }
}

.pp-Header__NavWrap {
  padding-block: 2.5rem 4.3125rem;
  height: 41.25rem;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .pp-Header__NavWrap {
    height: inherit;
    padding-block: 0 0;
    background-color: unset;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    flex-direction: row;
  }
}

.pp-Header__NavList {
  width: 16.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
  -moz-column-gap: clamp(
    1.5625rem,
    0.19vw + 1.51796875rem,
    1.6875rem
  );
       column-gap: clamp(
    1.5625rem,
    0.19vw + 1.51796875rem,
    1.6875rem
  );
  color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .pp-Header__NavList {
    width: unset;
    align-items: center;
    margin-left: auto;
    flex-direction: row;
    color: #333333;
  }
}

.pp-Header__NavItem,
.pp-Header__NavDropdown {
  transition: 0.3s all ease;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .pp-Header__NavItem,
.pp-Header__NavDropdown {
    font-weight: 500;
    line-height: 1.5em; /* 150% */
    letter-spacing: 0;
  }
}
@media (hover: hover) {
  .pp-Header__NavItem:hover,
.pp-Header__NavDropdown:hover {
    color: #bf1515;
  }
}

.pp-Header__NavDropdownWrap {
  position: relative;
}

.pp-Header__NavDropdown {
  position: relative;
}
.pp-Header__NavDropdown::before {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translate(50%, -50%);
  width: 1rem;
  aspect-ratio: 1;
  background-color: #ffffff;
  -webkit-mask-image: url(../images/icon/arrow-down.svg);
          mask-image: url(../images/icon/arrow-down.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  content: "";
  transition: background-color 0.3s ease rotate 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .pp-Header__NavDropdown::before {
    right: -1.125rem;
    background-color: #333333;
  }
}
@media (hover: hover) {
  .pp-Header__NavDropdown:hover::before {
    background-color: #bf1515;
    transform: translate(50%, -50%) rotate(180deg);
  }
}

.pp-Header__NavButton {
  flex: 0 0;
  margin-top: 5rem;
  min-width: 12.5rem;
  min-height: 2.5rem;
  padding-block: 7px 8px;
}
@media screen and (min-width: 1000px) {
  .pp-Header__NavButton {
    margin-top: unset;
    margin-left: clamp(
    1.875rem,
    3.38vw + 1.0828125rem,
    4.125rem
  );
    min-width: 11.75rem;
  }
}

.pp-Header__NavItem {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5; /* 24px */
}
.pp-Header__NavItem::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  content: "";
}
@media screen and (min-width: 1000px) {
  .pp-Header__NavItem {
    color: #333333;
  }
  .pp-Header__NavItem::before {
    content: unset;
  }
}

.pp-Header__SubListBlock {
  display: none;
  -webkit-animation: fadeIn 0.3s ease forwards;
          animation: fadeIn 0.3s ease forwards;
}
.pp-Header__SubListBlock.js-edgeFadeIn {
  display: block;
}
@media screen and (min-width: 1000px) {
  .pp-Header__SubListBlock {
    padding-top: 2.5rem;
    position: absolute;
    bottom: -130px;
    left: 2%;
    z-index: 100;
    z-index: 100;
  }
}

.pp-Header__SubListWrap {
  width: 100%;
  padding-block: 1rem;
  -webkit-animation: fadeIn 0.3s ease forwards;
          animation: fadeIn 0.3s ease forwards;
}
@media screen and (min-width: 1000px) {
  .pp-Header__SubListWrap {
    width: 22rem;
    background: rgba(255, 255, 255, 0.8);
    padding-block: 1rem;
    padding-inline: 2.1875rem;
    border-radius: 10px;
  }
}

.pp-Header__SubList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0.8125rem 1.25rem;
}

.pp-Header__SubItem {
  position: relative;
  z-index: auto;
}

.pp-Header__SubLink {
  position: relative;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffffff;
}
.pp-Header__SubLink::before {
  position: absolute;
  bottom: -1%;
  left: 0;
  width: 0%;
  height: 1px;
  background-image: linear-gradient(90deg, #bf1515, #590a0a);
  content: "";
  transition: width 0.3s ease;
}
@media (hover: hover) {
  .pp-Header__SubLink:hover {
    color: #ffffff;
  }
  .pp-Header__SubLink:hover::before {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .pp-Header__SubLink {
    color: #333333;
  }
}
@media screen and (min-width: 1000px) and (hover: hover) {
  .pp-Header__SubLink:hover {
    color: #333333;
  }
  .pp-Header__SubLink:hover::before {
    width: 100%;
  }
}

.pp-Footer {
  background-color: #f5f5f5;
}

.pp-Footer__Container {
  padding-inline: 5.3333333333%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pp-Footer__Container {
    max-width: 86.5rem;
    padding-inline: clamp(
    1.25rem,
    1.49vw + 0.5348rem,
    1.875rem
  );
  }
}

.pp-Footer__Upper {
  padding-block: 5rem;
}
@media screen and (min-width: 568px) {
  .pp-Footer__Upper {
    padding-block: 5.125rem 5.5rem;
  }
}
@media screen and (min-width: 1921px) {
  .pp-Footer__Upper {
    padding-block: clamp(
    5.1875rem,
    5.83vw + -0.0595rem,
    6.9375rem
  );
  }
}

.pp-Footer__Layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 568px) {
  .pp-Footer__Layout {
    justify-content: space-between;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .pp-Footer__ImageBlock {
    margin-top: -5rem;
  }
}

.pp-Footer__ImageLink {
  grid-area: FooterImage;
  width: 9rem;
  aspect-ratio: 1.8461538462;
  transition: 0.3s opacity ease;
}
@media (hover: hover) {
  .pp-Footer__ImageLink:hover {
    opacity: 0.7;
  }
}

.pp-Footer__SNSWrap {
  margin-top: clamp(
    0.625rem,
    0.94vw + 0.4046875rem,
    1.25rem
  );
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.0625rem;
       column-gap: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .pp-Footer__SNSWrap {
    justify-content: flex-start;
    margin-left: 4px;
  }
}

.pp-Footer__SnsXWrap {
  display: block;
  width: 1.75rem;
  aspect-ratio: 1;
  -webkit-mask-image: url(../images/icon/sns-x.svg);
          mask-image: url(../images/icon/sns-x.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #333333;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .pp-Footer__SnsXWrap:hover {
    background-color: red;
  }
}

.pp-Footer__InstaWrap {
  display: block;
  width: 1.75rem;
  aspect-ratio: 1;
  -webkit-mask-image: url(../images/icon/sns-instagram.svg);
          mask-image: url(../images/icon/sns-instagram.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #333333;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .pp-Footer__InstaWrap:hover {
    background-color: red;
  }
}

.pp-Footer__YoutubeWrap {
  display: block;
  width: 1.75rem;
  aspect-ratio: 1;
  -webkit-mask-image: url(../images/icon/sns-youtube.svg);
          mask-image: url(../images/icon/sns-youtube.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #333333;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .pp-Footer__YoutubeWrap:hover {
    background-color: red;
  }
}

.pp-Footer__NavList {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, auto);
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 0.5625rem;
  grid-template-areas: "Item01 Item05" "Item02 Item06" "Item03 Item07" "Item04 ." "Item08 Item08";
  align-items: center;
  font-size: clamp(
    0.875rem,
    0.19vw + 0.83046875rem,
    1rem
  );
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (min-width: 568px) {
  .pp-Footer__NavList {
    margin-top: unset;
    width: 22.25rem;
    grid-template-rows: repeat(4, auto);
    row-gap: unset;
    grid-template-areas: "Item02 Item06 " "Item03 Item07" "Item04 Item08" "Item05 Item08";
  }
}

.pp-Footer__NavItem01 {
  grid-area: Item01;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5; /* 21px */
  text-transform: uppercase;
}
@media screen and (min-width: 568px) {
  .pp-Footer__NavItem01 {
    display: none;
  }
}

.pp-Footer__NavItem02 {
  grid-area: Item02;
}

.pp-Footer__NavItem03 {
  grid-area: Item03;
}

.pp-Footer__NavItem04 {
  grid-area: Item04;
}

.pp-Footer__NavItem05 {
  grid-area: Item05;
}

.pp-Footer__NavItem06 {
  grid-area: Item06;
}

.pp-Footer__NavItem07 {
  grid-area: Item07;
}

.pp-Footer__NavItem08 {
  grid-area: Item08;
  margin-top: 1.5rem;
  justify-self: center;
  align-self: center;
  letter-spacing: 0;
}
@media screen and (min-width: 568px) {
  .pp-Footer__NavItem08 {
    justify-self: flex-start;
    align-self: flex-end;
  }
}

.pp-Footer__NavButton {
  min-width: 12.625rem;
  aspect-ratio: 4.5238095238;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .pp-Footer__NavButton {
    min-width: 11.875rem;
    aspect-ratio: unset;
    min-height: 2.4375rem;
  }
}

.pp-Footer__NavLink {
  padding-block: 0.3125rem;
  font-weight: 500;
  line-height: 1.5em; /* 24px */
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .pp-Footer__NavLink:hover {
    color: #bf1515;
  }
}

.pp-Footer__ButtonWrap {
  margin-top: 0.9375rem;
  display: flex;
  -moz-column-gap: clamp(
    1.25rem,
    7.14vw + -0.4234375rem,
    6rem
  );
       column-gap: clamp(
    1.25rem,
    7.14vw + -0.4234375rem,
    6rem
  );
}
@media screen and (min-width: 1921px) {
  .pp-Footer__ButtonWrap {
    margin-top: clamp(
    0.9375rem,
    1.04vw + 0.0015rem,
    1.25rem
  );
  }
}

.pp-Footer__Button {
  padding-block: 0.5rem;
  padding-inline: 3.75rem;
  border-radius: 39px;
  border: 1px solid #131313;
  background: #ffffff;
  color: #131313;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 2em; /* 200% */
  letter-spacing: 1.2px;
}
@media screen and (min-width: 1921px) {
  .pp-Footer__Button {
    padding-block: clamp(
    0.5rem,
    0.63vw + -0.067rem,
    0.6875rem
  );
    padding-inline: clamp(
    3.75rem,
    4.17vw + -0.003rem,
    5rem
  );
    font-size: clamp(
    1.5rem,
    1.67vw + -0.003rem,
    2rem
  );
  }
}

.pp-Footer__Lower {
  padding-block: 0.75rem 0.8125rem;
  background-color: #333333;
  color: #ffffff;
}
@media screen and (min-width: 568px) {
  .pp-Footer__Lower {
    padding-block: 1.4375rem;
  }
}

.pp-Footer__LowerContainer {
  padding-inline: 5.3333333333%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .pp-Footer__LowerContainer {
    max-width: 86.5rem;
    padding-inline: clamp(
    1.25rem,
    1.49vw + 0.5348rem,
    1.875rem
  );
  }
}
@media screen and (min-width: 568px) {
  .pp-Footer__LowerContainer {
    flex-direction: row;
    justify-content: space-between;
  }
}

.pp-Footer__LowerList {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (min-width: 568px) {
  .pp-Footer__LowerList {
    flex-direction: row;
  }
}

.pp-Footer__LowerItem {
  padding-inline: clamp(
    1.25rem,
    0.47vw + 1.13984375rem,
    1.5625rem
  );
  border-right: 1px solid #ffffff;
  letter-spacing: 0;
}
.pp-Footer__LowerItem:last-child {
  border-right: unset;
}
@media screen and (min-width: 568px) {
  .pp-Footer__LowerItem {
    font-weight: 400;
    letter-spacing: unset;
  }
}

.pp-Footer__LowerLink {
  font-size: clamp(
    0.625rem,
    0.23vw + 0.54335rem,
    0.75rem
  );
  font-weight: 500;
  line-height: 1.5em; /* 15px */
  position: relative;
  transition: opacity 0.3s ease;
}
.pp-Footer__LowerLink::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1;
  height: 1.5em;
  background-color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (hover: hover) {
  .pp-Footer__LowerLink:hover {
    opacity: 0.7;
  }
}

.pp-Footer__AreaCopy {
  text-align: center;
  color: #fff;
  font-size: 8px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pp-Footer__AreaCopy {
    font-size: 12px;
    font-weight: 400;
  }
}

.pp-StickyWrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 6.25rem;
  background-color: rgba(51, 51, 51, 0.6);
  display: grid;
  place-content: center;
  opacity: 0;
}
@media screen and (min-width: 568px) {
  .pp-StickyWrap {
    display: none;
  }
}

.pp-Sticky__Button {
  width: 16.5rem;
  aspect-ratio: 4.4;
  background-color: #bf1515;
  box-shadow: 0 4px 4px #333;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media (hover: hover) {
  .pp-Sticky__Button:hover {
    box-shadow: unset;
    transform: translateY(4px);
  }
}

.pp-Sticky__Text {
  transform: translateX(-15px);
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5; /* 30px */
  letter-spacing: 0;
  position: relative;
}

.pf-Hero__CaptionLine-02Wrap span span {
  display: inline-block;
  transform: translateY(10px);
}

.pf-Hero {
  position: relative;
}

/* ====================================== //
// Set Swiper
// ====================================== */
.pf-Hero__SwiperWrap {
  width: 100%;
  aspect-ratio: 1.6;
  position: relative;
}

.pf-Hero-BgImage {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.6;
}

.swiper-slide-active .pf-Hero__Image img {
  -webkit-animation: zoomhero 10s linear 0s normal both;
          animation: zoomhero 10s linear 0s normal both;
}

@-webkit-keyframes zoomhero {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

@keyframes zoomhero {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
/* ====================================== //
// Set pf-Hero__CaptionWrap
// ====================================== */
.pf-Hero__Container {
  display: contents;
}
@media screen and (min-width: 1440px) {
  .pf-Hero__Container {
    padding-inline: 5.3333333333%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1440px) and (min-width: 768px) {
  .pf-Hero__Container {
    max-width: 93.75rem;
    padding-inline: clamp(
    1.25rem,
    1.49vw + 0.5348rem,
    1.875rem
  );
  }
}

.pf-Hero__CaptionBG {
  position: absolute;
  bottom: 29%;
  left: 0;
  transform: translateY(59%);
  z-index: 5;
  width: clamp(
    22.1875rem,
    38.31vw + 13.20859375rem,
    47.6875rem
  );
  aspect-ratio: 1.3446969697;
  background-image: url(../images/pages/front/hero-accent-bg-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 73.5% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 73.5% 100%, 0 100%);
  padding-left: 5%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .pf-Hero__CaptionBG {
    bottom: 50%;
    width: clamp(
    28.125rem,
    46.43vw + 5.8386rem,
    47.625rem
  );
    aspect-ratio: 1.3439153439;
    background-image: url(../images/pages/front/hero-accent-bg-pc.png);
    padding-top: clamp(
    1.875rem,
    8.93vw + -2.4114rem,
    5.625rem
  );
    padding-bottom: clamp(
    1.875rem,
    12.5vw + -4.125rem,
    7.125rem
  );
    padding-left: clamp(
    1.25rem,
    5.65vw + -1.462rem,
    3.625rem
  );
    -webkit-clip-path: polygon(0 0, 100% 0, 73.5% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 73.5% 100%, 0 100%);
  }
}
@media screen and (min-width: 1441px) {
  .pf-Hero__CaptionBG {
    width: 52.9861111111%;
  }
}

.pf-Hero__CaptionLine-01 {
  width: 18.75rem;
  aspect-ratio: 7.3170731707;
  background-image: url(../images/pages/front/hero-line-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  padding-left: 0.625rem;
  color: #ffffff;
  font-size: clamp(
    0.875rem,
    0vw + 0.875rem,
    0.875rem
  );
  font-weight: 700;
  line-height: 1.5; /* 21px */
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .pf-Hero__CaptionLine-01 {
    width: clamp(
    23.75rem,
    23.66vw + 12.3932rem,
    33.6875rem
  );
    aspect-ratio: 9.2931034483;
    background-image: url(../images/pages/front/hero-line-pc.png);
    font-size: clamp(
    1.125rem,
    1.04vw + 0.6258rem,
    1.5625rem
  );
    font-weight: 700;
    line-height: 1.5; /* 37.5px */
  }
}
@media screen and (min-width: 1441px) {
  .pf-Hero__CaptionLine-01 {
    width: 37.4305555556vw;
    font-size: 1.7361111111vw;
  }
}

.pf-Hero__CaptionLine-02Wrap {
  margin-top: 0.5625rem;
  color: #ffffff;
  font-size: clamp(
    2rem,
    0vw + 2rem,
    2rem
  );
  font-weight: 700;
  line-height: 1.2; /* 72px */
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .pf-Hero__CaptionLine-02Wrap {
    margin-top: unset;
    font-size: clamp(
    2.375rem,
    3.27vw + 0.8054rem,
    3.75rem
  );
    padding-left: 3px;
  }
}
@media screen and (min-width: 1441px) {
  .pf-Hero__CaptionLine-02Wrap {
    font-size: 4.1666666667vw;
  }
}

.pf-CaptionLine-02-01,
.pf-CaptionLine-02-02 {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .pf-CaptionLine-02-02 {
    margin-top: 0.625rem;
  }
}

.pf-Hero__TextNomal {
  transform: translate(0%, 14%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
}

.pf-Hero__TextSmall-01,
.pf-Hero__TextSmall-02,
.pf-Hero__TextSmall-03 {
  font-size: 0.5em;
}
@media screen and (min-width: 768px) {
  .pf-Hero__TextSmall-01,
.pf-Hero__TextSmall-02,
.pf-Hero__TextSmall-03 {
    font-size: 0.6666666667em;
  }
}

.pf-Hero__TextSmall-01 {
  transform: translate(11%, 59%);
}
@media screen and (min-width: 768px) {
  .pf-Hero__TextSmall-01 {
    transform: translate(11%, 40%);
  }
}

.pf-Hero__TextSmall-02 {
  transform: translate(48%, 60%);
}
@media screen and (min-width: 768px) {
  .pf-Hero__TextSmall-02 {
    transform: translate(44%, 40%);
  }
}

.pf-Hero__TextSmall-03 {
  transform: translate(2%, 58%);
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .pf-Hero__TextSmall-03 {
    transform: translate(2%, 37%);
    letter-spacing: 3px;
  }
}

.pf-Hero__TextHandwrite-01,
.pf-Hero__TextHandwrite-02 {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .pf-Hero__TextHandwrite-01,
.pf-Hero__TextHandwrite-02 {
    font-size: 1.3333333333em;
  }
}

.pf-Hero__TextHandwrite-01 {
  transform: translate(1%, 11%) rotate(-3.07deg);
  letter-spacing: -5.83px;
}
@media screen and (min-width: 768px) {
  .pf-Hero__TextHandwrite-01 {
    transform: translate(1%, 4%) rotate(-3.07deg);
    letter-spacing: -21.4px;
  }
}

.pf-Hero__TextHandwrite-02 {
  transform: translate(4%, 11%) rotate(-3deg);
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .pf-Hero__TextHandwrite-02 {
    transform: translate(4%, -7%) rotate(-3.07deg);
  }
}

.pf-Hero__Button {
  margin-top: 1.375rem;
  min-width: clamp(
    12.5rem,
    9.39vw + 10.29921875rem,
    18.75rem
  );
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 5;
  font-weight: 700;
  line-height: 1.5; /* 30px */
}
@media screen and (min-width: 768px) {
  .pf-Hero__Button {
    margin-top: clamp(
    1.875rem,
    1.49vw + 1.1598rem,
    2.5rem
  );
    aspect-ratio: 5;
    padding-block: 0.5625rem 0.5625rem;
    padding-inline: 1.5625rem 2.3125rem;
    font-size: 20px;
  }
}
@media screen and (min-width: 1441px) {
  .pf-Hero__Button {
    margin-top: 2.7777777778vw;
    min-width: 20.8333333333vw;
    aspect-ratio: 5;
    font-size: 1.3888888889vw;
  }
}

.c-Button__Text-Hero-pc {
  font-size: clamp(
    0.875rem,
    0.56vw + 0.74375rem,
    1.25rem
  );
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 0;
  transform: translateX(-14%);
}
.c-Button__Text-Hero-pc::before {
  position: absolute;
  top: 50%;
  right: -32%;
  transform: translate(-50%, -50%);
  width: 0.75rem;
  aspect-ratio: 0.5;
  background-color: #333333;
  -webkit-mask-image: url(../images/icon/arrow-right.svg);
          mask-image: url(../images/icon/arrow-right.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-Button__Text-Hero-pc {
    transform: translateX(-4%);
    font-size: 1.3888888889vw;
    font-weight: 700;
  }
  .c-Button__Text-Hero-pc::before {
    right: -25%;
    width: 0.8333333333vw;
  }
}
/* ====================================== //
// Set Swiper
// ====================================== */
.pf-FocusWrap {
  background-color: #ffffff;
}

.pf-Focus {
  position: relative;
  padding-block: clamp(
    2.5rem,
    3.76vw + 1.61875rem,
    5rem
  ) clamp(
    2.625rem,
    6.2vw + 1.171875rem,
    6.75rem
  );
  background-image: url(../images/pages/front/focus-bg.jpg);
  background-color: rgba(51, 51, 51, 0.4);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14.4vw), 50% 100%, 0 calc(100% - 14.4vw));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14.4vw), 50% 100%, 0 calc(100% - 14.4vw));
}
@media screen and (min-width: 768px) {
  .pf-Focus {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.4vw), 50% 100%, 0 calc(100% - 7.4vw));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.4vw), 50% 100%, 0 calc(100% - 7.4vw));
  }
}

.pf-Focus__Container {
  padding-inline: 5.3333333333%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pf-Focus__Container {
    max-width: 71.25rem;
    padding-inline: clamp(
    1.25rem,
    1.49vw + 0.5348rem,
    1.875rem
  );
  }
}

.pf-Focus__Title {
  color: #ffffff;
  font-size: clamp(
    1.5rem,
    2.25vw + 0.97265625rem,
    3rem
  );
  font-weight: 500;
  line-height: 1.5em; /* 72px */
  letter-spacing: 0;
}

.pf-Focus__Intro {
  margin-top: 1.25rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5em; /* 24px */
  letter-spacing: 0.1em;
}

.pf-Focus__List {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .pf-Focus__List {
    flex-direction: row;
    gap: 2rem;
  }
}

.pf-Focus__Item {
  width: 80%;
  background-color: #ffffff;
  padding-block: clamp(
    1.3125rem,
    1.78vw + 0.8953125rem,
    2.5rem
  );
  padding-inline: 2.6875rem;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .pf-Focus__Item {
    padding-inline: clamp(
    1.25rem,
    1.88vw + 0.809375rem,
    2.5rem
  );
  }
}

.pf-Focus__ImageWrap {
  width: clamp(
    6.25rem,
    1.78vw + 5.8328125rem,
    7.4375rem
  );
  margin-inline: auto;
}

.pf-Focus__NumberWrap {
  margin-top: 0.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .pf-Focus__NumberWrap {
    margin-top: -0.75rem;
  }
}

.pf-Focus__Number {
  text-align: center;
  font-family: Montserrat;
  font-size: clamp(
    5rem,
    3.76vw + 4.11875rem,
    7.5rem
  );
  font-weight: 700;
  line-height: 1.5em; /* 180px */
  letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
  .pf-Focus__Number {
    letter-spacing: 6px;
    font-size: clamp(
    3.75rem,
    8.93vw + -0.5364rem,
    7.5rem
  );
  }
}

.pf-Focus__Number03 {
  padding-left: 0.375rem;
  padding-right: 0rem;
}
@media screen and (min-width: 768px) {
  .pf-Focus__Number03 {
    padding-left: clamp(
    0rem,
    8.33vw + -3.9984rem,
    3.5rem
  );
    padding-right: 0.25rem;
  }
}

.pf-Focus__Credit,
.pf-Focus__Credit02 {
  margin-top: 28px;
  padding-left: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(
    2rem,
    0.75vw + 1.82421875rem,
    2.5rem
  );
  font-weight: 900;
  line-height: 1.5em; /* 60px */
}
@media screen and (min-width: 768px) {
  .pf-Focus__Credit,
.pf-Focus__Credit02 {
    margin-top: 26px;
    font-size: clamp(
    1.875rem,
    1.49vw + 1.1598rem,
    2.5rem
  );
    letter-spacing: 4px;
  }
}

.pf-Focus__Note {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .pf-Focus__Note {
    font-size: clamp(
    1.375rem,
    0.19vw + 1.33046875rem,
    1.5rem
  );
  }
}

.pf-Focus__Highlight {
  position: relative;
}
.pf-Focus__Highlight::before {
  position: absolute;
  top: -0.375rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(
    0.3125rem,
    0.47vw + 0.20234375rem,
    0.625rem
  );
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #bf1515;
  content: "";
}
@media screen and (min-width: 768px) {
  .pf-Focus__Highlight::before {
    top: 0rem;
  }
}

.pf-Service {
  padding-block: clamp(
    5rem,
    4.69vw + 3.90078125rem,
    8.125rem
  ) clamp(
    5rem,
    4.69vw + 3.90078125rem,
    8.125rem
  );
  background-image: url(../images/pages/front/service-bg-sp.png);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .pf-Service {
    background-image: url(../images/pages/front/service-bg-pc.png);
  }
}

.pf-Service__Container {
  padding-inline: 5.3333333333%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pf-Service__Container {
    max-width: 86.5rem;
    padding-inline: clamp(
    1.25rem,
    1.49vw + 0.5348rem,
    1.875rem
  );
  }
}

.pf-Service__Body {
  margin-top: clamp(
    2.5rem,
    3.76vw + 1.61875rem,
    5rem
  );
  margin-inline: auto;
  max-width: 67.5rem;
}

.pf-Service__ArticleWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pf-Service__ArticleWrap:not(:first-child):not(:first-child) {
  margin-top: clamp(
    2.5rem,
    5.63vw + 1.18046875rem,
    6.25rem
  );
}
@media screen and (min-width: 768px) {
  .pf-Service__ArticleWrap {
    flex-direction: row;
    -moz-column-gap: clamp(
    1.875rem,
    8.18vw + -2.0514rem,
    5.3125rem
  );
         column-gap: clamp(
    1.875rem,
    8.18vw + -2.0514rem,
    5.3125rem
  );
  }
  .pf-Service__ArticleWrap:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

.pf-Service__ImageWrap {
  width: 78%;
  aspect-ratio: 1.32;
}
@media screen and (min-width: 768px) {
  .pf-Service__ImageWrap {
    width: 31.25rem;
    flex-basis: 31.25rem;
    aspect-ratio: 1.3888888889;
  }
}

.pf-Service__TextBlock {
  margin-top: 0.75rem;
  margin-inline: auto;
  padding-left: 3px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .pf-Service__TextBlock {
    width: unset;
    margin-top: unset;
    margin-inline: unset;
    padding-left: unset;
  }
}

.pf-Service__TextWrap {
  margin-top: clamp(
    0.625rem,
    0.94vw + 0.4046875rem,
    1.25rem
  );
  max-width: 30.9375rem;
  font-weight: 400;
  line-height: 1.5; /* 24px */
  letter-spacing: 0;
}
.pf-Service__TextWrap p:not(:first-child) {
  margin-top: 1.5rem;
}

.pf-CTA {
  position: relative;
  height: 22.8125rem;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pf-CTA {
    height: 26.375rem;
  }
}

.pf-CTA__BgImage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 128px);
  background-image: linear-gradient(95deg, rgba(191, 21, 21, 0.8) 0%, rgba(89, 10, 10, 0.8) 100%), url(../images/pages/front/cta-bg-sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
@media screen and (min-width: 768px) {
  .pf-CTA__BgImage {
    aspect-ratio: 1.6;
    height: 550px;
    top: 0;
    background: linear-gradient(95deg, rgba(191, 21, 21, 0.8) 0%, rgba(89, 10, 10, 0.8) 100%), url(../images/pages/front/cta-bg-pc.jpg) lightgray 50%/cover no-repeat;
  }
}

.pf-CTA__Container {
  position: relative;
  z-index: 1;
  padding-inline: 5.3333333333%;
  margin-inline: auto;
  padding-block: clamp(
    5rem,
    1.88vw + 4.559375rem,
    6.25rem
  ) clamp(
    5rem,
    1.88vw + 4.559375rem,
    6.25rem
  );
}
@media screen and (min-width: 768px) {
  .pf-CTA__Container {
    max-width: 86.5rem;
    padding-inline: clamp(
    1.25rem,
    1.49vw + 0.5348rem,
    1.875rem
  );
  }
}

.pf-CTA__Title {
  font-size: clamp(
    1.5rem,
    1.13vw + 1.23515625rem,
    2.25rem
  );
  font-weight: 500;
  line-height: 1.5em; /* 54px */
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .pf-CTA__Title {
    word-break: auto-phrase;
    line-break: strict;
    overflow-wrap: break-word;
    text-wrap: pretty;
    letter-spacing: 0em;
  }
}

.pf-CTA__Note {
  margin-top: 0.625rem;
  font-size: clamp(
    0.875rem,
    0.19vw + 0.83046875rem,
    1rem
  );
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.pf-CTA__Notion {
  margin-top: clamp(
    2.375rem,
    0.19vw + 2.33046875rem,
    2.5rem
  );
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(
    0.875rem,
    0.19vw + 0.83046875rem,
    1rem
  );
  font-weight: 500;
  line-height: 1.5em; /* 24px */
  letter-spacing: 0;
  position: relative;
}
.pf-CTA__Notion::before, .pf-CTA__Notion::after {
  position: absolute;
  top: 50%;
  width: 1.25rem;
  height: 1px;
  background-color: #ffffff;
  content: "";
}
.pf-CTA__Notion::before {
  left: -1.125rem;
  transform: translate(-50%, -50%) rotate(50deg);
}
.pf-CTA__Notion::after {
  right: -1.125rem;
  transform: translate(50%, -50%) rotate(-50deg);
}
@media screen and (min-width: 768px) {
  .pf-CTA__Notion::before {
    left: -1.25rem;
    transform: translate(-50%, -50%) rotate(60deg);
  }
  .pf-CTA__Notion::after {
    right: -1.25rem;
    transform: translate(50%, -50%) rotate(-60deg);
  }
}

.pf-CTA__ButtonWrap {
  margin-top: 0.125rem;
  margin-inline: auto;
  width: 12.5rem;
  aspect-ratio: 5;
  display: grid;
  place-content: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  background-image: url(../images/icon/button-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .pf-CTA__ButtonWrap {
    margin-top: 0.625rem;
    width: 18.75rem;
    aspect-ratio: 5;
    background-image: url(../images/icon/button-white.svg);
  }
}

.pf-CTA__ButtonText {
  margin-left: -2rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
}
.pf-CTA__ButtonText::before {
  position: absolute;
  top: 50%;
  right: -4.0625rem;
  transform: translateY(-50%);
  width: 2.875rem;
  aspect-ratio: 2;
  background-color: #333333;
  -webkit-mask-image: url(../images/icon/arrow-right.svg);
          mask-image: url(../images/icon/arrow-right.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 768px) {
  .pf-CTA__ButtonText {
    margin-left: -1.5rem;
    font-weight: 700;
    font-size: 1.25rem;
  }
}

.pf-Support {
  padding-top: clamp(
    5rem,
    4.69vw + 3.90078125rem,
    8.125rem
  );
  padding-bottom: clamp(
    5rem,
    4.69vw + 3.90078125rem,
    8.125rem
  );
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}
.pf-Support::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  content: "";
  -webkit-clip-path: polygon(0 100%, 40% 40%, 100% 40%, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 40% 40%, 100% 40%, 100% 100%, 0 100%);
}

.pf-Support__Container {
  padding-inline: 5.3333333333%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pf-Support__Container {
    max-width: 86.5rem;
    padding-inline: clamp(
    1.25rem,
    1.49vw + 0.5348rem,
    1.875rem
  );
  }
}

.pf-Support__Body {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .pf-Support__Body {
    margin-top: 6.25rem;
  }
}

.pf-Support__List {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(
    2.5rem,
    2.07vw + 2.01484375rem,
    3.875rem
  );
}
@media screen and (min-width: 872px) {
  .pf-Support__List {
    flex-direction: row;
    align-items: flex-start;
    gap: clamp(
    1.25rem,
    7.39vw + -2.77755rem,
    3.875rem
  );
  }
}

@media screen and (min-width: 872px) {
  .pf-Support__Item {
    opacity: 0;
    transform: translateY(30px);
  }
}

.pf-Support__Item {
  max-width: clamp(
    16.5rem,
    34.61vw + 8.38828125rem,
    25rem
  );
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .pf-Support__Item {
    max-width: 25rem;
  }
}
@media screen and (min-width: 872px) {
  .pf-Support__Item:nth-child(1) {
    margin-top: 3.75rem;
  }
  .pf-Support__Item:nth-child(3) {
    margin-top: -3.75rem;
  }
}

.pf-Support__ImageBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1.3004926108;
  position: relative;
}
.pf-Support__ImageBlock::before {
  position: absolute;
  top: -1px;
  left: 50%;
  z-index: 0;
  width: 72%;
  height: 100%;
  background-color: #f5f5f5;
  transform: translateX(-50%) skew(-20deg, 0deg);
  content: "";
}
@media screen and (min-width: 768px) {
  .pf-Support__ImageBlock {
    aspect-ratio: 1.4285714286;
  }
  .pf-Support__ImageBlock::before {
    width: 72%;
    transform: translateX(-50%) skew(-22deg, 0deg);
  }
}

.pf-Support__ImageWrap {
  position: relative;
  width: 13.0525rem;
  aspect-ratio: 1.4604195804;
}
@media screen and (min-width: 768px) {
  .pf-Support__ImageWrap {
    width: 90%;
    aspect-ratio: 1.8;
  }
}

.pf-Support__TextBlock {
  padding-inline: clamp(
    1.0625rem,
    0.28vw + 0.996875rem,
    1.25rem
  );
  padding-bottom: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .pf-Support__TextBlock {
    padding-bottom: 1.875rem;
  }
}

.pf-Support__Number {
  margin-top: -2.5rem;
  margin-left: -0.3125rem;
  color: rgba(255, 255, 255, 0.3);
  font-family: Montserrat;
  font-size: clamp(
    4rem,
    3.38vw + 3.2078125rem,
    6.25rem
  );
  font-style: italic;
  font-weight: 700;
  line-height: 1.2; /* 150px */
}

.pf-Support__Headline03 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em; /* 31.2px */
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .pf-Support__Headline03 {
    margin-top: -0.3125rem;
  }
}

.pf-Support__TextArea {
  margin-top: 1.25rem;
  color: #ffffff;
  line-height: 1.5em; /* 27px */
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .pf-Support__TextArea {
    margin-top: 0.625rem;
  }
}

.pf-Cases {
  padding-top: clamp(
    5rem,
    4.69vw + 3.90078125rem,
    8.125rem
  );
  padding-bottom: clamp(
    5rem,
    4.69vw + 3.90078125rem,
    8.125rem
  );
  background-color: #ffffff;
}

.pf-Cases__Container {
  padding-inline: 5.3333333333%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pf-Cases__Container {
    max-width: 86.5rem;
    padding-inline: clamp(
    1.25rem,
    1.49vw + 0.5348rem,
    1.875rem
  );
  }
}

.pf-Cases__Body {
  margin-top: 2.5rem;
  margin-top: 5.625rem;
}
@media (min-width: 768px) {
  .pf-Cases__Body {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .pf-Cases__Body {
    margin-top: 5rem;
  }
}

.pf-Cases__SwiperWrap {
  position: relative;
}

.pf-Cases__Swiper {
  margin-left: 2.25rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .pf-Cases__Swiper {
    margin-left: auto;
    margin-right: auto;
    width: 81.57%;
  }
}

.pf-CardCases {
  width: 16.5625rem;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .pf-CardCases {
    width: 21.25rem;
  }
}

.pf-CardCases__NoteWrap {
  padding-block: 0.625rem 2.5rem;
  padding-inline: 1rem;
}

.pf-CardCases__Persona {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 0.625rem 0.75rem;
  padding-inline: 0.625rem;
  border-top: 2px solid #bf1515;
  border-bottom: 2px solid #bf1515;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .pf-CardCases__Persona {
    padding-inline: 0.5rem;
    letter-spacing: unset;
  }
}

.pf-CardCases__NoteTitle {
  margin-top: clamp(
    0.625rem,
    0.94vw + 0.4046875rem,
    1.25rem
  );
  font-weight: 700;
  line-height: 1.5; /* 24px */
  letter-spacing: 0;
}

.pf-CardCases__Note {
  margin-top: 0.625rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.pf-CardCases__ImageWrap {
  width: 21.25rem;
  aspect-ratio: 1.0967741935;
}

.pf-Cases__ButtonWrap {
  position: absolute;
  top: -5.7%;
  right: 0;
  transform: translateY(-50%);
  width: 24%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pf-Cases__ButtonWrap {
    top: 44.5%;
    right: unset;
    width: 100%;
  }
}

.pf-Cases__Prev,
.pf-Cases__Next {
  position: relative;
  width: 1.875rem;
  aspect-ratio: 1;
  background-color: #333333;
  border-radius: 50%;
  cursor: pointer;
}
.pf-Cases__Prev::before,
.pf-Cases__Next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.875rem;
  aspect-ratio: 1;
  background-color: #ffffff;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-size: contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .pf-Cases__Prev,
.pf-Cases__Next {
    width: 3.75rem;
  }
  .pf-Cases__Prev::before,
.pf-Cases__Next::before {
    top: 50%;
    width: 3.75rem;
  }
}
@media (hover: hover) {
  .pf-Cases__Prev:hover,
.pf-Cases__Next:hover {
    opacity: 0.7;
  }
}

.pf-Cases__Prev::before {
  -webkit-mask-image: url(../images/icon/case-arrow-left.svg);
          mask-image: url(../images/icon/case-arrow-left.svg);
}

.pf-Cases__Next::before {
  -webkit-mask-image: url(../images/icon/case-arrow-right.svg);
          mask-image: url(../images/icon/case-arrow-right.svg);
}

.pf-Cases__Swiper-Pagination {
  margin-top: clamp(
    1.375rem,
    4.51vw + 0.31796875rem,
    4.375rem
  );
  text-align: center;
}
.pf-Cases__Swiper-Pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 8px;
  border-radius: unset;
  width: 0.625rem;
  height: 0.625rem;
}
@media screen and (min-width: 768px) {
  .pf-Cases__Swiper-Pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px;
  }
}

.pf-Cases__Swiper-Pagination .swiper-pagination-bullet-active {
  background-color: #bf1515;
}

.pf-Flow {
  overflow: hidden;
  padding-top: clamp(
    5rem,
    4.69vw + 3.90078125rem,
    8.125rem
  );
  padding-bottom: clamp(
    5rem,
    4.69vw + 3.90078125rem,
    8.125rem
  );
  background-image: url(../images/pages/front/focus-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .pf-Flow {
    margin-top: -0.5rem;
  }
}

.pf-Flow__Container {
  padding-inline: 5.3333333333%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pf-Flow__Container {
    max-width: 86.5rem;
    padding-inline: clamp(
    1.25rem,
    1.49vw + 0.5348rem,
    1.875rem
  );
  }
}

@media screen and (min-width: 768px) {
  .pf-Flow__BodyArea {
    background-color: #333333;
    margin-right: calc(50% - 50vw);
  }
}

.pf-Flow__Body {
  margin-top: 1.25rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-block: 2.1875rem 0;
  padding-inline: 1.25rem;
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .pf-Flow__Body {
    padding-block: 2.0625rem 0;
    margin-top: 5rem;
    margin-bottom: unset;
    margin-left: unset;
    padding-block: clamp(
    2.5rem,
    18.97vw + -1.94609375rem,
    15.125rem
  ) clamp(
    0rem,
    10.52vw + -2.465625rem,
    7rem
  );
    padding-left: 7.625rem;
  }
}

@media screen and (min-width: 768px) {
  .pf-Flow__ScrollArea {
    overflow-x: auto;
    margin-right: calc(50% - 50vw);
  }
  .pf-Flow__ScrollArea::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pf-Flow__ScrollBlock {
    white-space: nowrap;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
  }
  .pf-Flow__ScrollBlock::-webkit-scrollbar {
    display: none;
  }
}

.pf-Flow__ScrollWrap {
  position: relative;
  z-index: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .pf-Flow__ScrollWrap {
    display: block;
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.pf-Flow__List {
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .pf-Flow__List {
    padding-bottom: unset;
    flex-direction: row;
  }
}

.pf-Flow__Item:not(:first-child) {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .pf-Flow__Item:not(:first-child) {
    margin-top: unset;
  }
}

.pf-Flow__ScrollBar {
  position: absolute;
  top: 0;
  right: 4%;
  z-index: -1;
  width: 2px;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(245, 245, 245, 0.2) 0%, #f5f5f5 46.43%, #bf1515 99.85%);
}
@media screen and (min-width: 768px) {
  .pf-Flow__ScrollBar {
    position: relative;
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    z-index: auto;
    margin-top: 5rem;
    width: 100%;
    height: 8px;
    background-image: linear-gradient(90deg, rgba(245, 245, 245, 0.2) 0%, #f5f5f5 46.43%, #bf1515 99.85%);
  }
}

.pf-FlowCard {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .pf-FlowCard {
    margin-right: 80px; /* アイテム間のスペース */
    width: 1088px; /* 任意の幅 */
    padding-left: 3.25rem;
    padding-right: 1.375rem;
    flex-direction: row;
    flex: 0 0 auto; /* アイテムを固定幅にする */
    justify-content: center;
    align-items: flex-start;
    -moz-column-gap: 0.8125rem;
         column-gap: 0.8125rem;
  }
}

.pf-FlowCard__TextBlock {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .pf-FlowCard__TextBlock {
    margin-inline: auto;
    margin-top: unset;
    max-width: 25.75rem;
  }
}

.pf-FlowCard__Headline03Wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.pf-FlowCard__Headline03 {
  margin-top: 2.5rem;
  margin-left: 3.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #fff;
  font-size: clamp(
    1.5rem,
    1.13vw + 1.23515625rem,
    2.25rem
  );
  font-weight: 500;
  line-height: 150%; /* 54px */
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .pf-FlowCard__Headline03 {
    margin-top: 5.8125rem;
  }
}

.pf-FlowCard__Number {
  display: block;
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(
    5rem,
    11.27vw + 2.35859375rem,
    12.5rem
  );
  font-style: italic;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pf-FlowCard__Number {
    top: 50%;
    left: -21%;
  }
}

.pf-FlowCard__TextAreaWrap {
  margin-top: 41px;
  margin-inline: auto;
  width: 79.3%;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .pf-FlowCard__TextAreaWrap {
    margin-top: 87px;
    width: 80%;
    font-size: 16px;
    letter-spacing: normal;
  }
}

.pf-FlowCard__Notion {
  display: block;
  margin-top: 5.375rem;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0px;
}

.pf-FlowCard__TextArea {
  margin-top: 1.25rem;
  line-height: 150%; /* 24px */
  letter-spacing: 0px;
}
@media screen and (min-width: 768px) {
  .pf-FlowCard__TextArea {
    margin-top: 0.4375rem;
  }
}

.pf-FlowCard__ImageWrap {
  position: relative;
  z-index: 0;
  width: 20.125rem;
  aspect-ratio: 1.6770833333;
}
.pf-FlowCard__ImageWrap::before {
  position: absolute;
  top: 0.625rem;
  left: 2.375rem;
  transform: skew(-15deg, 0);
  z-index: -1;
  width: 84%;
  height: 99%;
  background-color: #ffffff;
  content: "";
}
@media screen and (min-width: 768px) {
  .pf-FlowCard__ImageWrap {
    width: 31.25rem;
    aspect-ratio: 1.25;
  }
  .pf-FlowCard__ImageWrap::before {
    position: absolute;
    top: 1.25rem;
    left: 3.75rem;
    transform: skew(-11deg, 0);
    z-index: -1;
    width: 84%;
    height: 100%;
    background-color: #ffffff;
    content: "";
  }
}

.pf-FlowCard__P-MarginTop {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .pf-FlowCard__P-MarginTop {
    margin-top: unset;
  }
}

.pf-FAQ {
  padding-top: clamp(
    5rem,
    4.69vw + 3.90078125rem,
    8.125rem
  );
  padding-bottom: clamp(
    5rem,
    4.69vw + 3.90078125rem,
    8.125rem
  );
  background-color: #f5f5f5;
}

.pf-FAQ__Container {
  padding-inline: 5.3333333333%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pf-FAQ__Container {
    max-width: 86.5rem;
    padding-inline: clamp(
    1.25rem,
    1.49vw + 0.5348rem,
    1.875rem
  );
  }
}

.pf-FAQ__Body {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .pf-FAQ__Body {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .pf-FAQ__Body {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    flex-direction: row;
  }
}

.pf-FAQ__TabList {
  margin-top: 0.125rem;
  flex-basis: 9.375rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .pf-FAQ__TabList {
    margin-top: 0.375rem;
    row-gap: 1.5rem;
  }
}

.pf-FAQ__TabItem {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.pf-FAQ__TabItem::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  transition: 0.3s width ease;
  background-image: linear-gradient(90deg, #bf1515, #590a0a);
  content: "";
}
.pf-FAQ__TabItem.js-DisplayTabPane {
  font-weight: 500;
  pointer-events: none;
}
.pf-FAQ__TabItem.js-DisplayTabPane::before {
  width: 100%;
}
@media (hover: hover) {
  .pf-FAQ__TabItem:hover {
    cursor: pointer;
  }
  .pf-FAQ__TabItem:hover::before {
    width: 100%;
  }
}

.pf-FAQ__TabItem[aria-selected=true]::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  transition: 0.3s width ease;
  background-image: linear-gradient(90deg, #bf1515, #590a0a);
  content: "";
}
.pf-FAQ__TabItem[aria-selected=true]::before {
  width: 100%;
}

.pf-FAQ__TabPanesWrap {
  margin-top: 0.5rem;
  margin-left: auto;
  padding-left: 2.25rem;
}
@media screen and (min-width: 768px) {
  .pf-FAQ__TabPanesWrap {
    margin-top: 0.3125rem;
    padding-left: 3.125rem;
    flex-basis: 50.9375rem;
  }
}

.pf-FAQ__TabPane {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 0.3s ease;
}
.pf-FAQ__TabPane.js-DisplayTabPane {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.pf-FAQ__TabPaneItem:not(:first-child) {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .pf-FAQ__TabPaneItem:not(:first-child) {
    margin-top: 1.25rem;
  }
}

.pf-FAQ__QuestionWrap {
  position: relative;
  display: block;
  padding-block: 1.25rem;
  width: 100%;
}
.pf-FAQ__QuestionWrap::before {
  position: absolute;
  top: 50%;
  left: -1.25rem;
  transform: translate(-50%, -50%);
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  content: "Q";
}
@media screen and (min-width: 768px) {
  .pf-FAQ__QuestionWrap::before {
    left: -2.125rem;
  }
}

.pf-FAQ__Question {
  position: relative;
  display: block;
  padding-right: 1.3125rem;
  width: 100%;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  transition: 0.3s all ease;
}
@media (hover: hover) {
  .pf-FAQ__Question:hover {
    opacity: 0.7;
  }
}
.pf-FAQ__Question::before, .pf-FAQ__Question::after {
  position: absolute;
  top: 50%;
  right: 0.1875rem;
  transform: translate(-50%, -50%);
  width: 0.875rem;
  height: 2px;
  background-color: #333333;
  content: "";
}
.pf-FAQ__Question::before {
  transform: translate(-50%, -50%);
}
.pf-FAQ__Question::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .pf-FAQ__Question {
    padding-right: 5.3125rem;
  }
  .pf-FAQ__Question::before, .pf-FAQ__Question::after {
    right: 3.125rem;
  }
}

.pf-FAQ__TabPaneItem.is-collapsed-open .pf-FAQ__Question::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.pf-FAQ__TabPaneItem[open] .pf-FAQ__Question::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.pf-FAQ__Answer {
  position: relative;
  padding-right: 1.25rem;
  line-height: 1.2;
  letter-spacing: 1.4px;
  transition: height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}
.pf-FAQ__Answer::before {
  position: absolute;
  top: 0.75rem;
  left: -1.125rem;
  transform: translate(-50%, -50%);
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  background-image: linear-gradient(90deg, #bf1515, #590a0a);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  content: "A";
}
@media screen and (min-width: 768px) {
  .pf-FAQ__Answer {
    padding-right: 7.1875rem;
    line-height: 1.2;
    letter-spacing: 0.1px;
  }
  .pf-FAQ__Answer::before {
    left: -2.125rem;
  }
}

.pf-Entry {
  padding-top: clamp(
    5rem,
    4.69vw + 3.90078125rem,
    8.125rem
  );
  padding-bottom: clamp(
    5rem,
    4.69vw + 3.90078125rem,
    8.125rem
  );
  background-color: #ffffff;
}

.pf-Entry__Container {
  padding-inline: 5.3333333333%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pf-Entry__Container {
    max-width: 86.5rem;
    padding-inline: clamp(
    1.25rem,
    1.49vw + 0.5348rem,
    1.875rem
  );
  }
}

.pf-Entry__Body {
  margin-top: 2.5rem;
  margin-inline: auto;
  max-width: 67.5rem;
}
@media (min-width: 768px) {
  .pf-Entry__Body {
    margin-top: 5rem;
  }
}

.pf-Entry__Body {
  padding-top: 8px;
}

.pf-Entry__ItemWrap:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .pf-Entry__ItemWrap:not(:first-child) {
    margin-top: 1.8125rem;
  }
}

.pf-Entry__ItemTitle {
  margin-left: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
}

.pf-Entry__Required {
  font-weight: 500;
  position: relative;
}
.pf-Entry__Required::before {
  position: absolute;
  top: 50%;
  right: -4.875rem;
  transform: translateY(-60%);
  min-width: 3.625rem;
  padding-block: 0.0625rem 0.0625rem;
  padding-inline: 15px;
  background-color: #bf1515;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
  content: "必須";
}

.pf-Entry__ItemBody {
  margin-top: 0.625rem;
}

.pf-Entry__InputText {
  display: inline-block;
  width: 100%;
  padding-block: 0.625rem;
  padding-inline: 0.5rem;
  border: 1px solid #333333;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .pf-Entry__InputText {
    padding-block: 1.0625rem;
    padding-inline: 1rem;
    font-size: 1rem;
  }
}

.pf-Entry__InputYear {
  display: inline-block;
  padding-block: 0.625rem 0.75rem;
  position: relative;
}
.pf-Entry__InputYear::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .pf-Entry__InputYear {
    padding-block: 1.125rem 1.25rem;
  }
}

.pf-Entry__ItemCaption {
  margin-top: 2.75rem;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .pf-Entry__ItemCaption {
    margin-top: 1.75rem;
    padding-left: 0.625rem;
  }
}

.pf-Entry__ItemBody {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .pf-Entry__ItemBody {
    margin-top: 0.625rem;
  }
}

.pf-Entry__ItemBody-Date {
  position: relative;
}
.pf-Entry__ItemBody-Date::before {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  transform: translateY(-50%);
  width: 1.25rem;
  aspect-ratio: 1;
  background-image: url(../images/icon/entry-calendar.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  content: "";
}
@media screen and (min-width: 768px) {
  .pf-Entry__ItemBody-Date::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    width: 1.875rem;
    aspect-ratio: 1;
    background-image: url(../images/icon/entry-calendar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    content: "";
  }
}

.pf-Entry__PriodBlock {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
  row-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .pf-Entry__PriodBlock {
    justify-content: space-between;
    flex-wrap: nowrap;
    -moz-column-gap: 1.8125rem;
         column-gap: 1.8125rem;
    row-gap: unset;
  }
}

.pf-Entry__PriodWrap {
  width: calc(50% - 2.25rem);
  min-height: 2.5rem;
  padding-left: 2.5625rem;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  transition: 0.3s opacity ease;
}
@media (hover: hover) {
  .pf-Entry__PriodWrap:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .pf-Entry__PriodWrap {
    min-width: clamp(
    10rem,
    13.1vw + 3.712rem,
    15.5rem
  );
    min-height: 3.75rem;
    padding-left: unset;
    justify-content: left;
    align-items: center;
  }
}
.pf-Entry__PriodWrap.invalid {
  border-color: #bf1515;
}

input[type=radio]:checked + .pf-Entry__PriodLabel::after {
  opacity: 1; /* チェックされたらチェックマークを表示 */
}

.pf-Entry__PriodLabel {
  position: relative;
  transform: translateX(18%);
  display: inline-block;
  font-size: clamp(
    0.75rem,
    0.38vw + 0.6609375rem,
    1rem
  );
  line-height: normal;
  letter-spacing: 0;
}
.pf-Entry__PriodLabel::before {
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  content: "";
}
.pf-Entry__PriodLabel::after {
  position: absolute;
  top: 50%;
  left: -32px;
  width: 16px;
  aspect-ratio: 1.1818181818;
  background-image: url(../images/icon/entry-accept.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-55%);
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .pf-Entry__PriodLabel {
    padding-left: 54px;
    transform: unset;
  }
  .pf-Entry__PriodLabel::before {
    position: absolute;
    left: 1.4375rem;
    transform: translate(-40%, -50%);
    content: "";
  }
  .pf-Entry__PriodLabel::after {
    width: 1.125rem;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
  }
}

.pf-Entry__SubbmissionWrap01,
.pf-Entry__SubbmissionWrap02 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .pf-Entry__SubbmissionWrap01,
.pf-Entry__SubbmissionWrap02 {
    margin-left: 0.625rem;
    flex-direction: row;
    align-items: center;
    gap: 4.875rem;
  }
}

.pf-Entry__SubbmissionWrap01 {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .pf-Entry__SubbmissionWrap01 {
    margin-top: 0.75rem;
  }
}

.pf-Entry__SubbmissionWrap02 {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .pf-Entry__SubbmissionWrap02 {
    margin-top: 1.25rem;
  }
}

.SubmissionBody {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .SubmissionBody {
    margin-top: unset;
  }
}

.pf-Entry__SubmissionTitle {
  padding-left: 0.625rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .pf-Entry__SubmissionTitle {
    padding-left: 0;
    flex-basis: 6.25rem;
  }
}

.pf-Entry__SubmissionName {
  width: 18.75rem;
  min-height: clamp(
    3.125rem,
    0.94vw + 2.9046875rem,
    3.75rem
  );
  display: grid;
  place-content: center;
  border: 1px solid #333333;
  font-size: clamp(
    0.75rem,
    0.38vw + 0.6609375rem,
    1rem
  );
  letter-spacing: 0;
  cursor: pointer;
  transition: 0.3s opacity ease;
}
@media screen and (min-width: 768px) {
  .pf-Entry__SubmissionName {
    min-width: 24.8125rem;
  }
}
@media (hover: hover) {
  .pf-Entry__SubmissionName:hover {
    opacity: 0.7;
  }
}

.pf-Entry__SubmissionFile {
  display: none;
}

.pf-Entry__ItemTitle-Layout {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .pf-Entry__ItemTitle-Layout {
    flex-direction: row;
    align-items: center;
    gap: 5.5625rem;
  }
}

.pf-Entry__ItemTitle-Sub {
  margin-top: 0.5rem;
  padding-left: 0.625rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .pf-Entry__ItemTitle-Sub {
    margin-top: -0.25rem;
  }
}

.pf-Entry__ItemBody-Mail {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .pf-Entry__ItemBody-Mail {
    margin-top: 1.25rem;
  }
}

.pf-Entry__InputEmail {
  padding-block: 10px 12px;
}
@media screen and (min-width: 768px) {
  .pf-Entry__InputEmail {
    padding-block: 17px 17px;
  }
}

.pf-Entry__ItemWrap.pf-Entry__ItemWrap-Messages {
  margin-top: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .pf-Entry__ItemWrap.pf-Entry__ItemWrap-Messages {
    margin-top: 2.375rem;
  }
}

.pf-Entry__ItemBody-Messages {
  margin-top: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .pf-Entry__ItemBody-Messages {
    margin-top: 0.6875rem;
  }
}

.form-textarea {
  width: 100%;
  height: 160px;
  border: 1px solid #333333;
  padding-block: clamp(
    0.75rem,
    0.75vw + 0.57421875rem,
    1.25rem
  );
  padding-inline: 0.5625rem 1.25rem;
  font-size: 12px;
  resize: none;
}
@media screen and (min-width: 768px) {
  .form-textarea {
    height: 288px;
    padding-block: 0.5rem;
    padding-inline: 1rem 1.25rem;
    font-size: 1rem;
  }
}

.pf-Entry__TermsNoteWrap {
  margin-top: 0.75rem;
  width: 100%;
  height: 100px;
  border: 1px solid #333333;
  padding-block: 0.75rem;
  padding-inline: 0.5625rem 1.25rem;
  overflow-y: scroll;
  font-size: clamp(
    0.75rem,
    0.38vw + 0.6609375rem,
    1rem
  );
  line-height: 1.1875;
  letter-spacing: 0;
  text-align: justify;
  font-feature-settings: "palt" 1;
}
.pf-Entry__TermsNoteWrap::-webkit-scrollbar {
  width: 12px; /* 横スクロールバーの高さにもなる */
  height: 60px; /* 縦スクロールバーの幅にもなる */
  border-left: 1px solid #333;
}
.pf-Entry__TermsNoteWrap::-webkit-scrollbar-thumb {
  background-color: #333; /* スクロールする部分を濃い黒に */
  border-radius: 20px;
  width: 6px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .pf-Entry__TermsNoteWrap {
    margin-top: 1.1875rem;
    height: 195px;
    padding-block: 1.125rem;
    padding-inline: 1.4375rem;
  }
  .pf-Entry__TermsNoteWrap::-webkit-scrollbar {
    width: 11px; /* 横スクロールバーの高さにもなる */
    height: 60px; /* 縦スクロールバーの幅にもなる */
    border-left: 1px solid #333;
  }
  .pf-Entry__TermsNoteWrap::-webkit-scrollbar-thumb {
    background-color: #333; /* スクロールする部分を濃い黒に */
    border-radius: 20px;
    width: 11px;
    height: 60px;
  }
}

.pf-Entry__TermsNote:not(:first-child) {
  margin-top: clamp(
    0.875rem,
    0.56vw + 0.74375rem,
    1.25rem
  );
}

input[type=checkbox]:checked + .c-Check-Acceptance::after {
  opacity: 1; /* チェックされたらチェックマークを表示 */
}

#pf-Contact__Acceptance:checked + .c-Check-Acceptance::after {
  opacity: 1;
}

.c-Check-Acceptance {
  position: relative;
  margin-top: 0.75rem;
  padding-left: 1.3125rem;
  display: inline-block;
  font-size: clamp(
    0.75rem,
    0.38vw + 0.6609375rem,
    1rem
  );
  letter-spacing: 0;
  cursor: pointer;
}
.c-Check-Acceptance::before {
  position: absolute;
  top: 50%;
  left: -3%;
  transform: translateY(-50%);
  width: 0.9375rem;
  aspect-ratio: 1;
  border: 1px solid #333333;
  content: "";
}
.c-Check-Acceptance::after {
  position: absolute;
  top: 50%;
  left: -3%;
  width: 16px;
  aspect-ratio: 1;
  transform: translateY(-47%);
  background-image: url(../images/icon/entry-accept.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-Check-Acceptance {
    margin-top: 1.875rem;
    padding-left: 2.1875rem;
  }
  .c-Check-Acceptance::before {
    top: 50%;
    left: -3%;
    transform: translateY(-50%);
    width: 1.25rem;
  }
  .c-Check-Acceptance::after {
    position: absolute;
    top: 50%;
    left: -2%;
    transform: translateY(-44%);
    background-image: url(../images/icon/entry-accept.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}

.pf-Entry__SubmitWrap {
  margin-top: 2.8125rem;
  margin-inline: auto;
  width: 12.75rem;
  aspect-ratio: 5;
  letter-spacing: 0;
}
.pf-Entry__SubmitWrap::before {
  position: absolute;
  top: 50%;
  right: 28%;
  transform: translateY(-50%);
  width: 0.75rem;
  aspect-ratio: 0.5;
  background-color: #ffffff;
  -webkit-mask-image: url(../images/icon/arrow-right.svg);
          mask-image: url(../images/icon/arrow-right.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 768px) {
  .pf-Entry__SubmitWrap {
    margin-top: 6.4375rem;
    margin-inline: auto;
    width: 19.375rem;
    aspect-ratio: 5;
  }
  .pf-Entry__SubmitWrap input[submit] {
    align-items: center;
  }
  .pf-Entry__SubmitWrap::before {
    right: 30%;
  }
}

.pf-Entry__Submit {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100%;
  transform: translateX(-15px);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
@media screen and (min-width: 768px) {
  .pf-Entry__Submit {
    transform: translateX(-6px);
    font-size: 20px;
  }
}

#allMessage {
  color: red;
  background-color: rgba(191, 21, 21, 0.2);
  padding: 15px 10px;
  margin-bottom: 20px;
  display: none; /* 初期は非表示 */
}
#allMessage.invalid {
  display: block;
}

.contact__error-message {
  color: red;
  font-weight: 700;
  font-size: 16px;
  margin-top: 6px;
}

#inName.invalid,
#inKana.invalid,
#inBirthday.invalid,
#inEmail.invalid {
  border-color: #bf1515;
}

#allMessage {
  display: none;
}
#allMessage.invalid {
  display: block;
}
/*# sourceMappingURL=style.css.map */