@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 {
  box-sizing: border-box;
  border-style: solid;
  border-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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 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-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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 {
  --color-primary: #1e2a70;
  --color-secondary: #35adbe;
  --color-accent: #ffe512;
  --color-black: #1b1b1b;
  --color-gray: #f3f0ed;
  --color-text: var(--color-black);
  --color-button: var(--color-primary);
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: var(--color-text);
  line-height: 2;
  text-align: justify;
  overflow-y: scroll;
  min-width: 1200px;
}

body.-fixed {
  position: fixed;
  left: 0;
  right: 0;
}

*::-moz-selection {
  background: rgba(19, 92, 143, 0.4);
  color: #fff;
}

*::selection {
  background: rgba(19, 92, 143, 0.4);
  color: #fff;
}

*::-moz-selection {
  background: rgba(19, 92, 143, 0.4);
  color: #fff;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:active {
  outline: none;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.l-content {
  flex: 1;
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
}

.l-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  min-width: 1200px;
  min-height: 100vh;
}

.u-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.u-right {
  text-align: right;
  margin-left: auto;
}

.u-left {
  text-align: left;
  margin-right: auto;
}

.c-button01 {
  width: 300px;
  height: 66px;
}

.c-button01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--color-button);
  border-radius: 33px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-align: center;
  transition: opacity 200ms linear;
}

.c-button01 a:hover {
  opacity: 0.6;
}

.c-button01.-color-light a {
  --color-button: var(--color-secondary);
}

.c-button01.-color-white a {
  --color-button: #fff;
  color: var(--color-primary);
}

.c-button01__arrow {
  width: 20px;
  margin-left: 6px;
}

.c-floating-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.c-floating-menu__list {
  display: flex;
}

.c-floating-menu__item {
  width: 50%;
  height: 60px;
  border-radius: 25px 25px 0 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.03em;
  box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 0.5647058824) inset;
}

.c-floating-menu__item > a,
.c-floating-menu__item > button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.c-floating-menu__item.-book {
  background: #35adbe;
  color: #fff;
  border: 1px solid #35adbe;
}

.c-floating-menu__item.-book img {
  width: 27px;
  margin-right: 7px;
  pointer-events: none;
}

.c-floating-menu__item.-book p {
  pointer-events: none;
}

.c-floating-menu__item.-lesson {
  position: relative;
  background: #ffe512;
  color: #1c2c67;
  border: 1px solid #ffe512;
}

.c-floating-menu__item.-lesson button span {
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}

.c-floating-menu__item.-lesson button img {
  width: 25px;
  margin-right: 5px;
  pointer-events: none;
}

.c-floating-menu__item.-lesson button p {
  pointer-events: none;
}

.c-floating-menu__modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 15px;
  left: -176px;
  width: 348px;
  height: 328px;
  transform: translateY(-100%);
  background: url(../images/lesson_bg-sp.png) center center/contain no-repeat;
  padding: 36px 0 60px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms linear;
}

.c-floating-menu__modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.c-floating-menu__modal-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #1c2c67;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.c-floating-menu__modal-heading .-color {
  font-size: 2rem;
  color: #1c2c67;
}

.c-floating-menu__modal-heading .-line {
  display: inline-block;
  margin-bottom: -2px;
  padding-bottom: 2px;
  background: url(../images/line_01.png) repeat-x center bottom;
}

.c-floating-menu__modal-heading img {
  width: 46px;
  height: 39px;
}

.c-floating-menu__modal-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 245px;
  height: 66px;
  margin: auto auto 0;
  border-radius: 33px;
  background: #06c755;
}

.c-floating-menu__modal-button img {
  width: 50px;
  height: 50px;
  pointer-events: none;
}

.c-floating-menu__modal-button span {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  pointer-events: none;
}

.c-floating-menu__modal-text {
  margin-top: 12px;
  color: #1b1b1b;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: center;
}

