@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap");
@import url("https://db.onlinewebfonts.com/c/59a1b70cf883faa95ebf7864fea3d0d6?family=BC+Alphapipe+TSB+Bold");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --base-font-family: Noto Sans JP, sans-serif;
  --base-font-size: 1rem;
  --base-font-weight: 400;
  --base-line-height: 2.5;
  --base-letter-space: 0;
  --base-opacity: 1;
  --base-color-text: #000;
  --base-color-bg: #00F0FF;
  --color-key: #004E9C;
  --color-text-emphases: #FFFF00;
  --color-btn-member: #FA528E;
}

@font-face {
  font-family: "BC Alphapipe TSB Bold";
  src: url("https://db.onlinewebfonts.com/t/59a1b70cf883faa95ebf7864fea3d0d6.eot");
  src: url("https://db.onlinewebfonts.com/t/59a1b70cf883faa95ebf7864fea3d0d6.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/59a1b70cf883faa95ebf7864fea3d0d6.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/59a1b70cf883faa95ebf7864fea3d0d6.woff") format("woff"), url("https://db.onlinewebfonts.com/t/59a1b70cf883faa95ebf7864fea3d0d6.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/59a1b70cf883faa95ebf7864fea3d0d6.svg#BC Alphapipe TSB Bold") format("svg");
}
/*
 * html, body
---------------------------------------*/
html {
  font-size: 16px;
}

body {
  opacity: 0;
  position: relative;
  font-family: var(--base-font-family);
  font-size: var(--base-font-size);
  font-weight: var(--base-font-weight);
  color: var(--base-color-text);
  line-height: var(--base-line-height);
  letter-spacing: var(--base-letter-space);
  background: var(--base-color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-wrap: break-word;
  transition: opacity 0.3s ease;
}

* {
  box-sizing: border-box;
}

header, footer {
  width: 100%;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease;
  color: inherit;
}
a:hover {
  text-decoration: none;
  outline: 0;
}
a.underline {
  text-decoration: underline;
}
a img, a svg {
  border: 0;
  transition: opacity 0.3s ease;
}
a img:hover, a svg:hover {
  transition: opacity 0.3s ease;
}

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

img, video {
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  width: 100%;
}

iframe {
  max-width: 100%;
}

picture {
  display: block;
}
picture img {
  width: inherit;
}

button {
  outline: none;
}

/*
 * SP-PC切り替え
---------------------------------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/*
 * SPのときだけTELリンクをつける
---------------------------------------*/
@media print, screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}

/*
 * clearfix
---------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*
 * wrapper
---------------------------------------*/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none) {
  .wrapper {
    flex-direction: inherit;
  }
}

/*
 * main
---------------------------------------*/
.main {
  position: relative;
  overflow: hidden;
  flex: 1;
}

.container {
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding-inline: 4.358974359vw;
  }
}
@media print, screen and (min-width: 769px) {
  .container {
    max-width: 1013px;
    padding-inline: 15px;
  }
}

/* 横スクロールヒントのデザイン変更 */
@media screen and (max-width: 768px) {
  .scroll-hint-icon-wrap {
    top: calc(50% - 54px);
    left: calc(50% - 50px);
    width: 94px;
    height: 92px;
    border-radius: 5px;
  }
  .scroll-hint-icon-wrap.is-active:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    display: block;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(-45deg, #666, #666 1.417px, transparent 0, transparent 3.18px);
    pointer-events: none;
    border-radius: 5px;
  }
  .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: 1 !important;
  }
}

.scroll-hint-icon {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-top: 9px;
}
.scroll-hint-icon:before {
  width: 34px;
  height: 53px;
  background-image: url(../images/scroll.svg);
}
.scroll-hint-icon:after {
  width: 36px;
  background-image: url(../images/scroll-arrow.svg);
  left: calc(50% + 3px);
}
.scroll-hint-icon .scroll-hint-text {
  font-size: 12px;
  line-height: 1.125;
  font-weight: 700;
  color: #000;
  margin-top: 0;
}

