@charset 'UTF-8';

/*! destyle.css v2.0.2 | 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-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

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

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

/* 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 {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  /* 1 */
  height: 0;
  /* 2 */
  border-top-width: 1px;
  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 {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 2 */
}

address {
  font-style: inherit;
}

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

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

  -webkit-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 {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  outline: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  padding: 0;
  /* 1 */
  max-width: 100%;
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;

  -webkit-appearance: button;
  /* 2 */
}

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --board: 1400;
  --max: 1px;
}

:root {
  --colorBlack: #303030;
  --colorBg: #fff;
  --colorCurrent: #c7c7c7;
  --colorMain: #00399e;
  --colorPoint: #fadc16;
  --colorPrimary: #1b2667;
}

:root {
  --fontGothic: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --fontMincho: "Noto Serif JP", "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --fontEnglish: "Marcellus", serif;
  --fontMaru: "Zen Maru Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

:root {
  --weightLight: 300;
  --weightRegular: 400;
  --weightMedium: 500;
  --weightBold: 700;
}

:root {
  --fontSize: 18rem;
  --letterSpacing: 0;
  --lineHeight: 1.75;
  --kerning: unset;
}

:root {
  --bodyBg: var(--colorBg);
  --speed: 0.4s;
}

html {
  font-size: clamp(1.5625%, 0.0714285714vw, 6.25%);
}

body {
  background-color: var(--bodyBg);
  color: var(--colorBlack);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  font-size: var(--fontSize);
  font-family: var(--fontMincho);
  line-height: var(--lineHeight);

  font-optical-sizing: auto;
  -webkit-font-feature-settings: var(--kerning);
  font-feature-settings: var(--kerning);
}

@-webkit-keyframes name {
}

@keyframes name {
}

a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

a:focus {
  text-decoration: none;
}

a img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

a[href^="tel:"] {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.section__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10rem;
  color: var(--colorMain);
  text-align: center;
  letter-spacing: 0.046em;
  font-weight: 600;
  font-size: 46rem;
  line-height: 1.56;
}

.section__title span {
  color: var(--colorBlack);
  font-weight: var(--weightMedium);
  font-size: 32rem;
  line-height: 1.08;
}

.section__title::after {
  content: "";
  display: block;
  margin-top: 10rem;
  width: 1090rem;
  height: 4rem;
  background-image: url(../../assets/image/bg_section-title.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 90rem;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: var(--fontGothic);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: none;
}

.is-modal-show .modal {
  opacity: 1;
  pointer-events: auto;
}

.is-modal-show {
  overflow: hidden;
}

.modal__content {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60rem;
  width: 980rem;
  border-radius: 20rem;
  background-color: #fff;
  font-size: 18rem;
  cursor: default;
}

.modal__title {
  margin-bottom: 18rem;
  color: #2660ab;
  font-weight: 700;
  font-size: 26rem;
}

.modal__text {
  margin-bottom: 24rem;
}

.modal__text2 {
  padding-top: 30rem;
  border-top: 1px solid #165db5;
}

.modal__box-text {
  font-weight: 700;
  line-height: 1.66666667;
}

.modal__box-text + .modal__box-text {
  margin-top: 18rem;
}

.modal__list li {
  margin: 0;
  list-style-type: none;
  line-height: 1.5;
}

.modal__list li + li {
  margin-top: 5rem;
}

.modal__list ul {
  margin-top: 5rem;
  padding-left: 1em;
}

.modal__list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
}

.modal__button-close {
  position: fixed;
  top: 120rem;
  right: calc(50% - 490rem + 25rem);
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 24rem 0;
  background-color: #fff;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64rem;
  height: 64rem;
}

.header__logo-text {
  position: absolute;
  left: 70rem;
  color: #999;
  white-space: nowrap;
  font-size: 10rem;
  font-family: sans-serif;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
}

.header__nav-item {
  width: 208rem;
  height: 54rem;
}

.header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20rem;
  width: 100%;
  height: 100%;
  border-radius: 6rem;
  background-color: #ff3800;
  color: #fff;
  font-weight: var(--weightBold);
  font-family: var(--fontGothic);
}