.c-icon {
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-loading__text {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.c-loading__count {
  font-size: 3rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1;
  margin: 8px 0;
}

.c-loading__indicator {
  width: 400px;
  height: 2px;
  margin: 16px 0 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.c-loading__indicator__progress {
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: width 0.2s ease;
}

.-loaded .c-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.2s ease;
}

.-loaded .c-loading__grp {
  transform: translate(0, -30%);
  transition: transform 2s ease;
}

.micromodal-slide {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100svh;
  display: none;
  animation: fade-In 0.3s linear;
}

.micromodal-slide.is-open {
  display: block;
}

.modal-overlay {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: rgba(127, 141, 159, 0.7529411765);
}

.modal-container {
  display: flex;
  flex-direction: column;
  width: 347px;
  max-height: 76svh;
  background: #fff;
}

.modal-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 25px;
  background: #35adbe;
  color: #fff;
}

.modal-header__img {
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

.modal-header__name {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
}

.modal-header__name .-strong {
  display: inline-block;
  margin-right: 4px;
  font-weight: 700;
  font-size: 1.6rem;
}

.modal-header__name .-sm {
  display: inline-block;
  margin-top: 8px;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}

.modal-header__company {
  margin-top: 17px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.1875;
}

.modal-heading {
  position: relative;
  margin: 0 24px;
  padding: 16px 0 18px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}

.modal-heading::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  width: 24px;
  height: 28px;
  background: url(../images/icon_quote.png) center center/contain no-repeat;
}

.modal-heading span {
  padding-bottom: 2px;
  background: linear-gradient(transparent 90%, #35adbe 0%);
}

.modal-content {
  margin: 0 6px 10px;
  padding: 0 18px;
  overflow: auto;
}

.modal-text {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.modal-close {
  position: absolute;
  top: -6px;
  right: 0;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-100%);
}

.modal-close__line {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #35adbe;
}

.modal-close__line.-top {
  transform: rotate(45deg);
}

.modal-close__line.-bottom {
  transform: rotate(-45deg);
}

@keyframes fade-In {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.c-svg-sprite {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.c-text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.03em;
}

.c-text-more01 {
  width: 240px;
  margin-inline: auto;
}

.p-block01 {
  padding-block: 80px 60px;
  background: var(--color-gray);
}

.p-block01__heading {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.41667;
  letter-spacing: 0.01em;
  text-align: center;
}

.p-block01__heading .-bg {
  display: inline-block;
  margin-block: -5px;
  padding: 5px 18px;
  background-color: var(--color-accent);
}

.p-block01__heading .-bg:first-of-type {
  padding: 4px 14px 0;
}

.p-block01__heading .-bg:last-of-type {
  padding: 0 10px 4px;
}

.p-block01__heading .-color {
  color: var(--color-secondary);
}

.p-block01__lead {
  margin-top: 13px;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: center;
}

.p-block01-alumni {
  margin: 50px 12px 0;
  padding: 32px 25px 40px;
  background: #fff;
}

.p-block01-alumni__heading {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.p-block01-alumni__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px 26px;
  margin-top: 32px;
}

.p-block01-alumni__item {
  display: flex;
  flex-direction: column;
}

.p-block01-alumni__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 200/190;
}

.p-block01-alumni__text {
  position: relative;
  display: grid;
  place-items: center;
  flex-grow: 1;
  padding: 12px 4px 9px;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: -0.04em;
  text-align: center;
  font-weight: 700;
  background: #f3f0ed;
  font-feature-settings: "palt";
}

.p-block01-alumni__text::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 22px;
  height: 26px;
  -webkit-mask: url(../images/icon_quote.png) center center/contain no-repeat;
  mask: url(../images/icon_quote.png) center center/contain no-repeat;
  background-color: #35adbe;
}

.p-block01-alumni__item:nth-child(2) .p-block01-alumni__text::before {
  background: #ffe512;
}

.p-block01-alumni__item:nth-child(2) .p-block01-alumni__button {
  background: #ffe512;
  color: #000;
}

.p-block01-alumni__item:nth-child(2) .p-block01-alumni__button span::after {
  background: url(../images/icon_arrow_right-bk.png) center center/contain no-repeat;
}

.p-block01-alumni__item:nth-child(4) .p-block01-alumni__text {
  padding-inline: 0;
}

.p-block01-alumni__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #35adbe;
}

.p-block01-alumni__name {
  margin-top: 13px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 400;
}

.p-block01-alumni__company {
  flex-grow: 1;
  padding: 12px 0;
  color: #1e2380;
  font-size: 1.1rem;
  line-height: 1.1818;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 700;
}

.p-block01-alumni__company.-sm {
  font-size: 1rem;
}

.p-block01-alumni__company span {
  display: none;
}

