@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* =========================================
Font
========================================== */
:root {
  --base-fontSize: 10px;
  --color-white: #fff;
  --color-black: #1d2023;
  --color--dark-black: #00063c;
  --color--gray: #343434;
  --color-blue: #004ade;
  --color-blue-hover: #386fdc;
  --color-blue-icon-hover: #2a316e;
  --color-red: #ff0000;
  --color-light-green: #aefb57;
  --color-light-green-hover: #c8fd8c;
  --color-light-green-icon-hover: #27642a;
  --fw-100: 100;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-900: 900;
  --liquid-lgDesignSize: calc(1440 / 10);
  --liquid-mdDesignSize: calc(750 / 10);
  --liquid-smDesignSize: calc(390 / 10);
  --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-lgDesignSize));
}

@media screen and (max-width: 960px) {
  :root {
    --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-mdDesignSize));
  }
}
@media screen and (max-width: 560px) {
  :root {
    --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-smDesignSize));
  }
}
/* =========================================
Media
========================================== */
/* =========================================
dis - hide
========================================== */
@media screen and (max-width: 560px) {
  .view-pc {
    display: none !important;
  }
}
@media screen and (min-width: 561px) {
  .view-sp {
    display: none !important;
  }
}
/* #region body */
html {
  font-size: var(--liquid-htmlroot);
}

