@charset "UTF-8";
/* ====================================================
  Foundation
==================================================== */
/***
  Base CSS:
  The new CSS reset - version 1.8.4 (last updated 14.2.2023)
  GitHub page: https://github.com/elad2412/the-new-css-reset
***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a,
button {
  cursor: pointer;
}

ol,
ul,
menu {
  list-style: none;
}

video {
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

video:focus-visible {
  outline: none;
}

iframe {
  border: none;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/*======================================
  scss/1_foundation/_base.scss
======================================*/
/*======================================
  scss/0_settings/_variables.scss
======================================*/
/*======================================
  scss/0_settings/_mixin.scss
======================================*/
html.is-fixed,
body.is-fixed {
  overflow: hidden;
}

@media screen and (min-width: calc(900px + 1px)) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: calc(900px + 1px)) and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background-color: #000000;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
picture {
  display: block;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ====================================================
  Layout
==================================================== */
/*======================================
  scss/1_foundation/_base.scss
======================================*/
/*======================================
  scss/2_layout/_l-wrapper.scss
======================================*/
.l-wrapper {
  overflow-x: hidden;
  opacity: 0;
  -webkit-animation: fadeIn 1.5s forwards;
          animation: fadeIn 1.5s forwards;
}
.l-wrapper img,
.l-wrapper picture,
.l-wrapper svg,
.l-wrapper video,
.l-wrapper iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.l-wrapper sup {
  font-size: 0.5em;
  position: relative;
  top: -1em;
}

/*======================================
  scss/1_foundation/_base.scss
======================================*/
/*======================================
  scss/2_layout/_l-main.scss
======================================*/
.l-main {
  padding-top: 17.6rem;
  background: repeat-y top center/100% auto url(../images/main_bg02_pc.jpg);
}
@media screen and (max-width: 900px) {
  .l-main {
    padding-top: 7.9rem;
    background-image: url(../images/main_bg02_sp.jpg);
  }
}
.l-main--card {
  padding-top: 4.5rem;
}
.l-main--wallpaper {
  padding-top: 9.6rem;
}
@media screen and (max-width: 900px) {
  .l-main--wallpaper {
    padding-top: 6.3rem;
  }
}
.l-main__siteName {
  position: absolute;
  top: 1.4583333333vw;
  left: 1.4583333333vw;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.0416666667vw;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 900px) {
  .l-main__siteName {
    top: 0.9rem;
    left: 0.9rem;
    font-size: max(1.1rem, 10px);
  }
}
.l-main__block {
  position: relative;
  z-index: 5;
  padding-top: 18rem;
  padding-bottom: 36rem;
}
@media screen and (max-width: 900px) {
  .l-main__block {
    padding-top: 8rem;
    padding-bottom: 12.4rem;
  }
}
@media screen and (min-width: calc(900px + 1px)) {
  .l-main__block--right .l-main__blockContent {
    -webkit-transform: translateX(5rem);
            transform: translateX(5rem);
  }
}
@media screen and (max-width: 900px) {
  .l-main__block--right .l-main__blockContent {
    -webkit-transform: translateX(1.45rem);
            transform: translateX(1.45rem);
  }
}
.l-main__block--right .l-main__blockBg {
  right: 0;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 900px) {
  .l-main__block--left .l-main__blockContent {
    -webkit-transform: translateX(-1.45rem);
            transform: translateX(-1.45rem);
  }
}
.l-main__block--left .l-main__blockBg {
  left: 0;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.l-main__blockContent {
  position: relative;
  z-index: 1;
  width: 116rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .l-main__blockContent {
    width: 30.6rem;
  }
}
.l-main__blockBg {
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: -webkit-transform 1.3s;
  transition: -webkit-transform 1.3s;
  transition: transform 1.3s;
  transition: transform 1.3s, -webkit-transform 1.3s;
}
@media screen and (min-width: calc(900px + 1px)) {
  .l-main__blockBg {
    width: calc(50% + 58rem);
    clip-path: polygon(0 0, 100% 20.5rem, 100% 100%, 0 calc(100% - 20.5rem));
  }
}
@media screen and (max-width: 900px) {
  .l-main__blockBg {
    width: calc(100% - 2.9rem);
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    clip-path: polygon(0 0, 100% 5.6rem, 100% 100%, 0 calc(100% - 5.6rem));
  }
}
.l-main__blockBg.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: calc(900px + 1px)) {
  .l-main__blockBg--wallpaper {
    top: 4rem;
  }
}
@media screen and (max-width: 900px) {
  .l-main__blockBg--wallpaper {
    top: 5rem;
  }
}

/* ====================================================
  Component
==================================================== */
/*======================================
  scss/1_foundation/_base.scss
======================================*/
/*======================================
  scss/3_component/_c-lineButton.scss
======================================*/
.c-lineButton {
  overflow: hidden;
  width: 20.8rem;
  margin-inline: auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-lineButton:hover {
  opacity: 0.8;
}

/*======================================
  scss/1_foundation/_base.scss
======================================*/
/*======================================
  scss/3_component/_js-scrollAnimation.scss
======================================*/
.js-scrollAnimation--fadeIn {
  opacity: 0;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.js-scrollAnimation--fadeIn.is-active {
  opacity: 1;
}

/* ====================================================
  Project
==================================================== */
/*======================================
  scss/1_foundation/_base.scss
======================================*/
/*======================================
  scss/4_project/_p-cardTop.scss
======================================*/
.p-cardTop {
  width: 90rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .p-cardTop {
    width: 100%;
  }
}
.p-cardTop__title {
  text-align: center;
  line-height: 2.3;
}
.p-cardTop__title big {
  font-size: 4.4rem;
  letter-spacing: 0.16em;
  font-weight: 900;
}
@media screen and (max-width: 900px) {
  .p-cardTop__title big {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}
.p-cardTop__title small {
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 900px) {
  .p-cardTop__title small {
    font-size: 1.3rem;
  }
}
.p-cardTop__images {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 900px) {
  .p-cardTop__images {
    gap: 1.8rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.3rem;
  }
}
.p-cardTop__image {
  width: 20rem;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p-cardTop__image {
    width: 13.6rem;
  }
}
.p-cardTop__text {
  margin-top: 5.9rem;
  font-size: 1.7rem;
  line-height: 1.9411764706;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .p-cardTop__text {
    margin-top: 2.8rem;
    font-size: 1.3rem;
  }
}

/*======================================
  scss/1_foundation/_base.scss
======================================*/
/*======================================
  scss/4_project/_p-cardPolicy.scss
======================================*/
.p-cardPolicy {
  margin-top: 4.5rem;
  background: #ffffff;
  width: 106rem;
  margin-inline: auto;
  padding-block: 5rem;
}
@media screen and (max-width: 900px) {
  .p-cardPolicy {
    width: 100%;
    margin-top: 3.5rem;
    padding-block: 2.5rem;
  }
}
.p-cardPolicy__title {
  text-align: center;
  line-height: 1.875;
  font-weight: 900;
}
.p-cardPolicy__title big {
  font-size: 2.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .p-cardPolicy__title big {
    font-size: 1.6rem;
  }
}
.p-cardPolicy__title small {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .p-cardPolicy__title small {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    line-height: 1.7692307692;
  }
}
.p-cardPolicy__list {
  margin-top: 3.5rem;
  width: 90rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 7px solid #000000;
  padding-left: 5px;
}
@media screen and (max-width: 900px) {
  .p-cardPolicy__list {
    width: 27rem;
    margin-top: 4rem;
    border-left: 3px solid #000000;
    padding-left: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-cardPolicy__listTitle {
  border-left: 3px solid #000000;
  width: 30rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2.7rem;
}
@media screen and (max-width: 900px) {
  .p-cardPolicy__listTitle {
    border-left: 2px solid #000000;
    width: 100%;
    row-gap: 1.5rem;
  }
}
.p-cardPolicy__listTitle .trust {
  width: 13.8rem;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p-cardPolicy__listTitle .trust {
    width: 10.5rem;
  }
}
.p-cardPolicy__listTitle .service {
  width: 17.6rem;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p-cardPolicy__listTitle .service {
    width: 13.4rem;
  }
}
.p-cardPolicy__listTitle .security {
  width: 20.6rem;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p-cardPolicy__listTitle .security {
    width: 15.7rem;
  }
}
.p-cardPolicy__listTitle small {
  font-weight: 500;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .p-cardPolicy__listTitle small {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6923076923;
  }
}
.p-cardPolicy__listDetail {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p-cardPolicy__listDetail {
    padding-top: 2.5rem;
    border-left: 2px solid #000000;
  }
}
.p-cardPolicy__listDetail p {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .p-cardPolicy__listDetail p {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding-left: 1.5rem;
    text-align: justify;
    line-height: 1.6666666667;
  }
}
.p-cardPolicy__button {
  margin-top: 6.6rem;
  width: 26.3rem;
  height: 6.7rem;
  background: #4b4b4b;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  -webkit-column-gap: 2.7rem;
     -moz-column-gap: 2.7rem;
          column-gap: 2.7rem;
  clip-path: polygon(1.7rem 0%, calc(100% - 1.7rem) 0%, 100% 50%, calc(100% - 1.7rem) 100%, 1.7rem 100%, 0% 50%);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 900px) {
  .p-cardPolicy__button {
    width: 27rem;
    height: 5.5rem;
    font-size: 1.2rem;
    font-weight: 500;
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
    clip-path: polygon(1.5rem 0%, calc(100% - 1.5rem) 0%, 100% 50%, calc(100% - 1.5rem) 100%, 1.5rem 100%, 0% 50%);
  }
}
.p-cardPolicy__button img {
  width: 3.4rem;
  height: auto;
}
.p-cardPolicy__button:hover {
  opacity: 0.7;
}

/*======================================
  scss/1_foundation/_base.scss
======================================*/
/*======================================
  scss/4_project/_p-cardList.scss
======================================*/
.p-cardList {
  width: 106rem;
  margin-top: 10rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .p-cardList {
    width: 30.6rem;
    margin-top: 6rem;
  }
}
.p-cardList__title {
  text-align: center;
  line-height: 2;
}
.p-cardList__title big {
  font-family: "Oswald", sans-serif;
  font-size: 3.3rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .p-cardList__title big {
    font-size: 1.8rem;
    line-height: 0.75;
  }
}
.p-cardList__title small {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .p-cardList__title small {
    font-size: 1.6rem;
  }
}
.p-cardList__list {
  margin-top: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-cardList__list {
    margin-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.1rem;
    background: none;
  }
}
.p-cardList__item {
  width: 34rem;
  height: auto;
  padding-block: 3.9rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .p-cardList__item {
    background: #ffffff;
    width: 100%;
    padding-block: 2.4rem;
  }
}
.p-cardList__name {
  height: 6.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .p-cardList__name {
    height: 4.2rem;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
}
.p-cardList__image {
  width: 14.2rem;
  height: auto;
  margin-top: 1.5rem;
}
@media screen and (max-width: 900px) {
  .p-cardList__image {
    width: 14.6rem;
    margin-top: 1.7rem;
  }
}
.p-cardList__text {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7857142857;
  letter-spacing: 0.04em;
  height: 9rem;
}
@media screen and (max-width: 900px) {
  .p-cardList__text {
    height: auto;
    margin-top: 1.4rem;
    font-weight: 400;
  }
}
.p-cardList__button {
  margin-top: 2.7rem;
  width: 21.1rem;
  height: 5.8rem;
  background: #4b4b4b;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  -webkit-column-gap: 3.9rem;
     -moz-column-gap: 3.9rem;
          column-gap: 3.9rem;
  clip-path: polygon(1.7rem 0%, calc(100% - 1.7rem) 0%, 100% 50%, calc(100% - 1.7rem) 100%, 1.7rem 100%, 0% 50%);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 900px) {
  .p-cardList__button {
    width: 27rem;
    height: 5.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-inline: 3rem;
    margin-top: 2.6rem;
    font-size: 1.2rem;
    font-weight: 500;
    -webkit-column-gap: auto;
       -moz-column-gap: auto;
            column-gap: auto;
    clip-path: polygon(1.5rem 0%, calc(100% - 1.5rem) 0%, 100% 50%, calc(100% - 1.5rem) 100%, 1.5rem 100%, 0% 50%);
  }
}
.p-cardList__button img {
  width: 3.4rem;
  height: auto;
}
.p-cardList__button:hover {
  opacity: 0.7;
}

/*======================================
  scss/1_foundation/_base.scss
======================================*/
/*======================================
  scss/4_project/_p-cardHeadline.scss
======================================*/
.p-cardHeadline {
  padding-top: 9rem;
  padding-bottom: 5.4rem;
}
@media screen and (max-width: 900px) {
  .p-cardHeadline {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
.p-cardHeadline__title {
  text-align: center;
  font-weight: 900;
  line-height: 1.8387096774;
  font-size: 3.1rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 900px) {
  .p-cardHeadline__title {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: calc(900px + 1px)) {
  .p-cardHeadline__title p {
    display: inline-block;
    border-bottom: 2px solid #ffffff;
  }
}
@media screen and (max-width: 900px) {
  .p-cardHeadline__title span {
    display: inline-block;
    border-bottom: 2px solid #ffffff;
  }
}

/*======================================
  scss/1_foundation/_base.scss
======================================*/
/*======================================
  scss/4_project/_p-cardDetail.scss
======================================*/
.p-cardDetail {
  width: 106rem;
  height: auto;
  margin-inline: auto;
  border-top: 4px solid #000000;
  padding-top: 4px;
}
@media screen and (max-width: 900px) {
  .p-cardDetail {
    width: 100%;
    padding-top: 3px;
  }
}
.p-cardDetail:last-of-type .p-cardDetail__inner {
  padding-bottom: 0;
}
.p-cardDetail__inner {
  border-top: 2px solid #000000;
  width: 100%;
  padding-block: 8rem 4rem;
}
@media screen and (max-width: 900px) {
  .p-cardDetail__inner {
    padding-block: 3.4rem 8rem;
  }
}
.p-cardDetail__name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.8rem;
  line-height: 4.8rem;
  padding-inline: 1rem;
  margin-inline: auto;
  text-align: center;
  font-weight: 900;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  background: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-cardDetail__name {
    width: 100%;
    height: auto;
    line-height: 1.5625;
    padding-block: 1rem;
    padding-inline: 0;
    font-size: 1.6rem;
  }
}
.p-cardDetail__content {
  margin-top: 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.7rem;
     -moz-column-gap: 2.7rem;
          column-gap: 2.7rem;
}
@media screen and (max-width: 900px) {
  .p-cardDetail__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 23rem;
    margin-inline: auto;
  }
}
.p-cardDetail__image {
  width: 30.9rem;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p-cardDetail__image {
    width: 22.7rem;
  }
}
.p-cardDetail__caption {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .p-cardDetail__caption {
    font-size: 1.3rem;
    line-height: 1.5384615385;
    letter-spacing: 0.04em;
    margin-top: 2.6rem;
    text-align: center;
  }
}
.p-cardDetail__subTitle {
  margin-top: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .p-cardDetail__subTitle {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 2.5rem;
    letter-spacing: 0.02em;
  }
}
.p-cardDetail__subTitle span {
  display: inline-block;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 900px) {
  .p-cardDetail__subTitle span {
    white-space: nowrap;
  }
}
.p-cardDetail__message {
  margin-top: 3.5rem;
  text-align: center;
  font-weight: 900;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  line-height: 1.6923076923;
}
@media screen and (max-width: 900px) {
  .p-cardDetail__message {
    margin-top: 3rem;
    font-size: 1.5rem;
    border-bottom: 2px solid #000000;
    letter-spacing: 0.02em;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-cardDetail__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 0.3rem;
}
@media screen and (max-width: 900px) {
  .p-cardDetail__text {
    font-size: 1.3rem;
    margin-top: 1rem;
    text-align: justify;
    line-height: 1.6923076923;
  }
}

/*======================================
  scss/1_foundation/_base.scss
======================================*/
/*======================================
  scss/4_project/_p-cardBenefit.scss
======================================*/
.p-cardBenefit {
  width: 106rem;
  margin-inline: auto;
  margin-top: 6rem;
}
@media screen and (max-width: 900px) {
  .p-cardBenefit {
    width: 100%;
    margin-top: 3.5rem;
  }
}
.p-cardBenefit__title {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.95;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 900px) {
  .p-cardBenefit__title {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
    margin-top: 4rem;
    line-height: 1.6;
  }
}
.p-cardBenefit__title:before {
  width: 2.7rem;
  height: 2px;
  content: "";
  display: block;
  background: #000000;
  margin-top: 1.9rem;
}
@media screen and (max-width: 900px) {
  .p-cardBenefit__title:before {
    margin-top: 1.3rem;
  }
}
.p-cardBenefit__text {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .p-cardBenefit__text {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    line-height: 1.7692307692;
  }
}
.p-cardBenefit__label {
  width: 100%;
  margin-top: 2rem;
  background: #000000;
  color: #ffffff;
  text-align: center;
  height: 4.4rem;
  line-height: 4.4rem;
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .p-cardBenefit__label {
    width: 29.7rem;
    height: auto;
    font-size: 1.4rem;
    padding-block: 0.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: calc(900px + 1px)) {
  .p-cardBenefit__list {
    margin-top: 1.8rem !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .p-cardBenefit__list {
    width: 100%;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.p-cardBenefit__item {
  width: 34rem;
}
@media screen and (max-width: 900px) {
  .p-cardBenefit__item {
    width: 29.7rem;
  }
}
.p-cardBenefit__itemImage {
  width: 100%;
  height: 18.4rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-cardBenefit__itemImage {
    height: 16rem;
  }
}
.p-cardBenefit__itemImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-cardBenefit__itemImageDeco {
  position: absolute;
  right: 1rem;
  bottom: 0.4rem;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.p-cardBenefit__itemContent {
  width: 100%;
  height: auto;
  min-height: 33rem;
  background: #ffffff;
  padding-block: 2.8rem;
}
@media screen and (max-width: 900px) {
  .p-cardBenefit__itemContent {
    min-height: 31rem;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: calc(900px + 1px)) {
  .p-cardBenefit__itemContent--platina06 {
    height: 33.1rem;
  }
  .p-cardBenefit__itemContent--platina08 {
    height: 39rem;
  }
}
.p-cardBenefit__itemTitle {
  text-align: center;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.625;
  height: 5.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .p-cardBenefit__itemTitle {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    height: 4.4rem;
    line-height: 1.5714285714;
  }
}
.p-cardBenefit__itemTextWrap {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p-cardBenefit__itemTextWrap {
    height: 15.7rem;
    overflow: hidden;
    -webkit-transition: height 0.6s;
    transition: height 0.6s;
  }
}
.p-cardBenefit__itemText {
  margin-top: 2rem;
  width: 29rem;
  height: auto;
  margin-inline: auto;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .p-cardBenefit__itemText {
    margin-top: 0;
    width: 26rem;
    height: auto;
    font-size: 1.3rem;
  }
}
.p-cardBenefit__itemText small {
  font-weight: 400;
  font-size: 1.2rem;
  display: inline-block;
  margin-top: 1.5rem;
}
@media screen and (max-width: 900px) {
  .p-cardBenefit__itemText small {
    margin-top: 0;
  }
}
.p-cardBenefit__itemText b {
  font-weight: 900;
}
.p-cardBenefit__itemText_right {
  float: right;
}
@media screen and (max-width: 900px) {
  .p-cardBenefit__itemButton {
    width: 26.3rem;
    height: 4.4rem;
    padding-inline: 4.3rem;
    margin-inline: auto;
    margin-top: 1rem;
    clip-path: polygon(1.5rem 0%, calc(100% - 1.5rem) 0%, 100% 50%, calc(100% - 1.5rem) 100%, 1.5rem 100%, 0% 50%);
    background: #4b4b4b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-cardBenefit__itemButton:before {
    content: "続きを見る";
    color: #ffffff;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  .p-cardBenefit__itemButton.is-open::before {
    content: "閉じる";
  }
  .p-cardBenefit__itemButton.is-open .p-cardBenefit__itemButtonBars span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .p-cardBenefit__itemButton.is-open .p-cardBenefit__itemButtonBars span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (max-width: 900px) {
  .p-cardBenefit__itemButtonBars {
    position: relative;
    width: 1.7rem;
    height: 1.7rem;
    display: block;
  }
  .p-cardBenefit__itemButtonBars span {
    top: 0;
    bottom: 0;
    margin-block: auto;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-cardBenefit__itemButtonBars span:nth-of-type(2) {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.p-cardBenefit__notice {
  margin-top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .p-cardBenefit__notice {
    font-size: 1.2rem;
  }
}
.p-cardBenefit__button {
  margin-top: 3.8rem;
  width: 26.3rem;
  height: 6.7rem;
  background: #4b4b4b;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  -webkit-column-gap: 2.7rem;
     -moz-column-gap: 2.7rem;
          column-gap: 2.7rem;
  clip-path: polygon(1.7rem 0%, calc(100% - 1.7rem) 0%, 100% 50%, calc(100% - 1.7rem) 100%, 1.7rem 100%, 0% 50%);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 900px) {
  .p-cardBenefit__button {
    width: 100%;
    height: 5.5rem;
    font-size: 1.2rem;
    font-weight: 500;
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
    clip-path: polygon(1.5rem 0%, calc(100% - 1.5rem) 0%, 100% 50%, calc(100% - 1.5rem) 100%, 1.5rem 100%, 0% 50%);
  }
}
.p-cardBenefit__button img {
  width: 3.4rem;
  height: auto;
}
.p-cardBenefit__button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  .p-cardBenefit__slider {
    width: 32.6rem;
    margin-top: 1.1rem;
  }
  .p-cardBenefit__track {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-cardBenefit__arrows {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.3rem;
       -moz-column-gap: 1.3rem;
            column-gap: 1.3rem;
    margin-left: -2.9rem;
  }
  .p-cardBenefit__arrow {
    width: 3.4rem;
    height: 3.4rem;
    position: static;
    background: transparent;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

/*======================================
  scss/1_foundation/_base.scss
======================================*/
/*======================================
  scss/4_project/_p-header.scss
======================================*/
.p-header {
  width: 100%;
  position: fixed;
  padding: 2rem;
  background: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 50;
  top: 0;
  opacity: 0;
  -webkit-animation: fadeIn 2s 4.3s forwards;
          animation: fadeIn 2s 4.3s forwards;
}
.p-header.is-active {
  opacity: 1 !important;
}
@media screen and (max-width: 900px) {
  .p-header {
    z-index: 99;
    padding: 0;
    width: 6rem;
    height: 6rem;
    background-color: #000000;
    right: 0;
  }
}
.p-header.is-bg {
  background: rgba(0, 0, 0, 0.6);
}
.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.7rem;
     -moz-column-gap: 1.7rem;
          column-gap: 1.7rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-header__item a {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2.1333333333;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.p-header__item a:hover, .p-header__item a.is-active {
  border-bottom: 1px solid #ffffff;
}
.p-header__drawer {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.p-header__drawer span {
  display: block;
  width: 1.8rem;
  height: 2px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: center;
          transform-origin: center;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-header__drawer span:nth-of-type(1) {
  -webkit-transform: translateY(-0.3rem) rotate(0deg);
          transform: translateY(-0.3rem) rotate(0deg);
}
.p-header__drawer span:nth-of-type(2) {
  -webkit-transform: translateY(0.3rem) rotate(0deg);
          transform: translateY(0.3rem) rotate(0deg);
}
.p-header__drawer.is-open span:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.p-header__drawer.is-open span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

/*======================================
  scss/1_foundation/_base.scss
======================================*/
/*======================================
  scss/4_project/_p-footer.scss
======================================*/
.p-footer {
  padding-top: 8.3rem;
  padding-bottom: 4.3rem;
}
@media screen and (max-width: 900px) {
  .p-footer {
    padding-top: 6.8rem;
    padding-bottom: 2.4rem;
  }
}
.p-footer--card {
  padding-top: 0;
}
.p-footer__snsTitle {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-indent: 0.08em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 900px) {
  .p-footer__snsTitle {
    font-size: 1.8rem;
  }
}
.p-footer__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 900px) {
  .p-footer__snsList {
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }
}
.p-footer__snsItem {
  width: 3.9rem;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 900px) {
  .p-footer__snsItem {
    width: 4.2rem;
  }
}
.p-footer__snsItem:hover {
  opacity: 0.7;
}
.p-footer__siteName {
  margin-top: 4.8rem;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  text-indent: 0.08em;
  letter-spacing: 0.08em;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 900px) {
  .p-footer__siteName {
    font-size: 2.2rem;
    font-weight: 500;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
  }
}
.p-footer__siteName:hover {
  opacity: 0.7;
}
.p-footer__contactTitle {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 12rem;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-footer__contactTitle {
    font-size: 1.7rem;
    margin-top: 6rem;
  }
}
.p-footer__contactSubTitle {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 3rem;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-footer__contactSubTitle {
    font-size: 1.7rem;
    margin-top: 2.5rem;
  }
}
.p-footer__contactMail {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 2rem;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-footer__contactMail {
    font-size: 1.4rem;
  }
}
.p-footer__contactNote {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.3571428571;
  letter-spacing: 0.06em;
  margin-top: 3rem;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-footer__contactNote {
    margin-top: 2.5rem;
  }
}
.p-footer__copyright {
  margin-top: 14.5rem;
  color: #ffffff;
  font-size: max(1.3rem, 10px);
  text-align: center;
  text-indent: 0.08em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 900px) {
  .p-footer__copyright {
    margin-top: 7.6rem;
    line-height: 1.8461538462;
  }
}
.p-footer__copyright--wallpaper {
  margin-top: 9.5rem;
}
@media screen and (max-width: 900px) {
  .p-footer__copyright--wallpaper {
    margin-top: 4rem;
  }
}
.p-footer__textWrap {
  margin-top: 7.8rem;
  margin-bottom: 12.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-footer__textWrap {
    margin-top: 3.8rem;
    margin-bottom: 5rem;
    row-gap: 2.3rem;
  }
}
.p-footer__title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2.8947368421;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .p-footer__title {
    row-gap: 1.3rem;
  }
}
.p-footer__text {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.8947368421;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .p-footer__text {
    font-size: 1.4rem;
    line-height: 1.5384615385;
  }
}
.p-footer__email {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.0526315789;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 900px) {
  .p-footer__email {
    font-size: 1.4rem;
  }
}
.p-footer__note {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.3571428571;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 900px) {
  .p-footer__note {
    font-size: 1.2rem;
  }
}

/*======================================
  scss/1_foundation/_base.scss
======================================*/
/*======================================
  scss/4_project/_p-drawer.scss
======================================*/
.p-drawer {
  width: 100dvw;
  height: 100dvh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  visibility: hidden;
  pointer-events: none;
}
.p-drawer__inner {
  width: 100%;
  height: calc(100% - 9rem);
  overflow-y: scroll;
}
.p-drawer__logo {
  width: 13.8rem;
  height: auto;
  margin-top: 2rem;
  margin-inline: auto;
}
.p-drawer__nav {
  margin-top: 5rem;
  width: 33.4rem;
  margin-inline: auto;
}
.p-drawer__item a {
  width: 100%;
  height: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #4b4b4b;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.p-drawer__item:nth-child(3) a {
  border-bottom: none;
}
.p-drawer__item:nth-child(4) a {
  border-top: 1px solid #4b4b4b;
}
.p-drawer__itemSmall {
  margin-top: -0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.8rem;
}
.p-drawer__itemSmall a {
  line-height: 1.5714285714;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-drawer__line {
  width: 100%;
  height: 9rem;
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  background: #000000;
}
.p-drawer__lineText {
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 2;
  font-weight: 600;
}
.p-drawer__lineButton {
  width: 13rem;
  height: auto;
  margin: 0;
}
.p-drawer__accordingTitle {
  width: 100%;
  padding-block: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .p-drawer__accordingTitle {
    padding-block: 1.7rem;
  }
}
.p-drawer__accordingTitle.is-open .p-drawer__titleBars span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-drawer__accordingTitle.is-open .p-drawer__titleBars span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-drawer__title {
  width: 100%;
  padding-block: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .p-drawer__title {
    padding-block: 1.7rem;
  }
}
.p-drawer__title.is-open .p-drawer__titleBars span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-drawer__title.is-open .p-drawer__titleBars span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-drawer__titleText {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.p-drawer__titleBars {
  width: 2.1rem;
  height: 2.1rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-drawer__titleBars {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.p-drawer__titleBars span {
  top: 0;
  bottom: 0;
  margin-block: auto;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-drawer__titleBars span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-drawer__content {
  padding-block: 2rem;
  display: none;
}
.p-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

body.is-drawerOpen {
  width: 100vw;
  height: 100dvh;
  position: fixed;
}

/*======================================
  scss/1_foundation/_base.scss
======================================*/
/*======================================
  scss/4_project/_p-modal.scss
======================================*/
.p-modal {
  width: 100%;
  height: 100dvh;
  overflow: scroll;
  background: rgba(75, 75, 75, 0.98);
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding-block: 9.5rem;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-modal {
    padding-block: 6rem;
  }
}
.p-modal__filter {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
}
.p-modal__inner {
  width: 96rem;
  height: auto;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .p-modal__inner {
    width: 100%;
  }
}
.p-modal__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
.p-modal__title p {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-modal__title p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-modal__title span {
  text-align: center;
  font-weight: 900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 2;
  border-bottom: 3px solid #ffffff;
}
@media screen and (max-width: 900px) {
  .p-modal__title span {
    font-size: 1.4rem;
    line-height: 2.1428571429;
    letter-spacing: 0.01em;
    white-space: nowrap;
    border-bottom: 1.4px solid #ffffff;
  }
}
.p-modal__subtitle {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 900;
  margin-top: 1.5rem;
}
@media screen and (max-width: 900px) {
  .p-modal__subtitle {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    margin-top: 1.7rem;
  }
}
.p-modal__text {
  margin-top: 4.4rem;
  font-size: 1.3rem;
  line-height: 2.0625;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 900px) {
  .p-modal__text {
    margin-top: 2.3rem;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    width: 31.5rem;
    margin-inline: auto;
    text-align: justify;
  }
}
.p-modal__text span {
  font-weight: 900;
  font-size: 1.3rem;
}
.p-modal__close {
  position: absolute;
  right: -7rem;
  top: -6rem;
  width: 4.5rem;
  height: 4.5rem;
}
@media screen and (max-width: 900px) {
  .p-modal__close {
    right: 1.5rem;
    top: -4.5rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.p-modal__close span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-block: auto;
  -webkit-transform-origin: center;
          transform-origin: center;
  background: #ffffff;
}
.p-modal__close span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-modal__close span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-modal__close--black {
  right: 3rem;
  top: 3rem;
}
.p-modal__close--black span {
  background: #000000;
}
.p-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

body.is-modalOpen {
  width: 100vw;
  height: 100dvh;
  position: fixed;
}

/* ====================================================
  Utility
==================================================== */
/*======================================
  scss/1_foundation/_base.scss
======================================*/
/*======================================
  scss/05_utility/_u-pcsp.scss
======================================*/
@media screen and (min-width: calc(900px + 1px)) {
  .u-pcNone {
    display: none !important;
  }
}

@media screen and (max-width: 900px) {
  .u-spNone {
    display: none !important;
  }
}