@charset "UTF-8";
/*
/* Mixin
/*
----------------------------------------------------------------- */
@font-face {
  font-family: "Noto-Serif-Display-Condensed";
  src: url("/assets/fonts/Noto-Serif-Display-Condensed.ttf.woff") format("woff"), url("/assets/fonts/Noto-Serif-Display-Condensed.ttf.svg#Noto-Serif-Display-Condensed") format("svg"), url("/assets/fonts/Noto-Serif-Display-Condensed.ttf.eot"), url("/assets/fonts/Noto-Serif-Display-Condensed.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
.p-card {
  width: 24.25rem;
  color: #000;
  border-radius: 0.625rem;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  aspect-ratio: 388/460;
}
@media screen and (max-width: 767px) {
  .p-card {
    width: 100%;
    font-size: 0.875rem;
    aspect-ratio: 388/440;
  }
}

.p-card--pic {
  display: block;
  border-radius: 0.625rem 0.625rem 0 0;
}

.p-card--title {
  width: 19.6875rem;
  height: 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-card--title {
    width: 15.625rem;
    height: 1.875rem;
    font-size: 1rem;
  }
}
.p-card--title::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #3863FF;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: skew(-15deg) translateY(-50%);
          transform: skew(-15deg) translateY(-50%);
  z-index: -1;
}
.p-card--title span {
  font-family: "poppins_", "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  font-style: italic;
  color: #FFEE22;
}
@media screen and (max-width: 767px) {
  .p-card--title span {
    font-size: 1.25rem;
  }
}
.p-card--title .u-eng {
  font-size: clamp(0.875rem, -0.1278rem + 2.0864vw, 1.75rem);
}
@media screen and (max-width: 767px) {
  .p-card--title .u-eng {
    font-size: clamp(1.25rem, 0.7729rem + 2.0356vw, 1.75rem);
  }
}

.p-card ul {
  padding: 1.5625rem 1.5625rem 0 1.5625rem;
  list-style: none;
  text-align: left;
  display: flex;
    flex-flow: column;
    align-items: center;
}
@media screen and (max-width: 767px) {
  .p-card ul {
    padding: 0.9375rem 0.9375rem 0 1.875rem;
  }
}
.p-card ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.p-card ul li:nth-child(n+2) {
  margin-top: 0.75rem;
}
.p-card ul li::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.3125rem;
  background: url(../images/icon-check.svg) no-repeat center center/contain;
}

.p-card--front,
.p-card--back {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 3%;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.p-card--front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.p-card--front img {
  width: 100%;
}

.p-card--back p {
  background: #000;
  height: 100%;
  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;
}

.js-active .p-card--front {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.js-active .p-card--back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.p-exam {
  position: relative;
  padding: 8% 0 0;
  counter-reset: number 0;
}

@media screen and (max-width: 767px) {
  .p-exam {
    padding-top: 0;
  }
}
.p-exam--box {
  position: relative;
  background-size: 100%;
  position: relative;
  background-image: none !important;
}

@media screen and (max-width: 767px) {
  .p-exam--box {
    padding-bottom: 8%;
    background-size: cover;
  }
}
.p-exam--box::before {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  top: 0;
  content: "";
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.p-exam--title {
  position: absolute;
  left: 50%;
  top: 0;
  padding: 0 2% 0 5%;
  margin-top: 13%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-exam--title {
    position: relative;
    left: 0;
    width: 100%;
    padding: 0 5% 15%;
  }
  .p-exam--title br {
    display: none;
  }
}
.p-exam--title .c-title {
  text-align: left;
  padding-bottom: 8%;
}

@media screen and (max-width: 767px) {
  .p-exam--title .c-title {
    margin-bottom: 10%;
  }
}
.p-exam--title .c-title::before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.p-exam--title p {
  font-size: 18px;
  max-width: 522px;
  margin-top: 10%;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-exam--title p {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 5%;
  }
}
.p-exam--hero {
  position: absolute;
  right: 0;
  bottom: calc(100% - 8rem);
  text-align: right;
  font-size: 9.875rem;
  opacity: 0.1;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-exam--hero {
    bottom: 10%;
    font-size: 3.9375rem;
  }
}
.p-exam--hero p {
  line-height: 0.8;
}

.p-exam--detail {
  width: 50%;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-exam--detail {
    width: 100%;
    padding: 0 10% 0 0;
  }
}
.p-exam--pic {
  margin-top: -8%;
  position: relative;
}

.p-exam--pic img {
  width: 100%;
}

.p-exam--pic svg {
  position: absolute;
  top: 91%;
  left: 91%;
  width: 17.78%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.p-exam--pic svg circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 3;
}

.p-exam--pic::before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-family: "poppins_", sans-serif;
  top: 91%;
  left: 91%;
  font-size: 4.125rem;
  font-style: italic;
  line-height: 1;
  aspect-ratio: 1/1;
  width: 17.78%;
  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;
  padding-right: 1%;
}

@media screen and (max-width: 767px) {
  .p-exam--pic::before {
    font-size: 1.875rem;
  }
}
.p-exam--text {
  margin: 4% 5% 0;
  max-width: 520px;
  min-height: 200px;
}

@media screen and (max-width: 767px) {
  .p-exam--text {
    max-width: initial;
    width: 100%;
    margin: 0;
    padding: 5%;
    min-height: 185px;
  }
}
.p-exam--text h4 {
  font-size: 1.625rem;
}

@media screen and (max-width: 767px) {
  .p-exam--text h4 {
    font-size: 1rem;
  }
}
.p-exam--text ul {
  font-size: 18px;
  margin-top: 3%;
}

@media screen and (max-width: 767px) {
  .p-exam--text ul {
    font-size: 0.875rem;
  }
}
.p-exam--text ul li {
  margin-bottom: 1.5%;
  line-height: 1.6;
}

.p-exam--text ul li::before {
  content: "-";
}

.p-faq {
  background: #F7F7F7;
  padding: 15rem 2.5rem 9.1875rem;
  color: #000;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 5rem 1.25rem 2.5rem;
  }
}
.p-faq::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15rem;
  background: #000;
  -webkit-clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 0%);
          clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 0%);
  left: 0;
  top: 0;
  z-index: -1;
  margin-top:-1px;
}
@media screen and (max-width: 767px) {
  .p-faq::before {
    height: 3.75rem;
  }
}
.p-faq__inner {
  max-width: 1148px;
  margin: auto;
}
.p-faq--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0625rem;
  max-width: 50rem;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-faq--list {
    margin: 2.5rem auto 0;
    gap: 1.25rem;
  }
}
.p-faq--list dl {
  overflow: hidden;
  border-radius: 0.625rem;
}
.p-faq--list dl dt {
  padding: 1.75rem 5rem 1.5625rem 5rem;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: #000;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.p-faq--list dl dt.-open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.p-faq--list dl dt:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-faq--list dl dt {
    padding: 1.25rem 2.5rem 1.25rem 3.75rem;
    font-size: 16px;
  }
}
.p-faq--list dl dt::before {
  content: "Q.";
  font-family: "poppins_", sans-serif;
  font-style: italic;
  font-size: 3rem;
  position: absolute;
  top: 0.375rem;
  left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq--list dl dt::before {
    top: 0.5rem;
    font-size: 1.75rem;
  }
}
.p-faq--list dl dt span {
  width: 2.1875rem;
  height: 2.1875rem;
  background: #fff;
  border-radius: 2.1875rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-faq--list dl dt span {
    width: 1.5625rem;
    height: 1.5625rem;
    right: 1rem;
  }
}
.p-faq--list dl dt span::before, .p-faq--list dl dt span::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.125rem;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-faq--list dl dt span::before, .p-faq--list dl dt span::after {
    width: 0.75rem;
    height: 0.125rem;
  }
}
.p-faq--list dl dt span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq--list dl dd {
  max-height: 100%;
  font-size: 16px;
  line-height: 1.8;
  background: #fff;
  padding: 1.875rem 2.5rem 1.875rem 5rem;
  position: relative;
  line-height: 1.95;
  font-weight: 300;
  color: #000;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (max-width: 767px) {
  .p-faq--list dl dd {
    padding: 1.25rem 1.25rem 1.25rem 3.75rem;
    font-size: 15px;
    line-height: 1.6;
  }
}
.p-faq--list dl dd::before {
  content: "A.";
  position: absolute;
  top: 0.375rem;
  left: 1.25rem;
  font-family: "poppins_", sans-serif;
  font-style: italic;
  font-size: 3rem;
  color: #3863FF;
}
@media screen and (max-width: 767px) {
  .p-faq--list dl dd::before {
    top: 0.5rem;
    font-size: 1.75rem;
  }
}