body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  font-family: "Gothic A1", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  padding: 0;
  margin: 0;
  background-color: var(--color-black);
}
body.fixed {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

a {
  transition: opacity 0.2s;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

button {
  cursor: pointer;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6, p, span, a, ul, ol, dl, li, figure {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  list-style-type: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* #endregion */
/* animationName fadeIn */
.js-fade,
.js-slide-fade {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnimation;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.gradation__fadeIn {
  animation-name: fadeInAnimationGradation;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}

.slide__fadeIn {
  animation-name: slideFadeInAnimation;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnimationGradation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.1;
  }
}
@keyframes slideFadeInAnimation {
  from {
    opacity: 0;
    transform: translateY(8rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 560px) {
  @keyframes slideFadeInAnimation {
    from {
      opacity: 0;
      transform: translateY(4rem);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
/* end animation */
/* region footer */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: min(2.8vw, 4rem);
  z-index: 999;
}
.header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: min(4.8vw, 6.8rem);
  padding-inline: min(7.7vw, 11rem);
}
.header .header__logo {
  display: block;
  width: min(21.7vw, 31.2rem);
}
.header .header__cta {
  width: min(17.3vw, 24.9rem);
  height: 100%;
}
.header .header__cta .cta__link {
  background-color: var(--color-blue);
  border-radius: min(3.5vw, 5rem);
  padding: 0 min(1.3vw, 1.8rem) 0 min(2.7vw, 3.8rem);
  background: linear-gradient(to right, var(--color-blue-hover) 50%, var(--color-blue) 50%);
  overflow: hidden;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position 0.3s ease;
}
@media (any-hover: hover) {
  .header .header__cta .cta__link:hover {
    background-position: left bottom;
  }
  .header .header__cta .cta__link:hover .cta__icon circle {
    fill: var(--color-blue-icon-hover);
  }
}
.header .header__cta .cta__text {
  font-family: "futura-pt", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: min(1.9vw, 2.7rem);
  font-weight: var(--fw-500);
  letter-spacing: 0.1em;
  color: var(--color-white);
}
.header .header__cta .cta__icon {
  width: min(2.8vw, 4rem);
  height: min(2.8vw, 4rem);
}

@media screen and (max-width: 560px) {
  .header {
    padding-top: 2.8rem;
  }
  .header .header__inner {
    height: 4.3rem;
    padding-inline: 1.6rem;
  }
  .header .header__logo {
    width: 14.7rem;
  }
  .header .header__cta {
    width: 18rem;
  }
  .header .header__cta .cta__link {
    border-radius: 5rem;
    padding: 0 1.2rem 0 3.8rem;
  }
  .header .header__cta .cta__text {
    font-size: 2.4rem;
  }
  .header .header__cta .cta__icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
/* end region */
/* region footer */
.footer {
  background-color: #343434;
  padding: min(4.2vw, 6rem) min(4.2vw, 6rem) min(6.3vw, 9rem);
}
.footer .footer__logo {
  display: block;
  width: min(21.7vw, 31.2rem);
}
.footer .footer__content {
  display: grid;
  gap: min(2.1vw, 3rem) 0;
  color: var(--color-white);
  text-align: end;
  margin-top: min(5.1vw, 7.2rem);
}
.footer .footer__privacy {
  font-size: min(1.7vw, 2.4rem);
  font-weight: var(--fw-700);
  line-height: 1.9166666667;
  color: var(--color-white);
  text-decoration: underline;
}
.footer .corporate {
  font-size: min(1.7vw, 2.4rem);
  font-weight: var(--fw-700);
  line-height: 1.9166666667;
  color: var(--color-white);
  text-decoration: underline;
}
.footer .copyright {
  font-size: min(1.7vw, 2.4rem);
  font-weight: var(--fw-700);
  line-height: 1.9166666667;
}

@media screen and (max-width: 560px) {
  .footer {
    padding: 5.4rem 5rem 9rem;
  }
  .footer .footer__logo {
    width: 22.7rem;
    margin-inline: auto;
  }
  .footer .footer__content {
    gap: 1.2rem 0;
    text-align: center;
    margin-top: 3.2rem;
  }
  .footer .footer__privacy {
    font-size: 1.4rem;
    line-height: 3.2857142857;
  }
  .footer .corporate {
    font-size: 1.4rem;
    line-height: 3.2857142857;
  }
  .footer .copyright {
    font-size: 1.4rem;
    line-height: 3.2857142857;
  }
}
/* end region */
/* region cta */
.cta .cta__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cta .cta__link:hover {
  opacity: 1;
}
.cta .cta__icon circle {
  transition: fill 0.3s;
}

/* end region */
/* region cta__container */
.cta__container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(20.9vw, 30rem);
  background-image: url("../images/webp/cta_bg_pc.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cta__container .cta__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 min(2.5vw, 3.5rem);
  width: min(74.8vw, 107.6rem);
}
.cta__container .cta__main__text {
  width: min(43.3vw, 62.3rem);
  font-size: min(2.5vw, 3.6rem);
  font-weight: var(--fw-700);
  line-height: 1.25;
  color: var(--color-white);
}
.cta__container .content__cta {
  flex: 1;
}
.cta__container .cta__fukidasi {
  font-size: min(1.7vw, 2.4rem);
  font-weight: var(--fw-700);
  line-height: 1.25;
  color: var(--color-white);
  text-align: center;
}
.cta__container .cta__link {
  height: min(6.2vw, 8.8rem);
  background-color: var(--color-light-green);
  background: linear-gradient(to right, var(--color-light-green-hover) 50%, var(--color-light-green) 50%);
  border-radius: min(4.2vw, 6rem);
  margin-top: min(0.9vw, 1.2rem);
  padding: 0 min(2.1vw, 3rem) 0 min(3.5vw, 5rem);
  overflow: hidden;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position 0.3s ease;
}
@media (any-hover: hover) {
  .cta__container .cta__link:hover {
    background-position: left bottom;
  }
  .cta__container .cta__link:hover .cta__icon circle {
    fill: var(--color-light-green-icon-hover);
  }
}
.cta__container .cta__text {
  font-size: min(2.6vw, 3.6rem);
  font-weight: var(--fw-600);
  line-height: 1.8888888889;
  color: var(--color-black);
}
.cta__container .cta__icon {
  width: min(3.7vw, 5.2rem);
  height: min(3.7vw, 5.2rem);
}
.cta__container .cta__note {
  margin-top: min(1.7vw, 2.4rem);
  padding-inline: min(0.9vw, 1.2rem);
}

@media screen and (max-width: 560px) {
  .cta__container {
    height: 37rem;
    background-image: url("../images/webp/cta_bg_sp.webp");
  }
  .cta__container .cta__inner {
    flex-direction: column;
    gap: 2rem 0;
    width: 30rem;
  }
  .cta__container .cta__main__text {
    width: 26.7rem;
    font-size: 2.4rem;
    line-height: 1.25;
    text-align: center;
  }
  .cta__container .content__cta {
    width: 100%;
  }
  .cta__container .cta__fukidasi {
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .cta__container .cta__link {
    height: 7.6rem;
    border-radius: 6rem;
    margin-top: 1.5rem;
    padding: 0 1.6rem 0 4.6rem;
  }
  .cta__container .cta__text {
    font-size: 2.4rem;
    line-height: 1.25;
  }
  .cta__container .cta__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
  .cta__container .cta__note {
    margin-top: 2rem;
    padding-inline: 2.4rem;
  }
}
/* end region */
/* region heading */
.heading__en {
  position: absolute;
  font-family: "futura-pt", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: min(11.2vw, 16rem);
  font-weight: var(--fw-700);
  background: linear-gradient(102deg, #0124c7 0%, #018bd6 29%, #07ad82 69%, #68cc4c 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
}

.heading__ja {
  display: flex;
  align-items: center;
  gap: 0 min(0.5vw, 0.6rem);
  position: relative;
  font-size: min(1.7vw, 2.4rem);
  font-weight: var(--fw-700);
  line-height: 1.25;
  color: var(--color-white);
}
.heading__ja::before {
  display: block;
  content: "";
  position: relative;
  top: min(-0.1vw, -0.2rem);
  width: min(0.9vw, 1.2rem);
  height: min(0.9vw, 1.2rem);
  background-color: var(--color-blue);
  border-radius: 50%;
}

@media screen and (max-width: 560px) {
  .heading__en {
    font-size: 6rem;
  }
  .heading__ja {
    gap: 0 0.4rem;
    font-size: 1.6rem;
  }
  .heading__ja::before {
    top: -0.2rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
/* end region */
/* region thanks */
.thanks {
  position: relative;
  width: 100%;
  height: 100dvh;
  background-color: var(--color-black);
}
.thanks .thanks__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.thanks .thanks_heading {
  position: relative;
  width: 100%;
}
.thanks .heading__en {
  top: -7.7777777778vw;
  left: 50%;
  translate: -50% 0;
  text-wrap: nowrap;
  opacity: 0.1;
}
.thanks .heading__ja {
  justify-content: center;
  font-size: min(3.2vw, 4.6rem);
}
.thanks .heading__ja::before {
  display: none;
}
.thanks .thanks__text {
  position: relative;
  width: min(66.4vw, 95.6rem);
  font-size: min(1.7vw, 2.4rem);
  font-weight: var(--fw-700);
  line-height: 1.6666666667;
  color: var(--color-white);
  text-align: center;
  border-top: 1px solid transparent;
  -o-border-image: linear-gradient(102deg, #0124c7 0%, #018bd6 29%, #07ad82 69%, #68cc4c 100%) 1;
     border-image: linear-gradient(102deg, #0124c7 0%, #018bd6 29%, #07ad82 69%, #68cc4c 100%) 1;
  margin-top: min(4.5vw, 6.4rem);
  padding-top: min(4.5vw, 6.4rem);
}
.thanks .home__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(26.9vw, 38.7rem);
  height: min(5.2vw, 7.4rem);
  background-color: var(--color-light-green);
  background: linear-gradient(to right, var(--color-light-green-hover) 50%, var(--color-light-green) 50%);
  border-radius: min(4.2vw, 6rem);
  margin-top: min(4.5vw, 6.4rem);
  padding: 0 min(2.1vw, 3rem) 0 min(3.5vw, 5rem);
  overflow: hidden;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position 0.3s ease;
}
@media (any-hover: hover) {
  .thanks .home__link:hover {
    background-position: left bottom;
    opacity: 1;
  }
  .thanks .home__link:hover .cta__icon circle {
    fill: var(--color-light-green-icon-hover);
  }
}
.thanks .home__text {
  font-size: min(2.6vw, 3.6rem);
  font-weight: var(--fw-600);
  color: var(--color-black);
}
.thanks .home__icon {
  width: min(2.8vw, 4rem);
  height: min(2.8vw, 4rem);
}

@media screen and (max-width: 560px) {
  .thanks .heading__en {
    top: -4.2rem;
  }
  .thanks .heading__ja {
    font-size: 2.4rem;
  }
  .thanks .thanks__text {
    width: 34.2rem;
    font-size: 1.6rem;
    margin-top: 3.2rem;
    padding-top: 3.2rem;
  }
  .thanks .home__link {
    width: 24rem;
    height: 4rem;
    border-radius: 6rem;
    margin-top: 3.2rem;
    padding: 0 1.6rem 0 4.6rem;
  }
  .thanks .home__text {
    font-size: 2rem;
  }
  .thanks .home__icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
/* end region */
/* region main */
.c__container {
  position: relative;
}

/* end region */
/* region wave01 */
.bg__wave01 {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.bg__wave01 svg {
  width: 100%;
  height: auto;
}

@media (min-aspect-ratio: 21/9) {
  .bg__wave01 {
    top: -33.3333333333vh;
  }
}
@media screen and (max-width: 560px) {
  .bg__wave01 {
    top: -14.5454545455vh;
  }
}
/* end region */
/* region wave02 */
.bg__wave02 {
  position: absolute;
  bottom: min(23.7vw, 34rem);
  width: 100%;
  z-index: 1;
}
.bg__wave02 svg {
  width: 100%;
  height: auto;
}

/* end region */
/* region wave03 */
.bg__wave03 {
  position: absolute;
  bottom: min(6.4vw, 9.2rem);
  width: 100%;
  z-index: 1;
}
.bg__wave03 svg {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 560px) {
  .bg__wave02 {
    bottom: 31.2rem;
  }
}
/* end region */
/* region fv */
.fv {
  position: relative;
  width: 100%;
  height: 100svh;
  z-index: 2;
}
.fv .fv__inner {
  width: 100%;
  height: 100%;
}
.fv .fv__catch {
  position: absolute;
  top: 23.8461538462svh;
  left: min(7.8vw, 11.1rem);
  overflow: hidden;
}
.fv .fv__heading__ja {
  font-size: min(5.6vw, 8rem);
  font-weight: var(--fw-700);
  line-height: 1.5;
  letter-spacing: 0.24em;
  color: var(--color-white);
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fv .fv__heading__en {
  font-family: "Josefin Sans", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: min(2vw, 2.8rem);
  font-weight: var(--fw-700);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-white);
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fv .fv__problem__wrap {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: min(1.7vw, 2.4rem) min(0.9vw, 1.2rem);
  top: 64.1025641026svh;
  left: min(7.8vw, 11.1rem);
  width: min(62.8vw, 63.4rem);
}
.fv .fv__problem__item[data-after-index="1"] {
  grid-area: item01;
}
.fv .fv__problem__item[data-after-index="2"] {
  grid-area: item02;
}
.fv .fv__problem__item[data-after-index="3"] {
  grid-area: item03;
}
.fv .fv__problem__item img {
  height: min(4.1vw, 5.8rem);
}
.fv .fv__cta {
  position: absolute;
  top: 68.2051282051svh;
  right: min(7vw, 10rem);
  width: min(29.1vw, 41.8rem);
}
.fv .cta__fukidasi {
  font-size: min(1.7vw, 2.4rem);
  font-weight: var(--fw-700);
  line-height: 1.25;
  color: var(--color-white);
  text-align: center;
}
.fv .cta__link {
  height: min(6.2vw, 8.8rem);
  background-color: var(--color-blue);
  background: linear-gradient(to right, var(--color-blue-hover) 50%, var(--color-blue) 50%);
  border-radius: min(4.2vw, 6rem);
  margin-top: min(0.9vw, 1.2rem);
  padding: 0 min(2.1vw, 3rem) 0 min(3.5vw, 5rem);
  overflow: hidden;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position 0.3s ease;
}
@media (any-hover: hover) {
  .fv .cta__link:hover {
    background-position: left bottom;
  }
  .fv .cta__link:hover .cta__icon circle {
    fill: var(--color-blue-icon-hover);
  }
}
.fv .cta__text {
  font-size: min(2.6vw, 3.6rem);
  font-weight: var(--fw-600);
  line-height: 1.8888888889;
  color: var(--color-white);
}
.fv .cta__icon {
  width: min(3.7vw, 5.2rem);
  height: min(3.7vw, 5.2rem);
}
.fv .cta__note {
  margin-top: min(0.9vw, 1.2rem);
  padding-inline: min(0.9vw, 1.2rem);
}

@media (min-aspect-ratio: 21/9) {
  .fv .fv__problem__wrap {
    top: 71.7948717949svh;
  }
}
@media screen and (max-width: 960px) {
  .fv .fv__catch {
    top: 26.6svh;
  }
  .fv .fv__problem__wrap {
    gap: min(1.7vw, 2.4rem) min(0.9vw, 1.2rem);
    top: 48svh;
  }
  .fv .fv__cta {
    top: 68.2svh;
    left: 50%;
    translate: -50% 0;
  }
}
@media screen and (max-width: 560px) {
  .fv {
    height: 100lvh;
  }
  .fv .fv__catch {
    top: 15.1515151515svh;
    left: 0;
    right: 0;
    width: 36rem;
    margin-inline: auto;
    text-align: center;
  }
  .fv .fv__heading__ja img {
    width: 100%;
  }
  .fv .fv__heading__en {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
  .fv .fv__problem__wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "item01" "item02" "item03";
    gap: 2rem 0;
    top: 36.3636363636svh;
    left: 50%;
    translate: -50% 0;
    width: 32rem;
  }
  .fv .fv__problem__item[data-after-index="3"] {
    width: 100%;
  }
  .fv .fv__problem__item img {
    height: auto;
  }
  .fv .fv__cta {
    top: 66.6666666667svh;
    left: 50%;
    translate: -50% 0;
    width: 30rem;
  }
  .fv .cta__fukidasi {
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .fv .cta__link {
    height: 7.6rem;
    border-radius: 6rem;
    margin-top: 1.5rem;
    padding: 0 1.6rem 0 4.6rem;
  }
  .fv .cta__text {
    font-size: 2.4rem;
    line-height: 1.25;
  }
  .fv .cta__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
  .fv .cta__note {
    margin-top: 3.2rem;
    padding-inline: 2.4rem;
  }
}
/* end region */
/* region problem */
.problem {
  position: relative;
  padding-block: min(13.2vw, 19rem) min(9.1vw, 13rem);
  z-index: 2;
}
.problem .problem__inner {
  width: min(79.2vw, 114rem);
  margin-inline: auto;
}
.problem .problem__title {
  font-size: min(2.8vw, 4rem);
  font-weight: var(--fw-700);
  color: var(--color-white);
  text-align: center;
}
.problem .problem__before__wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.7vw, 2.4rem);
  width: min(57.3vw, 82.4rem);
  margin: min(4.2vw, 6rem) auto 0;
}
.problem .problem__before__wrap::before {
  position: absolute;
  content: "";
  bottom: -6.9444444444vw;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-right: min(4vw, 5.7rem) solid transparent;
  border-left: min(4vw, 5.7rem) solid transparent;
  border-top: min(2.7vw, 3.8rem) solid var(--color-white);
}
.problem .problem__before__item[data-before-index="1"] {
  width: min(28.8vw, 41.4rem);
}
.problem .problem__before__item[data-before-index="2"] {
  width: min(26.6vw, 38.2rem);
}
.problem .problem__before__item[data-before-index="3"] {
  width: min(19.9vw, 28.6rem);
}
.problem .problem__before__item[data-before-index="4"] {
  width: min(26.2vw, 37.6rem);
}
.problem .problem__after__text {
  margin-top: min(11.2vw, 16rem);
}
.problem .problem__after__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(2.8vw, 4rem);
  width: min(62.8vw, 90.4rem);
  margin: min(2.8vw, 4rem) auto 0;
}
.problem .problem__after__item[data-after-index="1"] {
  grid-area: item01;
}
.problem .problem__after__item[data-after-index="2"] {
  grid-area: item02;
}
.problem .problem__after__item[data-after-index="3"] {
  grid-area: item03;
}
.problem .problem__after__item img {
  height: min(5.6vw, 8rem);
}

@media screen and (max-width: 560px) {
  .problem {
    padding-block: 5rem;
  }
  .problem .problem__inner {
    width: 35.6rem;
  }
  .problem .problem__title {
    font-size: 2.4rem;
  }
  .problem .problem__before__wrap {
    grid-template-columns: 1fr;
    gap: 3.2rem 0;
    width: 100%;
    margin: 3.2 auto 0;
    padding-inline: 1.2rem;
  }
  .problem .problem__before__wrap::before {
    bottom: -5.6rem;
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
    border-top: 2rem solid var(--color-white);
  }
  .problem .problem__before__wrap::after {
    position: absolute;
    content: "";
    bottom: -8.8rem;
    left: 50%;
    translate: -50% 0;
    width: 0;
    height: 0;
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
    border-top: 2rem solid var(--color-white);
  }
  .problem .problem__before__item[data-before-index="1"] {
    width: 31.4rem;
  }
  .problem .problem__before__item[data-before-index="2"] {
    width: 30rem;
  }
  .problem .problem__before__item[data-before-index="3"] {
    width: 22.2rem;
  }
  .problem .problem__before__item[data-before-index="4"] {
    width: 28rem;
  }
  .problem .problem__after__text {
    margin-top: 11.4rem;
  }
  .problem .problem__after__wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "item01" "item02" "item03";
    gap: 2rem 0;
    width: 34.8rem;
    margin: 3rem auto 0;
  }
  .problem .problem__after__item[data-after-index="3"] {
    width: 100%;
  }
  .problem .problem__after__wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "item01" "item02" "item03";
    gap: 2rem 0;
    width: 34.8rem;
    margin: 3rem auto 0;
  }
  .problem .problem__after__item[data-after-index="3"] {
    width: 100%;
  }
  .problem .problem__after__item img {
    height: auto;
  }
}
/* end region */
/* region message */
.message {
  padding-block: min(13.2vw, 19rem) min(8.4vw, 12rem);
}
.message .message__inner {
  width: min(66.8vw, 96rem);
  margin-inline: auto;
}
.message .message_heading {
  position: relative;
}
.message .heading__en {
  top: -8.9583333333vw;
  left: -3.4027777778vw;
}
.message .heading__ja {
  justify-content: center;
}
.message .message__title {
  font-size: min(2.6vw, 3.6rem);
  font-weight: var(--fw-700);
  line-height: 1.5;
  color: var(--color-white);
  text-align: center;
  margin-top: min(7vw, 10rem);
}
.message .message__text {
  font-size: min(1.67vw, 2.4rem);
  font-weight: var(--fw-400);
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: var(--color-white);
  margin-top: min(2.4vw, 3.4rem);
}

@media screen and (max-width: 560px) {
  .message {
    padding-block: 8rem 5rem;
  }
  .message .message__inner {
    width: 34.2rem;
  }
  .message .heading__en {
    top: -4.4rem;
    left: 50%;
    translate: -50% 0;
  }
  .message .message__title {
    margin-top: 4.2rem;
  }
  .message .message__title img {
    width: 28rem;
  }
  .message .message__text {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0;
    margin-top: 2rem;
  }
}
/* end region */
/* region about */
.about {
  position: relative;
  padding-block: min(21vw, 30.2rem) min(9.1vw, 13rem);
}
.about .about_heading {
  position: absolute;
  top: -5.5555555556vw;
}
.about .heading__en {
  top: -9.3055555556vw;
  left: 0;
}
.about .about__inner {
  position: relative;
  display: grid;
  grid-template-columns: min(29.2vw, 42rem) 1fr;
  gap: min(2.8vw, 4rem);
  margin-top: min(3vw, 4.2rem);
  padding-left: min(8vw, 11.5rem);
  z-index: 2;
}
.about .about__details {
  position: sticky;
  top: min(18.1vw, 26rem);
  height: min(44.2vw, 58rem);
}
.about .about_description {
  position: absolute;
  top: -5.5555555556vw;
  font-size: min(1.2vw, 1.6rem);
  font-weight: var(--fw-500);
  line-height: 1.5;
  color: var(--color-white);
}
.about .text__num {
  font-family: "futura-pt", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: min(5.6vw, 8rem);
  font-weight: var(--fw-600);
  line-height: 0.975;
  color: var(--color-white);
  opacity: 1;
  transition: opacity 0.5s ease;
}
.about .text__title {
  font-size: min(2.6vw, 3.6rem);
  font-weight: var(--fw-700);
  line-height: 1.2777777778;
  color: var(--color-white);
  margin-top: min(1.7vw, 2.4rem);
  opacity: 1;
  transition: opacity 0.5s ease;
}
.about .text__description {
  font-size: min(1.2vw, 1.6rem);
  font-weight: var(--fw-500);
  line-height: 1.75;
  color: var(--color-white);
  margin-top: min(1.2vw, 1.6rem);
  opacity: 1;
  transition: opacity 0.5s ease;
}
.about .about__img__wrap {
  display: grid;
  gap: min(7vw, 10rem) 0;
}
.about .graph__wrap {
  background-color: rgba(0, 0, 0, 0.5);
  padding: min(2.6vw, 3.6rem);
}
.about .about__after__text {
  position: relative;
  width: min(55.6vw, 80rem);
  margin: min(24.4vw, 35rem) auto 0;
}
.about .about__after__text::before {
  position: absolute;
  content: "";
  top: -6.9444444444vw;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-right: min(4vw, 5.7rem) solid transparent;
  border-left: min(4vw, 5.7rem) solid transparent;
  border-top: min(2.7vw, 3.8rem) solid var(--color-white);
}

@media screen and (max-width: 560px) {
  .about {
    padding-block: 7.4rem 5rem;
  }
  .about .about_heading {
    position: relative;
    top: unset;
    padding-left: unset;
  }
  .about .heading__en {
    top: -4rem;
    left: 50%;
    translate: -50% 0;
  }
  .about .heading__ja {
    justify-content: center;
  }
  .about .about__inner {
    grid-template-columns: 1fr;
    width: 32rem;
    margin-inline: auto;
    gap: 5rem;
    margin-top: 4rem;
    padding-left: unset;
  }
  .about .about_description {
    position: static;
    top: unset;
    font-size: 1.6rem;
  }
  .about .text__num {
    font-size: 4.8rem;
    line-height: 1.625;
    text-align: center;
  }
  .about .text__title {
    font-size: 2.4rem;
    line-height: 1.1666666667;
    margin-top: 2.4rem;
    text-align: center;
  }
  .about .text__description {
    font-size: 1.6rem;
    margin-top: 2.4rem;
  }
  .about .about__img {
    margin-top: 3rem;
  }
  .about .graph__wrap {
    padding: 0.5rem;
  }
  .about .about__after__text {
    width: 24rem;
    margin: 13.2rem auto 0;
  }
  .about .about__after__text::before {
    top: -5.6rem;
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
    border-top: 2rem solid var(--color-white);
  }
  .about .about__after__text::after {
    position: absolute;
    content: "";
    top: -8.8rem;
    left: 50%;
    translate: -50% 0;
    width: 0;
    height: 0;
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
    border-top: 2rem solid var(--color-white);
  }
}
/* end region */
/* region works */
.works {
  padding-block: min(20.5vw, 29.4rem) min(9.1vw, 13rem);
}
.works .works_heading {
  position: relative;
}
.works .heading__en {
  top: -8.3333333333vw;
  left: 50%;
  translate: -50% 0;
}
.works .heading__ja {
  justify-content: center;
}
.works__inner {
  width: min(75.3vw, 108.4rem);
  margin: 0 auto;
}
.works__inner__list {
  margin-top: min(6.7vw, 9.6rem);
}
.works__inner__details {
  font-size: min(2.6vw, 3.6rem);
  font-weight: var(--fw-700);
  line-height: 1.2777777778;
  color: var(--color-white);
}
.works__inner__details:not(:last-of-type) {
  margin-bottom: min(2.8vw, 4rem);
}
.works__inner__details .details__question {
  position: relative;
  display: block;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(102deg, #0124c7 0%, #018bd6 29%, #07ad82 69%, #68cc4c 100%) 1;
     border-image: linear-gradient(102deg, #0124c7 0%, #018bd6 29%, #07ad82 69%, #68cc4c 100%) 1;
  padding: 0 min(5.9vw, 8.4rem) 0 0;
  padding-bottom: min(3.9vw, 5.5rem);
  margin-bottom: min(2.8vw, 4rem);
  cursor: pointer;
  transition: transform 0.4s;
}
.works__inner__details .details__question::-webkit-details-marker {
  display: none;
}
.works__inner__details .details__question .question__icon {
  position: absolute;
  content: "";
  top: 0.8333333333vw;
  right: min(4.8vw, 6.8rem);
  width: min(3.5vw, 5rem);
  height: min(3.5vw, 5rem);
  background-color: var(--color-white);
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.works__inner__details .details__question .question__icon::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: min(1vw, 1.4rem);
  height: min(0.3vw, 0.3rem);
  background-color: var(--color-black);
  border-radius: 0.2rem;
  transition: transform 0.3s ease;
}
.works__inner__details .details__question .question__icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: min(0.3vw, 0.3rem);
  height: min(1vw, 1.4rem);
  background-color: var(--color-black);
  border-radius: 0.2rem;
  transition: transform 0.3s ease;
}
.works__inner__details .futura {
  font-family: "futura-pt", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: var(--fw-600);
  line-height: 2.1666666667;
}
.works__inner__details .details__answer {
  overflow: hidden;
}
.works__inner__details .details__answer p {
  position: relative;
  display: block;
  padding-inline: min(7vw, 10rem) 0;
  margin-top: 0;
  font-weight: 500;
  color: var(--color-white);
  transition: all 0.4s ease-out;
}
.works__inner__details.is-opened .question__icon {
  transform: rotate(45deg);
}
.works__inner__details.is-opened .question__icon::before {
  transform: rotate(135deg);
}
.works__inner__details.is-opened .question__icon::after {
  transform: rotate(45deg);
}
.works__inner__details .works__list:not(:first-of-type) {
  margin-top: min(2.8vw, 4rem);
}
.works__inner__details .works__title {
  position: relative;
  font-size: min(1.7vw, 2.4rem);
  font-weight: var(--fw-700);
  line-height: 1.9166666667;
  color: var(--color-white);
}
.works__inner__details .works__title::before {
  position: absolute;
  content: "";
  top: calc(50% - min(0.2vw, 0.2rem));
  left: min(4.5vw, 6.4rem);
  translate: 0 -50%;
  width: min(1.4vw, 2rem);
  height: min(0.3vw, 0.3rem);
  background-color: var(--color-white);
  border-radius: 0.2rem;
}
.works__inner__details .works__description {
  font-size: min(1.2vw, 1.6rem);
  font-weight: var(--fw-700);
  line-height: 1.25;
  color: var(--color-white);
}
.works__inner__details .works__description:not(:first-of-type) {
  margin-top: min(0.7vw, 1rem);
}

@media screen and (max-width: 560px) {
  .works {
    padding-block: 7.2rem 5rem;
  }
  .works .heading__en {
    top: -8.3333333333vw;
  }
  .works__inner {
    width: 29.6rem;
  }
  .works__inner__list {
    margin-top: 4.6rem;
  }
  .works__inner__details {
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .works__inner__details:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  .works__inner__details .details__question {
    padding: 0 3.2rem 0 0;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .works__inner__details .details__question .question__icon {
    top: -0.2rem;
    right: 0.4rem;
    width: 2.2rem;
    height: 2.2rem;
  }
  .works__inner__details .details__question .question__icon::before {
    width: 0.6rem;
    height: 0.1rem;
  }
  .works__inner__details .details__question .question__icon::after {
    width: 0.1rem;
    height: 0.6rem;
  }
  .works__inner__details .futura {
    line-height: 1.25;
  }
  .works__inner__details .details__answer p {
    padding-inline: 3rem 0;
  }
  .works__inner__details .works__list:not(:first-of-type) {
    margin-top: 1.6rem;
  }
  .works__inner__details .works__title {
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .works__inner__details .works__title::before {
    top: calc(50% - 0.2rem);
    left: 1.4rem;
    width: 1rem;
    height: 0.2rem;
  }
  .works__inner__details .works__description {
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .works__inner__details .works__description:not(:first-of-type) {
    margin-top: 0.6rem;
  }
}
/* end region */
/* region future */
.future {
  position: relative;
  background-image: url("../images/webp/future_bg_pc.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: min(11.6vw, 16.7rem) min(8.6vw, 12.3rem) min(11.6vw, 16.7rem);
}
.future .mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 32, 35, 0.4);
  z-index: 1;
}
.future .future__inner {
  position: relative;
  width: min(44.8vw, 64.4rem);
  z-index: 2;
}
.future .future__title {
  font-size: min(3.2vw, 4.6rem);
  font-weight: var(--fw-700);
  line-height: 1.4782608696;
  color: var(--color-white);
}
.future .future__text {
  font-size: min(1.2vw, 1.6rem);
  font-weight: var(--fw-500);
  line-height: 1.75;
  color: var(--color-white);
  margin-top: min(1vw, 1.4rem);
  padding-right: min(0.4vw, 1.1rem);
}

@media screen and (max-width: 560px) {
  .future {
    background-image: url("../images/webp/future_bg_sp.webp");
    background-attachment: scroll;
    padding: 5rem 2.4rem;
  }
  .future .future__inner {
    width: auto;
  }
  .future .future__title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .future .future__text {
    font-size: 1.6rem;
    margin-top: 2rem;
    padding-right: unset;
  }
}
/* end region */
/* region career */
.career {
  padding-block: min(15vw, 21.5rem) min(9.1vw, 13rem);
}
.career .career_heading {
  position: relative;
  padding-inline: min(8.6vw, 12.3rem);
}
.career .heading__en {
  top: -6.9444444444vw;
  left: 8.3333333333vw;
}
.career .heading__ja {
  font-size: 4.6rem;
  line-height: 1.5;
}
.career .heading__ja::before {
  display: none;
}
.career .career__inner {
  width: min(80.5vw, 115.8rem);
  margin-top: min(9.8vw, 14rem);
  margin-inline: auto;
}
.career .career__text {
  width: min(44.1vw, 63.4rem);
  margin-inline: auto;
}
.career .career__graph {
  width: min(66vw, 95rem);
  margin-top: min(4.5vw, 6.4rem);
  margin-inline: auto;
}
.career .career__flow {
  width: min(66vw, 95rem);
  margin-top: min(4.5vw, 6.4rem);
  margin-inline: auto;
}
.career .career__catch {
  margin-top: min(13.9vw, 20rem);
}
.career .catch__text {
  font-size: min(4.5vw, 6.4rem);
  font-weight: var(--fw-700);
  line-height: 1.09375;
  color: var(--color-white);
  margin-top: min(1.7vw, 2.4rem);
  text-align: center;
}
.career .catch__text.gradation {
  font-size: min(6.7vw, 9.6rem);
  line-height: 1.1;
  color: transparent;
  background: linear-gradient(90deg, #0180d2 0%, #01c4f6 57%, #37fc62 75%, #bdfa55 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 560px) {
  .career {
    padding-block: 7.8rem 5rem;
  }
  .career .career_heading {
    padding-inline: unset;
  }
  .career .heading__en {
    top: -4.4rem;
    left: 50%;
    translate: -50% 0;
  }
  .career .heading__ja {
    justify-content: center;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
  }
  .career .career__inner {
    width: 36rem;
    margin-top: 6rem;
  }
  .career .career__text {
    width: 35.8rem;
  }
  .career .career__graph {
    width: 100%;
    margin-top: 5.6rem;
  }
  .career .career__flow {
    width: 33rem;
    margin-top: 9rem;
  }
  .career .career__catch {
    margin-top: 5rem;
  }
  .career .catch__text {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 0.8rem;
  }
  .career .catch__text.gradation {
    font-size: 2.8rem;
  }
}
/* end region */
/* region process */
.process {
  padding-block: min(13.4vw, 19.2rem) min(7vw, 10rem);
}
.process .process_heading {
  position: relative;
}
.process .heading__en {
  top: -8.8888888889vw;
  left: 50%;
  translate: -50% 0;
}
.process .heading__ja {
  justify-content: center;
}
.process .process__inner {
  display: grid;
  grid-template-columns: min(49.3vw, 70.9rem) 1fr;
  gap: 0 min(6.2vw, 8.9rem);
  width: min(84.1vw, 121rem);
  margin-top: min(7vw, 10rem);
  margin-inline: auto;
}
.process .details__box {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0 min(1.1vw, 1.5rem);
}
.process .details__box:not(:first-of-type) {
  margin-top: min(5.6vw, 8rem);
}
.process .process__num {
  font-family: "futura-pt", "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: min(3.2vw, 4.6rem);
  font-weight: var(--fw-600);
  line-height: 1;
  color: var(--color-blue);
}
.process .process__title {
  font-size: min(1.7vw, 2.4rem);
  font-weight: var(--fw-700);
  line-height: 1.1666666667;
  color: var(--color-white);
}
.process .process__text {
  font-size: min(1.2vw, 1.6rem);
  font-weight: var(--fw-500);
  line-height: 1.75;
  color: var(--color-white);
  margin-top: min(0.9vw, 1.2rem);
}

@media screen and (max-width: 560px) {
  .process {
    padding-block: 7.4rem 5rem;
  }
  .process .heading__en {
    top: -8.8888888889vw;
    left: 50%;
    translate: -50% 0;
  }
  .process .process__inner {
    grid-template-columns: 1fr;
    gap: 5rem 0;
    width: 32rem;
    margin-top: 4.2rem;
  }
  .process .details__box:not(:first-of-type) {
    margin-top: 5rem;
  }
}
/* end region */
/* region faq */
.faq {
  position: relative;
  padding: min(16.9vw, 24.3rem) 0 min(9.1vw, 13rem);
}
.faq .faq_heading {
  position: relative;
}
.faq .heading__en {
  top: -8.3333333333vw;
  left: 50%;
  translate: -50% 0;
}
.faq .heading__ja {
  justify-content: center;
}
.faq__inner {
  position: relative;
  width: min(73.3vw, 105.5rem);
  margin: 0 auto;
  z-index: 2;
}
.faq__inner__list {
  margin-top: min(7vw, 10rem);
}
.faq__inner__details {
  font-size: min(1.7vw, 2.4rem);
  font-weight: var(--fw-700);
  line-height: 1.9166666667;
  color: var(--color-black);
  background-color: #fff;
}
.faq__inner__details:not(:last-of-type) {
  margin-bottom: min(4.9vw, 7rem);
}
.faq__inner__details .details__question {
  position: relative;
  display: block;
  padding: min(1.7vw, 2.4rem) min(3.9vw, 5.6rem) min(1.7vw, 2.4rem) min(7vw, 10rem);
  cursor: pointer;
  transition: transform 0.4s;
}
.faq__inner__details .details__question::-webkit-details-marker {
  display: none;
}
.faq__inner__details .details__question::before, .faq__inner__details .details__question::after {
  position: absolute;
}
.faq__inner__details .details__question::before {
  content: "";
  display: block;
  top: 50%;
  left: min(3.4vw, 4.8rem);
  translate: 0 -50%;
  width: min(2.3vw, 3.2rem);
  height: min(2.3vw, 3.2rem);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M31.9062%2024.3809C31.9062%2025.4824%2031.502%2026.4258%2030.6934%2027.2109C29.9082%2027.9961%2028.9473%2028.3887%2027.8105%2028.3887C26.6855%2028.3887%2025.707%2027.9902%2024.875%2027.1934C24.0664%2026.3848%2023.6621%2025.4062%2023.6621%2024.2578C23.6621%2023.1328%2024.0605%2022.1719%2024.8574%2021.375C25.6543%2020.5781%2026.6152%2020.1797%2027.7402%2020.1797C28.9004%2020.1797%2029.8848%2020.5898%2030.6934%2021.4102C31.502%2022.2188%2031.9062%2023.209%2031.9062%2024.3809Z%22%20fill%3D%22url(%23paint0_linear_411_1908)%22%2F%3E%3Cpath%20d%3D%22M21.1484%2028.5273L15.2598%2031.7617L12.7461%2028.123C11.9023%2028.3574%2011.1758%2028.4746%2010.5664%2028.4746C7.66016%2028.4746%205.24023%2027.291%203.30664%2024.9238C1.24414%2022.4043%200.212891%2018.9238%200.212891%2014.4824C0.212891%2010.1816%201.15039%206.75977%203.02539%204.2168C4.90039%201.65039%207.4082%200.367188%2010.5488%200.367188C13.6074%200.367188%2016.0918%201.63867%2018.002%204.18164C19.9121%206.72461%2020.8672%2010.0352%2020.8672%2014.1133C20.8672%2018.7656%2019.8418%2022.3281%2017.791%2024.8008L21.1484%2028.5273ZM13.2734%2014.5703C13.2734%2013.4102%2013.209%2012.373%2013.0801%2011.459C12.9512%2010.5449%2012.7695%209.77734%2012.5352%209.15625C12.3008%208.52344%2012.0078%208.04297%2011.6562%207.71484C11.3164%207.375%2010.9297%207.20508%2010.4961%207.20508C9.67578%207.20508%209.01953%207.86133%208.52734%209.17383C8.04688%2010.5801%207.80664%2012.3438%207.80664%2014.4648C7.80664%2015.5898%207.86523%2016.5977%207.98242%2017.4883C8.11133%2018.3789%208.28711%2019.1289%208.50977%2019.7383C8.74414%2020.3477%209.03125%2020.8164%209.37109%2021.1445C9.71094%2021.4609%2010.0918%2021.6191%2010.5137%2021.6191C10.9473%2021.6191%2011.334%2021.4609%2011.6738%2021.1445C12.0137%2020.8281%2012.3008%2020.3652%2012.5352%2019.7559C12.7812%2019.1465%2012.9629%2018.4082%2013.0801%2017.541C13.209%2016.6738%2013.2734%2015.6836%2013.2734%2014.5703Z%22%20fill%3D%22url(%23paint1_linear_411_1908)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_411_1908%22%20x1%3D%2222.5%22%20y1%3D%22-6.49804%22%20x2%3D%226%22%20y2%3D%2239.002%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23011AC0%22%2F%3E%3Cstop%20offset%3D%220.3%22%20stop-color%3D%22%230191D8%22%2F%3E%3Cstop%20offset%3D%220.625%22%20stop-color%3D%22%2301EC93%22%2F%3E%3Cstop%20offset%3D%220.945%22%20stop-color%3D%22%2355D652%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_411_1908%22%20x1%3D%2222.5%22%20y1%3D%22-6.5%22%20x2%3D%226%22%20y2%3D%2239%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23011AC0%22%2F%3E%3Cstop%20offset%3D%220.3%22%20stop-color%3D%22%230191D8%22%2F%3E%3Cstop%20offset%3D%220.625%22%20stop-color%3D%22%2301EC93%22%2F%3E%3Cstop%20offset%3D%220.945%22%20stop-color%3D%22%2355D652%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.faq__inner__details .details__question::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2233%22%20height%3D%2221%22%20viewBox%3D%220%200%2033%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.7441%2017.7422L3.48815%202.50128%22%20stroke%3D%22%231D2023%22%20stroke-width%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M16.7441%2017.7422L30.0001%202.50128%22%20stroke%3D%22%231D2023%22%20stroke-width%3D%225%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: min(1.9vw, 2.6rem);
  height: min(1.1vw, 1.5rem);
  top: 50%;
  right: min(2vw, 2.8rem);
  translate: 0 -50%;
  transform: rotate(0deg);
  transition: transform 0.4s;
}
.faq__inner__details .border {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: min(66.7vw, 96rem);
  height: 1px;
  background-color: #a7a7a7;
  opacity: 0;
  transition: opacity 0.2s;
}
.faq__inner__details .details__answer {
  overflow: hidden;
}
.faq__inner__details .details__answer p {
  position: relative;
  display: block;
  padding: min(1.7vw, 2.4rem) min(3.9vw, 5.6rem) min(1.7vw, 2.4rem) min(7vw, 10rem);
  margin-top: 0;
  transition: all 0.4s ease-out;
}
.faq__inner__details .details__answer p::before {
  position: absolute;
  content: "";
  display: block;
  top: min(2.3vw, 3.2rem);
  left: min(3.4vw, 4.8rem);
  width: min(2.3vw, 3.2rem);
  height: min(1.9vw, 2.7rem);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2229%22%20viewBox%3D%220%200%2032%2029%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M31.2188%2024.3809C31.2188%2025.4824%2030.8145%2026.4258%2030.0059%2027.2109C29.2207%2027.9961%2028.2598%2028.3887%2027.123%2028.3887C25.998%2028.3887%2025.0195%2027.9902%2024.1875%2027.1934C23.3789%2026.3848%2022.9746%2025.4062%2022.9746%2024.2578C22.9746%2023.1328%2023.373%2022.1719%2024.1699%2021.375C24.9668%2020.5781%2025.9277%2020.1797%2027.0527%2020.1797C28.2129%2020.1797%2029.1973%2020.5898%2030.0059%2021.4102C30.8145%2022.2188%2031.2188%2023.209%2031.2188%2024.3809Z%22%20fill%3D%22url(%23paint0_linear_0_1)%22%2F%3E%3Cpath%20d%3D%22M21.4453%2028H13.8691L13.3242%2024.5547H8.38477L7.78711%2028H0.210938L6.73242%200.859375H15.6973L21.4453%2028ZM12.4629%2018.7363L11.9883%2015.5723C11.9766%2015.5605%2011.9531%2015.4023%2011.918%2015.0977C11.8945%2014.8398%2011.7715%2013.8203%2011.5488%2012.0391C11.5254%2011.8398%2011.4961%2011.5703%2011.4609%2011.2305C11.4258%2010.8789%2011.3789%2010.4395%2011.3203%209.91211L11.0918%207.3457C11.0684%207.5918%2011.0332%207.86719%2010.9863%208.17188C10.9512%208.47656%2010.9102%208.81055%2010.8633%209.17383C10.7812%209.90039%2010.7227%2010.4043%2010.6875%2010.6855C10.6523%2010.9668%2010.6289%2011.1367%2010.6172%2011.1953L10.1074%2014.4824L9.36914%2018.7363H12.4629Z%22%20fill%3D%22url(%23paint1_linear_0_1)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_0_1%22%20x1%3D%2223.5%22%20y1%3D%225.24501%22%20x2%3D%2220.1214%22%20y2%3D%2226.884%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23011AC0%22%2F%3E%3Cstop%20offset%3D%220.3%22%20stop-color%3D%22%230191D8%22%2F%3E%3Cstop%20offset%3D%220.625%22%20stop-color%3D%22%2301EC93%22%2F%3E%3Cstop%20offset%3D%220.945%22%20stop-color%3D%22%2355D652%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_0_1%22%20x1%3D%2223.5%22%20y1%3D%225.24306%22%20x2%3D%2220.1214%22%20y2%3D%2226.882%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23011AC0%22%2F%3E%3Cstop%20offset%3D%220.3%22%20stop-color%3D%22%230191D8%22%2F%3E%3Cstop%20offset%3D%220.625%22%20stop-color%3D%22%2301EC93%22%2F%3E%3Cstop%20offset%3D%220.945%22%20stop-color%3D%22%2355D652%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.faq__inner__details.is-opened .details__question::after {
  transform: rotate(-180deg);
}
.faq__inner__details.is-opened .border {
  opacity: 1;
}

@media screen and (max-width: 560px) {
  .faq {
    padding: 7.2rem 0 5rem;
  }
  .faq .heading__en {
    top: -4rem;
  }
  .faq__inner {
    width: 32rem;
  }
  .faq__inner__list {
    margin-top: 5rem;
  }
  .faq__inner__details {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
  .faq__inner__details:not(:last-of-type) {
    margin-bottom: 3.6rem;
  }
  .faq__inner__details .details__question {
    padding: 1.4rem 5rem 1.4rem 4.4rem;
  }
  .faq__inner__details .details__question::before {
    left: 0.8rem;
    width: 2.7rem;
    height: 2.7rem;
  }
  .faq__inner__details .details__question::after {
    content: "";
    width: 1.1rem;
    height: 0.6rem;
    right: 1.8rem;
  }
  .faq__inner__details .border {
    width: 30rem;
  }
  .faq__inner__details .details__answer p {
    padding: 1.4rem 5rem 1.4rem 4.4rem;
  }
  .faq__inner__details .details__answer p::before {
    top: 1.5rem;
    left: 0.8rem;
    width: 2.4rem;
    height: 2.1rem;
  }
  .faq__inner__details.is-opened .details__question::after {
    transform: rotate(-180deg);
  }
}
/* end region */
/* region guidelines */
.guidelines {
  padding: min(16.9vw, 24.3rem) 0 min(9.1vw, 13rem);
}
.guidelines .guidelines_heading {
  position: relative;
}
.guidelines .heading__en {
  top: -8.3333333333vw;
  left: 50%;
  translate: -50% 0;
}
.guidelines .heading__ja {
  justify-content: center;
}
.guidelines .guidelines__inner {
  width: min(68.4vw, 98.4rem);
  margin-top: min(6.4vw, 9.2rem);
  margin-inline: auto;
}
.guidelines .guidelines__box {
  display: grid;
  grid-template-columns: min(7.3vw, 10.5rem) 1fr;
  align-items: center;
  gap: 0 min(5.6vw, 8rem);
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(102deg, #0124c7 0%, #018bd6 29%, #07ad82 69%, #68cc4c 100%) 1;
     border-image: linear-gradient(102deg, #0124c7 0%, #018bd6 29%, #07ad82 69%, #68cc4c 100%) 1;
  padding-bottom: min(2.8vw, 4rem);
}
.guidelines .guidelines__box:not(:last-of-type) {
  margin-bottom: min(2.8vw, 4rem);
}
.guidelines .guidelines__title {
  font-size: min(1.7vw, 2.4rem);
  font-weight: var(--fw-700);
  color: var(--color-white);
}
.guidelines .guidelines__details {
  font-size: min(1.2vw, 1.6rem);
  font-weight: var(--fw-500);
  line-height: 1.75;
  color: var(--color-white);
}

@media screen and (max-width: 560px) {
  .guidelines {
    padding: 7.8rem 0 5rem;
  }
  .guidelines .heading__en {
    top: -4.4rem;
  }
  .guidelines .guidelines__inner {
    width: 31.6rem;
    margin-top: 4rem;
  }
  .guidelines .guidelines__box {
    grid-template-columns: 7rem 1fr;
    gap: 0 2.4rem;
    padding-bottom: 2.4rem;
  }
  .guidelines .guidelines__box:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
  .guidelines .guidelines__title {
    font-size: 1.6rem;
  }
  .guidelines .guidelines__details {
    font-size: 1.4rem;
  }
}
/* end region */
/* region fv */
.slider {
  padding-block: 6.4rem;
  overflow-x: hidden;
}
.slider .slide__wrapper {
  display: grid;
  grid-template-columns: repeat(6, 156.1rem);
  width: 100vw;
  overflow: hidden;
}
.slider .slide__track {
  padding-right: 4.8rem;
}
.slider .slide__track:nth-child(odd) {
  animation: slider01 100s -50s infinite linear;
}
.slider .slide__track:nth-child(even) {
  animation: slider02 100s infinite linear;
}
@keyframes slider01 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slider02 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

@media screen and (max-width: 560px) {
  .slider {
    padding-block: 3rem;
  }
  .slider .slide__wrapper {
    grid-template-columns: repeat(6, 46.6rem);
  }
  .slider .slide__track {
    padding-right: 2.4rem;
  }
}
/* end region */
/* region entry */
.entry {
  padding: min(16.9vw, 24.3rem) 0 min(9.1vw, 13rem);
}
.entry .entry_heading {
  position: relative;
}
.entry .heading__en {
  top: -8.3333333333vw;
  left: 50%;
  translate: -50% 0;
}
.entry .heading__ja {
  justify-content: center;
}
.entry .entry__inner {
  width: clamp(0px, 45.625vw, 657px);
  margin-top: clamp(0px, 6.9444444444vw, 100px);
  margin-inline: auto;
}
.entry .contact__form__wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, 1.6666666667vw, 24px) 0;
}
.entry .contact__form__wrap .contact__block {
  display: grid;
  gap: clamp(0px, 0.8333333333vw, 12px) 0;
}
.entry .contact__form__wrap .contact__block .contact_item_name {
  font-size: clamp(0px, 1.1111111111vw, 16px);
  font-weight: var(--fw-700);
  color: var(--color-white);
}
.entry .contact__form__wrap .contact__block .contact_item_name label {
  display: flex;
  align-items: center;
}
.entry .contact__form__wrap .contact__block .contact_item_name .required {
  position: relative;
  font-size: clamp(0px, 0.8333333333vw, 12px);
  font-weight: var(--fw-700);
  color: var(--color-white);
  background-color: #ff0000;
  border-radius: 0.5rem;
  padding: 0.2rem 0.6rem;
  margin-left: 0.8rem;
}
.entry .contact__form__wrap .contact__block .contact__block__input {
  width: 100%;
}
.entry .contact__form__wrap .contact__block .contact__block__input span input {
  width: 100%;
  font-size: clamp(0px, 1.1111111111vw, 16px);
  font-weight: var(--fw-500);
  color: var(--color-black);
  padding: clamp(0px, 0.9722222222vw, 14px) clamp(0px, 1.1111111111vw, 16px);
}
.entry .contact__form__wrap .contact__block .contact__block__input span input::-moz-placeholder {
  color: #777;
}
.entry .contact__form__wrap .contact__block .contact__block__input span input::placeholder {
  color: #777;
}
.entry .contact__form__wrap .contact__block .contact__block__input span .wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: clamp(0px, 0.5555555556vw, 8px);
  color: red;
  font-size: clamp(0px, 1.1111111111vw, 16px);
  font-weight: var(--fw-400);
}
.entry .contact__form__wrap .contact__block.textarea .contact__block__input textarea {
  width: 100%;
  height: clamp(0px, 8.8888888889vw, 128px);
  font-size: clamp(0px, 1.1111111111vw, 16px);
  font-weight: var(--fw-500);
  color: var(--color-black);
  padding: clamp(0px, 0.9722222222vw, 14px) clamp(0px, 1.1111111111vw, 16px);
}
.entry .contact__form__wrap .contact__block.textarea .contact__block__input textarea::-moz-placeholder {
  color: #777;
}
.entry .contact__form__wrap .contact__block.textarea .contact__block__input textarea::placeholder {
  color: #777;
}
.entry .contact__accept__wrap {
  text-align: center;
  margin-top: min(1.7vw, 2.4rem);
}
.entry .contact__accept__wrap label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(0.7vw, 1rem);
}
.entry .contact__accept__wrap input[type=checkbox] {
  position: relative;
  width: min(1.4vw, 2rem);
  height: min(1.4vw, 2rem);
}
.entry .contact__accept__wrap .wpcf7-list-item-label {
  font-size: min(1.2vw, 1.6rem);
  font-weight: var(--fw-500);
  color: var(--color-white);
  width: -moz-fit-content;
  width: fit-content;
}
.entry .contact__accept__wrap .wpcf7-list-item-label > a {
  color: var(--color-white);
  text-decoration: underline;
  transition: opacity 0.3s;
}
.entry .contact__accept__wrap .wpcf7-list-item-label > a:hover {
  opacity: 0.5;
}
.entry .contact__accept__wrap .wpcf7-not-valid-tip {
  margin-top: min(0.6vw, 0.8rem);
  font-size: min(0.8vw, 1.1rem);
  font-weight: 500;
  color: #b94a48;
}
.entry .contact__submit__wrap {
  width: clamp(0px, 24.7222222222vw, 356px);
  margin-top: clamp(0px, 6.5277777778vw, 94px);
  margin-inline: auto;
}
.entry .contact__submit__wrap .contact__block {
  position: relative;
  width: 100%;
}
.entry .contact__submit__wrap .contact__block input {
  position: relative;
  width: 100%;
  font-size: clamp(0px, 2.5vw, 36px);
  font-weight: var(--fw-600);
  color: var(--color-white);
  background-color: var(--color-blue);
  background: linear-gradient(to right, var(--color-blue-hover) 50%, var(--color-blue) 50%);
  overflow: hidden;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position 0.3s ease;
  border: none;
  border-radius: 6rem;
  padding: clamp(0px, 1.3888888889vw, 20px);
  transition: all 0.4s;
  cursor: pointer;
  z-index: 1;
}
@media (any-hover: hover) {
  .entry .contact__submit__wrap .contact__block input:hover {
    background-position: left bottom;
  }
  .entry .contact__submit__wrap .contact__block input:hover ~ .cta__icon > circle {
    fill: var(--color-blue-icon-hover);
  }
}
.entry .contact__submit__wrap .contact__block .cta__icon {
  position: absolute;
  top: 50%;
  right: clamp(0px, 1.6666666667vw, 28px);
  translate: 0 -50%;
  width: clamp(0px, 2.7777777778vw, 40px);
  height: clamp(0px, 2.7777777778vw, 40px);
  pointer-events: none;
  z-index: 2;
}
.entry .contact__submit__wrap .contact__block .cta__icon circle {
  transition: fill 0.3s;
}
.entry .wpcf7 form.invalid .wpcf7-response-output {
  font-size: clamp(0px, 1.1111111111vw, 16px);
  font-weight: var(--fw-500);
  line-height: 1.4375;
  color: #b94a48;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 0.4rem;
  margin: clamp(0px, 2.2222222222vw, 32px) 0 0;
  padding: clamp(0px, 0.5555555556vw, 8px) clamp(0px, 2.2222222222vw, 32px) clamp(0px, 0.5555555556vw, 8px) clamp(0px, 1.1111111111vw, 16px);
  background-color: #f2dede;
  border: 0.1rem solid #eed3d7;
}
.entry .wpcf7 form .wpcf7-response-output {
  font-size: clamp(0px, 1.1111111111vw, 16px);
  font-weight: var(--fw-500);
  line-height: 1.4375;
  color: #3a87ad;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 0.4rem;
  margin: clamp(0px, 2.2222222222vw, 32px) 0 0;
  padding: clamp(0px, 0.5555555556vw, 8px) clamp(0px, 2.2222222222vw, 32px) clamp(0px, 0.5555555556vw, 8px) clamp(0px, 1.1111111111vw, 16px);
  background-color: #d9edf7;
  border: 0.1rem solid #bce8f1;
}
.entry .wpcf7-spinner {
  display: none;
}
.entry .screen-reader-response {
  display: none;
}
.entry .wpcf7-response-output {
  display: none;
}

@media screen and (max-width: 560px) {
  .entry {
    padding: 7.2rem 0 5rem;
  }
  .entry .heading__en {
    top: -4.2rem;
  }
  .entry .entry__inner {
    width: 32rem;
    margin-top: 4.2rem;
  }
  .entry .contact__form__wrap {
    gap: 2.4rem 0;
  }
  .entry .contact__form__wrap .contact__block {
    display: grid;
    gap: 1.5rem 0;
  }
  .entry .contact__form__wrap .contact__block .contact_item_name {
    font-size: 1.6rem;
  }
  .entry .contact__form__wrap .contact__block .contact_item_name .required {
    font-size: 1.2rem;
    border-radius: 0.5rem;
    padding: 0.2rem 0.6rem;
    margin-left: 0.8rem;
  }
  .entry .contact__form__wrap .contact__block .contact__block__input span input {
    font-size: 1.6rem;
    padding: 1.4rem 0.8rem;
  }
  .entry .contact__form__wrap .contact__block .contact__block__input span .wpcf7-not-valid-tip {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
  .entry .contact__form__wrap .contact__block.textarea .contact__block__input textarea {
    height: 12.8rem;
    font-size: 1.6rem;
    padding: 1.4rem 0.8rem;
  }
  .entry .contact__accept__wrap {
    margin-top: 2.4rem;
  }
  .entry .contact__accept__wrap label {
    gap: 1rem;
  }
  .entry .contact__accept__wrap input[type=checkbox] {
    position: relative;
    width: 1.6rem;
    height: 1.6rem;
  }
  .entry .contact__accept__wrap .wpcf7-list-item-label {
    font-size: 1.6rem;
  }
  .entry .contact__accept__wrap .wpcf7-not-valid-tip {
    margin-top: 0.8rem;
    font-size: 1.1rem;
  }
  .entry .contact__submit__wrap {
    width: 30rem;
    margin-top: 2.8rem;
  }
  .entry .contact__submit__wrap .contact__block input {
    font-size: 2.4rem;
    padding: 2.4rem;
  }
  .entry .contact__submit__wrap .contact__block .cta__icon {
    right: 2.4rem;
    width: 4rem;
    height: 4rem;
  }
  .entry .wpcf7 form.invalid .wpcf7-response-output {
    font-size: 1.6rem;
    margin: 3.2rem 0 0;
    padding: 0.8rem, 3.2rem, 0.8rem, 1.6rem;
  }
  .entry .wpcf7 form .wpcf7-response-output {
    font-size: 1.6rem;
    margin: 3.2rem 0 0;
    padding: 0.8rem, 3.2rem, 0.8rem, 1.6rem;
  }
}
/* end region */
/* region profile */
.profile {
  padding: min(16.9vw, 24.3rem) 0 min(9.1vw, 13rem);
}
.profile .profile_heading {
  position: relative;
}
.profile .heading__en {
  top: -8.3333333333vw;
  left: 50%;
  translate: -50% 0;
}
.profile .heading__ja {
  justify-content: center;
}
.profile .profile__inner {
  width: min(68.4vw, 98.4rem);
  margin-top: min(6.4vw, 9.2rem);
  margin-inline: auto;
}
.profile .profile__box {
  display: grid;
  grid-template-columns: min(7.3vw, 10.5rem) 1fr;
  align-items: center;
  gap: 0 min(5.6vw, 8rem);
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(102deg, #0124c7 0%, #018bd6 29%, #07ad82 69%, #68cc4c 100%) 1;
     border-image: linear-gradient(102deg, #0124c7 0%, #018bd6 29%, #07ad82 69%, #68cc4c 100%) 1;
  padding-bottom: min(2.8vw, 4rem);
}
.profile .profile__box:not(:last-of-type) {
  margin-bottom: min(2.8vw, 4rem);
}
.profile .profile__title {
  font-size: min(1.7vw, 2.4rem);
  font-weight: var(--fw-700);
  color: var(--color-white);
}
.profile .profile__details {
  font-size: min(1.2vw, 1.6rem);
  font-weight: var(--fw-500);
  line-height: 1.75;
  color: var(--color-white);
  list-style: inside;
}

@media screen and (max-width: 560px) {
  .profile {
    padding: 7.8rem 0 5rem;
  }
  .profile .heading__en {
    top: -4.4rem;
  }
  .profile .profile__inner {
    width: 31.6rem;
    margin-top: 4rem;
  }
  .profile .profile__box {
    grid-template-columns: 7rem 1fr;
    gap: 0 2.4rem;
    padding-bottom: 2.4rem;
  }
  .profile .profile__box:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
  .profile .profile__title {
    font-size: 1.6rem;
  }
  .profile .profile__details {
    font-size: 1.4rem;
  }
}
/* end region *//*# sourceMappingURL=app03.css.map */