@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

* {
  box-sizing: content-box;
}

html {
  font-size: clamp(0.25rem, 0rem + 0.5208vw, 0.625rem);
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: clamp(0.625rem, 0rem + 2.6667vw, 1.2783333331rem);
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  color: #222222;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.br-pc {
  display: inline;
}
@media screen and (max-width: 1200px) {
  .br-pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .br-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.br-large-pc {
  display: none;
}
@media screen and (max-width: 1200px) {
  .br-large-pc {
    display: inline;
  }
}
@media screen and (max-width: 1024px) {
  .br-large-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-large-pc {
    display: none;
  }
}

.br-small-pc {
  display: none;
}
@media screen and (max-width: 1200px) {
  .br-small-pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .br-small-pc {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .br-small-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 24px 0;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0;
    justify-content: center;
  }
}
.header__logo {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 64%;
  }
}
.header__nav {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.5rem;
}
.header__item-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header__item-icon {
  width: 16px;
  height: 16px;
}
.header__item--btn {
  background-color: #009eaa;
  padding: 8px 5.8rem;
  border-radius: 999px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header__item--btn .header__item-link {
  color: #fff;
  font-size: 16px;
}

.footer {
  padding: 61px 0 102px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 5.8rem 0;
  }
}
.footer__logo {
  width: 240px;
  margin: 0 auto 4.8rem;
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    margin: 0 auto 8rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 188px;
    margin: 0 auto 2.2rem;
  }
}
.footer__nav {
  padding: 0 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    padding: 0;
  }
}
.footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
@media screen and (max-width: 1024px) {
  .footer__list {
    gap: 6em;
  }
}
@media screen and (max-width: 767px) {
  .footer__list {
    flex-direction: column;
    gap: 0;
  }
}
.footer__link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #222222;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 14px;
    line-height: 1.57;
  }
}

.top .fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 10px;
  background-color: rgba(160, 160, 160, 0.4);
}
@media screen and (max-width: 767px) {
  .top .fixed-cta {
    padding: 10px 0;
    width: 100%;
  }
}
.top .fixed-cta__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top .fixed-cta__fukidashi {
  position: absolute;
  max-width: 252px;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}