.p-flow {
  padding: 15rem 2.5rem 8.125rem;
  background: #fff;
  color: #000;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 6.25rem 1.25rem 2.5rem;
  }
}
.p-flow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15rem;
  background: #000;
  -webkit-clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 0%);
          clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 0%);
  left: 0;
  top: -1px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-flow::before {
    height: 5rem;
  }
}
.p-flow__inner {
  max-width: 1148px;
  margin: auto;
}
.p-flow--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  max-width: 43.75rem;
  margin: 4.0625rem auto 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-flow--list {
    margin: 2.5rem auto 0;
  }
}
.p-flow--list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.125rem 3rem 2.125rem;
  background: #333333;
  border-radius: 0.625rem;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.p-flow--list__item.js-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-flow--list__item:last-child {
  padding-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-flow--list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    padding: 1.125rem 1.25rem 2.125rem;
    position: relative;
  }
  .p-flow--list__item::after {
    content: "";
    position: absolute;
    width: 0.25rem;
    height: 0.6875rem;
    background: url(../images/flow-dot.svg) no-repeat center center/contain;
    left: 50%;
    bottom: 0.9375rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-flow--list__item:last-child {
    padding-bottom: 1.125rem;
  }
  .p-flow--list__item:last-child::after {
    display: none;
  }
}
.p-flow--list__item:last-child .-step::after {
  display: none;
}
.p-flow--list__item .-step {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.625rem;
  height: 4.625rem;
  border-radius: 4.625rem;
  border: 1px solid #fff;
  font-family: "poppins_", sans-serif;
  font-style: italic;
  font-size: 1.625rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow--list__item .-step {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 3.125rem;
    font-size: 1.125rem;
    line-height: 1;
  }
}
.p-flow--list__item .-step small {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-flow--list__item .-step small {
    font-size: 0.75rem;
    line-height: 1;
  }
}
.p-flow--list__item .-step::after {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.6875rem;
  background: url(../images/flow-dot.svg) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  top: calc(100% + 0.625rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-flow--list__item .-step::after {
    display: none;
  }
}
.p-flow--list__item .-content {
  padding-left: 6.125rem;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow--list__item .-content {
    width: 100%;
    padding-top: 3.4375rem;
    padding-bottom: 0.625rem;
    padding-left: 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.625;
  }
}
.p-flow--list__item .-content::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-flow--list__item:nth-child(1) .-content::before {
  width: 2.6875rem;
  height: 2.1875rem;
  background: url(../images/flow-img01.svg) no-repeat center center/contain;
  left: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-flow--list__item:nth-child(1) .-content::before {
    left: 0;
    top: 1.0625rem;
    right: 0;
    margin: auto;
  }
}
.p-flow--list__item:nth-child(2) .-content::before {
  width: 2.25rem;
  height: 3rem;
  background: url(../images/flow-img02.svg) no-repeat center center/contain;
  left: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-flow--list__item:nth-child(2) .-content::before {
    left: 0;
    top: 1.0625rem;
    right: 0;
    margin: auto;
  }
}
.p-flow--list__item:nth-child(3) .-content::before {
  width: 2.3125rem;
  height: 3rem;
  background: url(../images/flow-img03.svg) no-repeat center center/contain;
  left: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-flow--list__item:nth-child(3) .-content::before {
    left: 0;
    top: 1.0625rem;
    right: 0;
    margin: auto;
  }
}
.p-flow--list__item:nth-child(4) .-content::before {
  width: 2.25rem;
  height: 3rem;
  background: url(../images/flow-img04.svg) no-repeat center center/contain;
  left: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-flow--list__item:nth-child(4) .-content::before {
    left: 0;
    top: 1.0625rem;
    right: 0;
    margin: auto;
  }
}
.p-flow--list__item:nth-child(5) .-content::before {
  width: 3rem;
  height: 2.75rem;
  background: url(../images/flow-img05.svg) no-repeat center center/contain;
  left: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-flow--list__item:nth-child(5) .-content::before {
    left: 0;
    top: 1.0625rem;
    right: 0;
    margin: auto;
  }
}
.p-flow--list__item:nth-child(6) .-content::before {
  width: 4.8125rem;
  height: 3.625rem;
  background: url(../images/flow-img06.svg) no-repeat center center/contain;
  left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow--list__item:nth-child(6) .-content::before {
    left: 0;
    top: 1.0625rem;
    right: 0;
    margin: auto;
    width: 4.0625rem;
  }
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "poppins_";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Poppins-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "poppins_";
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/Poppins-SemiBoldItalic.woff) format("woff");
  font-display: swap;
}
@-webkit-keyframes mvclip {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(45% 0, 100% 0, 100% 100%, 78% 100%);
            clip-path: polygon(45% 0, 100% 0, 100% 100%, 78% 100%);
  }
}
@keyframes mvclip {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(45% 0, 100% 0, 100% 100%, 78% 100%);
            clip-path: polygon(45% 0, 100% 0, 100% 100%, 78% 100%);
  }
}
@-webkit-keyframes spclip {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(24% 1%, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(24% 1%, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes spclip {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(24% 1%, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(24% 1%, 100% 0, 100% 100%, 100% 100%);
  }
}
@-webkit-keyframes mvlogo {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes mvlogo {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes splogo {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes splogo {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slider01 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slider01 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slider02 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slider02 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 366;
  }
  99.9%, to {
    stroke-dasharray: 366 366;
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 366;
  }
  99.9%, to {
    stroke-dasharray: 366 366;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes widthDown {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes widthDown {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
html {
  line-height: 1.6;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "NotoSansJP", sans-serif;
  background: #000;
  color: #fff;
}

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

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.c-btn {
  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;
  font-weight: 800;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 20px;
}
.c-btn::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 1.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn--white {
  background: #fff;
  color: #000;
}
@media (any-hover: hover) {
  .c-btn--white:hover {
    background: #3863FF;
  }
}
.c-btn--white.c-icon--mail::before {
  background-image: url(../images/icon-mail_b.svg);
}

.c-btn--blue {
  background: transparent -webkit-gradient(linear, left top, right top, from(#009CA4), color-stop(50%, #3E94FF), to(#7C81CE));
  background: transparent linear-gradient(90deg, #009CA4 0%, #3E94FF 50%, #7C81CE 100%);
  color: #fff;
  background-position: 1% 50%;
  background-size: 200% auto;
}
@media (any-hover: hover) {
  .c-btn--blue:hover {
    background-position: 99% 50%;
    -webkit-box-shadow: 0 0 0.8125rem -0.3125rem #fff;
            box-shadow: 0 0 0.8125rem -0.3125rem #fff;
  }
}

.c-btn--black {
  background: #000;
  color: #fff;
}
@media (any-hover: hover) {
  .c-btn--black:hover {
    background: #3863FF;
  }
}
.c-btn--black.c-icon--download::before {
  background-image: url(../images/icon-download_w.svg);
}

.c-icon--download::before {
  background-image: url(../images/icon-download.svg);
}

.c-icon--mail::before {
  background-image: url(../images/icon-mail.svg);
}

.c-btn--orange {
  background: transparent linear-gradient(135deg, #fd685f 0%, #fd784d 14.78%, #fe8c36 33.5%, #fea717 61.08%, #feb408 76.85%, #feb804 100%);
  color: #fff;
  background-position: 0 0;
  background-size: cover;
  padding-left: 0px;
  transition: all 0.3s
}
@media (any-hover: hover) {
  .c-btn--orange:hover {
    background: transparent linear-gradient(135deg, #feb804 0%, #feb408 16.81%, #fea717 33.5%, #fe8c36 61.08%, #fd784d 76.85%, #fd685f 100%);
    -webkit-box-shadow: 0 0 0.8125rem -0.3125rem #fff;
            box-shadow: 0 0 0.8125rem -0.3125rem #fff;
    transition: all 0.3s
  }
}

.c-title {
  padding-bottom: 1.875rem;
  font-size: 42px;
  font-weight: 800;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.25rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    font-size: 25px;
  }
}
.c-title:before {
  content: "";
  width: 6.25rem;
  height: 0.375rem;
  background: transparent -webkit-gradient(linear, left top, right top, from(#009CA4), color-stop(50%, #3E94FF), to(#7C81CE));
  background: transparent linear-gradient(90deg, #009CA4 0%, #3E94FF 50%, #7C81CE 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
}
.c-title.-black {
  color: #000;
}

.c-title--small {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-title--small {
    font-size: 0.875rem;
  }
}

.c-title--bgwhite {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 0 0.9375rem;
  margin: 0 0.625rem 0.625rem;
  position: relative;
}
.c-title--bgwhite::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.c-title--bgwhite.js-active::before {
  width: 0;
}

.c-cta {
  padding: 4.625rem 0 4.5rem;
  text-align: center;
  background-image: url(../images/cta-bg.webp);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding: 4.375rem 0;
    background-attachment: initial;
  }
}
.c-cta::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, right top, from(#009CA4), color-stop(50%, #3E94FF), to(#7C81CE));
  background: transparent linear-gradient(90deg, #009CA4 0%, #3E94FF 50%, #7C81CE 100%);
  left: 0;
  top: 0;
  opacity: 0.9;
}
.c-cta--title {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-cta--title {
    padding: 0 1.625rem;
  }
}
.c-cta--title h3 {
  font-size: 2rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-cta--title h3 {
    font-size: 1.25rem;
  }
}
.c-cta--title p {
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .c-cta--title p {
    font-size: 15px;
  }
}
.c-cta--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-cta--btns {
    -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;
    gap: 1rem;
    margin: 1.25rem 2.5rem 0;
  }
}
.c-cta--btns a {
  width: 14.5625rem;
  height: 3.4375rem;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-cta--btns a {
    width: 18.75rem;
  }
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 78px;
  padding: 0 30px 0 20px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation: down 0.3s forwards;
          animation: down 0.3s forwards;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
}
.l-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #000), to(rgba(2, 0, 36, 0)));
  background: linear-gradient(180deg, #000 46%, rgba(2, 0, 36, 0) 100%);
  width: 100%;
  height: 100%;
  opacity: 0.3;
  mix-blend-mode: multiply;
}


.l-header.js-fixed{
  position: fixed;
  pointer-events: initial;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 3.125rem;
    padding: 0 0.625rem 0 0.625rem;
    opacity: 1;
    -webkit-animation-delay: .5s;
        animation-delay: .5s;
  }
}
.l-header--logo {
  width: 178px;
  position: relative;
  z-index: 1;
}
.l-header--logo a {
  display: block;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.l-header--logo a:hover {
  opacity: 0.8;
}
.l-header--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .l-header--btns {
    gap: 0.625rem;
  }
}
.l-header--btns .c-btn {
  /* width: 192px; */
  width: 225px;
  height: 44px;
  font-size: 14px;
}
/* .l-header--btns .c-btn.c-icon--download{
  width: 225px;
} */
@media screen and (max-width: 767px) {
  .l-header--btns .c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px !important;
    height: 40px;
    padding-left: 40px;
    overflow: hidden;
    font-size: 0;
  }
  .l-header--btns .c-btn::before {
    width: 18px;
    height: 17px;
    left: 11px;
  }
}
.l-header--telnumber {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.l-header--telnumber::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 18px;
  height: 50%;
  top: 10px;
  background: url(../images/tel-icon-white.svg) no-repeat;
  background-size: 100%;
}
.l-header--telnumber a {
  color: #fff;
}
.l-header--telnumber span {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .l-header--telnumber {
    overflow: hidden;
  }
  .l-header--telnumber a {
    display: block;
    width: 40px;
    height: 40px;
    padding-left: 40px;
    padding-top: 40px;
  }
  .l-header--telnumber::before {
    left: 11px;
    top: 10px;
    background: url(../images/tel-icon-black.svg) no-repeat;
    width: 15px;
    background-size: 100%;
    margin-top: 3px;
    margin-left: 2px;
  }
}
@media screen and (max-width: 767px) {
  .l-header--tel {
    background: #fff;
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
  }
}

.l-footer {
  background: #000;
  padding: 2.5rem 0 0.5rem;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 1.875rem 0 0;
    font-size: 0.625rem;
  }
}
.l-footer a {
  color: #fff;
}
.l-footer--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 2rem;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer--logo {
    width: 8.4375rem;
    margin-bottom: 0.9375rem;
  }
}
.l-footer--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer--nav {
    margin-top: 1rem;
    gap: 0.5rem;
  }
}
.l-footer--nav a {
  color: #fff;
}
.l-footer--copy {
  text-align: center;
  padding: 1.25rem;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-footer--copy {
    font-size: 0.625rem;
  }
}

.l-wrapper {
  overflow: hidden;
  margin-top: 100vh;
  background: #000;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .l-wrapper {
    margin-top: 80vh;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .md\:hidden {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pc\:hidden {
    display: none;
  }
}

.js-move p span::after {
  width: 0;
}

.u-eng {
  font-family: "poppins_", sans-serif;
  font-style: italic;
  line-height: 1.2;
}

.u-text--blue {
  color: #3863FF;
}

.u-font--small {
  font-size: 70%;
  line-height: 1.7;
  display: block;
}

.cookie {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  /* right: 0; */
  left: 0;
  width: 400px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
  padding: 30px 20px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  /* -webkit-transition-delay: 5s;
          transition-delay: 5s; */ /* loadアニメーション実行タイミング用のずれ */
}
.cookie button {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cookie_text {
  margin-bottom: 20px;
}
.cookie_text a {
  color: #468DF8;
}
.cookie_btn {
  width: 300px;
}
.cookie_btn button {
  width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .cookie {
    width: 100%;
    right: 0;
  }
  .cookie_btn {
    width: 100%;
  }
}
.cookie.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cookie.is-hide {
  display: none;
}

.p-inquiry {
  background: #4B4B4B;
  padding: 5.625rem 2.5rem 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry {
    padding: 3.75rem 1.25rem 1.25rem;
  }
}
.p-inquiry.-tel {
  padding: 0;
  background: none;
}
.p-inquiry__inner {
  max-width: 1148px;
  margin: auto;
}

.p-inquiry--tel {
  background: transparent linear-gradient(99deg, #20264B 0%, #05081C 100%);
  text-align: center;
  position: relative;
  padding: 8% 0 7%;
  font-size: 18px;
}

@media screen and (max-width: 767px){
.p-inquiry--tel{
font-size: 15px;
}
}

.p-inquiry--tel a {
  color: #fff;
  text-decoration: none;
}

.p-inquiry--tel::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 5.75rem;
  height: 3.125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, #3D3D4A)) no-repeat top left/50% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #3D3D4A)) no-repeat bottom right/50% 100%;
  background: linear-gradient(to top right, transparent 50%, #3D3D4A 50%) no-repeat top left/50% 100%, linear-gradient(to top left, transparent 50%, #3D3D4A 50%) no-repeat bottom right/50% 100%;
}

@media screen and (max-width: 767px) {
  .p-inquiry--tel::after {
    width: 7%;
    height: 11%;
  }
}
.p-inquiry--telnum {
  font-size: clamp(1.75rem, -0.2556rem + 4.1729vw, 3.5rem);
  font-family: "poppins_", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-inquiry--telnum {
    margin: 2% auto;
  }
}
.p-inquiry--telnum::before {
  content: "";
  display: inline-block;
  width: 3%;
  height: 0;
  padding-top: 3%;
  margin-right: 1%;
  background: url(../images/icon-tel.svg) no-repeat center center;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .p-inquiry--telnum::before {
    width: 4.7%;
    padding-top: 5%;
  }
}
.p-inquiry--time {
  border: solid 1px #FFF;
  display: inline-block;
  margin: 0 auto;
  padding: 0.3% 2% 0.3%;
}

.p-inquiry--form {
  width: 47.5rem;
  margin: 3.125rem auto 0;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-inquiry--form {
    width: 100%;
    margin: 2.5rem auto;
  }
}
.p-inquiry--form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.p-inquiry--form__row:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry--form__row:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}
.p-inquiry--form__row .p-inquiry--form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
  font-size: 18px;
  line-height: 1.7727272727;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-inquiry--form__row .p-inquiry--form__label {
    gap: 0.5rem;
    font-size: 15px;
  }
}
.p-inquiry--form__row .p-inquiry--form__label.-required::before {
  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;
  content: "必須";
  width: 4.375rem;
  height: 2.375rem;
  text-align: center;
  border-radius: 0.1875rem;
  background: #3863FF;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-inquiry--form__row .p-inquiry--form__label.-required::before {
    width: 3.125rem;
    height: 1.75rem;
    font-size: 0.9375rem;
    line-height: 1;
  }
}
.p-inquiry--form__row .p-inquiry--form__body input, .p-inquiry--form__row .p-inquiry--form__body textarea {
  width: 100%;
  padding: 0.9375rem 1.75rem;
  background: #E2E2E2;
  border: none;
  border-radius: 0.1875rem;
  font-size: 16px;
  line-height: 1.95;
  font-weight: 400;
  color: #000;
}
.p-inquiry--form__row .p-inquiry--form__body input:-webkit-autofill, .p-inquiry--form__row .p-inquiry--form__body textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #E2E2E2 inset;
          box-shadow: 0 0 0 1000px #E2E2E2 inset;
  -webkit-text-fill-color: #000;
}
.p-inquiry--form__row .p-inquiry--form__body input:-internal-autofill-selected, .p-inquiry--form__row .p-inquiry--form__body textarea:-internal-autofill-selected {
  background: #E2E2E2;
}
@media screen and (max-width: 767px) {
  .p-inquiry--form__row .p-inquiry--form__body input, .p-inquiry--form__row .p-inquiry--form__body textarea {
    padding: 0.625rem 1.25rem;
    font-size: 15px;
  }
}
.p-inquiry--form__checkboxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3125rem;
  font-size: 18px;
  line-height: 1.95;
}
@media screen and (max-width: 767px) {
  .p-inquiry--form__checkboxs {
    grid-template-columns: 1fr;
    font-size: 15px;
    line-height: 1.625;
    gap: 0.5rem;
  }
}
.p-inquiry--form__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry--form__name {
    gap: 0.625rem;
  }
}
.p-inquiry--form__privacy {
  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;
  gap: 0.625rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 2.1666666667;
}
@media screen and (max-width: 767px) {
  .p-inquiry--form__privacy {
    gap: 0.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 15px;
    line-height: 1.625;
  }
}
.p-inquiry--form__error {
  display: block;
  padding: 0.25rem 0.75rem;
  background: #ffdbdb;
  color: #D10000;
  border-radius: 0.3125rem;
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.625;
}
.p-inquiry--form__privacy + .p-inquiry--form__error {
  /* margin-top: -3.125rem;
  margin-bottom: 3.125rem; */
  margin-top: -2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry--form__privacy + .p-inquiry--form__error {
    margin-top: -0.625rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-inquiry--form__error {
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.p-inquiry--form label {
  position: relative;
}
.p-inquiry--form label a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #fff;
}
@media (any-hover: hover) {
  .p-inquiry--form label a:hover {
    color: #3863FF;
    text-decoration: none;
  }
}
.p-inquiry--form label input {
  width: 1.125rem;
  height: 1.125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-inquiry--form label input + span {
  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;
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-inquiry--form label input + span.-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-inquiry--form label input + span::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.8125rem;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0.1875rem;
}
.p-inquiry--form label input + span::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.5rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0.875rem;
  left: 0.25rem;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-inquiry--form label input + span::after {
    border-left: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    top: 0.4375rem;
  }
}
.p-inquiry--form label input:checked + span::before {
  background: #3863FF;
  border: none;
}
.p-inquiry--form label input:checked + span::after {
  opacity: 1;
}
.p-inquiry--form label input {
  width: 1.25rem;
  height: 1.25rem;
}
.p-inquiry--form__submit {
  width: 100%;
  height: 5.5rem;
  padding-left: 0;
  font-size: 1.375rem;
  line-height: 1.1818181818;
  font-weight: 700;
  outline: none;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-inquiry--form__submit {
    height: 3.75rem;
    font-size: 1.125rem;
    line-height: 1;
  }
}

.p-intro {
  padding: 2.5rem 0 8.4375rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 1.25rem 1.25rem 2.5rem;
  }
}
.p-intro > * {
  position: relative;
  z-index: 1;
}
.p-intro::before, .p-intro::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  /* top: 6.875rem; */
  top: 7.875rem;
  /* z-index: -1; */
}
.p-intro::before {
  /* background: #fff; */
  -webkit-clip-path: polygon(100% 30%, 150% 100%, -70% 60%, -40% 10%);
          clip-path: polygon(100% 30%, 150% 100%, -70% 60%, -40% 10%);
}
.p-intro::after {
  /* top: 13.125rem; */
  top: 14.125rem;
  /* background: #4B4B4B; */
  -webkit-clip-path: polygon(100% 0, 100% 64%, -100% 100%, 0 15%);
          clip-path: polygon(100% 0, 100% 64%, -100% 100%, 0 15%);
}

.p-intro--medals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.4375rem;
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-intro--medals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    padding-bottom: 0rem;
  }
}
.p-intro--medals__item img {
  margin-bottom: 0.875rem;
  width: 18.125rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-intro--medals__item img {
    width: 9.375rem;
  }
}

.p-intro--title {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-intro--title {
    font-size: 1.25rem;
  }
}
.p-intro--title .-flex {
  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;
  white-space: nowrap;
}

.p-intro--bgwhite {
  display: inline-block;
  margin-left: 0.4375rem;
  padding: 0 1.3125rem;
  font-size: 3rem;
  font-family: "poppins_", sans-serif;
  font-style: italic;
  line-height: 1;
  color: #000;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-intro--bgwhite {
    font-size: 1.875rem;
    padding: 0 1rem;
  }
}
.p-intro--bgwhite::before, .p-intro--bgwhite::after {
  content: "";
  position: absolute;
  bottom: 5%;
  width: 100%;
  height: 90%;
  background: #fff;
  z-index: -1;
  right: 0;
}
.p-intro--bgwhite::after {
  z-index: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.js-active .p-intro--bgwhite::after {
  width: 0;
}

.p-intro p {
  max-width: 90vw;
  margin: 0 auto 1.875rem;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-intro p {
    position: relative;
    /* margin-bottom: 1.25rem; */
    top: -3.25rem;
    margin-bottom: -2.25rem;
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}

.p-intro--notice {
  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;
  margin: 1.875rem auto 3.75rem;
  font-size: 14px;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767px) {
  .p-intro--notice {
    /* margin: 1.25rem auto 2.5rem; */
    margin: -2.25rem auto 2.5rem;
    font-size: 13px;
  }
}
.p-intro--notice ul {
  display: inline-block;
}
.p-intro--notice li {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-intro---logos {
    margin: 0 -1.25rem;
  }
}

.p-intro--line {
  display: table;
  margin: 0 auto 0.5%;
  font-size: clamp(0.8125rem, -0.1187rem + 1.9374vw, 1.625rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-intro--line {
    font-size: 1rem;
  }
}

.p-intro--line::before,
.p-intro--line::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.p-intro--line::before {
  left: 103%;
}

.p-intro--line::after {
  right: 103%;
}

.p-intro--slider {
  /* No1セクション削除のため一時的に対応 */
  background: #ededed;
  /* background: #fff; */
  padding: 20px 0 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-intro--slider {
    padding: 10px 0 0;
  }
}
.p-intro--slider .slider01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}

.p-intro--slider .slide {
  width: 260px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-intro--slider .slide {
    width: 130px;
    padding-right: 10px;
  }
}
.p-intro--slider .slider02 {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-intro--slider .slider02 {
    padding-bottom: 10px;
  }
}
.js-slider .slider01 {
  -webkit-animation: slider01 15s infinite linear 0.5s both;
          animation: slider01 15s infinite linear 0.5s both;
}

.js-slider .slider02 {
  -webkit-animation: slider02 23s infinite linear 0.5s;
          animation: slider02 23s infinite linear 0.5s;
}

.js-active .p-intro--bgwhite::after {
  width: 0;
}
.p-mv{
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  }
  .p-mv__wrap{
    position: relative;
  }
.p-mv__box {
  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;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.p-mv__box::after {
  position: absolute;
  clip-path: polygon(4% 0%, 84% 0%, 96% 100%, 16% 100%);
  content: "";
  width: 100vw;
  height: 100vh;
  display: block;
  background-color: #000;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__box{
    height: 100%;
  }
  .p-mv__box::after{
    clip-path: polygon(0% 0%, 25% 0%, 80% 100%, 0% 100%);
    background-image: linear-gradient(90deg, rgba(32, 38, 75, 1), rgba(5, 8, 28, 1));
    bottom: unset;
    top: 0;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    /* min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100); */
    /* min-height: unset; */
    height: 100%;
    position: relative;
    flex-direction: column;
  }
  .p-mv__wrap{
    z-index: 1;
  }
  .p-mv__box{
    padding-top: 2rem;
    position: unset;
    top: unset;
    left: unset;
  }
}
.p-mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../images/mv_bg01_2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); */
  /* -webkit-clip-path: polygon(45% 0, 100% 0, 100% 100%, 78% 100%);
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 78% 100%); */
  z-index: 0;
  /* -webkit-animation: mvclip 0.4s both;
          animation: mvclip 0.4s both;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s; */
}
/* .p-mv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../images/mv_bg01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 70rem;
  z-index: 0;
} */
@media screen and (max-width: 767px) {
  .p-mv::before {
    background-attachment: initial;
    background-image: url(../images/mv_bg01_sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
  }
  /* .p-mv::after {
    content: none;
  } */
}

.p-mv--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* width: 43.4375rem;
  padding-left: 12.5rem; */
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv--title {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
    -webkit-transform: none;
            transform: none;
    display: block;
  }
}
.p-mv--title h1 span {
  display: block;
  font-size: 1.875rem;
  margin-bottom: 2.375rem;
  opacity: 1;
  /* opacity: 0;
  -webkit-animation: fadeIn 0.3s forwards;
          animation: fadeIn 0.3s forwards;
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s; */
}
@media screen and (max-width: 767px) {
  .p-mv--title h1 span {
    font-size: 1rem;
    padding-right: 0;
    padding-bottom: 2.8rem;
    margin-left: 10rem;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.5;
    display: none;
  }
}
.p-mv--title h1 img {
  width: 25.4375rem;
  margin: 0 auto;
  /* -webkit-animation: mvlogo 3.5s both;
          animation: mvlogo 3.5s both;
  -webkit-transform: translateX(60%);
          transform: translateX(60%);
  opacity: 0; */
  opacity: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv--title h1 img {
    width: 12.8rem;
    margin: 0 0 0 auto;
    /* -webkit-animation: splogo 3.5s both;
            animation: splogo 3.5s both;
    -webkit-transform: translateX(16%);
            transform: translateX(16%); */
  }
}
.p-mv--title p {
  margin-top: 2.25rem;
  font-size: 1.2rem;
  line-height: 2.2;
  opacity: 1;
  text-align: center;
  /* opacity: 0;
  -webkit-animation: fadeIn 0.3s forwards;
          animation: fadeIn 0.3s forwards;
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s; */
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-mv--title p {
    margin-top: 1.25rem;
    font-size: 12px;
    line-height: 2.4;
    white-space: normal;
  }
}
.animation-finished .p-mv--title img {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
  -webkit-transform: none;
          transform: none;
}

.p-mv--product {
  position: absolute;
  right: 6rem;
  top: 0;
}
.p-mv--product li {
  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;
  width: 6.375rem;
  height: 7.375rem;
  background: url(../images/mv-product_bg_line.svg) no-repeat center center/contain;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: absolute;
  /* opacity: 0; */
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-mv--product {
    /* position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.4rem; */
    display: none;
  }
  .p-mv--product li {
    width: calc(33% - .2rem);
    height: 7rem;
    /* height: 4.125rem; */
    margin: 0 .4rem;
    font-size: 0.6875rem;
    line-height: 1.3;
    position: unset;
  }
}
.p-mv--product li.-vision {
  /* -webkit-animation: fadeIn 0.5s forwards;
          animation: fadeIn 0.5s forwards;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s; */
  top: 0;
  left: 3.6875rem;
}
@media screen and (max-width: 767px) {
  .p-mv--product li.-vision {
    top: 0.75rem;
    left: 2.0625rem;
  }
}
.p-mv--product li.-panel {
  /* -webkit-animation: fadeIn 0.5s forwards;
          animation: fadeIn 0.5s forwards;
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s; */
  background-image: url(../images/mv-product_bg_white.svg);
  color: #000;
  top: 5.75rem;
  left: 7.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv--product li.-panel {
    top: 4.0625rem;
    left: 0;
  }
}
.p-mv--product li.-signege {
  /* -webkit-animation: fadeIn 0.5s forwards;
          animation: fadeIn 0.5s forwards;
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s; */
  top: 11.4375rem;
  left: 3.6875rem;
}
@media screen and (max-width: 767px) {
  .p-mv--product li.-signege {
    top: 7.3125rem;
    left: 2.0625rem;
  }
}

.p-mv--achieve{
  position: absolute;
  left: -16rem;
  top: 0;
  width: 19rem;
}
@media screen and (max-width: 767px) {
  .p-mv--achieve{
    left: 0rem;
    top: -0.8rem;
    width: 7.4rem;
  }
}

.p-mv--form {
  width: 29.3125rem;
  margin-left: 3.125rem;
  padding: 2.1875rem 2.1875rem 1.875rem;
  background: #fff;
  border-radius: 0.9375rem;
  border: 1px solid #707070;
  color: #000;
  position: relative;
  z-index: 1;
  opacity: 0;
  /* -webkit-animation: fadeIn 0.5s forwards;
          animation: fadeIn 0.5s forwards;
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s; */
}
@media screen and (max-width: 767px) {
  .p-mv--form {
    display: none;
  }
}
.p-mv--form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.p-mv--form__row:nth-child(n+2) {
  margin-top: 0.9375rem;
}
.p-mv--form__row .p-mv--form__label.-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #000;
}
.p-mv--form__row .p-mv--form__label.-required::before {
  content: "必須";
  width: 2.625rem;
  height: 1.3125rem;
  text-align: center;
  border-radius: 0.1875rem;
  background: #3863FF;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  color: #fff;
  font-weight: 700;
}
.p-mv--form__row .p-mv--form__body input, .p-mv--form__row .p-mv--form__body textarea {
  width: 100%;
  padding: 0.5rem 0.875rem;
  background: #E2E2E2;
  border: none;
  border-radius: 0.1875rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}
.p-mv--form__row .p-mv--form__body input:-webkit-autofill, .p-mv--form__row .p-mv--form__body textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #E2E2E2 inset;
          box-shadow: 0 0 0 1000px #E2E2E2 inset;
  -webkit-text-fill-color: #000;
}
.p-mv--form__row .p-mv--form__body input:-internal-autofill-selected, .p-mv--form__row .p-mv--form__body textarea:-internal-autofill-selected {
  background: #E2E2E2;
}
.p-mv--form__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}
.p-mv--form__privacy {
  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;
  gap: 0.625rem;
  margin-top: 0.9375rem;
  margin-bottom: 1.25rem;
}
.p-mv--form__privacy label {
  position: relative;
}
.p-mv--form__privacy label a {
  color: #000;
  text-decoration: underline;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .p-mv--form__privacy label a:hover {
    color: #3863FF;
    text-decoration: none;
  }
}
.p-mv--form__privacy label input {
  width: 1.125rem;
  height: 1.125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-mv--form__privacy label input + span {
  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;
  position: relative;
  z-index: 1;
}
.p-mv--form__privacy label input + span::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.8125rem;
  border: 1px solid #707070;
  border-radius: 0.1875rem;
}
.p-mv--form__privacy label input + span::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.5rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0.375rem;
  left: 0.25rem;
  z-index: 1;
}
.p-mv--form__privacy label input:checked + span::before {
  background: #3863FF;
  border: none;
}
.p-mv--form__privacy input {
  width: 1.25rem;
  height: 1.25rem;
}
.p-mv--form__error {
  color: #D10000;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-top: 0.625rem;
}
.p-mv--form__privacy + .p-mv--form__error {
  margin-top: -0.625rem;
  margin-bottom: 1.25rem;
}
.p-mv--form__submit {
  width: 100%;
  height: 4.1875rem;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  outline: none;
  border: none;
}

