@charset "UTF-8";

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul,
summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  vertical-align: middle;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:root {
  --color-text: #000;
  --color-bg: #fff;
  --color-black: #000;
  --color-white: #fff;
  --color-blue: #0d7dc0;
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
}

@media screen and (max-width: 1359px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1360 * 100vw);
  }
}

@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

html {
  -webkit-font-smoothing: antialiased;
  /* macOS Safari / Chrome */
  -moz-osx-font-smoothing: grayscale;
  /* macOS Firefox */
  font-smooth: antialiased;
  /* Windows系ブラウザ用（非標準） */
  overflow-x: clip;
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: "Noto Sans JP", sans-serif;
}

body:has(.p-drawer.js-show) {
  overflow: hidden;
}

[lang=en] {
  font-family: "Readex Pro", sans-serif;
}

[lang=ja] {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

picture {
  display: contents;
}

video,
img,
svg {
  width: 100%;
  height: auto;
}

button {
  border: none;
  background: transparent;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

summary {
  cursor: pointer;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}

.l-header {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: max(3.75rem, 48px);
}

@media screen and (max-width: 767.9px) {
  .l-header {
    height: 2.5rem;
  }
}

.l-header__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.l-header__logo {
  -webkit-transition: opacity 0.3s var(--ease-out-quint);
  transition: opacity 0.3s var(--ease-out-quint);
}

@media (any-hover: hover) {
  .l-header__logo:hover {
    opacity: 0.5;
  }
}

.l-header__logo-img {
  width: auto;
  height: max(3.75rem, 48px);
}

@media screen and (max-width: 767.9px) {
  .l-header__logo-img {
    height: 2.5rem;
  }
}

.l-main {
  position: relative;
  min-height: 100vh;
}

.l-inner {
  position: relative;
  width: 100%;
  height: inherit;
  max-width: 1360px;
  margin-inline: auto;
  padding: 0 2.5rem;
}

@media screen and (max-width: 767.9px) {
  .l-inner {
    width: 100%;
    max-width: 630px;
    padding: 0 1.5rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}

@media screen and (max-width: 767.9px) {
  .l-inner__narrow {
    max-width: 600px;
    padding: 0 0.9375rem;
  }
}

.l-footer {
  padding-top: 10.625rem;
  padding-bottom: 1.875rem;
}

@media screen and (max-width: 767.9px) {
  .l-footer {
    padding-top: 6.25rem;
    padding-bottom: 1.5rem;
  }
}

.l-footer__top-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
}

.l-footer__top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(1.5rem, 19.2px);
}

@media screen and (max-width: 767.9px) {
  .l-footer__top-text {
    font-size: 1.5rem;
  }
}

.l-footer__top-text {
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 767.9px) {
  .l-footer__top-text {
    font-size: max(0.9125rem, 11.68px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.0698630137em;
  }
}

@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .l-footer__top-text {
    font-size: 0.9125rem;
  }
}

.l-footer__top-text .--small {
  font-size: max(0.625rem, 8px);
}

@media screen and (max-width: 767.9px) {
  .l-footer__top-text .--small {
    font-size: 0.625rem;
  }
}

.l-footer__top-text .--small {
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  margin-right: 0.25rem;
}

@media screen and (max-width: 767.9px) {
  .l-footer__top-text .--small {
    font-size: max(0.38125rem, 4.88px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    margin-right: 0.125rem;
  }
}

@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .l-footer__top-text .--small {
    font-size: 0.38125rem;
  }
}

.l-footer__logo {
  width: 100%;
  height: 3.125rem;
  margin-top: 2rem;
  margin-inline: auto;
}

@media screen and (max-width: 767.9px) {
  .l-footer__logo {
    height: 2.5rem;
    margin-top: 1.25rem;
  }
}

.l-footer__logo-img {
  display: block;
  width: auto;
  height: 100%;
  margin-inline: auto;
}

.l-footer__to-top-btn-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5rem;
  margin-inline: auto;
}

@media screen and (max-width: 767.9px) {
  .l-footer__to-top-btn-wrap {
    margin-top: 3.125rem;
  }
}

.l-footer__to-top-btn {
  -webkit-transition: opacity 0.3s var(--ease-out-quint);
  transition: opacity 0.3s var(--ease-out-quint);
  z-index: 999999;
  position: relative;
}

