@charset "UTF-8";
@media screen and (min-width:1680px) {
  /* 1680px以下 */
}
@media screen and (min-width:1441px) {
  /* 1440px以下 */
}
@media screen and (max-width: 1160px) {
  /* 1160px以下 */
}
@media screen and (min-width:1101px) {
  /* 1101px以上 */
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  /* 1200x以下 768px以上 */
}
@media screen and (max-width: 1320px) {
  /* 1320px以下 */
}
@media screen and (max-width: 1280px) {
  /* 1280px以下 */
}
@media screen and (max-width: 950px) {
  /* 950px以下 */
}
@media screen and (max-width: 767px) {
  /* 767px以下 */
}
@media screen and (max-width: 460px) {
  /* 460px以下 */
}
@media screen and (max-width: 375px) {
  /* 375px以下 */
}
@media (any-hover:hover) {
  /* hover action */
}
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* root
----------------------------------------------- */
:root {
  --color-bg-dark: #3C3D42;
  --color-bg-white: #FFFFFF;
  --color-bg-blue: #0070B9;
  --color-bg-orange: #F36300;
  --color-font-primary: #000000;
  --color-font-white: #FFFFFF;
  --color-font-blue: #0070B9;
  --font-jp: "tot-shizukardgo-stdn", sans-serif;
  --font-en: "PP Neue Montreal";
  --content-base: 1320px;
  --fixed-header-height-sp: 168px;
}

/* font
----------------------------------------------- */
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../font/PPNeueMontreal-Bold.woff2") format("woff2"), url("../font/PPNeueMontreal-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../font/PPNeueMontreal-Medium.woff2") format("woff2"), url("../font/PPNeueMontreal-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* lenis.js（慣性スクロール）
----------------------------------------------- */
html.lenis {
  height: auto;
}
html.lenis body {
  height: auto;
}

.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

body {
  color: var(--color-font-primary);
  font-family: "PP Neue Montreal", "tot-shizukardgo-stdn", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}

/* font
----------------------------------------------- */
.-en {
  font-family: var(--font-en);
}

/* indicate
----------------------------------------------- */
.js-indicate.js-fadein {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.js-indicate .js-slidein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition-delay: 0.4s;
}
.js-indicate .js-splittext {
  overflow: hidden;
}
.js-indicate .js-splittext span {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0.6, 0.4, 1);
}
.js-indicate .js-scaleimg {
  transform: scale(1.3);
  will-change: transform;
  transition: transform 1.2s cubic-bezier(0, 0.6, 0.4, 1);
}
.js-indicate-start.js-fadein {
  opacity: 1;
}
.js-indicate-start .js-slidein {
  opacity: 1;
  transform: translateY(0);
}
.js-indicate-start .js-splittext span {
  transform: translate3d(0, 0, 0);
}
.js-indicate-start .js-scaleimg {
  transform: scale(1);
}

/* only
----------------------------------------------- */
.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/* テキストリンク（[data-txt]）
----------------------------------------------- */
[data-txt] {
  position: relative;
  display: inline-block;
  min-height: 24px;
  overflow: hidden;
  transition: color 0.2s linear;
}
[data-txt] span {
  display: flex;
  min-height: 24px;
  align-items: center;
}
[data-txt]::after {
  min-height: 24px;
  color: var(--color-font-blue);
  display: flex;
  align-items: center;
  opacity: 0;
  content: attr(data-txt);
}
@media (any-hover:hover) {
  [data-txt]:hover {
    color: var(--color-font-blue);
  }
  [data-txt]:hover span {
    color: initial;
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s linear;
    transform: translate3d(0, -100%, 0);
  }
  [data-txt]:hover::after {
    opacity: 1;
    transition: transform 0.4s ease-out, opacity 0.4s linear;
    transform: translate3d(0, -100%, 0);
  }
}