.p-block01-alumni__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  background: var(--color-button);
  border-radius: 33px;
  margin-top: auto;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4375;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-align: center;
  transition: opacity 200ms linear;
  --color-button: var(--color-secondary);
}

.p-block01-alumni__button:hover {
  opacity: 0.6;
}

.p-block01-alumni__button span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  pointer-events: none;
}

.p-block01-alumni__button span::after {
  content: "";
  display: block;
  background: url(../images/icon_arrow_right.png) center center/contain no-repeat;
  width: 15px;
  height: 5px;
  transform: translateY(-20%);
}

.p-block01-point {
  margin: 50px 12px 0;
  padding: 32px 25px 40px;
  background: #fff;
}

.p-block01-point__item {
  position: relative;
}

.p-block01-point__item + .p-block01-point__item {
  margin-top: 62px;
}

.p-block01-point__number {
  position: absolute;
  top: -22px;
  left: -10px;
  z-index: 1;
  width: 65px;
}

.p-block01-point__img img {
  width: 100%;
}

.p-block01-point__heading01 {
  margin-top: 13px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: left;
}

.p-block01-point__heading01 .-line {
  display: inline-block;
  margin-bottom: -2px;
  padding-bottom: 2px;
  background: url(../images/line_01.png) repeat-x center bottom;
}

.p-block01-point__heading01 .-ls-s {
  letter-spacing: -0.1em;
}

.p-block01-point__heading01 .-ls-m {
  letter-spacing: -0.05em;
}

.p-block01-point__heading02 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 22px 18px;
  padding-block: 5px;
  background: var(--color-black);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.p-block01-point__heading02 .-ls-small {
  letter-spacing: -0.1em;
}

.p-block01-point__text01 {
  letter-spacing: -0.02em;
}

.p-block01-point__text02 {
  letter-spacing: 0.005em;
}

.p-block01-recommend {
  margin-top: 24px;
}

.p-block01-recommend__head {
  position: relative;
  max-width: 306px;
  margin: 0 auto;
  padding-bottom: 9px;
}

.p-block01-recommend__heading {
  width: 200px;
}

.p-block01-recommend__name {
  color: #1e2380;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.p-block01-recommend__name span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

.p-block01-recommend__img01 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 116px;
}

.p-block01-recommend__img02 {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 108px;
}

.p-block01-recommend__img03 {
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 117px;
}

.p-block01-recommend__button {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 39px;
  background: #ffe512;
  border-radius: 19px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.p-block01-recommend__toggle {
  position: absolute;
  right: 11px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 2px;
  pointer-events: none;
}

.p-block01-recommend__toggle .-line {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #000;
}

.p-block01-recommend__toggle .-line:nth-child(2) {
  transform: rotate(-90deg);
  transition: all 300ms linear;
}

.p-block01-recommend__button.is-active .p-block01-recommend__toggle .-line:nth-child(2) {
  transform: rotate(0);
}

.p-block01-recommend__wrap {
  height: 0;
  overflow: hidden;
  background: #f3f0ed;
  margin-top: -19px;
}

.p-block01-recommend__text {
  padding: 30px 12px 12px;
  color: #1e2380;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-block01-link {
  margin-top: 40px;
}

.p-block01-link__item.-center {
  margin-inline: auto;
}

.p-block01-link__text-more {
  margin-block: 46px 13px;
}

.p-block02 {
  padding-block: 80px 60px;
  background: url(../images/text_en_04.png) no-repeat var(--color-primary);
  background-position: 0 -18px;
}

.p-block02__heading {
  width: 280px;
  margin-inline: auto;
  background: var(--color-secondary);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 0.01em;
  text-align: center;
}

.p-block02__lead {
  margin-top: 13px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: center;
}

.p-block02-course {
  margin: 33px 40px 0;
}

.p-block02-course__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 367px;
  background: #fff;
  border-radius: 19px;
}

.p-block02-course__heading {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-align: center;
}

.p-block02-course__heading-en {
  margin: 13px auto 22px;
}

.p-block02-course__item:nth-child(1) .p-block02-course__heading-en {
  width: 72px;
}

.p-block02-course__item:nth-child(2) .p-block02-course__heading-en {
  width: 107px;
}

.p-block02-course__item:nth-child(3) .p-block02-course__heading-en {
  width: 128px;
}

.p-block02-course__text {
  margin-inline: 30px;
}

