@charset "UTF-8";
.index_fv_deco {
  width: 62.8205128205vw;
  position: absolute;
  top: 6.4102564103vw;
  left: 50%;
}

/*! 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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 {
  color: inherit;
  text-decoration: none;
  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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 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 {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 2 */
}

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

[type=radio] {
  -webkit-appearance: radio;
  -moz-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 {
  min-width: 0;
  padding: 0;
  margin: 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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 {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

.space {
  margin-left: -0.5em;
}

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

/* 基本
***************************************************************/
html {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #363B45;
  background: linear-gradient(270deg, #FCFCFC 0%, #E4F7FD 100%);
}

main,
footer {
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 3.5897435897vw;
  }
}
/* フォント
***************************************************************/
.en {
  font-family: "Montserrat", sans-serif;
}

/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 40px 0;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  section {
    padding: 2.7777777778vw 0;
  }
  .inner {
    max-width: 83.3333333333vw;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 680px) {
  section {
    padding: 8.2051282051vw 0;
  }
  .inner {
    max-width: unset;
    padding: 0 5.1282051282vw;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
.deco01 {
  width: 440px;
  position: absolute;
  top: 0;
  left: -100px;
  z-index: -1;
}

.deco02 {
  width: 860px;
  position: absolute;
  top: 0;
  right: -200px;
  z-index: -1;
}

.deco03 {
  width: 440px;
  position: absolute;
  top: 200px;
  left: -200px;
  z-index: -1;
}

.deco04 {
  width: 517px;
  position: absolute;
  top: -100px;
  left: -300px;
  z-index: -1;
}

.deco05 {
  width: 517px;
  position: absolute;
  top: 600px;
  right: -270px;
  z-index: -1;
}

.hover-opacity a {
  transition: opacity 0.3s;
}

@media screen and (min-width: 681px) {
  .hover-opacity a:hover {
    opacity: 0.7;
  }
}
.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.underline {
  font-weight: bold;
  display: inline;
}

.underline span {
  background: linear-gradient(transparent 60%, #F6F300 60%);
  display: inline;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  gap: 80px;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  font-size: 120px;
  line-height: 100%;
  white-space: nowrap;
}

/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  margin-bottom: 40px;
}

.section_title .en {
  font-size: 56px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 2.8px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.section_title .en::before {
  content: "";
  background-image: url(../images/icon/icon_before01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 32px;
  height: 28px;
  vertical-align: middle;
}

.section_title .ja {
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.9px;
  display: block;
  padding-left: 48px;
}

@media screen and (max-width: 1440px) {
  .section_title {
    margin-bottom: 2.7777777778vw;
  }
  .section_title .en {
    font-size: 3.8888888889vw;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.1944444444vw;
    display: flex;
    align-items: center;
    gap: 1.1111111111vw;
  }
  .section_title .en::before {
    content: "";
    background-image: url(../images/icon/icon_before01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 2.2222222222vw;
    height: 1.9444444444vw;
    vertical-align: middle;
  }
  .section_title .ja {
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.0625vw;
    display: block;
    padding-left: 3.3333333333vw;
  }
}
@media screen and (max-width: 680px) {
  .section_title {
    margin-bottom: 10.2564102564vw;
  }
  .section_title .en {
    font-size: 8.7179487179vw;
    gap: 4.1025641026vw;
  }
  .section_title .en::before {
    width: 8.2051282051vw;
    height: 7.1794871795vw;
  }
  .section_title .ja {
    font-size: 3.5897435897vw;
    padding-left: 12.3076923077vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
}

.header_logo {
  font-size: 24px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.header_logo span {
  font-size: 14px;
  font-weight: 500;
  color: #0055AF;
  position: relative;
  top: 3px;
}

.toggle-menu {
  display: none;
}

.header_nav {
  display: flex;
  gap: 48px;
  align-items: center;
}

.global_nav_list {
  display: flex;
  gap: 48px;
}

.global_nav_item a {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 4px;
}
.global_nav_item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #0436AA;
  transition: width 0.3s ease;
}
.global_nav_item a:hover::after {
  width: 100%;
}

.header_contact a {
  font-weight: bold;
  color: #fff;
  background: #EF526C;
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 240px;
  padding: 6px 0;
  transition: opacity 0.3s;
}
.header_contact a:hover {
  opacity: 0.75;
}

.header_contact a::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(../images/icon/icon_entry.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

@media screen and (max-width: 1440px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 1.3888888889vw 0;
    background: rgba(255, 255, 255, 0.9);
    transition: 0.3s;
  }
  .header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 1.3888888889vw;
  }
  .header_logo {
    font-size: 1.6666666667vw;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 1.1111111111vw;
  }
  .header_logo span {
    font-size: 0.9722222222vw;
    font-weight: 500;
    color: #0055AF;
    position: relative;
    top: 0.2083333333vw;
  }
  .toggle-menu {
    display: none;
  }
  .header_nav {
    display: flex;
    gap: 3.3333333333vw;
    align-items: center;
  }
  .global_nav_list {
    display: flex;
    gap: 3.3333333333vw;
  }
  .global_nav_item a {
    font-size: 1.25vw;
    font-weight: bold;
    position: relative;
    padding-bottom: 0.2777777778vw;
  }
  .global_nav_item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #0436AA;
    transition: width 0.3s ease;
  }
  .global_nav_item a:hover::after {
    width: 100%;
  }
  .header_contact a {
    font-weight: bold;
    color: #fff;
    background: #EF526C;
    border-radius: 2.0833333333vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.2777777778vw;
    width: 16.6666666667vw;
    padding: 0.4166666667vw 0;
    transition: opacity 0.3s;
  }
  .header_contact a:hover {
    opacity: 0.75;
  }
  .header_contact a::before {
    content: "";
    display: inline-block;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    background-image: url(../images/icon/icon_entry.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 2.5641025641vw 0;
  }
  .header_inner {
    display: block;
    margin: 0 2.5641025641vw;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100;
  }
  .header_logo {
    font-size: 6.1538461538vw;
    display: block;
    gap: 4.1025641026vw;
  }
  .header_logo span {
    font-size: 3.5897435897vw;
    position: unset;
    display: block;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 12.3076923077vw;
    height: 12.3076923077vw;
    background-image: url(../images/icon/menu.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 8.2051282051vw;
    height: 3px;
    margin: auto;
    text-indent: -2563.8461538462vw;
    background-color: rgba(255, 255, 255, 0);
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 8.2051282051vw;
    height: 3px;
    content: "";
    background-color: #0436AA;
    transition: 0.3s;
    border-radius: 8px;
    opacity: 0;
  }
  .toggle-menu .toggle-line::before {
    top: -1.7948717949vw;
  }
  .toggle-menu .toggle-line::after {
    top: 1.7948717949vw;
  }
  .open .toggle-menu {
    background: unset;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-45deg);
    opacity: 1;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    opacity: 1;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding: 0 3.8461538462vw 25.641025641vw;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .global_nav {
    width: 100%;
    margin-top: 30.7692307692vw;
  }
  .global_nav_list {
    display: block;
    border-top: 1px solid #ccc;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    width: 100%;
    padding: 3.8461538462vw 0;
    border-bottom: 1px solid #ccc;
    font-size: 4.1025641026vw;
  }
  .global_nav_item a::after {
    display: none;
  }
  .header_contact a {
    gap: 1.0256410256vw;
    width: 61.5384615385vw;
    padding: 2.5641025641vw 0;
    font-size: 3.5897435897vw;
  }
  .header_contact a::before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  position: relative;
  z-index: 1;
  padding: 140px 0 40px;
}

.footer_wave {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.single .footer_wave {
  display: none;
}

footer .inner {
  display: flex;
  align-items: flex-start;
  gap: 180px;
}

.footer_logo {
  font-size: 24px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.footer_logo span {
  font-size: 14px;
  font-weight: 500;
  color: #0055AF;
  position: relative;
  top: 3px;
}

.footer_content_address {
  font-size: 18px;
  line-height: 2;
  margin-top: 24px;
}

.footer_content_copyright {
  font-size: 18px;
  line-height: 2;
  margin-top: 24px;
}

.footer_navList {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.footer_navItem a {
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-bottom: 3px;
}
.footer_navItem a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #0436AA;
  transition: width 0.3s ease;
}
.footer_navItem a:hover::after {
  width: 100%;
}

.footer_navItem a:nth-of-type(n + 2) {
  margin-top: 24px;
}

.footer_navItem a.sub {
  font-weight: 400;
}

@media screen and (max-width: 1440px) {
  footer {
    position: relative;
    z-index: 1;
    padding: 9.7222222222vw 0 2.7777777778vw;
  }
  .footer_wave {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .single .footer_wave {
    display: none;
  }
  footer .inner {
    display: flex;
    align-items: flex-start;
    gap: 12.5vw;
  }
  .footer_logo {
    font-size: 1.6666666667vw;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 1.1111111111vw;
  }
  .footer_logo span {
    font-size: 0.9722222222vw;
    font-weight: 500;
    color: #0055AF;
    position: relative;
    top: 0.2083333333vw;
  }
  .footer_content_address {
    font-size: 1.25vw;
    line-height: 2;
    margin-top: 1.6666666667vw;
  }
  .footer_content_copyright {
    font-size: 1.25vw;
    line-height: 2;
    margin-top: 1.6666666667vw;
  }
  .footer_navList {
    display: flex;
    align-items: flex-start;
    gap: 5.5555555556vw;
  }
  .footer_navItem a {
    font-size: 1.25vw;
    font-weight: bold;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    padding-bottom: 0.2083333333vw;
  }
  .footer_navItem a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #0436AA;
    transition: width 0.3s ease;
  }
  .footer_navItem a:hover::after {
    width: 100%;
  }
  .footer_navItem a:nth-of-type(n + 2) {
    margin-top: 1.6666666667vw;
  }
  .footer_navItem a.sub {
    font-weight: 400;
  }
}
@media screen and (max-width: 680px) {
  footer {
    padding: 0 0 10.2564102564vw;
  }
  .footer_wave {
    position: unset;
  }
  footer .inner {
    flex-flow: column-reverse;
    gap: 10.2564102564vw;
    margin-top: 10.2564102564vw;
  }
  .footer_logo {
    font-size: 6.1538461538vw;
    gap: 4.1025641026vw;
  }
  .footer_logo span {
    font-size: 3.5897435897vw;
    top: 0.7692307692vw;
  }
  .footer_content_address {
    font-size: 3.5897435897vw;
    margin-top: 6.1538461538vw;
  }
  .footer_content_copyright {
    font-size: 3.5897435897vw;
    margin-top: 6.1538461538vw;
  }
  .footer_nav {
    width: 100%;
  }
  .footer_navList {
    display: block;
  }
  .footer_navItem a {
    font-size: 3.5897435897vw;
    padding: 4.1025641026vw;
    width: 100%;
    border-bottom: 1px solid #B7B7B7;
  }
  .footer_navItem a:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .footer_navItem a.sub {
    font-weight: 400;
  }
  .footer_navItem a:hover::after {
    display: none;
  }
}
/* section7
***************************************************************/
.faq_accordion-area {
  display: flex;
  flex-flow: column;
  gap: 24px;
}

.faq_accordion-area li {
  border-radius: 10px;
  border: 1px solid var(--color-primary-sky-blue, #9EE7FF);
  background: var(--color-white, #FFF);
  position: relative;
}

.faq_accordion-area li::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(../images/icon/icon_grade.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 24px;
  top: 24px;
}

.faq_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 30px 90px 30px 67px;
  color: var(--color-black, #363B45);
  font-family: var(--font-font-family-san-serif, "Noto Sans JP");
  font-size: var(--font-font-size-s, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.2px;
  position: relative;
}

.faq_title span {
  position: relative;
}

.faq_title span::before {
  content: "Q";
  display: block;
  font-family: "Montserrat", sans-serif;
  background: var(--gra-blue, linear-gradient(180deg, #0055AF 0%, #002349 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
  letter-spacing: 1.6px;
  position: absolute;
  top: -3px;
  left: -43px;
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #fff;
}

.faq_title::before {
  top: 49px;
  right: 40px;
  transform: rotate(0deg);
}

.faq_title::after {
  top: 49px;
  right: 40px;
  transform: rotate(90deg);
  transition: 0.3s;
}

.faq_title.close::after {
  transform: rotate(0);
}

.faq_box {
  display: none;
  padding: 24px;
  position: relative;
}

.faq_box::before {
  content: "";
  display: inline-block;
  width: calc(100% - 48px);
  border-top: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.faq_box p {
  position: relative;
  line-height: 1.6;
}

@media screen and (max-width: 1440px) {
  .faq_accordion-area {
    display: flex;
    flex-flow: column;
    gap: 1.6666666667vw;
  }
  .faq_accordion-area li {
    border-radius: 0.6944444444vw;
    border: 1px solid var(--color-primary-sky-blue, #9EE7FF);
    background: var(--color-white, #FFF);
    position: relative;
  }
  .faq_accordion-area li::before {
    content: "";
    display: inline-block;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    background-image: url(../images/icon/icon_grade.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: 1.6666666667vw;
    top: 1.6666666667vw;
  }
  .faq_title {
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
    padding: 2.0833333333vw 6.25vw 2.0833333333vw 4.6527777778vw;
    color: var(--color-black, #363B45);
    font-family: var(--font-font-family-san-serif, "Noto Sans JP");
    font-size: var(--font-font-size-s, 1.6666666667vw);
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.0833333333vw;
    position: relative;
  }
  .faq_title span {
    position: relative;
  }
  .faq_title span::before {
    content: "Q";
    display: block;
    font-family: "Montserrat", sans-serif;
    background: var(--gra-blue, linear-gradient(180deg, #0055AF 0%, #002349 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.2222222222vw;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* vwpc(41.6) */
    letter-spacing: 0.1111111111vw;
    position: absolute;
    top: -0.2083333333vw;
    left: -2.9861111111vw;
  }
  /*アイコンの＋と×*/
  .faq_title::before,
  .faq_title::after {
    position: absolute;
    content: "";
    width: 1.1111111111vw;
    height: 2px;
    background-color: #fff;
  }
  .faq_title::before {
    top: 3.4027777778vw;
    right: 2.7777777778vw;
    transform: rotate(0deg);
  }
  .faq_title::after {
    top: 3.4027777778vw;
    right: 2.7777777778vw;
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .faq_title.close::after {
    transform: rotate(0);
  }
  .faq_box {
    display: none;
    padding: 1.6666666667vw;
    position: relative;
  }
  .faq_box::before {
    content: "";
    display: inline-block;
    width: calc(100% - 3.3333333333vw);
    border-top: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .faq_box p {
    position: relative;
    line-height: 1.6;
  }
}
@media screen and (max-width: 680px) {
  .faq_accordion-area {
    gap: 6.1538461538vw;
  }
  .faq_accordion-area li::before {
    width: 9.7435897436vw;
    height: 9.7435897436vw;
    right: 4.1025641026vw;
    top: 4.6153846154vw;
  }
  .faq_title {
    padding: 6.1538461538vw 17.9487179487vw 6.1538461538vw 10.7692307692vw;
    font-size: 4.6153846154vw;
  }
  .faq_title span::before {
    font-size: 6.1538461538vw;
    left: -7.6923076923vw;
  }
  /*アイコンの＋と×*/
  .faq_title::before,
  .faq_title::after {
    width: 4.1025641026vw;
    height: 0.5128205128vw;
  }
  .faq_title::before {
    top: 9.7435897436vw;
    right: 6.6666666667vw;
  }
  .faq_title::after {
    top: 9.7435897436vw;
    right: 6.6666666667vw;
  }
  .faq_title.close::after {
    transform: rotate(0);
  }
  .faq_box {
    padding: 4.1025641026vw;
  }
  .faq_box::before {
    width: calc(100% - 8.2051282051vw);
  }
}
/*
***************************************************************/
.page_fv {
  position: relative;
  z-index: 1;
  height: 720px;
  padding: 0;
}
.page_fv::after {
  content: "";
  background: linear-gradient(270deg, #FCFCFC 0%, #E4F7FD 100%);
  mask-image: linear-gradient(to bottom, transparent, black);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  pointer-events: none;
}

.page_fv_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}

.page_fv_content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.page_fv .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.page_fv_title {
  font-size: 56px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2.8px;
  text-align: left;
}

.page_fv_name .t1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1.2px;
  text-align: right;
  position: relative;
  top: -8px;
}

.page_fv_name .t2 {
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 3.2px;
  color: #05368B;
  margin: 0 8px 0 16px;
}

.page_fv_name .t3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1.2px;
}

.single_sec {
  padding: 80px 0 0;
}

.single_sec .inner {
  display: grid;
  grid-template-columns: 580px 1fr;
  align-items: flex-start;
  gap: 48px;
}

.single_secImg {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.single_faq {
  border-bottom: 1px solid #9EE7FF;
}

.single_faq li {
  border-top: 1px solid #9EE7FF;
  padding: 40px 24px;
}

.single_faq_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.2px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.single_faq_title:hover {
  opacity: 0.7;
}

.single_faq_title::before {
  content: "Q";
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.6px;
  background: linear-gradient(180deg, #0055AF 0%, #002349 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-right: 16px;
}

.single_faq_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.9px;
  margin-top: 26px;
}

.single_sec_schedule {
  background: #CAF1FF;
  margin-top: 64px;
  padding: 64px 40px;
}

.single_schedule_list {
  display: flex;
  flex-flow: column;
  gap: 40px;
}

.single_schedule_item {
  background: #FFF;
  border: 1px solid #9EE7FF;
  border-radius: 20px;
  padding: 24px 32px;
}

.single_schedule_item_time {
  font-size: 18px;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: 0.9px;
  color: #EF526C;
  display: flex;
  align-items: center;
  gap: 8px;
}

.single_schedule_item_time::before {
  content: "";
  background: #EF526C;
  border-radius: 50%;
  display: inline-block;
  width: 8px;
  height: 8px;
}

.single_schedule_item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.2px;
  color: #05368B;
  margin-top: 14px;
}

.single_schedule_item_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.9px;
  color: #000;
  margin-top: 8px;
}

@media screen and (max-width: 1440px) {
  .page_fv {
    position: relative;
    z-index: 1;
    height: 50vw;
    padding: 0;
  }
  .page_fv::after {
    content: "";
    background: linear-gradient(270deg, #FCFCFC 0%, #E4F7FD 100%);
    mask-image: linear-gradient(to bottom, transparent, black);
    -webkit-mask-image: linear-gradient(to bottom, transparent, black);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    pointer-events: none;
  }
  .page_fv_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
  }
  .page_fv_content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  .page_fv .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
  }
  .page_fv_title {
    font-size: 3.8888888889vw;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.1944444444vw;
  }
  .page_fv_name .t1 {
    font-size: 1.6666666667vw;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.0833333333vw;
    text-align: right;
    position: relative;
    top: -0.5555555556vw;
  }
  .page_fv_name .t2 {
    font-family: "Montserrat", sans-serif;
    font-size: 4.4444444444vw;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.2222222222vw;
    color: #05368B;
    margin: 0 0.5555555556vw 0 1.1111111111vw;
  }
  .page_fv_name .t3 {
    font-size: 1.6666666667vw;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.0833333333vw;
  }
  .single_sec {
    padding: 5.5555555556vw 0 0;
  }
  .single_sec .inner {
    display: grid;
    grid-template-columns: 40.2777777778vw 1fr;
    align-items: flex-start;
    gap: 3.3333333333vw;
  }
  .single_secImg {
    display: flex;
    flex-flow: column;
    gap: 1.3888888889vw;
  }
  .single_faq {
    border-bottom: 1px solid #9EE7FF;
  }
  .single_faq li {
    border-top: 1px solid #9EE7FF;
    padding: 2.7777777778vw 1.6666666667vw;
  }
  .single_faq_title {
    font-size: 1.6666666667vw;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.0833333333vw;
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .single_faq_title:hover {
    opacity: 0.7;
  }
  .single_faq_title::before {
    content: "Q";
    font-family: "Montserrat", sans-serif;
    font-size: 2.2222222222vw;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.1111111111vw;
    background: linear-gradient(180deg, #0055AF 0%, #002349 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-right: 1.1111111111vw;
  }
  .single_faq_text {
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.0625vw;
    margin-top: 1.8055555556vw;
  }
  .single_sec_schedule {
    background: #CAF1FF;
    margin-top: 4.4444444444vw;
    padding: 4.4444444444vw 2.7777777778vw;
  }
  .single_schedule_list {
    display: flex;
    flex-flow: column;
    gap: 2.7777777778vw;
  }
  .single_schedule_item {
    background: #FFF;
    border: 1px solid #9EE7FF;
    border-radius: 1.3888888889vw;
    padding: 1.6666666667vw 2.2222222222vw;
  }
  .single_schedule_item_time {
    font-size: 1.25vw;
    font-weight: 900;
    line-height: 160%;
    letter-spacing: 0.0625vw;
    color: #EF526C;
    display: flex;
    align-items: center;
    gap: 0.5555555556vw;
  }
  .single_schedule_item_time::before {
    content: "";
    background: #EF526C;
    border-radius: 50%;
    display: inline-block;
    width: 0.5555555556vw;
    height: 0.5555555556vw;
  }
  .single_schedule_item_title {
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.0833333333vw;
    color: #05368B;
    margin-top: 0.9722222222vw;
  }
  .single_schedule_item_text {
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.0625vw;
    color: #000;
    margin-top: 0.5555555556vw;
  }
}
@media screen and (max-width: 680px) {
  .page_fv {
    height: 100vh;
  }
  .page_fv::after {
    height: 40%;
  }
  .page_fv .inner {
    display: block;
    padding-bottom: 5.1282051282vw;
  }
  .page_fv_title {
    font-size: 6.1538461538vw;
    text-align: right;
  }
  .page_fv_name {
    text-align: right;
    margin-top: 4.1025641026vw;
  }
  .page_fv_name .t1 {
    font-size: 4.1025641026vw;
    top: -2.0512820513vw;
  }
  .page_fv_name .t2 {
    font-size: 10.2564102564vw;
    margin: 0 2.0512820513vw;
  }
  .page_fv_name .t3 {
    font-size: 4.6153846154vw;
  }
  .single_sec {
    padding: 10.2564102564vw 0 0;
  }
  .single_sec .inner {
    display: block;
  }
  .single_secImg {
    gap: 2.5641025641vw;
  }
  .single_sec_content {
    margin-top: 10.2564102564vw;
  }
  .single_faq li {
    padding: 4.1025641026vw;
  }
  .single_faq_title {
    font-size: 4.6153846154vw;
  }
  .single_faq_title::before {
    font-size: 6.1538461538vw;
    margin-right: 4.1025641026vw;
  }
  .single_faq_text {
    font-size: 3.5897435897vw;
    margin-top: 4.1025641026vw;
  }
  .single_sec_schedule {
    margin: 10.2564102564vw calc(50% - 50vw) 0;
    width: 100vw;
    padding: 16.4102564103vw 5.1282051282vw;
  }
  .single_schedule_list {
    gap: 4.1025641026vw;
  }
  .single_schedule_item {
    padding: 6.1538461538vw;
  }
  .single_schedule_item_time {
    font-size: 4.6153846154vw;
    gap: 2.0512820513vw;
  }
  .single_schedule_item_time::before {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
  .single_schedule_item_title {
    font-size: 4.6153846154vw;
    margin-top: 2.0512820513vw;
  }
  .single_schedule_item_text {
    font-size: 3.5897435897vw;
    margin-top: 2.0512820513vw;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  background-image: url(../images/front/fv_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  text-align: center;
  position: relative;
  height: 100vh;
  padding: 0;
}

.fv .inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  gap: 48px;
}

.fv_title {
  width: 670px;
}

.fv_en {
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  color: #0436AA;
}

.fv_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 1440px) {
  .fv {
    background-image: url(../images/front/fv_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    position: relative;
    height: 100vh;
    padding: 0;
  }
  .fv .inner {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    gap: 3.3333333333vw;
  }
  .fv_title {
    width: 46.5277777778vw;
  }
  .fv_en {
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 160%;
    text-align: center;
    color: #0436AA;
  }
  .fv_text {
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.0625vw;
  }
}
@media screen and (max-width: 680px) {
  .fv {
    background-image: url(../images/front/fv_bg_sp.webp);
  }
  .fv .inner {
    top: 70%;
    gap: 4.1025641026vw;
    padding: 0;
  }
  .fv_title {
    width: 91.7948717949vw;
  }
  .fv_en {
    font-size: 3.5897435897vw;
  }
  .fv_text {
    font-size: 3.5897435897vw;
  }
}
/* Section1
***************************************************************/
.sec1_slider {
  position: relative;
  left: -240px;
  margin-top: 60px;
}

.sec1_slider .slick-list {
  overflow: visible;
}

.sec1_item {
  width: 460px;
  transition: 0.3s;
}

.sec1_item a {
  display: block;
  width: 100%;
}

.sec1_item_inner {
  position: relative;
}

.sec1_item_img {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}

.sec1_item_img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  height: 630px;
  padding: 0 40px;
  transition: 0.3s;
}

.sec1_item.slick-active .sec1_item_img img {
  padding: 0;
}

.sec1_itemBox {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: absolute;
  bottom: 30px;
  right: -200px;
  z-index: 10;
  width: 400px;
  padding: 24px 28px;
  transition: opacity 0.4s ease 0.1s;
}

.slick-center .sec1_itemBox {
  opacity: 1;
}

.sec1_itemBox_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 12px;
}

.sec1_itemBox_title span {
  font-size: 64px;
  font-weight: 500;
  color: #0436AA;
}

.sec1_itemBox_text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}

.sec1_itemBox_quote {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 10px;
}

.sec1_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 32px;
}

.sec1_counter {
  font-size: 32px;
  color: #05368B;
  font-weight: 500;
}

.sec1_sep {
  opacity: 0.5;
}

.sec1_btn {
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  cursor: pointer;
  transition: opacity 0.3s;
  background-image: url(../images/icon/icon_arrow_right01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec1_btn:hover {
  opacity: 0.75;
}

.sec1_prev {
  transform: scale(-1, 1);
}

@media screen and (max-width: 1440px) {
  .sec1_slider {
    position: relative;
    left: -16.6666666667vw;
    margin-top: 4.1666666667vw;
  }
  .sec1_slider .slick-list {
    overflow: visible;
  }
  .sec1_item {
    width: 31.9444444444vw;
    transition: 0.3s;
  }
  .sec1_item a {
    display: block;
    width: 100%;
  }
  .sec1_item_inner {
    position: relative;
  }
  .sec1_item_img {
    border-radius: 1.1111111111vw;
    overflow: hidden;
    width: 100%;
  }
  .sec1_item_img img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: block;
    height: 43.75vw;
    padding: 0 2.7777777778vw;
    transition: 0.3s;
  }
  .sec1_item.slick-active .sec1_item_img img {
    padding: 0;
  }
  .sec1_itemBox {
    background: #fff;
    border-radius: 1.1111111111vw;
    box-shadow: 0 0.5555555556vw 2.0833333333vw rgba(0, 0, 0, 0.1);
    opacity: 0;
    position: absolute;
    bottom: 2.0833333333vw;
    right: -13.8888888889vw;
    z-index: 10;
    width: 27.7777777778vw;
    padding: 1.6666666667vw 1.9444444444vw;
    transition: opacity 0.4s ease 0.1s;
  }
  .slick-center .sec1_itemBox {
    opacity: 1;
  }
  .sec1_itemBox_title {
    font-size: 1.6666666667vw;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.8333333333vw;
  }
  .sec1_itemBox_title span {
    font-size: 4.4444444444vw;
    font-weight: 500;
    color: #0436AA;
  }
  .sec1_itemBox_text {
    font-size: 1.6666666667vw;
    font-weight: 500;
    line-height: 1.8;
  }
  .sec1_itemBox_quote {
    font-size: 1.25vw;
    line-height: 1.7;
    margin-top: 0.6944444444vw;
  }
  .sec1_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.1111111111vw;
    margin-top: 2.2222222222vw;
  }
  .sec1_counter {
    font-size: 2.2222222222vw;
    color: #05368B;
    font-weight: 500;
  }
  .sec1_sep {
    opacity: 0.5;
  }
  .sec1_btn {
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    width: 3.6111111111vw;
    height: 3.6111111111vw;
    cursor: pointer;
    transition: opacity 0.3s;
    background-image: url(../images/icon/icon_arrow_right01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sec1_btn:hover {
    opacity: 0.75;
  }
  .sec1_prev {
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 680px) {
  .sec1_slider {
    position: relative;
    left: 0;
    margin-top: 0;
  }
  .sec1_slider .slick-list {
    overflow: visible;
  }
  .sec1_item {
    width: 79.4871794872vw;
  }
  .sec1_item_img img {
    height: 76.9230769231vw;
    padding: 0;
  }
  .sec1_itemBox {
    background: unset;
    border-radius: 0;
    box-shadow: unset;
    opacity: 0;
    position: unset;
    width: 100%;
    padding: 0;
    margin-top: 6.6666666667vw;
  }
  .sec1_itemBox_title {
    font-size: 4.6153846154vw;
    margin-bottom: 2.0512820513vw;
  }
  .sec1_itemBox_title span {
    font-size: 10.2564102564vw;
  }
  .sec1_itemBox_text {
    font-size: 4.1025641026vw;
  }
  .sec1_itemBox_quote {
    font-size: 3.5897435897vw;
    margin-top: 2.0512820513vw;
  }
  .sec1_nav {
    justify-content: center;
    gap: 4.1025641026vw;
    margin-top: 8.2051282051vw;
  }
  .sec1_counter {
    font-size: 4.6153846154vw;
    font-weight: 500;
  }
  .sec1_sep {
    opacity: 0.5;
  }
  .sec1_btn {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
/* Section2
***************************************************************/
.sec2_list {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.sec2_item {
  background: linear-gradient(180deg, #FFF 0%, #D7E9FF 100%);
  border: 1px solid #9EE7FF;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 504px;
  align-items: center;
  gap: 64px;
  padding: 64px;
}

.sec2_itemBox_number {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sec2_itemBox_number .t1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  writing-mode: vertical-rl;
}

.sec2_itemBox_number .t2 {
  font-size: 104px;
  font-weight: 400;
  line-height: 130%;
}

.sec2_itemBox_title {
  font-size: 40px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 2px;
  margin-top: 16px;
}

.sec2_itemBox_subTitle {
  font-size: 30px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.6px;
  color: #0055AF;
  margin-top: 40px;
}

.sec2_itemBox_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.9px;
  margin-top: 40px;
}

.sec2_itemBox_btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.9px;
  color: #FFF;
  background: linear-gradient(180deg, #0055AF 0%, #002349 100%);
  border-radius: 36px;
  position: relative;
  width: 320px;
  padding: 12px 32px;
  margin-top: 40px;
  transition: opacity 0.3s;
}
.sec2_itemBox_btn:hover {
  opacity: 0.75;
}
.sec2_itemBox_btn:hover::before {
  transform: translate(4px, -50%);
}

.sec2_itemBox_btn::before {
  content: "";
  background-image: url(../images/icon/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  transform: translate(0, -50%);
  transition: 0.3s;
}

.sec2_slider {
  margin-top: 40px;
}

.sec2_slider img {
  margin-right: 50px;
}

@media screen and (max-width: 1440px) {
  .sec2_list {
    display: flex;
    flex-flow: column;
    gap: 1.1111111111vw;
  }
  .sec2_item {
    background: linear-gradient(180deg, #FFF 0%, #D7E9FF 100%);
    border: 1px solid #9EE7FF;
    border-radius: 1.3888888889vw;
    display: grid;
    grid-template-columns: 1fr 35vw;
    align-items: center;
    gap: 4.4444444444vw;
    padding: 4.4444444444vw;
  }
  .sec2_itemBox_number {
    display: flex;
    align-items: center;
    gap: 1.1111111111vw;
  }
  .sec2_itemBox_number .t1 {
    font-size: 1.6666666667vw;
    font-weight: 500;
    line-height: 160%;
    writing-mode: vertical-rl;
  }
  .sec2_itemBox_number .t2 {
    font-size: 7.2222222222vw;
    font-weight: 400;
    line-height: 130%;
  }
  .sec2_itemBox_title {
    font-size: 2.7777777778vw;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 2px;
    margin-top: 1.1111111111vw;
  }
  .sec2_itemBox_subTitle {
    font-size: 2.0833333333vw;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.1111111111vw;
    color: #0055AF;
    margin-top: 2.7777777778vw;
  }
  .sec2_itemBox_text {
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.0625vw;
    margin-top: 2.7777777778vw;
  }
  .sec2_itemBox_btn {
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.0625vw;
    color: #FFF;
    background: linear-gradient(180deg, #0055AF 0%, #002349 100%);
    border-radius: 2.5vw;
    position: relative;
    width: 22.2222222222vw;
    padding: 0.8333333333vw 2.2222222222vw;
    margin-top: 2.7777777778vw;
    transition: opacity 0.3s;
  }
  .sec2_itemBox_btn:hover {
    opacity: 0.75;
  }
  .sec2_itemBox_btn:hover::before {
    transform: translate(0.2777777778vw, -50%);
  }
  .sec2_itemBox_btn::before {
    content: "";
    background-image: url(../images/icon/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.1111111111vw;
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    vertical-align: middle;
    transform: translate(0, -50%);
    transition: 0.3s;
  }
  .sec2_slider {
    margin-top: 2.7777777778vw;
  }
  .sec2_slider img {
    margin-right: 3.4722222222vw;
  }
}
@media screen and (max-width: 680px) {
  .sec2_list {
    gap: 4.1025641026vw;
  }
  .sec2_item {
    display: block;
    padding: 5.1282051282vw;
  }
  .sec2_itemBox_number {
    gap: 2.0512820513vw;
  }
  .sec2_itemBox_number .t1 {
    font-size: 4.6153846154vw;
  }
  .sec2_itemBox_number .t2 {
    font-size: 20.5128205128vw;
  }
  .sec2_itemBox_title {
    font-size: 8.2051282051vw;
    margin-top: 4.1025641026vw;
  }
  .sec2_itemBox_subTitle {
    font-size: 6.1538461538vw;
    margin-top: 6.1538461538vw;
  }
  .sec2_itemBox_text {
    font-size: 3.5897435897vw;
    margin-top: 6.1538461538vw;
  }
  .sec2_itemBox_btn {
    font-size: 4.6153846154vw;
    border-radius: 9.2307692308vw;
    width: 100%;
    padding: 3.0769230769vw 8.2051282051vw;
    margin-top: 6.1538461538vw;
  }
  .sec2_itemBox_btn::before {
    right: 4.1025641026vw;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
  .sec2_item img {
    margin-top: 16.4102564103vw;
  }
  .sec2_slider {
    margin-top: 10.2564102564vw;
  }
  .sec2_slider img {
    margin-right: 12.8205128205vw;
  }
}
/* Section4
***************************************************************/
.sec4_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.sec4_item {
  background: #FFF;
  border: 1px solid #9EE7FF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 32px;
}

.sec4_item::before {
  content: "";
  background-image: url(../images/icon/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.sec4_itemBox {
  flex: 1;
}

.sec4_item_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.2px;
}

.sec4_item_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.9px;
  color: #000;
}

@media screen and (max-width: 1440px) {
  .sec4_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1111111111vw;
  }
  .sec4_item {
    background: #FFF;
    border: 1px solid #9EE7FF;
    border-radius: 1.3888888889vw;
    display: flex;
    align-items: center;
    gap: 1.6666666667vw;
    padding: 1.6666666667vw 2.2222222222vw;
  }
  .sec4_item::before {
    content: "";
    background-image: url(../images/icon/icon_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    vertical-align: middle;
  }
  .sec4_itemBox {
    flex: 1;
  }
  .sec4_item_title {
    font-size: 1.6666666667vw;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.0833333333vw;
  }
  .sec4_item_text {
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.0625vw;
    color: #000;
  }
}
@media screen and (max-width: 680px) {
  .sec4_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4.1025641026vw;
  }
  .sec4_item {
    gap: 5.1282051282vw;
    padding: 4.1025641026vw;
  }
  .sec4_item::before {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
  .sec4_item_title {
    font-size: 4.6153846154vw;
  }
  .sec4_item_text {
    font-size: 3.5897435897vw;
  }
}
/* Section6
***************************************************************/
.sec6 {
  background: #CAF1FF;
}

.sec6_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec6_head_text {
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.2px;
  text-align: right;
  color: #05368B;
  display: inline-flex;
  align-items: center;
  gap: 24px;
}

.sec6_head_text::before {
  content: "";
  border-top: 1px solid #363B45;
  display: inline-block;
  width: 40px;
}

.sec6_list {
  display: flex;
  flex-flow: column;
  gap: 80px;
}

.sec6_item {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}

.sec6_item:nth-of-type(2n) {
  flex-flow: row-reverse;
}

.sec6_itemBox {
  flex: 1;
}

.sec6_itemBox_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.2px;
  color: #363B45;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.sec6_itemBox_title::before {
  content: "";
  background: #05368B;
  border-radius: 50%;
  display: inline-block;
  width: 8px;
  height: 8px;
}

.sec6_itemBox_table {
  width: 100%;
  margin-top: 32px;
}

.sec6_itemBox_th {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.9px;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  background: #64C6EA;
  border-top: 1px solid #CAF1FF;
  width: 160px;
}

.sec6_itemBox_td {
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.9px;
  color: #363B45;
  background: #fff;
  border-top: 1px solid #CAF1FF;
  padding: 16px;
}

.sec6_item img {
  width: 580px;
}

@media screen and (max-width: 1440px) {
  .sec6_head_text {
    font-size: 1.6666666667vw;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.0833333333vw;
    text-align: right;
    color: #05368B;
    display: inline-flex;
    align-items: center;
    gap: 1.6666666667vw;
  }
  .sec6_head_text::before {
    content: "";
    border-top: 1px solid #363B45;
    display: inline-block;
    width: 2.7777777778vw;
  }
  .sec6_list {
    display: flex;
    flex-flow: column;
    gap: 5.5555555556vw;
  }
  .sec6_item {
    display: flex;
    align-items: flex-end;
    gap: 2.7777777778vw;
  }
  .sec6_item:nth-of-type(2n) {
    flex-flow: row-reverse;
  }
  .sec6_itemBox {
    flex: 1;
  }
  .sec6_itemBox_title {
    font-size: 1.6666666667vw;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.0833333333vw;
    color: #363B45;
    display: inline-flex;
    align-items: center;
    gap: 1.1111111111vw;
  }
  .sec6_itemBox_title::before {
    content: "";
    background: #05368B;
    border-radius: 50%;
    display: inline-block;
    width: 0.5555555556vw;
    height: 0.5555555556vw;
  }
  .sec6_itemBox_table {
    width: 100%;
    margin-top: 2.2222222222vw;
  }
  .sec6_itemBox_th {
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.0625vw;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    background: #64C6EA;
    border-top: 1px solid #CAF1FF;
    width: 11.1111111111vw;
  }
  .sec6_itemBox_td {
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.0625vw;
    color: #363B45;
    background: #fff;
    border-top: 1px solid #CAF1FF;
    padding: 1.1111111111vw;
  }
  .sec6_item img {
    width: 40.2777777778vw;
  }
}
@media screen and (max-width: 680px) {
  .sec6_head {
    display: block;
  }
  .sec6_head_text {
    font-size: 4.6153846154vw;
    margin-top: 4.1025641026vw;
  }
  .sec6_head_text::before {
    display: none;
  }
  .sec6_list {
    gap: 16.4102564103vw;
    margin-top: 10.2564102564vw;
  }
  .sec6_item {
    flex-flow: column-reverse;
    gap: 8.2051282051vw;
  }
  .sec6_item:nth-of-type(2n) {
    flex-flow: column-reverse;
  }
  .sec6_itemBox_title {
    font-size: 6.1538461538vw;
    gap: 4.1025641026vw;
  }
  .sec6_itemBox_title::before {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
  .sec6_itemBox_table {
    margin-top: 8.2051282051vw;
  }
  .sec6_itemBox_th {
    font-size: 3.5897435897vw;
    width: 24.6153846154vw;
  }
  .sec6_itemBox_td {
    font-size: 3.5897435897vw;
    padding: 4.1025641026vw;
  }
  .sec6_item img {
    width: 100%;
  }
}
/* Section7
***************************************************************/
.sec7_table {
  border-top: 1px solid #C4C4C4;
}

.sec7_th {
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.9px;
  border-bottom: 1px solid #C4C4C4;
  width: 170px;
  padding: 16px;
  vertical-align: middle;
}

.sec7_td {
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.9px;
  border-bottom: 1px solid #C4C4C4;
  padding: 16px;
}

@media screen and (max-width: 1440px) {
  .sec7_th {
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 200%;
    letter-spacing: 0.0625vw;
    border-bottom: 1px solid #C4C4C4;
    width: 11.8055555556vw;
    padding: 1.1111111111vw;
    vertical-align: middle;
  }
  .sec7_td {
    font-size: 1.25vw;
    line-height: 200%;
    letter-spacing: 0.0625vw;
    border-bottom: 1px solid #C4C4C4;
    padding: 1.1111111111vw;
  }
}
@media screen and (max-width: 680px) {
  .sec7_th {
    font-size: 3.5897435897vw;
    width: 24.6153846154vw;
    padding: 4.1025641026vw;
  }
  .sec7_td {
    font-size: 3.5897435897vw;
    padding: 4.1025641026vw;
  }
}
/* Section8
***************************************************************/
.sec8 iframe {
  border-radius: 20px;
  width: 100%;
  height: 560px;
}

@media screen and (max-width: 1440px) {
  .sec8 iframe {
    border-radius: 1.3888888889vw;
    width: 100%;
    height: 38.8888888889vw;
  }
}
@media screen and (max-width: 680px) {
  .sec8 iframe {
    height: 143.5897435897vw;
  }
}
/* お問い合わせ
***************************************************************/
.contact {
  background: #CAF1FF;
  padding-bottom: 80px;
}

.contact_form {
  padding: 64px;
  background: #fff;
  border-radius: 20px;
}

.contact_item {
  display: flex;
  flex-flow: column;
  gap: 6px;
  padding: 16px;
}

.contact_item:nth-of-type(n + 2) {
  border-top: 1px solid #ccc;
}

.contact_item_title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
}

.req {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #EF526C;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

.wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 10px;
}

.contact_area input[type=text],
.contact_area input[type=email],
.contact_area input[type=tel],
.contact_area input[type=number],
.contact_area select {
  width: 100%;
  padding: 10px;
  border: 1px solid #B7B7B7;
  border-radius: 4px;
}

.wpcf7-validates-as-required {
  width: 100%;
}

.contact_area textarea {
  width: 100%;
  height: 245px;
  padding: 5px 10px;
  resize: none;
  border: 1px solid #B7B7B7;
  border-radius: 4px;
}

.wpcf7-checkbox {
  display: flex;
  gap: 30px;
}

.contact_note:nth-of-type(1) {
  margin-top: 10px;
}

.wpcf7-checkbox .wpcf7-list-item {
  width: auto;
  margin: 0;
}

.wpcf7-form-control {
  display: flex;
  gap: 16px;
}

.wpcf7-form-control span {
  width: auto;
}

.wpcf7-list-item {
  margin: 0;
}

.contact_area label {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.contact_area label input {
  width: 15px;
  height: 15px;
  padding: 0;
  background: unset;
  border: unset;
}

.contact_area label span {
  width: auto;
}

.contact_privacy_read {
  font-size: 18px;
  line-height: 2;
  margin-top: 32px;
}

.contact_privacy {
  margin-top: 32px;
  overflow-y: scroll;
  border: 1px solid #CBCBCB;
}

.contact_privacy_scroll {
  height: 240px;
  padding: 40px 24px;
}

.contact_privacy_title {
  font-weight: bold;
  font-size: 20px;
}

.contact_privacy_title:nth-of-type(1) {
  text-align: center;
  margin-bottom: 40px;
}

.contact_privacy_title:nth-of-type(n + 2) {
  margin-top: 40px;
}

.contact_privacy_text {
  margin-top: 10px;
}

.contact_privacy_list {
  margin-top: 16px;
  list-style: auto;
  padding-left: 20px;
}

.contact_privacy_company {
  text-align: right;
  margin-top: 40px;
  padding-bottom: 60px;
}

.contact_check {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  text-align: center;
  background: #F0F0F0;
  padding: 6px 0;
}

.contact_check input {
  width: 24px;
  height: 24px;
  position: relative;
  top: -2px;
}

.contact_check a {
  color: #333;
  text-decoration: underline;
}

.contact_submit {
  margin-top: 32px;
  text-align: center;
}

.contact_submit input {
  width: 320px;
  font-size: 18px;
  color: #fff;
  border-radius: 22px;
  background: var(--gra-blue, linear-gradient(180deg, #0055AF 0%, #002349 100%));
  padding: 8px 0;
  display: block;
  margin: 0 auto;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 680px) {
  .contact {
    padding-bottom: 16.4102564103vw;
  }
  .contact_form {
    padding: 5.1282051282vw;
  }
  .contact_list {
    flex-flow: column;
    gap: 7.6923076923vw;
  }
  .contact_item {
    flex-flow: column;
    gap: 2.5641025641vw;
    padding: 16px;
  }
  .contact_item_title {
    gap: 2.0512820513vw;
    width: 100%;
    padding-top: 0;
    font-size: 3.5897435897vw;
  }
  .contact_area input[type=text],
  .contact_area input[type=email],
  .contact_area input[type=tel],
  .contact_area input[type=number],
  .contact_area select {
    padding: 2.5641025641vw;
    font-size: 3.5897435897vw;
  }
  .contact_area textarea {
    height: 62.8205128205vw;
    padding: 2.5641025641vw;
    font-size: 3.5897435897vw;
    border-radius: 1.0256410256vw;
  }
  .contact_privacy_read {
    font-size: 3.5897435897vw;
    margin-top: 3.0769230769vw;
  }
  .contact_privacy {
    margin-top: 10.2564102564vw;
  }
  .contact_privacy_scroll {
    height: 61.5384615385vw;
    padding: 5.1282051282vw 3.8461538462vw;
  }
  .contact_privacy_title {
    font-size: 3.5897435897vw;
  }
  .contact_privacy_title:nth-of-type(1) {
    margin-bottom: 5.1282051282vw;
  }
  .contact_privacy_title:nth-of-type(n + 2) {
    margin-top: 5.1282051282vw;
  }
  .contact_privacy_text {
    margin-top: 1.5384615385vw;
  }
  .contact_privacy_list {
    margin-top: 4.1025641026vw;
    padding-left: 5.1282051282vw;
  }
  .contact_privacy_company {
    margin-top: 7.6923076923vw;
    padding-bottom: 7.6923076923vw;
  }
  .wpcf7-checkbox {
    flex-flow: column;
    gap: 2.5641025641vw;
    margin-top: 2.5641025641vw;
  }
  .contact_check {
    gap: 1.2820512821vw;
    margin-top: 7.6923076923vw;
    font-size: 3.0769230769vw;
  }
  .contact_check input {
    width: 5.641025641vw;
    height: 5.641025641vw;
    top: 0vw;
  }
  .contact_submit input {
    width: 76.9230769231vw;
    font-size: 3.5897435897vw;
    padding: 2.0512820513vw 0;
  }
}