/* animation
----------------------------------------------- */
@keyframes link-icon {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(0.625rem, 0, 0);
  }
  50.00001% {
    opacity: 0;
    transform: translate3d(-0.625rem, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.l-wrapper__outer {
  padding: 0 4.1666666667vw;
}
.l-wrapper__inner {
  max-width: var(--content-base);
  margin-inline: auto;
}
.l-wrapper__over {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .l-wrapper__outer {
    padding: 0 2.6666666667vw;
  }
}

.l-container {
  position: relative;
  margin-top: -56px;
}
.l-container__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  pointer-events: none;
}
.l-container__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2451px;
  background: linear-gradient(180deg, #F2F4F6 0%, #CBE5F5 50.88%);
  pointer-events: none;
}
.l-container__human {
  position: absolute;
  top: 98px;
  right: -5.2083333333vw;
  width: 99.6527777778vw;
  background-image: url("../images/img_mv.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  pointer-events: none;
  aspect-ratio: 1/1;
}
.l-container__elem {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  will-change: transform;
  transition: transform 0.1s linear;
}
.l-container__elem.-elem01 {
  top: -7.5694444444vw;
  right: -11.1111111111vw;
  width: 87.4305555556vw;
  aspect-ratio: 1259/1218;
  background-image: url("../images/elem_01.png");
}
.l-container__elem.-vector01 {
  top: 88.125vw;
  left: -18.4027777778vw;
  width: 42.0138888889vw;
  aspect-ratio: 605/604;
  background-image: url("../images/vector_01.svg");
}
@media screen and (max-width: 767px) {
  .l-container__bg {
    height: 2034px;
    background: linear-gradient(180deg, #F2F4F6 0%, #CBE5F5 40.73%);
  }
  .l-container__human {
    top: 244px;
    right: -51.7333333333vw;
    width: 192.2666666667vw;
    background-image: url("../images/img_mv_sp.png");
  }
  .l-container__elem.-elem01 {
    top: -14.1333333333vw;
    right: -20.2666666667vw;
    width: 126.9333333333vw;
    aspect-ratio: 476/531;
    background-image: url("../images/elem_01_sp.png");
  }
  .l-container__elem.-vector01 {
    top: 312vw;
    left: -25.8666666667vw;
    width: 63.7333333333vw;
  }
}

.l-header {
  position: sticky;
  top: 30px;
  max-width: 760px;
  width: 100%;
  margin-inline: auto;
  padding: 5px 5px 5px min(24px, 1.6666666667vw);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  backdrop-filter: blur(15px);
  z-index: 100;
}
.l-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(48px, 3.3333333333vw);
}
.l-header__logo__wrap {
  display: flex;
  align-items: center;
  gap: min(24px, 1.6666666667vw);
}
.l-header__logo__wrap img {
  width: 150px;
  height: auto;
}
.l-header__logo__wrap > span {
  color: var(--color-font-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.l-header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(29px, 2.0138888889vw);
}
.l-header__menu__list {
  display: flex;
  align-items: center;
  gap: min(16px, 1.1111111111vw);
}
.l-header__item {
  line-height: 1;
  display: flex;
  align-items: center;
}
.l-header__item__label {
  color: var(--color-font-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 10px;
    width: calc(100% - 20px);
    padding-left: 15px;
    border-radius: 5px;
    background-color: transparent;
    backdrop-filter: none;
  }
  .l-header__logo {
    position: relative;
    z-index: 1;
  }
  .l-header__logo__wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  .l-header__logo__wrap img {
    width: 100px;
  }
  .l-header__logo__wrap > span {
    font-size: 12px;
  }
  .l-header__nav {
    gap: 5px;
  }
  .l-header__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 56px;
    overflow: hidden;
  }
  .l-header__menu::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    border-radius: 5px;
    content: "";
  }
  .l-header__menu__list {
    position: relative;
    padding: 30px 15px 30px;
    display: none;
    overflow: hidden;
  }
  .l-header__item {
    position: relative;
    padding: 16px 15px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  .l-header__item:first-child {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
  .l-header__btns {
    order: 1;
  }
  .l-header__btns .u-btn {
    min-width: auto;
    width: 100px;
    height: 46px;
    padding: 4px;
    font-size: 10px;
    text-align: center;
  }
  .l-header .u-humburger {
    position: relative;
    order: 2;
    z-index: 1;
  }
}

.l-footer {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: var(--color-bg-dark);
}
.l-footer__body {
  margin-top: 160px;
}
.l-footer__foot {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}
.l-footer__row {
  display: flex;
  gap: 5px;
}
.l-footer__row + .l-footer__row {
  margin-top: 5px;
}
.l-footer__row.-col2 .l-footer__links__item {
  width: calc(50% - 5px + 2.5px);
}
.l-footer__row.-col4 .l-footer__card {
  width: calc(25% - 5px + 1.25px);
}
.l-footer__row.-col4 .l-footer__card.-img {
  width: calc(50% - 5px + 2.5px);
}
.l-footer__row.-full .l-footer__links__item {
  width: 100%;
}
.l-footer__links__item {
  width: calc(33.3333333333% - 5px + 1.6666666667px);
}
.l-footer__links__item__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 160px;
  padding: 20px min(84px, 5.8333333333vw);
  background-color: var(--color-bg-white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__links__item__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  content: "";
}
.l-footer__links__item__label {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  z-index: 1;
}
.l-footer__links__item .u-icon {
  position: absolute;
  top: 0;
  right: min(20px, 1.3888888889vw);
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.l-footer__links__item.-l .l-footer__links__item__wrap {
  min-height: 240px;
}
.l-footer__links__item.-l .l-footer__links__item__label {
  color: var(--color-font-white);
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
.l-footer__links__item.-l .l-footer__links__item__label__en {
  margin-bottom: 8px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}
.l-footer__links__item.-entry .l-footer__links__item__wrap {
  background-color: var(--color-bg-orange);
}
.l-footer__links__item.-mypage .l-footer__links__item__wrap {
  background-color: var(--color-bg-blue);
}
@media (any-hover:hover) {
  .l-footer__links__item:hover .l-footer__links__item__wrap::before {
    opacity: 1;
  }
  .l-footer__links__item:hover .l-footer__links__item__wrap .u-icon::after {
    animation: link-icon 0.4s ease-out;
  }
}
.l-footer__card__wrap {
  width: 100%;
  min-height: 272px;
  height: 100%;
  padding: min(40px, 2.7777777778vw);
  background-color: var(--color-bg-white);
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.l-footer__card__logo img {
  max-width: 170px;
  width: 100%;
  height: auto;
}
.l-footer__card__logo figcaption {
  margin-top: 16px;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  display: block;
}
.l-footer__card__bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.l-footer__card__bgimg.-img01 {
  background-image: url("../images/bg_footer_01.jpg");
}
.l-footer__card__bgimg.-img02 {
  background-image: url("../images/bg_footer_02.jpg");
}
.l-footer__card__label {
  position: relative;
  color: var(--color-font-white);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
.l-footer__card__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54px;
  height: 54px;
  background-image: url("../images/bg_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.l-footer__card__icon__wrap {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__card__icon__wrap::after {
  width: 18px;
  height: 17px;
  background-image: url("../images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center;
  content: "";
}
.l-footer__card__menu > li {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}
.l-footer__card__menu > li + li {
  margin-top: 12px;
}
.l-footer__card.-img .l-footer__card__wrap {
  position: relative;
  padding: 30px 35px;
  border-radius: 10px 10px 0px 10px;
  display: flex;
  align-items: flex-end;
}
@media (any-hover:hover) {
  .l-footer__card.-img .l-footer__card__wrap:hover .l-footer__card__bgimg {
    transform: scale(1.07);
  }
  .l-footer__card.-img .l-footer__card__wrap:hover .l-footer__card__icon__wrap::after {
    animation: link-icon 0.4s ease-out;
  }
}
.l-footer__copyright {
  width: calc(100% - 69px);
  height: 64px;
  padding: 20px 40px;
  background-color: var(--color-bg-white);
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.l-footer__copyright__label {
  color: #666;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 1160px) {
  .l-footer__row.-col4 {
    flex-wrap: wrap;
  }
  .l-footer__row.-col4 .l-footer__card {
    width: 100%;
  }
  .l-footer__card__wrap {
    min-height: 108px;
    padding: 20px 15px;
  }
  .l-footer__card__label {
    font-size: 16px;
  }
  .l-footer__card__icon {
    width: 42px;
    height: 42px;
    background-size: 42px auto;
  }
  .l-footer__card__icon__wrap {
    width: 32px;
    height: 32px;
  }
  .l-footer__card__icon__wrap::after {
    width: 15px;
    height: 14px;
    background-size: 15px auto;
  }
  .l-footer__card.-img .l-footer__card__wrap {
    min-height: 180px;
    padding: 20px 15px;
    aspect-ratio: 35/36;
  }
}
@media screen and (max-width: 1160px) and (any-hover:hover) {
  .l-footer__card.-img .l-footer__card__wrap:hover .l-footer__card__bgimg {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .l-footer__body {
    margin-top: 50px;
  }
  .l-footer__row {
    flex-wrap: wrap;
  }
  .l-footer__row.-col2 .l-footer__links__item {
    width: 100%;
  }
  .l-footer__row.-col4 .l-footer__card {
    width: 100%;
  }
  .l-footer__links__item__wrap {
    min-height: 100px;
    padding: 8px 15.5px;
    border-radius: 5px;
    flex-direction: column;
    justify-content: space-between;
  }
  .l-footer__links__item__wrap::before {
    content: none;
  }
  .l-footer__links__item__label {
    min-height: 2.6em;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .l-footer__links__item .u-icon {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0;
  }
  .l-footer__links__item.-l .l-footer__links__item__wrap {
    min-height: 120px;
    flex-direction: row;
    justify-content: center;
  }
  .l-footer__links__item.-l .l-footer__links__item__wrap .u-icon {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
  }
  .l-footer__links__item.-l .l-footer__links__item__label {
    font-size: 16px;
    display: block;
  }
  .l-footer__links__item.-l .l-footer__links__item__label__en {
    margin-top: 4px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .l-footer__links__item:hover .l-footer__links__item__wrap .u-icon::after {
    animation: none;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__card__wrap {
    border-radius: 5px;
  }
  .l-footer__card.-img .l-footer__card__wrap {
    border-radius: 5px 5px 0px 5px;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .l-footer__card.-img .l-footer__card__wrap:hover .l-footer__card__bgimg {
    transform: scale(1);
  }
  .l-footer__card.-img .l-footer__card__wrap:hover .l-footer__card__icon__wrap::after {
    animation: none;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    width: calc(100% - 49px);
    height: 44px;
    padding: 10px 15px;
    border-radius: 5px;
  }
}

.p-mv {
  padding-top: 153px;
  min-height: 70svw;
}
.p-mv__copy__label {
  color: var(--color-font-blue);
  font-size: 60px;
  font-size: 4.1666666667vw;
  font-weight: 900;
  line-height: 1.4;
  display: block;
}
@media screen and (min-width:1441px) {
  .p-mv__copy__label {
    font-size: 60px;
  }
}
.p-mv__copy__label.js-splittext {
  overflow: hidden;
}
.p-mv__copy__label.js-splittext span {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0.6, 0.4, 1);
}
.p-mv__lead {
  margin-top: 30px;
}
.p-mv__lead__label {
  color: var(--color-font-blue);
  font-size: 32px;
  font-size: 2.2222222222vw;
  font-weight: 900;
  line-height: 1.6;
  display: inline-block;
}
@media screen and (min-width:1441px) {
  .p-mv__lead__label {
    font-size: 32px;
  }
}
.p-mv__lead__label.js-splittext {
  overflow: hidden;
}
.p-mv__lead__label.js-splittext span {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0.6, 0.4, 1);
}
.p-mv__lead__label:nth-child(2) > span:nth-child(1) {
  transition-delay: 0.9s !important;
}
.p-mv__lead__label:nth-child(2) > span:nth-child(2) {
  transition-delay: 0.95s !important;
}
.p-mv__lead__label:nth-child(2) > span:nth-child(3) {
  transition-delay: 1s !important;
}
.p-mv__lead__label:nth-child(2) > span:nth-child(4) {
  transition-delay: 1.05s !important;
}
.p-mv__lead__label:nth-child(2) > span:nth-child(5) {
  transition-delay: 1.1s !important;
}
.p-mv__btn {
  margin-top: 40px;
}
.p-mv.is-show .js-splittext span {
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .p-mv {
    position: relative;
    padding-top: 103px;
    min-height: auto;
    height: 100vh;
    height: calc(var(--vh) * 100);
  }
  .p-mv__copy__label {
    font-size: 28px;
  }
  .p-mv__lead {
    margin-top: 8px;
  }
  .p-mv__lead__label {
    font-size: 16px;
    display: block;
  }
  .p-mv__btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    width: calc(100% - 20px);
    margin: auto;
  }
}

.p-about__content {
  padding: 80px 30px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(25px);
}
.p-about .u-heading__en span:nth-child(7), .p-about .u-heading__en span:nth-child(15) {
  margin-left: 0.2em;
}
.p-about__summary {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
}
.p-about__summary + .p-about__summary {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .p-about__content {
    padding: 30px 20px 50px;
  }
  .p-about__summary {
    margin-top: 24px;
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }
  .p-about__summary + .p-about__summary {
    margin-top: 2em;
  }
}

.p-features {
  position: relative;
}
.p-features__head {
  padding-top: 110px;
  padding-bottom: 5px;
}
.p-features__body {
  padding-top: 80px;
  padding-bottom: 120px;
  background: linear-gradient(162deg, #0D82CE 0%, rgba(13, 130, 206, 0) 20.59%), linear-gradient(124deg, #0070B9 17.08%, #003253 79.45%);
}
.p-features__links {
  margin-top: 60px;
}
.p-features__links__row {
  display: flex;
  gap: 5px;
}
.p-features__links__item {
  width: calc(20% - 5px + 1px);
}
.p-features__links__item__wrap {
  position: relative;
  width: 100%;
  min-height: 165px;
  height: 100%;
  padding: 24.5px min(24px, 1.6666666667vw) 41px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.p-features__links__item__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  content: "";
}
@media (any-hover:hover) {
  .p-features__links__item__wrap:hover::before {
    opacity: 1;
  }
}
.p-features__links__item__num {
  color: var(--color-font-white);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-features__links__item__num__label {
  display: block;
}
.p-features__links__item__label {
  position: relative;
  margin-top: 8.5px;
  color: var(--color-font-white);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
.p-features__links__item__icon {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  width: 15px;
  height: 9px;
  margin: auto;
  background-image: url("../images/icon_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
}
.p-features__links__item:nth-child(1) .p-features__links__item__wrap {
  background-color: #0C81CD;
}
.p-features__links__item:nth-child(2) .p-features__links__item__wrap {
  background-color: #0778C1;
}
.p-features__links__item:nth-child(3) .p-features__links__item__wrap {
  background-color: #056CAF;
}
.p-features__links__item:nth-child(4) .p-features__links__item__wrap {
  background-color: #025A93;
}
.p-features__links__item:nth-child(5) .p-features__links__item__wrap {
  background-color: #014A7A;
}
.p-features__block__head__row {
  display: flex;
  gap: 5px;
}
.p-features__block__body {
  margin-top: 5px;
}
.p-features__block__body__row {
  display: flex;
  gap: 5px;
}
.p-features__block__body__row.-col3 .p-features__block__body__col {
  width: calc(33.3333333333% - 5px + 1.6666666667px);
}
.p-features__block__body__col {
  width: calc(50% - 5px + 2.5px);
}
.p-features__block__content {
  width: 60.9722222222vw;
  order: 1;
}
.p-features__block__txt {
  width: 100%;
  height: 100%;
  padding: 60px min(60px, 4.1666666667vw) 65px;
  background-color: var(--color-bg-white);
  border-radius: 10px;
  overflow: hidden;
}
.p-features__block__img {
  position: relative;
  width: 30.3472222222vw;
  border-radius: 10px;
  overflow: hidden;
  order: 2;
}
.p-features__block__img__row {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-features__block__img__col {
  position: relative;
  width: 100%;
  height: calc(33.3333333333% - 5px + 1.6666666667px);
  border-radius: 10px;
  overflow: hidden;
}
.p-features__block__img__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-features__block__img.-img01 {
  min-height: 843px;
}
.p-features__block__img.-img01 .p-features__block__img__item {
  background-image: url("../images/img_features_01.jpg");
}
.p-features__block__img.-img02 {
  min-height: 874px;
}
.p-features__block__img.-img02 .p-features__block__img__item {
  background-image: url("../images/img_features_02.jpg");
}
.p-features__block__img.-img03 {
  min-height: 751px;
}
.p-features__block__img.-img03 .p-features__block__img__col:nth-child(1) .p-features__block__img__item {
  background-image: url("../images/img_features_03-1.jpg");
}
.p-features__block__img.-img03 .p-features__block__img__col:nth-child(2) .p-features__block__img__item {
  background-image: url("../images/img_features_03-2.jpg");
}
.p-features__block__img.-img03 .p-features__block__img__col:nth-child(3) .p-features__block__img__item {
  background-image: url("../images/img_features_03-3.jpg");
}
.p-features__block__img.-img04 {
  min-height: 569px;
}
.p-features__block__img.-img04 .p-features__block__img__item {
  background-image: url("../images/img_features_04.jpg");
}
.p-features__block__img.-img05 {
  min-height: 742px;
}
.p-features__block__img.-img05 .p-features__block__img__item {
  background-image: url("../images/img_features_05.jpg");
}
.p-features__block__heading__row {
  display: flex;
  align-items: center;
  gap: min(60px, 4.1666666667vw);
}
.p-features__block__heading__num {
  flex-shrink: 0;
}
.p-features__block__heading__num__label {
  color: var(--color-font-blue);
  font-size: 108px;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.p-features__block__heading__label {
  color: var(--color-font-blue);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.4;
}
.p-features__block__title {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
}
.p-features__block__summary {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.p-features__block__row {
  display: flex;
  justify-content: space-between;
}
.p-features__block__graph__label {
  color: var(--color-font-blue);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
.p-features__block__graph__item {
  position: relative;
  margin-top: 24px;
}
.p-features__block__graph__item img {
  position: relative;
  width: 100%;
  height: auto;
}
.p-features__block__graph__item canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-features__block__map__body {
  position: relative;
}
.p-features__block__map__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.p-features__block__map__title__label {
  color: var(--color-font-blue);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.6;
  transform: translateY(4px);
}
.p-features__block__map__title__num {
  color: var(--color-font-blue);
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  display: block;
  overflow: hidden;
}
.p-features__block__map__title.-s {
  gap: 5px;
}
.p-features__block__map__title.-s .p-features__block__map__title__label {
  font-size: 14px;
  font-size: 0.9722222222vw;
  transform: translateY(2px);
}
@media screen and (min-width:1441px) {
  .p-features__block__map__title.-s .p-features__block__map__title__label {
    font-size: 14px;
  }
}
.p-features__block__map__title.-s .p-features__block__map__title__num {
  font-size: 32px;
  font-size: 2.2222222222vw;
}
@media screen and (min-width:1441px) {
  .p-features__block__map__title.-s .p-features__block__map__title__num {
    font-size: 32px;
  }
}
.p-features__block__map__item img {
  width: 100%;
  height: auto;
}
.p-features__block__map .p-features__block__map__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.p-features__block__core {
  margin-top: 40px;
}
.p-features__block__core__body {
  margin-top: 15px;
}
.p-features__block__core__title {
  color: var(--color-font-blue);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.p-features__block__core__img img {
  width: 100%;
  height: auto;
}
.p-features__block__imgset {
  display: flex;
  flex: 1;
  gap: 5px;
}
.p-features__block__imgset.-col2 .p-features__block__imgset__item {
  width: calc(50% - 5px + 2.5px);
  min-height: 200px;
}
.p-features__block__imgset__item {
  position: relative;
  width: calc(33.3333333333% - 5px + 1.6666666667px);
  min-height: 247px;
  border-radius: 10px;
  overflow: hidden;
}
.p-features__block__imgset__item__elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-features__block__imgset__item__elem.-elem01 {
  background-image: url("../images/img_features_03-a.jpg");
}
.p-features__block__imgset__item__elem.-elem02 {
  background-image: url("../images/img_features_03-b.jpg");
}
.p-features__block__imgset__item__elem.-elem03 {
  background-image: url("../images/img_features_03-c.jpg");
}
.p-features__block__imgset__item__elem.-elem04 {
  background-image: url("../images/img_features_05-a.jpg");
}
.p-features__block__imgset__item__elem.-elem05 {
  background-image: url("../images/img_features_05-b.jpg");
}
.p-features__block__member {
  height: 100%;
}
.p-features__block__member__wrap {
  position: relative;
  width: 100%;
  min-height: 194px;
  height: 100%;
  padding: 24px;
  display: block;
}
.p-features__block__member__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-white);
  border-radius: 10px 10px 0 10px;
  /* 2つのレイヤーを指定： 1.全体(塗りつぶし) / 2.アイコン */
  -webkit-mask-image: linear-gradient(black, black), url("../images/bg_icon.svg");
  mask-image: linear-gradient(black, black), url("../images/bg_icon.svg");
  /* 重ならない位置を指定： 1.全体 / 2.右下 */
  -webkit-mask-position: 0 0, bottom right;
  mask-position: 0 0, bottom right;
  /* サイズを指定： 1.全体100% / 2.アイコンサイズ */
  -webkit-mask-size: 100% 100%, 54px 54px;
  mask-size: 100% 100%, 54px 54px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  /* 【重要】型抜きの設定：全体からアイコンを「引き算」する */
  -webkit-mask-composite: destination-out; /* Chrome, Safari用 */
  mask-composite: exclude; /* Firefox用 */
  content: "";
}
.p-features__block__member__wrap::after {
  position: absolute;
  right: 13px;
  bottom: 13.5px;
  width: 18px;
  height: 17px;
  background-image: url("../images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center;
  z-index: 1;
  content: "";
}
@media (any-hover:hover) {
  .p-features__block__member__wrap:hover::after {
    animation: link-icon 0.4s ease-out;
  }
  .p-features__block__member__wrap:hover .p-features__block__member__img img {
    transform: scale(1.07);
  }
}
.p-features__block__member__row {
  position: relative;
  display: flex;
}
.p-features__block__member__head {
  width: 110px;
}
.p-features__block__member__body {
  width: calc(100% - 110px);
  padding-left: min(24px, 4.3835616438%);
}
.p-features__block__member__img {
  width: 100%;
}
.p-features__block__member__img__wrap {
  width: 100%;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
}
.p-features__block__member__img img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease-out;
}
.p-features__block__member__img__label {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  display: block;
}
.p-features__block__member__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.p-features__block__member__summary {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}
.p-features__block.-block01 .p-features__block__row {
  margin-top: 32px;
  align-items: center;
}
.p-features__block.-block01 .p-features__block__col:nth-child(1) {
  width: 39.5778364116%;
  padding: 0 13px;
}
.p-features__block.-block01 .p-features__block__col:nth-child(2) {
  width: 55.1451187335%;
}
.p-features__block.-block03 .p-features__block__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-features__block.-block03 .p-features__block__txt {
  height: auto;
}
.p-features__block.-block04 .p-features__block__row {
  margin-top: 32px;
}
.p-features__block.-block04 .p-features__block__col:nth-child(1) {
  width: 55.4089709763%;
}
.p-features__block.-block04 .p-features__block__col:nth-child(2) {
  width: 39.3139841689%;
}
.p-features__block.-block05 .p-features__block__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-features__block.-block05 .p-features__block__txt {
  height: auto;
}
.p-features__back {
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}
.p-features__back + .p-features__block {
  margin-top: 80px;
}
.p-features__back__wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (any-hover:hover) {
  .p-features__back__wrap:hover .p-features__back__icon::after {
    animation: link-icon 0.4s ease-out;
  }
}
.p-features__back__label {
  color: var(--color-font-white);
  font-size: 16px;
  font-weight: 500;
}
.p-features__back__icon {
  width: 64px;
  height: 64px;
  background-color: var(--color-bg-white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
}
.p-features__back__icon::after {
  width: 18px;
  height: 17px;
  background-image: url("../images/icon_arrow-b.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-features__head {
    padding-top: 60px;
  }
  .p-features__body {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-features__links {
    margin-top: 30px;
  }
  .p-features__links__item__wrap {
    min-height: 155px;
    height: 100%;
    padding: 11px 8px 33px;
    border-radius: 5px;
  }
  .p-features__links__item__wrap::before {
    content: none;
  }
  .p-features__links__item__num {
    font-size: 24px;
  }
  .p-features__links__item__label {
    margin-top: 11px;
    font-size: 12px;
  }
  .p-features__links__item__icon {
    bottom: 8px;
  }
  .p-features__block__head__row {
    flex-direction: column;
  }
  .p-features__block__body__row {
    flex-direction: column;
  }
  .p-features__block__body__row.-col3 .p-features__block__body__col {
    width: 100%;
  }
  .p-features__block__body__col {
    width: 100%;
  }
  .p-features__block__content {
    width: 100%;
    order: 2;
  }
  .p-features__block__txt {
    padding: 30px 15px;
    border-radius: 5px;
  }
  .p-features__block__img {
    width: 100%;
    border-radius: 5px;
    order: 1;
  }
  .p-features__block__img__row {
    min-height: 250px;
    flex-direction: row;
  }
  .p-features__block__img__col {
    width: calc(33.3333333333% - 5px + 1.6666666667px);
    height: auto;
    border-radius: 5px;
  }
  .p-features__block__img__item {
    aspect-ratio: 71/50;
  }
  .p-features__block__img.-img01 {
    min-height: 250px;
  }
  .p-features__block__img.-img01 .p-features__block__img__item {
    background-image: url("../images/img_features_01_sp.jpg");
  }
  .p-features__block__img.-img02 {
    min-height: 250px;
  }
  .p-features__block__img.-img02 .p-features__block__img__item {
    background-image: url("../images/img_features_02_sp.jpg");
  }
  .p-features__block__img.-img03 {
    min-height: 355px;
  }
  .p-features__block__img.-img03 .p-features__block__img__row {
    min-height: 355px;
    flex-direction: column;
  }
  .p-features__block__img.-img03 .p-features__block__img__col {
    width: 100%;
    height: auto;
    aspect-ratio: 71/23;
  }
  .p-features__block__img.-img03 .p-features__block__img__col:nth-child(1) .p-features__block__img__item {
    background-image: url("../images/img_features_03-1_sp.jpg");
  }
  .p-features__block__img.-img03 .p-features__block__img__col:nth-child(2) .p-features__block__img__item {
    background-image: url("../images/img_features_03-2_sp.jpg");
  }
  .p-features__block__img.-img03 .p-features__block__img__col:nth-child(3) .p-features__block__img__item {
    background-image: url("../images/img_features_03-3_sp.jpg");
  }
  .p-features__block__img.-img04 {
    min-height: 250px;
  }
  .p-features__block__img.-img04 .p-features__block__img__item {
    background-image: url("../images/img_features_04_sp.jpg");
  }
  .p-features__block__img.-img05 {
    min-height: 250px;
  }
  .p-features__block__img.-img05 .p-features__block__img__item {
    background-image: url("../images/img_features_05_sp.jpg");
  }
  .p-features__block__heading__row {
    gap: 40px;
  }
  .p-features__block__heading__num__label {
    font-size: 56px;
  }
  .p-features__block__heading__label {
    font-size: 24px;
  }
  .p-features__block__title {
    margin-top: 20px;
    font-size: 18px;
  }
  .p-features__block__summary {
    margin-top: 20px;
    font-size: 14px;
  }
  .p-features__block__row {
    flex-direction: column;
    gap: 32px;
  }
  .p-features__block__graph__label {
    font-size: 14px;
  }
  .p-features__block__graph__item {
    width: 91.6387959866%;
    margin-top: 0;
    margin-inline: auto;
  }
  .p-features__block__map__title__label {
    transform: translateY(2px);
  }
  .p-features__block__map__title__num {
    font-size: 48px;
  }
  .p-features__block__map__title.-s .p-features__block__map__title__label {
    font-size: 14px;
    transform: translateY(1px);
  }
  .p-features__block__map__title.-s .p-features__block__map__title__num {
    font-size: 28px;
  }
  .p-features__block__map__row {
    justify-content: space-between;
  }
  .p-features__block__map__row .p-features__block__map__title:nth-child(1) {
    padding-left: 2.7692307692%;
  }
  .p-features__block__map__row .p-features__block__map__title:nth-child(2) {
    padding-right: 15.3846153846%;
    padding-left: 0;
  }
  .p-features__block__core {
    margin-top: 32px;
  }
  .p-features__block__core__body {
    margin-top: 10px;
  }
  .p-features__block__member__wrap {
    min-height: 162px;
    padding: 20px 15px;
  }
  .p-features__block__member__wrap::before {
    border-radius: 5px 5px 0 5px;
    -webkit-mask-size: 100% 100%, 42px 42px;
    mask-size: 100% 100%, 42px 42px;
  }
  .p-features__block__member__wrap::after {
    position: absolute;
    right: 8.5px;
    bottom: 9px;
    width: 15px;
    height: 14px;
    background-size: 15px auto;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .p-features__block__member__wrap:hover::after {
    animation: none;
  }
  .p-features__block__member__wrap:hover .p-features__block__member__img img {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .p-features__block__member__head {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-features__block__member__body {
    width: calc(100% - 90px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-features__block__member__img__wrap {
    height: 90px;
  }
  .p-features__block__member__img__label {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-features__block__member__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-features__block__member__summary {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-features__block__imgset {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .p-features__block__imgset.-col2 .p-features__block__imgset__item {
    min-height: 130px;
  }
  .p-features__block__imgset__item {
    min-height: 115px;
    border-radius: 5px;
  }
  .p-features__block__imgset__item__elem.-elem04 {
    background-image: url("../images/img_features_05-a_sp.jpg");
  }
  .p-features__block__imgset__item__elem.-elem05 {
    background-image: url("../images/img_features_05-b_sp.jpg");
  }
}
@media screen and (max-width: 767px) {
  .p-features__block.-block01 .p-features__block__col:nth-child(1) {
    width: 100%;
  }
  .p-features__block.-block01 .p-features__block__col:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-features__block.-block04 .p-features__block__col:nth-child(1) {
    width: 100%;
  }
  .p-features__block.-block04 .p-features__block__col:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-features__back + .p-features__block {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) and (any-hover:hover) {
  .p-features__back__wrap:hover .p-features__back__icon::after {
    animation: none;
  }
}
@media screen and (max-width: 767px) {
  .p-features__back__label {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-features__back__icon {
    width: 44px;
    height: 44px;
    border-radius: 5px;
  }
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loading__logo {
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  z-index: 2;
}
.loading__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg-white);
  z-index: 1;
}

.u-humburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-humburger {
    width: 50px;
    height: 46px;
    background-color: var(--color-bg-blue);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .u-humburger__bars {
    position: relative;
    width: 20px;
    height: 16px;
  }
  .u-humburger__bar {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--color-bg-white);
    display: inline-block;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  }
  .u-humburger__bar:nth-child(1) {
    top: 0;
  }
  .u-humburger__bar:nth-child(2) {
    top: 7px;
  }
  .u-humburger__bar:nth-child(3) {
    bottom: 0;
  }
  .u-humburger.isOpen .u-humburger__bar:nth-child(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .u-humburger.isOpen .u-humburger__bar:nth-child(2) {
    opacity: 0;
  }
  .u-humburger.isOpen .u-humburger__bar:nth-child(3) {
    transform: translateY(-7px) rotate(45deg);
  }
}

.u-heading {
  color: var(--color-font-blue);
  font-weight: 700;
  text-align: center;
}
.u-heading__en {
  display: block;
  overflow: hidden;
}
.u-heading__en__label {
  font-size: 88px;
  line-height: 1;
  display: block;
}
.u-heading__en__label.-pc_row {
  display: inline-block;
}
.u-heading__jp {
  margin-top: 8px;
  font-size: 28px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .u-heading__en__label {
    font-size: 48px;
  }
  .u-heading__en__label.-pc_row {
    display: block;
  }
  .u-heading__jp {
    font-size: 16px;
  }
}

.u-btn {
  position: relative;
  min-width: 220px;
  min-height: 46px;
  padding: 4px 14px;
  color: var(--color-font-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.u-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  content: "";
}
.u-btn__wrap {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}
.u-btn.-entry {
  background-color: var(--color-bg-orange);
}
.u-btn.-mypage {
  background-color: var(--color-bg-blue);
}
.u-btn.-base {
  min-width: auto;
  width: 280px;
  min-height: 48px;
  font-size: 16px;
  font-weight: 700;
}
.u-btn .u-btn__wrap[data-label]::after {
  position: absolute;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  content: attr(data-label);
}
@media (any-hover:hover) {
  .u-btn:hover::before {
    opacity: 1;
  }
  .u-btn:hover .u-btn__wrap[data-label] span {
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s linear;
    transform: translate3d(0, -100%, 0);
  }
  .u-btn:hover .u-btn__wrap[data-label]::after {
    opacity: 1;
    transition: transform 0.4s ease-out, opacity 0.4s linear;
    transform: translate3d(0, 0%, 0);
  }
}
@media screen and (max-width: 767px) {
  .u-btn::before {
    content: none;
  }
  .u-btn.-base {
    max-width: 355px;
    width: 100%;
    margin-inline: auto;
  }
  .u-btn .u-btn__wrap[data-label]::after {
    content: none;
  }
  .u-btn:hover .u-btn__wrap[data-label] span {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
  }
}

.u-icon {
  width: 44px;
  height: 44px;
  border: solid 1px rgba(0, 112, 185, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-icon::after {
  width: 18px;
  height: 17px;
  background-image: url("../images/icon_arrow-b.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center;
  content: "";
}
.u-icon.-white {
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.u-icon.-white::after {
  background-image: url("../images/icon_arrow.svg");
}
@media screen and (max-width: 767px) {
  .u-icon {
    width: 32px;
    height: 32px;
  }
  .u-icon::after {
    width: 15px;
    height: 14px;
    background-size: 15px auto;
  }
}

.u-pagetop {
  width: 64px;
  height: 64px;
  background-color: var(--color-bg-white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
}
.u-pagetop::after {
  width: 18px;
  height: 17px;
  background-image: url("../images/icon_arrow-b.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center;
  content: "";
}
@media (any-hover:hover) {
  .u-pagetop:hover::after {
    animation: link-icon 0.4s ease-out;
  }
}
@media screen and (max-width: 767px) {
  .u-pagetop {
    width: 44px;
    height: 44px;
    border-radius: 5px;
  }
}

/* Foundation
----------------------------------------------- */
/* Layout
----------------------------------------------- */
/* Object
----------------------------------------------- */
/* component */

/*# sourceMappingURL=style.css.map */
