@charset "UTF-8";

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

html {
  scroll-behavior: smooth;
}

/* Set core body defaults */

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */

img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 16px;
}

body {
  font-family: "M PLUS 1p", sans-serif;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a[href^="tel:"] {
  pointer-events: none;
}

.fv {
  margin-top: 80px;
  background-color: #fff;
}

.fv__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fv__image {
  width: 100%;
  max-width: 1144px;
  height: auto;
  margin-inline: auto;
}

.inner {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 180px;
  padding-left: 180px;
}

.section-title {
  text-align: center;
}

.section-title__text {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 2;
  color: #040000;
}

.section-title__text.section-title__text--small-line-height {
  line-height: 2;
}

.section-title__text.section-title__text--large {
  line-height: 2;
}

.section-title__text.section-title__text--white {
  color: #fff;
}

.section-title__text > span {
  color: #F86522;
  font-size: 52px;
}

.section-title__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
}

.section-title__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #D9C12A;
}

.section-title__dot--center {
  background-color: #F86522;
}

.content__wrapper {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 64px;
}

.content__box {
  padding: 64px 80px;
}

.content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
}

.content__text-box {
  width: 100%;
  max-width: 737px;
  height: auto;
}

.content__text-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #274169;
}

.content__text-title.content__text-title--small {
  font-size: 20px;
  font-weight: 500;
}

.content__text-title span {
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
}

.content__sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #040000;
  padding-top: 10px;
}

.content__sub-title.content__sub-title--padding-unset {
  padding-top: unset;
}

.content__texts {
  padding-top: 10px;
}

.content__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #535353;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.content__text .content__text--blue {
  font-weight: 900;
  color: #5BA2DC;
}

.content__text.content__text--small {
  font-size: 14px;
}

.card-layout-box {
  padding-top: 64px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-64 {
  padding-top: 64px;
}

.contact-button {
  display: inline-block;
}

.contact-button__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 24px;
  border-radius: 60px;
  background-color: #5BA2DC;
  -webkit-box-shadow: 3px 5px #2872AF;
          box-shadow: 3px 5px #2872AF;
  position: relative;
  top: 0;
}

.contact-button__box:hover {
  top: 5px;
  left: 3px;
  -webkit-box-shadow: 0 0 #BA5D00;
          box-shadow: 0 0 #BA5D00;
}

.contact-button__wide {
  display: block;
}

.contact-button__wide-box {
  width: 100%;
  max-width: 415px;
  height: auto;
  border-radius: 60px;
  background-color: #5BA2DC;
  -webkit-box-shadow: 3px 5px #2872AF;
          box-shadow: 3px 5px #2872AF;
  position: relative;
  top: 0;
}

.contact-button__wide-box.contact-button__wide-box--yellow {
  background-color: #D9C12A;
  -webkit-box-shadow: 3px 5px #a8930e;
          box-shadow: 3px 5px #a8930e;
}

.contact-button__wide-box:hover {
  top: 5px;
  left: 3px;
  -webkit-box-shadow: 0 0 #BA5D00;
          box-shadow: 0 0 #BA5D00;
}

.contact-button__wide-text {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 17px 0;
  text-align: center;
}

.contact-button__box.contact-button__box--yellow {
  background-color: #D9C12A;
  -webkit-box-shadow: 3px 5px #a8930e;
          box-shadow: 3px 5px #a8930e;
}

.contact-button__box.contact-button__box--yellow:hover {
  top: 5px;
  left: 3px;
  -webkit-box-shadow: 0 0 #BA5D00;
          box-shadow: 0 0 #BA5D00;
}

.contact-button__box.contact-button__box--red {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 10px 24px;
  background-color: #C13336;
  -webkit-box-shadow: 3px 5px #540b0e;
          box-shadow: 3px 5px #540b0e;
}

.contact-button__box.contact-button__box--red:hover {
  top: 5px;
  left: 3px;
  -webkit-box-shadow: 0 0 #540b0e;
          box-shadow: 0 0 #540b0e;
}

.contact-button__box.contact-button__box--green {
  background-color: #4B8D98;
  -webkit-box-shadow: 3px 5px #a7dae3;
          box-shadow: 3px 5px #a7dae3;
}

.contact-button__box.contact-button__box--green:hover {
  top: 5px;
  left: 3px;
  -webkit-box-shadow: 0 0 #BA5D00;
          box-shadow: 0 0 #BA5D00;
}

.contact-button__text {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #fff;
}

.contact-button__text.contact-button__text--large {
  font-size: 18px;
}

