@charset "UTF-8";
html {
  font-size: 16px;
}

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

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

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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;
}

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

a,
span {
  display: inline-block;
}

/*--------------------------------------------
 * 共通部分
 *--------------------------------------------*/
@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

.title-en {
  font-size: 45px;
  font-weight: 700;
  color: #0059a9;
}
@media screen and (max-width: 768px) {
  .title-en {
    font-size: 27px;
  }
}

.title-ja {
  font-size: 45px;
  font-weight: 700;
  color: #eb6d93;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .title-ja {
    font-size: 27px;
  }
}

/* --------------------------------------------
 * ヘッダー
 * -------------------------------------------- */
.header {
  height: 60px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    position: static;
  }
}

.header__inner {
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .header__logo {
    font-size: 18px;
  }
}

.header__nav {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__nav-item {
  display: block;
  width: 50%;
  height: auto;
}

.header__nav-item img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------
 * FV
 * -------------------------------------------- */
.fv {
  background-color: #ebf6fc;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .fv {
    margin-top: 0;
  }
}

.fv__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    padding: 0;
  }
}

.fv__image {
  width: 100%;
  height: auto;
}

/* --------------------------------------------
 * sec01
 * -------------------------------------------- */
.sec01 {
  margin-top: 50px;
  padding-bottom: 50px;
  background-image: url("/images/sec01_bg.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.sec01__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec01__image {
  width: 100%;
  height: auto;
}

/* --------------------------------------------
 * sec02
 * -------------------------------------------- */
.sec02 {
  margin-top: 50px;
}

.sec02__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .sec02__inner {
    padding: 0 10px;
  }
}

.sec02__title {
  font-size: 30px;
  font-weight: 700;
  color: #ef8200;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec02__title {
    font-size: 20px;
  }
}

.sec02__video {
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.sec02__video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 768px) {
  .sec02__video {
    max-width: 100%;
    border-radius: 5px;
  }
}

/* --------------------------------------------
 * plan
 * -------------------------------------------- */
.plan {
  margin-top: 50px;
}

.plan__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.plan__image {
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .plan__image {
    width: 100%;
  }
}

/* --------------------------------------------
 * Campaign
 * -------------------------------------------- */
.campaign {
  margin-top: 50px;
}

.campaign__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.campaign__title {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .campaign__title {
    font-size: 20px;
  }
}

.schedule {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0 20px;
  border: 2px solid #0059a9;
}

.schedule_list {
  width: 100%;
  border-collapse: collapse;
  display: table;
}

.schedule_item {
  display: table-row;
  background-color: #fff;
  border-bottom: 1px solid #0059a9;
}
.schedule_item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .schedule_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 10px;
    gap: 10px;
  }
}

.schedule_item td {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding: 20px 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .schedule_item td {
    display: block;
    font-size: 16px;
    padding: 10px 10px;
    text-align: center;
  }
}

/* --------------------------------------------
 * CTA
 * -------------------------------------------- */
.cta {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #0059a9;
}

.cta__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.cta_area {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 18px;
}
@media screen and (max-width: 768px) {
  .cta_area {
    padding: 20px;
  }
}

.cta_area__text {
  font-size: 35px;
  font-weight: 700;
  color: #eb6d93;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 2px solid #eb6d93;
}
@media screen and (max-width: 768px) {
  .cta_area__text {
    font-size: 25px;
  }
}

.cta_btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .cta_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

/* --------------------------------------------
 * Merit
 * -------------------------------------------- */
.merit {
  background-color: #d4ecef;
  padding-top: 50px;
  padding-bottom: 50px;
}

.merit__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.merit__line {
  width: 100%;
  height: auto;
}

.merit__title {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .merit__title {
    font-size: 27px;
  }
}

.merit__content {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.merit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .merit__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.merit__list-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .merit__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.merit-item__image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .merit-item__image {
    width: 100%;
    margin: 0 auto;
  }
}

.merit-item__text-title {
  font-size: 25px;
  font-weight: 700;
  color: #ef8200;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .merit-item__text-title {
    text-align: center;
  }
}

.merit-item__text-text {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  color: #000;
}

/* --------------------------------------------
 * Golden Age
 * -------------------------------------------- */
.golden-age {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.golden-age__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .golden-age__inner {
    padding: 0 10px;
  }
}

.golden-age__title {
  font-size: 30px;
  font-weight: 700;
  color: #ef8200;
  text-align: center;
  display: inline-block;
  border: 2px solid #ef8200;
  border-radius: 32px;
  padding: 10px 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .golden-age__title {
    font-size: 24px;
  }
}