@media (any-hover: hover) {
  .l-footer__to-top-btn:hover {
    opacity: 0.7;
  }
}

.l-footer__to-top-btn-icon {
  display: block;
  width: 3.25rem;
  height: 3.25rem;
}

@media screen and (max-width: 767.9px) {
  .l-footer__to-top-btn-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.l-footer__copyright {
  margin-top: 5rem;
  text-align: center;
  font-size: max(0.9375rem, 12px);
}

@media screen and (max-width: 767.9px) {
  .l-footer__copyright {
    font-size: 0.9375rem;
  }
}

.l-footer__copyright {
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
}

@media screen and (max-width: 767.9px) {
  .l-footer__copyright {
    margin-top: 3.125rem;
    font-size: max(0.8125rem, 10.4px);
    font-weight: 400;
    line-height: 1.2307692308;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .l-footer__copyright {
    font-size: 0.8125rem;
  }
}

.c-section-title {
  font-size: clamp(1.5rem, calc(1.225rem + 1.17vw), 2.25rem);
  white-space: nowrap;
}


@media screen and (max-width: 767.9px) {
  .c-section-title {
    font-size: 2.25rem;
    white-space: normal;
  }
}

.c-section-title {
  font-weight: 799;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(1.0625rem, 13.6px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
}

.c-section-title::before {
  content: "";
  display: block;
  width: max(0.25rem, 3.2px);
  height: max(2.125rem, 27.2px);
  background-color: #00b9ef;
  translate: 0 max(0.25rem, 3.2px);
}

@media screen and (max-width: 767.9px) {
  .c-section-title::before {
    height: 3.1875rem;
    translate: 0 0.125rem;
  }
}

.c-section-title:has(br)::before {
  height: max(5.25rem, 67.2px);
}

@media screen and (max-width: 767.9px) {
  .c-section-title:has(br)::before {
    height: 3.1875rem;
  }
}

@media screen and (max-width: 767.9px) {
  .c-section-title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    gap: 0.75rem;
  }
}

@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .c-section-title {
    font-size: 1.25rem;
  }
}

.p-drawer__icon {
  position: relative;
  z-index: 230;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: end;
  align-self: end;
  width: max(3.5rem, 44.8px);
  height: max(3.5rem, 44.8px);
}

@media screen and (max-width: 767.9px) {
  .p-drawer__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-drawer__icon-img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-drawer__icon-img.--close {
  visibility: hidden;
  opacity: 0;
}

.p-drawer__cta-btn {
  margin-top: 1.5rem;
  margin-inline: auto;
}

.p-drawer__icon.js-show .p-drawer__icon-img.--open {
  visibility: hidden;
  opacity: 0;
}

.p-drawer__icon.js-show .p-drawer__icon-img.--close {
  visibility: visible;
  opacity: 1;
}

.p-drawer__btn {
  margin-inline: auto;
}

.p-drawer {
  position: fixed;
  top: 5.4375rem;
  right: 0;
  z-index: 101;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding-block: 2.5rem;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-drawer {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-drawer.js-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-drawer__inner {
  width: 100%;
  max-width: 390px;
  margin-inline: auto;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}

.p-drawer__list-item-details.is-opened .p-drawer__list-plus::after {
  rotate: 90deg;
}

.p-drawer__list-item-details.is-opened .p-drawer__sub-menu-wrap {
  max-height: 1000px;
}

.p-drawer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-inline: auto;
  padding-block: 11px;
  padding-inline: 35px;
  border-bottom: 1px solid #ecebeb;
  font-size: 16px;
  font-weight: 700;
  line-height: 28.8px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767.9px) {
  .p-drawer__link {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0em;
    padding-block: 0.6875rem;
    padding-inline: 2.1875rem;
  }
}

@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .p-drawer__link {
    font-size: 1rem;
  }
}

.p-drawer__link.--1 {
  padding-top: 0;
}

@media (any-hover: hover) {
  .p-drawer__link:hover {
    opacity: 0.5;
  }
}

.p-drawer__link-text {
  -ms-flex-preferred-size: 18.625rem;
  flex-basis: 18.625rem;
}

.p-drawer__list-arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.5rem;
  height: auto;
}

.p-drawer__list-plus {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
}

.p-drawer__list-plus::before,
.p-drawer__list-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #a19e9e;
  translate: -50% -50%;
  -webkit-transition: rotate 0.2s ease;
  transition: rotate 0.2s ease;
}