.p-block02-link {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-block02-link__item + .p-block02-link__item {
  margin-top: 20px;
}

.p-block03 {
  position: relative;
  padding-block: 70px 64px;
  background: var(--color-secondary);
}

.p-block03__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 348px;
}

.p-block03__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-block03__heading {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.p-block03__heading rt {
  font-size: 1rem;
  letter-spacing: -0.05em;
}

.p-block03__lead {
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: center;
}

.p-block03-future {
  position: relative;
  z-index: 1;
  margin: 51px 23px 0;
  padding-top: 43px;
  background: #fff;
  border: 2px solid var(--color-black);
}

.p-block03-future__heading {
  width: 187px;
  margin: auto;
}

.p-block03-future__sub {
  margin-top: 10px;
  color: var(--color-secondary);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}

.p-block03-future__list {
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin: 30px auto 0;
}

.p-block03-future__item {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.03em;
}

.p-block03-future__img {
  max-width: 326px;
  margin-top: 30px;
}

.p-block03-link {
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin: 40px auto 0;
}

.p-block03-link__item.-center {
  margin-inline: auto;
}

.p-block03-link__text-more {
  margin-block: 46px 13px;
}

.p-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 12px 12px 12px 14px;
  background-color: #fff;
  filter: drop-shadow(0 0 24px rgba(72, 72, 72, 0.23));
}

.p-header__logo img {
  width: 160px;
  height: 46px;
}

.p-header__menu {
  position: relative;
  width: 44px;
  height: 44px;
  background: var(--color-primary);
  border-radius: 50%;
}

.p-header__menu span {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8.5px);
  width: 17px;
  height: 2px;
  background: #fff;
  transition: 200ms ease-out;
}

.p-header__menu span:nth-child(1) {
  transform: translateY(-7px);
}

.p-header__menu span:nth-child(3) {
  transform: translateY(7px);
}

.p-header__menu.is-open span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}

.p-header__menu.is-open span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.p-header__menu.is-open span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

.p-header__list {
  display: flex;
  align-items: center;
}

.p-header__item {
  position: relative;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.p-header__item span {
  color: var(--color-primary);
}

.p-header__item + .p-header__item {
  margin-left: 40px;
}

.p-header__item a {
  transition: opacity 200ms linear;
}

.p-header__item a:hover {
  opacity: 0.6;
}

.p-header__item.-color-light span {
  color: var(--color-secondary);
}

.p-mainvisual {
  position: relative;
  padding: 359px 0 60px;
  background: url(../images/mv_bg_01.png) no-repeat center bottom var(--color-secondary);
  background-size: 100% auto;
}

.p-mainvisual__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -6px);
  width: 350px;
}

.p-mainvisual__img01 {
  position: absolute;
  top: 112px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 299px;
}

.p-mainvisual-course {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-mainvisual-course__item {
  width: 156px;
}

.p-mainvisual-course__item.-pickup {
  width: 100%;
  margin: 0;
}

.p-mainvisual-course__item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 156px;
  height: 156px;
  background: var(--color-black);
  color: #fff;
  border-radius: 50%;
}

.-pickup .p-mainvisual-course__item-inner {
  width: 205px;
  height: 205px;
  margin-inline: auto;
  background: var(--color-accent);
  color: var(--color-black);
}

.p-mainvisual-course__text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.28572;
  text-align: center;
}

.-pickup .p-mainvisual-course__text {
  padding-top: 20px;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.1667;
  letter-spacing: 0.03em;
}

[class^=p-mainvisual-course__text-en] {
  margin-top: 8px;
}

.-pickup [class^=p-mainvisual-course__text-en] {
  margin-top: 12px;
}

.p-mainvisual-course__text-en01 {
  width: 72px;
}

.p-mainvisual-course__text-en02 {
  width: 62px;
}

.p-mainvisual-course__text-en03 {
  width: 86px;
}

.p-mainvisual-course__text-pickup {
  position: absolute;
  top: -7px;
  right: 3px;
  width: 55px;
}

.p-mainvisual-course__arrow {
  width: 14px;
  margin-top: 18px;
}

.p-mainvisual__text01 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}

.p-mainvisual__text01 span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-mainvisual__text01 span img {
  transform: translateY(-1.5px);
  margin-right: 4px;
}