/* フェード
------------------------------------------------------ */
.js-fade-in {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 2.5s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.js-fade-in.fade-outQuit {
  transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}
.js-fade-in.fade-in-up {
  transform: translate3d(0, 50px, 0) !important;
}
.js-fade-in.fade-in-down {
  transform: translate3d(0, -100px, 0) !important;
}
.js-fade-in.fade-in-left {
  transform: translate3d(-100px, 50px, 0) !important;
}
.js-fade-in.fade-in-right {
  transform: translate3d(100px, 50px, 0) !important;
}
.js-fade-in.js-scroll-in {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

/* ポップアップ
------------------------------------------------------ */
.js-popup {
  transform: translateY(40px) scale(0.8);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.1s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
}
.js-popup.js-scroll-in {
  transform: translateY(0) scale(1);
  opacity: 1;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
/* アコーディオン
------------------------------------------------------ */
.js-accordion {
  max-height: 0;
  overflow: hidden;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1) max-height;
  padding-top: 0;
}

.box-shadow {
  position: relative;
}
.box-shadow:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .box-shadow:before {
    top: 4px;
    left: 4px;
    border-radius: 2.5641025641vw;
    background: repeating-linear-gradient(-45deg, #666, #666 1.417px, transparent 0, transparent 3.18px);
  }
}
@media print, screen and (min-width: 769px) {
  .box-shadow:before {
    top: 4px;
    left: 4px;
    border-radius: 20px;
    background: repeating-linear-gradient(-45deg, #666, #666 1.417px, transparent 0, transparent 3.18px);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .header__inner {
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .header .header__inner {
    padding: 3.2vw 3.7333333333vw 5.3333333333vw 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .header .header__inner {
    padding-top: 49px;
    max-width: 1038px;
  }
}
@media screen and (max-width: 768px) {
  .header .header__btn--wrapper, .header .header__btn--wrapper:before, .header .header__btn--wrapper .header__btn {
    border-radius: 2.5641025641vw;
  }
}
@media print, screen and (min-width: 769px) {
  .header .header__btn--wrapper, .header .header__btn--wrapper:before, .header .header__btn--wrapper .header__btn {
    border-radius: 20px;
  }
}
.header .header__btn--wrapper:before {
  top: 3px;
  left: 3px;
}
.header .header__btn--wrapper:hover:before {
  top: 3px;
  left: 3px;
}
@media screen and (max-width: 768px) {
  .header .header__btn--wrapper {
    width: 40.2564102564vw;
    height: 8.9743589744vw;
  }
}
@media print, screen and (min-width: 769px) {
  .header .header__btn--wrapper {
    width: 267px;
    height: 60px;
  }
}
.header .header__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  background-color: var(--color-text-emphases);
  font-weight: 700;
  border: 3px solid #fff;
  transition: transform 0.1s ease;
}
@media screen and (max-width: 768px) {
  .header .header__btn {
    font-size: 2.9487179487vw;
  }
}
@media print, screen and (min-width: 769px) {
  .header .header__btn {
    font-size: 18px;
  }
}
.header .header__btn:hover {
  transform: translate(3px, 3px);
}
.header .header__btn:hover:before {
  content: none;
}
.header .header__logo {
  display: block;
  width: 150px;
}

.header__menubutton--wrapper {
  border-radius: 50vw;
}
@media screen and (max-width: 768px) {
  .header__menubutton--wrapper {
    width: 11.5384615385vw;
    height: 11.5384615385vw;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menubutton--wrapper {
    width: 90px;
    height: 90px;
    margin-right: 18px;
  }
}
.header__menubutton--wrapper::before {
  top: -3px;
  right: -3px;
  border-radius: 50vw;
}

.header__button--open {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50vw;
  background-color: #fff;
  overflow: hidden;
}
.header__button--open:hover {
  transform: translate(3px, -3px);
}
.header__button--open .memu__border {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-color: #000;
  border-radius: 50vw;
}
.header__button--open .memu__border:nth-child(1) {
  top: 32%;
}
.header__button--open .memu__border:nth-child(2) {
  top: 48%;
}
.header__button--open .memu__border:nth-child(3) {
  top: 64%;
}
@media screen and (max-width: 768px) {
  .header__button--open .memu__border {
    width: 4.6153846154vw;
    height: 0.8974358974vw;
  }
}
@media print, screen and (min-width: 769px) {
  .header__button--open .memu__border {
    width: 36px;
    height: 7px;
  }
}

.header__button--close {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .header__button--close {
    width: 4.7435897436vw;
    height: 4.7435897436vw;
  }
}
@media print, screen and (min-width: 769px) {
  .header__button--close {
    width: 37px;
    height: 37px;
  }
}
.header__button--close svg {
  position: absolute;
  top: 0;
  left: 0;
}

.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-text-emphases);
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.74, 0.08, 0.24, 0.93);
}
@media screen and (max-width: 768px) {
  .header__menu {
    padding: 6.9230769231vw 6.4102564103vw;
    overflow: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menu {
    padding: 64px 37px;
  }
}
.header__menu.active {
  transform: translateX(0);
}
.header__menu .header__menu__inner {
  position: relative;
}
.header__menu .header__menu__logo {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .header__menu .header__menu__logo {
    width: 35.8974358974vw;
    padding-top: 6.9230769231vw;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menu .header__menu__logo {
    max-width: 210px;
    margin-top: 7px;
  }
}
.header__menu .header__menu__list {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header__menu .header__menu__list {
    margin-top: 12.8205128205vw;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menu .header__menu__list {
    margin-top: 70px;
  }
}
.header__menu .header__menu__list .header__menu__item {
  font-weight: 500;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .header__menu .header__menu__list .header__menu__item {
    font-size: 3.8461538462vw;
    line-height: 3.7333333333;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menu .header__menu__list .header__menu__item {
    font-size: 21px;
    line-height: 3;
  }
}

.footer {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footer {
    margin: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__copy {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1em;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer__copy {
    font-size: 16px;
    letter-spacing: 0.22em;
  }
}

.footer__pagetop {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 980px;
  height: 60px;
  transition: opacity 0.6s ease;
}
.footer__pagetop.show {
  opacity: 1;
}
.footer__pagetop.show a {
  pointer-events: visible;
}
.footer__pagetop a {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}

/*
 * flex-box
---------------------------------------*/
.flex {
  display: flex;
}
.flex .flex_item-col1 {
  width: 6.3333333333%;
}
.flex .flex_item-col2 {
  width: 14.6666666667%;
}
.flex .flex_item-col3 {
  width: 23%;
}
.flex .flex_item-col4 {
  width: 31.3333333333%;
}
.flex .flex_item-col5 {
  width: 39.6666666667%;
}
.flex .flex_item-col6 {
  width: 48%;
}
.flex .flex_item-col7 {
  width: 56.3333333333%;
}
.flex .flex_item-col8 {
  width: 64.6666666667%;
}
.flex .flex_item-col9 {
  width: 73%;
}
.flex .flex_item-col10 {
  width: 81.3333333333%;
}
.flex .flex_item-col11 {
  width: 89.6666666667%;
}
.flex .flex_item-col12 {
  width: 98%;
}
@media screen and (max-width: 768px) {
  .flex .flex_item-sp-col1 {
    width: 6.3333333333%;
  }
  .flex .flex_item-sp-col2 {
    width: 14.6666666667%;
  }
  .flex .flex_item-sp-col3 {
    width: 23%;
  }
  .flex .flex_item-sp-col4 {
    width: 31.3333333333%;
  }
  .flex .flex_item-sp-col5 {
    width: 39.6666666667%;
  }
  .flex .flex_item-sp-col6 {
    width: 48%;
  }
  .flex .flex_item-sp-col7 {
    width: 56.3333333333%;
  }
  .flex .flex_item-sp-col8 {
    width: 64.6666666667%;
  }
  .flex .flex_item-sp-col9 {
    width: 73%;
  }
  .flex .flex_item-sp-col10 {
    width: 81.3333333333%;
  }
  .flex .flex_item-sp-col11 {
    width: 89.6666666667%;
  }
  .flex .flex_item-sp-col12 {
    width: 98%;
  }
}
@media print, screen and (min-width: 769px) {
  .flex .flex_item-pc-col1 {
    width: 6.3333333333%;
  }
  .flex .flex_item-pc-col2 {
    width: 14.6666666667%;
  }
  .flex .flex_item-pc-col3 {
    width: 23%;
  }
  .flex .flex_item-pc-col4 {
    width: 31.3333333333%;
  }
  .flex .flex_item-pc-col5 {
    width: 39.6666666667%;
  }
  .flex .flex_item-pc-col6 {
    width: 48%;
  }
  .flex .flex_item-pc-col7 {
    width: 56.3333333333%;
  }
  .flex .flex_item-pc-col8 {
    width: 64.6666666667%;
  }
  .flex .flex_item-pc-col9 {
    width: 73%;
  }
  .flex .flex_item-pc-col10 {
    width: 81.3333333333%;
  }
  .flex .flex_item-pc-col11 {
    width: 89.6666666667%;
  }
  .flex .flex_item-pc-col12 {
    width: 98%;
  }
}
@media print, screen and (min-width: 769px) {
  .flex--pc {
    display: flex;
  }
  .flex--pc .flex_item-pc-col1 {
    width: 6.3333333333%;
  }
  .flex--pc .flex_item-pc-col2 {
    width: 14.6666666667%;
  }
  .flex--pc .flex_item-pc-col3 {
    width: 23%;
  }
  .flex--pc .flex_item-pc-col4 {
    width: 31.3333333333%;
  }
  .flex--pc .flex_item-pc-col5 {
    width: 39.6666666667%;
  }
  .flex--pc .flex_item-pc-col6 {
    width: 48%;
  }
  .flex--pc .flex_item-pc-col7 {
    width: 56.3333333333%;
  }
  .flex--pc .flex_item-pc-col8 {
    width: 64.6666666667%;
  }
  .flex--pc .flex_item-pc-col9 {
    width: 73%;
  }
  .flex--pc .flex_item-pc-col10 {
    width: 81.3333333333%;
  }
  .flex--pc .flex_item-pc-col11 {
    width: 89.6666666667%;
  }
  .flex--pc .flex_item-pc-col12 {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .flex--sp {
    display: flex;
  }
  .flex--sp .flex_item-sp-col1 {
    width: 6.3333333333%;
  }
  .flex--sp .flex_item-sp-col2 {
    width: 14.6666666667%;
  }
  .flex--sp .flex_item-sp-col3 {
    width: 23%;
  }
  .flex--sp .flex_item-sp-col4 {
    width: 31.3333333333%;
  }
  .flex--sp .flex_item-sp-col5 {
    width: 39.6666666667%;
  }
  .flex--sp .flex_item-sp-col6 {
    width: 48%;
  }
  .flex--sp .flex_item-sp-col7 {
    width: 56.3333333333%;
  }
  .flex--sp .flex_item-sp-col8 {
    width: 64.6666666667%;
  }
  .flex--sp .flex_item-sp-col9 {
    width: 73%;
  }
  .flex--sp .flex_item-sp-col10 {
    width: 81.3333333333%;
  }
  .flex--sp .flex_item-sp-col11 {
    width: 89.6666666667%;
  }
  .flex--sp .flex_item-sp-col12 {
    width: 98%;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .flex-wrap--pc {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .flex-wrap--sp {
    flex-wrap: wrap;
  }
}
.flex-justify-start {
  justify-content: flex-start;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-start--pc {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-start--sp {
    justify-content: flex-start;
  }
}
.flex-justify-end {
  justify-content: flex-end;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-end--pc {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-end--sp {
    justify-content: flex-end;
  }
}
.flex-justify-between {
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-between--pc {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-between--sp {
    justify-content: space-between;
  }
}
.flex-justify-center {
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-center--pc {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-center--sp {
    justify-content: center;
  }
}
.flex-align-start {
  align-items: flex-start;
}
@media print, screen and (min-width: 769px) {
  .flex-align-start--pc {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-start--sp {
    align-items: flex-start;
  }
}
.flex-align-center {
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-align-center--pc {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-center--sp {
    align-items: center;
  }
}
.flex-align-end {
  align-items: flex-end;
}
@media print, screen and (min-width: 769px) {
  .flex-align-end--pc {
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-end--sp {
    align-items: flex-end;
  }
}
.flex-align-stretch {
  align-items: stretch;
}
@media print, screen and (min-width: 769px) {
  .flex-align-stretch--pc {
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-stretch--sp {
    align-items: stretch;
  }
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 769px) {
  .flex-row-reverse--pc {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .flex-row-reverse--sp {
    flex-direction: row-reverse;
  }
}
.flex-order1 {
  order: 1;
}
.flex-order2 {
  order: 2;
}
.flex-order3 {
  order: 3;
}
.flex-order4 {
  order: 4;
}
.flex-order5 {
  order: 5;
}
.flex-order6 {
  order: 6;
}
.flex-order7 {
  order: 7;
}
.flex-order8 {
  order: 8;
}
.flex-order9 {
  order: 9;
}
.flex-order10 {
  order: 10;
}

.btn--wrapper {
  cursor: pointer;
  position: relative;
}
.btn--wrapper:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #666, #666 1.417px, transparent 0, transparent 3.18px);
  pointer-events: none;
  z-index: -1;
}

.btn {
  transition: transform 0.2s ease;
}

.cta {
  text-align: center;
}
.cta .cta__text {
  font-weight: 500;
  letter-spacing: 0.6em;
}
@media screen and (max-width: 768px) {
  .cta .cta__text {
    font-size: 2.8205128205vw;
  }
}
@media print, screen and (min-width: 769px) {
  .cta .cta__text {
    font-size: 16px;
  }
}
.cta .cta__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.2em;
  border-radius: 50vw;
  box-shadow: 7px 7px 5px #00DBE0, -7px -7px 5px rgba(34, 250, 255, 0.75), inset 7px 7px 5px transparent, inset -7px -7px 5px transparent;
  margin-top: 6px;
  margin-inline: auto;
  transition: box-shadow 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .cta .cta__btn {
    font-size: 3.5897435897vw;
    width: 75.8974358974vw;
    height: 8.4615384615vw;
  }
}
@media print, screen and (min-width: 769px) {
  .cta .cta__btn {
    font-size: 18px;
    width: 338px;
    height: 62px;
  }
}
.cta .cta__btn:hover {
  box-shadow: 7px 7px 5px transparent, -7px -7px 5px transparent, inset 7px 7px 5px #00DBE0, inset -7px -7px 5px rgba(34, 250, 255, 0.75);
}

.modalContent {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.75, 1);
  z-index: 200;
}
.modalContent.active {
  opacity: 1;
  pointer-events: auto;
}
.modalContent .pageTitle {
  margin-bottom: 2.9375rem;
}
.modalContent .modalContent__inner {
  position: relative;
  background-color: #fff;
  z-index: 100;
  height: 462px;
  max-height: calc(100% - 30px);
  border-radius: 32px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .modalContent .modalContent__inner {
    width: 85%;
    padding-top: 7.6923076923vw;
    padding-bottom: 7.6923076923vw;
    padding-right: 3.2051282051vw;
  }
}
@media print, screen and (min-width: 769px) {
  .modalContent .modalContent__inner {
    width: 95%;
    max-width: 43.75rem;
    padding-top: 0.8571428571%;
    padding-bottom: 2.1428571429%;
    padding-right: 3.5714285714%;
  }
}
.modalContent .modal__frame {
  overflow: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modalContent .modal__frame {
    padding-left: 12.8205128205vw;
    padding-right: 3.2051282051vw;
  }
}
@media print, screen and (min-width: 769px) {
  .modalContent .modal__frame {
    padding-left: 10%;
    padding-right: 3.5714285714%;
  }
}
.modalContent .modalContent__close {
  position: absolute;
  top: 0px;
  cursor: pointer;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .modalContent .modalContent__close {
    left: 6.4102564103vw;
  }
}
@media print, screen and (min-width: 769px) {
  .modalContent .modalContent__close {
    left: 30px;
  }
}
.modalContent .modalContent__close img {
  width: 19px;
}
.modalContent .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--base-color-bg);
  z-index: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1.3s ease;
}
.loading .loading__inner {
  flex: 1;
  text-align: center;
}
.loading .loading__image {
  width: 240px;
  margin-inline: auto;
}
.loading .loading__catch {
  font-size: 21px;
  font-weight: 900;
  line-height: 1.619047619;
  letter-spacing: 0.13em;
  margin-top: 35px;
}
.loading.loaded {
  opacity: 0;
  pointer-events: none;
}

.section.curtain {
  position: relative;
}
.section.curtain:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--base-color-bg);
  transition: width 1.5s ease-in-out;
}
.section.curtain.is-on:after {
  width: 0;
}
@media screen and (max-width: 768px) {
  .section {
    margin-top: 11.2820512821vw;
  }
}
@media print, screen and (min-width: 769px) {
  .section {
    margin-top: 100px;
  }
}
.section .section__title {
  position: relative;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section .section__title {
    padding-bottom: 10.2564102564vw;
  }
}
@media print, screen and (min-width: 769px) {
  .section .section__title {
    padding-bottom: 65px;
  }
}
.section .section__title .title--main {
  position: relative;
  text-wrap: nowrap;
  display: block;
}
.section .section__title .title--main:after {
  content: "";
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  display: block;
  width: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .section .section__title .title--main:after {
    height: 5.7692307692vw;
  }
}
@media print, screen and (min-width: 769px) {
  .section .section__title .title--main:after {
    height: 45px;
  }
}
.section .section__title .en {
  display: flex;
  font-family: "BC Alphapipe TSB Bold";
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .section .section__title .en {
    font-size: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .section .section__title .en {
    font-size: 52px;
  }
}
.section .section__title .en:before, .section .section__title .en:after {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .section .section__title .en:before, .section .section__title .en:after {
    margin-top: 3.8461538462vw;
  }
}
@media print, screen and (min-width: 769px) {
  .section .section__title .en:before, .section .section__title .en:after {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section .section__title .en:before {
    background-image: url(../images/bg-title_left_sp.svg);
    margin-right: 2.5641025641vw;
  }
}
@media print, screen and (min-width: 769px) {
  .section .section__title .en:before {
    background-image: url(../images/bg-title_left.svg);
    margin-right: 20px;
  }
}
.section .section__title .en:after {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .section .section__title .en:after {
    background-image: url(../images/bg-title_right_sp.svg);
  }
}
@media print, screen and (min-width: 769px) {
  .section .section__title .en:after {
    background-image: url(../images/bg-title_right.svg);
  }
}
.section .section__title .ja {
  display: block;
  font-weight: 700;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .section .section__title .ja {
    font-size: 4.1025641026vw;
    margin-top: 0.5128205128vw;
  }
}
@media print, screen and (min-width: 769px) {
  .section .section__title .ja {
    font-size: 20px;
    margin-top: -4px;
  }
}

.mv {
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 8.2051282051vw;
    margin-bottom: 12.2818666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .mv {
    margin-top: 94px;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv__inner {
    text-align: center;
    border-radius: 2.8205128205vw;
    border: 2px solid #fff;
    padding: 11.7948717949vw 6.4102564103vw 16.1538461538vw;
  }
}
@media print, screen and (min-width: 769px) {
  .mv .mv__inner {
    border-radius: 22px;
    border: 3px solid #fff;
    padding: 8.9521871821% 11.495422177% 9.9694811801%;
  }
}
@media print, screen and (min-width: 769px) {
  .mv .mv__grid {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    justify-content: space-between;
  }
  .mv .mv__grid .grid1 {
    grid-area: 1/1/2/2;
  }
  .mv .mv__grid .grid2 {
    grid-area: 2/1/3/2;
  }
  .mv .mv__grid .grid3 {
    grid-area: 1/2/4/3;
  }
  .mv .mv__grid .grid4 {
    grid-area: 3/1/4/2;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv__logo {
    width: 42.3076923077vw;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .mv .mv__logo {
    width: 283px;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv__image {
    width: 92%;
    margin-top: 23px;
    margin-inline: auto;
  }
}
.mv .mv__title {
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .mv .mv__title {
    font-size: 5.1282051282vw;
    letter-spacing: 0.28em;
    line-height: 1.15;
    margin-top: 5.3846153846vw;
  }
}
@media print, screen and (min-width: 769px) {
  .mv .mv__title {
    font-size: 21px;
    letter-spacing: 0.13em;
    line-height: 1.619047619;
    margin-top: 48px;
  }
}
.mv .mv__text {
  font-weight: 400;
  line-height: 1.7857142857;
  letter-spacing: 0.2em;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .mv .mv__text {
    font-size: 3.5897435897vw;
    line-height: 1.6428571429;
  }
}
@media print, screen and (min-width: 769px) {
  .mv .mv__text {
    font-size: 14px;
  }
}

/* scroll */
.scroll {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 7;
}
@media screen and (max-width: 768px) {
  .scroll {
    bottom: -18.2051282051vw;
  }
}
@media print, screen and (min-width: 769px) {
  .scroll {
    bottom: -56px;
  }
}
.scroll .scroll--text {
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .scroll .scroll--text {
    font-size: 2.5641025641vw;
  }
}
@media print, screen and (min-width: 769px) {
  .scroll .scroll--text {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .scroll .scroll--bar {
    height: 23.0769230769vw;
  }
}
@media print, screen and (min-width: 769px) {
  .scroll .scroll--bar {
    height: 90px;
  }
}
.scroll .scroll--bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5px;
  height: 0;
  background: #fff;
  animation: pathmove 2.4s ease-in-out infinite;
  opacity: 0;
}

/* 縦スクロールのアニメーション */
@keyframes pathmove {
  0% {
    height: 0;
    top: 25px;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 75px;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .problem .problem__list--wrapper {
    overflow: scroll;
    padding-top: 7.6923076923vw;
    padding-bottom: 18.7179487179vw;
  }
}
@media print, screen and (min-width: 769px) {
  .problem .problem__list--wrapper {
    overflow: visible !important;
  }
}
.problem .problem__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  row-gap: 53px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .problem .problem__list {
    column-gap: 28px;
    padding-left: 23px;
  }
}
@media print, screen and (min-width: 769px) {
  .problem .problem__list {
    column-gap: 2%;
    width: 94%;
    flex-wrap: wrap;
    padding-left: 12px;
    margin-top: 35px;
  }
}
.problem .problem__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  border: 3px solid #fff;
  border-radius: 15px;
  font-weight: 700;
  letter-spacing: 0.27em;
}
@media screen and (max-width: 768px) {
  .problem .problem__item {
    min-width: min(44.6153846154vw, 21.75rem);
    font-size: 3.5897435897vw;
    line-height: 1.6428571429;
    padding: 10px 5px 18px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .problem .problem__item {
    width: 16.5%;
    font-size: 12px;
    line-height: 1.6666666667;
    padding: 10px 15px 15px 21px;
  }
}
@media screen and (max-width: 768px) {
  .problem .problem__item:nth-child(2), .problem .problem__item:nth-child(7) {
    min-width: min(63.9743589744vw, 31.1875rem);
  }
}
@media print, screen and (min-width: 769px) {
  .problem .problem__item:nth-child(2), .problem .problem__item:nth-child(7) {
    width: 25%;
  }
}
.problem .problem__item:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 11px;
  width: 50px;
  height: 26px;
  background-image: url(../images/fukidashi.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #00F0FF;
}
.problem .problem__title {
  line-height: 1;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .problem .problem__title {
    font-size: 4.1025641026vw;
    margin-top: 7.6923076923vw;
  }
}
@media print, screen and (min-width: 769px) {
  .problem .problem__title {
    font-size: 20px;
    margin-top: 53px;
  }
}
.problem .problem__title:before {
  content: "";
  display: block;
  width: 1px;
  background-color: #000;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .problem .problem__title:before {
    height: 5.7692307692vw;
    margin-bottom: 4.6153846154vw;
  }
}
@media print, screen and (min-width: 769px) {
  .problem .problem__title:before {
    height: 45px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 768px) {
  .problem .problem__image {
    width: 108%;
    margin-left: -3.0769230769vw;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .problem .problem__image {
    width: 97%;
    margin-top: -18px;
  }
}
.problem .problem__point--wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .problem .problem__point--wrapper {
    border: 2px solid #fff;
    border-radius: 1.9230769231vw;
    padding: 4.1025641026vw 4.8717948718vw;
    margin-top: 7.6923076923vw;
  }
}
@media print, screen and (min-width: 769px) {
  .problem .problem__point--wrapper {
    border: 3px solid #fff;
    border-radius: 15px;
    width: 93%;
    padding: 32px 0;
    margin-top: 1px;
  }
}
.problem .problem__point--wrapper .problem__point {
  display: flex;
}
@media screen and (max-width: 768px) {
  .problem .problem__point--wrapper .problem__point {
    align-items: center;
    column-gap: 2.8205128205vw;
  }
}
@media print, screen and (min-width: 769px) {
  .problem .problem__point--wrapper .problem__point {
    column-gap: 17px;
  }
}
.problem .problem__point--wrapper .problem__point + .problem__point {
  margin-top: 20px;
}
.problem .problem__point--wrapper .problem__point .problem__point__title {
  font-weight: 500;
  line-height: 1;
  text-align: center;
  font-family: "BC Alphapipe TSB Bold";
}
.problem .problem__point--wrapper .problem__point .problem__point__title .title1 {
  display: block;
}
@media screen and (max-width: 768px) {
  .problem .problem__point--wrapper .problem__point .problem__point__title .title1 {
    font-size: 2.4358974359vw;
  }
}
@media print, screen and (min-width: 769px) {
  .problem .problem__point--wrapper .problem__point .problem__point__title .title1 {
    font-size: 11px;
  }
}
.problem .problem__point--wrapper .problem__point .problem__point__title .title2 {
  display: block;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .problem .problem__point--wrapper .problem__point .problem__point__title .title2 {
    font-size: 5.5128205128vw;
  }
}
@media print, screen and (min-width: 769px) {
  .problem .problem__point--wrapper .problem__point .problem__point__title .title2 {
    font-size: 25px;
  }
}
.problem .problem__point--wrapper .problem__point .problem__point__text {
  font-weight: 700;
  letter-spacing: 0.23em;
}
@media screen and (max-width: 768px) {
  .problem .problem__point--wrapper .problem__point .problem__point__text {
    font-size: 3.5897435897vw;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 769px) {
  .problem .problem__point--wrapper .problem__point .problem__point__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .problem .cta {
    margin-top: 8.2051282051vw;
  }
}
@media print, screen and (min-width: 769px) {
  .problem .cta {
    margin-top: 54px;
  }
}

.scope .scope__lead {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .scope .scope__lead {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    font-weight: 700;
    margin-top: 5.8974358974vw;
  }
}
@media print, screen and (min-width: 769px) {
  .scope .scope__lead {
    font-size: 20px;
    margin-top: 46px;
  }
}
@media print, screen and (min-width: 769px) {
  .scope .scope__list--wrapper {
    overflow: visible !important;
  }
}
.scope .scope__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .scope .scope__list {
    column-gap: 6.1538461538vw;
    padding-left: 5.641025641vw;
    margin-top: 8.9743589744vw;
    margin-bottom: 9.2307692308vw;
  }
}
@media print, screen and (min-width: 769px) {
  .scope .scope__list {
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 1%;
    row-gap: 56px;
    width: 94%;
    margin-top: 47px;
  }
}
.scope .scope__card {
  position: relative;
  display: flex;
  border: 2.5px solid #fff;
  background-color: #00F0FF;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .scope .scope__card {
    justify-content: start;
    align-items: stretch;
    flex: 0 0 80px;
    min-width: 57.6923076923vw;
    padding-block: 6.4102564103vw 4.358974359vw;
  }
}
@media print, screen and (min-width: 769px) {
  .scope .scope__card {
    justify-content: center;
    align-items: start;
    width: 31%;
    max-width: 265px;
    height: 281px;
    padding-block: 40px;
  }
}
@media screen and (max-width: 768px) {
  .scope .scope__card.box-shadow:before {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .scope .scope__card .card__inner {
    width: 100%;
    padding-inline: 7.6923076923vw;
  }
}
.scope .scope__card .card__inner dt {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .scope .scope__card .card__inner dt {
    font-size: 4.6153846154vw;
    margin-bottom: 4.1025641026vw;
  }
}
@media print, screen and (min-width: 769px) {
  .scope .scope__card .card__inner dt {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.scope .scope__card .card__inner dd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.75;
  letter-spacing: 0.3em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .scope .scope__card .card__inner dd {
    font-size: 3.5897435897vw;
  }
}
@media print, screen and (min-width: 769px) {
  .scope .scope__card .card__inner dd {
    font-size: 14px;
  }
}
.scope .scope__card .card__inner dd:before {
  content: "ー";
  margin-right: 19px;
}
.scope .scope__caution {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .scope .scope__caution {
    font-size: 2.8205128205vw;
    line-height: 1.8;
    margin-top: 9.2307692308vw;
  }
}
@media print, screen and (min-width: 769px) {
  .scope .scope__caution {
    font-size: 12px;
    margin-top: 44px;
  }
}
@media screen and (max-width: 768px) {
  .scope .scope__case {
    margin-top: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .scope .scope__case {
    margin-top: 52px;
  }
}
.scope .scope__case .scope__case__title {
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .scope .scope__case .scope__case__title {
    font-size: 3.5897435897vw;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 769px) {
  .scope .scope__case .scope__case__title {
    font-size: 20px;
  }
}
.scope .scope__case .scope__case__title:before {
  content: "";
  display: block;
  width: 1px;
  background-color: #000;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .scope .scope__case .scope__case__title:before {
    height: 5.7692307692vw;
    margin-bottom: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .scope .scope__case .scope__case__title:before {
    height: 45px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  .scope .scope__case__list {
    margin-top: 10.2564102564vw;
  }
}
@media print, screen and (min-width: 769px) {
  .scope .scope__case__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 900px;
    margin-inline: auto;
    margin-top: 46px;
  }
}
@media print, screen and (min-width: 769px) {
  .scope .scope__case__item {
    width: 23%;
    max-width: 195px;
  }
}
@media screen and (max-width: 768px) {
  .scope .scope__case__item + .scope__case__item {
    margin-top: 7.6923076923vw;
  }
}
@media screen and (max-width: 768px) {
  .scope .scope__case__image {
    width: 55%;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .scope .scope__case__image {
    width: 195px;
    max-width: 100%;
  }
}
.scope .case__box {
  background-color: #fff;
  border-radius: 16px;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .scope .case__box {
    width: 87%;
    padding: 2.0512820513vw 5.8974358974vw 3.3333333333vw;
    margin-top: 3.0769230769vw;
  }
}
@media print, screen and (min-width: 769px) {
  .scope .case__box {
    width: 95%;
    padding: 8px 23px 24px;
    margin-top: 21px;
  }
}
.scope .case__box .box__title {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  .scope .case__box .box__title {
    font-size: min(1.8311291963vw, 1.125rem);
  }
}
.scope .case__box .box__text1 {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  background-color: #eee;
  border-radius: 50vw;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .scope .case__box .box__text1 {
    font-size: 3.5897435897vw;
  }
}
@media print, screen and (min-width: 769px) {
  .scope .case__box .box__text1 {
    font-size: 14px;
  }
}
.scope .case__box .box__text2 {
  line-height: 1.25;
  letter-spacing: 0.15em;
  margin-top: 10px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .scope .case__box .box__text2 {
    font-size: 3.5897435897vw;
  }
}
@media print, screen and (min-width: 769px) {
  .scope .case__box .box__text2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .scope .cta {
    margin-top: 10.2564102564vw;
  }
}
@media print, screen and (min-width: 769px) {
  .scope .cta {
    margin-top: 78px;
  }
}

@media print, screen and (min-width: 769px) {
  .strengths .strengths__grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .strengths .strengths__grid .grid1 {
    grid-area: 1/1/2/3;
  }
  .strengths .strengths__grid .grid2 {
    grid-area: 2/1/3/2;
  }
  .strengths .strengths__grid .grid3 {
    grid-area: 2/2/3/3;
  }
  .strengths .strengths__grid .grid4 {
    grid-area: 3/1/4/3;
  }
}
.strengths .strengths__point {
  position: relative;
  background-color: #fff;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .strengths .strengths__point {
    width: 98%;
    border-radius: 2.5641025641vw;
    padding: 8.4615384615vw 8.7179487179vw;
    margin-top: 5.8974358974vw;
  }
}
@media print, screen and (min-width: 769px) {
  .strengths .strengths__point {
    width: 100%;
    max-width: 908px;
    border-radius: 20px;
    padding: 5.5066079295% 0;
    margin-top: 67px;
  }
}
@media screen and (max-width: 768px) {
  .strengths .strengths__point + .strengths__point {
    margin-top: 4.8717948718vw;
  }
}
@media print, screen and (min-width: 769px) {
  .strengths .strengths__point + .strengths__point {
    margin-top: 34px;
  }
}
.strengths .point__title {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .strengths .point__title {
    text-wrap: nowrap;
    font-size: 4.6153846154vw;
    line-height: 1.1666666667;
  }
}
@media print, screen and (min-width: 769px) {
  .strengths .point__title {
    font-size: 20px;
  }
}
.strengths .point__title .title--sub {
  font-family: "BC Alphapipe TSB Bold";
  text-align: center;
}
.strengths .point__title .title--sub .text1 {
  display: block;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .strengths .point__title .title--sub .text1 {
    font-size: 2.3076923077vw;
  }
}
@media print, screen and (min-width: 769px) {
  .strengths .point__title .title--sub .text1 {
    font-size: 13px;
  }
}
.strengths .point__title .title--sub .text2 {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .strengths .point__title .title--sub .text2 {
    font-size: 5.3846153846vw;
  }
}
@media print, screen and (min-width: 769px) {
  .strengths .point__title .title--sub .text2 {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .strengths .point__box {
    padding-inline: 15px;
    margin-top: 50px;
  }
}
.strengths .point__box .point__box__title {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .strengths .point__box .point__box__title {
    font-size: 3.8461538462vw;
    margin-top: 7.1794871795vw;
  }
}
@media print, screen and (min-width: 769px) {
  .strengths .point__box .point__box__title {
    font-size: 18px;
  }
}
.strengths .point__box .point__box__text {
  font-weight: 500;
  letter-spacing: 0.25em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .strengths .point__box .point__box__text {
    font-size: 3.5897435897vw;
    line-height: 1.3928571429;
    margin-top: 3.8461538462vw;
  }
}
@media print, screen and (min-width: 769px) {
  .strengths .point__box .point__box__text {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
  }
}
.strengths .point__box .point__box__image {
  width: fit-content;
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  .strengths .point__box1 {
    margin-bottom: 6.9230769231vw;
  }
}
@media screen and (max-width: 768px) {
  .strengths .point__box1 .point__box1__image {
    width: 20%;
    margin-top: -6.4102564103vw;
    margin-left: 0.7692307692vw;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .strengths .point__box1 .point__box1__image {
    width: 80%;
    max-width: 159px;
    margin-top: 30px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .strengths .point__box1 .point__box1__image.point3 {
    width: 18.5%;
    margin-top: -2.1333333333vw;
    margin-left: 2.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .strengths .point__box1 .point__box1__image.point3 {
    width: 36%;
    margin-top: 75px;
  }
}
.strengths .point__box2 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .strengths .point__box2 {
    padding-top: 2.5641025641vw;
  }
}
.strengths .point__box2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: repeating-linear-gradient(-45deg, #666, #666 1.417px, #fff 0, #fff 3.18px);
}
@media screen and (max-width: 768px) {
  .strengths .point__box2:before {
    width: 100%;
    height: 2.8px;
  }
}
@media print, screen and (min-width: 769px) {
  .strengths .point__box2:before {
    width: 2.8px;
    height: 100%;
  }
}
.strengths .point__box2 .point__box2__title {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .strengths .point__box2 .point__box2__title {
    width: 24.6153846154vw;
    margin-bottom: 6.4102564103vw;
  }
}
@media print, screen and (min-width: 769px) {
  .strengths .point__box2 .point__box2__title {
    max-width: 137px;
  }
}
.strengths .point__box2 .point__box2__image {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .strengths .point__box2 .point__box2__image {
    width: 76%;
    margin-top: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .strengths .point__box2 .point__box2__image {
    width: 80%;
    max-width: 304px;
    margin-top: 87px;
  }
}
@media screen and (max-width: 768px) {
  .strengths .point__box2 .point__box2__image.point2 {
    width: 51%;
  }
}
@media print, screen and (min-width: 769px) {
  .strengths .point__box2 .point__box2__image.point2 {
    max-width: 187px;
  }
}
@media screen and (max-width: 768px) {
  .strengths .point__box2 .point__box2__image.point3 {
    width: 36%;
  }
}
@media print, screen and (min-width: 769px) {
  .strengths .point__box2 .point__box2__image.point3 {
    max-width: 142px;
  }
}
@media print, screen and (min-width: 769px) {
  .strengths .point__box3 {
    margin-top: 57px;
  }
}
@media screen and (max-width: 768px) {
  .strengths .point__box3 .point__box__text {
    text-wrap: nowrap;
    line-height: 1.5357142857;
  }
}
@media screen and (max-width: 768px) {
  .strengths .cta {
    margin-top: 9.7435897436vw;
  }
}
@media print, screen and (min-width: 769px) {
  .strengths .cta {
    margin-top: 62px;
  }
}

.case .case__box {
  background-color: var(--base-color-bg);
  border: 2.8px solid #fff;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .case .case__box {
    border-radius: 1.2820512821vw;
    margin-top: 6.6666666667vw;
    width: 97%;
    padding: 10.2564102564vw 5.641025641vw 5.1282051282vw;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__box {
    width: 100%;
    border-radius: 20px;
    padding: 5.7142857143% 8.1632653061% 8.1632653061% 4.693877551%;
    max-width: 908px;
    margin-top: 70px;
  }
}
.case .case__box.case2 {
  margin-top: min(5.2083333333vw, 2.5rem);
}
@media screen and (max-width: 768px) {
  .case .case__box.box-shadow:before {
    top: 4px;
    left: 4px;
    border-radius: 1.2820512821vw;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__box.box-shadow:before {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .case .case__box .case__box__inner {
    padding-bottom: 5.1282051282vw;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__box .case__box__inner {
    overflow: visible !important;
  }
}
.case .case__box .box__row {
  display: flex;
}
.case .case__box .row1 {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .case .case__box .row1 {
    margin-top: 14.8717948718vw;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__box .row1 {
    margin-top: 80px;
  }
}
.case .case__box .row1 .case__image {
  margin-right: 23px;
}
@media screen and (max-width: 768px) {
  .case .case__box .row1 .case__image {
    flex: 0 0 31.1538461538vw;
  }
}
.case .case__box .row1.case1 .case__fukidashi + .case__fukidashi {
  margin-left: 36px;
}
.case .case__box .row1.case2 .case__fukidashi + .case__fukidashi {
  margin-left: 109px;
}
@media screen and (max-width: 768px) {
  .case .case__box .row2 {
    padding-left: 37.1794871795vw;
    margin-top: 12.0512820513vw;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__box .row2 {
    padding-left: 19.305019305%;
    margin-top: 46px;
  }
}
.case .case__box .row2 p {
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .case .case__box .row2 p {
    flex: 0 0 40.1282051282vw;
    font-size: 3.5897435897vw;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__box .row2 p {
    font-size: 14px;
    width: 25%;
  }
}
.case .case__box .row2 p:nth-child(odd) {
  color: #fff;
  background-color: #666;
}
.case .case__box .row2 p:nth-child(even) {
  color: #666;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .case .case__box .row3 {
    padding-left: 37.1794871795vw;
    margin-top: 12.0512820513vw;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__box .row3 {
    padding-left: 19.305019305%;
    margin-top: 43px;
  }
}
.case .case__box .row3 .row3__content {
  position: relative;
}
@media screen and (max-width: 768px) {
  .case .case__box .row3 .row3__content {
    flex: 0 0 73.0769230769vw;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__box .row3 .row3__content {
    width: 50%;
  }
}
.case .case__box .row3.case2 .row3__content {
  width: auto;
}
@media screen and (max-width: 768px) {
  .case .case__box .row3.case2 .row3__content:nth-child(1) {
    flex: 0 0 0;
  }
}
.case .case__box .row3.case2 .row3__content + .row3__content {
  margin-left: 26px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .case .case__box .row4 {
    padding-left: 53.8461538462vw;
    margin-top: 12.0512820513vw;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__box .row4 {
    padding-left: 19.305019305%;
    margin-top: 30px;
  }
}
.case .case__box .row4 .row4__content {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .case .case__box .row4 .row4__content {
    flex: 0 0 132.3076923077vw;
    padding-left: 56.4102564103vw;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__box .row4 .row4__content {
    width: 50%;
  }
}
.case .case__box .row4.case2 {
  margin-top: -70px;
}
.case .case__box__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .case .case__box__title {
    text-wrap: nowrap;
    column-gap: 4.6153846154vw;
    font-size: 4.6153846154vw;
    line-height: 1.2083333333;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__box__title {
    font-size: min(2.1978021978vw, 1.25rem);
  }
}
.case .case__box__title .num {
  font-family: "BC Alphapipe TSB Bold";
  text-align: center;
}
.case .case__box__title .num span {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .case .case__box__title .num .num1 {
    font-size: 3.3333333333vw;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__box__title .num .num1 {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .case .case__box__title .num .num2 {
    font-size: 7.6923076923vw;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__box__title .num .num2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .case .case__image {
    width: 31.9230769231vw;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__image {
    width: 128px;
  }
}
.case .case__fukidashi {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  border: 3px solid #fff;
  border-radius: 15px;
  font-weight: 700;
  letter-spacing: 0.27em;
  padding: 10px 15px 10px 21px;
}
@media screen and (max-width: 768px) {
  .case .case__fukidashi {
    font-size: 3.5897435897vw;
    line-height: 1.5357142857;
    flex: 0 0 66.2820512821vw;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__fukidashi {
    font-size: 14px;
    line-height: 1.5;
    width: 40%;
    max-width: 258px;
  }
}
.case .case__fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 33px;
  width: 50px;
  height: 26px;
  background-image: url(../images/fukidashi.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #00F0FF;
  transform: scale(-1, 1);
}
.case .case__person {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.case .case__person .case__person--box1 {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .case .case__person .case__person--box1 {
    max-width: 137px;
  }
}
.case .case__person .case__person--box1 .case__image {
  margin-inline: auto;
}
.case .case__person .case__person--box1 .text1 {
  display: inline-block;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.2em;
  background-color: #fff;
  border-radius: 50vw;
  padding-inline: 7px;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .case .case__person .case__person--box1 .text1 {
    font-size: 3.5897435897vw;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__person .case__person--box1 .text1 {
    font-size: 14px;
  }
}
.case .case__person .case__person--box1 .text2 {
  line-height: 1.75;
  font-weight: 900;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .case .case__person .case__person--box1 .text2 {
    font-size: 4.6153846154vw;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__person .case__person--box1 .text2 {
    font-size: 18px;
  }
}
.case .case__person .case__person--box1 .text2 span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .case .case__person .case__person--box1 .text2 span {
    font-size: 3.0769230769vw;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__person .case__person--box1 .text2 span {
    font-size: 12px;
  }
}
.case .case__person .case__person--box1 .text3 {
  font-size: 14px;
  text-wrap: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  line-height: 1.3571428571;
  letter-spacing: 0.2em;
  margin-top: 13px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.case .case__person .case__person--text {
  display: flex;
  position: relative;
  flex: 1;
  letter-spacing: 0.2em;
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .case .case__person .case__person--text {
    font-size: 3.5897435897vw;
    line-height: 1.4285714286;
  }
}
@media print, screen and (min-width: 769px) {
  .case .case__person .case__person--text {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.case .case__person .case__person--text:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -10px;
  width: 94%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 163.5 11.38'%3E%3Cpath d='m0 10.62 161.79.05L151.65.5' style='fill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:1.42px'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.case .cta {
  margin-top: 66px;
}

.flow .flow__lead {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .flow .flow__lead {
    font-size: 3.5897435897vw;
    margin-top: 6.9230769231vw;
  }
}
@media print, screen and (min-width: 769px) {
  .flow .flow__lead {
    font-size: 20px;
    margin-top: 45px;
  }
}
.flow .flow__list {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .flow .flow__list {
    margin-top: 7.6923076923vw;
    width: 87%;
  }
}
@media print, screen and (min-width: 769px) {
  .flow .flow__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 912px;
    margin-top: 42px;
  }
}
.flow .flow__item {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .flow .flow__item {
    border-radius: 5.1282051282vw;
    padding: 8.2051282051vw 6.4102564103vw;
  }
}
@media print, screen and (min-width: 769px) {
  .flow .flow__item {
    border-radius: 20px;
    width: 20%;
    padding: 35px 22px 48px;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow__item + .flow__item {
    margin-top: 12.0512820513vw;
  }
}
.flow .flow__item + .flow__item:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/flow_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .flow .flow__item + .flow__item:before {
    width: 3.8461538462vw;
    height: 4.358974359vw;
    top: -20%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media print, screen and (min-width: 769px) {
  .flow .flow__item + .flow__item:before {
    width: 15px;
    height: 17px;
    top: 50%;
    left: -22%;
    transform: translateY(-50%);
  }
}
.flow .flow__item .flow__item__title {
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  background-color: #eee;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow .flow__item .flow__item__title {
    font-size: 4.1025641026vw;
    border-radius: 1.2820512821vw;
  }
}
@media print, screen and (min-width: 769px) {
  .flow .flow__item .flow__item__title {
    font-size: 16px;
    border-radius: 50vw;
  }
}
.flow .flow__item .flw__item__text {
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow .flow__item .flw__item__text {
    font-size: 3.5897435897vw;
    line-height: 1.3928571429;
    margin-top: 4.8717948718vw;
  }
}
@media print, screen and (min-width: 769px) {
  .flow .flow__item .flw__item__text {
    font-size: 14px;
    line-height: 1.3571428571;
    margin-top: 28px;
  }
}

.result .result__lead {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .result .result__lead {
    font-size: 3.5897435897vw;
    line-height: 1.5714285714;
    margin-top: 5.8974358974vw;
  }
}
@media print, screen and (min-width: 769px) {
  .result .result__lead {
    font-size: min(2.8571428571vw, 1.25rem);
    margin-top: 25px;
  }
}
.result .result__image {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .result .result__image {
    width: 86%;
    margin-top: 16vw;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .result .result__image {
    margin-top: 44px;
  }
}

.faq .faq__list {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .faq .faq__list {
    width: 86%;
    margin-top: 2.5641025641vw;
  }
}
@media print, screen and (min-width: 769px) {
  .faq .faq__list {
    max-width: 902px;
    margin-top: 20px;
  }
}
.faq .faq__content {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .faq .faq__content {
    padding-block: 7.1794871795vw;
  }
}
@media print, screen and (min-width: 769px) {
  .faq .faq__content {
    padding: 30px 0 40px;
  }
}
.faq .faq__content .faq--q {
  font-weight: 700;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 768px) {
  .faq .faq__content .faq--q {
    font-size: 4.6153846154vw;
    line-height: 1.5972222222;
  }
}
@media print, screen and (min-width: 769px) {
  .faq .faq__content .faq--q {
    font-size: 18px;
  }
}
.faq .faq__content .faq--a {
  letter-spacing: 0.22em;
}
@media screen and (max-width: 768px) {
  .faq .faq__content .faq--a {
    font-size: 3.5897435897vw;
    line-height: 1.6964285714;
    margin-top: 3.8461538462vw;
  }
}
@media print, screen and (min-width: 769px) {
  .faq .faq__content .faq--a {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .contact {
    margin-bottom: 2.6666666667vw;
  }
}
.contact .contact__form--wrapper {
  background-color: #fff;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .contact .contact__form--wrapper {
    border-radius: 2.5641025641vw;
    width: 97%;
    margin-top: 12.2666666667vw;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .contact .contact__form--wrapper {
    border-radius: 20px;
    max-width: 910px;
    margin-top: 64px;
    margin-bottom: 60px;
  }
}
.contact .contact__policy {
  position: relative;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 768px) {
  .contact .contact__policy {
    font-size: 4.2666666667vw;
    line-height: 1.546875;
    margin-top: 7.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contact .contact__policy {
    font-size: 16px;
    letter-spacing: 0.22em;
    margin-top: 17px;
  }
}
.contact .contact__policy a {
  color: #00F0FF;
}
@media screen and (max-width: 768px) {
  .contact .btn--wrapper {
    margin-top: 15.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contact .btn--wrapper {
    margin-top: 67px;
  }
}
.contact .contact__button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFF00;
  color: #000;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
  width: 287px;
  height: 61px;
  margin-inline: auto;
  box-shadow: 0px 0px 5px rgba(178, 178, 178, 0.75), inset 0px 0px 5px transparent;
  transition: box-shadow 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .contact .contact__button {
    max-width: 100%;
    border-radius: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contact .contact__button {
    border-radius: 50vw;
  }
}
.contact .contact__button:hover {
  box-shadow: 0px 0px 5px transparent, inset 0px 0px 5px rgba(178, 178, 178, 0.75);
}

@media screen and (max-width: 768px) {
  .contact__form {
    padding: 5.641025641vw 5.1282051282vw 14.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contact__form {
    padding: 8.7912087912% 7.6923076923%;
  }
}
@media screen and (max-width: 768px) {
  .contact__form .input-data + .input-data {
    margin-top: 2.5641025641vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contact__form .input-data + .input-data {
    margin-top: 30px;
  }
}
.contact__form .input-data .input-data__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .contact__form .input-data .input-data__title {
    font-size: 4.6153846154vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contact__form .input-data .input-data__title {
    font-size: 20px;
  }
}
.contact__form .input-data .input-data__title .mark-required {
  font-weight: 700;
  color: #EF8251;
}
@media screen and (max-width: 768px) {
  .contact__form .input-data .input-data__title .mark-required {
    font-size: 3.0769230769vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contact__form .input-data .input-data__title .mark-required {
    font-size: 12px;
  }
}
.contact__form .input-data .input-data__text {
  margin-top: 5px;
}
.contact__form input[type=text], .contact__form textarea {
  letter-spacing: 0.22em;
  border: 1px solid #eee;
  border-radius: 6px;
  width: 100%;
  padding: 5px 1em;
}
@media screen and (max-width: 768px) {
  .contact__form input[type=text], .contact__form textarea {
    font-size: 3.5897435897vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contact__form input[type=text], .contact__form textarea {
    font-size: 16px;
  }
}
.contact__form input[type=text]::placeholder, .contact__form textarea::placeholder {
  color: #e2e2e2;
}
@media screen and (max-width: 768px) {
  .contact__form .radio--wrapper {
    margin-top: -1.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contact__form .radio--wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    column-gap: 55px;
    row-gap: 6px;
  }
  .contact__form .radio--wrapper .field--radio:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .contact__form .radio--wrapper .field--radio:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .contact__form .radio--wrapper .field--radio:nth-child(3) {
    grid-area: 2/1/3/2;
  }
  .contact__form .radio--wrapper .field--radio:nth-child(4) {
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width: 768px) {
  .contact__form .field--radio {
    display: block;
    width: 100%;
  }
}
.contact__form .field--radio label {
  display: inline-block;
}
.contact__form .field--radio label input {
  visibility: hidden;
  width: 0;
}
.contact__form .field--radio label input:checked + .radio__text:before {
  border-color: #00F0FF;
}
.contact__form .field--radio label input:checked + .radio__text:after {
  display: block;
}
.contact__form .field--radio label .radio__text {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact__form .field--radio label .radio__text {
    padding-left: 7.6923076923vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contact__form .field--radio label .radio__text {
    padding-left: 30px;
  }
}
.contact__form .field--radio label .radio__text:before {
  content: "";
  position: absolute;
  transition: 0.3s;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid #959595;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .contact__form .field--radio label .radio__text:before {
    border-width: 0.3846153846vw;
    width: 6.4102564103vw;
    height: 6.4102564103vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contact__form .field--radio label .radio__text:before {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .contact__form .field--radio + .field--radio {
    margin-top: 1.0256410256vw;
  }
}
.contact__form .field--radio .radio__text {
  letter-spacing: 0.22em;
}
@media screen and (max-width: 768px) {
  .contact__form .field--radio .radio__text {
    font-size: 3.5897435897vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contact__form .field--radio .radio__text {
    font-size: 16px;
  }
}
.contact__form .field--radio .radio__text:before, .contact__form .field--radio .radio__text:after {
  border-radius: 50vw;
}
.contact__form .field--radio .radio__text:after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  transition: 0.2s;
  background: #00F0FF;
  transform: scale(0.5);
}
@media screen and (max-width: 768px) {
  .contact__form .field--radio .radio__text:after {
    top: -0.5769230769vw;
    width: 6.4102564103vw;
    height: 6.4102564103vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contact__form .field--radio .radio__text:after {
    top: -1px;
    width: 25px;
    height: 25px;
  }
}
.contact__form .error {
  color: red;
  font-size: 0.9em;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .policy-modal {
    bottom: -7.6923076923vw;
  }
}
@media print, screen and (min-width: 769px) {
  .policy-modal {
    bottom: -60px;
  }
}
.policy-modal .policy-modal__title {
  font-weight: 900;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .policy-modal .policy-modal__title {
    font-size: 3.5897435897vw;
    line-height: 1.7857142857;
  }
}
@media print, screen and (min-width: 769px) {
  .policy-modal .policy-modal__title {
    font-size: 14px;
  }
}
.policy-modal .policy-modal__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7857142857;
  letter-spacing: 0.24em;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .policy-modal .policy-modal__text {
    font-size: 3.5897435897vw;
  }
}
@media print, screen and (min-width: 769px) {
  .policy-modal .policy-modal__text {
    font-size: 14px;
  }
}
.policy-modal .policy-modal__text p {
  margin-bottom: 1.5em;
}
.policy-modal .policy-modal__text dt {
  margin-top: 1.5em;
}
/*# sourceMappingURL=style.css.map */