.header__nav-link::after {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  border: 2rem solid #fff;
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__nav-link--contact::before {
  content: "";
  display: block;
  width: 30rem;
  height: 24rem;
  background-image: url(../../assets/image/icon_mail.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.header__nav-link--search {
  background-color: #0073e4;
}

.header__nav-link--search::before {
  content: "";
  display: block;
  width: 27rem;
  height: 27rem;
  background-image: url(../../assets/image/icon_search.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.header__nav-link--search::after {
  margin-left: 5rem;
}

.wrapper {
  margin: 0 auto;
  width: 1010rem;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 36rem 0;
  background-color: var(--colorPrimary);
}

.footer__copyright {
  color: #fff;
  font-size: 24rem;
  font-family: "Jost", sans-serif;
}

.mv {
  overflow: hidden;
  background-image: url(../../assets/image/bg_mv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mv__inner {
  position: relative;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 31rem;
  margin: 0 auto;
  padding-left: 47rem;
  width: 960rem;
  height: 420rem;
}

.mv__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -300rem;
  display: block;
  width: 300rem;
  height: 420rem;
  background-image: url(../../assets/image/bg_mv-left.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.mv__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: -300rem;
  display: block;
  width: 300rem;
  height: 420rem;
  background-image: url(../../assets/image/bg_mv-right.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.mv__image {
  position: absolute;
  bottom: 0;
  left: calc(50% + 25rem);
  width: 444rem;
}

.mv__title {
  margin-top: 24rem;
}

.mv__title-image {
  width: 507rem;
}

.mv__subtitle-image {
  position: relative;
  z-index: 1;
  width: 515rem;
}

.mv__bottom {
  position: relative;
  margin-top: -1rem;
  padding: 32rem 0;
  background-image: url(../../assets/image/bg_mv-bottom.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mv__bottom-image {
  display: block;
  margin: 0 auto;
  width: 1031rem;
}

.mv__bottom-text {
  margin-top: -40rem;
  color: #fff;
  text-align: center;
}

.anchor-link {
  margin-top: 53rem;
}

.anchor-link__container {
  margin: 0 auto;
  width: 1090rem;
}

.anchor-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.anchor-link__item {
  width: 256rem;
  height: 105rem;
}

.anchor-link__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/image/bg_anchor-link.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #f0d780;
  text-align: center;
  font-weight: var(--weightBold);
  font-size: 22rem;
  font-family: var(--fontMincho);
  line-height: 1.27;
  -webkit-filter: drop-shadow(4rem 4rem 4rem rgba(124, 124, 124, 0.25));
  filter: drop-shadow(4rem 4rem 4rem rgba(124, 124, 124, 0.25));
}

.anchor-link__link::after {
  content: "";
  position: absolute;
  bottom: 14rem;
  display: block;
  width: 12rem;
  height: 12rem;
  border: 3rem solid #f0d780;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fixed__button {
  position: fixed;
  top: 250rem;
  right: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fixed__button.is-visible {
  visibility: visible;
  opacity: 1;
}

.fixed__button-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120rem;
  height: 120rem;
  background-color: #e42444;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 85%);
  color: #fff;
  font-weight: var(--weightBold);
  font-size: 16rem;
  line-height: 1.375;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}

.fixed__button-link::before {
  content: "";
  display: block;
  margin-bottom: 10rem;
  width: 40rem;
  height: 40rem;
  background-image: url(../../assets/image/icon_pencil.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.fixed__button-link span {
  color: #fadc16;
  font-size: 18rem;
}

.fixed__button-link--document {
  background-color: var(--colorPrimary);
}

.fixed__button-link--document::before {
  width: 35rem;
  height: 35rem;
  background-image: url(../../assets/image/icon_document.svg);
}

.reason {
  padding-top: 70rem;
}

.reason__container {
  margin-top: -4rem;
  padding: 80rem 0 120rem;
  background-color: #edeef3;
}

.reason-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reason-link__item {
  width: 326rem;
  height: 144rem;
}

.reason-link__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 5rem;
  width: 100%;
  height: 100%;
  border-radius: 6rem;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 4rem rgba(102, 102, 102, 0.2);
  box-shadow: inset 0 0 4rem rgba(102, 102, 102, 0.2);
  text-align: center;
  font-weight: var(--weightBold);
  font-size: 20rem;
  line-height: 1.45;
}

.reason-link__link span {
  font-weight: var(--weightMedium);
  font-size: 36rem;
}

.reason-link__link::after {
  content: "";
  position: absolute;
  bottom: 16rem;
  display: block;
  width: 10rem;
  height: 10rem;
  border: 2px solid #e2af00;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.reason-content {
  margin-top: 20rem;
}

.reason-content__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: 50rem;
}

.reason-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 130rem;
}

.reason-content__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.reason-content__box {
  position: relative;
  width: 505rem;
}

.reason-content__number {
  position: absolute;
  top: -70rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  gap: 12rem;
  font-weight: var(--weightMedium);
  font-size: 50rem;
  line-height: 1;
}

.reason-content__number::before {
  content: "[";
  padding-bottom: 8rem;
  font-weight: var(--weightRegular);
  font-size: 28rem;
}

.reason-content__number::after {
  content: "]";
  padding-bottom: 8rem;
  font-weight: var(--weightRegular);
  font-size: 28rem;
}

.reason-content__title {
  font-weight: var(--weightMedium);
  font-size: 36rem;
  line-height: 1.66;
}

.reason-content__text {
  margin-top: 16rem;
  font-family: var(--fontGothic);
  line-height: 1.833;
}

.reason-content__text span {
  color: var(--colorMain);
  font-weight: var(--weightBold);
}

.reason-content__photo {
  margin-top: 10rem;
  width: 440rem;
}

.reason-content__photo img {
  width: 100%;
}

.cta {
  padding: 64rem 0 30rem;
  background-image: url(../../assets/image/bg_cta.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 918rem;
}

.cta__button-text {
  position: absolute;
  top: -40rem;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16rem;
  color: var(--colorBlack);
  white-space: nowrap;
  font-weight: var(--weightBold);
  font-size: 22rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cta__button-text::before {
  content: "";
  display: block;
  width: 2rem;
  height: 28rem;
  background-color: var(--colorBlack);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.cta__button-text::after {
  content: "";
  display: block;
  width: 2rem;
  height: 28rem;
  background-color: var(--colorBlack);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.cta__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  gap: 16rem;
  width: 430rem;
  height: 86rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 4rem 4rem 4rem rgba(137, 116, 66, 0.25);
  box-shadow: 4rem 4rem 4rem rgba(137, 116, 66, 0.25);
  color: #fff;
  font-weight: var(--weightBold);
  font-size: 24rem;
}

.cta__button span {
  padding-right: 5rem;
  color: var(--colorPoint);
  font-size: 32rem;
}

.cta__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30rem;
  display: block;
  width: 12rem;
  height: 12rem;
  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.cta__button--trial {
  padding-left: 64rem;
  background-image: url(../../assets/image/bg_cta_lesson.jpg);
}

.cta__button--trial::before {
  content: "";
  display: block;
  width: 36rem;
  height: 36rem;
  background-image: url(../../assets/image/icon_pencil.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta__button--document {
  padding-left: 70rem;
  background-image: url(../../assets/image/bg_cta_document.jpg);
}

.cta__button--document::before {
  content: "";
  display: block;
  width: 35rem;
  height: 35rem;
  background-image: url(../../assets/image/icon_document.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.curriculum {
  padding: 100rem 0 110rem;
}

.curriculum__container {
  margin-top: 50rem;
}

.curriculum__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10rem;
}

.curriculum__tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 320rem;
  height: 68rem;
  background-color: #c3c3c3;
  color: #fff;
  font-weight: var(--weightMedium);
  font-size: 32rem;
  line-height: 1;
  cursor: pointer;

  -webkit-mask-image: url(../../assets/image/bg_curriculum_tab.svg);
  mask-image: url(../../assets/image/bg_curriculum_tab.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
}

.curriculum__tab-item--01.active {
  background-color: #7eae1b;
}

.curriculum__tab-item--02.active {
  background-color: #00aac8;
}

.curriculum__tab-item--03.active {
  background-color: #e46e73;
}

.curriculum__item {
  display: none;
  width: 100%;
  height: 304rem;
  -webkit-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.15);
}

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

.curriculum__item--01 {
  border: 2px solid #7eae1b;
}

.curriculum__item--01 .curriculum__item-text span {
  color: #7eae1b;
}

.curriculum__item--01 i {
  font-style: normal;
  cursor: pointer;
}

.curriculum__item--02 {
  border: 2px solid #00aac8;
}

.curriculum__item--02 .curriculum__item-text span {
  color: #00aac8;
}

.curriculum__item--03 {
  border: 2px solid #e46e73;
}

.curriculum__item--03 .curriculum__item-text span {
  color: #e46e73;
}

.curriculum__item-photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 580rem;
}

.curriculum__item-photo img {
  width: 100%;
}

.curriculum__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 54rem;
}

.curriculum__item-text {
  font-family: var(--fontGothic);
  line-height: 1.833;
}

.curriculum__item-text span {
  font-weight: var(--weightBold);
}

.curriculum__other {
  margin-top: 32rem;
  text-align: center;
  font-weight: var(--weightMedium);
  font-size: 22rem;
}

.result {
  padding-top: 60rem;
  padding-bottom: 20rem;
  background-color: #f0eae2;
}

.result__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--colorMain);
  font-size: 32rem;
  line-height: 1;
}

.result__title span {
  font-weight: var(--weightBold);
  font-size: 46rem;
}

.result__title::before,
.result__title::after {
  content: "";
  display: block;
  margin-top: 30rem;
  margin-right: 20rem;
  width: 24rem;
  height: 90rem;
  background-image: url(../../assets/image/image_result_title.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: scale(-1, 1) translateY(30rem);
  transform: scale(-1, 1) translateY(30rem);
}

.result__title::after {
  margin-right: 0;
  margin-left: 20rem;
  -webkit-transform: translateY(30rem);
  transform: translateY(30rem);
}

.result__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 90rem;

  row-gap: 26rem;
}

.result__box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 660rem;
}

.result__graph {
  width: 280rem;
}

.result__graph img {
  width: 100%;
}

.result__text {
  margin-top: 20rem;
  font-size: 14rem;
  font-family: var(--fontGothic);
  line-height: 1.5;
}

.result__copy {
  font-weight: var(--weightBold);
  font-size: 40rem;
  line-height: 1;
}

.result__label {
  padding: 5rem;
  background-color: #1b2667;
  color: #fff;
  text-align: center;
  font-weight: var(--weightMedium);
  font-size: 30rem;
}

.result__result {
  color: #1b2667;
  white-space: nowrap;
  font-weight: var(--weightBold);
  font-size: 90rem;
}

.result__number {
  color: #e42444;
  font-weight: var(--weightBold);
  font-size: 140rem;
  line-height: 1.3;
}

.result__unit {
  font-size: 60rem;
}

.result__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 480rem;
}

.result__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1b2667;
  font-weight: var(--weightBold);
  font-size: 46rem;
}

.result__name::after {
  content: "";
  display: block;
  width: 480rem;
  height: 4rem;
  background-image: url(../../assets/image/image_result_name.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.result__item .result__text {
  font-weight: var(--weightBold);
  font-size: 40rem;
  font-family: var(--fontMincho);
}

.result__count {
  font-weight: var(--weightBold);
  font-size: 40rem;
  font-family: var(--fontMincho);
}

.result__item .result__number {
  font-size: 100rem;
  font-family: var(--fontMincho);
}

.preview {
  padding-top: 110rem;
  padding-bottom: 110rem;
  background-color: #f0eae2;
}

.preview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 36rem;
  padding: 50rem;
  width: 670rem;
  border-radius: 10rem;
  background-color: #fff;
  -webkit-box-shadow: 5rem 5rem 5rem rgba(129, 129, 129, 0.35);
  box-shadow: 5rem 5rem 5rem rgba(129, 129, 129, 0.35);
}

.preview__photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 30rem;
  width: 180rem;
}

.preview__photo img {
  width: 100%;
}

.preview__text {
  font-family: var(--fontGothic);
  line-height: 1.66;
}

.preview__text:not(.is-show) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  -webkit-line-clamp: 6;
  /* 最大6行まで表示 */
}

.preview__text {
  cursor: pointer;
}

.preview__info {
  margin-top: 58rem;
  text-align: right;
  font-family: var(--fontGothic);
  line-height: 1.66;
}

.preview__link {
  color: #0066bc;
  text-decoration: underline;
}

.preview__link::after {
  content: "";
  display: inline-block;
  margin-left: 10rem;
  width: 16rem;
  height: 16rem;
  background-image: url(../../assets/image/icon_link.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem);
}

#swiper-preview.swiper {
  padding: 50rem 0;
}

#swiper-preview .swiper-pagination {
  top: auto;
  bottom: 0;
}

#swiper-preview .swiper-pagination-bullet {
  margin: 0 9rem;
  width: 10rem;
  height: 10rem;
  background: #d4d4d4;
  opacity: 1;
}

#swiper-preview .swiper-pagination-bullet-active {
  background: var(--colorPrimary);
}

.info {
  padding-top: 110rem;
}

.info .section__title::after {
  display: none;
}

.info__container {
  margin-top: 50rem;
}

.info__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20rem;
}

.info__tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 450rem;
  height: 78rem;
  font-size: 32rem;

  -webkit-mask-image: url(../../assets/image/bg_info_tab.svg);
  mask-image: url(../../assets/image/bg_info_tab.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.info__tab-item--01 {
  background-color: #eaebef;
  color: #6a85ac;
}

.info__tab-item--01.active {
  background-color: #6a85ac;
  color: #fff;
}

.info__tab-item--02 {
  background-color: #f0eae2;
  color: #a68f67;
}

.info__tab-item--02.active {
  background-color: #a68f67;
  color: #fff;
}

.info__item {
  display: none;
  padding: 84rem 0 120rem;
}

.info__item.active {
  display: block;
}

.info__item--01 {
  border-top: 2px solid #6a85ac;
  background-color: #eaebef;
}

.info__item--02 {
  border-top: 2px solid #a68f67;
  background-color: #f0eae2;
}

.info__content {
  margin: 0 auto;
  width: 920rem;
}

.info__general {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info__generarl-photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 400rem;
}

.info__generarl-photo img {
  width: 100%;
}

.info__generarl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24rem;
}

.info__general-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  gap: 14rem;
}