.p-mainvisual__text02 {
  margin-top: 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.428572;
  letter-spacing: 0.03em;
  text-align: center;
}

.p-nav {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  width: 100%;
  height: calc(100vh - 60px);
  background: var(--color-gray);
  transition: 200ms ease-in-out;
}

.p-nav.is-open {
  pointer-events: initial;
  opacity: 1;
  transform: translate(0);
}

.p-nav__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.p-nav__item + .p-nav__item {
  margin-top: 20px;
}

.p-nav__text-more {
  margin-block: 46px 13px;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }

  .c-floating-menu {
    background: #1e2a70;
    height: 110px;
    box-shadow: 0px 2px 29px 0px rgba(30, 42, 112, 0.1);
    border-radius: 50px 50px 0 0;
    background: url(../images/touch_text.png) center center/contain;
  }

  .c-floating-menu__list {
    justify-content: center;
    gap: 40px;
    margin-top: -19px;
  }

  .c-floating-menu__item {
    width: 375px;
    height: 100px;
    border-radius: 50px;
    box-shadow: 0px 2px 29px 0px rgba(30, 42, 112, 0.1);
    font-size: 3.6rem;
  }

  .c-floating-menu__item.-book img {
    width: 47px;
    margin-right: 13px;
  }

  .c-floating-menu__item.-lesson button span {
    font-size: 2.5rem;
  }

  .c-floating-menu__item.-lesson button img {
    width: 45px;
    margin-right: 10px;
  }

  .c-floating-menu__modal {
    top: 38px;
    left: -21px;
    width: 723px;
    height: 395px;
    background: url(../images/lesson_bg.png) center center/contain no-repeat;
    transform: translateY(-100%) translateX(-50%);
    padding: 63px 0 103px;
  }

  .c-floating-menu__modal-heading {
    gap: 11px;
    font-size: 2.5rem;
  }

  .c-floating-menu__modal-heading .-color {
    font-size: 2.8rem;
  }

  .c-floating-menu__modal-heading img {
    width: 35px;
    height: 30px;
  }

  .c-floating-menu__modal-button {
    gap: 9px;
    width: 300px;
  }

  .c-floating-menu__modal-button span {
    font-size: 2rem;
  }

  .c-floating-menu__modal-text {
    margin-top: 21px;
  }

  .modal-container {
    width: 1040px;
    max-height: 67.5svh;
  }

  .modal-header {
    padding: 74px 90px 36px 346px;
  }

  .modal-header__img {
    position: absolute;
    width: 180px;
    top: 48px;
    left: 100px;
  }

  .modal-header__right {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .modal-header__name {
    font-size: 1.8rem;
  }

  .modal-header__name .-strong {
    font-size: 2.5rem;
  }

  .modal-header__name .-sm {
    font-size: 1.8rem;
  }

  .modal-header__company {
    font-size: 2rem;
  }

  .modal-heading {
    text-align: left;
    margin-left: 346px;
    margin-right: 0;
    padding: 25px 100px 28px 0;
    font-size: 1.9rem;
  }

  .modal-heading::before {
    top: 13px;
    left: -38px;
  }

  .modal-content {
    margin: 0 20px 10px;
    padding: 0 80px;
  }

  .p-block01 {
    padding-block: 80px 100px;
  }

  .p-block01__heading {
    font-size: 3rem;
    line-height: 1.4;
  }

  .p-block01__heading .-bg.-pc-left-none {
    padding-left: 0 !important;
  }

  .p-block01__heading .-bg.-pc-right-none {
    padding-right: 0 !important;
  }

  .p-block01__heading .-bg {
    padding: 12px 16px;
  }

  .p-block01__heading .-bg:nth-of-type(1),
  .p-block01__heading .-bg:nth-of-type(2) {
    margin-block: 0 -8px;
    padding: 12px 16px;
  }

  .p-block01__heading .-bg:nth-last-of-type(1),
  .p-block01__heading .-bg:nth-last-of-type(2) {
    padding: 0 16px 12px;
  }

  .p-block01__lead {
    margin-top: 23px;
  }

  .p-block01-alumni {
    margin: 30px auto 0;
    padding: 60px 80px 80px;
  }

  .p-block01-alumni__heading {
    font-size: 3rem;
  }

  .p-block01-alumni__list {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 60px;
  }

  .p-block01-alumni__text {
    flex-grow: 0;
    height: 120px;
    padding: 0 20px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }

  .p-block01-alumni__text::before {
    top: -12px;
  }

  .p-block01-alumni__item:nth-child(4) .p-block01-alumni__text {
    padding-inline: 16px;
  }

  .p-block01-alumni__item:nth-child(4) .p-block01-alumni__text::before {
    background: #ffe512;
  }

  .p-block01-alumni__item:nth-child(4) .p-block01-alumni__button {
    background: #ffe512;
    color: #000;
  }

  .p-block01-alumni__item:nth-child(4) .p-block01-alumni__button span::after {
    background: url(../images/icon_arrow_right-bk.png) center center/contain no-repeat;
  }

  .p-block01-alumni__company {
    padding-bottom: 16px;
  }

  .p-block01-alumni__company span {
    display: block;
  }

  .p-block01-alumni__button {
    height: 44px;
    font-size: 1.6rem;
  }

  .p-block01-alumni__button span {
    padding: 0;
  }

  .p-block01-alumni__button span::after {
    width: 20px;
    height: 7px;
  }

  .p-block01-point {
    margin: 80px auto 0;
    padding: 0;
    background: transparent;
  }

  .p-block01-point__list {
    padding: 60px 80px 40px;
    background: #fff;
  }

  .p-block01-point__item + .p-block01-point__item {
    margin-top: 80px;
  }

  .p-block01-point__head {
    display: flex;
    align-items: center;
  }

  .p-block01-point__img {
    flex: none;
    width: 360px;
    margin-right: 58px;
  }

  .p-block01-point__heading01 {
    font-size: 3rem;
    margin-top: -7px;
  }

  .p-block01-point__heading02 {
    margin-block: 32px 14px;
  }

  .p-block01-point__text01,
  .p-block01-point__text02,
  .p-block01-point__text03 {
    padding: 0 20px;
  }

  .p-block01-recommend {
    margin-top: 70px;
    padding: 0 80px 60px;
    background: #f3f0ed;
  }

  .p-block01-recommend__head {
    max-width: none;
    margin: 0 47px;
    padding: 25px 0 14px;
  }

  .p-block01-recommend__heading {
    position: absolute;
    top: -34px;
    width: 265px;
  }

  .p-block01-recommend__name {
    margin-left: 288px;
  }

  .p-block01-recommend__img01 {
    right: 20px;
    width: 125px;
  }

  .p-block01-recommend__img02 {
    bottom: 0;
    right: 34px;
    width: 108px;
  }

  .p-block01-recommend__img03 {
    bottom: 0;
    right: 30px;
    width: 117px;
  }

  .p-block01-recommend__button {
    margin: 0 auto;
    width: 620px;
    height: 69px;
    border-radius: 34px;
    font-size: 2.5rem;
  }

  .p-block01-recommend__toggle {
    right: 25px;
    width: 25px;
    height: 3px;
  }

  .p-block01-recommend__wrap {
    margin-top: -34px;
    background: #fff;
  }

  .p-block01-recommend__text {
    padding: 58px 70px 30px;
  }

  .p-block01-link {
    margin-top: 60px;
  }

  .p-block01-link__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-block01-link__item:nth-child(1),
  .p-block01-link__item:nth-child(2) {
    margin-inline: 15px !important;
  }

  .p-block01-link__text-more {
    margin-block: 40px 20px;
  }

  .p-block02 {
    padding-block: 100px;
    background: url(../images/text_en_04_pc.png) no-repeat var(--color-primary);
    background-position: 0 0;
  }

  .p-block02__heading {
    width: 349px;
    font-size: 3rem;
    line-height: 1.8;
  }

  .p-block02__lead {
    margin-top: 16px;
  }

  .p-block02-course {
    margin: 60px auto 0;
  }

  .p-block02-course__list {
    display: flex;
    justify-content: space-between;
  }

  .p-block02-course__item {
    width: 300px;
  }

  .p-block02-course__item:nth-child(1) .p-block02-course__heading-en {
    width: 72px;
  }

  .p-block02-course__item:nth-child(2) .p-block02-course__heading-en {
    width: 107px;
  }

  .p-block02-course__item:nth-child(3) .p-block02-course__heading-en {
    width: 127px;
  }

  .p-block02-link {
    margin-top: 60px;
    flex-direction: row;
    justify-content: center;
  }

  .p-block02-link__item + .p-block02-link__item {
    margin: 0 0 0 30px;
  }

  .p-block03 {
    padding-block: 100px;
  }

  .p-block03__bg {
    height: 360px;
  }

  .p-block03__heading {
    font-size: 3rem;
  }

  .p-block03-future {
    display: flex;
    align-items: center;
    margin: 81px 0 0;
    padding: 50px;
  }

  .p-block03-future__sub {
    text-align: left;
  }

  .p-block03-future__list {
    display: flex;
    flex-wrap: wrap;
    width: 410px;
    margin: 0 0 0 54px;
  }

  .p-block03-future__item {
    font-size: 1.8rem;
    margin-right: 20px;
  }

  .p-block03-future__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 342px;
  }

  .p-block03-link {
    margin-top: 60px;
  }

  .p-block03-link__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-block03-link__item:nth-child(1),
  .p-block03-link__item:nth-child(2) {
    margin-inline: 15px !important;
  }

  .p-block03-link__text-more {
    margin-block: 40px 20px;
  }

  .p-header {
    padding: 17px 33px 17px 23px;
  }

  .p-header__menu {
    display: none;
  }

  .p-mainvisual {
    padding: 0;
    height: 720px;
    background: url(../images/mv_bg_01_pc.png) no-repeat var(--color-secondary);
    background-position: center -100px;
    background-size: 1280px auto;
  }

  .p-mainvisual__title {
    top: 50px;
    right: 50%;
    left: auto;
    transform: translateX(-112px);
    width: 456px;
  }

  .p-mainvisual__img01 {
    top: 206px;
    right: 50%;
    left: auto;
    transform: translateX(-140px);
    width: 374px;
  }

  .p-mainvisual-course {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-80px);
    width: 640px;
  }

  .p-mainvisual-course__item {
    width: 182px;
  }

  .p-mainvisual-course__item:nth-child(2) {
    margin-top: -130px;
  }

  .p-mainvisual-course__item:nth-child(3) {
    margin: -130px 0 0 275px;
  }

  .p-mainvisual-course__item-inner {
    width: 182px;
    height: 182px;
  }

  .-pickup .p-mainvisual-course__item-inner {
    width: 240px;
    height: 240px;
  }

  .p-mainvisual-course__text {
    font-size: 1.7rem;
    line-height: 1.2353;
  }

  .-pickup .p-mainvisual-course__text {
    font-size: 2.8rem;
  }

  .p-mainvisual-course__text-en01 {
    width: 85px;
  }

  .p-mainvisual-course__text-en02 {
    width: 73px;
  }

  .p-mainvisual-course__text-en03 {
    width: 101px;
  }

  .p-mainvisual-course__arrow {
    width: 18px;
  }

  .p-mainvisual__text-wrap {
    position: absolute;
    bottom: 122px;
    left: 50%;
    transform: translateX(-80px);
    text-align: center;
    white-space: nowrap;
  }

  .p-mainvisual__text01 span img {
    transform: translateY(-1px);
    margin-right: 12px;
  }

  .p-mainvisual__text01 {
    font-size: 3.6rem;
  }

  .p-mainvisual__text02 {
    margin-top: 20px;
    font-size: 2.8rem;
    line-height: 1.42858;
  }

  .p-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  body {
    min-width: unset;
  }

  .l-inner {
    max-width: 100%;
  }

  .l-wrapper {
    min-width: unset;
  }

  .u-pc {
    display: none !important;
  }

  .p-block01-alumni__item:nth-child(3) .p-block01-alumni__text::before {
    background: #ffe512;
  }

  .p-block01-alumni__item:nth-child(3) .p-block01-alumni__button {
    background: #ffe512;
    color: #000;
  }

  .p-block01-alumni__item:nth-child(3) .p-block01-alumni__button span::after {
    background: url(../images/icon_arrow_right-bk.png) center center/contain no-repeat;
  }

  .p-block01-link__item + .p-block01-link__item {
    margin-top: 20px;
  }

  .p-block02-course__item + .p-block02-course__item {
    margin-top: 30px;
  }

  .p-block03-link__item + .p-block03-link__item {
    margin-top: 20px;
  }

  .p-header__list {
    display: none;
  }

  .p-mainvisual-course__item {
    margin: 0 7px;
  }

  .p-mainvisual__text-wrap {
    margin-top: 50px;
  }
}