.heading-icon-box {
  background-color: #274169;
  display: inline-block;
  border-radius: 60px;
  width: 100%;
  max-width: 120px;
  height: auto;
}

.heading-icon-box.heading-icon-box--yellow {
  background-color: #D9C12A;
}

.heading-icon-text {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.sns-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  padding-top: 10px;
}

.sns-icon-box {
  width: 100%;
  max-width: 44px;
  height: auto;
}

.sns-icon-image {
  width: 100%;
  max-width: 44px;
  height: auto;
}

.section-box {
  margin-inline: auto;
}

.section-title-text {
  width: 100%;
  max-width: 690px;
  height: auto;
  margin-inline: auto;
  display: block;
  text-align: center;
  background-color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #274169;
  padding: 9px 0;
  border-radius: 60px;
}

.section__sub-text-box {
  padding-top: 24px;
  width: 100%;
  max-width: 789px;
  height: auto;
  margin-inline: auto;
}

.section__sub-text {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #274169;
  text-align: center;
}

.lg-show {
  display: none;
}

.md-show {
  display: none;
}

.sp2-show {
  display: none;
}

.sp-show {
  display: none;
}

.divider {
  width: 100%;
  height: auto;
  border: 1px solid #D2D7DA;
  margin: 64px 0;
}

.test {
  width: 100%;
  height: 500px;
  background-color: #5BA2DC;
  color: black;
}

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  height: 80px;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
  height: inherit;
}

.header__logo {
  display: block;
  width: 100%;
  max-width: 282px;
  height: auto;
}

.footer {
  padding-top: 80px;
}

.footer__image {
  width: 100%;
  max-width: 778px;
  height: auto;
  margin-inline: auto;
}

.footer__copyright {
  padding-top: 80px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.9;
  color: #040000;
  text-align: center;
}

.mirai {
  background-image: linear-gradient(-107deg, #afc5e6, #a7dae3);
  padding-bottom: 120px;
  position: relative;
  background-image: linear-gradient(107deg, #afc5e6, #a7dae3);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  -webkit-clip-path: ellipse(124% 95% at 50% 100%);
          clip-path: ellipse(124% 95% at 50% 100%);
  padding-top: 250px;
}

.mirai__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.mirai__lead-box {
  width: 100%;
  max-width: 684px;
  height: auto;
  margin-inline: auto;
  margin-top: 40px;
  color: #274169;
}

.mirai__lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
}

.mirai__card {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 80px;
  margin-top: 80px;
  padding: 40px 80px;
}

.mirai__heading-box {
  margin-inline: auto;
}

.mirai__card-heading {
  width: 100%;
  max-width: 690px;
  height: auto;
  margin-inline: auto;
  display: block;
  text-align: center;
  background: linear-gradient(-107deg, #afc5e6, #a7dae3);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #274169;
  padding: 9px 0;
  border-radius: 60px;
}

.mirai__table-wrap {
  width: 100%;
  max-width: 920px;
  height: auto;
  margin-inline: auto;
  margin-top: 40px;
  overflow-x: auto;
}

.mirai__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.mirai__table th,
.mirai__table td {
  padding: 24px 0;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #e3e6e8;
}

.mirai__table th {
  width: 34%;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #274169;
  text-align: left;
}

.mirai__table td {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #040000;
  text-align: left;
}

.mirai__table td span {
  font-weight: 900;
}

.mirai__table-link {
  text-decoration: underline;
  color: #5BA2DC;
}

.mirai__table-button-box {
  padding-top: 24px;
}

.mirai__table-button2 {
  padding-top: 16px;
}

.card-grid-box {
  padding-top: 37px;
  padding-bottom: 37px;
}

.card-grid {
  width: 100%;
  margin-inline: auto;
}

.card-grid__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 37px;
  width: 100%;
}

.card-grid__inner.card-grid__inner--narrow {
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.card-grid__item {
  background-color: #fff;
  width: 100%;
}

.card-grid__image {
  width: 100%;
  max-width: 290px;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 12px;
  margin-inline: auto;
}

.card-grid__image img {
  width: 100%;
  max-width: 290px;
  height: auto;
}

.card-grid__title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #274169;
  padding-top: 10px;
}

.card-grid__meta {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  color: #535353;
}

.card-grid__subtitle {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  color: #040000;
}

.card-grid__text {
  max-height: none;
  overflow: hidden;
  margin-bottom: 8px;
}

.card-grid__text:not(.is-open) {
  max-height: 52px;
}

.card-grid__description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-grid__description.is-open {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
}

.card-grid__toggle {
  background: none;
  border: none;
  color: #5BA2DC;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: block;
  margin-inline: auto;
}

.first-section {
  background-color: #BDE3EA;
  padding: 120px 0;
}

.apply-button-box {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.apply-button-box.apply-button-box--non-column {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}

.second-section {
  background-color: #c3d4ec;
  padding: 120px 0;
}

.contact {
  padding: 0 0 80px;
  background-color: #c3d4ec;
  -webkit-clip-path: ellipse(52% 100% at 50% -2%);
          clip-path: ellipse(52% 100% at 50% -2%);
  text-align: center;
}

.contact__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  color: #040000;
}

.contact__text-box {
  padding-top: 40px;
}

.contact__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  color: #274169;
}