.p-drawer__list-plus::before {
  width: 12px;
  height: 2px;
}

.p-drawer__list-plus::after {
  width: 2px;
  height: 12px;
}

.p-drawer__content {
  margin-top: 4rem;
}

.p-drawer__sub-menu-wrap {
  background-color: #f9f9f9;
}

.p-drawer__sub-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-drawer__sub-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 4px;
  padding-inline: 35px;
  border-bottom: 1px solid #fff;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767.9px) {
  .p-drawer__sub-link {
    padding-block: 0.25rem;
    padding-inline: 2.1875rem;
  }
}

@media (any-hover: hover) {
  .p-drawer__sub-link:hover {
    opacity: 0.5;
  }
}

.p-drawer__sub-list-text {
  -ms-flex-preferred-size: 18.75rem;
  flex-basis: 18.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
}

@media screen and (max-width: 767.9px) {
  .p-drawer__sub-list-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .p-drawer__sub-list-text {
    font-size: 0.875rem;
  }
}

.p-drawer__sub-list-arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6px;
  height: auto;
}

.p-fv {
  position: relative;
}

.p-fv__bg-wrap {
  position: absolute;
  top: -2.9375rem;
  left: 0;
  width: 100%;
}

.p-fv__bg {
  width: 100%;
  max-height: 49.125rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.p-fv__content {
  padding-top: 2.5625rem;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767.9px) {
  .p-fv__content {
    padding-top: 13.187rem;
  }
}

.p-fv__text-bg-wrap {
  position: relative;
  z-index: 3;
  -webkit-mask-image: url("../img/img_fv-title-text.svg");
  mask-image: url("../img/img_fv-title-text.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  width: max(38.875rem, 497.6px);
  height: max(13.23625rem, 169.424px);
}

@media screen and (max-width: 767.9px) {
  .p-fv__text-bg-wrap {
    width: 17.0625rem;
    height: 5.819375rem;
  }
}

.p-fv__text-bg-wrap video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-fv__title-wrap {
  margin-top: 1.625rem;
}

@media screen and (max-width: 767.9px) {
  .p-fv__title-wrap {
    margin-top: 0.6875rem;
  }
}

.p-fv__title {
  font-size: clamp(1.5rem, calc(0.86rem + 2.73vw), 3.25rem);
}


.p-fv__title {
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0em;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
}

@media screen and (max-width: 767.9px) {
  .p-fv__title {
    font-size: max(1.4375rem, 18.4px);
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .p-fv__title {
    font-size: 1.4375rem;
  }
}

.p-fv__sentence-wrap {
  margin-top: 9.6rem;
}

@media screen and (max-width: 767.9px) {
  .p-fv__sentence-wrap {
    margin-top: 2.5rem;
  }
}

.p-fv__sentence {
  font-size: max(1.125rem, 14.4px);
}

@media screen and (max-width: 767.9px) {
  .p-fv__sentence {
    font-size: 1.125rem;
  }
}

.p-fv__sentence {
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0em;
}

@media screen and (max-width: 767.9px) {
  .p-fv__sentence {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.8125;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .p-fv__sentence {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.p-scene {
  margin-top: 9.625rem;
}

@media screen and (max-width: 767.9px) {
  .p-scene {
    margin-top: 6.25rem;
  }
}

.p-scene__content {
  min-height: 44.8125rem;
  margin-top: 2rem;
}

@media screen and (max-width: 767.9px) {
  .p-scene__content {
    min-height: 25.0625rem;
  }
}

.p-about {
  margin-top: 4rem;
}

@media screen and (max-width: 767.9px) {
  .p-about {
    margin-top: 6rem;
  }
}

.p-about__inner {
  max-width: 1108px;
  margin-inline: auto;
}

.p-about__dec {
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0em;
  font-size: clamp(24px, 2.63vw + 14.15px, 52px);
  color: #223a70;
  margin-top: max(2.5rem, 100px);
}

@media screen and (max-width: 767.9px) {
  .p-about__dec {
    margin-top: max(1.25rem, 40px);
  }
}

@media screen and (max-width: 767.9px) {
  .p-about__dec {
    font-size: 1.4375rem;
  }
}

.p-about__content-block {
  margin-top: max(6.25rem, 100px);
  display: flex;
  gap: max(2.5rem, 80px);
  justify-content: center;
}

.p-about__img-wrap {
  flex: 1 1 auto;
  aspect-ratio: 1 / 1;
  max-width: 474px;
}

@media screen and (max-width: 767.9px) {
  .p-about__content-block {
    margin-top: max(1.25rem, 40px);
    flex-direction: column;
    margin-inline: auto;
    gap: max(1.25rem, 40px);
  }
}

.p-about__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-about__body {
  flex: 0 0 400px;
}

.p-about__info-sentence {
  font-size: max(1.125rem, 18px);
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 400;
  padding-bottom: max(2rem, 32px);
}

@media screen and (max-width: 767.9px) {
  .p-about__info-sentence {
    font-size: 1rem;
    padding-bottom: max(1.25rem, 40px);

  }
}

.p-about__info-bottom {
  border-top: 2px solid #d6d6d6;
  padding-top: 2rem;
}

.p-about__info-bottom-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: max(1.125rem, 15px);
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-about__info__icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}


.p-about__info-bottom-text {
  margin-top: 1rem;
  font-size: max(0.8125rem, 13px);
  line-height: 1.6;
  letter-spacing: 0em;
}

.p-solution {
  position: relative;
  margin-top: 11.1875rem;
}

@media screen and (max-width: 767.9px) {
  .p-solution {
    margin-top: 8.3125rem;
  }
}

.p-solution__inner {
  max-width: 1108px;
  margin-inline: auto;
}

.p-solution__block-inner {
  max-width: max(35rem, 562px);
  margin-inline: auto;
}

@media screen and (max-width: 767.9px) {
  .p-solution__block-inner {
    max-width: 372px;
    text-align: center;
  }

  .p-solution__block {
    max-width: 23.3rem;
    margin-inline: auto;
  }
}

.p-solution__head {
  font-size: clamp(1rem, calc(0.82rem + 0.78vw), 1.5rem);
  font-weight: 700;
  color: #223a70;
  letter-spacing: 0.05em;
  line-height: 1.4;
  white-space: nowrap;
  text-align: center;
}

.p-solution__sentence {
  padding-top: max(3.75rem, 60px);
  font-size: clamp(1rem, calc(0.82rem + 0.78vw), 1.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .p-solution__sentence {
    padding-top: max(1.25rem, 40px);
  }
}

.p-solution__title-img {
  width: 100%;
  margin-top: 0.9375rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 767.9px) {
  .p-solution__title-img {
    max-width: 12rem;
    margin-top: 1.25rem;
  }
}

.p-solution__compare {
  padding-block: max(3rem, 48px);
}

@media screen and (max-width: 767.9px) {
  .p-solution__compare {
    padding-block: max(2rem, 32px);
  }
}

.p-solution__compare-inner {
  max-width: 1108px;
  /* width: 73.4%; */
  width: 94%;
  margin-inline: auto;
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585;
  padding-block: max(3rem, 48px);
}

.p-solution__compare-picture {
  margin-right: calc(50% - 48vw);
}

.video-wrap {
  position: relative;
}

video {
  width: 100%;
  display: block;
}

.p-solution__compare-labels {
  display: grid;
  grid-template-columns: 37% 28% 27%;
}

@media screen and (max-width: 1024.9px) {
  .p-solution__compare-labels {
    display: none;
  }
}

.p-solution__compare-label {
  white-space: nowrap;
  font-size: clamp(17px, 0.482vw + 12.06px, 19px);
  font-weight: 700;
  text-align: center;
}

.p-compare__label--2 {
  grid-column: 2;
}

.p-compare__label--3 {
  grid-column: 3;
}

@media screen and (min-width: 1699.9px) {
  .p-solution__compare-picture {
    max-width: 1200px;
  }
}

.p-solution__compare-title {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767.9px) {
  .p-solution__compare-inner {
    max-width: 87%;
    padding-block: max(2rem, 32px);
  }

  .p-solution__compare-picture {
    margin-right: 0;
  }

  .p-solution__compare-title {
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .p-solution__compare-title {
    font-size: 1.125rem;
  }
}

.p-features {
  position: relative;
  padding-bottom: 14.29vw;
}

.p-features__bg-wrap {
  position: absolute;
  bottom: -11.43vw;
  left: 0;
  width: 100%;
  z-index: -1;
}

.p-features__inner {
  max-width: 1108px;
  margin-inline: auto;
}

.p-features__title {
  text-align: center;
  font-size: clamp(1rem, calc(0.82rem + 0.78vw), 1.5rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.p-features__items-head {
  margin-top: max(6.25rem, 100px);
  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;
  width: fit-content;
  margin-inline: auto;
  padding-block: max(1rem, 16px);
  padding-inline: max(1.25rem, 20px);
  background-color: #66D5F5;
  border-radius: 2.5rem;
  font-size: max(1.375rem, 22px);
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media screen and (max-width: 767.9px) {
  .p-features__items-head {
    margin-top: max(7.5rem, 120px);
    min-height: 2.25rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 424.9px) {
  .p-features__items-head {
    font-size: 13px;
    width: 280px;
  }
}

.p-features__items {
  width: 100%;
  /* max-width: max(56.75rem, 726.4px); */
  margin-inline: auto;
}

.p-features__items-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(4rem, 51.2px);
  margin-top: max(4rem, 51.2px);
}

.p-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767.9px) {
  .p-features__items-list {
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
    max-width: 630px;
    padding: 0 0.9375rem;
    gap: 2rem;
  }

  .p-features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-features__item-box {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-features__item-title {
  font-size: max(1.375rem, 17.6px);
}

@media screen and (max-width: 767.9px) {
  .p-features__item-title {
    font-size: 1.25rem;
  }
}

.p-features__item-title {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.p-features__item-sentence-wrap {
  margin-top: max(1.25rem, 16px);
}

.p-features__item-sentence {
  font-size: max(1.125rem, 18px);
}

@media screen and (max-width: 767.9px) {
  .p-features__item-sentence {
    font-size: 0.9375rem;
  }
}

.p-features__item-sentence {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}

.p-features__item-img-wrap {
  display: block;
  width: 100%;
  max-width: max(20.625rem, 264px);
}

@media screen and (max-width: 767.9px) {
  .p-features__item-img-wrap {
    margin-top: 2rem;
  }
}

.p-features__btn-wrap {
  margin-top: max(5rem, 80px);
}

.p-features__btn {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  gap: 0.75rem;
  font-size: max(1rem, 16px);
  color: #000 !important;
  font-weight: 700;
  transition: opacity 0.3s var(--ease-out-quint);
}

.p-features__btn:hover {
  opacity: 0.6;
}

.p-features__btn-icon {
  width: max(0.5rem, 8px);
  height: max(1rem, 16px);
  flex-shrink: 0;
}

.p-features__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767.9px) {
  .p-features__btn-wrap {
    margin-top: max(2.5rem, 40px);
  }

  .p-features__btn {
    line-height: 1.4;
    font-size: 1rem;
  }

  .p-philosophy__title {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 375.9px) {
  .p-features__btn {
    font-size: 13px;
  }
}


.p-philosophy__content {
  margin-top: 5rem;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .p-philosophy__title {
    text-align: left;
  }

  .p-philosophy__content {
    margin-top: 2.5rem;
    text-align: left;
  }
}

.p-philosophy__sentence {
  font-size: clamp(0.937rem, 1.2vw, 1.25px);
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0em;
}

.p-step__inner {
  max-width: 1178px;
}

.p-step__top-title {
  font-size: max(1.5rem, 19.2px);
}

@media screen and (max-width: 767.9px) {
  .p-step__top-title {
    font-size: 1.5rem;
  }

  .p-philosophy__sentence {
    line-height: 1.6;
  }
}

.p-step__top-title {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #003c84;
}

@media screen and (max-width: 767.9px) {
  .p-step__top-title {
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .p-step__top-title {
    font-size: 1.125rem;
  }
}

.p-step__top-sentence {
  margin-top: 1.5rem;
  font-size: max(0.9375rem, 12px);
}

@media screen and (max-width: 767.9px) {
  .p-step__top-sentence {
    font-size: 0.9375rem;
  }
}

.p-step__top-sentence {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}

.p-step__content {
  margin-top: 2rem;
}

.p-step__table {
  overflow: auto;
  position: relative;
  z-index: 9;
}

.p-step__table-picture {
  display: block;
  width: 100%;
  max-width: calc(1118px + 5rem);
  margin-inline: auto;
}

.p-step__table-img {
  min-width: 972px;
  padding-inline: 2.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 767.9px) {
  .p-step__content {
    margin-top: 4rem;
  }

  .p-step__table-img {
    min-width: 972px;
    padding-inline: 0.9375rem;
  }
}

.p-cta {
  padding-top: 6.25rem;
}

@media screen and (max-width: 767.9px) {
  .p-cta {
    padding-top: 3.75rem;
  }
}

.p-cta__block {
  width: 100%;
  max-width: max(50.125rem, 641.6px);
  margin-inline: auto;
  padding-block: 2.9375rem;
  padding-inline: 2.9375rem;
  border: 1px solid var(--Gray_05, #d6d6d6);
  border-radius: 1.25rem;
}

@media screen and (max-width: 767.9px) {
  .p-cta__block {
    padding-block: 1.9375rem;
    padding-inline: 1.9375rem;
  }
}

.p-cta__sentence {
  font-size: max(0.9375rem, 12px);
}

@media screen and (max-width: 767.9px) {
  .p-cta__sentence {
    font-size: 0.9375rem;
  }
}

.p-cta__sentence {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}

.p-cta__btn-wrap {
  margin-top: 6.25rem;
}

@media screen and (max-width: 767.9px) {
  .p-cta__btn-wrap {
    margin-top: 3.75rem;
  }
}

.p-cta__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: max(35.75rem, 457.6px);
  min-height: max(5rem, 64px);
  margin-inline: auto;
  padding-inline: max(1.875rem, 24px);
  border-radius: max(0.5rem, 8px);
  background: linear-gradient(91deg, #02044b 50.43%, #003c84 100%);
  color: #fff !important;
  -webkit-transition: opacity 0.3s var(--ease-out-quint);
  transition: opacity 0.3s var(--ease-out-quint);
}

@media (any-hover: hover) {
  .p-cta__btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767.9px) {
  .p-cta__btn {
    min-width: 20.9375rem;
    min-height: 3.75rem;
    padding-inline: 1.25rem;
  }
}

@media screen and (max-width: 375px) {
  .p-cta__btn {
    min-width: 280px;
  }
}


.p-cta__text {
  font-size: max(1.25rem, 16px);
}

@media screen and (max-width: 767.9px) {
  .p-cta__text {
    font-size: 1.25rem;
  }
}

.p-cta__text {
  font-weight: 700;
  line-height: 0.05;
  letter-spacing: 0.03em;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .p-cta__text {
    font-size: max(0.9375rem, 12px);
    font-weight: 700;
    line-height: 0.0666666667;
    letter-spacing: 0.03em;
  }
}

@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .p-cta__text {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 375px) {
  .p-cta__text {
    font-size: 13px;
  }
}

.p-cta__icon {
  position: absolute;
  top: 50%;
  right: max(1.875rem, 24px);
  width: max(0.578rem, 11px);
  height: max(1.1875rem, 19px);
  translate: 0 -50%;
}

@media screen and (max-width: 767.9px) {
  .p-cta__icon {
    right: 1.25rem;
    width: 0.375rem;
    height: 0.75rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767.9px) {
  .u-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1199.9px) {
  .u-header-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-header-sp {
    display: none !important;
  }
}

.u-animated__fadeIn {
  --_duration: var(--duration, 0.6s);
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  translate: 0 10px;
  will-change: opacity, translate;
  -webkit-transition: opacity var(--_duration) var(--ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1)), translate calc(var(--_duration) * 2) var(--ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1)), -webkit-filter calc(var(--_duration) * 0.5) var(--ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1));
  transition: opacity var(--_duration) var(--ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1)), translate calc(var(--_duration) * 2) var(--ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1)), -webkit-filter calc(var(--_duration) * 0.5) var(--ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1));
  transition: opacity var(--_duration) var(--ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1)), filter calc(var(--_duration) * 0.5) var(--ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1)), translate calc(var(--_duration) * 2) var(--ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1));
  transition: opacity var(--_duration) var(--ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1)), filter calc(var(--_duration) * 0.5) var(--ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1)), translate calc(var(--_duration) * 2) var(--ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1)), -webkit-filter calc(var(--_duration) * 0.5) var(--ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1));
  -webkit-transition-delay: var(--delay, 0s);
  transition-delay: var(--delay, 0s);
}

@media screen and (max-width: 767.9px) {
  .u-animated__fadeIn {
    --_duration: var(--duration-sp, 0.6s);
    -webkit-transition-delay: var(--delay-sp, 0s);
    transition-delay: var(--delay-sp, 0s);
  }
}

.u-animated__fadeIn.is-to-bottom {
  translate: 0 -20px;
}

.u-animated__fadeIn.is-to-left {
  translate: 20px 0;
}

.u-animated__fadeIn.is-to-right {
  translate: -20px 0;
}

.u-animated__fadeIn.is-to-bottom-left {
  translate: 20px -20px;
}

.u-animated__fadeIn.is-to-bottom-right {
  translate: -20px -20px;
}

.u-animated__fadeIn.is-to-top-left {
  translate: 20px 20px;
}

.u-animated__fadeIn.is-to-top-right {
  translate: -20px 20px;
}

.u-animated__fadeIn.is-active {
  opacity: 1;
  translate: 0;
  will-change: auto;
}

.u-animated__clipReveal {
  clip-path: inset(0 100% 0 0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: clip-path;
  -webkit-transition: clip-path 0.8s var(--ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1));
  transition: clip-path 0.8s var(--ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1));
  -webkit-transition-delay: var(--delay, 0s);
  transition-delay: var(--delay, 0s);
}

@media screen and (max-width: 767.9px) {
  .u-animated__clipReveal {
    -webkit-transition-delay: var(--delay-sp, 0s);
    transition-delay: var(--delay-sp, 0s);
  }
}

.u-animated__clipReveal.is-left-to-right {
  clip-path: inset(0 100% 0 0);
}

.u-animated__clipReveal.is-right-to-left {
  clip-path: inset(0 0 0 100%);
}

.u-animated__clipReveal.is-top-to-bottom {
  clip-path: inset(0 0 100% 0);
}

.u-animated__clipReveal.is-bottom-to-top {
  clip-path: inset(100% 0 0 0);
}

.u-animated__clipReveal.is-center-horizontal {
  clip-path: inset(0 50% 0 50%);
}

.u-animated__clipReveal.is-center-vertical {
  clip-path: inset(50% 0 50% 0);
}

.u-animated__clipReveal.is-center-expand {
  clip-path: inset(50% 50% 50% 50%);
}

.u-animated__clipReveal.is-active {
  clip-path: inset(0 0 0 0);
  will-change: auto;
}

.u-animated__clipCircle {
  --_duration: var(--duration, 0.8s);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path var(--_duration) var(--ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1));
  transition: clip-path var(--_duration) var(--ease-out-quint, cubic-bezier(0.22, 1, 0.36, 1));
  -webkit-transition-delay: var(--delay, 0s);
  transition-delay: var(--delay, 0s);
}