.info__general-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48rem;
  color: var(--colorMain);
  font-size: 12rem;
}

.info__general-title--address::before {
  content: "";
  display: block;
  width: 18rem;
  height: 26rem;
  background-image: url(../../assets/image/icon_map.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.info__general-title--access::before {
  content: "";
  display: block;
  width: 21rem;
  height: 25rem;
  background-image: url(../../assets/image/icon_train.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.info__general-title--tel::before {
  content: "";
  display: block;
  width: 24rem;
  height: 24rem;
  background-image: url(../../assets/image/icon_tel.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.info__general-text {
  font-family: var(--fontGothic);
  line-height: 1.44;
}

.info__leader {
  margin-top: 62rem;
}

.info__teacher {
  margin-top: 76rem;
}

.info__section-title {
  padding: 2rem 0;
  border-bottom: 5rem solid #bbbed1;
  background-color: var(--colorPrimary);
  color: #fff;
  text-align: center;
  font-weight: var(--weightMedium);
  font-size: 28rem;
}

.info__leader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40rem;
  margin-top: 36rem;
  padding-bottom: 36rem;
  border-bottom: 1px dashed var(--colorMain);
}

.info-leader__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 180rem;
}

.info__leader-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 677rem;
}

.info__leader-text {
  font-weight: var(--weightMedium);
  font-size: 20rem;
  font-family: var(--fontGothic);
  line-height: 1.5;
}

.info__leader-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  gap: 20rem;
  margin-top: auto;
  padding: 8rem;
  border: 2px solid var(--colorMain);
  background-color: #fff;
}

.info__leader-result-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 87rem;
  height: 80rem;
  background-color: var(--colorMain);
  color: #fff;
  font-weight: var(--weightBold);
  font-size: 24rem;
  font-family: var(--fontGothic);
}

.info__leader-result-text {
  font-size: 20rem;
  font-family: var(--fontGothic);
  line-height: 1.7;
}

.info__leader-result-text span {
  color: #e42444;
  font-weight: var(--weightBold);
}

.info__leader-comment {
  margin-top: 36rem;
  font-family: var(--fontGothic);
  line-height: 1.66;
}

.info__leader-comment span {
  color: var(--colorMain);
  font-weight: var(--weightBold);
}

.info__teacher-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 36rem;
}

