@charset "UTF-8";
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, button, header {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  max-height: 999999px;
  outline: none;
  box-sizing: border-box;
  background: none;
}

button:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  color: rgb(51, 51, 51);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
}

a {
  font-weight: 500;
  color: rgb(51, 51, 51);
}

/* header */
.c-header {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgb(51, 51, 51);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .c-header {
    padding-right: 2rem;
    padding-left: 2rem;
    background-color: rgb(255, 255, 255);
    position: sticky;
  }
}

.js-open .c-header {
  border: 0;
}

.c-header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .c-header__body {
    height: 100px;
  }
}

.c-header__logo {
  position: relative;
  z-index: 60;
}
.c-header__logo h1 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-header__logo span {
  font-size: clamp(0.875rem, 0.644rem + 0.64vw, 1.125rem);
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .c-header__logo h1 {
    gap: 2rem;
  }
}

.c-header__logo-link {
  display: flex;
  width: 170px;
  transition: 0.3s;
}
.c-header__logo-link:hover {
  opacity: 0.5;
}
@media screen and (min-width: 576px) {
  .c-header__logo-link {
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .c-header__logo-link {
    width: 230px;
  }
}
@media screen and (min-width: 992px) {
  .c-header__logo-link {
    width: 253px;
  }
}

.c-nav {
  display: none;
  width: 100%;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 5rem;
  left: 0;
}
@media screen and (min-width: 992px) {
  .c-nav {
    display: block !important;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: auto;
    left: auto;
  }
}

.c-nav__body {
  display: flex;
  justify-content: center;
}

.c-nav__main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .c-nav__main {
    flex-direction: row;
    gap: 2rem;
  }
}

.c-nav__link {
  padding-top: 0.3125rem;
  padding-right: 0.5rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.5rem;
  font-size: 1.375rem;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
.c-nav__link:hover {
  font-weight: 600;
  color: rgb(187, 26, 33);
}
@media screen and (min-width: 992px) {
  .c-nav__link {
    flex-direction: row;
    gap: 2rem;
    font-size: 1rem;
  }
}

.c-header__menu {
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .c-header__menu {
    display: none;
  }
}

.c-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  aspect-ratio: 1/1;
}

.c-hamburger__body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 34px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .c-hamburger__body {
    width: 45px;
    height: 38px;
  }
}

