@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #1C1E2C;
  background-color: #F7F7F8;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.p-bg {
  margin-top: -0.0625rem;
  background-color: #1C1E2C;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.l-inner {
  max-width: 81.770833vw;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 40rem;
    padding: 0 20px;
  }
}

.c-cv-btn {
  display: flex;
  align-items: center;
  gap: 1.9270833vw;
}
@media screen and (max-width: 767px) {
  .c-cv-btn {
    gap: 1.125rem;
  }
}

.c-cv-btn__item a {
  position: relative;
  display: inline-block;
  width: 20.46875vw;
  padding: 1.6145833vw;
  font-weight: 700;
  font-size: 1.4583333vw;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #FFF;
  transition: 0.3s ease;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .c-cv-btn__item a {
    width: 9.9375rem;
    padding: 0.5625rem;
    font-size: 1rem;
  }
}
.c-cv-btn__item a:hover {
  color: #FFF;
  background-color: transparent;
  opacity: 1;
}
.c-cv-btn__item a::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0.25rem;
  left: 0.25rem;
  width: 20.5208vw;
  height: 4.73958vw;
  background-image: url(../images/common/cv-btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-cv-btn__item a::before {
    width: 10.0625rem;
    height: 2.3125rem;
  }
}

.c-section-title {
  position: relative;
}

.c-section-title__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-section-title__wrap {
  position: absolute;
  width: 39.5833vw;
  top: 5.72917vw;
  left: 10.41667vw;
}
@media screen and (max-width: 767px) {
  .c-section-title__wrap {
    width: 87.179487%;
    top: 0.625rem;
    left: 1.5625rem;
  }
}

.c-section-title__wrap-main {
  font-weight: 700;
  font-size: 2.1875vw;
  line-height: 1.4523809524;
  letter-spacing: 0.05em;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .c-section-title__wrap-main {
    font-size: 1.4375rem;
  }
}

.c-section-title__wrap-sub {
  margin-top: 0.78125vw;
}
@media screen and (max-width: 767px) {
  .c-section-title__wrap-sub {
    margin-top: 0.375rem;
  }
}

.c-section-title__wrap-sub img {
  margin-left: auto;
  max-width: 26.5625vw;
}
@media screen and (max-width: 767px) {
  .c-section-title__wrap-sub img {
    max-width: 17rem;
  }
}

.p-case {
  position: relative;
  padding: 5.2083vw 0;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding: 4.375rem 0;
  }
}
.p-case::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30.2083vw;
  background: rgba(255, 255, 255, 0.05);
  top: 50.15625vw;
}
@media screen and (max-width: 767px) {
  .p-case::before {
    display: none;
  }
}