.info__teacher-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 430rem;
  -webkit-column-gap: 52rem;
  -moz-column-gap: 52rem;
  column-gap: 52rem;
}

.info__teacher-photo {
  width: 180rem;
}

.info__teacher-photo img {
  width: 100%;
}

.info__teacher-name {
  font-weight: var(--weightMedium);
  font-size: 20rem;
  font-family: var(--fontGothic);
  line-height: 1.5;
}

.info__teacher-data {
  margin-top: 10rem;
  font-size: 20rem;
  font-family: var(--fontGothic);
  line-height: 1.7;
}

.info__teacher-data span {
  color: var(--colorMain);
  font-weight: var(--weightBold);
  font-size: 24rem;
}

.js-truncate-container {
  position: relative;
}

.js-truncate-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-word;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.js-truncate-text.truncated {
  -webkit-line-clamp: 3;
}

.info__leader-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 36rem auto 0;
  width: 330rem;
  height: 60rem;
  border: 1px solid var(--colorMain);
  background-color: #fff;
  color: var(--colorMain);
  text-decoration: none;
  font-weight: var(--weightMedium);
  font-size: 20rem;
  font-family: var(--fontGothic);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.info__leader-button::before,
.info__leader-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16rem;
  display: block;
  width: 12rem;
  height: 2rem;
  background-color: var(--colorMain);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.info__leader-button::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.info__leader-button.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.faq {
  padding-top: 120rem;
  padding-bottom: 120rem;
}