.p-fixed-contact {
  width: 14rem;
  height: 14rem;
  /* -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.16); */
  position: fixed;
  /* right: 5.5625rem;
  bottom: 2.5rem; */
  right: .5rem;
  bottom: 5rem;
  z-index: 100;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
    visibility: hidden;
}
@media screen and (min-width: 768px) {
  .p-fixed-contact {
    bottom: .5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fixed-contact {
    width: 7.5rem;
    height: 7.5rem;
    opacity: 0;
    visibility: hidden;
    /* bottom: 1.25rem;
    right: 1.25rem; */
  }
}
.p-fixed-contact.-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-fixed-contact a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-fixed-contact.-show a:hover {
  opacity: 0.8;
}
.p-fixed-contact.-show.approval{
  bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fixed-contact.-show.approval {
    bottom: 12rem;
    right: 0rem;
  }
  /* .grecaptcha-badge {
    bottom: 8.3rem !important;
  } */
}

.p-outline {
  /* No1セクション削除のため一時的に対応 */
  padding: 7rem 2.5rem 1.875rem;
  /* padding: 0 2.5rem 1.875rem; */
  position: relative;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-outline {
    padding: 0 1.25rem 1.25rem;
  }
}
.p-outline::before, .p-outline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15rem;
  background: #fff;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-outline::before, .p-outline::after {
    height: 5rem;
  }
}
.p-outline:before {
  bottom: calc(100% - 1px);
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 0% 100%, 100% 100%, 100% 100%);
}
.p-outline::after {
  top: calc(100% - 1px);
  -webkit-clip-path: polygon(0% 100%, 100% 0%, 0% 0%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 0%, 0% 0%, 0% 100%);
}
.p-outline__inner {
  max-width: 950px;
  margin: auto;
}
.p-outline--title {
  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;
  margin-top: 3.375rem;
  margin-bottom: 2.75rem;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-outline--title {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
}
.p-outline--title::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3863FF;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.p-outline--title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.5rem;
  padding: 0 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-outline--title span {
    padding: 0 1.25rem;
  }
}
.p-outline--title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #3863FF;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: skew(-10deg) translateY(-50%);
          transform: skew(-10deg) translateY(-50%);
  z-index: -1;
}
.p-outline p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-outline p {
    font-size: 15px;
  }
}
.p-outline p + p {
  margin-top: 1.5em;
}
.p-outline p strong {
  color: #3863FF;
}
.p-outline--block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.6875rem;
  margin-top: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-outline--block01 {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}
