@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-size: inherit;
  font-weight: 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;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -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 {
  min-width: 0;
  margin: 0;
  padding: 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 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 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 {
  font-weight: bold;
  text-align: left;
}

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

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

:root {
  --board: 1280;
  --board-h: 720;
  --max: 1px;
}

:root {
  --colorBlack: #222;
  --colorBg: #fff;
  --colorGray: #555;
  --colorCurrent: #c7c7c7;
  --colorRed: #f51914;
}

:root {
  --fontGothic: 'Zen Kaku Gothic New', 'Noto Sans JP', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  --fontEnglish: 'Manrope', sans-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: 16rem;
  --letterSpacing: 0;
  --lineHeight: 1.75;
  --kerning: unset;
}

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

html {
  font-size: 0.72px;
  font-size: 0.66666667px;
}

body {
  background-color: var(--bodyBg);
  color: var(--colorBlack);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  font-size: var(--fontSize);
  font-family: var(--fontGothic);
  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 {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.main {
  /* 右 */
  position: relative;
  top: clamp(0px, 10vw / var(--board) * 10 * 46, var(--max) * 46);
  left: 50%;
  width: 750rem;
  background-color: #fff;
  /* 左 */
}
.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(0px, 10vw / var(--board) * 10 * 1, var(--max) * 1);
  z-index: 3;
  width: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  height: 100%;
  border-right: 2px solid var(--colorRed);
  background-color: #fff;
  -webkit-box-shadow: -8px 0 12px -6px rgba(0, 0, 0, 0.2);
          box-shadow: -8px 0 12px -6px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.main::after {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(0px, 10vw / var(--board) * 10 * 1, var(--max) * 1);
  z-index: 3;
  width: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  height: 100%;
  border-left: 2px solid var(--colorRed);
  background-color: #fff;
  -webkit-box-shadow: 8px 0 12px -6px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 0 12px -6px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.main__inner {
  border-right: 1px solid var(--colorRed);
  border-left: 1px solid var(--colorRed);
}

.fixed__button {
  position: fixed;
  right: 20rem;
  bottom: 46rem;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  width: 160rem;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed__button.is-hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.note__text {
  color: var(--colorGray);
  font-size: 22rem;
}

.text--num {
  font-weight: 700;
  font-family: var(--fontEnglish);
}

.illust__wave {
  position: relative;
  overflow: hidden;
}

.illust__wave-container {
  position: relative;
  left: 50%;
  max-width: none;
  width: 840rem;
  height: 320rem;
  background-image: url("../image/bg_wave.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.is-active .illust__wave-container {
  clip-path: inset(0);
  opacity: 1;
}

.illust__wave-return {
  background-image: url("../image/bg_wave-return.webp");
  clip-path: inset(0 0 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 20rem 0;
  width: 100%;
  background-color: #fff;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 90%;
}

.header__logo {
  width: 230rem;
}

.footer {
  padding: 136rem 0;
}

.footer__container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40rem;
}

.footer__logo {
  width: 172rem;
}

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40rem;
  font-size: 24rem;
}

.footer__copyright {
  font-size: 24rem;
}

.mv {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--colorRed);
}
.mv__bg {
  position: relative;
  z-index: 3;
}
.mv::before {
  content: "";
  position: absolute;
  top: 30rem;
  left: 106rem;
  z-index: 2;
  display: block;
  width: 177rem;
  height: 177rem;
  background-image: url(../image/illust_mv.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: scale(0);
          transform: scale(0);
  /* 最初は隠す */
  -webkit-animation: popup 1.2s cubic-bezier(0.72, -0.21, 0.31, 1.22) forwards;
          animation: popup 1.2s cubic-bezier(0.72, -0.21, 0.31, 1.22) forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes popup {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes popup {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 60rem;
  background-color: #fff;
}

.mv__title {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 130rem;
  font-family: var(--fontGothic);
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.mv__title span {
  font-size: 91rem;
}
.mv__title--right {
  top: 0;
  right: -10rem;
}
.mv__title--left {
  top: 0;
  left: -10rem;
}

.mv__image {
  position: relative;
  z-index: 2;
  width: 520rem;
}

.intro {
  margin-top: 30rem;
  background-image: url("../image/bg_line.webp");
  background-position: top left;
  background-size: 100% 60rem;
  background-repeat: repeat-y;
}

.intro__inner {
  margin: 0 auto;
  width: 590rem;
}

.intro__text {
  font-weight: 500;
  font-size: 32rem;
  line-height: 1.875;
}

.intro__text--point {
  margin-top: 60rem;
  color: var(--colorRed);
}

.intro__image-text {
  display: block;
  visibility: hidden;
  margin: 20rem auto 0;
  width: 590rem;
  opacity: 0;
  -webkit-transition: opacity 0.6s, visibility 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, visibility 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, visibility 0.6s, transform 0.6s;
  transition: opacity 0.6s, visibility 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.intro__image-text.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.intro__image-illust {
  margin-top: 40rem;
  max-width: 100%;
  width: 750rem;
}

.point__image-text {
  display: block;
  margin-left: auto;
  width: 655rem;
}

.point__copy {
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  font-size: 42rem;
  line-height: 1.5;
}
.point__copy span {
  position: relative;
  font-weight: 700;
  font-size: 62rem;
}
.point__copy span::before {
  content: "";
  position: absolute;
  top: -20rem;
  left: -5rem;
  display: block;
  width: 58rem;
  height: 50rem;
  background-image: url("../image/illust_accent--point.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.point__copy span::after {
  content: "";
  position: absolute;
  bottom: -10rem;
  left: 35rem;
  display: block;
  width: 608rem;
  height: 10rem;
  border-radius: 10rem;
  background-color: var(--colorRed);
}

.is-short span::after {
  left: 16rem;
  width: 592rem;
}

.point__container {
  margin: 0 auto;
  width: 670rem;
}

.point__text {
  margin-top: 70rem;
}

.point__copy + .point__copy {
  margin-top: 40rem;
}
.point__copy + .point__copy span::before {
  left: -16rem;
}

.pro {
  position: relative;
}

.pro__heading {
  margin-top: 20rem;
  text-align: center;
  font-weight: 700;
  font-size: 48rem;
  line-height: 1.4;
}
.pro__heading span {
  font-size: 57rem;
}

.pro__text-image {
  display: block;
  margin: 0 auto;
  margin-top: 20rem;
  width: 394rem;
}

.pro__illust-image {
  display: block;
  margin: 0 auto;
  margin-top: 80rem;
  width: 670rem;
}

.pro__photo-image {
  position: absolute;
  top: -220rem;
  right: 54rem;
  display: block;
  width: 174rem;
}

.pro__copy {
  color: var(--colorRed);
  text-align: center;
  font-weight: 500;
  font-size: 42rem;
}

.teacher__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 680rem;
}

.teacher__heading {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 62rem;
  line-height: 1.2;
}

.teacher__heading--accent {
  position: relative;
  color: var(--colorRed);
}
.teacher__heading--accent::after {
  content: "";
  position: absolute;
  bottom: -10rem;
  left: 0;
  display: block;
  width: 100%;
  height: 8rem;
  border-radius: 8rem;
  background-color: var(--colorRed);
}

.teacher__heading--number {
  letter-spacing: -0.05em;
  font-size: 117rem;
  font-family: var(--fontEnglish);
}

.teacher__heading--note {
  position: absolute;
  right: 0;
  bottom: -36rem;
  font-weight: normal;
}

.teacher__title {
  position: relative;
  margin-top: 150rem;
  text-align: center;
  font-weight: 700;
  font-size: 42rem;
  line-height: 1.476;
}
.teacher__title::before {
  content: "";
  position: absolute;
  top: -60rem;
  left: 50%;
  display: block;
  width: 125rem;
  height: 45rem;
  background-image: url("../image/illust_accent.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.teacher__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: 40rem;
  margin-top: 20rem;
}

.author {
  padding-top: 124rem;
}

.author__top {
  position: relative;
  padding: 130rem 0;
  background-image: url("../image/bg_author.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.author__heading {
  margin: 0 auto;
  width: 600rem;
}

.author__photo {
  position: relative;
  margin: 0 auto;
  margin-top: 60rem;
  width: 290rem;
}
.author__photo::before {
  content: "";
  position: absolute;
  bottom: 40rem;
  left: -92rem;
  display: block;
  visibility: hidden;
  width: 55rem;
  height: 66rem;
  background-image: url("../image/illust_accent--author.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.author__photo.is-active::before {
  visibility: visible;
  opacity: 1;
}
.author__photo::after {
  content: "";
  position: absolute;
  top: 36rem;
  right: -122rem;
  display: block;
  visibility: hidden;
  width: 78rem;
  height: 103rem;
  background-image: url("../image/illust_accent--author-right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.author__photo.is-active::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.author__bottom {
  margin-top: -96rem;
  padding-top: 120rem;
  background-image: url("../image/bg_line.webp");
  background-position: top left;
  background-size: 100% 60rem;
  background-repeat: repeat-y;
}

.author__text-container {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 32rem;
  line-height: 1.875;
}

.author__text + .author__text {
  margin-top: 60rem;
}

.author__text--accent {
  position: relative;
  color: var(--colorRed);
}
.author__text--accent::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4rem;
  border-radius: 10rem;
  background-color: var(--colorRed);
  -webkit-transition: -webkit-transform 1.4s;
  transition: -webkit-transform 1.4s;
  transition: transform 1.4s;
  transition: transform 1.4s, -webkit-transform 1.4s;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.author__text--accent.is-active::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.author__text--accent:nth-child(2).is-active::after {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.author__introduction {
  position: relative;
  margin: 0 auto;
  margin-top: 70rem;
  width: 630rem;
  -webkit-box-shadow: 0 0 0 20rem rgb(255, 255, 255);
          box-shadow: 0 0 0 20rem rgb(255, 255, 255);
}

.author__introduction-title {
  padding: 20rem 50rem;
  border-bottom: 4rem solid var(--colorRed);
  font-weight: 700;
  font-size: 32rem;
}

.author__introduction-data {
  padding: 30rem 40rem;
}

.author__introduction-name {
  font-weight: 700;
  font-size: 42rem;
}
.author__introduction-name span {
  font-size: 32rem;
}

.author__introduction-description {
  margin-top: 10rem;
  font-size: 28rem;
  line-height: 1.5;
}

.content {
  margin-top: 100rem;
}

.content__inner {
  margin: 0 auto;
  padding: 70rem 35rem 110rem;
  width: 670rem;
  border-radius: 30rem;
  background-color: var(--colorRed);
  color: #fff;
}

.content__heading {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 42rem;
}
.content__heading::before {
  content: "";
  position: absolute;
  top: -20rem;
  right: -30rem;
  display: block;
  visibility: hidden;
  width: 51rem;
  height: 43rem;
  background-image: url("../image/illust_accent--content.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.content__heading.is-active::before {
  visibility: visible;
  opacity: 1;
}
.content__heading::after {
  content: "";
  position: absolute;
  bottom: -10rem;
  left: 50%;
  display: block;
  width: 100%;
  height: 8rem;
  border-radius: 8rem;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.content__image {
  display: block;
  margin-top: 90rem;
}

.content__text {
  margin-top: 50rem;
  white-space: nowrap;
  font-weight: 500;
  font-size: 32rem;
  line-height: 1.8125;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.content__list-title {
  position: relative;
  margin: 0 auto;
  margin-top: 80rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-weight: 700;
  font-size: 62rem;
  line-height: 1;
}
.content__list-title::before {
  content: "";
  position: absolute;
  bottom: 50rem;
  left: -40rem;
  display: block;
  visibility: hidden;
  width: 37rem;
  height: 38rem;
  background-image: url("../image/illust_accent--left.svg");
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.content__list-title::after {
  content: "";
  position: absolute;
  right: -40rem;
  bottom: 50rem;
  display: block;
  visibility: hidden;
  width: 37rem;
  height: 38rem;
  background-image: url("../image/illust_accent--right.svg");
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.content__list-title.is-active::before, .content__list-title.is-active::after {
  visibility: visible;
  opacity: 1;
}

.content__list-title--accent {
  font-size: 48rem;
}

.content__list-number {
  padding: 0 10rem;
  font-weight: 700;
  font-size: 93rem;
  font-family: var(--fontMaru);
}

.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: 20rem;
  margin-top: 40rem;
}

.content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20rem 20rem 20rem 50rem;
  border-radius: 30rem;
  background-color: #fff;
  color: var(--colorBlack);
  font-weight: 700;
  font-size: 42rem;
  line-height: 1.5;
}

.content__item--number {
  width: 65rem;
  color: #c8aa3c;
  font-weight: 700;
  font-size: 84rem;
  font-family: var(--fontMaru);
}

.content__closing {
  position: relative;
  margin-top: 60rem;
  text-align: center;
  font-weight: 700;
  font-size: 42rem;
}
.content__closing::after {
  content: "";
  position: absolute;
  bottom: -60rem;
  left: 50%;
  display: block;
  width: 43rem;
  height: 46rem;
  background-image: url("../image/icon_arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cta {
  padding-top: 105rem;
}

.cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 670rem;
}

.cta__heading {
  margin-top: 30rem;
  color: var(--colorRed);
  text-align: center;
  font-weight: 700;
  font-size: 42rem;
  line-height: 1.5;
}

.cta__box {
  margin-top: 30rem;
  padding: 60rem 40rem;
  border: 8rem solid var(--colorRed);
  border-radius: 30rem;
}

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

.cta__image {
  width: 198rem;
}

.cta__text {
  font-weight: 700;
  font-size: 28rem;
  line-height: 1.4;
}
.cta__text p + p {
  margin-top: 20rem;
}
.cta__text span {
  font-size: 22rem;
  line-height: 1;
}

.cta__link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  margin-top: 40rem;
}

.cta__link {
  display: -ms-grid;
  display: grid;
  padding: 10rem 0;
  border: 4rem solid var(--colorRed);
  border-bottom-width: 8rem;
  border-radius: 10rem;
  background-color: #fddcdc;
  color: var(--colorRed);
  font-weight: 700;
  font-size: 42rem;
  place-items: center;
}

.cta__trademark {
  margin-top: 86rem;
  font-size: 22rem;
}

.pc-top {
  position: fixed;
  top: clamp(0px, 10vw / var(--board) * 10 * 46, var(--max) * 46);
  width: 100%;
  height: calc(100vh - clamp(0px, 10vw / var(--board) * 10 * 46, var(--max) * 46));
  background-color: #faf5eb;
}

.pc-top__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90vh;
  max-height: 90dvh;
  width: clamp(0px, 10vw / var(--board) * 10 * 1250, var(--max) * 1250);
  height: clamp(0px, 10vw / var(--board) * 10 * 720, var(--max) * 720);
  border: clamp(0px, 10vw / var(--board) * 10 * 4, var(--max) * 4) solid var(--colorRed);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 36, var(--max) * 36);
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.pc-top__inner::before {
  content: "";
  position: absolute;
  bottom: clamp(var(--max) * -10, 10vw / var(--board) * 10 * -10, 0px);
  left: clamp(0px, 10vw / var(--board) * 10 * 120, var(--max) * 120);
  z-index: 1;
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 86, var(--max) * 86);
  height: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  background-color: #faf5eb;
}
.pc-top__inner::after {
  content: "";
  position: absolute;
  bottom: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  left: clamp(0px, 10vw / var(--board) * 10 * 0, var(--max) * 0);
  z-index: 10;
  display: block;
  width: clamp(0px, 10vw / var(--board) * 10 * 194, var(--max) * 194);
  height: clamp(0px, 10vw / var(--board) * 10 * 110, var(--max) * 110);
  background-image: url("../image/illust_pencil.svg");
  background-position: top center;
  background-size: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.pc-top__link-container {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  gap: clamp(0px, 10vw / var(--board) * 10 * 14, var(--max) * 14);
  margin-top: clamp(0px, 10vw / var(--board) * 10 * 32, var(--max) * 32);
  width: clamp(0px, 10vw / var(--board) * 10 * 250, var(--max) * 250);
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}

.pc-top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  border: clamp(0px, 10vw / var(--board) * 10 * 3, var(--max) * 3) solid var(--colorRed);
  border-bottom-width: clamp(0px, 10vw / var(--board) * 10 * 6, var(--max) * 6);
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 7, var(--max) * 7);
  background-color: #fddcdc;
  color: var(--colorRed);
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 19, var(--max) * 19);
  place-items: center;
}

.pc-top__text {
  margin-bottom: clamp(0px, 10vw / var(--board) * 10 * 60, var(--max) * 60);
  width: clamp(0px, 10vw / var(--board) * 10 * 377, var(--max) * 377);
}

.pc-top__image {
  width: clamp(0px, 10vw / var(--board) * 10 * 138, var(--max) * 138);
  border: 2px solid var(--colorRed);
}

.pc-top__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: clamp(0px, 10vw / var(--board) * 10 * 63, var(--max) * 63);
  padding-left: clamp(0px, 10vw / var(--board) * 10 * 40, var(--max) * 40);
  max-height: min(clamp(0px, 10vw / var(--board) * 10 * 800, var(--max) * 800), 85dvh);
  width: clamp(0px, 10vw / var(--board) * 10 * 548, var(--max) * 548);
  height: clamp(0px, 10vw / var(--board) * 10 * 800, var(--max) * 800);
}
@media (min-width: 901px){
  .fixed__button {
    display: none;
  }
  .header {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    height: clamp(0px, 10vw / var(--board) * 10 * 46, var(--max) * 46);
  }
  .header__logo {
    width: clamp(0px, 10vw / var(--board) * 10 * 90, var(--max) * 90);
  }
  .pc-none {
    display: none !important;
  }
}
@media (max-width: 1040px){
  .main {
    position: absolute;
    right: clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
    left: auto;
  }
}
@media (max-width: 900px){
  :root {
    --board: 750;
    --board-h: 660;
    --max: 9999px;
  }
  html {
    font-size: 0.1333333333vw;
  }
  *,
  *::before,
  *::after {
    max-width: 100%;
  }
  .main {
    position: static;
    left: 0;
    padding: 0;
    width: 750rem;
  }
  .main::before, .main::after {
    display: none !important;
  }
  .main__inner {
    border-right: none;
    border-left: none;
  }
  .header {
    padding: 30rem 0;
  }
  .header__inner {
    width: 690rem;
  }
  .pc-top {
    display: none;
  }
  .sp-none {
    display: none !important;
  }
}
@media (hover: hover){
  a:hover {
    opacity: 0.7;
  }
}