.c-hamburger__body::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: rgb(49, 30, 8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (min-width: 576px) {
  .c-hamburger__body::before {
    width: 45px;
  }
}

.js-open .c-hamburger__body::before {
  opacity: 0;
}

.c-hamburger__button {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  appearance: none;
  background: none;
  border: 0;
}

.c-hamburger__button::before,
.c-hamburger__button::after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: rgb(49, 30, 8);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media screen and (min-width: 576px) {
  .c-hamburger__button::before,
  .c-hamburger__button::after {
    width: 45px;
  }
}

.c-hamburger__button::before {
  top: 2px;
  transform-origin: left top;
}

.c-hamburger__button::after {
  bottom: 2px;
  transform-origin: left bottom;
}

.js-open .c-hamburger__button::before,
.js-open .c-hamburger__button::after {
  width: 43px;
  left: 4px;
}
@media screen and (min-width: 576px) {
  .js-open .c-hamburger__button::before,
  .js-open .c-hamburger__button::after {
    width: 50px;
    left: 4px;
  }
}

.js-open .c-hamburger__button::before {
  transform: rotate(40deg);
}

.js-open .c-hamburger__button::after {
  transform: rotate(-40deg);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* footer */
.c-footer {
  padding-top: 3rem;
  padding-inline: 1.25rem;
  padding-bottom: 6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.c-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-inline-size: 980px;
  margin-inline: auto;
}

.c-footer__nav {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  gap: 1rem;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 992px) {
  .c-footer__nav {
    place-content: start;
    place-items: start;
    grid-template-columns: repeat(3, auto);
    gap: 3rem;
  }
}

.c-footer__nav-link {
  font-weight: normal;
  color: rgb(112, 112, 112);
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-footer__nav-link:hover {
    text-decoration: underline;
  }
  .c-footer__nav-link:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 18px;
    background-color: rgb(112, 112, 112);
    position: absolute;
    top: 50%;
    right: -1.5rem;
    transform: translateY(-50%);
  }
}

.c-footer__copy {
  font-size: clamp(0.75rem, 0.519rem + 0.64vw, 1rem);
  font-weight: normal;
  color: rgb(112, 112, 112);
  text-align: center;
  position: relative;
  z-index: 20;
}

/* component */
.c-headline {
  display: grid;
  place-content: center;
  place-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  font-weight: 600;
  color: rgb(187, 26, 33);
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-headline::before {
  content: attr(data-enttl) "";
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: clamp(3rem, -0.556rem + 7.41vw, 5rem);
  font-weight: 600;
  color: rgb(24, 47, 87);
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
@media screen and (min-width: 992px) {
  .c-headline {
    margin-bottom: 4rem;
  }
}

.c-button {
  display: grid;
  place-content: center;
  place-items: center;
  height: 70px;
  width: 100%;
  max-inline-size: 300px;
  margin-inline: auto;
  font-size: clamp(1.125rem, 0.779rem + 0.96vw, 1.5rem);
  color: rgb(255, 255, 255);
  border: 2px solid rgb(187, 26, 33);
  background-color: rgb(187, 26, 33);
  border-radius: 50px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
  transition: 0.3s;
}
.c-button:hover {
  color: rgb(187, 26, 33);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 576px) {
  .c-button {
    max-inline-size: 320px;
  }
}
@media screen and (min-width: 768px) {
  .c-button {
    height: 70px;
    max-inline-size: 360px;
  }
}
@media screen and (min-width: 992px) {
  .c-button {
    height: 80px;
    max-inline-size: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .c-button {
    height: 100px;
    max-inline-size: 440px;
  }
}

.p-hero {
  position: relative;
}

.p-hero__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.p-hero__copy {
  font-size: clamp(1.75rem, 0.135rem + 4.49vw, 3.5rem);
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 20;
}
@media screen and (min-width: 576px) {
  .p-hero__copy {
    bottom: 2rem;
    left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__copy {
    line-height: 1.75;
    bottom: 3rem;
    left: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .p-hero__copy {
    left: calc((100% - 980px) / 2 + 50px);
  }
}
@media screen and (min-width: 1200px) {
  .p-hero__copy {
    bottom: 5rem;
    left: calc((100% - 980px) / 2);
  }
}

.p-message {
  container-type: inline-size;
  padding-top: 4rem;
  padding-inline: 1rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-message {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-message {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-message {
    padding-top: 10rem;
  }
}

.p-message__inner {
  box-sizing: revert;
  max-inline-size: 980px;
  margin-inline: auto;
}

.p-message__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
  margin-inline: 0 calc(50% - 50cqi);
  padding-top: 2rem;
  padding-inline: 1rem;
  padding-bottom: 2rem;
  background-color: rgb(243, 243, 243);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media screen and (min-width: 768px) {
  .p-message__main {
    grid-template-columns: 420px 1fr;
    gap: 3rem;
    padding-top: 5rem;
    padding-inline: 2rem;
    padding-bottom: 5rem;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}
@media screen and (min-width: 992px) {
  .p-message__main {
    grid-template-columns: 440px 1fr;
    gap: 4rem;
    padding-top: 6rem;
    padding-inline: 3rem;
    padding-bottom: 6rem;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-message__main {
    grid-template-columns: 480px 1fr;
    gap: 5rem;
    padding-top: 8rem;
    padding-inline: 5rem;
    padding-bottom: 8rem;
  }
}

.p-message__detail {
  display: grid;
  row-gap: 2em;
  font-size: clamp(1rem, 0.654rem + 0.96vw, 1.375rem);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-message__detail {
    row-gap: 2em;
    line-height: 2;
  }
}
@media screen and (min-width: 992px) {
  .p-message__detail {
    row-gap: 2.2em;
    line-height: 2.2;
  }
}

.p-message__fig {
  max-width: 585px;
  position: relative;
  top: -1.25rem;
}

.p-voice {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-voice {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-voice {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-voice {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.p-voice__slider {
  margin-bottom: 3rem;
}
.p-voice__slider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: auto;
}
.p-voice__slider .swiper-slide::after {
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 3.75rem;
  background-color: rgb(200, 71, 77);
  clip-path: polygon(0 0, 100% 100%, 79% 0);
  position: relative;
  top: -0.0625rem;
}
.p-voice__slider .swiper-slide:has(.even):after {
  background-color: rgb(70, 88, 120);
}
@media screen and (min-width: 768px) {
  .p-voice__slider {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-voice__slider {
    margin-bottom: 6rem;
  }
}

.p-voice__slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-right: 1.25rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  border-radius: 20px;
  background-color: rgb(200, 71, 77);
}
.p-voice__slider-item.even {
  background-color: rgb(70, 88, 120);
}
@media screen and (min-width: 992px) {
  .p-voice__slider-item {
    padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }
}

.p-voice__slider-text {
  font-size: clamp(1rem, 0.885rem + 0.32vw, 1.125rem);
  color: rgb(255, 255, 255);
}

.p-voice__slider-data {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 32px;
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 992px) {
  .p-voice__slider-data {
    width: 120px;
    height: 40px;
  }
}

.p-feature {
  padding-top: 3rem;
  padding-inline: 1.25rem;
  padding-bottom: 4rem;
  background-color: rgb(243, 243, 243);
}
@media screen and (min-width: 768px) {
  .p-feature {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-feature {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-feature {
    padding-bottom: 10rem;
  }
}

.p-feature__inner {
  max-inline-size: 980px;
  margin-inline: auto;
}

.p-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .p-about {
    margin-bottom: 6.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about {
    flex-direction: row;
    gap: 3.75rem;
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-about {
    gap: 5rem;
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-about {
    margin-bottom: 12.5rem;
  }
}

.p-about__main {
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-about__main {
    width: 450px;
  }
}
@media screen and (min-width: 992px) {
  .p-about__main {
    width: 480px;
  }
}

.p-about__headline {
  margin-bottom: 1.5rem;
  font-size: clamp(1.75rem, 0.596rem + 3.21vw, 3rem);
  font-weight: 700;
  color: rgb(24, 47, 87);
  line-height: 1.65;
  letter-spacing: 0.2em;
}
.p-about__headline span {
  padding-bottom: 0.5rem;
  color: rgb(187, 26, 33);
  border-bottom: 2px dashed rgb(187, 26, 33);
}
@media screen and (min-width: 768px) {
  .p-about__headline {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-about__headline {
    margin-bottom: 3rem;
  }
}

.p-about__subhealine {
  margin-bottom: 1.5rem;
  font-size: clamp(1.375rem, 0.798rem + 1.6vw, 2rem);
  font-weight: 600;
  color: rgb(24, 47, 87);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-about__subhealine {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-about__subhealine {
    margin-bottom: 2.5rem;
  }
}

.p-about__detail {
  font-size: clamp(0.938rem, 0.649rem + 0.8vw, 1.25rem);
  line-height: 2;
}
.p-about__detail .pcbr {
  display: none;
}
@media screen and (min-width: 476px) {
  .p-about__detail .pcbr {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-about__detail {
    line-height: 2.2;
  }
}
@media screen and (min-width: 992px) {
  .p-about__detail {
    line-height: 2.6;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__detail {
    line-height: 3;
  }
}

.p-about__slider {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 100%;
}
.p-about__slider .swiper {
  height: auto;
}
.p-about__slider .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (min-width: 768px) {
  .p-about__slider {
    flex-direction: row;
    gap: 1.25rem;
    width: calc(100% - 450px - 60px);
  }
  .p-about__slider .swiper {
    height: 750px;
  }
}
@media screen and (min-width: 992px) {
  .p-about__slider {
    width: calc(100% - 480px - 80px);
  }
  .p-about__slider .swiper {
    height: 1000px;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__slider .swiper {
    height: 1192px;
  }
}

.p-about__slider-left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__slider-left {
    width: 50%;
  }
}

.p-about__slider-right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__slider-right {
    width: 50%;
  }
}

.p-about__slider-item {
  overflow: clip;
  height: 100%;
  border-radius: 16px;
}
.p-about__slider-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-reason__headline {
  display: grid;
  place-content: center;
  place-items: center;
  gap: 0.75rem;
  width: max-content;
  margin-inline: auto;
  margin-bottom: 4rem;
  font-size: clamp(1.25rem, 0.558rem + 1.92vw, 2rem);
  font-weight: 600;
  color: rgb(187, 26, 33);
  text-align: center;
  letter-spacing: 0.1em;
}
.p-reason__headline:has(+ .p-reason__outro) {
  margin-bottom: 1.5rem;
}
.p-reason__headline span {
  padding-bottom: 0.3125rem;
  border-bottom: 2px dashed rgb(187, 26, 33);
}
@media screen and (min-width: 476px) {
  .p-reason__headline {
    display: block;
    padding-bottom: 0.3125rem;
    border-bottom: 2px dashed rgb(187, 26, 33);
  }
  .p-reason__headline span {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__headline {
    margin-bottom: 5rem;
  }
  .p-reason__headline:has(+ .p-reason__outro) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-reason__headline {
    margin-bottom: 6rem;
  }
  .p-reason__headline:has(+ .p-reason__outro) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-reason__headline {
    margin-bottom: 7rem;
  }
}

.p-reason__box {
  margin-bottom: 3.75rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 5rem;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p-reason__box:nth-of-type(2) .p-reason__baddge {
  background-color: rgb(187, 26, 33);
}
@media screen and (min-width: 768px) {
  .p-reason__box {
    margin-bottom: 5rem;
    padding-right: 3rem;
    padding-bottom: 1.5rem;
    padding-left: 6.875rem;
  }
}
@media screen and (min-width: 992px) {
  .p-reason__box {
    margin-bottom: 6.25rem;
    padding-right: 4rem;
    padding-bottom: 2rem;
    padding-left: 8.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-reason__box {
    margin-bottom: 9rem;
    padding-right: 6rem;
    padding-bottom: 3rem;
    padding-left: 10rem;
  }
}

.p-reason__title {
  font-size: clamp(1.125rem, 0.317rem + 2.24vw, 2rem);
  font-weight: 600;
  line-height: 1.4;
  transform: translateY(calc(clamp(1.25rem, 0.558rem + 1.92vw, 2rem) * -0.75));
}
@media screen and (min-width: 768px) {
  .p-reason__title {
    margin-bottom: 1rem;
  }
}

.p-reason__sumamry {
  font-size: clamp(0.938rem, 0.649rem + 0.8vw, 1.25rem);
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-reason__sumamry {
    line-height: 2;
  }
}

.p-reason__baddge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 65px;
  aspect-ratio: 1/1;
  font-family: "Lexend", sans-serif;
  font-size: clamp(1.75rem, -1.361rem + 6.48vw, 3.5rem);
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 1;
  letter-spacing: 0.1em;
  border-radius: 50%;
  background-color: rgb(24, 47, 87);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.p-reason__baddge span {
  font-size: 0.31em;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-reason__baddge {
    width: 90px;
  }
}
@media screen and (min-width: 992px) {
  .p-reason__baddge {
    width: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .p-reason__baddge {
    width: 130px;
  }
}

.p-reason__outro {
  margin-bottom: 2rem;
  font-size: clamp(1rem, 0.769rem + 0.64vw, 1.25rem);
  line-height: 2.2;
  text-align: center;
}
@media screen and (min-width: 476px) {
  .p-reason__outro .spbr {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__outro {
    margin-bottom: 4rem;
    line-height: 2.4;
  }
}
@media screen and (min-width: 992px) {
  .p-reason__outro {
    margin-bottom: 5rem;
    line-height: 2.6;
  }
}
@media screen and (min-width: 1200px) {
  .p-reason__outro {
    margin-bottom: 7rem;
    line-height: 3;
  }
}

.p-feature__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-feature__gallery {
    gap: 1rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-feature__gallery {
    gap: 1.5rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-feature__gallery {
    gap: 2rem;
    margin-bottom: 8rem;
  }
}

.p-feature__gallery-item {
  overflow: clip;
  border-radius: 16px;
}

.p-data {
  padding-top: 3rem;
  padding-inline: 1.25rem;
  padding-bottom: 10rem;
  position: relative;
}
@media screen and (min-width: 476px) {
  .p-data {
    padding-bottom: 12rem;
  }
}
@media screen and (min-width: 576px) {
  .p-data {
    padding-top: 4rem;
    padding-bottom: 15rem;
  }
}
@media screen and (min-width: 768px) {
  .p-data {
    padding-top: 5rem;
    padding-bottom: 20rem;
  }
}
@media screen and (min-width: 992px) {
  .p-data {
    padding-top: 6rem;
    padding-bottom: 25rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-data {
    padding-top: 7rem;
    padding-bottom: 30rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-data {
    padding-top: 10.875rem;
    padding-bottom: 37rem;
  }
}

.p-data__inner {
  max-inline-size: 980px;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}

.p-data__block {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  grid-template-areas: "rate" "work" "experience" "income" "briefing";
}
@media screen and (min-width: 576px) {
  .p-data__block {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "rate work" "experience income" "briefing briefing";
  }
}
@media screen and (min-width: 768px) {
  .p-data__block {
    gap: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-data__block {
    gap: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-data__block {
    gap: 5rem;
  }
}

.p-data__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.16);
}
.p-data__box.rate {
  grid-area: rate;
}
.p-data__box.work {
  grid-area: work;
}
.p-data__box.experience {
  grid-area: experience;
}
.p-data__box.income {
  grid-area: income;
}
.p-data__box.briefing {
  grid-area: briefing;
}
@media screen and (min-width: 768px) {
  .p-data__box {
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-data__box {
    padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-data__box {
    padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }
}

.p-data__title {
  width: 100%;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  font-size: clamp(1.25rem, 1.019rem + 0.64vw, 1.5rem);
  font-weight: 600;
  color: rgb(187, 26, 33);
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 2px dashed rgb(187, 26, 33);
}

.p-data__fig {
  max-inline-size: 260px;
}
.p-data__fig:has(+ .p-data__note) {
  margin-bottom: 1rem;
}
.p-data__fig:has(+ .p-data__list) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .p-data__fig {
    max-inline-size: 320px;
  }
}

.p-data__note li {
  display: grid;
  grid-template-columns: 1em 1fr;
  line-height: 1.5;
}
.p-data__note li::before {
  content: "※";
}

.p-data__list li {
  margin-inline: 1em 0;
  font-size: clamp(1rem, 0.769rem + 0.64vw, 1.25rem);
  color: rgb(24, 47, 87);
  list-style: disc;
}

.p-data__bg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-data__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-entry {
  padding-top: 3rem;
  padding-inline: 1.25rem;
  padding-bottom: 3rem;
  background-color: rgb(243, 243, 243);
}
@media screen and (min-width: 768px) {
  .p-entry {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-entry {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-entry {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}

.p-entry__inner {
  max-inline-size: 935px;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}

.p-entry__intro {
  margin-bottom: 2rem;
  font-size: clamp(1.25rem, -0.083rem + 2.78vw, 2rem);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 476px) {
  .p-entry__intro .spbr {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-entry__intro {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .p-entry__intro {
    margin-bottom: 4rem;
  }
}

.p-entry__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-inline-size: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-entry__body {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-inline-size: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-entry__body {
    gap: 3rem;
  }
}

.p-entry__button {
  display: grid;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 70px;
  font-size: clamp(1.25rem, -0.083rem + 2.78vw, 2rem);
  font-weight: bold;
  color: rgb(255, 255, 255);
  letter-spacing: 0.1em;
  border: 2px solid rgb(187, 26, 33);
  border-radius: 80px;
  background-color: rgb(187, 26, 33);
  transition: 0.3s;
}
.p-entry__button:nth-of-type(2) {
  border: 2px solid rgb(24, 47, 87);
  background-color: rgb(24, 47, 87);
}
.p-entry__button:hover {
  color: rgb(187, 26, 33);
  background-color: rgb(255, 255, 255);
}
.p-entry__button:hover:nth-of-type(2) {
  color: rgb(24, 47, 87);
}
@media screen and (min-width: 576px) {
  .p-entry__button {
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-entry__button {
    height: 100px;
  }
}
@media screen and (min-width: 992px) {
  .p-entry__button {
    height: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .p-entry__button {
    height: 160px;
  }
}

.p-fixmenu {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-fixmenu {
    width: 50px;
    height: 100vh;
    top: 0;
    right: 1rem;
    bottom: auto;
    left: auto;
    container-type: size;
  }
}
@media screen and (min-width: 992px) {
  .p-fixmenu {
    width: 70px;
    right: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-fixmenu {
    width: 80px;
  }
}

.p-fixmenu__inner {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fixmenu__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    height: 100%;
  }
}

.p-fixmenu__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 50%;
  height: 65px;
  font-size: clamp(1rem, 0.111rem + 1.85vw, 1.5rem);
  font-weight: 600;
  color: rgb(255, 255, 255);
  letter-spacing: 0.1em;
  border: 2px solid rgb(187, 26, 33);
  background-color: rgb(187, 26, 33);
  transition: 0.3s;
}
.p-fixmenu__button:nth-of-type(2) {
  border: 2px solid rgb(24, 47, 87);
  background-color: rgb(24, 47, 87);
}
.p-fixmenu__button::after {
  content: "";
  width: 8px;
  height: 100%;
  background-image: url(../img/arrow-r-wht.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .p-fixmenu__button {
    width: 50px;
    height: 180px;
    border-radius: 40px;
    writing-mode: vertical-rl;
  }
  .p-fixmenu__button:hover {
    color: rgb(187, 26, 33);
    background-color: rgb(255, 255, 255);
  }
  .p-fixmenu__button:hover:nth-of-type(2) {
    color: rgb(24, 47, 87);
  }
  .p-fixmenu__button::after {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .p-fixmenu__button {
    width: 70px;
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .p-fixmenu__button {
    width: 80px;
    height: 240px;
  }
}

@media screen and (min-width: 768px) {
  @container (max-height: 700px) {
    .p-fixmenu__inner {
      align-items: flex-end;
      justify-content: flex-end;
      padding-bottom: 1.25rem;
    }
    .p-fixmenu__button {
      width: 50px;
      height: 150px;
      font-size: 1rem;
    }
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  filter: blur(15px);
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  20% {
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.delay01 {
  animation-delay: 0.1s;
}

.delay02 {
  animation-delay: 0.45s;
}

.delay03 {
  animation-delay: 0.7s;
}

.delay04 {
  animation-delay: 0.95s;
}

.delay05 {
  animation-delay: 1.2s;
}

.delay06 {
  animation-delay: 1.45s;
}

.delay07 {
  animation-delay: 1.7s;
}

.delay08 {
  animation-delay: 1.95s;
}

.fadeinTrigger01 {
  opacity: 0;
}

.fadeinIn01 {
  animation-delay: 0.2s;
  animation-name: fadeIn01;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeIn01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slideTrigger01 {
  opacity: 0;
}

.slideIn01 {
  animation-name: slideIn01;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideIn01 {
  0% {
    transform: translateY(5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
}
.slideTrigger02 {
  opacity: 0;
}

.slideIn02 {
  animation-name: slideIn02;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideIn02 {
  0% {
    transform: translateX(-5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideTrigger03 {
  opacity: 0;
}

.slideIn03 {
  animation-name: slideIn03;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideIn03 {
  0% {
    transform: translateX(5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}