.p-outline--block01__pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2.5rem;
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .p-outline--block01__pic {
    margin: -1.25rem auto 0;
    width: 100%;
    max-width: 300px;
  }
}
.p-outline--imageblock01, .p-outline--imageblock02 {
  padding: 2rem 3rem 2.375rem;
  background: #F7F7F7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-outline--imageblock01, .p-outline--imageblock02 {
    padding: 1.25rem 1.25rem 1.25rem;
  }
}
.p-outline--imageblock01 figure, .p-outline--imageblock02 figure {
  margin-top: 0.75rem;
}
.p-outline--imageblock01 figure figcaption, .p-outline--imageblock02 figure figcaption {
  margin-bottom: 0.75rem;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-outline--imageblock01 figure figcaption, .p-outline--imageblock02 figure figcaption {
    font-size: 15px;
  }
}
.p-outline--imageblock01 figure img, .p-outline--imageblock02 figure img {
  margin: auto;
}
.p-outline--imageblock01 {
  margin-top: 4.625rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-outline--imageblock01 {
    margin-top: 2.5rem;
  }
}
.p-outline--imageblock02 {
  width: 100%;
  max-width: 38.25rem;
  margin: 0 auto 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-outline--imageblock02 {
    margin-bottom: 2.5rem;
  }
}
.p-outline--imagecolumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-outline--imagecolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.p-outline--usage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9375rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-outline--usage {
    margin-bottom: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}
