/* default settings */
/* only for new website (remove if you are updating for other website)
 * normalize, reset
 * =================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers. */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE. */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * ========================================================================== */
/**
 * Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}

/* Forms
 * ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button, input {
  /* 1 */
  overflow: visible;
}
button::-ms-clear, button::-ms-reveal, input::-ms-clear, input::-ms-reveal {
  display: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  text-transform: none;
}
button::-ms-expand, select::-ms-expand {
  display: none;
}
button:focus::-ms-value, select:focus::-ms-value {
  background-color: inherit;
  color: #515151;
}

/**
 * Correct the inability to style clickable types in iOS and Safari. */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

/*
 * Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+. */
template, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10. */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team. */
/* ==========================================================================
 * Base styles: opinionated defaults
 * ========================================================================== */
html {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design. */
::-moz-selection, ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https: */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ========================================================================== */
/* ==========================================================================
 * Helper classes
 * ========================================================================== */
/*
 * Hide visually and from screen readers */
.hidden, [hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https: */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https: */
/*
 * Hide visually and from screen readers, but maintain layout */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements. */
.clearfix::before {
  content: " ";
  display: table;
}

.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
 * EXAMPLE Media Queries for Responsive Design.
 * These examples override the primary ('mobile first') styles.
 * Modify as content requires.
 * ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ========================================================================== */
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol */
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https: */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
ul, li, p, dl, dt, dd, h1, h2, h3, h4, h5, h6, button {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}

sup, sub {
  font-size: 65%;
}
@media (max-width: 767px) {
  sup, sub {
    font-size: 50%;
    top: -0.8em;
  }
}

a, a[href^=tel], a:link {
  transition: all 0.2s linear;
  text-decoration: none;
  cursor: pointer;
  color: #262626;
}
@media (min-width: 768px) {
  a:hover, a[href^=tel]:hover, a:link:hover {
    filter: contrast(0.6);
    transition: all 0.2s linear;
  }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (orientation: landscape) {
  a:hover, a:active, a[href^=tel]:hover, a[href^=tel]:active, a:link:hover, a:link:active {
    filter: contrast(1) !important;
  }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (orientation: portrait) {
  a:hover, a:active, a[href^=tel]:hover, a[href^=tel]:active, a:link:hover, a:link:active {
    filter: contrast(1) !important;
  }
}
@media (max-width: 767px) {
  a:hover, a:active, a[href^=tel]:hover, a[href^=tel]:active, a:link:hover, a:link:active {
    filter: contrast(1) !important;
  }
}

a[href^=tel] {
  color: #fff !important;
}

button {
  cursor: pointer;
  color: inherit;
}

@media (max-width: 767px) {
  *:focus, *:focus-visible {
    outline: none;
  }
  input, select, textarea {
    color: inherit;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.title {
  display: flex;
  flex-direction: column;
}
.title span:nth-child(1) {
  color: #7F92F1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.75rem;
  font-weight: 200;
  letter-spacing: 0.1875rem;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .title span:nth-child(1) {
    font-size: 2.125rem;
    letter-spacing: 0.10625rem;
    padding-left: 1.625rem;
    margin-bottom: -0.25rem;
  }
}
.title span:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #7F92F1;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .title span:nth-child(1)::before {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.title span:nth-child(2) {
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.375rem;
}
@media (max-width: 767px) {
  .title span:nth-child(2) {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.25rem;
  height: 3.125rem;
  flex-grow: 0;
  border-radius: 0.625rem;
  background-image: linear-gradient(117deg, #91c0f7 8%, #7f92f1 85%);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.046875rem;
  color: #fff !important;
}
@media (max-width: 767px) {
  .btn {
    border-radius: 0.625rem;
    background: linear-gradient(96deg, #91C0F7 7.85%, #7F92F1 85.23%);
    width: 17rem;
  }
}
@media (min-width: 768px) {
  .btn:hover {
    color: #fff !important;
  }
}

.c-text {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media (max-width: 767px) {
  .c-text {
    letter-spacing: 0.046875rem;
  }
}

.js-accordion-top {
  cursor: pointer;
}

.js-accordion-bottom {
  display: none;
}

@keyframes animationIcoScroll {
  0%, 100% {
    transform: translateX(1.25rem);
  }
  50% {
    transform: translateX(-1.25rem);
  }
}
.icon--scroll {
  display: none;
}
@media (max-width: 767px) {
  .icon--scroll {
    position: absolute;
    left: 1.25rem;
    top: calc(50% - 6.25rem);
    width: 17.5rem;
    margin: 0 auto;
    z-index: 2;
    transition: opacity 0.5s ease, visibility 0s 0.5s ease;
    animation: animationIcoScroll 4s ease infinite both;
    display: block;
    box-sizing: border-box;
  }
  .icon--scroll img {
    width: 100% !important;
  }
  .icon--scroll.is-active {
    opacity: 0;
    visibility: hidden;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.wow {
  visibility: hidden;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(2.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInUp {
  animation-duration: 0.7s;
  animation-name: fadeInUp;
}

.fadeIn {
  animation-duration: 0.7s;
  animation-name: fadeIn;
}

body {
  font-size: 0.875rem;
  line-height: 1.4375rem;
  transition: all 0.3s ease;
  background-color: #FBFBFB;
  color: #2A2A2A;
}
@media (max-width: 767px) {
  body {
    font-size: 1.625rem;
    line-height: 3.25rem;
    font-weight: 700;
  }
}
body main {
  overflow: hidden;
}
@media (max-width: 767px) {
  body main {
    width: 100vw;
  }
}

.wrap {
  width: 65.625rem;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .wrap {
    left: -6rem;
  }
}
@media (max-width: 767px) {
  .wrap {
    width: auto;
    margin: 0 1.25rem;
  }
}

.inner {
  width: 54rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .inner {
    width: auto;
    margin: 0 2.5rem;
  }
}

/* CUSTOM STYLES
 * =================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.header__logo {
  width: 6.75rem;
  padding: 2.5rem 0 0 2.5rem;
}
@media (max-width: 767px) {
  .header__logo {
    width: 5.625rem;
    padding: 0.75rem 0 0 1.25rem;
  }
}
.header__nav--hamburger {
  position: absolute;
  top: 3rem;
  right: 2.5rem;
  z-index: 9991;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header__nav--hamburger {
    top: 2.25rem;
    right: 1.25rem;
  }
}
.header__nav--hamburger span {
  width: 3.75rem;
  height: 1px;
  background: #2A2A2A;
  display: block;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .header__nav--hamburger span {
    height: 1px;
  }
}
.header__nav--hamburger span + span {
  margin-top: 0.5625rem;
}
.header__nav--hamburger.is-active span:first-child {
  transform: rotate(14deg) translate(0, 0.25rem);
}
.header__nav--hamburger.is-active span:last-child {
  transform: rotate(-14deg) translate(0, -0.375rem);
}
.header01 {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100dvh;
  padding: 0.625rem;
  box-sizing: border-box;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s opacity;
}
.header01.is-open {
  opacity: 1;
  pointer-events: all;
}
.header01 .header01-close {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header01__list {
  width: 100%;
  border-radius: 1.25rem;
  background: #FFF;
  padding: 5.75rem 5rem 4.875rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .header01__list {
    border-radius: 0.625rem;
    display: block;
    padding: 3.625rem 1.875rem 2.375rem;
  }
}
.header01__list ul:last-child {
  border-left: 1px solid #D3D3D4;
  width: 23.1875rem;
  padding-left: 5rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .header01__list ul:last-child {
    border-left: 0;
    border-top: 1px solid #D3D3D4;
    padding-left: 0;
    width: calc(100% + 3.75rem);
    margin-left: -1.875rem;
    margin-top: 2.25rem;
    padding: 2.4375rem 1.875rem 0;
  }
}
@media (max-width: 767px) {
  .header01__list ul:last-child li + li {
    margin-top: 1.625rem;
  }
}
.header01__list ul li a .eng {
  color: #7F92F0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.053125rem;
  display: block;
  padding-left: 1.25rem;
  position: relative;
}
.header01__list ul li a .eng::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #7F92F1;
  border-radius: 50%;
  transform: translateY(-50%);
  margin-top: -0.0625rem;
  transition: 0.3s transform;
}
.header01__list ul li a .eng.--style1 {
  font-size: 0.9375rem;
  color: #7F92F1;
}
.header01__list ul li a .jp {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.04375rem;
  display: block;
  padding-left: 1.25rem;
  margin-top: 0.4375rem;
  transition: 0.3s all;
  color: #2A2A2A;
}
@media (max-width: 767px) {
  .header01__list ul li a .jp {
    line-height: 1.3;
    margin-top: 0.5625rem;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .header01__list ul li a:hover {
    filter: none;
  }
  .header01__list ul li a:hover .eng::before {
    transform: translateY(-50%) scale(1.6);
  }
  .header01__list ul li a:hover .jp {
    color: #7F92F1;
  }
}
.header01__list ul li + li {
  margin-top: 2.1875rem;
}
@media (max-width: 767px) {
  .header01__list ul li + li {
    margin-top: 1.1875rem;
  }
}
@media (max-width: 767px) {
  .header01__list ul + .list2 {
    margin-top: 1.25rem;
  }
}

.footer {
  padding: 7.625rem 0 8.75rem;
  background: url("../img/footer-bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 4;
}
@media (max-width: 767px) {
  .footer {
    padding: 4.125rem 0 6.25rem;
    background: url("../img/sp-footer-bg.jpg") no-repeat center center;
    background-size: cover;
  }
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 0 0.375rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .footer .wrap {
    display: block;
    padding: 0;
  }
}
.footer .copyright {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.06875rem;
}
.footer__colLeft .logo {
  width: 7.6875rem;
}
.footer__colLeft .info {
  margin-top: 3.9375rem;
}
@media (max-width: 767px) {
  .footer__colLeft .info {
    margin-top: 3.5625rem;
  }
}
.footer__colLeft .info__name {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0.05rem;
}
.footer__colLeft .info__address {
  color: #FFF !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0.04375rem;
  margin-top: 1.125rem;
}
@media (max-width: 767px) {
  .footer__colRight {
    margin-top: 2.0625rem;
  }
}
.footer__colRight .link {
  margin-top: 1.25rem;
  text-align: right;
}
@media (max-width: 767px) {
  .footer__colRight .link {
    margin-top: 1.5625rem;
    text-align: left;
  }
}
.footer__colRight .link li {
  line-height: 0;
}
.footer__colRight .link li a {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0.05rem;
  display: inline-block;
}
.footer__colRight .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 1.25rem 0 0.8125rem;
}
@media (max-width: 767px) {
  .footer__colRight .sns {
    margin-bottom: 1.25rem;
    justify-content: flex-start;
    margin: 0.625rem 0 -0.5rem;
  }
}
.footer__colRight .sns li {
  width: 1.875rem;
}
.footer__colRight .sns li + li {
  width: 1.625rem;
  margin-left: 0.8125rem;
}
.footer__colRight .button .btn {
  width: 14.4375rem;
  height: 3.75rem;
  border-radius: 0.625rem;
  border: 1px solid #FFF;
  color: #FFF;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.046875rem;
  background: transparent;
  margin-left: auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .footer__colRight .button .btn {
    margin-left: 0;
  }
}

.float__btn {
  position: fixed;
  bottom: 1.25rem;
  left: 0;
  right: 0;
  width: 50rem;
  height: 5rem;
  padding: 0.9375rem 0.9375rem 0.9375rem 1.25rem;
  border-radius: 1.25rem;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 166, 234, 0.1);
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 9;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s opacity;
}
@media (max-width: 767px) {
  .float__btn {
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
    box-shadow: 0 0 1.25rem 0 rgba(0, 166, 234, 0.1);
    bottom: 0;
    border-radius: 0;
  }
}
.float__btn.is-show {
  opacity: 1;
  pointer-events: all;
}
.float__btn dt {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 0.046875rem;
  text-align: left;
  color: #2a2a2a;
  flex: 1;
}
@media (max-width: 767px) {
  .float__btn dt {
    text-align: center;
    font-size: 0.8125rem;
    display: none;
  }
}
.float__btn dd {
  width: 15.3125rem;
  height: 3.125rem;
}
@media (max-width: 767px) {
  .float__btn dd {
    margin: 0 auto;
    width: 17.25rem;
  }
}
.float__btn dd .btn {
  width: 100%;
  height: 100%;
}

.kv {
  position: relative;
}
@media (min-width: 768px) {
  .kv {
    min-height: 53.75rem;
  }
}
.kv::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/kv.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .kv::before {
    background: url("../img/kv-sp.jpg") no-repeat top center;
    background-size: cover;
    height: 26.25rem;
  }
}
.kv__info {
  padding: 10.4375rem 0 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  .kv__info {
    margin-left: 0;
    padding: 9.5rem 0 0;
    text-align: center;
  }
}
.kv__info h2 img {
  width: 48.875rem;
}
@media (max-width: 767px) {
  .kv__info h2 img {
    width: 21rem;
  }
}
.kv__info--box {
  width: calc(100% + 12.25rem);
  flex-grow: 0;
  padding: 1.375rem 1.625rem 1.875rem 2.1875rem;
  margin-top: 9.375rem;
  border-radius: 1.25rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 166, 234, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-sizing: border-box;
  margin-left: -0.1875rem;
}
@media (max-width: 767px) {
  .kv__info--box {
    width: 20.9375rem;
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    text-align: center;
    box-sizing: border-box;
    margin: 8.5rem auto 0;
    padding: 1.375rem 0.625rem 1.8125rem;
  }
}
.kv__info--box .ttl {
  color: #000;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6666666667;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .kv__info--box .ttl {
    font-size: 1.125rem;
    letter-spacing: 0.09rem;
    line-height: 1.5625rem;
  }
}
.kv__info--box .txt {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6666666667;
  text-align: center;
}
@media (max-width: 767px) {
  .kv__info--box .txt {
    font-size: 1rem;
    letter-spacing: 0.09rem;
    line-height: 1.5625rem;
  }
}
.kv__info--box .btn {
  margin-left: auto;
  margin-right: auto;
}
.kv__info--box .time {
  color: #7F92F1;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05625rem;
  position: relative;
  margin-top: 1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .kv__info--box .time {
    max-width: 16.8125rem;
    margin-top: 0.9375rem;
  }
}
.kv__info--box .time::after {
  content: "";
  width: 8.625rem;
  height: 1px;
  background: #7F92F1;
  position: absolute;
  top: 50%;
  right: 0;
}
.kv__info--box dl {
  margin: 0.625rem 0 1.3125rem;
  border-bottom: 1px solid #7F92F1;
  padding-bottom: 0.5625rem;
}
@media (max-width: 767px) {
  .kv__info--box dl {
    margin: 0.625rem 0 1.3125rem;
    text-align: left;
    max-width: 16.8125rem;
  }
}
.kv__info--box dl dt {
  color: #7F92F1;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.046875rem;
}
.kv__info--box dl dd {
  color: #7F92F1;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .kv__info--box dl dd {
    margin-right: -1.625rem;
  }
}
.kv__info--box ul {
  margin-top: 1rem;
}
.kv__info--box ul li + li {
  margin-top: 1.0625rem;
}
@media (max-width: 767px) {
  .kv__info--box ul .btn {
    margin: 0 auto;
  }
}
.kv__logo {
  position: absolute;
  top: 8rem;
  right: -6.25rem;
  width: 22.1875rem;
}
@media (max-width: 767px) {
  .kv__logo {
    display: none;
  }
}
.kv .scroll-btn {
  position: absolute;
  bottom: 5.6875rem;
  right: 2.5rem;
  width: 0.625rem;
}
@media (max-width: 767px) {
  .kv .scroll-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .kv .wrap {
    margin: 0;
  }
}

.nav__fixed {
  position: absolute;
  top: 0;
  left: calc(50% + 33.125rem);
  height: 100vh;
  height: 100dvh;
  border-left: 1px solid #CCC;
  display: flex;
  align-items: center;
}
.nav__fixed.is-scroll {
  position: fixed;
  z-index: 3;
}
.nav__fixed ul {
  position: relative;
  padding-left: 1.875rem;
}
.nav__fixed ul li + li {
  margin-top: 1.6875rem;
}
.nav__fixed ul li a {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04375rem;
  position: relative;
}
.nav__fixed ul li a::before {
  content: none;
  position: absolute;
  top: 0.5rem;
  left: -2.25rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #7F92F0;
  border-radius: 50%;
  transform: translateY(-50%);
}
.nav__fixed ul li a.download {
  color: #E5006E;
}
.nav__fixed ul li a.is-active {
  color: #7F92F0 !important;
}
.nav__fixed ul li a.is-active::before {
  content: "";
}
.nav__fixed ul li a.is-color {
  color: #fff;
}
.nav__fixed ul li a.is-color2 {
  color: #fff !important;
}
.nav__fixed ul li a.is-color2.is-active {
  color: #2A2A2A !important;
}
.nav__fixed ul li a.is-color2.is-active::before {
  background-color: #2A2A2A;
}

.vision {
  position: relative;
  padding-top: 12rem;
  margin-top: 0;
  padding-bottom: 11.9375rem;
}
@media (max-width: 767px) {
  .vision {
    padding-top: 2.875rem;
    margin-top: 0;
    padding-bottom: 5rem;
  }
}
.vision .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .vision .wrap {
    display: block;
  }
}
.vision__info {
  width: 37.5rem;
}
@media (max-width: 767px) {
  .vision__info {
    width: 100%;
  }
}
.vision__info .title {
  margin-bottom: 2.125rem;
}
@media (max-width: 767px) {
  .vision__info .title {
    margin-bottom: 1.5rem;
  }
}
.vision__info p {
  padding-right: 1.25rem;
}
@media (max-width: 767px) {
  .vision__info p {
    padding-right: 0;
  }
}
.vision__img {
  text-align: center;
  margin-top: 9.5625rem;
  width: 25rem;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
}
@media (max-width: 767px) {
  .vision__img {
    width: 20.9375rem;
    height: 20.9375rem;
    border-radius: 1.25rem;
    margin-top: 1.9375rem;
  }
}
.vision__img img {
  width: 22.1875rem;
}
@media (max-width: 767px) {
  .vision__img img {
    width: 18.0625rem;
  }
}
.vision .c-text.c-text {
  margin-top: 1.3125rem;
}

.problem {
  padding-bottom: 12.5rem;
}
@media (max-width: 767px) {
  .problem {
    padding-bottom: 2.8125rem;
  }
}
.problem__kv {
  width: 100%;
  height: 50.625rem;
  background: url("../img/problem-kv.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 5.5625rem;
}
@media (max-width: 767px) {
  .problem__kv {
    height: 23.4375rem;
    background: url("../img/problem-kv-sp.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 3.0625rem;
  }
}
.problem__kv .wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 5.4375rem;
}
@media (max-width: 767px) {
  .problem__kv .wrap {
    padding-bottom: 2.125rem;
  }
}
.problem .title span:nth-child(1) {
  color: rgb(164, 237, 252);
}
.problem .title span:nth-child(1)::before {
  background-color: rgb(164, 237, 252);
}
.problem .title span:nth-child(2) {
  color: #fff;
}
.problem .c-text {
  max-width: 43.75rem;
}
.problem .c-text.c-text {
  margin-top: 1.3125rem;
}
.problem__info {
  margin-top: 4.9375rem;
}
@media (max-width: 767px) {
  .problem__info {
    margin-top: 2.125rem;
  }
}
.problem__info h3 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.4375rem;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 1.875rem;
  border-bottom: 1px solid #B5B5B6;
  padding-bottom: 1.8125rem;
  margin-bottom: 3.0625rem;
}
@media (max-width: 767px) {
  .problem__info h3 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0.16875rem;
    padding-bottom: 0.875rem;
    padding-left: 1.375rem;
    margin-bottom: 2.4375rem;
  }
}
.problem__info h3::before {
  content: "";
  position: absolute;
  top: 0.8125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #7F92F1;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .problem__info h3::before {
    width: 0.75rem;
    height: 0.75rem;
    top: 0.5rem;
  }
}
.problem__info img {
  width: 100%;
}
.problem__info + .problem__info {
  margin-top: 5.3125rem;
}
@media (max-width: 767px) {
  .problem__info + .problem__info {
    margin-top: 5.3125rem;
  }
}
.problem__note {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  margin-top: 2.125rem;
  padding-left: 5.0625rem;
}
@media (max-width: 767px) {
  .problem__note {
    margin-top: 0.9375rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .problem__img {
    padding: 1.875rem 0 0 0.625rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .problem__img {
    width: 100%;
  }
}
.problem__img img {
  width: 55.625rem;
}
@media (max-width: 767px) {
  .problem__img img {
    max-width: none;
    width: 21.5rem;
    margin-top: -0.5625rem;
  }
}
@media (max-width: 767px) {
  .problem__img .icon--scroll {
    top: calc(50% - 3.125rem);
  }
}
.problem__img2 {
  margin-right: -0.4375rem;
}
@media (max-width: 767px) {
  .problem__img2 {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 767px) {
  .problem__img2 img {
    width: 100%;
    max-width: none;
    margin-top: -0.5rem;
  }
}
@media (max-width: 767px) {
  .problem__img2 .icon--scroll {
    top: calc(50% - 2.75rem);
  }
}

.solution {
  padding-bottom: 8.125rem;
}
@media (max-width: 767px) {
  .solution {
    padding-bottom: 7.4375rem;
  }
}
.solution__kv {
  width: 100%;
  height: 50.625rem;
  background: url("../img/solution-kv.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 5.625rem;
}
@media (max-width: 767px) {
  .solution__kv {
    height: 23.4375rem;
    background: url("../img/solution-kv-sp.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 3.0625rem;
  }
}
.solution__kv .wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 5.4375rem;
}
@media (max-width: 767px) {
  .solution__kv .wrap {
    padding-bottom: 2.125rem;
  }
}
.solution .title span:nth-child(1) {
  color: rgb(164, 237, 252);
}
.solution .title span:nth-child(1)::before {
  background-color: rgb(164, 237, 252);
}
.solution .title span:nth-child(2) {
  color: #fff;
}
.solution .c-text {
  max-width: 43.75rem;
}
.solution .c-text + h3 {
  margin-top: 6.75rem;
}
.solution .c-text.c-text {
  margin-top: 1.3125rem;
}
.solution__info {
  margin-top: 4.875rem;
}
@media (max-width: 767px) {
  .solution__info {
    margin-top: 0;
  }
}
.solution__info h3 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.4375rem;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 1.875rem;
  border-bottom: 1px solid #B5B5B6;
  padding-bottom: 1.8125rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .solution__info h3 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0.16875rem;
    padding-bottom: 0.875rem;
    padding-left: 1.375rem;
    margin-bottom: 2.4375rem;
  }
}
.solution__info h3::before {
  content: "";
  position: absolute;
  top: 0.8125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #7F92F1;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .solution__info h3::before {
    width: 0.75rem;
    height: 0.75rem;
    top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .solution__info h3.h3--style1 {
    line-height: 1.875rem;
    padding-bottom: 2.625rem;
    margin-bottom: 3.6875rem;
  }
}
@media (max-width: 767px) {
  .solution__info h3.h3--style1 {
    margin-bottom: 1.6875rem;
    padding-bottom: 1.0625rem;
  }
}
.solution__info h3 span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: 0.15rem;
  display: inline-block;
  margin-left: 0.4375rem;
}
@media (max-width: 767px) {
  .solution__info h3 span {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.13125rem;
  }
}
.solution__info img {
  width: 100%;
}
.solution__info.--info1 .img {
  width: 50.0625rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .solution__info.--info1 .img {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    margin-top: 3.1875rem;
  }
}
.solution__info.--info2 {
  margin-top: 5.5rem;
}
@media (max-width: 767px) {
  .solution__info.--info2 {
    margin-top: 3.25rem;
  }
}
.solution__info.--info2 h3 {
  margin-bottom: 2.875rem;
}
@media (max-width: 767px) {
  .solution__info.--info2 h3 {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .solution__info.--info2 .note {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: 0.046875rem;
    margin: -0.5625rem 0 3.25rem;
  }
}
.solution__info.--info2 .img {
  width: 100%;
  margin-bottom: 5.5625rem;
}
@media (max-width: 767px) {
  .solution__info.--info2 .img {
    width: 100%;
    margin-bottom: 3.125rem;
    position: relative;
  }
}
@media (max-width: 767px) {
  .solution__info.--info2 .img img {
    width: 22.1875rem;
    max-width: none;
    margin-left: -1.25rem;
  }
}
.solution__info.--info3 {
  margin-top: 4.875rem;
}
@media (max-width: 767px) {
  .solution__info.--info3 {
    margin-top: 5.625rem;
  }
}
.solution__info.--info3 .img {
  width: 100%;
  margin-bottom: 1.6875rem;
  padding-right: 0.25rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .solution__info.--info3 .img {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .solution__info.--info3 .img img {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .solution .icon--scroll {
    top: calc(50% - 2.875rem);
  }
}
.solution__note {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.0375rem;
  margin-top: 0;
  padding-left: 2.9375rem;
}
@media (max-width: 767px) {
  .solution__note {
    margin-top: 0.9375rem;
    padding-left: 0;
  }
}

.product {
  padding-bottom: 12.5rem;
}
@media (max-width: 767px) {
  .product {
    padding-bottom: 5rem;
  }
}
.product__kv {
  width: 100%;
  height: 50.625rem;
  background: url("../img/product-kv.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 6.25rem;
}
@media (max-width: 767px) {
  .product__kv {
    height: 23.4375rem;
    background: url("../img/product-kv-sp.png") no-repeat center center;
    background-size: cover;
    margin-bottom: 3.75rem;
  }
}
.product__kv .wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 5.4375rem;
}
@media (max-width: 767px) {
  .product__kv .wrap {
    padding-bottom: 2.125rem;
  }
}
.product .title span:nth-child(1) {
  color: rgb(164, 237, 252);
}
.product .title span:nth-child(1)::before {
  background-color: rgb(164, 237, 252);
}
.product .title span:nth-child(2) {
  color: #fff;
}
@media (max-width: 767px) {
  .product .title span:nth-child(2) {
    margin-right: -1.25rem;
    margin-top: 0.375rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.product__info1 {
  display: flex;
}
@media (max-width: 767px) {
  .product__info1 {
    display: block;
  }
}
.product__info1 .img {
  width: 24.0625rem;
}
@media (max-width: 767px) {
  .product__info1 .img {
    width: 15.25rem;
    margin: 0 auto;
  }
}
.product__info1 .info {
  flex: 1;
  padding-left: 4.0625rem;
}
@media (max-width: 767px) {
  .product__info1 .info {
    padding-left: 0;
    margin-top: 1.6875rem;
  }
}
.product__info1 .info h3 {
  margin-bottom: 2.25rem;
}
@media (max-width: 767px) {
  .product__info1 .info h3 {
    text-align: center;
    margin-bottom: 0.9375rem;
  }
}
.product__info1 .info h3 img {
  width: 16.75rem;
}
@media (max-width: 767px) {
  .product__info1 .info h3 img {
    width: 13.875rem;
  }
}
.product__info1 .info .ttx__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0.046875rem;
}
.product__info1 .info .ttx .note {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.0375rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .product__info1 .info .ttx .note {
    margin-top: 0.375rem;
  }
}
.product__info2 {
  margin-top: 4.9375rem;
}
@media (max-width: 767px) {
  .product__info2 {
    margin-top: 1.9375rem;
  }
}
.product__info2 h3 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.4375rem;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .product__info2 h3 {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    letter-spacing: 0.140625rem;
    padding-left: 1.375rem;
  }
}
.product__info2 h3::before {
  content: "";
  position: absolute;
  top: 0.8125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #4F64AE;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .product__info2 h3::before {
    width: 0.75rem;
    height: 0.75rem;
    top: 0.9375rem;
  }
}
.product__info2 .img {
  text-align: center;
}
.product__info2 .img img {
  width: 56.6875rem;
}
@media (max-width: 767px) {
  .product__info2 .img img {
    width: 18.4375rem;
  }
}
.product__info2 .note {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.0375rem;
  margin-top: 1.5rem;
  margin-left: 11.25rem;
}
@media (max-width: 767px) {
  .product__info2 .note {
    margin-left: 0;
    margin-top: 0.875rem;
    padding: 0 1.3125rem;
    box-sizing: border-box;
  }
}
.product__info2 .info {
  margin-left: 9.625rem;
  position: relative;
  width: 44.75rem;
  margin-top: 3.3125rem;
}
@media (max-width: 767px) {
  .product__info2 .info {
    margin-left: 0;
    width: 100%;
    padding: 0 1.25rem;
    box-sizing: border-box;
    margin-top: 1.25rem;
  }
}
.product__info2 .info__img {
  width: 10.1875rem;
  position: absolute;
  top: -1.25rem;
  right: 0;
}
@media (max-width: 767px) {
  .product__info2 .info__img {
    position: initial;
    width: 100%;
    text-align: center;
    margin: 0.8125rem 0 0.1875rem -0.75rem;
  }
}
@media (max-width: 767px) {
  .product__info2 .info__img img {
    width: 10.1875rem;
  }
}
.product__info2 .info dl {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .product__info2 .info dl {
    align-items: flex-start;
  }
}
.product__info2 .info dl + dl {
  margin-top: 1.5625rem;
}
@media (max-width: 767px) {
  .product__info2 .info dl + dl {
    margin-top: 0.625rem;
  }
}
.product__info2 .info dl.flex-start {
  align-items: flex-start;
}
.product__info2 .info dl.flex-start dt {
  margin-top: 0.375rem;
}
.product__info2 .info dl dt {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #92B9E3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.0625rem;
}
@media (max-width: 767px) {
  .product__info2 .info dl dt {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.9375rem;
    margin-top: 0.3125rem;
  }
}
.product__info2 .info dl dd {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.046875rem;
  flex: 1;
  padding-left: 0.625rem;
}
@media (max-width: 767px) {
  .product__info2 .info dl dd {
    padding-left: 1.25rem;
  }
}
.product__info2 .info dl dd .note {
  margin: 0.0625rem 0 0;
}
@media (max-width: 767px) {
  .product__info2 .info dl dd .note {
    display: block;
    margin: 0.375rem 0 0;
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .product__info2 .info dl dd p {
    margin-right: -1.875rem;
  }
}
.product__info3 {
  margin-top: 2.4375rem;
}
@media (max-width: 767px) {
  .product__info3 {
    margin-top: 1.1875rem;
  }
}
.product__info3 h3 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.4375rem;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .product__info3 h3 {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    letter-spacing: 0.140625rem;
    padding-left: 1.375rem;
  }
}
.product__info3 h3::before {
  content: "";
  position: absolute;
  top: 0.8125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #4F64AE;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .product__info3 h3::before {
    width: 0.75rem;
    height: 0.75rem;
    top: 0.9375rem;
  }
}
.product__info3 .img {
  text-align: center;
}
.product__info3 .img img {
  width: 56.6875rem;
}
@media (max-width: 767px) {
  .product__info3 .img img {
    width: 18.4375rem;
  }
}
.product__info3 .note {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.0375rem;
  margin-top: 2.125rem;
  margin-left: 11.25rem;
}
@media (max-width: 767px) {
  .product__info3 .note {
    margin-left: 0;
    margin-top: 0.875rem;
    padding: 0 1.3125rem;
    box-sizing: border-box;
  }
}
.product__info3 .info {
  margin-left: 10.5rem;
  position: relative;
  width: 44.75rem;
  margin-top: 4.5625rem;
}
@media (max-width: 767px) {
  .product__info3 .info {
    margin-left: 0;
    width: 100%;
    padding: 0 1.25rem;
    box-sizing: border-box;
    margin-top: 1.1875rem;
  }
}
.product__info3 .info__img {
  width: 10.1875rem;
  position: absolute;
  top: -2.5rem;
  right: 0;
}
@media (max-width: 767px) {
  .product__info3 .info__img {
    position: initial;
    width: 100%;
    text-align: center;
    margin: 0.8125rem 0 0.1875rem -0.75rem;
  }
}
@media (max-width: 767px) {
  .product__info3 .info__img img {
    width: 10.1875rem;
  }
}
.product__info3 .info dl {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .product__info3 .info dl {
    align-items: flex-start;
  }
}
.product__info3 .info dl + dl {
  margin-top: 1.625rem;
}
@media (max-width: 767px) {
  .product__info3 .info dl + dl {
    margin-top: 0.6875rem;
  }
}
.product__info3 .info dl dt {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #92B9E3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.0625rem;
}
@media (max-width: 767px) {
  .product__info3 .info dl dt {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.9375rem;
    margin-top: 0.3125rem;
  }
}
.product__info3 .info dl dd {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.046875rem;
  flex: 1;
  padding-left: 0.625rem;
}
@media (max-width: 767px) {
  .product__info3 .info dl dd {
    padding-left: 1.25rem;
  }
}
@media (max-width: 767px) {
  .product__info3 .info dl dd {
    margin: 0;
  }
}
.product__info3 .info dl dd .note {
  margin: 0.0625rem 0 0;
}
@media (max-width: 767px) {
  .product__info3 .info dl dd .note {
    display: block;
    margin: 0.375rem 0 0;
    padding: 0 !important;
  }
}
.product__info3 .accordion1__bottom {
  padding-bottom: 3.625rem !important;
}
@media (max-width: 767px) {
  .product__info3 .accordion1__bottom {
    padding-bottom: 1.75rem !important;
  }
}
.product .accordion1 {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0 0.25rem 1.875rem 0 rgba(0, 0, 0, 0.03);
}
@media (max-width: 767px) {
  .product .accordion1 {
    border-radius: 0.625rem;
  }
}
.product .accordion1__top {
  position: relative;
  padding: 1.6875rem 2.5625rem 1.75rem;
}
@media (max-width: 767px) {
  .product .accordion1__top {
    padding: 0.875rem 1.25rem 0.9375rem;
  }
}
.product .accordion1__top::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: 1px solid #AEB8CB;
  border-right: 1px solid #AEB8CB;
  position: absolute;
  top: 50%;
  right: 2.5625rem;
  transform: rotate(135deg);
  margin-top: -0.375rem;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .product .accordion1__top::after {
    right: 1.3125rem;
  }
}
.product .accordion1__top.is-active::after {
  transform: rotate(-45deg);
}
.product .accordion1__bottom {
  padding: 3.75rem 0 3.8125rem;
  border-top: 1px solid #B5B5B6;
}
@media (max-width: 767px) {
  .product .accordion1__bottom {
    padding: 1.875rem 0 1.75rem;
  }
}
.product .button {
  margin-top: 3.875rem;
}
.product .button .btn {
  width: 17.25rem;
  height: 3.75rem;
  margin: 0 auto;
}
.product__box {
  border: 1px solid #999;
  padding: 1.25rem 1.875rem;
  margin-top: 4.625rem;
}
@media (max-width: 767px) {
  .product__box {
    padding: 0.625rem 0.875rem 0.625rem 1.25rem;
    margin-top: 1.4375rem;
  }
}
.product__box p {
  color: #999;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0.046875rem;
}

.proof {
  margin-top: 5.5rem;
}
@media (max-width: 767px) {
  .proof {
    margin-top: 2.625rem;
  }
}
.proof h3 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.4375rem;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 1.875rem;
  border-bottom: 1px solid #B5B5B6;
  padding-bottom: 1.8125rem;
  margin-bottom: 2.4375rem;
}
@media (max-width: 767px) {
  .proof h3 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0.16875rem;
    padding-bottom: 0.875rem;
    padding-left: 1.375rem;
    margin-bottom: 1.9375rem;
  }
}
.proof h3::before {
  content: "";
  position: absolute;
  top: 0.8125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #7F92F1;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .proof h3::before {
    width: 0.75rem;
    height: 0.75rem;
    top: 0.5rem;
  }
}
.proof h3.h3--style1 {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 1.625rem;
}
@media (max-width: 767px) {
  .proof h3.h3--style1 {
    margin-bottom: 1.0625rem;
  }
}
.proof h3 span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.4375rem;
  letter-spacing: 0.15rem;
  display: inline-block;
  margin-left: 0.4375rem;
}
@media (max-width: 767px) {
  .proof h3 span {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.13125rem;
  }
}
.proof .c-text {
  max-width: 43.75rem;
}
.proof__info {
  margin-top: 5.6875rem;
}
@media (max-width: 767px) {
  .proof__info {
    margin-top: 3.25rem;
  }
}
.proof__info .img {
  width: 100%;
  margin-bottom: 2.3125rem;
}
@media (max-width: 767px) {
  .proof__info .img {
    margin-bottom: 1.1875rem;
  }
}
.proof__info .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.proof__info .list dl {
  width: 31.5625rem;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.03);
  padding: 1.6875rem 2.5rem 2.0625rem;
  box-sizing: border-box;
  margin-bottom: 1.75rem;
}
@media (max-width: 767px) {
  .proof__info .list dl {
    padding: 1.6875rem 1.25rem 1.5625rem 1.875rem;
    margin-bottom: 1.1875rem;
  }
}
.proof__info .list dl.full-width {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0.875rem;
  padding-bottom: 1.5625rem;
}
.proof__info .list dl dt {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.4375rem;
  letter-spacing: 0.16875rem;
  position: relative;
}
@media (max-width: 767px) {
  .proof__info .list dl dt {
    font-size: 1.0625rem;
    margin-right: -1.25rem;
  }
}
.proof__info .list dl dt::after {
  content: "";
  position: absolute;
  top: 1.1875rem;
  left: -3.4375rem;
  width: 1.875rem;
  height: 0.125rem;
  background-color: #4F64AE;
}
@media (max-width: 767px) {
  .proof__info .list dl dt::after {
    left: -2.8125rem;
  }
}
.proof__info .list dl dd {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0.046875rem;
  margin-top: 0.4375rem;
}
@media (max-width: 767px) {
  .proof__info .list dl dd {
    margin-top: -0.125rem;
  }
}
.proof__info .list dl dd .note {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.0375rem;
  margin-top: 1.9375rem;
}
@media (max-width: 767px) {
  .proof__info .list dl dd .note {
    margin-top: 0.3125rem;
  }
}
.proof__info .list dl dd .note.mgt-5 {
  margin-top: 0.0625rem;
}
@media (max-width: 767px) {
  .proof__info .list dl dd .note.mgt-5 {
    margin-top: 0.3125rem;
  }
}

.program {
  padding-bottom: 12.625rem;
}
@media (max-width: 767px) {
  .program {
    padding-bottom: 4.875rem;
  }
}
.program__kv {
  width: 100%;
  height: 50.625rem;
  background: url("../img/program-kv.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 5.625rem;
}
@media (max-width: 767px) {
  .program__kv {
    height: 23.4375rem;
    background: url("../img/program-kv-sp.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 3.0625rem;
  }
}
.program__kv .wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 5.4375rem;
}
@media (max-width: 767px) {
  .program__kv .wrap {
    padding-bottom: 2.125rem;
  }
}
.program .title span:nth-child(1) {
  color: rgb(164, 237, 252);
}
.program .title span:nth-child(1)::before {
  background-color: rgb(164, 237, 252);
}
.program .title span:nth-child(2) {
  color: #fff;
}
.program .c-text {
  max-width: 43.75rem;
}
.program .group-txt {
  margin-bottom: 5.625rem;
}
.program .group-txt .c-text.c-text {
  margin-top: 1.3125rem;
}
.program .group-imgtxt h3 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.4375rem;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 1.875rem;
  border-bottom: 1px solid #B5B5B6;
  padding-bottom: 1.8125rem;
  margin-bottom: 2.125rem;
}
@media (max-width: 767px) {
  .program .group-imgtxt h3 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0.16875rem;
    padding-bottom: 0.875rem;
    padding-left: 1.375rem;
    margin-bottom: 2.4375rem;
  }
}
.program .group-imgtxt h3::before {
  content: "";
  position: absolute;
  top: 0.8125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #7F92F1;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .program .group-imgtxt h3::before {
    width: 0.75rem;
    height: 0.75rem;
    top: 0.5rem;
  }
}
.program .group-imgtxt + .group-imgtxt {
  margin-top: 3.375rem;
}
@media (max-width: 767px) {
  .program .group-imgtxt + .group-imgtxt {
    margin-top: 3.625rem;
  }
}
@media (max-width: 767px) {
  .program__img1 {
    width: calc(100% + 2.5rem);
    box-sizing: border-box;
    position: relative;
    margin-left: -1.25rem;
  }
}
@media (max-width: 767px) {
  .program__img1 img {
    width: 100%;
    max-width: none;
    margin: -0.625rem 0 0 0;
  }
}
.program__img2 {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .program__img2 {
    width: calc(100% + 2.5rem);
    position: relative;
    box-sizing: border-box;
    margin-left: -1.25rem;
    margin-top: -2.25rem;
  }
}
@media (max-width: 767px) {
  .program__img2 img {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .program__img2 .icon--scroll {
    top: calc(50% - 2.75rem) !important;
  }
}
@media (max-width: 767px) {
  .program .icon--scroll {
    top: calc(50% - 5.9375rem);
  }
}

.consultation {
  margin-top: 3.375rem;
}
@media (max-width: 767px) {
  .consultation {
    margin-top: 2.375rem;
  }
}
.consultation__ttl {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.4375rem;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 1.875rem;
  border-bottom: 1px solid #B5B5B6;
  padding-bottom: 1.8125rem;
  margin-bottom: 2.4375rem;
}
@media (max-width: 767px) {
  .consultation__ttl {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0.16875rem;
    padding-bottom: 0.875rem;
    padding-left: 1.375rem;
    margin-bottom: 1.875rem;
  }
}
.consultation__ttl::before {
  content: "";
  position: absolute;
  top: 0.8125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #7F92F1;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .consultation__ttl::before {
    width: 0.75rem;
    height: 0.75rem;
    top: 0.5rem;
  }
}
.consultation .c-text {
  max-width: 43.75rem;
}
.consultation__qa {
  margin-top: 7.125rem;
}
@media (max-width: 767px) {
  .consultation__qa {
    margin-top: 2.9375rem;
  }
}
.consultation__qa--item h3 {
  display: flex;
  align-items: center;
  margin-bottom: 1.5625rem;
}
@media (max-width: 767px) {
  .consultation__qa--item h3 {
    margin-bottom: 0.875rem;
  }
}
.consultation__qa--item h3 .number {
  color: #7F92F1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1875rem;
}
@media (max-width: 767px) {
  .consultation__qa--item h3 .number {
    font-size: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
.consultation__qa--item h3 .txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.4375rem;
  letter-spacing: 0.225rem;
  flex: 1;
  padding-left: 1.125rem;
}
@media (max-width: 767px) {
  .consultation__qa--item h3 .txt {
    font-size: 1.125rem;
    letter-spacing: 0.16875rem;
    padding-left: 0.5625rem;
  }
}
.consultation__qa--item dl {
  width: 100%;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0 0.25rem 1.875rem 0 rgba(0, 0, 0, 0.03);
  padding: 0 1.875rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .consultation__qa--item dl {
    padding: 0 2.5rem 0 1.25rem;
  }
}
.consultation__qa--item dl dt {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: 0.16875rem;
  padding-left: 3.4375rem;
  padding: 3.375rem 0 3.375rem 3.4375rem;
}
@media (max-width: 767px) {
  .consultation__qa--item dl dt {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    letter-spacing: 0.140625rem;
    padding: 1.625rem 0 1.625rem 2.25rem;
  }
}
.consultation__qa--item dl dt::before {
  content: "Q.";
  position: absolute;
  top: 50%;
  left: 0;
  color: #7F92F1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.125rem;
  transform: translateY(-50%);
  margin-top: 0.125rem;
}
@media (max-width: 767px) {
  .consultation__qa--item dl dt::before {
    font-size: 1.875rem;
    letter-spacing: 0.09375rem;
    top: 1.5rem;
    transform: translateY(0);
    margin-top: 0;
  }
}
.consultation__qa--item dl dt::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: 1px solid #AEB8CB;
  border-right: 1px solid #AEB8CB;
  position: absolute;
  top: 50%;
  right: 1.125rem;
  transform: rotate(135deg);
  margin-top: -0.375rem;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .consultation__qa--item dl dt::after {
    right: -1.25rem;
  }
}
.consultation__qa--item dl dt.is-active::after {
  transform: rotate(-45deg);
}
.consultation__qa--item dl dd {
  position: relative;
  padding: 0 2.125rem 4.9375rem 3.4375rem;
  margin-top: -1.5rem;
}
@media (max-width: 767px) {
  .consultation__qa--item dl dd {
    padding: 0 1.125rem 1.875rem 2.25rem;
    margin-top: -1.25rem;
    box-sizing: border-box;
  }
}
.consultation__qa--item dl dd::before {
  content: "A.";
  position: absolute;
  top: -0.3125rem;
  left: 0;
  color: #7F92F1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.125rem;
}
@media (max-width: 767px) {
  .consultation__qa--item dl dd::before {
    font-size: 1.875rem;
    letter-spacing: 0.09375rem;
    top: 0;
    transform: translateY(0);
  }
}
.consultation__qa--item dl dd .c-text {
  max-width: 100%;
}
.consultation__qa--item dl dd .c-text b {
  font-weight: 700;
  display: block;
  margin-top: 0.75rem;
}
.consultation__qa--item dl dd .c-text ul {
  margin-bottom: -0.625rem;
}
@media (max-width: 767px) {
  .consultation__qa--item dl dd .c-text ul {
    margin-top: 0.3125rem;
    padding-bottom: 6.5rem;
    margin-bottom: 0;
  }
}
.consultation__qa--item dl dd .c-text ul li {
  position: relative;
  padding-left: 0.9375rem;
}
@media (max-width: 767px) {
  .consultation__qa--item dl dd .c-text ul li {
    padding-left: 0.625rem;
    line-height: 1.25rem;
  }
}
.consultation__qa--item dl dd .c-text ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #7F92F1;
  border-radius: 50%;
  position: absolute;
  top: 0.75rem;
  left: 0;
}
@media (max-width: 767px) {
  .consultation__qa--item dl dd .c-text ul li::before {
    top: 0.4375rem;
  }
}
@media (max-width: 767px) {
  .consultation__qa--item dl dd .c-text ul li + li {
    margin-top: 0.625rem;
  }
}
.consultation__qa--item dl dd .img {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .consultation__qa--item dl dd .img {
    margin-top: 1.3125rem;
    width: 18.375rem;
    margin-left: -2.25rem;
  }
}
.consultation__qa--item dl.--style1 dt {
  padding: 2.4375rem 0 2.5rem 3.4375rem;
}
@media (max-width: 767px) {
  .consultation__qa--item dl.--style1 dt {
    padding: 1.625rem 0 1.625rem 2.25rem;
  }
}
.consultation__qa--item + .consultation__qa--item {
  margin-top: 5.9375rem;
}
@media (max-width: 767px) {
  .consultation__qa--item + .consultation__qa--item {
    margin-top: 3.5rem;
  }
}

.schedule {
  background: linear-gradient(148deg, #91C0F7 10.85%, #7F92F1 75.04%);
  padding: 9.5rem 0 10rem;
}
@media (max-width: 767px) {
  .schedule {
    padding: 4.0625rem 0 3.1875rem;
  }
}
.schedule .title span:nth-child(1) {
  color: #fff;
}
.schedule .title span:nth-child(1)::before {
  background-color: #fff;
}
.schedule .title span:nth-child(2) {
  color: #fff;
}
.schedule__list {
  margin: 7.5625rem 0 0 4.3125rem;
  padding: 3.875rem 0 4.625rem 4.75rem;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .schedule__list {
    margin: 3.25rem 0 0 0;
    padding: 2.0625rem 0 3.4375rem 2.1875rem;
  }
}
.schedule__list::before {
  content: "";
  width: 0.125rem;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  position: absolute;
}
.schedule__list::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  bottom: 0;
  left: -0.25rem;
  position: absolute;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  position: absolute;
  transform: rotate(135deg);
}
.schedule__list .ttl {
  margin: -3.875rem 0 4.125rem -9rem;
}
@media (max-width: 767px) {
  .schedule__list .ttl {
    margin: -2.125rem 0 2.625rem -3.4375rem;
  }
}
.schedule__list h3 {
  width: 65.625rem;
  border-radius: 1.25rem;
  border: 0.1875rem solid rgba(255, 255, 255, 0.99);
  background: #FFF;
  box-shadow: 0 0.25rem 1.875rem 0 rgba(0, 0, 0, 0.03);
  padding: 3.3125rem 2.9375rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .schedule__list h3 {
    width: 100%;
    padding: 1.8125rem 1.0625rem;
    border-radius: 0 0.625rem 0.625rem 0;
  }
}
.schedule__list h3 .text {
  color: #7F92F1;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: 0.225rem;
}
@media (max-width: 767px) {
  .schedule__list h3 .text {
    font-size: 1.25rem;
    display: block;
    letter-spacing: 0.1875rem;
  }
}
.schedule__list dl.only-year {
  margin: 4.375rem 0 -1.9375rem;
}
@media (max-width: 767px) {
  .schedule__list dl.only-year {
    margin: 1.3125rem 0 -0.5625rem;
  }
}
.schedule__list dl.only-year dt {
  font-size: 1.375rem;
  line-height: 2.125rem;
  letter-spacing: 0.20625rem;
}
@media (max-width: 767px) {
  .schedule__list dl.only-year dt {
    line-height: 1.875rem;
  }
}
.schedule__list dl.only-year dt::before {
  content: none;
}
.schedule__list dl.only-year dt span {
  display: inline-block;
  background: #7F92F1;
  padding: 0 0.625rem 0.125rem 0.4375rem;
}
.schedule__list dl + dl {
  margin-top: 3.625rem;
}
@media (max-width: 767px) {
  .schedule__list dl + dl {
    margin-top: 2.0625rem;
  }
}
.schedule__list dt {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2.4375rem;
  letter-spacing: 0.20625rem;
  position: relative;
  margin-right: -4.25rem;
}
@media (max-width: 767px) {
  .schedule__list dt {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-right: 0;
    letter-spacing: 0.16875rem;
  }
}
.schedule__list dt::before {
  content: "";
  position: absolute;
  top: 1.125rem;
  left: -4.9375rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .schedule__list dt::before {
    top: 0.8125rem;
    left: -2.375rem;
  }
}
.schedule__list dt + dt {
  margin-top: 0.4375rem;
}
@media (max-width: 767px) {
  .schedule__list dt + dt {
    margin-top: 0.9375rem;
  }
}
.schedule__list dd {
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0.046875rem;
  margin-top: 0.25rem;
  box-sizing: border-box;
  padding-right: 1.8125rem;
}
@media (max-width: 767px) {
  .schedule__list dd {
    padding-right: 0;
  }
}
.schedule__list dd.sub {
  margin-top: 4.375rem;
}
.schedule__list dd.u-border {
  border: 0.125rem solid #fff;
  padding: 0.625rem 0.9375rem;
  font-weight: bold;
}
.schedule__list + .schedule__list {
  margin-top: 2.875rem;
}
@media (max-width: 767px) {
  .schedule__list + .schedule__list {
    margin-top: 3.125rem;
  }
}
.schedule__list.--list2 {
  margin-top: 3.75rem;
  padding-bottom: 2.3125rem;
}
@media (max-width: 767px) {
  .schedule__list.--list2 {
    margin-top: 2.625rem;
    padding-bottom: 2.875rem;
  }
}
@media (max-width: 767px) {
  .schedule__list.--list2 .ttl {
    margin-bottom: -1.9375rem;
  }
}
@media (max-width: 767px) {
  .schedule__list.--list2 .ttl h3 {
    padding: 0.9375rem 1.0625rem;
  }
}
.schedule .txt-note {
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.0375rem;
  margin-top: 0.3125rem;
}
.schedule__text {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.125rem;
  letter-spacing: 0.05625rem;
  margin-top: 4.375rem;
  padding-right: 1.25rem;
}
@media (max-width: 767px) {
  .schedule__text {
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.05rem;
    margin-top: 1.75rem;
    padding-right: 0;
  }
}
.schedule .c-text {
  color: #fff;
  margin-top: 2.3125rem;
}
@media (max-width: 767px) {
  .schedule .c-text {
    margin-top: 2.125rem;
  }
}
.schedule .c-text b {
  font-style: normal;
  font-weight: bold;
}
.schedule .c-text b.u-border {
  border: 0.125rem solid #fff;
  padding: 0.625rem 0.9375rem;
  font-weight: bold;
  display: block;
}
.schedule__btn {
  margin-top: 0.9375rem;
}
@media (max-width: 767px) {
  .schedule__btn {
    margin-top: 0.625rem;
  }
}
.schedule__btn img {
  width: 17.25rem;
}
@media (max-width: 767px) {
  .schedule__btn img {
    width: 17rem;
  }
}

.faq {
  padding: 13.25rem 0 0;
}
@media (max-width: 767px) {
  .faq {
    padding: 2.9375rem 0 0;
  }
}
.faq .title span:nth-child(1) {
  color: #7F92F1;
}
.faq .title span:nth-child(1)::before {
  background-color: #7F92F1;
}
.faq__list {
  margin-top: 4.125rem;
}
@media (max-width: 767px) {
  .faq__list {
    margin-top: 2.125rem;
  }
}
.faq__list dl {
  width: 100%;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0 0.25rem 1.875rem 0 rgba(0, 0, 0, 0.03);
  padding: 0 1.875rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .faq__list dl {
    padding: 0 2.5rem 0 1.25rem;
  }
}
.faq__list dl + dl {
  margin-top: 1.3125rem;
}
@media (max-width: 767px) {
  .faq__list dl + dl {
    margin-top: 1.25rem;
  }
}
.faq__list dl dt {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: 0.16875rem;
  padding: 3.4375rem 0 3.4375rem 3.4375rem;
}
@media (max-width: 767px) {
  .faq__list dl dt {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    letter-spacing: 0.140625rem;
    padding: 1.625rem 0 1.625rem 2.25rem;
  }
}
.faq__list dl dt::before {
  content: "Q.";
  position: absolute;
  top: 50%;
  left: 0;
  color: #7F92F1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.125rem;
  transform: translateY(-50%);
  margin-top: 0.125rem;
}
@media (max-width: 767px) {
  .faq__list dl dt::before {
    font-size: 1.875rem;
    letter-spacing: 0.09375rem;
    top: 1.5rem;
    transform: translateY(0);
    margin-top: 0;
  }
}
.faq__list dl dt::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: 1px solid #AEB8CB;
  border-right: 1px solid #AEB8CB;
  position: absolute;
  top: 50%;
  right: 1.125rem;
  transform: rotate(135deg);
  margin-top: -0.375rem;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .faq__list dl dt::after {
    right: -1.25rem;
    margin-top: -0.4375rem;
  }
}
.faq__list dl dt.is-active::after {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .faq__list dl dt.is-active::after {
    margin-top: 0;
  }
}
.faq__list dl dd {
  position: relative;
  padding: 0 2.125rem 3.5rem 3.4375rem;
  margin-top: -1.5rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0.046875rem;
}
@media (max-width: 767px) {
  .faq__list dl dd {
    padding: 0 1.125rem 1.625rem 2.25rem;
    margin-top: -0.9375rem;
    box-sizing: border-box;
  }
}
.faq__list dl dd::before {
  content: "A.";
  position: absolute;
  top: -0.3125rem;
  left: 0;
  color: #7F92F1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.125rem;
}
@media (max-width: 767px) {
  .faq__list dl dd::before {
    font-size: 1.875rem;
    letter-spacing: 0.09375rem;
    top: 0;
    transform: translateY(0);
  }
}
.faq__list dl dd a {
  text-decoration: underline;
  color: #7F92F0;
}
@media (hover: hover) {
  .faq__list dl dd a:hover {
    color: #2A2A2A;
  }
}
.faq__list dl.--style1 dt {
  padding: 2.4375rem 0 2.5rem 3.4375rem;
}
@media (max-width: 767px) {
  .faq__list dl.--style1 dt {
    padding: 1.625rem 0 1.625rem 2.25rem;
  }
}
@media (max-width: 767px) {
  .faq__list dl.--style2 dt {
    padding: 2.375rem 0 2.375rem 2.25rem;
  }
  .faq__list dl.--style2 dt::before {
    top: 2.1875rem;
  }
  .faq__list dl.--style2 dt::after {
    margin-top: -0.6875rem;
  }
}
.faq__info {
  width: 100%;
  background: url("../img/faq-bg.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 6.875rem;
  padding: 6.625rem 0 5.125rem;
  position: relative;
  z-index: 4;
}
@media (max-width: 767px) {
  .faq__info {
    margin-top: 3.6875rem;
    background: url("../img/sp-faq-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 3.125rem 0;
  }
}
.faq__info p {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 0.20625rem;
}
@media (max-width: 767px) {
  .faq__info p {
    font-size: 1rem;
    line-height: 1.875rem;
    letter-spacing: 0.15rem;
  }
}
.faq__info .button {
  margin-top: 1.9375rem;
}
@media (max-width: 767px) {
  .faq__info .button {
    margin-top: 1.375rem;
  }
}
.faq__info .button .btn {
  margin: 0 auto;
  width: 17.25rem;
  height: 3.75rem;
}
.faq__info h3 {
  text-align: center;
}
.faq__info h3 img {
  width: 47.1875rem;
}
@media (max-width: 767px) {
  .faq__info h3 img {
    width: 20.9375rem;
  }
}
.faq__logo {
  text-align: center;
  margin: 3.0625rem 0 1.9375rem;
}
@media (max-width: 767px) {
  .faq__logo {
    margin: 1.6875rem 0 1.125rem;
  }
}
.faq__logo img {
  width: 18.5rem;
}
@media (max-width: 767px) {
  .faq__logo img {
    width: 14.9375rem;
  }
}/*# sourceMappingURL=style.css.map */