@media screen and (max-width: 1024px) {
  .content__wrapper {
    margin-top: 40px;
  }

  .content__box {
    padding: 40px 16px;
  }

  .content__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }

  .content__container.content__container--non-flex {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    gap: 15px;
  }

  .content__sub-title {
    padding-top: 15px;
  }

  .content__text {
    font-size: 14px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10px;
  }

  .button-margin-inline {
    margin-inline: auto;
  }

  .contact-button.contact-button__special {
    display: block;
    width: 100%;
    height: auto;
    margin-inline: auto;
  }

  .lg-none {
    display: none !important;
  }

  .lg-show {
    display: block !important;
  }

  .mirai {
    padding-top: 180px;
    padding-bottom: 40px;
    -webkit-clip-path: ellipse(236% 95.5% at 50% 100%);
            clip-path: ellipse(236% 95.5% at 50% 100%);
  }

  .mirai__title {
    font-size: 28px;
    line-height: 1.5;
  }

  .mirai__lead-box {
    margin-top: 20px;
  }

  .mirai__lead {
    text-align: left;
  }

  .mirai__card {
    padding: 40px 11px;
    margin-top: 35px;
  }

  .mirai__card-heading {
    padding: 6px 0;
    line-height: 1.5;
  }

  .mirai__table-wrap {
    margin-top: 15px;
  }

  .mirai__table th,
  .mirai__table td {
    padding: 12px 0;
  }

  .mirai__table th {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 1.7;
    border-bottom: unset;
    padding-top: 16px;
    padding-bottom: 5px;
  }

  .mirai__table td {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    display: block;
    padding-top: 0;
    padding-left: 0;
  }

  .mirai__table tr {
    display: block;
    border-bottom: none;
  }

  .mirai__table-button-box {
    padding: 12px 0;
  }

  .mirai__table-button3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }

  .fv {
    margin-top: 75px;
  }

  .fv__inner {
    padding: 0 20px;
  }

  .inner {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-title__text {
    font-size: 24px;
  }

  .section-title__text.section-title__text--small-line-height {
    line-height: 1.5;
  }

  .section-title__text.section-title__text--large {
    line-height: 1.8;
  }

  .section-title__text > span {
    font-size: 36px;
  }

  .section-title__dots {
    padding-top: 10px;
  }

  .card-layout-box {
    padding-top: 64px;
  }

  .contact-button__box {
    padding: 10px 38px;
  }

  .contact-button__wide-box {
    max-width: 250px;
  }

  .contact-button__wide-text {
    font-size: 14px;
  }

  .contact-button__text.contact-button__text--small {
    font-size: 12px;
  }

  .section-title-text {
    font-size: 20px;
    padding: 6px 0;
    line-height: 1.5;
  }

  .section__sub-text {
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: left;
  }

  .md-none {
    display: none !important;
  }

  .md-show {
    display: block !important;
  }

  .header {
    height: 60px;
  }

  .header__inner {
    padding: 0 16px 0 16px;
  }

  .header__logo {
    max-width: 132px;
  }

  .footer__image {
    max-width: 318px;
  }

  .footer__copyright {
    padding-top: 40px;
    font-size: 8px;
  }

  .card-grid-box {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .first-section {
    padding: 80px 0;
  }

  .second-section {
    padding: 80px 0;
  }

  .contact {
    -webkit-clip-path: ellipse(83% 100% at 50% -2%);
            clip-path: ellipse(83% 100% at 50% -2%);
  }

  .contact__title {
    font-size: 28px;
  }

  .contact__text-box {
    padding-top: 24px;
  }
}

@media screen and (max-width: 500px) {
  .fv__image {
    width: 100%;
    max-width: 297px;
  }

  .sp2-none {
    display: none !important;
  }

  .sp2-show {
    display: block !important;
  }

  .apply-button-box.apply-button-box--non-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 375px) {
  .sp-none {
    display: none !important;
  }

  .sp-show {
    display: block !important;
  }
}
/*# sourceMappingURL=style.css.map */