@media screen and (max-width: 767.9px) {
  .u-animated__clipCircle {
    --_duration: var(--duration-sp, 0.8s);
    -webkit-transition-delay: var(--delay-sp, 0s);
    transition-delay: var(--delay-sp, 0s);
  }
}

.u-animated__clipCircle.is-from-center {
  clip-path: circle(0% at 50% 50%);
}

.u-animated__clipCircle.is-from-top-left {
  clip-path: circle(0% at 0% 0%);
}

.u-animated__clipCircle.is-from-top-right {
  clip-path: circle(0% at 100% 0%);
}

.u-animated__clipCircle.is-from-bottom-left {
  clip-path: circle(0% at 0% 100%);
}

.u-animated__clipCircle.is-from-bottom-right {
  clip-path: circle(0% at 100% 100%);
}

.u-animated__clipCircle.is-active {
  clip-path: circle(150% at 50% 50%);
  will-change: auto;
}

.u-animated__clipCircle.is-active.is-from-top-left {
  clip-path: circle(150% at 0% 0%);
}

.u-animated__clipCircle.is-active.is-from-top-right {
  clip-path: circle(150% at 100% 0%);
}

.u-animated__clipCircle.is-active.is-from-bottom-left {
  clip-path: circle(150% at 0% 100%);
}

.u-animated__clipCircle.is-active.is-from-bottom-right {
  clip-path: circle(150% at 100% 100%);
}

/*# sourceMappingURL=style.css.map */

.p-sceneBlock02 {
  pointer-events: none;
}

body {
  user-select: text !important;
}