.golden-age__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .golden-age__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.golden-content__textarea {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .golden-content__textarea {
    width: 100%;
  }
}

.golden-content__textarea-title {
  font-size: 25px;
  font-weight: 700;
  color: #c1272d;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .golden-content__textarea-title {
    text-align: center;
    font-size: 23px;
  }
}

.golden-content__textarea-text {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  color: #000;
  text-align: justify;
  text-justify: inter-ideograph;
}

.golden-content__image {
  width: 50%;
  height: auto;
  aspect-ratio: 16/9;
}
.golden-content__image img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .golden-content__image {
    width: 100%;
  }
  .golden-content__image img {
    width: 100%;
  }
}

/* --------------------------------------------
 * Reason
 * -------------------------------------------- */
.reason {
  background-image: url("../images/reason_bg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 400px;
}

.reason__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .reason__inner {
    padding: 0 10px;
  }
}

.reason__title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .reason__title {
    font-size: 27px;
  }
}

.reason__text {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1.7;
  font-weight: 500;
  color: #603813;
}
@media screen and (max-width: 768px) {
  .reason__text {
    font-size: 18px;
  }
}

.reason__text2 {
  text-align: center;
  font-size: 28px;
  line-height: 1.7;
  font-weight: 700;
  color: #603813;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .reason__text2 {
    font-size: 18px;
  }
}

.reason__content {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reason__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.reason-header {
  margin-top: 40px;
  background-color: #0059a9;
  padding: 10px 20px;
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .reason-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.reason-header__label {
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 38px;
  font-weight: 700;
  color: #0059a9;
}
@media screen and (max-width: 768px) {
  .reason-header__label {
    font-size: 25px;
    padding: 5px 20px;
  }
}

.reason-header__title {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .reason-header__title {
    text-align: center;
    font-size: 25px;
  }
}

.reason-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 2px solid #0059a9;
  border-top: none;
  padding: 20px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .reason-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.reason__list-item:nth-child(even) .reason-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .reason__list-item:nth-child(even) .reason-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.reason-image {
  width: 30%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .reason-image {
    width: 100%;
  }
}
.reason-image img {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: auto;
}

.reason-text {
  width: 60%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .reason-text {
    width: 100%;
  }
}
.reason-text p {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 768px) {
  .reason-text p {
    line-height: 1.7;
  }
}

/* --------------------------------------------
 * Voice
 * -------------------------------------------- */
.voice {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.voice__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .voice__inner {
    padding: 0 10px;
  }
}

.voice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .voice__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* --------------------------------------------
 * School Video
 * -------------------------------------------- */
.school {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.school__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .school__inner {
    padding: 0 10px;
  }
}

.school_video {
  width: 100%;
  max-width: 800px;
  height: 450px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.school_video iframe {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 768px) {
  .school_video {
    max-width: 100%;
    height: 300px;
    border-radius: 5px;
  }
}

.school_content {
  text-align: center;
}

.school_content__text {
  margin-top: 30px;
  font-size: 25px;
  line-height: 1.7;
  font-weight: 500;
  color: #603813;
}
@media screen and (max-width: 768px) {
  .school_content__text {
    font-size: 16px;
  }
}

.school_content__text2 {
  margin-top: 30px;
  font-size: 30px;
  line-height: 1.7;
  font-weight: 700;
  color: #ef8200;
}
@media screen and (max-width: 768px) {
  .school_content__text2 {
    font-size: 18px;
  }
}

/* --------------------------------------------
 * About
 * -------------------------------------------- */
.about {
  background-image: url("../images/about_bg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .about__inner {
    padding: 0 10px;
  }
}

.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .about__list {
    gap: 50px;
    margin-top: 50px;
  }
}

.about__list-item {
  margin-top: 50px;
  background-color: #fff;
  border: 2px solid #eb6d93;
  border-radius: 20px;
  padding: 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__list-item {
    padding: 50px 20px 20px 10px;
  }
}

.about__list-item-text {
  text-align: center;
  margin-top: 10px;
  text-align: center;
  font-size: 23px;
  line-height: 1.7;
  font-weight: 500;
  color: #603813;
}
@media screen and (max-width: 768px) {
  .about__list-item-text {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 18px;
  }
}
.about__list-item-text span {
  display: inline;
  color: #eb6d93;
  font-weight: 700;
}

.about__list-item-image {
  width: 100%;
  height: auto;
}
.about__list-item-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .about__list-item-image img {
    width: 80%;
  }
}

.about-header {
  text-align: center;
  width: 90%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  background-color: #0059a9;
  padding: 10px 30px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .about-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    padding: 10px 20px;
    gap: 10px;
  }
}