.p-case__title {
  width: 92.13%;
}
@media screen and (max-width: 767px) {
  .p-case__title {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-case__title .c-section-title__wrap {
    top: -0.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case__title .c-section-title__wrap-sub img {
    max-width: 9rem;
  }
}

.p-case-list {
  margin-top: 4.42708vw;
}
@media screen and (max-width: 767px) {
  .p-case-list {
    margin-top: 1.75rem;
  }
}

.p-case-list__item {
  position: relative;
  max-width: 85.9375vw;
  margin: 0 auto;
  padding: 1.82292vw 3.38542vw 0;
}
@media screen and (max-width: 767px) {
  .p-case-list__item {
    max-width: 22.1875rem;
    padding: 0;
  }
}

.p-case-list__item:not(:first-of-type) {
  margin-top: 8.0208vw;
}
@media screen and (max-width: 767px) {
  .p-case-list__item:not(:first-of-type) {
    margin-top: 3.125rem;
  }
}

.p-case-list__item-wrap {
  position: relative;
  height: 35.8333vw;
  padding: 2.08333vw 1.82292vw;
  display: flex;
  justify-content: space-between;
  color: #FFF;
  border-left: 0.3125rem solid #FFF;
  background-color: #1C1E2C;
  box-shadow: -4px -4px 15px 0px rgba(255, 255, 255, 0.14);
}
@media screen and (max-width: 767px) {
  .p-case-list__item-wrap {
    height: auto;
    padding: 2.75rem 0.875rem 1.5625rem;
    flex-direction: column;
    border-left: 0.125rem solid #FFF;
    box-shadow: -4px -4px 5px 0px rgba(255, 255, 255, 0.14);
  }
}

.p-case-list__item-wrap.p-case-list__item-wrap--revese {
  flex-direction: row-reverse;
  border-left: unset;
  border-right: 0.3125rem solid #FFF;
}
@media screen and (max-width: 767px) {
  .p-case-list__item-wrap.p-case-list__item-wrap--revese {
    flex-direction: column;
    border-left: 0.125rem solid #FFF;
    border-right: unset;
  }
}

.p-case-list__item-body {
  width: 51.5%;
}
@media screen and (max-width: 767px) {
  .p-case-list__item-body {
    width: 100%;
  }
}

.p-case-list__item-body-number {
  max-width: 3.8021vw;
}
@media screen and (max-width: 767px) {
  .p-case-list__item-body-number {
    max-width: 2.5rem;
  }
}

.p-case-list__item-body-number.p-case-list__item-body-number--revese {
  text-align: right;
}

.p-case-list__item-body-title {
  margin-top: 2.08333vw;
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 1.9444444444;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-case-list__item-body-title {
    margin-top: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-case-list__item-body-tag {
  max-width: 13.80208vw;
}
@media screen and (max-width: 767px) {
  .p-case-list__item-body-tag {
    margin-top: 0.9375rem;
    max-width: 8.3125rem;
  }
}

.p-case-list__item-body-tag.p-case-list__item-body-tag--second {
  max-width: 20.3125vw;
}
@media screen and (max-width: 767px) {
  .p-case-list__item-body-tag.p-case-list__item-body-tag--second {
    max-width: 11.875rem;
  }
}

.p-case-list__item-body-text {
  margin-top: 5.2083vw;
  font-size: 0.9375vw;
  line-height: 1.4444444444;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-case-list__item-body-text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.6428571429;
  }
}

.p-case-list__item-img {
  position: relative;
  width: 46%;
  margin-top: auto;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-case-list__item-img {
    margin-top: 0.625rem;
    width: 100%;
  }
}

.p-case-list__item-img02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 21.51042vw;
}
@media screen and (max-width: 767px) {
  .p-case-list__item-img02 {
    position: unset;
    margin-top: 0.625rem;
    width: 100%;
  }
}

.p-case-list__item-img02 img {
  width: 100%;
  aspect-ratio: 413/275;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-case-list__item-img02 img {
    aspect-ratio: 340/146;
  }
}

.p-case-list__item-img02.p-case-list__item-img02--revese {
  right: unset;
  left: 0;
}

.p-contact {
  padding: 5.2083vw 0;
}

.p-contact-btn__inner {
  padding: 0 25px;
}

.p-contact-btn__logo {
  max-width: 22.23958vw;
  margin: 0 auto;
}

.p-contact__btn {
  margin-top: 2.60417vw;
}

.p-contact__btn.c-cv-btn {
  justify-content: center;
}

.p-cv {
  position: relative;
  margin-top: 56.25vw;
  padding: 3.4375vw 0 4.6875vw;
  background-color: #1C1E2C;
}
@media screen and (max-width: 767px) {
  .p-cv {
    margin-top: 68vw;
    padding: 0.3125rem 0 0.625rem;
  }
}
@media screen and (max-width: 389px) {
  .p-cv {
    margin-top: 16.4375rem;
  }
}

.p-cv__text {
  position: relative;
  font-weight: 500;
  font-size: 2.4479167vw;
  line-height: 1.4680851064;
  letter-spacing: 0;
  color: #FFF;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-cv__text {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.p-cv__text span {
  display: inline-block;
  padding: 0 0.520833vw;
  font-weight: 700;
  color: #1C1E2C;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-cv__text span {
    margin-top: 0.5625rem;
    padding: 0 0.3125rem;
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.p-cv__text02 {
  position: relative;
  margin-top: 1.1979167vw;
  font-weight: 500;
  font-size: 1.875vw;
  line-height: 1.4444444444;
  letter-spacing: 0;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-cv__text02 {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-cv__text02 span {
  display: inline-block;
  margin-right: 0.5208vw;
  padding: 0 0.4375rem;
  font-weight: 700;
  font-size: 1.40625vw;
  line-height: 1.4444444444;
  color: #1C1E2C;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-cv__text02 span {
    margin-right: 0.625rem;
    padding: 0 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    letter-spacing: 0;
  }
}

.p-cv__text02 span.small {
  padding: 0;
  margin: 0;
  color: #FFF;
  background-color: unset;
}

.p-cv__logo {
  margin-top: 5.46875vw;
  max-width: 33.697917vw;
}
@media screen and (max-width: 767px) {
  .p-cv__logo {
    margin-top: 1.375rem;
    margin-inline: auto;
    max-width: 11.625rem;
  }
}

.p-cv__btn {
  margin-top: 1.8229167vw;
}
@media screen and (max-width: 767px) {
  .p-cv__btn {
    margin-top: 1.875rem;
    justify-content: center;
  }
}

.p-cv__img {
  position: absolute;
  bottom: 3.4375vw;
  right: 9.1666667vw;
  max-width: 51.041667vw;
}
@media screen and (max-width: 767px) {
  .p-cv__img {
    bottom: 9.3125rem;
    right: 0;
    max-width: 13.4375rem;
  }
}

.p-faq {
  padding: 5.2083vw 0;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 0 0 4.375rem;
  }
}

.p-faq__title {
  width: 84.427%;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    width: 100%;
  }
}

.p-faq-list {
  margin: 5.2083vw auto 0;
  max-width: 59.375vw;
  padding: 0 2.60417vw;
}
@media screen and (max-width: 767px) {
  .p-faq-list {
    max-width: 22.8125rem;
    margin: 1.875rem auto 0;
    padding: 0 25px;
  }
}

.p-faq-list__item {
  color: #FFF;
}

.p-faq-list__item:not(:first-of-type) {
  margin-top: 4.01042vw;
}
@media screen and (max-width: 767px) {
  .p-faq-list__item:not(:first-of-type) {
    margin-top: 3.125rem;
  }
}

.faq-list__item-question {
  position: relative;
  padding: 0.91146vw 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #FFF;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq-list__item-question {
    align-items: start;
    padding: 0.9375rem 0 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.faq-list__item-question::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -1.17875vw;
  right: -2.8646vw;
  width: 2.34375vw;
  height: 2.34375vw;
  background-image: url(../images/top/faq-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .faq-list__item-question::before {
    bottom: -1.125rem;
    right: -1.5625rem;
    width: 2.0625rem;
    height: 2.0625rem;
  }
}

.faq-list__item-question.is-open::before {
  transform: rotate(-180deg);
}

.faq-list__item-question p {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .faq-list__item-question p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.faq-list__item-question img {
  display: inline-block;
  margin-right: 1.5625vw;
  width: 1.32812vw;
}
@media screen and (max-width: 767px) {
  .faq-list__item-question img {
    margin-top: -0.9375rem;
    margin-right: 0.625rem;
    width: 1.5625rem;
  }
}

.faq-list__item-answer {
  margin-top: 1.5625vw;
  display: none;
}
@media screen and (max-width: 767px) {
  .faq-list__item-answer {
    margin-top: 0;
    padding-top: 0.9375rem;
  }
}

.faq-list__item-answer-flex {
  display: flex;
  align-items: start;
}

.faq-list__item-answer-flex p {
  font-size: 0.9375vw;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .faq-list__item-answer-flex p {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.faq-list__item-answer-flex img {
  display: inline-block;
  margin-right: 1.5625vw;
  width: 1.40625vw;
}
@media screen and (max-width: 767px) {
  .faq-list__item-answer-flex img {
    margin-top: -0.625rem;
    margin-right: 0.625rem;
    width: 1.6875rem;
  }
}

.p-footer {
  padding: 2.60417vw 0;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 1.5625rem 0 0.6875rem;
  }
}

.p-footer__flex {
  display: flex;
  justify-content: space-between;
}

.p-footer__left {
  max-width: 20.05208vw;
}
@media screen and (max-width: 767px) {
  .p-footer__left {
    max-width: 12.4375rem;
  }
}

.p-footer__right {
  padding-top: 5.2083vw;
}
@media screen and (max-width: 767px) {
  .p-footer__right {
    padding-top: 2.875rem;
  }
}

.p-footer__right-item {
  display: block;
}

.p-footer__right-item img {
  margin-left: auto;
  max-width: 8.85417vw;
}
@media screen and (max-width: 767px) {
  .p-footer__right-item img {
    max-width: 5rem;
  }
}

.p-footer__right-item:nth-of-type(2) {
  margin-top: 2.60417vw;
}
@media screen and (max-width: 767px) {
  .p-footer__right-item:nth-of-type(2) {
    margin-top: 0.75rem;
  }
}

.p-footer__right-item:nth-of-type(2) img {
  max-width: 9.375vw;
}
@media screen and (max-width: 767px) {
  .p-footer__right-item:nth-of-type(2) img {
    max-width: 5.375rem;
  }
}

.p-footer__copyright {
  margin-top: 3.645833vw;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: 2.0625rem;
  }
}

.p-footer__copyright img {
  max-width: 15.625vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright img {
    max-width: 6.5rem;
  }
}

.p-gallery {
  background-color: #F7F7F8;
  background-image: url(../images/top/gallery-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-gallery__text {
  padding: 6.09375vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15.625vw;
}
@media screen and (max-width: 767px) {
  .p-gallery__text {
    padding: 0.4375rem 0;
    gap: 1.125rem;
    padding-left: 0.625rem;
  }
}

.p-gallery__text p {
  padding: 5.5208333vw 0;
  background-image: url(../images/top/gallery-text-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-weight: 700;
  font-size: 2.08333vw;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-gallery__text p {
    padding: 2.5625rem 0;
    font-size: 0.9375rem;
  }
}

.p-header {
  width: 100%;
  height: 4.8125rem;
  background-color: rgba(9, 11, 28, 0.6);
  -webkit-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 3.25rem;
  }
}

.p-header__inner {
  padding-left: 2.1875rem;
  padding-right: 9.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: 0.75rem;
    padding-right: 0;
  }
}

.p-header__logo {
  width: 24.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 15.5rem;
  }
}

.p-header__nav-items {
  display: flex;
  align-items: center;
  gap: 1.375rem;
}

.p-header__nav-item a {
  position: relative;
  display: inline-block;
  width: 13.4375rem;
  padding: 0.625rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #FFF;
  transition: 0.3s ease;
}
.p-header__nav-item a:hover {
  color: #FFF;
  background-color: transparent;
  opacity: 1;
}
.p-header__nav-item a::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0.25rem;
  left: 0.25rem;
  width: 13.5rem;
  height: 2.5625rem;
  background-image: url(../images/top/header-nav-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.p-header__hamburger {
  position: fixed;
  top: 0.75rem;
  right: 1.875rem;
  height: 3.3125rem;
  width: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    width: 2.0625rem;
    height: 2.0625rem;
    top: 0.5625rem;
    right: 1.0625rem;
  }
}

.p-hamburger {
  z-index: 9999;
}

.p-hamburger__ber {
  cursor: pointer;
  height: 3.3125rem;
  width: 3.3125rem;
  background-image: url(../images/common/menu-open.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease;
}
.p-hamburger__ber:hover {
  margin-top: 0.25rem;
  margin-left: 0.25rem;
  width: 3.0625rem;
  height: 3.0625rem;
  background-image: url(../images/common/menu-open-hover.svg);
}
@media screen and (max-width: 767px) {
  .p-hamburger__ber:hover {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    height: 1.9375rem;
    width: 1.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-hamburger__ber {
    height: 2.0625rem;
    width: 2.0625rem;
  }
}

.p-hamburger.is-open .p-hamburger__ber {
  background-image: url(../images/common/menu-close.svg);
}
.p-hamburger.is-open .p-hamburger__ber:hover {
  background-image: url(../images/common/menu-close-hover.svg);
}

.p-header__drawer {
  display: none;
}

.p-header__drawer {
  position: absolute;
  z-index: 999;
  background-color: rgba(9, 11, 28, 0.6);
  -webkit-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
}

.p-drawer-menu {
  position: absolute;
  z-index: 5000;
  top: 4.75rem;
  right: 0;
  display: none;
  width: 20.3125rem;
  height: 22.5625rem;
  padding: 1.71875rem 0;
}
@media screen and (max-width: 767px) {
  .p-drawer-menu {
    top: 3.25rem;
    width: 12.8125rem;
    height: 13.4375rem;
    padding: 0.8125rem 0;
  }
}

.js-drawer.is-open {
  opacity: 100;
}

.p-drawer-menu__inner {
  width: 100%;
  padding-right: 2.375rem;
  padding-left: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-drawer-menu__inner {
    padding-right: 1.1875rem;
    padding-left: 1.1875rem;
  }
}

.p-drawer-menu__items {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  text-align: right;
}

.p-drawer-menu__item {
  display: block;
  width: 100%;
}

.p-drawer-menu__item a {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  color: #FFF;
  padding: 0.78125rem 0;
  transition: 0.3s opacity;
}
.p-drawer-menu__item a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .p-drawer-menu__item a {
    font-size: 0.75rem;
    padding: 0.375rem 0;
  }
}

.p-inquiry {
  padding: 5.2083vw 0 12.5vw;
  background-color: #F7F7F8;
}
@media screen and (max-width: 767px) {
  .p-inquiry {
    padding: 4.375rem 0;
  }
}

.p-inquiry__title {
  width: 62.86458%;
}
@media screen and (max-width: 767px) {
  .p-inquiry__title {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-inquiry__title .c-section-title__wrap {
    top: 1.625rem;
  }
}

.p-inquiry__title .c-section-title__wrap-main {
  color: #1C1E2C;
  border-bottom: 1px solid #1C1E2C;
}
@media screen and (max-width: 389px) {
  .p-inquiry__title .c-section-title__wrap-main {
    font-size: 1.25rem;
  }
}

.p-inquiry__form {
  max-width: 54.0625vw;
  margin: 5.2083vw auto 0;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-inquiry__form {
    max-width: 22.5rem;
    margin: 1.875rem auto 0;
    padding: 0 0.625rem;
  }
}

.p-inquiry__btn {
  margin-top: 5.2083vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-inquiry__btn {
    margin-top: 2rem;
  }
}

.p-inquiry__btn a {
  position: relative;
  display: inline-block;
  width: 20.46875vw;
  padding: 1.6145833vw;
  font-weight: 700;
  font-size: 1.4583333vw;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFF;
  background-color: #1C1E2C;
  transition: 0.3s ease;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-inquiry__btn a {
    width: 9.9375rem;
    padding: 0.5625rem;
    font-size: 1rem;
  }
}
.p-inquiry__btn a:hover {
  color: #1C1E2C;
  background-color: transparent;
  opacity: 1;
}
.p-inquiry__btn a::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0.25rem;
  left: 0.25rem;
  width: 20.5208vw;
  height: 4.73958vw;
  background-image: url(../images/common/submit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-inquiry__btn a::before {
    width: 10.0625rem;
    height: 2.3125rem;
  }
}

.p-form__item:not(:first-of-type) {
  margin-top: 2.08333vw;
}
@media screen and (max-width: 767px) {
  .p-form__item:not(:first-of-type) {
    margin-top: 1.875rem;
  }
}

.p-form__labels-area {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-form__labels-area {
    flex-direction: column;
    gap: 0.8125rem;
  }
}

input[type=radio] {
  display: none;
}

.p-form__radio {
  display: flex;
  align-items: center;
  gap: 3.125vw;
}
@media screen and (max-width: 767px) {
  .p-form__radio {
    gap: 1.75rem;
  }
}

.p-form__radio input[type=radio] + span {
  display: inline-block;
  position: relative;
  padding-left: 1.92708vw;
  cursor: pointer;
  font-size: 1.04167vw;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-form__radio input[type=radio] + span {
    padding-left: 1.3125rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-form__radio input[type=radio] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 1.40625vw;
  height: 1.40625vw;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-form__radio input[type=radio] + span::before {
    width: 1rem;
    height: 1rem;
  }
}

.p-form__radio input[type=radio]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0.208333vw;
  transform: translateY(-50%);
  background: #1C1E2C;
  border-radius: 50%;
  width: 0.9896vw;
  height: 0.9896vw;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-form__radio input[type=radio]:checked + span::after {
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}

.p-form__labels {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-form__labels {
    flex-direction: column;
    gap: 0.1875rem;
  }
}

.p-form__label-area,
.p-form__label {
  width: 20.856%;
}
@media screen and (max-width: 767px) {
  .p-form__label-area,
  .p-form__label {
    width: 100%;
  }
}

.p-form__label-area p,
.p-form__label-text {
  padding: 0.72917vw 0;
  font-size: 1.04167vw;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-form__label-area p,
  .p-form__label-text {
    padding: 0;
    font-size: 0.875rem;
  }
}

.p-form__input-area,
.p-form__radio,
.p-form__input {
  width: 79.1438%;
}
@media screen and (max-width: 767px) {
  .p-form__input-area,
  .p-form__radio,
  .p-form__input {
    width: 100%;
  }
}

.p-form__input-text {
  padding: 0.3125vw 0.78125vw;
  width: 100%;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  border: 1px solid #707070;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-form__input-text {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-form__textarea::-moz-placeholder, .p-form__input-text::-moz-placeholder {
  color: rgba(28, 30, 44, 0.15);
}

.p-form__textarea::placeholder,
.p-form__input-text::placeholder {
  color: rgba(28, 30, 44, 0.15);
}

.p-form__textarea {
  padding: 0.3125vw 0.78125vw;
  width: 100%;
  height: 23.75vw;
  border: 1px solid #707070;
  font-size: 1.25vw;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-form__textarea {
    padding: 0.5rem 0.75rem;
    height: 20.875rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-form__check {
  margin-top: 2.60417vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__check {
    margin-top: 1.875rem;
  }
}

.p-form__check-text {
  width: 66vw;
  font-weight: 500;
  font-size: 0.8854167vw;
  line-height: 2.2222222222;
  letter-spacing: 0;
  position: relative;
  left: 10.41667vw;
}
.p-form__check-text a{
  color: #186da5;
}
@media screen and (max-width: 767px) {
  .p-form__check-text {
    max-width: 20.5rem;
    font-size: 0.75rem;
    line-height: 1.9166666667;
    text-align: left;
    left: 1.5625rem;
    width: 100%;
  }
}

.p-form__check-text a {
  text-decoration: underline;
}

.p-form__check-btn {
  margin-top: 2.60417vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-form__check-btn {
    margin-top: 0.9375rem;
  }
}

.p-form__check-btn span {
  margin-left: 0.9896vw;
  font-weight: 500;
  font-size: 1.14583vw;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-form__check-btn span {
    margin-left: 0.5625rem;
    font-size: 0.875rem;
  }
}

.p-form__check-btn input {
  position: relative;
  width: 1.66667vw;
  height: 1.66667vw;
  top: 0.18229vw;
}
@media screen and (max-width: 767px) {
  .p-form__check-btn input {
    width: 1.25rem;
    height: 1.25rem;
    top: 0;
  }
}
.p-form__check-btn input::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #FFF;
  border: 1px solid #707070;
  width: 1.66667vw;
  height: 1.66667vw;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .p-form__check-btn input::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-form__check-btn input::after {
  position: absolute;
  display: block;
  content: "";
  opacity: 0;
  background-image: url(../images/common/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.40625vw;
  width: 2.3958vw;
  top: 0.0625rem;
  left: -0.3646vw;
}
@media screen and (max-width: 767px) {
  .p-form__check-btn input::after {
    width: 1.6875rem;
    height: 0.9375rem;
    left: -0.1875rem;
  }
}

input[type=checkbox]:checked::after {
  opacity: 1;
}

.p-form__button {
  margin-top: 5.2083vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__button {
    margin-top: 2rem;
  }
}

.p-form__button-img {
  position: relative;
  display: inline-block;
}
.p-form__button-img::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0.25rem;
  left: 0.25rem;
  width: 19.47917vw;
  height: 4.47917vw;
  background-image: url(../images/common/submit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-form__button-img::before {
    width: 11.4375rem;
    height: 2.625rem;
  }
}

.p-form__button-img input {
  position: relative;
  display: inline-block;
  width: 19.42708vw;
  padding: 1.38021vw;
  font-weight: 700;
  font-size: 1.45833vw;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFF;
  background-color: #1C1E2C;
  transition: 0.3s ease;
  cursor: pointer;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-form__button-img input {
    padding: 0.90625rem 0;
    width: 11.4375rem;
    font-size: 0.8125rem;
  }
}
.p-form__button-img input:hover {
  color: #1C1E2C;
  background-color: transparent;
  opacity: 1;
}

.is-error-email,
.is-error-name,
.is-error-tel,
.is-error-cheek,
.is-error-company,
.is-error-kana {
  font-size: 0.791667vw;
  color: #B90404;
}
@media screen and (max-width: 767px) {
  .is-error-email,
  .is-error-name,
  .is-error-tel,
  .is-error-cheek,
  .is-error-company,
  .is-error-kana {
    font-size: 0.75rem;
  }
}

.p-inquiry__thanks {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-inquiry__thanks {
    font-size: 0.75rem;
  }
}

.p-lineup {
  padding: 5.2083vw 0;
  background: linear-gradient(#fff, #C3C5CE);
}
@media screen and (max-width: 767px) {
  .p-lineup {
    padding: 4.375rem 0;
  }
}

.p-lineup__title {
  width: 58.59%;
}
@media screen and (max-width: 767px) {
  .p-lineup__title {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-lineup__title .c-section-title__wrap {
    top: 1.5625rem;
  }
}

.p-lineup__title .c-section-title__wrap-main {
  color: #1C1E2C;
  border-color: #1C1E2C;
}

.p-lineup__tab {
  margin-top: 3.3854167vw;
}
@media screen and (max-width: 767px) {
  .p-lineup__tab {
    margin-top: 1.375rem;
  }
}

.p-tab__list {
  padding: 7.13542vw 0 3.2917vw;
  background-image: url(../images/top/tab-list-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-tab__list {
    padding: 0.875rem 0 1.6875rem;
  }
}

.p-tab__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8.85417vw;
}
@media screen and (max-width: 767px) {
  .p-tab__flex {
    gap: 0.375rem;
  }
}

.p-tab__button {
  width: 28.3333%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-tab__button {
    width: 41.28205%;
  }
}

.p-tab__button img {
  transition: transform 0.6s ease;
}

.p-tab__button:hover img {
  transform: scale(1.05);
}

.p-tab__button p {
  font-weight: 700;
  font-size: 1.66667vw;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  text-align: center;
  -moz-filter: drop-shadow(0px 0px 3px rgb(255, 255, 255));
  -ms-filter: drop-shadow(0px 0px 3px rgb(255, 255, 255));
  filter: drop-shadow(0px 0px 3px rgb(255, 255, 255));
}
@media screen and (max-width: 767px) {
  .p-tab__button p {
    font-size: 0.75rem;
    line-height: 1.4285714286;
  }
}

.p-tab__contents {
  margin-top: 4.94792vw;
}
@media screen and (max-width: 767px) {
  .p-tab__contents {
    margin-top: 0.8125rem;
    overflow: hidden;
    overflow-x: scroll;
  }
}

.p-tab__content {
  display: none;
  max-width: 81.77083vw;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-tab__content {
    max-width: unset;
    width: 57rem;
    margin: 0;
    padding-right: 0;
  }
}

.p-tab__content.is-active {
  display: block;
  animation: fade 0.3s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-mv {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -5;
  overflow: hidden;
}
.p-mv::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 9.5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 5.833333vw;
  height: 5.7291667vw;
  background-image: url(../images/common/mv-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  z-index: 1;
  animation: bounce 1.5s infinite;
}
@media screen and (max-width: 767px) {
  .p-mv::before {
    height: unset;
    bottom: 1.25rem;
    width: 1.8125rem;
    height: 3rem;
    background-image: url(../images/common/mv-before-sp.svg);
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 3.25rem;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(2vw);
  }
}
.p-mv__main {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.p-mv__main video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-products {
  padding: 7.8125vw 0 4.01042vw;
}
@media screen and (max-width: 767px) {
  .p-products {
    padding: 4.375rem 0;
  }
}

.p-products__title {
  width: 78.4%;
}
@media screen and (max-width: 767px) {
  .p-products__title {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-products__title .c-section-title__wrap-sub img {
    max-width: 13rem;
  }
}

.p-products-list {
  margin-top: 2.60417vw;
}
@media screen and (max-width: 767px) {
  .p-products-list {
    margin-top: 2.625rem;
  }
}

.p-products-list__item {
  display: flex;
  align-items: center;
  gap: 2.3958vw;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-products-list__item {
    position: relative;
    display: block;
    gap: 0;
    align-items: start;
  }
}

.p-products-list__item.p-products-list__item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-products-list__item.p-products-list__item--reverse {
    flex-direction: unset;
  }
}

@media screen and (max-width: 767px) {
  .p-products-list__item:not(:first-of-type) {
    margin-top: 3.125rem;
  }
}

.p-products-list__item-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-products-list__item-img {
    position: absolute;
    top: 4.5rem;
    width: 93.5897%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-list__item.p-products-list__item--reverse .p-products-list__item-img {
    right: 0;
  }
}

.p-products-list__item-body {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .p-products-list__item-body {
    width: 93.5897%;
    padding-left: 1.5625rem;
  }
}

.p-products-list__item-number {
  max-width: 5.41667vw;
}
@media screen and (max-width: 767px) {
  .p-products-list__item-number {
    max-width: 2.3125rem;
  }
}

.p-products-list__item-title {
  margin-top: 1.82292vw;
  font-weight: 700;
  font-size: 1.77083vw;
  line-height: 1.4705882353;
}
@media screen and (max-width: 767px) {
  .p-products-list__item-title {
    margin-top: 0.8125rem;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.p-products-list__item-text {
  margin-top: 1.30208vw;
  font-size: 0.9375vw;
  line-height: 2.2222222222;
}
@media screen and (max-width: 767px) {
  .p-products-list__item-text {
    margin-top: 59.733333vw;
    font-size: 0.9375rem;
    line-height: 1.6666666667;
    letter-spacing: 0;
  }
}

.p-products__video-wrap {
  margin-top: 5.2083vw;
  max-width: 79.16667vw;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-products__video-wrap {
    margin-top: 8.75rem;
    max-width: 87.179487%;
  }
}

.p-products__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.p-products__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-worries {
  padding: 5.2083vw 0;
}
@media screen and (max-width: 767px) {
  .p-worries {
    padding: 4.375rem 0;
  }
}

.p-worries__inner {
  max-width: 74.01042vw;
  margin: 2.60417vw auto 0;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-worries__inner {
    margin-top: 1.875rem;
    max-width: 21.25rem;
    padding: 0 20px;
  }
}

.p-worries__title {
  width: 69.6875%;
}
@media screen and (max-width: 767px) {
  .p-worries__title {
    width: 100%;
  }
}

.p-worries__text {
  margin-top: 3.9583vw;
}
@media screen and (max-width: 767px) {
  .p-worries__text {
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