@media screen and (max-width: 1024px) {
  .top .fixed-cta__fukidashi {
    max-width: 200px;
    top: -14px;
  }
}
@media screen and (max-width: 767px) {
  .top .fixed-cta__fukidashi {
    top: -27%;
    width: 252px;
    max-width: initial;
  }
}
.top .fixed-cta__link {
  background-color: #009eaa;
  padding: 11px 46px;
  border-radius: 999px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top .fixed-cta__link {
    padding: 8px 30px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .top .fixed-cta__link {
    padding: 11px 46px;
    font-size: 13px;
  }
}
.top .fixed-cta__link span {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .top .fixed-cta__link span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top .fixed-cta__link span {
    font-size: 20px;
    margin-top: 5px;
  }
}
.top .fixed-cta__top-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  height: auto;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.top .fixed-cta__top-btn img {
  width: 15px;
}
@media screen and (max-width: 767px) {
  .top .fixed-cta__top-btn {
    display: none;
  }
}
.top .fv__top {
  background-color: #004661;
  padding-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .top .fv__top {
    padding-top: 2.8rem;
  }
}
.top .fv__top-logo {
  width: 60%;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top .fv__top-logo {
    width: 70%;
    margin: 0 auto 40px;
  }
}
.top .fv__top-inner {
  max-width: 1184px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .top .fv__top-inner {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 1.7rem;
  }
}
.top .fv__top-content {
  width: 50%;
  margin-top: 1.5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .top .fv__top-content {
    width: 42%;
  }
}
@media screen and (max-width: 1024px) {
  .top .fv__top-content {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .top .fv__top-content {
    width: 81.688%;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.top .fv__top-title {
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .top .fv__top-title {
    margin-bottom: 2.93rem;
  }
}
.top .fv__top-subtitle {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.45;
  color: #ffffff;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 1200px) {
  .top .fv__top-subtitle {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .top .fv__top-subtitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .top .fv__top-subtitle {
    font-size: 22px;
    text-align: center;
    margin-bottom: 1.93rem;
  }
}
.top .fv__top-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.43;
  color: #ffffff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.top .fv__top-text--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .top .fv__top-text--pc {
    display: none;
  }
}
.top .fv__top-text--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top .fv__top-text--sp {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .top .fv__top-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top .fv__top-text {
    font-size: 14px;
    text-align: center;
  }
}
.top .fv__top-image {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .top .fv__top-image {
    width: 89.06666667%;
  }
}
.top .fv__top-image--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .top .fv__top-image--pc {
    display: none;
  }
}
.top .fv__top-image--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top .fv__top-image--sp {
    display: block;
  }
}
.top .fv__bottom {
  padding: 5.4rem 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .top .fv__bottom {
    padding: 2.6rem 0 1.75rem;
  }
}
.top .fv__bottom-title {
  font-size: 56px;
  font-weight: 700;
  color: #469ca8;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .top .fv__bottom-title {
    font-size: 44px;
    margin-bottom: 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top .fv__bottom-title {
    font-size: 34px;
    line-height: 1.32;
    margin-bottom: 1.9rem;
  }
}
.top .fv__bottom-banner {
  max-width: 835px;
  margin: 0 auto 3rem;
  padding: 10px 0;
  background-color: #1b455f;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .top .fv__bottom-banner {
    width: 96%;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top .fv__bottom-banner {
    width: 82.13333333%;
    margin-bottom: 1.2rem;
    padding: 4px 0;
    gap: 4px;
  }
}
.top .fv__bottom-banner--left {
  font-size: 23px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top .fv__bottom-banner--left {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top .fv__bottom-banner--left {
    font-size: 17px;
  }
}
.top .fv__bottom-banner--right {
  font-size: 52px;
}
@media screen and (max-width: 1024px) {
  .top .fv__bottom-banner--right {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .top .fv__bottom-banner--right {
    font-size: 39px;
    line-height: 1.36;
  }
}
.top .fv__bottom-banner--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top .fv__bottom-banner--sp {
    display: flex;
    gap: 12px;
  }
}
.top .fv__bottom-campaign {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .top .fv__bottom-campaign {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .top .fv__bottom-campaign {
    width: 82.13333333%;
  }
}
.top .fv__bottom-campaign--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .top .fv__bottom-campaign--pc {
    display: none;
  }
}
.top .fv__bottom-campaign--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top .fv__bottom-campaign--sp {
    display: block;
  }
}
.top .campaign {
  padding: 65px 0 100px;
}
@media screen and (max-width: 767px) {
  .top .campaign {
    padding: 1.75rem 0 4.87rem;
  }
}
.top .campaign__inner {
  max-width: 1264px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7.9rem;
}
@media screen and (max-width: 767px) {
  .top .campaign__inner {
    width: 89.33333333%;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 9px;
  }
}
.top .campaign__content {
  width: 624px;
}
@media screen and (max-width: 1024px) {
  .top .campaign__content {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .top .campaign__content {
    width: 100%;
  }
}
.top .campaign__title {
  font-size: 52px;
  font-weight: 700;
  color: #469ca8;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .top .campaign__title {
    font-size: 31px;
  }
}
@media screen and (max-width: 767px) {
  .top .campaign__title {
    font-size: 34px;
    text-align: center;
    line-height: 1.32;
    margin-bottom: 1.1rem;
  }
}
.top .campaign__text {
  font-size: 31px;
  font-weight: 700;
  color: #469ca8;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .top .campaign__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .top .campaign__text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.top .campaign__banner {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 30px;
  background-color: #009eaa;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .top .campaign__banner {
    padding: 10px 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top .campaign__banner {
    width: 100%;
    padding: 6px 0 9px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 1.1rem;
  }
}
.top .campaign__list {
  display: flex;
  flex-direction: column;
}
.top .campaign__item {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.67;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .top .campaign__item {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top .campaign__item {
    font-size: 14px;
    line-height: 1.43;
    gap: 0.3em;
  }
}
.top .campaign__item::before {
  content: "✓";
}
.top .campaign__img {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .top .campaign__img {
    width: 100%;
  }
}
.top .schedule {
  background: url(../img/schedule-bg.jpg) no-repeat center center/cover;
  padding: 100px 0 71px;
}
@media screen and (max-width: 767px) {
  .top .schedule {
    padding: 4.4rem 0 6.2rem;
  }
}
.top .schedule__title {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .top .schedule__title {
    font-size: 44px;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .top .schedule__title {
    font-size: 34px;
    line-height: 1.32;
    text-shadow: none;
    margin-bottom: 2.5rem;
  }
}
.top .schedule__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.08em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .top .schedule__text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 4rem;
  }
}
.top .schedule__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .top .schedule__list {
    width: 89.33333333%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }
}
.top .schedule__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 208px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .top .schedule__item {
    width: 100%;
    gap: 2rem;
  }
}
.top .schedule__item-num {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.top .schedule__item-text {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.43;
  text-align: center;
  color: #fff;
}
.top .worry {
  padding: 100px 0 67px;
}
@media screen and (max-width: 767px) {
  .top .worry {
    padding: 3.7rem 0 2.7rem;
  }
}
.top .worry__title {
  font-size: 56px;
  font-weight: 700;
  color: #469ca8;
  text-align: center;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .top .worry__title {
    font-size: 44px;
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .top .worry__title {
    font-size: 34px;
    line-height: 1.32;
    margin-bottom: 3rem;
  }
}
.top .worry__list {
  max-width: 1258px;
  margin: 0 auto 6rem;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .top .worry__list {
    width: 88.53333333%;
    margin: 0 auto 2.7rem;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 1.4rem;
  }
}
.top .worry__item {
  width: 48.8%;
  border: 1px solid #009eaa;
  border-radius: 5px;
  padding: 24px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: #009eaa;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .top .worry__item {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .top .worry__item {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .top .worry__item:nth-of-type(1) {
    order: 1;
  }
  .top .worry__item:nth-of-type(2) {
    order: 4;
  }
  .top .worry__item:nth-of-type(3) {
    order: 2;
  }
  .top .worry__item:nth-of-type(4) {
    order: 5;
  }
  .top .worry__item:nth-of-type(5) {
    order: 3;
  }
  .top .worry__item:nth-of-type(6) {
    order: 6;
  }
}
.top .worry__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  line-height: 1.43;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .top .worry__text {
    width: 89.33333333%;
    margin: 0 auto;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
  }
}
.top .reason {
  padding: 100px 0 211px;
  background-color: rgba(235, 235, 235, 0.5);
}
@media screen and (max-width: 1024px) {
  .top .reason {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .top .reason {
    padding: 5.6rem 0 11.7rem;
  }
}
.top .reason__title {
  font-size: 56px;
  font-weight: 700;
  color: #469ca8;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .top .reason__title {
    font-size: 44px;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .top .reason__title {
    font-size: 34px;
    line-height: 1.32;
    margin-bottom: 4.7rem;
  }
}
.top .reason__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 120px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .top .reason__text {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top .reason__text {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    width: 89.33333333%;
    margin: 0 auto 11.9rem;
  }
}
.top .reason__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5.9rem;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .top .reason__list {
    width: 78.4%;
    margin: 0 auto;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 11.6rem;
  }
}
.top .reason__item {
  background-color: #ffffff;
  border-radius: 7px;
  position: relative;
  z-index: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .top .reason__item {
    width: 100%;
  }
}
.top .reason__item:nth-of-type(odd) {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .top .reason__item:nth-of-type(odd) {
    margin-top: 0;
  }
}
.top .reason__item-num {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #fff;
  text-align: center;
  margin: -50px auto 20px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: auto;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #009eaa;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top .reason__item-num {
    margin: -40px auto 10px;
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top .reason__item-num {
    margin: -50px auto 30px;
    width: 100px;
    height: 100px;
    font-size: 40px;
  }
}
.top .reason__item-num::before {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(221, 221, 221, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .top .reason__item-num::before {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .top .reason__item-num::before {
    width: 120px;
    height: 120px;
  }
}
.top .reason__item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.67;
  text-align: center;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 1024px) {
  .top .reason__item-title {
    font-size: 20px;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .top .reason__item-title {
    font-size: 24px;
    margin-bottom: 3.7rem;
  }
}
.top .reason__item-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 7px 7px;
}
.top .point__top {
  padding: 150px 0 50px;
}
@media screen and (max-width: 1024px) {
  .top .point__top {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .top .point__top {
    padding: 0 0 3.66rem;
  }
}
.top .point__top-inner {
  max-width: 1284px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9.5rem;
}
@media screen and (max-width: 767px) {
  .top .point__top-inner {
    width: 89.33333333%;
    margin: 0 auto;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 3.7rem;
  }
}
.top .point__top-content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .top .point__top-content {
    width: 100%;
  }
}
.top .point__top-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 2.4rem;
  color: #469ca8;
}
@media screen and (max-width: 1200px) {
  .top .point__top-title {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .top .point__top-title {
    font-size: 35px;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .top .point__top-title {
    font-size: 34px;
    text-align: center;
    line-height: 1.32;
    margin-bottom: 1.9rem;
  }
}
.top .point__top-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.08em;
  margin-bottom: 4rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .top .point__top-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 2.5rem;
  }
}
.top .point__top-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .top .point__top-list {
    width: 95.823%;
    margin: 0 auto;
  }
}
.top .point__top-item {
  width: 46.019%;
}
@media screen and (max-width: 1024px) {
  .top .point__top-item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .top .point__top-item {
    width: 47.977%;
  }
}
.top .point__top-item-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.81;
  color: #fff;
  text-align: center;
  background-color: #009eaa;
  padding: 12px 0;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .top .point__top-item-title {
    font-size: 28px;
    padding: 5px 0;
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top .point__top-item-title {
    font-size: 20px;
    line-height: 1.8;
    padding: 8px 0;
    margin-bottom: 0.9rem;
  }
}
.top .point__top-item-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.08em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .top .point__top-item-text {
    font-size: 13px;
    line-height: 1.46;
  }
}
.top .point__top-image {
  width: 43.692%;
}
@media screen and (max-width: 767px) {
  .top .point__top-image {
    width: 100%;
  }
}
.top .point__bottom {
  padding: 94px 0 123px;
  background: linear-gradient(to right, #ebebeb 0%, #ebebeb 38%, #fff 38%, #fff 100%);
}
@media screen and (max-width: 1024px) {
  .top .point__bottom {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .top .point__bottom {
    background: none;
    padding: 0 0 6.16rem;
  }
}
.top .point__bottom-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  gap: 13rem;
}
@media screen and (max-width: 767px) {
  .top .point__bottom-inner {
    width: 89.33333333%;
    margin: 0 auto;
    padding: 0;
    flex-direction: column-reverse;
    align-items: center;
    gap: 4rem;
  }
}
.top .point__bottom-img {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .top .point__bottom-img {
    width: 100%;
  }
}
.top .point__bottom-content {
  width: 616px;
}
@media screen and (max-width: 1200px) {
  .top .point__bottom-content {
    width: 485.25px;
  }
}
@media screen and (max-width: 1024px) {
  .top .point__bottom-content {
    width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .top .point__bottom-content {
    width: 100%;
  }
}
.top .point__bottom-title {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 4.3rem;
  color: #469ca8;
}
@media screen and (max-width: 1200px) {
  .top .point__bottom-title {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .top .point__bottom-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .top .point__bottom-title {
    font-size: 28px;
    text-align: center;
    line-height: 1.61;
    margin-bottom: 1.9rem;
  }
}
.top .point__bottom-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.08em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .top .point__bottom-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top .point__bottom-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.top .support {
  padding: 108px 0 198px;
  background-color: #ebebeb;
}
@media screen and (max-width: 1024px) {
  .top .support {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .top .support {
    padding: 5.6rem 0 8.6rem;
  }
}
.top .support__title {
  font-size: 56px;
  font-weight: 700;
  color: #469ca8;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .top .support__title {
    font-size: 44px;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .top .support__title {
    font-size: 34px;
    line-height: 1.32;
    margin-bottom: 1.9rem;
  }
}
.top .support__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.43;
  margin-bottom: 4.85rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .top .support__text {
    font-size: 18px;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .top .support__text {
    width: 89.33333333%;
    margin: 0 auto 4.2rem;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
  }
}
.top .support__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.8rem;
  margin-bottom: 6.75rem;
}
@media screen and (max-width: 767px) {
  .top .support__btns {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3.9rem;
  }
}
.top .support__btn {
  width: 160px;
  background-color: #fff;
  padding: 18px 0 18px 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #454545;
  letter-spacing: 0.1em;
}
.top .support__item {
  max-width: 1228px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .top .support__item {
    width: 90.66666667%;
    margin: 0 auto;
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
}
.top .support__item-img {
  width: 45.6845%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top .support__item-img {
    width: 98.53%;
  }
}
.top .support__item-content {
  flex: 1;
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 7.3rem;
  padding-right: 5.3rem;
}
@media screen and (max-width: 767px) {
  .top .support__item-content {
    background-color: initial;
    width: 100%;
    padding-top: 3.87rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.top .support__item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.08em;
  margin-bottom: 4.3rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .top .support__item-title {
    font-size: 18px;
    text-align: center;
    line-height: 1.44;
    margin-bottom: 1.9rem;
  }
}
.top .support__item-text {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0.08em;
  color: #469ca8;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .top .support__item-text {
    font-size: 31px;
  }
}
@media screen and (max-width: 767px) {
  .top .support__item-text {
    font-size: 34px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.32;
    margin-bottom: 1.9rem;
  }
}
.top .support__item-description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.08em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .top .support__item-description {
    font-size: 16px;
    line-height: 1.5;
  }
}
.top .people {
  padding: 100px 0 191px;
  background-color: #32576f;
}
@media screen and (max-width: 1024px) {
  .top .people {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .top .people {
    padding: 5.6rem 0 8.1rem;
  }
}
.top .people__title {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .top .people__title {
    font-size: 44px;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .top .people__title {
    font-size: 34px;
    line-height: 1.32;
    margin-bottom: 1.9rem;
  }
}
.top .people__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 111px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .top .people__text {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 12.1rem;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
}
.top .people__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5.9rem;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .top .people__list {
    width: 78.4%;
    margin: 0 auto;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 10rem;
  }
}
.top .people__item {
  background-color: #ffffff;
  border-radius: 7px;
  position: relative;
  z-index: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .top .people__item {
    padding-bottom: 17px;
    width: 100%;
  }
}
.top .people__item:nth-of-type(odd) {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .top .people__item:nth-of-type(odd) {
    margin-top: 0;
  }
}
.top .people__item-num {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #fff;
  text-align: center;
  margin: -50px auto 20px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: auto;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #009eaa;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top .people__item-num {
    width: 80px;
    height: 80px;
    font-size: 30px;
    margin: -40px auto 10px;
  }
}
@media screen and (max-width: 767px) {
  .top .people__item-num {
    width: 100px;
    height: 100px;
    font-size: 40px;
    margin: -69px auto 30px;
  }
}
.top .people__item-num::before {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(221, 221, 221, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .top .people__item-num::before {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .top .people__item-num::before {
    width: 120px;
    height: 120px;
  }
}
.top .people__item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.67;
  text-align: center;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 1024px) {
  .top .people__item-title {
    font-size: 20px;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .top .people__item-title {
    font-size: 24px;
    line-height: 1.67;
    margin-bottom: 2rem;
  }
}
.top .people__item-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 7px 7px;
}
@media screen and (max-width: 767px) {
  .top .people__item-img {
    border-radius: 0;
  }
}
.top .service {
  padding: 124px 0 232px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .top .service {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .top .service {
    padding: 3.1rem 0 13.5rem;
  }
}
.top .service__title {
  font-size: 56px;
  font-weight: 700;
  color: #32576f;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .top .service__title {
    font-size: 44px;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .top .service__title {
    font-size: 34px;
    line-height: 1.32;
    margin-bottom: 2.2rem;
  }
}
.top .service__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.43;
  margin-bottom: 7rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .top .service__text {
    display: none;
  }
}
.top .service__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1188px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .top .service__inner {
    width: 81.86666667%;
    margin: 0 auto;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 4.3rem;
  }
}
.top .service__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 30.977%;
}
@media screen and (max-width: 767px) {
  .top .service__list {
    display: contents;
  }
}
.top .service__item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .service__item--1 {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .top .service__item--2 {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .top .service__item--3 {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .top .service__item--4 {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .top .service__item--5 {
    order: 5;
  }
}
@media screen and (max-width: 767px) {
  .top .service__item--6 {
    order: 6;
  }
}
.top .service__item:has(img) .service__item-content {
  padding: 3.6rem 4.4rem 5.7rem;
}
@media screen and (max-width: 1024px) {
  .top .service__item:has(img) .service__item-content {
    padding: 3rem 2.4rem 7rem;
  }
}
@media screen and (max-width: 767px) {
  .top .service__item:has(img) .service__item-content {
    padding: 3rem 3rem 5rem;
  }
}
.top .service__item:has(img) .service__item-course {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .top .service__item:has(img) .service__item-course {
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 0.8rem;
  }
}
.top .service__item:has(img) .service__item-title {
  text-align: left;
}
.top .service__item:not(:has(img)) {
  flex: 1;
  padding: 7.5rem 2rem 9.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top .service__item:not(:has(img)) {
    padding: 3rem 2.4rem 7rem;
  }
}
@media screen and (max-width: 767px) {
  .top .service__item:not(:has(img)) {
    width: 100%;
    padding: 9.4rem 0 7.8rem;
  }
}
.top .service__item:not(:has(img)) .service__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .top .service__item:not(:has(img)) .service__item-content {
    gap: 1.8rem;
  }
}
.top .service__item:not(:has(img)) .service__item-title {
  text-align: center;
  margin-bottom: 0;
}
.top .service__item:not(:has(img)) .service__item-text {
  text-align: center;
}
.top .service__item .service__item-title {
  font-size: 27px;
  font-weight: 700;
  color: #32576f;
  line-height: 1.56;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 1200px) {
  .top .service__item .service__item-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .top .service__item .service__item-title {
    font-size: 20px;
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top .service__item .service__item-title {
    font-size: 22px;
    line-height: 1.55;
    margin-bottom: 1.8rem;
  }
}
.top .service__item .service__item-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #222222;
  line-height: 1.875;
}
@media screen and (max-width: 1024px) {
  .top .service__item .service__item-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top .service__item .service__item-text {
    font-size: 16px;
  }
}
.top .service__item .service__item-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #32576f;
  border-radius: 999px;
  position: absolute;
  bottom: -20px;
  padding: 14px 45px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 3px 6px rgba(69, 69, 69, 0.16);
}
@media screen and (max-width: 1200px) {
  .top .service__item .service__item-link {
    padding: 14px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top .service__item .service__item-link {
    padding: 8px 0;
    width: 70%;
    bottom: -10px;
  }
}
@media screen and (max-width: 767px) {
  .top .service__item .service__item-link {
    width: 51.65%;
    padding: 12px 0;
    font-size: 14px;
    bottom: -17px;
  }
}
.top .story {
  background-color: rgba(235, 235, 235, 0.5);
  padding: 108px 0 115px;
}
@media screen and (max-width: 1024px) {
  .top .story {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .top .story {
    padding: 5.6rem 0 7.3rem;
  }
}
.top .story__title {
  font-size: 56px;
  font-weight: 700;
  color: #469ca8;
  text-align: center;
  line-height: 1.36;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .top .story__title {
    font-size: 44px;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .top .story__title {
    font-size: 34px;
    line-height: 1.32;
    margin-bottom: 4.7rem;
  }
}
.top .story__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.43;
  margin-bottom: 4.8rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .top .story__text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 4.5rem;
  }
}
.top .story__list {
  max-width: 1188px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .top .story__list {
    width: 86.58666667%;
    margin: 0 auto;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 1.71rem;
  }
}
.top .story__item {
  width: 30.8087%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .top .story__item {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .top .story__item {
    width: 100%;
  }
}
.top .story__item-header {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 29px 35px 19px;
}
@media screen and (max-width: 1024px) {
  .top .story__item-header {
    padding: 20px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .top .story__item-header {
    padding: 25px 31px 17px;
  }
}
.top .story__item-name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #222222;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .top .story__item-name {
    font-size: 18px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top .story__item-name {
    font-size: 17px;
    margin-bottom: 0.9rem;
  }
}
.top .story__item-school {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #222222;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .top .story__item-school {
    font-size: 13px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top .story__item-school {
    font-size: 14px;
    margin-bottom: 0.9rem;
  }
}
.top .story__item-star {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fbc661;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .top .story__item-star {
    font-size: 14px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top .story__item-star {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
}
.top .story__item-content {
  padding: 30px 45px;
}
@media screen and (max-width: 1024px) {
  .top .story__item-content {
    padding: 20px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .top .story__item-content {
    padding: 2.7rem 3.2rem;
  }
}
.top .story__item-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
  color: #222222;
}
.top .faq {
  padding: 76px 0 94px;
}
@media screen and (max-width: 1024px) {
  .top .faq {
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .top .faq {
    padding: 3.2rem 0 11.9rem;
  }
}
.top .faq__subtitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #0ea2ae;
  text-align: center;
  line-height: 1.21;
  padding-bottom: 8px;
  margin-bottom: 2.3rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top .faq__subtitle {
    font-size: 32px;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .top .faq__subtitle {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 2.4rem;
  }
}
.top .faq__subtitle::after {
  content: "";
  width: 24px;
  height: 3px;
  background-color: #0ea2ae;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top .faq__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
  color: #454545;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .top .faq__title {
    font-size: 14px;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .top .faq__title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 4rem;
  }
}
.top .faq__list {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  .top .faq__list {
    gap: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .top .faq__list {
    width: 90.66666667%;
    margin: 0 auto;
    padding: 0;
    gap: 3rem;
  }
}
.top .faq__item {
  background-color: #fff;
  border: 1px solid #eeeeee;
  box-shadow: 0 5px 10px rgba(69, 69, 69, 0.05);
}
@media screen and (max-width: 767px) {
  .top .faq__item {
    border-radius: 10px;
  }
}
.top .faq__item-title {
  display: flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid #eeeeee;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 11px 16px 15px;
}
@media screen and (max-width: 1024px) {
  .top .faq__item-title {
    padding: 10px 12px;
  }
}
@media screen and (max-width: 767px) {
  .top .faq__item-title {
    padding: 11px 16px 15px;
  }
}
.top .faq__item-title span:first-of-type {
  font-size: 24px;
  font-weight: 500;
  color: #009eaa;
}
@media screen and (max-width: 1024px) {
  .top .faq__item-title span:first-of-type {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top .faq__item-title span:first-of-type {
    font-size: 24px;
  }
}
.top .faq__item-title span:last-of-type {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
}
@media screen and (max-width: 1024px) {
  .top .faq__item-title span:last-of-type {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top .faq__item-title span:last-of-type {
    font-size: 18px;
  }
}
.top .faq__item-content {
  padding: 16px 16px 33px;
}
@media screen and (max-width: 1024px) {
  .top .faq__item-content {
    padding: 10px 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .top .faq__item-content {
    padding: 16px 16px 47px;
    position: relative;
  }
}
.top .faq__item-answer {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.top .faq__item-answer span:first-of-type {
  font-size: 24px;
  font-weight: 500;
  color: #009eaa;
}
@media screen and (max-width: 1024px) {
  .top .faq__item-answer span:first-of-type {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top .faq__item-answer span:first-of-type {
    font-size: 24px;
  }
}
.top .faq__item-answer span:last-of-type {
  flex: 1;
  color: #222222;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
}
@media screen and (max-width: 1024px) {
  .top .faq__item-answer span:last-of-type {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top .faq__item-answer span:last-of-type {
    font-size: 14px;
  }
}
.top .faq__item-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 700;
  background-color: #009eaa;
  color: #fff;
  text-align: center;
  border-radius: 999px;
  padding: 14px 49px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto 0;
  box-shadow: 0 3px 6px rgba(69, 69, 69, 0.16);
}
@media screen and (max-width: 1024px) {
  .top .faq__item-link {
    padding: 8px 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top .faq__item-link {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    width: 192px;
    padding: 14px 0;
    font-size: 13px;
  }
}
.top .school {
  padding: 100px 0;
  background-color: #32576f;
}
@media screen and (max-width: 1024px) {
  .top .school {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .top .school {
    padding: 5.6rem 0 0;
  }
}
.top .school__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .top .school__inner {
    padding: 0;
    flex-direction: column;
    gap: 2.8rem;
  }
}
.top .school__content {
  flex: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .top .school__content {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .top .school__content {
    width: 89.33333333%;
    margin: 0 auto;
    background-color: initial;
    gap: 1.9rem;
  }
}
.top .school__title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.36;
  color: #32576f;
  width: 98%;
  max-width: 583px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top .school__title {
    width: 92%;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .top .school__title {
    width: 100%;
    font-size: 34px;
    line-height: 1.32;
    text-align: center;
    color: #fff;
  }
}
.top .school__text {
  width: 98%;
  max-width: 583px;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.43;
}
@media screen and (max-width: 1024px) {
  .top .school__text {
    width: 92%;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top .school__text {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
  }
}
.top .school__img {
  width: 41.25%;
  height: auto;
  aspect-ratio: 561/451;
}
@media screen and (max-width: 767px) {
  .top .school__img {
    width: 100%;
    aspect-ratio: initial;
  }
}/*# sourceMappingURL=style.css.map */