@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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] {
  -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: 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 { /* 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 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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 {
  --main: #6583DD;
  --sky-blue: #B1D3EC;
  --sky-blue-d: #6395BB;
  --accent: #B13FB7;
  --bg-gray: #D9D9D9;
  --bg-gray-l:#F7F2EF;
  --bg-blue:#7086AA;
  --bg-blue-l:#F3FAFF;
  --border-gr: linear-gradient(90deg, #FBB1FF 0%, #A6D3F4 100%);
  --text: #353F48;
  --text-blue: #89B6D8;
}

html, body {
  width: 100%;
  min-height: 100%;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media screen and (min-width: 901px) {
  html {
    scroll-padding-top: min(9.722vw, 154px);
  }
}
@media screen and (max-width: 900px) {
  html {
    scroll-padding-top: min(20.513vw, 88px);
  }
}

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

body {
  position: relative;
  margin: 0;
  color: var(--text-color);
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 901px) {
  body {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    line-height: 1.5;
    letter-spacing: 0.018em;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: clamp(11.9px, 3.59vw, 15.4px);
    line-height: 1.8;
    letter-spacing: 0.096em;
  }
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  transition: all 0.3s ease;
}
a img {
  transition: 0.3s ease;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    opacity: 0.6;
  }
}

@media screen and (min-width: 1195px) {
  a [href^="tel:"] {
    pointer-events: none;
  }
}

i[class^=fa] {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

img, svg {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  img, svg {
    width: 100%;
  }
}

svg {
  fill: currentcolor;
}

@media screen and (min-width: 901px) {
  p small {
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 900px) {
  p small {
    font-size: clamp(9.35px, 2.821vw, 12.1px);
  }
}

strong {
  font-weight: 700;
}

p a, td a, th a, blockquote a {
  color: #005cd1;
  text-decoration: underline;
}
@media screen and (min-width: 901px) {
  p a:hover, td a:hover, th a:hover, blockquote a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

hr {
  height: 1px;
  border: none;
  margin: min(1.389vw, 22px) 0;
  background-color: var(--bg-gray);
}
@media screen and (max-width: 900px) {
  hr {
    margin: min(5.128vw, 22px) 0;
  }
}

[lang=en] {
  text-transform: uppercase;
  font-style: italic;
  font-family: "Montserrat", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.l-header {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  height: clamp(96.9px, 7.917vw, 125.4px);
  z-index: 20;
  margin-top: -30px;
  border-radius: 0 0 40px 40px;
  background-color: var(--header-bg, transparent);
  transition: background-color 0.3s, margin-top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1194px) {
  .l-header {
    height: clamp(54.4px, 16.41vw, 70.4px);
    border-radius: 0 0 20px 20px;
  }
}
.l-header.is-scroll {
  position: fixed;
  top: 0;
  margin-top: 0;
  --header-text: var(--text);
  --header-bg: #fff;
}
@media screen and (min-width: 1195px) {
  .l-header.is-scroll {
    height: clamp(100.3px, 8.194vw, 129.8px);
  }
}
.menu-open .l-header {
  --header-text: var(--text);
}
.l-header__wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: min(100vw, 1584px);
  margin-inline: auto;
  padding-left: min(16.41vw, 70.4px);
  padding-right: min(10.256vw, 44px);
}
@media screen and (max-width: 1194px) {
  .l-header__wrap {
    padding-left: min(4.615vw, 19.8px);
    padding-right: 0;
  }
}
.l-header__logo {
  display: block;
  width: min(16.667vw, 264px);
  margin-right: auto;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1194px) {
  .l-header__logo {
    width: min(20vw, 85.8px);
  }
}
@media (hover: hover) {
  .l-header__logo:hover {
    opacity: 0.75;
  }
}
.l-header__logo__svg {
  color: var(--header-text, #fff);
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: 0 min(1.944vw, 30.8px);
}
@media screen and (max-width: 1194px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav__link {
  color: var(--header-text, #fff);
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-header__nav__link:hover {
    opacity: 0.6;
  }
}
.l-header__button {
  display: flex;
  column-gap: min(1.389vw, 22px);
  margin-left: min(2.222vw, 35.2px);
}
@media screen and (max-width: 1194px) {
  .l-header__button {
    margin-left: 0;
  }
}
.l-header__button .c-button.--account, .l-header__button .c-button.--login {
  width: clamp(221px, 18.056vw, 286px);
  height: clamp(42.5px, 3.472vw, 55px);
}
@media screen and (max-width: 1194px) {
  .l-header__button .c-button.--account, .l-header__button .c-button.--login {
    width: max-content;
    max-width: min(75.641vw, 324.5px);
    padding: 0 1.15em;
  }
}
@media screen and (max-width: 900px) {
  .l-header__button .c-button.--account, .l-header__button .c-button.--login {
    font-size: clamp(10.2px, 3.077vw, 13.2px);
    height: clamp(34px, 10.256vw, 44px);
    padding: 0 1em;
  }
}
.l-header__button .c-button.--account svg, .l-header__button .c-button.--login svg {
  position: absolute;
  top: 50%;
  right: clamp(15.3px, 1.25vw, 19.8px);
  line-height: 1;
  transform: translateY(-50%);
  width: clamp(15.3px, 1.25vw, 19.8px);
  height: clamp(15.3px, 1.25vw, 19.8px);
}
@media screen and (max-width: 1194px) {
  .l-header__button .c-button.--account svg, .l-header__button .c-button.--login svg {
    display: none;
  }
}
.l-header__button .c-button.--login {
  --btn-bg: #fff;
  color: var(--text);
  background: #fff;
}
.l-header__button .c-button.--login::after {
  opacity: 1;
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 1194px) {
  .l-header__hamburger {
    display: grid;
    place-content: center;
    width: min(15.385vw, 66px);
    height: 100%;
    cursor: pointer;
  }
}
.l-header__hamburger__border {
  position: relative;
  width: min(7.692vw, 33px);
  height: 3px;
  background: var(--border-gr);
  transition: all 0.3s ease;
}
.l-header__hamburger__border::before, .l-header__hamburger__border::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--border-gr);
  transition: all 0.3s ease-in-out;
}
.l-header__hamburger__border::before {
  top: -11px;
}
.l-header__hamburger__border::after {
  top: 11px;
}
.menu-open .l-header__hamburger__border {
  background: transparent;
}
.menu-open .l-header__hamburger__border::before {
  transform: rotate(45deg);
  top: 0;
}
.menu-open .l-header__hamburger__border::after {
  transform: rotate(-45deg);
  top: 0;
}

.l-nav {
  display: none;
}
@media screen and (min-width: 1195px) {
  .l-nav {
    display: none !important;
  }
}
@media screen and (max-width: 1194px) {
  .l-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding: 0 min(5.128vw, 22px) min(10.256vw, 44px);
    background-color: #fff;
    overflow: auto;
  }
}
.l-nav__list {
  display: flex;
  flex-direction: column;
  gap: min(1.389vw, 22px);
  width: 100%;
  max-width: min(153.846vw, 660px);
  margin: 16vw auto 0;
}
@media screen and (max-width: 900px) {
  .l-nav__list {
    margin-top: 27.7333333333vw;
    gap: min(5.128vw, 22px);
  }
}
.l-nav__item a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em 0;
  color: var(--color-dark);
  font-weight: 500;
  font-size: clamp(13.6px, 4.103vw, 17.6px);
  border-bottom: 1px solid var(--bg-gray-l);
}
@media screen and (max-width: 900px) {
  .l-nav__item a {
    font-size: clamp(11.9px, 3.59vw, 15.4px);
  }
}
.l-nav__item a::after {
  content: "\f054";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  font-family: "Font Awesome 6 Pro";
  font-size: 1em;
  transform: translateY(-50%);
}
.l-nav__button {
  flex-direction: column;
  align-items: center;
  margin-top: min(32.308vw, 138.6px);
}
.l-footer {
  position: relative;
  padding: min(1.042vw, 16.5px) 0;
  font-size: clamp(11.9px, 0.972vw, 15.4px);
  background-color: var(--bg-blue-l);
}
@media screen and (max-width: 900px) {
  .l-footer {
    padding: min(10.256vw, 44px) 0;
    font-size: clamp(11.9px, 3.59vw, 15.4px);
  }
}
.l-footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .l-footer__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-footer__link {
  display: flex;
  gap: min(5.556vw, 88px);
}
@media screen and (max-width: 900px) {
  .l-footer__link {
    flex-direction: column;
    gap: min(5.128vw, 22px);
  }
}
.l-footer__link a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-footer__link a:hover {
    opacity: 0.6;
  }
}
.l-footer__side {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: min(2.778vw, 44px);
}
@media screen and (min-width: 1195px) {
  .l-footer__side {
    transform: translateX(min(3.819vw, 60.5px));
  }
}
@media screen and (max-width: 900px) {
  .l-footer__side {
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-top: min(10.256vw, 44px);
  }
}
@media screen and (min-width: 901px) {
  .l-footer__pagetop {
    width: clamp(42.5px, 3.472vw, 55px);
  }
}
@media screen and (max-width: 900px) {
  .l-footer__pagetop {
    position: absolute;
    top: 0;
    right: min(5.128vw, 22px);
    width: min(10.256vw, 44px);
  }
}

.l-body {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
}
.l-body.menu-open {
  overflow: hidden;
}
.l-body:has(.p-top) {
  --header-text: #fff;
  --header-bg: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.10) 100%);
}
.l-body:has(.p-top) .l-header__nav__link.top {
  color: var(--text-blue);
}
.l-body:has(.p-page) {
  --header-text: var(--text);
  --header-bg: transparent;
}
.l-body:has(.p-skill) .l-header__nav__link.skill {
  color: var(--text-blue);
}
.l-body:has(.p-learning) .l-header__nav__link.learning {
  color: var(--text-blue);
}

.l-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .l-inner {
    max-width: min(84.722vw, 1342px);
  }
}
@media screen and (max-width: 1194px) {
  .l-inner {
    max-width: none;
    padding-left: min(5.128vw, 22px);
    padding-right: min(5.128vw, 22px);
  }
}
@media screen and (min-width: 901px) {
  .l-inner.--wide {
    max-width: min(88.889vw, 1408px);
  }
}
@media screen and (min-width: 901px) {
  .l-inner.--narrow {
    max-width: min(69.444vw, 1100px);
  }
}

:root {
  --text-color: #333;
  --blue: #284BFF;
  --red: #ff0000;
  --yellow: #FFEA4E;
  --yellow-thin: #FFF07F;
  --green: #00cc66;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .is-sp {
    display: block;
  }
}

.is-sm {
  display: none;
}
@media screen and (max-width: 430px) {
  .is-sm {
    display: block;
  }
}

.blue {
  color: var(--blue);
}

.yellow {
  color: var(--yellow);
}

.l-main {
  max-width: 100%;
  min-height: 100svh;
  overflow: clip;
}
.l-main_wrap {
  height: 100svh;
}
.l-main_item {
  max-height: 100svh;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.swiper-slide-inner {
  max-width: min(100vw, 1584px);
  width: 100%;
  padding: 0 min(6.944vw, 110px);
}
@media screen and (max-width: 900px) {
  .swiper-slide-inner {
    padding: 0 min(6.41vw, 27.5px);
  }
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: none;
}
@media screen and (min-width: 901px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .swiper-button-prev, .swiper-button-next {
    z-index: 30 !important;
    width: min(7.692vw, 33px);
    height: min(7.692vw, 33px);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 900px) {
  .swiper-button-prev {
    left: 0;
    background-image: url("../img/slide_prev.svg");
  }
}
@media screen and (max-width: 900px) {
  .swiper-button-next {
    right: 0;
    background-image: url("../img/slide_next.svg");
  }
}
.swiper-button-disabled {
  visibility: hidden;
  pointer-events: none;
}

/* ===============================================
heading
=============================================== */
@media screen and (min-width: 901px) {
  .heading {
    margin-bottom: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 900px) {
  .heading {
    margin-bottom: min(6.154vw, 26.4px);
  }
}
.heading_title {
  display: flex;
  flex-direction: column;
  text-align: center;
  letter-spacing: 0.096em;
}
.heading_title .en {
  color: var(--blue);
  font-weight: 600;
  font-family: "Montserrat", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 901px) {
  .heading_title .en {
    font-size: min(1.25vw, 19.8px);
  }
}
@media screen and (max-width: 900px) {
  .heading_title .en {
    font-size: min(4.103vw, 17.6px);
    line-height: 1.4;
  }
}
.heading_title .main {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 901px) {
  .heading_title .main {
    font-size: min(3.333vw, 52.8px);
  }
}
@media screen and (max-width: 900px) {
  .heading_title .main {
    font-size: min(6.154vw, 26.4px);
  }
}
.heading_text {
  margin-top: min(2.083vw, 33px);
  text-align: center;
  font-size: min(1.25vw, 19.8px);
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .heading_text {
    max-width: min(128.205vw, 550px);
    margin-inline: auto;
    margin-top: min(6.154vw, 26.4px);
    font-size: min(4.103vw, 17.6px);
  }
}

/* ===============================================
fv
=============================================== */
.fv {
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 901px) {
  .fv {
    background-image: url("../img/mv.webp");
  }
}
@media screen and (max-width: 900px) {
  .fv {
    background-image: url("../img/mv_sp.webp");
  }
}
.fv .swiper-slide-inner {
  position: relative;
  z-index: 5;
}
.fv_wrap {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .fv_wrap {
    align-items: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .fv_wrap {
    flex-direction: column;
    align-items: center;
  }
}
.fv_desc {
  flex: 1;
}
@media screen and (max-width: 900px) {
  .fv_desc {
    max-width: min(148.718vw, 638px);
  }
}
.fv_title {
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  .fv_title {
    margin-top: min(3.75vw, 59.4px);
    font-size: min(4.167vw, 66px);
  }
}
@media screen and (max-width: 900px) {
  .fv_title {
    font-size: min(8.974vw, 38.5px);
  }
}
@media screen and (max-width: 430px) {
  .fv_title {
    font-size: min(7.179vw, 30.8px);
  }
}
.fv_title .color {
  color: var(--yellow);
}
.fv_title .sub {
  display: block;
  margin-top: 1em;
  font-weight: 600;
}
@media screen and (min-width: 901px) {
  .fv_title .sub {
    font-size: min(20px, 1.3888888889vw);
  }
}
@media screen and (max-width: 900px) {
  .fv_title .sub {
    font-size: min(16px, 4.2666666667vw);
  }
}
@media screen and (max-width: 430px) {
  .fv_title .sub {
    font-size: min(3.59vw, 15.4px);
  }
}
.fv_btn {
  display: block;
}
@media screen and (min-width: 901px) {
  .fv_btn {
    width: min(33.056vw, 523.6px);
    margin-top: min(2.639vw, 41.8px);
    transform: translateX(min(-1.389vw, -22px));
  }
}
@media screen and (max-width: 900px) {
  .fv_btn {
    width: min(87.179vw, 374px);
    margin: min(3.077vw, 13.2px) auto 0;
  }
}
@media screen and (max-width: 375px) {
  .fv_btn {
    margin-top: min(2.051vw, 8.8px);
  }
}
@media screen and (min-width: 901px) {
  .fv_device {
    width: min(36.389vw, 576.4px);
  }
}
@media screen and (max-width: 900px) {
  .fv_device {
    width: min(82.821vw, 355.3px);
    margin: min(2.564vw, 11px) auto 0;
  }
}
@media screen and (max-width: 430px) {
  .fv_device {
    width: min(66.667vw, 286px);
  }
}
.fv_slide {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.fv_slide .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (min-width: 901px) {
  .fv_slide_item {
    width: 296.8055555556vw;
  }
}
@media screen and (max-width: 900px) {
  .fv_slide_item {
    width: 634.9333333333vw;
  }
}
.fv_slide_item img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===============================================
problem
=============================================== */
.problem {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/problem/bg.webp");
}
.problem_list {
  display: grid;
}
@media screen and (min-width: 901px) {
  .problem_list {
    grid-template-columns: repeat(2, 1fr);
    gap: min(1.667vw, 26.4px);
    max-width: 1040px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 900px) {
  .problem_list {
    gap: min(4.615vw, 19.8px);
  }
}
@media screen and (max-width: 430px) {
  .problem_list {
    gap: min(2.051vw, 8.8px);
  }
}
.problem_item {
  display: flex;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .problem_item {
    gap: min(0.972vw, 15.4px);
    padding: min(1.667vw, 26.4px) min(2.431vw, 38.5px);
  }
}
@media screen and (max-width: 900px) {
  .problem_item {
    gap: min(3.59vw, 15.4px);
    padding: min(3.59vw, 15.4px) min(3.077vw, 13.2px);
  }
}
@media screen and (max-width: 430px) {
  .problem_item {
    gap: min(2.564vw, 11px);
  }
}
@media screen and (min-width: 901px) {
  .problem_item img {
    width: min(3.472vw, 55px);
  }
}
@media screen and (max-width: 900px) {
  .problem_item img {
    width: min(10.256vw, 44px);
  }
}
@media screen and (max-width: 430px) {
  .problem_item img {
    width: min(9.231vw, 39.6px);
  }
}
.problem_item span {
  line-height: 1.5;
}
@media screen and (min-width: 901px) {
  .problem_item span {
    font-size: min(18px, min(1.25vw, 19.8px));
  }
}
@media screen and (max-width: 900px) {
  .problem_item span {
    font-size: min(4.103vw, 17.6px);
  }
}
@media screen and (max-width: 430px) {
  .problem_item span {
    font-size: min(3.59vw, 15.4px);
  }
}
.problem_bottom {
  text-align: center;
}
@media screen and (min-width: 901px) {
  .problem_bottom {
    margin-top: min(-0.556vw, -8.8px);
  }
}
@media screen and (max-width: 900px) {
  .problem_bottom {
    max-width: min(87.179vw, 374px);
    margin: min(8.974vw, 38.5px) auto 0;
  }
}
@media screen and (max-width: 375px) {
  .problem_bottom {
    margin-top: min(3.59vw, 15.4px);
  }
}

/* ===============================================
kaiketu
=============================================== */
.kaiketu {
  background-color: var(--yellow-thin);
}
.kaiketu_wrap {
  display: grid;
}
@media screen and (min-width: 901px) {
  .kaiketu_wrap {
    grid-template-columns: 1fr min(26.25vw, 415.8px);
    align-items: center;
    gap: min(1.875vw, 29.7px);
    padding-left: min(1.944vw, 30.8px);
  }
}
@media screen and (max-width: 900px) {
  .kaiketu_wrap {
    gap: min(4.103vw, 17.6px);
  }
}
.kaiketu_title_head {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .kaiketu_title_head {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 900px) {
  .kaiketu_title_head img {
    max-width: min(100vw, 429px);
  }
}
@media screen and (max-width: 900px) {
  .kaiketu_device {
    display: none;
  }
}
.kaiketu .lead {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.064em;
}
@media screen and (min-width: 901px) {
  .kaiketu .lead {
    margin-top: min(1.875vw, 29.7px);
    font-size: min(32px, min(2.222vw, 35.2px));
  }
}
@media screen and (max-width: 900px) {
  .kaiketu .lead {
    margin-top: 1em;
    font-size: min(5.128vw, 22px);
    line-height: 1.5;
  }
}
@media screen and (max-width: 430px) {
  .kaiketu .lead {
    margin-top: 0.5em;
    font-size: min(3.846vw, 16.5px);
  }
}
.kaiketu .lead span {
  border-bottom: 2px solid var(--blue);
}
.kaiketu .text {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 901px) {
  .kaiketu .text {
    margin-top: 0.8em;
    text-align: center;
    font-size: min(18px, min(1.25vw, 19.8px));
  }
}
@media screen and (max-width: 900px) {
  .kaiketu .text {
    display: flex;
    align-items: center;
    max-width: min(110.256vw, 473px);
    margin: min(5.128vw, 22px) auto 0;
    font-size: min(4.103vw, 17.6px);
  }
}
@media screen and (max-width: 430px) {
  .kaiketu .text {
    margin-top: -0.5em;
    font-size: min(3.077vw, 13.2px);
  }
}
@media screen and (max-width: 430px) {
  .kaiketu .text {
    margin-top: -1em;
  }
}
@media screen and (max-width: 900px) {
  .kaiketu .text span {
    flex: 1;
  }
}
@media screen and (max-width: 900px) {
  .kaiketu .text::after {
    content: "";
    width: min(24.359vw, 104.5px);
    height: min(44.359vw, 190.3px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/kaiketu/device_sp.webp");
    transform: translateX(min(3.077vw, 13.2px));
  }
}
@media screen and (min-width: 901px) {
  .kaiketu_body {
    margin-top: min(3.056vw, 48.4px);
  }
}
@media screen and (max-width: 900px) {
  .kaiketu_body {
    max-width: min(87.179vw, 374px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 430px) {
  .kaiketu_body {
    margin-top: -0.8em;
  }
}

/* ===============================================
feature
=============================================== */
.feature {
  position: relative;
}
@media screen and (min-width: 901px) {
  .feature .heading {
    margin-bottom: min(4.167vw, 66px);
  }
}
@media screen and (max-width: 900px) {
  .feature .heading {
    margin-bottom: min(6.154vw, 26.4px);
  }
}
@media screen and (max-width: 430px) {
  .feature .heading_text {
    margin-top: 0.5em;
    font-size: min(3.59vw, 15.4px);
  }
}
@media screen and (max-width: 375px) {
  .feature .heading_text {
    font-size: min(2.564vw, 11px);
  }
}
@media screen and (min-width: 901px) {
  .feature .gori {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .feature .gori {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(26.667vw, 114.4px);
  }
}
@media screen and (max-width: 430px) {
  .feature .gori {
    display: none;
  }
}
.feature_list {
  position: relative;
  display: grid;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 901px) {
  .feature_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .feature_list {
    max-width: min(128.205vw, 550px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 430px) {
  .feature_list {
    margin-left: min(4.872vw, 20.9px);
  }
}
@media screen and (min-width: 901px) {
  .feature_list::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 8px;
    right: 0;
    width: min(15.972vw, 253px);
    height: min(11.667vw, 184.8px);
    background-size: contain;
    background-image: url("../img/feature/gori.png");
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 430px) {
  .feature_list::before {
    width: min(51.282vw, 220px);
    height: min(35.385vw, 151.8px);
  }
}
.feature_item {
  position: relative;
  display: grid;
}
@media screen and (min-width: 901px) {
  .feature_item {
    grid-template-rows: subgrid;
    grid-row: span 3;
    padding: 0 min(1.389vw, 22px) min(2.778vw, 44px);
  }
}
@media screen and (max-width: 900px) {
  .feature_item {
    grid-template-columns: min(11.282vw, 48.4px) 1fr;
    grid-template-rows: auto auto;
    column-gap: min(3.59vw, 15.4px);
    padding: min(3.846vw, 16.5px) min(5.128vw, 22px) min(2.564vw, 11px) min(8.974vw, 38.5px);
  }
}
@media screen and (max-width: 430px) {
  .feature_item {
    grid-template-columns: min(9.744vw, 41.8px) 1fr;
  }
}
@media screen and (max-width: 375px) {
  .feature_item {
    grid-template-columns: min(8.205vw, 35.2px) 1fr;
    padding: min(2.564vw, 11px) min(3.59vw, 15.4px) min(2.564vw, 11px) min(7.179vw, 30.8px);
  }
}
@media screen and (min-width: 901px) {
  .feature_item:not(:last-of-type) {
    border-right: 1px dashed #BABFCA;
  }
}
@media screen and (max-width: 900px) {
  .feature_item:not(:last-of-type) {
    border-bottom: 1px dashed #BABFCA;
  }
}
.feature_item .num {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  font-family: "Montserrat", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  line-height: 0.8;
  border-radius: 9999px;
  background-color: var(--yellow);
}
@media screen and (min-width: 901px) {
  .feature_item .num {
    top: 0;
    left: 50%;
    padding: 0.5em 1.5em 0.35em;
    font-size: min(1.111vw, 17.6px);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 900px) {
  .feature_item .num {
    top: 50%;
    left: 0;
    padding: 0.5em 0.8em;
    font-size: min(3.59vw, 15.4px);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 430px) {
  .feature_item .num {
    padding: 0.4em 0.7em;
    font-size: min(3.077vw, 13.2px);
  }
}
@media screen and (min-width: 901px) {
  .feature_item .icon {
    width: 5.5555555556vw;
    margin: min(3.472vw, 55px) auto 0;
  }
}
@media screen and (max-width: 900px) {
  .feature_item .icon {
    grid-area: 1/1/2/2;
    align-self: center;
  }
}
.feature_item .title {
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  .feature_item .title {
    margin-top: 1em;
    text-align: center;
    font-size: min(18px, min(1.25vw, 19.8px));
  }
}
@media screen and (max-width: 900px) {
  .feature_item .title {
    grid-area: 1/2/2/3;
    font-size: min(4.103vw, 17.6px);
    line-height: 1.25;
  }
}
@media screen and (max-width: 430px) {
  .feature_item .title {
    font-size: min(3.59vw, 15.4px);
  }
}
.feature_item .text {
  font-weight: 400;
}
@media screen and (min-width: 901px) {
  .feature_item .text {
    text-align: center;
    margin-top: 1em;
    font-size: min(18px, min(0.972vw, 15.4px));
  }
}
@media screen and (max-width: 900px) {
  .feature_item .text {
    margin-top: 0.8em;
    grid-area: 2/1/3/3;
    font-size: min(3.59vw, 15.4px);
  }
}
@media screen and (max-width: 430px) {
  .feature_item .text {
    font-size: min(3.077vw, 13.2px);
    line-height: 1.25;
  }
}
@media screen and (max-width: 375px) {
  .feature_item .text {
    margin-top: 0.25em;
  }
}

/* ===============================================
reason
=============================================== */
.reason {
  background-size: cover;
}
@media screen and (min-width: 901px) {
  .reason {
    background-image: url("../img/reason/bg.webp");
  }
}
@media screen and (max-width: 900px) {
  .reason {
    background-image: url("../img/reason/bg_sp.webp");
  }
}
.reason:nth-of-type(even) .reason_title {
  right: 0;
}
@media screen and (min-width: 901px) {
  .reason:nth-of-type(even) .reason_body {
    right: min(5.556vw, 88px);
    left: auto;
  }
}
.reason_wrap {
  position: relative;
}
@media screen and (max-width: 900px) {
  .reason_wrap {
    max-width: min(87.179vw, 374px);
    margin-inline: auto;
  }
}
.reason_title {
  position: absolute;
  color: #fff;
  line-height: 1;
  transform: translateY(0.15em);
}
@media screen and (min-width: 901px) {
  .reason_title {
    font-size: min(2.5vw, 39.6px);
  }
}
@media screen and (max-width: 900px) {
  .reason_title {
    font-size: min(6.154vw, 26.4px);
  }
}
.reason_body {
  position: absolute;
}
@media screen and (min-width: 901px) {
  .reason_body {
    top: min(10.764vw, 170.5px);
    left: min(5.556vw, 88px);
    width: min(33.819vw, 535.7px);
  }
}
@media screen and (max-width: 900px) {
  .reason_body {
    top: min(14.872vw, 63.8px);
    left: 50%;
    width: min(74.359vw, 319px);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 430px) {
  .reason_body {
    top: min(17.949vw, 77px);
  }
}
@media screen and (max-width: 375px) {
  .reason_body {
    top: min(13.846vw, 59.4px);
  }
}
.reason .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
  font-family: "Montserrat", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  border-radius: 9999px;
  background: #9E45F1;
}
@media screen and (min-width: 901px) {
  .reason .num {
    padding: min(0.694vw, 11px) min(2.083vw, 33px);
    font-size: min(1.667vw, 26.4px);
  }
}
@media screen and (max-width: 900px) {
  .reason .num {
    padding: min(2.051vw, 8.8px) min(4.615vw, 19.8px);
    font-size: min(4.615vw, 19.8px);
  }
}
@media screen and (max-width: 430px) {
  .reason .num {
    padding: min(1.538vw, 6.6px) min(4.615vw, 19.8px);
  }
}
.reason .title {
  font-weight: 700;
  margin-top: 0.5em;
}
@media screen and (min-width: 901px) {
  .reason .title {
    font-size: min(2.5vw, 39.6px);
  }
}
@media screen and (max-width: 900px) {
  .reason .title {
    font-size: min(5.641vw, 24.2px);
    line-height: 1.5;
  }
}
@media screen and (max-width: 430px) {
  .reason .title {
    font-size: min(5.128vw, 22px);
  }
}
@media screen and (max-width: 375px) {
  .reason .title {
    line-height: 1.2;
  }
}
.reason .text {
  border-top: 1px solid var(--blue);
}
@media screen and (min-width: 901px) {
  .reason .text {
    margin-top: 1em;
    padding-top: 1.5em;
    font-size: min(1.25vw, 19.8px);
  }
}
@media screen and (max-width: 900px) {
  .reason .text {
    margin-top: 1em;
    padding-top: 1em;
    font-size: min(4.103vw, 17.6px);
  }
}
@media screen and (max-width: 430px) {
  .reason .text {
    font-size: min(3.59vw, 15.4px);
  }
}
@media screen and (max-width: 375px) {
  .reason .text {
    font-size: min(3.077vw, 13.2px);
  }
}

/* ===============================================
case
=============================================== */
.case {
  background-color: var(--yellow-thin);
}
.case_main {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .case_main {
    margin: -8.78477306vmax auto 0;
  }
}
@media screen and (max-width: 900px) {
  .case_main {
    max-width: min(87.179vw, 374px);
    margin: 0 auto;
  }
}

/* ===============================================
plan
=============================================== */
@media screen and (max-width: 900px) {
  .plan_list {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.plan_item {
  isolation: isolate;
}
@media screen and (min-width: 901px) {
  .plan_item {
    width: min(18.75vw, 297px);
  }
}
@media screen and (max-width: 900px) {
  .plan_item {
    width: min(60.769vw, 260.7px);
  }
}
@media screen and (min-width: 901px) {
  .plan_item:nth-child(2) {
    width: min(23.611vw, 374px);
  }
}
@media screen and (max-width: 900px) {
  .plan_item:nth-child(2) {
    width: min(76.154vw, 326.7px);
  }
}
@media screen and (max-width: 900px) {
  .plan-prev {
    left: min(8.205vw, 35.2px);
  }
}
@media screen and (max-width: 900px) {
  .plan-next {
    right: min(8.205vw, 35.2px);
  }
}
.plan .swiper {
  z-index: 100;
  overflow: visible;
}
@media screen and (min-width: 901px) {
  .plan .swiper-wrapper {
    display: flex;
    align-items: flex-end;
    gap: min(2.083vw, 33px);
  }
}
@media screen and (max-width: 900px) {
  .plan .swiper-wrapper {
    z-index: -1;
    align-items: center;
  }
}

/* ===============================================
price
=============================================== */
.price {
  position: relative;
  background-color: #F4F4F4;
}
@media screen and (max-width: 900px) {
  .price::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 101;
    width: min(28.205vw, 121px);
    height: min(32.564vw, 139.7px);
    background-size: cover;
    background-image: url("../img/price/gori.png");
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 430px) {
  .price::before {
    width: min(24.359vw, 104.5px);
    height: min(26.923vw, 115.5px);
    background-size: contain;
  }
}
@media screen and (max-width: 375px) {
  .price::before {
    content: none;
  }
}
@media screen and (max-width: 900px) {
  .price .heading {
    margin-bottom: min(10.256vw, 44px);
  }
}
.price_list {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .price_list::before {
    content: "";
    position: absolute;
    top: 0;
    right: min(2.639vw, 41.8px);
    width: min(12.639vw, 200.2px);
    height: min(14.028vw, 222.2px);
    background-size: cover;
    background-image: url("../img/price/gori.png");
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 900px) {
  .price_list {
    max-width: min(79.487vw, 341px);
    margin-inline: auto;
  }
}
.price_item {
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 901px) {
  .price_item {
    width: min(27.083vw, 429px);
  }
}
.price_item.--lp::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(5.556vw, 88px);
  height: min(5.556vw, 88px);
  background-size: cover;
  background-image: url("../img/price/maru.svg");
  transform: translate(6%, -40%) rotate(15deg);
}
@media screen and (max-width: 900px) {
  .price_item.--lp::before {
    width: min(17.436vw, 74.8px);
    height: min(17.436vw, 74.8px);
  }
}
.price .swiper {
  z-index: 100;
  overflow: visible;
}
@media screen and (min-width: 901px) {
  .price .swiper-wrapper {
    display: flex;
    gap: min(2.431vw, 38.5px);
  }
}
@media screen and (max-width: 900px) {
  .price .swiper-wrapper {
    z-index: -1;
  }
}
.price .swiper-slide {
  filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.08));
}

/* ===============================================
flow
=============================================== */
.flow_list {
  display: grid;
  margin-inline: auto;
}
@media screen and (min-width: 901px) {
  .flow_list {
    grid-template-columns: repeat(5, min(11.806vw, 187px));
    column-gap: min(3.264vw, 51.7px);
    max-width: min(72.361vw, 1146.2px);
  }
}
@media screen and (max-width: 900px) {
  .flow_list {
    grid-template-columns: 1fr;
    row-gap: min(9.744vw, 41.8px);
    max-width: max-content;
  }
}
@media screen and (max-width: 430px) {
  .flow_list {
    row-gap: min(7.179vw, 30.8px);
  }
}
.flow_item {
  position: relative;
}
@media screen and (min-width: 901px) {
  .flow_item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .flow_item {
    display: grid;
    grid-template-columns: min(20.513vw, 88px) 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: min(1.026vw, 4.4px) min(3.59vw, 15.4px);
  }
}
@media screen and (max-width: 430px) {
  .flow_item {
    grid-template-columns: min(17.436vw, 74.8px) 1fr;
  }
}
@media screen and (max-width: 375px) {
  .flow_item {
    grid-template-columns: min(15.897vw, 68.2px) 1fr;
  }
}
.flow_item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-image: url("../img/flow/arrow.svg");
}
@media screen and (min-width: 901px) {
  .flow_item:not(:last-of-type)::after {
    top: min(5.208vw, 82.5px);
    right: min(-1.25vw, -19.8px);
    width: min(0.764vw, 12.1px);
    height: min(1.389vw, 22px);
    transform: translate(100%, 0);
  }
}
@media screen and (max-width: 900px) {
  .flow_item:not(:last-of-type)::after {
    left: 50%;
    bottom: min(-5.641vw, -24.2px);
    width: min(2.821vw, 12.1px);
    height: min(5.128vw, 22px);
    transform: translate(-50%, 0%) rotate(90deg);
  }
}
@media screen and (max-width: 900px) {
  .flow .img {
    grid-area: 1/1/3/2;
  }
}
.flow .title {
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 901px) {
  .flow .title {
    margin-top: 1em;
    font-size: min(1.667vw, 26.4px);
  }
}
@media screen and (max-width: 900px) {
  .flow .title {
    grid-area: 1/2/2/3;
    align-self: end;
    font-size: min(4.615vw, 19.8px);
  }
}
.flow .text {
  font-weight: 400;
}
@media screen and (min-width: 901px) {
  .flow .text {
    margin-top: min(1.389vw, 22px);
    font-size: min(0.972vw, 15.4px);
  }
}
@media screen and (max-width: 900px) {
  .flow .text {
    grid-area: 2/2/3/3;
    align-self: start;
    font-size: min(3.59vw, 15.4px);
    line-height: 1.4;
  }
}

/* ===============================================
faq
=============================================== */
.faq {
  background-color: #F4F4F4;
}
@media screen and (max-width: 430px) {
  .faq {
    align-items: flex-start;
    padding-top: 4.6457607433vmax;
  }
}
@media screen and (max-width: 375px) {
  .faq {
    padding-top: min(3.59vw, 15.4px);
  }
}
.faq_list {
  display: grid;
  margin-inline: auto;
}
@media screen and (min-width: 901px) {
  .faq_list {
    max-width: min(72.222vw, 1144px);
    gap: min(0.833vw, 13.2px);
  }
}
@media screen and (max-width: 900px) {
  .faq_list {
    gap: min(3.59vw, 15.4px);
  }
}
@media screen and (max-width: 430px) {
  .faq_list {
    gap: min(2.051vw, 8.8px);
  }
}
.faq_block {
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .faq_block {
    padding: min(1.25vw, 19.8px) min(1.667vw, 26.4px);
    font-size: min(1.111vw, 17.6px);
  }
}
@media screen and (max-width: 900px) {
  .faq_block {
    padding: min(4.615vw, 19.8px) min(5.128vw, 22px);
    font-size: min(3.59vw, 15.4px);
    line-height: 1.4;
  }
}
@media screen and (max-width: 430px) {
  .faq_block {
    padding: min(3.077vw, 13.2px) min(5.128vw, 22px);
  }
}
@media screen and (max-width: 375px) {
  .faq_block {
    padding: min(2.564vw, 11px) min(4.103vw, 17.6px);
  }
}
.faq_term {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
}
.faq_term_text {
  flex: 1;
  padding-right: 1em;
  transform: translateY(0.1em);
}
.faq_term::before {
  content: "";
  margin-top: 0.35em;
  background-size: cover;
  background-image: url("../img/faq/q.svg");
}
@media screen and (min-width: 901px) {
  .faq_term::before {
    width: min(0.972vw, 15.4px);
    height: min(1.181vw, 18.7px);
    margin-right: min(0.833vw, 13.2px);
  }
}
@media screen and (max-width: 900px) {
  .faq_term::before {
    width: min(3.077vw, 13.2px);
    height: min(3.846vw, 16.5px);
    margin-right: min(3.077vw, 13.2px);
  }
}
.faq_term_icon {
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  border-radius: 50%;
  background-color: var(--blue);
}
@media screen and (min-width: 901px) {
  .faq_term_icon {
    width: min(1.667vw, 26.4px);
    height: min(1.667vw, 26.4px);
  }
}
@media screen and (max-width: 900px) {
  .faq_term_icon {
    width: min(6.154vw, 26.4px);
    height: min(6.154vw, 26.4px);
  }
}
.faq_term_icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/faq/plus.svg");
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 901px) {
  .faq_term_icon:before {
    width: min(0.694vw, 11px);
    height: min(0.694vw, 11px);
  }
}
@media screen and (max-width: 900px) {
  .faq_term_icon:before {
    width: min(2.821vw, 12.1px);
    height: min(2.821vw, 12.1px);
  }
}
.is-open .faq_term_icon:before {
  background-image: url("../img/faq/minus.svg");
}
.faq_desc {
  display: none;
  border-top: 1px solid #BABFCA;
}
@media screen and (min-width: 901px) {
  .faq_desc {
    margin-top: min(1.042vw, 16.5px);
    padding-top: min(0.694vw, 11px);
  }
}
@media screen and (max-width: 900px) {
  .faq_desc {
    margin-top: min(2.564vw, 11px);
    padding-top: min(2.564vw, 11px);
  }
}
.faq_desc_wrap {
  display: flex;
}
.faq_desc_wrap::before {
  content: "";
  margin-top: 0.35em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/faq/a.svg");
}
@media screen and (min-width: 901px) {
  .faq_desc_wrap::before {
    width: min(0.903vw, 14.3px);
    height: min(1.042vw, 16.5px);
    margin-right: min(0.833vw, 13.2px);
  }
}
@media screen and (max-width: 900px) {
  .faq_desc_wrap::before {
    width: min(3.333vw, 14.3px);
    height: min(3.59vw, 15.4px);
    margin-right: min(3.077vw, 13.2px);
  }
}
.faq_desc_text {
  flex: 1;
  display: flex;
  align-items: flex-start;
  font-weight: 400;
}

/* ===============================================
cta
=============================================== */
.cta {
  color: #fff;
  background-size: cover;
}
@media screen and (min-width: 901px) {
  .cta {
    background-image: url("../img/cta/bg.webp");
  }
}
@media screen and (max-width: 900px) {
  .cta {
    background-image: url("../img/cta/bg_sp.webp");
  }
}
.cta .heading .main {
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .cta .heading .main {
    font-size: min(8.974vw, 38.5px);
  }
}
.cta .heading_text {
  font-weight: 400;
}
@media screen and (min-width: 901px) {
  .cta .heading_text {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 900px) {
  .cta .heading_text {
    font-size: clamp(13.6px, 4.103vw, 17.6px);
  }
}
.cta_btn {
  display: block;
}
@media screen and (min-width: 901px) {
  .cta_btn {
    width: min(35.417vw, 561px);
    margin: min(1.111vw, 17.6px) auto 0;
  }
}
@media screen and (max-width: 900px) {
  .cta_btn {
    width: 100vw;
    margin-top: min(7.692vw, 33px);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .cta_btn img {
    width: min(92.308vw, 396px);
  }
}
.cta_note {
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .cta_note {
    margin-top: 1em;
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 900px) {
  .cta_note {
    margin-top: 0.5em;
    font-size: clamp(10.2px, 3.077vw, 13.2px);
  }
}
@media screen and (max-width: 430px) {
  .cta_note {
    text-align: left;
  }
}