.p-outline--usage__item {
  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;
  height: 10.5rem;
  padding: 0.625rem;
  border-radius: 0.625rem;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-outline--usage__item {
    height: 6.25rem;
  }
}
@media (any-hover: hover) {
  .p-outline--usage__item:hover picture::before {
    background: rgba(0, 0, 0, 0.3);
  }
}
.p-outline--usage__item picture {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-outline--usage__item picture::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  border-radius: 0.625rem;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.p-outline--usage__item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-outline--usage__item h5 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.09em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-outline--usage__item h5 {
    font-size: 0.9375rem;
  }
}

.c-viewmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.6875rem;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-viewmore {
    gap: 0.625rem;
    font-size: 15px;
  }
}
.c-viewmore__svg {
  display: block;
  height: 3.75rem;
  width: 3.75rem;
  border: 1px solid #000;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .c-viewmore__svg {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.c-viewmore__svg::after {
  content: "";
  width: 1.25rem;
  height: 0.625rem;
  background: url(/assets/img/common/icon_link.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .c-viewmore__svg::after {
    width: 0.9375rem;
    height: 0.4375rem;
  }
}
.c-viewmore__svg svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-viewmore__svg circle {
  fill: transparent;
  stroke: #000;
  stroke-width: 2;
  stroke-dasharray: 0 366;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .c-viewmore:hover .c-viewmore__svg {
    background: #000;
  }
  .c-viewmore:hover .c-viewmore__svg::after {
    -webkit-animation: hoverarrow 0.4s 0.1s forwards;
            animation: hoverarrow 0.4s 0.1s forwards;
    background-image: url(/assets/img/common/icon_link_w.svg);
  }
  .c-viewmore:hover .c-viewmore__svg circle {
    stroke-dasharray: 366 366;
  }
}

.p-products {
  padding: 5.9375rem 2.5rem 18.5rem;
  position: relative;
}
.p-products::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/strongpoint-bg.webp) no-repeat center center/cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-products {
    padding: 1.25rem 1.25rem 7rem;
  }
}
.p-products__inner {
  max-width: 950px;
  margin: auto;
}
.p-products--list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-products--list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
  }
}
.p-products--list__item {
  background: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  text-decoration: none;
  -webkit-transform: rotate3d(0, -1, 0, 180deg);
          transform: rotate3d(0, -1, 0, 180deg);
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 1.5s ease;
  transition: opacity 2s, -webkit-transform 1.5s ease;
  transition: transform 1.5s ease, opacity 2s;
  transition: transform 1.5s ease, opacity 2s, -webkit-transform 1.5s ease;
}
@media (any-hover: hover) {
  .p-products--list__item:hover .p-products--list__content::before {
    right: 0.5rem;
  }
}
.p-products--list__item:nth-child(1) {
  -webkit-transition: opacity 2s 0.5s, -webkit-transform 1.5s 0.2s ease;
  transition: opacity 2s 0.5s, -webkit-transform 1.5s 0.2s ease;
  transition: transform 1.5s 0.2s ease, opacity 2s 0.5s;
  transition: transform 1.5s 0.2s ease, opacity 2s 0.5s, -webkit-transform 1.5s 0.2s ease;
}
.p-products--list__item:nth-child(2) {
  -webkit-transition: opacity 2s 0.7s, -webkit-transform 1.5s 0.4s ease;
  transition: opacity 2s 0.7s, -webkit-transform 1.5s 0.4s ease;
  transition: transform 1.5s 0.4s ease, opacity 2s 0.7s;
  transition: transform 1.5s 0.4s ease, opacity 2s 0.7s, -webkit-transform 1.5s 0.4s ease;
}
.p-products--list__item:nth-child(3) {
  -webkit-transition: opacity 2s 0.9s, -webkit-transform 1.5s 0.6s ease;
  transition: opacity 2s 0.9s, -webkit-transform 1.5s 0.6s ease;
  transition: transform 1.5s 0.6s ease, opacity 2s 0.9s;
  transition: transform 1.5s 0.6s ease, opacity 2s 0.9s, -webkit-transform 1.5s 0.6s ease;
}
.p-products--list__item:nth-child(4) {
  -webkit-transition: opacity 2s 1.1s, -webkit-transform 1.5s 0.8s ease;
  transition: opacity 2s 1.1s, -webkit-transform 1.5s 0.8s ease;
  transition: transform 1.5s 0.8s ease, opacity 2s 1.1s;
  transition: transform 1.5s 0.8s ease, opacity 2s 1.1s, -webkit-transform 1.5s 0.8s ease;
}
.p-products--list__item:nth-child(5) {
  -webkit-transition: opacity 2s 1.3s, -webkit-transform 1.5s 1s ease;
  transition: opacity 2s 1.3s, -webkit-transform 1.5s 1s ease;
  transition: transform 1.5s 1s ease, opacity 2s 1.3s;
  transition: transform 1.5s 1s ease, opacity 2s 1.3s, -webkit-transform 1.5s 1s ease;
}
.p-products--list__item:nth-child(6) {
  -webkit-transition: opacity 2s 1.5s, -webkit-transform 1.5s 1.2s ease;
  transition: opacity 2s 1.5s, -webkit-transform 1.5s 1.2s ease;
  transition: transform 1.5s 1.2s ease, opacity 2s 1.5s;
  transition: transform 1.5s 1.2s ease, opacity 2s 1.5s, -webkit-transform 1.5s 1.2s ease;
}
.js-active .p-products--list__item {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
          transform: rotate3d(0, 0, 0, 0deg);
  opacity: 1;
  box-shadow: 0px 0px 20px 5px rgb(133, 133, 133)
}
@media screen and (max-width: 767px) {
  .p-products--list__image {
    height: 10rem;
  }
  .p-products--list__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-products--list__content {
  padding: 0.9375rem;
  position: relative;
}
.p-products--list__content::before {
  content: "";
  width: 1.3125rem;
  height: 0.6875rem;
  background: url(../images/products-arrow01.svg) no-repeat center center/contain;
  position: absolute;
  right: 1.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.p-products--list__title {
  font-size: 1.625rem;
  line-height: 1.4615384615;
  letter-spacing: 0.03125rem;
  font-family: "poppins_", sans-serif;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-products--list__title {
    font-size: 1rem;
  }
}
.p-products--list__sub {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #868686;
  font-family: "poppins_", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-products--list__sub {
    font-size: 0.625rem;
  }
}

.p-showroom {
  padding: 7.5rem 2.5rem 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-showroom {
    padding: 4.375rem 0;
  }
}
.p-showroom__inner {
  max-width: 1200px;
  margin: auto;
}
.p-showroom--text {
  font-size: 16px;
  line-height: 1.8;
  max-width: 52.75rem;
  margin: 2.5rem auto 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-showroom--text {
    margin: 2.5rem 1.25rem 3.75rem;
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.6;
  }
  .p-showroom--text br {
    display: none;
  }
}
.p-showroom--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-showroom--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.p-showroom--box {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-showroom--box {
    width: 100%;
    max-width: auto;
  }
}
.p-showroom--box:nth-child(2) .p-showroom--pic::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-showroom--box picture {
  display: block;
  margin-bottom: 1.875rem;
}
.p-showroom--box picture img {
  max-height: 316px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-showroom--box video {
  margin-bottom: 1.875rem;
}
.p-showroom--box h4 {
  margin-bottom: 1.5625rem;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .p-showroom--box h4 {
    padding: 0 1.25rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
.p-showroom--box p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-showroom--box p {
    font-size: 0.875rem;
    line-height: 1.6;
    padding: 0 1.25rem;
  }
}
.p-showroom--pic {
  display: block;
  position: relative;
  max-height: 322px;
  margin-bottom: 5%;
}
.p-showroom--pic::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: block;
  z-index: 1;
  position: absolute;
}
.p-showroom--pic a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-showroom--pic a:hover {
    opacity: 0.6;
  }
}
.p-showroom--pic.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-showroom--pic.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.js-active .p-showroom--pic::before {
  width: 0;
}

.splide__arrows {
  width: 14%;
  position: absolute;
  left: 53.7%;
  padding-left: 10%;
  bottom: 17%;
  max-width: 90px;
}

.splide__arrow {
  background: none;
  width: 11%;
  max-width: 20px;
}

.splide__arrow::before {
  content: "";
  background-image: url(../images/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
}

.splide__arrow--next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.splide__arrow svg {
  opacity: 0;
}

.splide__track {
  overflow: visible;
}

.splide__pagination {
  counter-reset: pagination-num;
}

.splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num, decimal-leading-zero);
}

.splide__pagination {
  position: absolute;
  left: 54%;
  bottom: 23%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
  max-width: 700px;
}

@media screen and (max-width: 767px) {
  .splide__pagination {
    left: initial;
    right: 0;
    bottom: 3%;
    width: 85%;
    max-width: initial;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.splide__pagination li {
  width: calc(12.5% - 5px);
  margin-bottom: 3%;
}

.splide__pagination__page {
  background: transparent;
  font-family: "poppins_", sans-serif;
  font-style: italic;
  font-size: clamp(0.8125rem, 0.0372rem + 1.9079vw, 1.625rem);
  width: 100%;
  height: 100%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .splide__pagination__page {
    font-size: clamp(1.1125rem, 0.0372rem + 1.9079vw, 1.625rem);
  }
}
.splide__pagination__page.is-active {
  background: transparent;
  -webkit-transform: none;
          transform: none;
  position: relative;
}

.splide__pagination__page.is-active::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -3px;
  height: 3px;
  background: #fff;
}

.splide__track--fade > .splide__list > .splide__slide.is-active .p-exam--pic circle {
  -webkit-animation: circle 5s both;
          animation: circle 5s both;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: none;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: none;
}

.p-strongpoint {
  padding: 6.25rem 2.5rem 5.625rem;
  background: url(../images/strongpoint-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-strongpoint {
    padding: 3.75rem 0;
  }
}
.p-strongpoint__inner {
  max-width: 900px;
  margin: auto;
}
.p-strongpoint--image {
  margin-top: 3.75rem;
  -webkit-transform: translate(0, -1.875rem);
          transform: translate(0, -1.875rem);
  opacity: 0;
  -webkit-transition: opacity 0.9s ease-in-out, -webkit-transform 0.9s ease-in-out;
  transition: opacity 0.9s ease-in-out, -webkit-transform 0.9s ease-in-out;
  transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out;
  transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out, -webkit-transform 0.9s ease-in-out;
}
.p-strongpoint--image.js-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-strongpoint--image {
    margin-top: 1.875rem;
  }
}
.p-strongpoint--image img {
  margin: auto;
}
@media screen and (max-width: 767px){
  .p-strongpoint--image img {
    /* max-width: auto !important; */
  }
}

.thanks .l-header {
  position: static;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

.thanks .sec-thanks {
  padding: 4% 0;
  font-size: clamp(0.625rem, -0.0913rem + 1.4903vw, 1.25rem);
}

.thanks .container {
  text-align: center;
}

.thanks .txt01 {
  font-weight: 700;
  font-size: clamp(1rem, -0.1461rem + 2.3845vw, 2rem);
  margin-bottom: 10px;
}

.thanks .txt02 {
  margin-bottom: 30px;
}

.thanks .c-btn {
  width: 200px;
  margin: 0 auto;
  padding: 10px;
}

.thanks .l-footer {
  padding: 2% 0;
}

.thanks .l-footer--logo {
  margin: 0 auto 2%;
  width: 15%;
}

.thanks .l-footer--nav li {
  margin: 1%;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
.p-voices {
  padding: 10rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voices {
    padding: 10% 1.25rem 15%;
  }
}
.p-voices::before {
  content: "";
  width: 100%;
  height: calc(100% - 6.125rem);
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  background: #4B4B4B;
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-voices__inner {
  max-width: 1148px;
  margin: auto;
}
.p-voices--title {
  margin-bottom: 6.25rem;
  font-size: 42px;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voices--title {
    font-size: 26px;
    margin-bottom: 10%;
  }
}
.p-voices--title span {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-voices--title span {
    font-size: 1.5rem;
  }
}
.p-voices--list {
  max-width: 1170px;
  margin-inline: auto;
  z-index: 1;
  position: relative;
}
.p-voices--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6rem;
  gap: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-voices--box {
    display: block;
    margin-bottom: 3.125rem;
  }
}
.p-voices--box:last-child {
  margin-bottom: 0;
}
.p-voices--pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  overflow: hidden;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px){
  .p-voices--pic {
    margin-bottom: 10px;
  }
}
.p-voices--pic picture {
  position: relative;
  display: block;
  margin-bottom: 1.25rem;
}
.p-voices--pic picture::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-voices--pic {
    width: 100%;
    display: block;
  }
  .p-voices--pic picture {
    margin-bottom: 0.625rem;
  }
}
.p-voices--company {
  margin-bottom: 0.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-voices--company {
    margin-bottom: 0;
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

.p-voices--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-voices--text {
    width: 100%;
  }
}
.p-voices--text h4 {
  font-size: 22px;
  margin-bottom: 2.625rem;
  font-weight: 800;
  position: relative;
  display: inline-block;
}
.p-voices--text h4 strong {
  color: #FFEE22;
}
.p-voices--text h4::before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -55%;
  left: 0;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-voices--text h4 {
    margin-bottom: 1.875rem;
    font-size: 1rem;
  }
}
.p-voices--text p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-voices--text p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.p-voices--product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-voices--product {
    margin-top: 3%;
    margin-bottom: 5%;
    font-size: 1rem;
  }
}
.p-voices--product span {
  background: #000;
  color: #fff;
  font-weight: 800;
  padding: 0.4375rem 0.5rem;
  margin-right: 0.9375rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-voices--product span {
    font-size: 0.75rem;
    padding: 0.25rem 0.375rem;
    margin-right: 0.625rem;
  }
}

.js-active .p-voices--pic picture::before {
  width: 0;
}

.js-active .p-voices--text h4::before {
  width: 100%;
}

.p-worries {
  padding: 15rem 2.5rem 5.1875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-worries {
    padding: 7.5rem 1.25rem 2.5rem;
  }
}
.p-worries__inner {
  max-width: 1148px;
  margin: auto;
}
.p-worries::before, .p-worries::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 33.125rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-worries::before, .p-worries::after {
    height: 28.125rem;
  }
}
.p-worries:before {
  height: 50rem;
  background: #4B4B4B;
  top: 25.375rem;
  -webkit-clip-path: polygon(100% 5%, 0% 40%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 5%, 0% 40%, 0% 100%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .p-worries:before {
    height: 25rem;
    -webkit-clip-path: polygon(100% 0%, 0% 30%, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 0% 30%, 0% 100%, 100% 100%);
  }
}
.p-worries::after {
  background: #fff;
  bottom: 0;
  -webkit-clip-path: polygon(100% 10%, 0% 50%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 10%, 0% 50%, 0% 100%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .p-worries::after {
    -webkit-clip-path: polygon(100% 40%, 0% 50%, 0% 100%, 100% 100%);
            clip-path: polygon(100% 40%, 0% 50%, 0% 100%, 100% 100%);
  }
}

.p-worries--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.8125rem;
  margin-top: 4.625rem;
  padding-bottom: 14.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-worries--card {
    gap: 3.75rem;
    margin-top: 3.75rem;
    padding-bottom: 7.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-worries--card::after {
  content: "";
  width: 2.5rem;
  height: 3.125rem;
  background-image: url(../images/doblearrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 8.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-worries--card::after {
    bottom: 2.5rem;
    width: 1.875rem;
    height: 2.5rem;
  }
}

.p-worries--closing {
  text-align: center;
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-worries--closing {
    font-size: 16px;
  }
}
.p-worries--closing p span:nth-child(3)::after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-worries--closing p span:nth-child(4)::after {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-worries--closing p span:nth-child(5)::after {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.p-worries--closing p span:nth-child(7)::after {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.p-worries--closing span {
  background: #3863FF;
  font-size: 28px;
  display: inline-block;
  padding: 0 1%;
  margin: 0 0.3% 1%;
  font-weight: 800;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-worries--closing span {
    font-size: clamp(1.125rem, 0.0515rem + 4.5802vw, 2.25rem);
  }
}
.p-worries--closing span::before, .p-worries--closing span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #3863FF;
  z-index: -1;
}
.p-worries--closing span::after {
  z-index: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.p-worries--closing span.u-bgorange {
  background: #E54701;
}
.p-worries--closing span.u-bgorange::after {
  background: #E54701;
}


/* 250224 追加 */

.p-mv--linkbtns {
  width: 30rem;
  /* margin-left: 3.125rem; */
  margin: 2rem auto 0;
  position: relative;
  z-index: 1;
  opacity: 1;
  /* opacity: 0;
  -webkit-animation: fadeIn 0.5s forwards;
          animation: fadeIn 0.5s forwards;
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s; */
}
.p-mv--linkbtns a{
  text-decoration: none;
  transition: .3s;
}
@media (hover: hover) {
  .p-mv--linkbtns a:hover{
    opacity: .55;
  }
}

.p-mv--link01{
  width: 100%;
  
}

.p-mv--link01 a{
  display: flex;
  background:linear-gradient(100deg, #FD685F 0%, #FD784D 15%, #FE8C36 33%, #FEA717 61%, #FEB408 77%, #FEB804 100%) 0% 0% no-repeat;
  justify-content: center;
  color: #fff;
  font-size: min(2vw, 30px);
  padding: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  text-shadow: 4px 4px 8px #00000029;
}

@media screen and (max-width: 767px) {
  .p-mv--linkbtns{
     width: 100%;
     margin: 0;
     padding: 24px;
  }
  .p-mv--link01 a{
    font-size: 19px;
  }
}

.p-mv--link01 a::before{
  content: "";
  position: absolute;
  width: 13px;
  height: 21px;
  right: 5%;
  top: 50%;
  margin-top: -8px;
  background: url(../images/icon-arrow.svg) no-repeat;
  background-size: 100%;
  transform: scale(-1, 1);
  filter: drop-shadow(4px 4px 6px #00000029);
}
.p-mv--link02{
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.p-mv--link02 a{
  width: calc(50% - 10px);
  color: #fff;
  border: solid 1px #fff;
  display: block;
  text-align: center;
  font-size: min(1.2vw, 18px);
  padding: 15px 0 15px 15px;
  position: relative;
}


.p-mv--download::before{
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -11px;
  background: url(../images/icon-download_w.svg) no-repeat;
}

.p-mv--mail::before{
  content: "";
  width: 23px;
  height: 18px;
  position: absolute;
  left: 8%;
  top: 50%;
  margin-top: -9px;
  background: url(../images/icon-mail.svg) no-repeat;
}

@media (hover: hover) {
  .p-mv--link02 a:hover{
    background:rgba(199, 199, 199, .55)
  }
}
@media screen and (max-width: 767px) {
  .p-mv--linkbtns{
     width: 90%;
     margin: 2rem auto 0;
     padding: 0;
  }
  .p-mv--link01 a{
    font-size: 19px;
  }
  .p-mv--link01 a::before{
    width: 10px;
    right: 8%;
  }
  .p-mv--link02{
    flex-direction: column;
  }
  .p-mv--link02 a{
    width: 100%;
    font-size: 18px;
  }
  .p-mv--download::before{
    left: 15%;
  }
  .p-mv--mail::before{
    left: 15%;
  }
}

.p-mv__annotation{
  position: absolute;
  bottom: 1rem;
  z-index: 1;
  right: 6rem;
  font-size: 12px;
    text-align: right;
}
@media screen and (max-width: 767px) {
  .p-mv__annotation{
    position: unset;
    font-size: 10px;
    margin: 1rem;
    text-align: left;
  } 
}

.u-only--lg{
  display: block;
}
.u-only--sp{
  display: none;
}
@media screen and (max-width: 767px) {
  .u-only--lg{
    display: none;
  }
  .u-only--sp{
    display: block;
  }
}

.grecaptcha-badge{
  z-index: 1;
}