.faq .section__title::after {
  display: none;
}

.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: 30rem;
  margin-top: 26rem;
}

.faq__question button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16rem;
  padding: 20rem 94rem 20rem 30rem;
  width: 100%;
  background-color: #ddd;
  font-weight: var(--weightMedium);
  font-size: 23rem;
  cursor: pointer;
}

.faq__question button span {
  color: var(--colorMain);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 36rem;
  line-height: 1;
}

.faq__question button::before,
.faq__question button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30rem;
  display: block;
  width: 24rem;
  height: 4rem;
  background-color: var(--colorMain);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq__question button::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.open .faq__question button::after {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.faq__answer {
  overflow: hidden;
  padding: 0 53rem;
  height: 0;
  font-family: var(--fontGothic);
  line-height: 1.77;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.open .faq__answer {
  opacity: 1;
}

.faq__answer a {
  color: #0057bb;
}

@media (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 0.1333333333vw;
  }

  *,
  *::before,
  *::after {
    max-width: 100%;
  }

  .section__title {
    gap: 16rem;
    letter-spacing: 0.1em;
    font-size: 58rem;
    line-height: 1.37;
  }

  .section__title span {
    letter-spacing: 0.04em;
    font-size: 40rem;
  }

  .section__title::after {
    margin-top: 20rem;
    width: 650rem;
    height: 8rem;
    background-image: url(../../assets/image/bg_section-title_sp.png);
  }

  .modal__content {
    padding: 80rem 40rem;
    max-height: 85vh;
    width: 670rem;
    font-size: 24rem;
  }

  .modal__title {
    font-size: 30rem;
  }

  .modal__text {
    margin-bottom: 20rem;
  }

  .modal__box-text + .modal__box-text {
    margin-top: 20rem;
  }

  .modal__button-close {
    right: calc(50% - 335rem + 25rem);
    width: 40rem;
  }

  .header__logo {
    width: 100rem;
    height: 100rem;
  }

  .header__logo-text {
    left: 100rem;
    font-size: 14rem;
  }

  .header__logo-text {
    display: -webkit-box;
    /* フレックスボックスを使用 */
    overflow: hidden;
    /* 制限を超えたコンテンツを非表示 */
    -webkit-box-orient: vertical;
    /* 縦方向に配置 */
    text-overflow: ellipsis;
    /* 非表示になったコンテンツの代わりに「…」を表示 */

    -webkit-line-clamp: 2;
    /* 表示する行数を2行に制限 */
  }

  .header__nav-item {
    width: 110rem;
    height: 100rem;
  }

  .header__nav-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16rem 0 12rem;
    border-radius: 0;
    font-size: 16rem;
  }

  .header__nav-link::after {
    display: none;
  }

  .header__nav-link--contact::before {
    width: 35rem;
    height: 35rem;
  }

  .header__nav-link--search::before {
    width: 35rem;
    height: 35rem;
  }

  .wrapper {
    width: 650rem;
  }

  .footer {
    margin-bottom: 132rem;
  }

  .mv {
    background: none;
  }

  .mv__inner {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16rem;
    padding-left: 0;
    width: 750rem;
    height: 640rem;
    background-image: url(../../assets/image/bg_mv_sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .mv__inner::before {
    display: none;
  }

  .mv__inner::after {
    display: none;
  }

  .mv__image {
    left: 50%;
    width: 420rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .mv__title {
    margin-top: 44rem;
  }

  .mv__title-image {
    width: 558rem;
  }

  .mv__subtitle-image {
    width: 566rem;
  }

  .mv__bottom {
    padding: 24rem 0 12rem;
  }

  .mv__bottom-image {
    width: 645rem;
  }

  .mv__bottom-text {
    margin-top: 10rem;
  }

  .anchor-link {
    margin-top: 0;
    padding: 65rem 0;
  }

  .anchor-link__container {
    width: 650rem;
  }

  .anchor-link__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30rem;
  }

  .anchor-link__item {
    width: 310rem;
    height: 130rem;
  }

  .anchor-link__link {
    padding-bottom: 10rem;
    font-size: 24rem;
    line-height: 1.33;
  }

  .anchor-link__link::after {
    bottom: 24rem;
  }

  .fixed__button {
    top: auto;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20rem 30rem;
    width: 100%;
    background-image: url(../../assets/image/bg_cta_sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .fixed__button-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 6rem;
    width: 340rem;
    height: 94rem;
    background-image: url(../../assets/image/bg_fixed_lesson_sp.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    clip-path: none;
    font-size: 22rem;
  }

  .fixed__button-link::before {
    margin-right: 20rem;
    margin-bottom: 0;
    width: 33rem;
    height: 33rem;
  }

  .fixed__button-link span {
    font-size: 28rem;
  }

  .fixed__button-link--document {
    width: 340rem;
    height: 94rem;
    background-image: url(../../assets/image/bg_fixed_document_sp.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    clip-path: none;
  }

  .fixed__button-link--document::before {
    margin-right: 20rem;
    width: 28rem;
    height: 28rem;
  }

  .reason {
    padding: 150rem 0 126rem;
    background-color: #edeef3;
  }

  .reason__container {
    padding-bottom: 0;
  }

  .reason-link.wrapper {
    width: 698rem;
  }

  .reason-link__item {
    width: 226rem;
    height: 230rem;
  }

  .reason-link__item:last-child .reason-link__link {
    gap: 16rem;
  }

  .reason-link__link {
    padding-top: 10rem;
    letter-spacing: -0.01em;
    font-size: 24rem;
  }

  .reason-link__link span {
    font-size: 44rem;
  }

  .reason-link__link::after {
    bottom: 20rem;
    width: 12rem;
    height: 12rem;
  }

  .reason-content {
    margin-top: 0;
  }

  .reason-content__list {
    gap: 0;
  }

  .reason-content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 100rem;
  }

  .reason-content__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reason-content__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40rem;
    width: 100%;
  }

  .reason-content__number {
    position: static;
    top: auto;
    left: auto;
    gap: 24rem;
    font-size: 100rem;
  }

  .reason-content__number::before {
    font-size: 60rem;
  }

  .reason-content__number::after {
    font-size: 60rem;
  }

  .reason-content__title {
    max-width: none;
    width: 678rem;
    text-align: center;
    font-size: 60rem;
    line-height: 1.333;
  }

  .reason-content__text {
    margin-top: -10rem;
    font-size: 28rem;
    line-height: 1.714;
  }

  .reason-content__photo {
    margin-top: 0;
    width: 100%;
  }

  .cta {
    padding: 136rem 0 74rem;
    background-image: url(../../assets/image/bg_cta_sp.jpg);
  }

  .cta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30rem;
    width: 650rem;
  }

  .cta__button-text {
    top: -70rem;
    font-size: 32rem;
  }

  .cta__button-text::before {
    height: 36rem;
  }

  .cta__button-text::after {
    height: 36rem;
  }

  .cta__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20rem;
    width: 650rem;
    height: 130rem;
    font-size: 38rem;
  }

  .cta__button span {
    font-size: 50rem;
  }

  .cta__button::after {
    right: 40rem;
    width: 18rem;
    height: 18rem;
  }

  .cta__button--trial {
    padding-left: 0;
  }

  .cta__button--trial::before {
    width: 54rem;
    height: 54rem;
  }

  .cta__button--document {
    padding-left: 0;
  }

  .cta__button--document::before {
    width: 50rem;
    height: 50rem;
  }

  .curriculum {
    padding-top: 110rem;
    padding-bottom: 140rem;
  }

  .curriculum__tab-item {
    width: 200rem;
    height: 68rem;
    font-size: 40rem;

    -webkit-mask-image: url(../../assets/image/bg_curriculum_tab_sp.svg);
    mask-image: url(../../assets/image/bg_curriculum_tab_sp.svg);
  }

  .curriculum__item {
    height: auto;
  }

  .curriculum__item.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .curriculum__item-photo {
    width: 100%;
  }

  .curriculum__box {
    padding: 50rem;
  }

  .curriculum__item-text {
    font-size: 28rem;
    line-height: 1.714;
  }

  .curriculum__other {
    font-size: 32rem;
    line-height: 1.4375;
  }

  .result {
    padding-top: 160rem;
    padding-bottom: 50rem;
  }

  .result__title {
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20rem;
    font-size: 40rem;
  }

  .result__title span {
    font-size: 58rem;
  }

  .result__title::before,
  .result__title::after {
    position: absolute;
    top: 0;
    left: calc(50% - 280rem);
    margin: 0;
    width: 32rem;
    height: 120rem;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .result__title::after {
    position: absolute;
    top: 0;
    right: calc(50% - 280rem);
    left: auto;
    margin: 0;
    -webkit-transform: none;
    transform: none;
  }

  .result__container {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;

    row-gap: 48rem;
  }

  .result__box {
    width: 100%;
  }

  .result__graph {
    width: 320rem;
  }

  .result__text {
    width: 264rem;
    font-size: 18rem;
    line-height: 1.555;
  }

  .result__copy {
    text-align: center;
    font-size: 54rem;
  }

  .result__label {
    padding: 2rem 0 4rem;
    font-size: 36rem;
  }

  .result__unit {
    margin-left: -12rem;
  }

  .result__item {
    margin-top: -30rem;
    width: 320rem;
  }

  .result__name::after {
    width: 320rem;
    height: 4rem;
    background-size: 100% 100%;
  }

  .result__item .result__text {
    font-size: 33rem;
  }

  .result__count {
    font-size: 33rem;
  }

  .result__item .result__number {
    font-size: 84rem;
  }

  .preview {
    padding-bottom: 120rem;
  }

  .preview__item {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .preview__photo {
    width: 240rem;
  }

  .preview__text {
    font-size: 28rem;
    line-height: 1.714;
  }

  .preview__text:not(.is-show) {
    -webkit-line-clamp: 7;
  }

  .preview__info {
    font-size: 22rem;
  }

  .preview__link::after {
    width: 20rem;
    height: 20rem;
  }

  #swiper-preview.swiper {
    padding: 50rem 0 80rem;
  }

  #swiper-preview .swiper-pagination-bullet {
    width: 16rem;
    height: 16rem;
  }

  .info {
    padding-top: 130rem;
  }

  .info__container {
    margin-top: 80rem;
  }

  .info__tab-item {
    width: 330rem;
    height: 110rem;
    font-size: 40rem;

    -webkit-mask-image: url(../../assets/image/bg_info_tab_sp.svg);
    mask-image: url(../../assets/image/bg_info_tab_sp.svg);
  }

  .info__content {
    width: 650rem;
  }

  .info__general {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50rem;
  }

  .info__generarl-photo {
    margin: 0 auto;
    width: 550rem;
  }

  .info__generarl-box {
    gap: 36rem;
  }

  .info__general-data {
    gap: 30rem;
  }

  .info__general-title {
    width: 96rem;
    font-size: 24rem;
  }

  .info__general-title--address::before {
    width: 36rem;
    height: 52rem;
  }

  .info__general-title--access::before {
    width: 42rem;
    height: 50rem;
  }

  .info__general-title--tel::before {
    width: 47rem;
    height: 47rem;
  }

  .info__general-text {
    font-size: 28rem;
    line-height: 1.5;
  }

  .info__leader {
    margin-top: 120rem;
  }

  .info__teacher {
    margin-top: 120rem;
  }

  .info__section-title {
    padding: 20rem 0;
    border-bottom: 10rem solid #bbbed1;
    letter-spacing: -0.02em;
    font-size: 32rem;
  }

  .info__leader-container {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 48rem;
  }

  .info-leader__image {
    width: 380rem;
  }

  .info__leader-box {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    gap: 50rem;
    width: 100%;
  }

  .info__leader-text {
    font-size: 32rem;
    line-height: 1.5625;
  }

  .info__leader-result {
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    padding: 35rem 50rem;
  }

  .info__leader-result-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80rem;
    height: auto;
    -ms-writing-mode: tb-rl;
    font-size: 36rem;

    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }

  .info__leader-result-text {
    font-size: 34rem;
    line-height: 1.529;
  }

  .info__leader-comment {
    font-size: 28rem;
    line-height: 1.714;
  }

  .info__teacher-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60rem;
  }

  .info__teacher-item {
    width: 100%;
  }

  .info__teacher-photo {
    width: 280rem;
  }

  .info__teacher-name {
    font-size: 28rem;
    line-height: 1.642;
  }

  .info__teacher-data {
    font-size: 28rem;
    line-height: 1.714;
  }

  .info__teacher-data span {
    font-size: 40rem;
  }

  .js-truncate-text.truncated {
    -webkit-line-clamp: 4;
  }

  .info__leader-button {
    width: 600rem;
    height: 100rem;
    font-size: 32rem;
  }

  .info__leader-button::before,
  .info__leader-button::after {
    right: 30rem;
    width: 30rem;
    height: 6rem;
  }

  .faq__list {
    margin-top: 40rem;
  }

  .faq__question button {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 30rem 86rem 30rem 30rem;
    font-size: 28rem;
    line-height: 1.571;
  }

  .faq__question button span {
    font-size: 38rem;
  }

  .faq__question button::before,
  .faq__question button::after {
    width: 30rem;
    height: 6rem;
  }

  .faq__answer {
    font-size: 24rem;
  }

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

@media screen and (max-width: 768px) {
  :root {
    --board: 750;
    --max: 9999px;
  }
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }

  .fixed__button-link:hover {
    opacity: 1;
    -webkit-filter: brightness(1.4);
    filter: brightness(1.4);
  }

  .curriculum__item--01 i:hover {
    opacity: 0.7;
  }

  .preview__text:hover {
    opacity: 0.7;
  }

  .info__leader-button:hover {
    opacity: 0.7;
  }
}

/* 250623_学年追加修正 */
.mv__inner {
  position: relative;
}
.mv__grade {
  position: absolute;
  z-index: 10;
  width: 210px;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .mv__grade {
    width: 108px;
    top: 8px;
    right: 8px;
  }
}