.about-header__label {
  display: block;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #ffff00;
}
@media screen and (max-width: 768px) {
  .about-header__label {
    font-size: 25px;
  }
}

.about-header__title {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about-header__title {
    font-size: 20px;
  }
}

.about-header__title-sub {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about-header__title-sub {
    font-size: 18px;
  }
}

/* --------------------------------------------
 * FAQ
 * -------------------------------------------- */
.faq {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.faq__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .faq__inner {
    padding: 0 10px;
  }
}

.faq__title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .faq__title {
    font-size: 27px;
  }
}

.faq__content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .faq__content {
    padding: 0 10px;
  }
}

.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .faq__list {
    gap: 30px;
  }
}

.faq__list-item {
  background-color: #fff;
  border: 2px solid #0059a9;
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .faq__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.faq-question {
  background-color: #0059a9;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .faq-question {
    padding: 10px 10px;
    gap: 10px;
  }
}
.faq-question img {
  display: block;
  width: 50px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .faq-question img {
    width: 10%;
  }
}

.faq-question__title {
  width: 90%;
  font-size: 23px;
  font-weight: #fff;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .faq-question__title {
    width: 90%;
    font-size: 18px;
  }
}

.faq-answer {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .faq-answer {
    padding: 10px 10px;
    gap: 10px;
  }
}
.faq-answer img {
  display: block;
  width: 50px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .faq-answer img {
    width: 10%;
  }
}

.faq-answer__text {
  width: 90%;
  font-size: 23px;
  line-height: 1.7;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 768px) {
  .faq-answer__text {
    font-size: 18px;
  }
}

/* --------------------------------------------
 * access
 * -------------------------------------------- */
.access {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .access {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.access__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .access__inner {
    max-width: 100%;
    padding: 0 10px;
  }
}

.access__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .access__title {
    font-size: 27px;
    margin-bottom: 30px;
  }
}

.access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .access__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}

.access__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .access__map {
    width: 90%;
  }
}
.access__map iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .access__map iframe {
    height: 300px;
  }
}

.access__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .access__info {
    width: 90%;
  }
}

.access__info-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}

.access__info-row {
  border-bottom: 1px solid #e0e0e0;
}
.access__info-row:last-child {
  border-bottom: none;
}

.access__info-label {
  background-color: #0059a9;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .access__info-label {
    font-size: 16px;
    padding: 12px 15px;
    width: 100px;
  }
}

.access__info-value {
  background-color: #fff;
  color: #0059a9;
  font-size: 18px;
  line-height: 1.7;
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .access__info-value {
    font-size: 16px;
    padding: 12px 15px;
  }
}

.access__info-value-note {
  font-size: 14px;
  font-weight: 300;
  color: #0059a9;
}

/* --------------------------------------------
 * Footer
 * -------------------------------------------- */
.footer {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer__inner {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
  }
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__content-logo {
  width: 45px;
  height: auto;
}
.footer__content-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 10px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.nav-area1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-area1 a {
  display: block;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .nav-area1 a {
    font-size: 12px;
  }
}
.nav-area1 a:last-child {
  border-right: none;
}

.nav-area2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-area2 a {
  display: block;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .nav-area2 a {
    font-size: 12px;
  }
}
.nav-area2 a:last-child {
  border-right: none;
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.footer__copyright-title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 768px) {
  .footer__copyright-title {
    font-size: 12px;
  }
}

.footer__copyright-text {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width: 768px) {
  .footer__copyright-text {
    font-size: 12px;
  }
}

/* --------------------------------------------
 * Follow CTA
 * -------------------------------------------- */
.follow_cta {
  display: none;
}
@media screen and (max-width: 768px) {
  .follow_cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}

.follow_cta__inner {
  width: 100%;
  height: auto;
}

.follow_cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tel-area {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 20px 10px;
  background-color: #eb6d93;
}
@media screen and (max-width: 768px) {
  .tel-area {
    font-size: 14px;
  }
}

.btn-area {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 20px 10px;
  background-color: rgb(0, 161, 0);
}
@media screen and (max-width: 768px) {
  .btn-area {
    font-size: 14px;
  }
}