@charset "UTF-8";
/*==================================================
 Foundation
================================================== */ :root {
  --bp-sm: 768px;
  --bp-lg: 1024px;
  --layer-loading: 200;
  --layer-modal: 100;
  --layer-drawer: 40;
  --layer-floating: 30;
  --layer-header: 20;
  --layer-footer: 10;
  --layer-default: 1;
  --width-container: 900px;
  --width-header: 1200px;
  --spacing-page: 20px;
  --color-primary: #ee5401;
  --color-accent: #d8002e;
  --color-text-primary: #1e1e1e;
  --color-dividers: #dddddd;
  --color-background: #f5f4ec;
  --color-text-link: #1e1e1e;
  --color-text-hover: #909090;
  --font-size-base: 16px;
  --line-height-base: 1.8;
  --line-height-base-sm: 1.6;
  --font-family-base: "Inter", "Noto Sans JP", sans-serif;
  --transition-duration: 0.3s;
  --letter-spacing-base: normal;
}
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  min-width: 0;
  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;
}
/* 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 */
  margin: 0;
  clear: both;
  overflow: visible; /* 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 {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}
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] {
  -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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}
/**
 * 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;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}
/**
 * Correct cursors for clickable elements.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */ :-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td, th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: bold;
  text-align: left;
}
html {
  scroll-behavior: smooth;
}
html:has(dialog[open]) {
  overflow: hidden;
}
body {
  min-height: 100dvh;
  color: var(--color-text-primary);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-family: var(--font-family-base);
  letter-spacing: var(--letter-spacing-base);
  line-break: strict;
  word-break: normal;
  overflow-wrap: anywhere;
}
@media (width <=767px) {
  body {
    line-height: var(--line-height-base-sm);
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
dfn, cite, em, i {
  font-style: italic;
}
@media (width <=767px) {
  :root {
    --font-size-base: 4.27vw;
    --spacing-page: 5.33vw;
  }
}
/*==================================================
 Layout
================================================== */
/* Fixed Navigation for Desktop
--------------------------------------------- */
.p-fixednav__desktop {
  display: grid;
  z-index: var(--layer-floating);
  position: fixed;
  top: 10%;
  right: 0;
  gap: 6px;
}
@media (width <=767px) {
  .p-fixednav__desktop {
    display: none;
  }
}
.p-fixednav__desktop .p-fixednav__item {
  display: grid;
  place-items: center;
  width: 40px;
  height: 170px;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-orientation: upright;
  transition: opacity 0.15s ease;
  writing-mode: vertical-rl;
}
.p-fixednav__desktop .p-fixednav__item:last-child {
  background-color: var(--color-primary);
  color: #fff;
}
@media (hover: hover) {
  .p-fixednav__desktop .p-fixednav__item:hover {
    opacity: 0.8;
  }
}
/* Fixed Navigation for Mobile
--------------------------------------------- */
.p-fixednav__mobile {
  display: none;
}
@media (width <=767px) {
  .p-fixednav__mobile {
    display: grid;
    z-index: var(--layer-floating);
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: 24vw 24vw 1fr;
    height: 18.67vw;
    padding: 2.67vw var(--spacing-page);
    gap: 1.33vw;
    background-color: #fff;
  }
  .p-fixednav__mobile .p-fixednav__item {
    display: grid;
    place-items: center;
    height: 13.33vw;
    border: 0.53vw solid var(--color-primary);
    border-radius: 1.33vw;
    background-color: #fff;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 3.2vw;
    line-height: 1.1;
    text-align: center;
  }
  .p-fixednav__mobile .p-fixednav__item:last-child {
    position: relative;
    padding-right: 2.67vw;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 5.33vw;
    letter-spacing: 0.1em;
  }
  .p-fixednav__mobile .p-fixednav__item:last-child:before {
    position: absolute;
    top: 50%;
    right: 2.67vw;
    width: 2.67vw;
    height: 2.67vw;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #fff;
    content: "";
  }
  .p-fixednav__mobile .p-fixednav__item:last-child:after {
    position: absolute;
    top: 40%;
    right: 2.13vw;
    transform: scale(0.6);
    content: "▶";
    color: var(--color-primary);
    font-size: 2.67vw;
    line-height: 1;
  }
}
/* Page Top
--------------------------------------------- */
.p-pagetop {
  display: grid;
  z-index: var(--layer-floating);
  z-index: var(--layer-floating);
  position: fixed;
  right: 20px;
  bottom: 20px;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #666;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (hover: hover) {
  .p-pagetop:hover {
    opacity: 0.8;
  }
}
@media (width <=767px) {
  .p-pagetop {
    display: none;
  }
}
/* Footer
--------------------------------------------- */
.LP-footer {
  padding: 1em;
  background: #333;
  color: #ccc;
  font-size: 10px;
  text-align: center;
}
@media (width <=767px) {
  .LP-footer {
    font-size: 2.67vw;
  }
}
/* Header
--------------------------------------------- */
.LP-pageHeader {
  z-index: 2;
  position: relative;
  padding: 16px 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  color: #242424;
  font-size: 15px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
@media (width <=767px) {
  .LP-pageHeader {
    padding: 4.27vw 0;
    box-shadow: 0 0.27vw 1.07vw rgba(0, 0, 0, 0.1);
    font-size: 4vw;
  }
}
.LP-pageHeader__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--width-header);
  margin: 0 auto;
  padding-inline: var(--spacing-page);
}
.LP-pageHeader__logo img {
  width: 160px;
}
@media (width <=767px) {
  .LP-pageHeader__logo img {
    width: 29.33vw;
  }
}
.LP-pageHeader__lead {
  padding-top: 2px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
@media (width <=767px) {
  .LP-pageHeader__lead {
    padding-top: 0.53vw;
    font-size: 2.67vw;
  }
}
/* メニュー */
.LP-subNavigation__wrap {
  z-index: 1;
  position: relative;
  color: #242424;
  font-size: 15px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
@media (width <=767px) {
  .LP-subNavigation__wrap {
    font-size: 3.73vw;
  }
}
.LP-subNavigation__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  max-width: var(--width-header);
  margin: 0 auto;
  padding: 24px var(--spacing-page);
  background-color: #fff;
}
@media (width <=767px) {
  .LP-subNavigation__inner {
    display: block;
    padding: 0;
  }
}
.LP-subNavigation__title {
  margin: 0 32px 0 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.45rem;
}
@media (width <=767px) {
  .LP-subNavigation__title {
    margin: 0;
    font-size: 3.73vw;
  }
}
@media (width <=767px) {
  .LP-subNavigation__menu {
    display: flex;
    justify-content: space-between;
    padding: 4.27vw;
  }
}
.LP-subNavigation__menubutton {
  display: none;
}
@media (width <=767px) {
  .LP-subNavigation__menubutton {
    display: block;
    position: relative;
    width: 5.33vw;
    height: 3.73vw;
    border: 0;
    background-color: transparent;
    cursor: pointer;
  }
  .LP-subNavigation__menubutton span {
    display: block;
    position: absolute;
    left: 0;
    width: 5.33vw;
    height: 0.53vw;
    background-color: #242424;
  }
  .LP-subNavigation__menubutton span:nth-of-type(1) {
    top: 0;
  }
  .LP-subNavigation__menubutton span:nth-of-type(2) {
    top: 1.6vw;
  }
  .LP-subNavigation__menubutton span:nth-of-type(3) {
    top: 3.2vw;
  }
  .LP-subNavigation__menubutton.is-active span:nth-of-type(1) {
    top: 1.6vw;
    transform: rotate(45deg);
  }
  .LP-subNavigation__menubutton.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .LP-subNavigation__menubutton.is-active span:nth-of-type(3) {
    top: 1.6vw;
    transform: rotate(-45deg);
  }
}
.LP-subNavigation__list {
  display: flex;
  align-items: center;
  margin-right: auto;
}
@media (width <=767px) {
  .LP-subNavigation__list {
    display: none;
  }
}
.LP-subNavigation__list a {
  padding: 0 16px;
  color: inherit;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.015rem;
  line-height: 14px;
  text-decoration: none;
}
.LP-subNavigation__list a:hover {
  color: #e94709;
}
.LP-subNavigation__button {
  display: flex;
  align-items: center;
}
@media (width <=767px) {
  .LP-subNavigation__button {
    display: none;
    flex-direction: column;
  }
  .LP-subNavigation__button.is-open {
    display: flex;
  }
}
.LP-subNavigation__button a {
  padding: 0 16px;
  color: inherit;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.015rem;
  line-height: 14px;
  text-decoration: none;
}
@media (width <=767px) {
  .LP-subNavigation__button a {
    width: 100%;
    font-size: 3.73vw;
  }
}
.LP-subNavigation__button a.btn-course {
  margin-left: 8px;
  border: 1px solid rgba(233, 71, 9, 0.5);
  border-radius: 4px;
  background-color: #fff;
  line-height: 38px;
}
@media (width <=767px) {
  .LP-subNavigation__button a.btn-course {
    margin-left: 0;
    border: 0.27vw solid rgba(233, 71, 9, 0.5);
    border-radius: 0;
    line-height: 10.13vw;
    text-align: center;
  }
}
.LP-subNavigation__button a.btn-course:hover {
  border: 1px solid #e94709;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  color: inherit;
}
.LP-subNavigation__button a.btn-trial {
  margin-left: 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #e94709;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  color: #fff;
  line-height: 38px;
}
@media (width <=767px) {
  .LP-subNavigation__button a.btn-trial {
    margin-left: 0;
    border: 0.27vw solid rgba(233, 71, 9, 0.5);
    border-radius: 0;
    line-height: 10.13vw;
    text-align: center;
  }
}
.LP-subNavigation__button a.btn-trial:hover {
  box-shadow: 0 2px 4px rgba(233, 71, 9, 0.5);
  color: #fff;
}
/*==================================================
 Object
================================================== */
/*==================================================
 Component
================================================== */
/* CTA
--------------------------------------------- */
.c-cta {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-cta__catch {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
@media (width <=767px) {
  .c-cta__catch {
    font-size: 3.73vw;
  }
}
.c-cta__catch::before, .c-cta__catch::after {
  position: absolute;
  top: 50%;
  width: 1.5em;
  height: 2px;
  background-color: #333;
  content: "";
}
@media (width <=767px) {
  .c-cta__catch::before, .c-cta__catch::after {
    height: 0.27vw;
  }
}
.c-cta__catch::before {
  left: -2em;
  transform: rotate(45deg) translateY(-50%);
}
.c-cta__catch::after {
  right: -2em;
  transform: rotate(-45deg) translateY(-50%);
}
.c-cta__button {
  display: block;
  position: relative;
  width: 440px;
  margin-top: 15px;
  padding: 11px 10px 11px 152px;
  border-radius: 10px;
  background: linear-gradient(270deg, #f91c1b 0%, #fe5419 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (width <=767px) {
  .c-cta__button {
    width: 85.33vw;
    margin-top: 2.67vw;
    padding: 2.67vw 2.67vw 2.67vw 27.73vw;
    border-radius: 2.67vw;
    box-shadow: 0 1.07vw 1.07vw 0 rgba(0, 0, 0, 0.25);
  }
}
.c-cta__button:after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 11px;
  height: 19px;
  transform: translateY(-50%);
  background-image: url(../images/arrow-right-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (width <=767px) {
  .c-cta__button:after {
    right: 5.33vw;
    width: 2.13vw;
    height: 3.73vw;
  }
}
@media (hover: hover) {
  .c-cta__button:hover {
    background: linear-gradient(270deg, #E40000 0%, #FF291A 100%);
  }
}
.c-cta__label {
  position: absolute;
  top: -9px;
  left: 23px;
  width: 69px;
}
@media (width <=767px) {
  .c-cta__label {
    top: -2.4vw;
    left: 4.53vw;
    width: 17.07vw;
  }
}
.c-cta__label img {
  width: 100%;
}
.c-cta__text {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}
@media (width <=767px) {
  .c-cta__text {
    font-size: 3.2vw;
  }
}
.c-cta__text_highlight {
  color: #f6de00;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media (width <=767px) {
  .c-cta__text_highlight {
    font-size: 6.4vw;
  }
}
.c-cta__text_20 {
  font-size: 20px;
}
@media (width <=767px) {
  .c-cta__text_20 {
    font-size: 4.8vw;
  }
}
.c-cta__text_middle {
  font-size: 22px;
}
@media (width <=767px) {
  .c-cta__text_middle {
    font-size: 4.8vw;
  }
}
.c-cta__note {
  margin-top: 15px;
  color: #ff0004;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (width <=767px) {
  .c-cta__note {
    margin-top: 4vw;
    font-size: 3.73vw;
  }
}
/*==================================================
 Project
================================================== */
/* Device
--------------------------------------------- */
.device-flame {
  position: relative;
  width: 221px;
  margin: auto;
}
@media (width <=767px) {
  .device-flame {
    width: 58.93vw;
  }
}
.device-flame .item {
  position: absolute;
  top: 12px;
  left: 14px;
  width: 193px;
}
@media (width <=767px) {
  .device-flame .item {
    top: 3.2vw;
    left: 3.73vw;
    width: 51.47vw;
  }
}
.device-flame .img-text {
  position: absolute;
  top: 404px;
  left: -42px;
  width: 280px;
  font-size: 14px;
}
@media (width <=767px) {
  .device-flame .img-text {
    top: 107.73vw;
    left: -11.2vw;
    width: 74.67vw;
    font-size: 3.73vw;
  }
}
.device-flame .graph-text_wrap {
  position: absolute;
  top: 74px;
  right: 0;
  left: 0;
  width: 140px;
  height: 80px;
  margin: 0 auto;
  border-radius: 8px;
  background: #e84709;
}
@media (width <=767px) {
  .device-flame .graph-text_wrap {
    top: 19.73vw;
    width: 37.33vw;
    height: 21.33vw;
    border-radius: 2.13vw;
  }
}
.device-flame .graph-text .first img {
  top: 13px;
}
@media (width <=767px) {
  .device-flame .graph-text .first img {
    top: 3.47vw;
  }
}
.device-flame .graph-text .second img {
  top: 33px;
}
@media (width <=767px) {
  .device-flame .graph-text .second img {
    top: 8.8vw;
  }
}
.device-flame .graph-text .third img {
  top: 53px;
}
@media (width <=767px) {
  .device-flame .graph-text .third img {
    top: 14.13vw;
  }
}
.device-flame .graph-text img {
  position: absolute;
  width: 15px;
  animation: text-fadein 20s infinite;
}
@media (width <=767px) {
  .device-flame .graph-text img {
    width: 4vw;
  }
}
.device-flame .graph-text img.graph-text1-1 {
  left: 47px;
  animation-delay: 0.1s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-1 {
    left: 12.53vw;
  }
}
.device-flame .graph-text img.graph-text1-2 {
  left: 62px;
  animation-delay: 0.2s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-2 {
    left: 16.53vw;
  }
}
.device-flame .graph-text img.graph-text1-3 {
  left: 77px;
  animation-delay: 0.3s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-3 {
    left: 20.53vw;
  }
}
.device-flame .graph-text img.graph-text1-4 {
  left: 26px;
  animation-delay: 0.4s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-4 {
    left: 6.93vw;
  }
}
.device-flame .graph-text img.graph-text1-5 {
  left: 41px;
  animation-delay: 0.5s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-5 {
    left: 10.93vw;
  }
}
.device-flame .graph-text img.graph-text1-6 {
  left: 56px;
  animation-delay: 0.6s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-6 {
    left: 14.93vw;
  }
}
.device-flame .graph-text img.graph-text1-7 {
  left: 71px;
  animation-delay: 0.7s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-7 {
    left: 18.93vw;
  }
}
.device-flame .graph-text img.graph-text1-8 {
  left: 86px;
  animation-delay: 0.8s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-8 {
    left: 22.93vw;
  }
}
.device-flame .graph-text img.graph-text1-9 {
  left: 101px;
  animation-delay: 0.9s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-9 {
    left: 26.93vw;
  }
}
.device-flame .graph-text img.graph-text1-10 {
  left: 47px;
  animation-delay: 1s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-10 {
    left: 12.53vw;
  }
}
.device-flame .graph-text img.graph-text1-11 {
  left: 62px;
  animation-delay: 1.1s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-11 {
    left: 16.53vw;
  }
}
.device-flame .graph-text img.graph-text1-12 {
  left: 77px;
  animation-delay: 1.2s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text1-12 {
    left: 20.53vw;
  }
}
.device-flame .graph-text img.graph-text2-1 {
  left: 47px;
  animation-delay: 4.1s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-1 {
    left: 12.53vw;
  }
}
.device-flame .graph-text img.graph-text2-2 {
  left: 62px;
  animation-delay: 4.2s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-2 {
    left: 16.53vw;
  }
}
.device-flame .graph-text img.graph-text2-3 {
  left: 77px;
  animation-delay: 4.3s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-3 {
    left: 20.53vw;
  }
}
.device-flame .graph-text img.graph-text2-4 {
  left: 18px;
  animation-delay: 4.4s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-4 {
    left: 4.8vw;
  }
}
.device-flame .graph-text img.graph-text2-5 {
  left: 33px;
  animation-delay: 4.5s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-5 {
    left: 8.8vw;
  }
}
.device-flame .graph-text img.graph-text2-6 {
  left: 48px;
  animation-delay: 4.6s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-6 {
    left: 12.8vw;
  }
}
.device-flame .graph-text img.graph-text2-7 {
  left: 63px;
  animation-delay: 4.7s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-7 {
    left: 16.8vw;
  }
}
.device-flame .graph-text img.graph-text2-8 {
  left: 78px;
  animation-delay: 4.8s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-8 {
    left: 20.8vw;
  }
}
.device-flame .graph-text img.graph-text2-9 {
  left: 93px;
  animation-delay: 4.9s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-9 {
    left: 24.8vw;
  }
}
.device-flame .graph-text img.graph-text2-10 {
  left: 108px;
  animation-delay: 5s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-10 {
    left: 28.8vw;
  }
}
.device-flame .graph-text img.graph-text2-11 {
  left: 33px;
  animation-delay: 5.1s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-11 {
    left: 8.8vw;
  }
}
.device-flame .graph-text img.graph-text2-12 {
  left: 48px;
  animation-delay: 5.2s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-12 {
    left: 12.8vw;
  }
}
.device-flame .graph-text img.graph-text2-13 {
  left: 63px;
  animation-delay: 5.3s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-13 {
    left: 16.8vw;
  }
}
.device-flame .graph-text img.graph-text2-14 {
  left: 78px;
  animation-delay: 5.4s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-14 {
    left: 20.8vw;
  }
}
.device-flame .graph-text img.graph-text2-15 {
  left: 93px;
  animation-delay: 5.5s;
}
@media (width <=767px) {
  .device-flame .graph-text img.graph-text2-15 {
    left: 24.8vw;
  }
}
.device-flame img.graph01 {
  position: absolute;
  top: 228px;
  left: 7px;
  width: 130px;
  height: 105px;
}
@media (width <=767px) {
  .device-flame img.graph01 {
    top: 60.8vw;
    left: 1.87vw;
    width: 34.67vw;
    height: 28vw;
  }
}
.device-flame img.graph02 {
  position: absolute;
  top: 194px;
  left: 47px;
  width: 33px;
}
@media (width <=767px) {
  .device-flame img.graph02 {
    top: 51.73vw;
    left: 12.53vw;
    width: 8.8vw;
  }
}
.device-flame img.graph02.no2 {
  left: 65px;
}
@media (width <=767px) {
  .device-flame img.graph02.no2 {
    left: 17.33vw;
  }
}
.device-flame img.graph02.no3 {
  left: 85px;
}
@media (width <=767px) {
  .device-flame img.graph02.no3 {
    left: 22.67vw;
  }
}
.device-flame img.graph02.no4 {
  left: 117px;
}
@media (width <=767px) {
  .device-flame img.graph02.no4 {
    left: 31.2vw;
  }
}
.device-flame img.graph02.no5 {
  left: 149px;
}
@media (width <=767px) {
  .device-flame img.graph02.no5 {
    left: 39.73vw;
  }
}
@keyframes text-fadein {
  64% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.item {
  animation: change-img-anim 20s infinite;
  opacity: 0;
}
.item:first-of-type {
  animation-delay: 0s;
}
.item:nth-of-type(2) {
  animation-delay: 4s;
}
.item:nth-of-type(3) {
  animation-delay: 8s;
}
.item:nth-of-type(4) {
  animation-delay: 12s;
}
.item:nth-of-type(5) {
  animation-delay: 16s;
}
.item:nth-of-type(5) .graph02 {
  animation: graph-fadein 20s infinite;
  opacity: 0;
}
.item:nth-of-type(5) .graph02:first-of-type {
  animation-delay: 0s;
}
.item:nth-of-type(5) .graph02:nth-of-type(2) {
  animation-delay: 0.2s;
}
.item:nth-of-type(5) .graph02:nth-of-type(3) {
  animation-delay: 0.4s;
}
.item:nth-of-type(5) .graph02:nth-of-type(4) {
  animation-delay: 0.6s;
}
.item:nth-of-type(5) .graph02:nth-of-type(5) {
  animation-delay: 0.8s;
}
@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  22% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes text-fadein {
  64% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes graph-fadein {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  92% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* Top Page
--------------------------------------------- */
.p-section09__inner, .p-section08__inner, .p-section07__inner, .p-section06__inner, .p-section05__inner, .p-section04__inner, .p-section03__inner, .p-section02__inner {
  max-width: calc(844px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-inline: var(--spacing-page);
  border-top: 2px solid #ddd;
}
@media (width <=767px) {
  .p-section09__inner, .p-section08__inner, .p-section07__inner, .p-section06__inner, .p-section05__inner, .p-section04__inner, .p-section03__inner, .p-section02__inner {
    padding-top: 10.67vw;
    padding-bottom: 10.67vw;
    border-top: 0.53vw solid #ddd;
  }
}
.p-section08__lead, .p-section07__lead, .p-section06__lead, .p-section05__lead, .p-section04__lead, .p-section03__lead {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 15px 20px;
  border-radius: 9999px;
  background-color: #4c94db;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}
@media (width <=767px) {
  .p-section08__lead, .p-section07__lead, .p-section06__lead, .p-section05__lead, .p-section04__lead, .p-section03__lead {
    padding: 3.47vw 5.33vw;
    font-size: 4.27vw;
  }
}
.p-section11__title, .p-section10__title, .p-section09__title, .p-section08__title, .p-section07__title, .p-section06__title, .p-section05__title, .p-section04__title, .p-section03__title {
  margin-top: 20px;
  color: var(--color-accent);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
@media (width <=767px) {
  .p-section11__title, .p-section10__title, .p-section09__title, .p-section08__title, .p-section07__title, .p-section06__title, .p-section05__title, .p-section04__title, .p-section03__title {
    margin-top: 4.67vw;
    font-size: 5.87vw;
  }
}
.p-point {
  display: flex;
  position: relative;
}
.p-point-label {
  display: grid;
  flex: 0 0 154px;
  place-items: center;
  padding: 15px;
  border-radius: 8px 0 0 8px;
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (width <=767px) {
  .p-point-label {
    flex: 0 0 13.6vw;
    padding: 0;
    border-radius: 2.13vw 0 0 2.13vw;
  }
}
.p-point-point {
  display: block;
  font-size: 14px;
}
@media (width <=767px) {
  .p-point-point {
    font-size: 2.67vw;
  }
}
.p-point-num {
  display: block;
  font-size: 54px;
}
@media (width <=767px) {
  .p-point-num {
    font-size: 6.93vw;
  }
}
.p-point-content {
  flex: 0 0 calc(100% - 154px - 65px);
  padding: 22px 5em 22px 22px;
  border: 3px solid var(--color-primary);
  border-radius: 0 8px 8px 0;
}
@media (width <=767px) {
  .p-point-content {
    flex: 1;
    padding: 4.53vw 2.67vw;
    border-width: 0.8vw;
    border-radius: 0 2.13vw 2.13vw 0;
  }
}
.p-point-title {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}
@media (width <=767px) {
  .p-point-title {
    font-size: 3.73vw;
  }
}
.p-point-title-accent {
  display: block;
  margin-top: 10px;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (width <=767px) {
  .p-point-title-accent {
    margin-top: 1.33vw;
    font-size: 6.93vw;
    line-height: 1.2;
  }
}
.p-point-catch {
  display: grid;
  position: absolute;
  top: 50%;
  right: 0;
  place-items: center;
  aspect-ratio: 1;
  width: 133px;
  transform: translateY(-50%);
  background-image: url(../images/heading-circle.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
}
@media (width <=767px) {
  .p-point-catch {
    top: auto;
    right: -2.13vw;
    bottom: -4.8vw;
    width: 16vw;
    transform: unset;
    font-size: 2.93vw;
    line-height: 1.2;
    text-align: center;
  }
}
/* First View
--------------------------------------------- */
.p-fv__1 {
  height: 470px;
  padding-top: 30px;
  background-image: url(../images/fv-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (width <=767px) {
  .p-fv__1 {
    aspect-ratio: 375/433;
    height: auto;
    padding-top: 4.53vw;
    background-image: url(../images/fv-bg_sp.webp);
    background-position: bottom right;
    background-size: contain;
  }
}
.p-fv__inner {
  max-width: var(--width-header);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
.p-fv__lead {
  width: 535px;
  padding: 12px 0 12px 28px;
  background: linear-gradient(90deg, #f25604 0%, #ff7a31 97.85%);
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
}
@media (width <=767px) {
  .p-fv__lead {
    width: 65.87vw;
    margin-left: calc(var(--spacing-page) * -1);
    padding: 0.53vw 0 0.53vw 3.47vw;
    font-size: 5.33vw;
  }
}
.p-fv__lead-small {
  font-size: 34px;
}
@media (width <=767px) {
  .p-fv__lead-small {
    font-size: 4.27vw;
  }
}
@media (width <=767px) {
  .p-fv__lead-small2 {
    font-size: 4.27vw;
  }
}
.p-fv__title {
  margin-top: 17px;
  color: #d8002e;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.35;
}
@media (width <=767px) {
  .p-fv__title {
    margin-top: 1.87vw;
    font-size: 6.4vw;
  }
}
.p-fv__note {
  color: #d8002e;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.35;
}
@media (width <=767px) {
  .p-fv__note {
    font-size: 6.4vw;
  }
}
.p-fv__note-small {
  display: block;
  font-weight: 700;
  font-size: 29px;
  line-height: 1.6;
}
@media (width <=767px) {
  .p-fv__note-small {
    font-size: 4vw;
  }
}
.p-fv__text {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.35;
  text-decoration: underline;
  text-decoration-color: #fff967;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
}
@media (width <=767px) {
  .p-fv__text {
    font-size: 5.33vw;
    line-height: 1.6;
    text-decoration-thickness: 0.53vw;
    text-underline-offset: 1.07vw;
  }
}
.p-fv__text-small {
  font-size: 30px;
}
@media (width <=767px) {
  .p-fv__text-small {
    font-size: 4vw;
  }
}
.p-fv__image {
  width: 46.67vw;
  margin-top: 7.47vw;
}
.p-fv__2 {
  padding-top: 38px;
  padding-bottom: 38px;
  background-color: #1e1e1e;
}
@media (width <=767px) {
  .p-fv__2 {
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
  }
}
.p-fv__inner2 {
  max-width: calc(1141px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
.p-fv__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
@media (width <=767px) {
  .p-fv__container {
    gap: 6.4vw;
  }
}
.p-fv__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (width <=767px) {
  .p-fv__items {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    gap: 3.2vw;
  }
}
@media (width <=767px) {
  .p-fv__item--01 {
    grid-row: 3;
  }
}
@media (width <=767px) {
  .p-fv__item--02 {
    grid-row: 1;
  }
}
@media (width <=767px) {
  .p-fv__item--03 {
    grid-row: 2;
  }
}
.p-fv__item {
  display: grid;
  position: relative;
  justify-items: center;
  padding: 20px 10px;
  gap: 10px;
  background-color: #fff;
}
@media (width <=767px) {
  .p-fv__item {
    grid-template-rows: 12.27vw;
    grid-template-columns: 12.27vw 1fr;
    align-items: center;
    justify-items: start;
    padding: 0;
    gap: 1.6vw;
  }
}
.p-fv__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #f25604;
  content: "";
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media (width <=767px) {
  .p-fv__item::before {
    width: 4vw;
    height: 4vw;
  }
}
.p-fv__item--01 .p-fv__item-image {
  width: 61px;
}
@media (width <=767px) {
  .p-fv__item--01 .p-fv__item-image {
    justify-self: center;
    width: 8vw;
  }
}
.p-fv__item--02 .p-fv__item-image {
  width: 62px;
}
@media (width <=767px) {
  .p-fv__item--02 .p-fv__item-image {
    justify-self: center;
    width: 8.27vw;
  }
}
.p-fv__item--03 .p-fv__item-image {
  width: 65px;
}
@media (width <=767px) {
  .p-fv__item--03 .p-fv__item-image {
    justify-self: center;
    width: 8.53vw;
  }
}
.p-fv__item-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}
@media (width <=767px) {
  .p-fv__item-text {
    font-size: 4.53vw;
  }
}
.p-fv__item-text .large {
  padding-right: 0.2em;
}
.p-fv__item--01 .p-fv__item-text .large {
  font-size: 30px;
}
@media (width <=767px) {
  .p-fv__item--01 .p-fv__item-text .large {
    font-size: 8vw;
  }
}
.p-fv__item--02 .p-fv__item-text .large {
  color: var(--color-primary);
  font-size: 27px;
}
@media (width <=767px) {
  .p-fv__item--02 .p-fv__item-text .large {
    font-size: 7.2vw;
  }
}
.p-fv__item--03 .p-fv__item-text .large {
  color: var(--color-primary);
  font-size: 30px;
}
@media (width <=767px) {
  .p-fv__item--03 .p-fv__item-text .large {
    padding-left: 0.2em;
    font-size: 8vw;
  }
}
.p-fv__item-text .large2 {
  padding-left: 0.2em;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 33px;
  line-height: 1.2;
}
@media (width <=767px) {
  .p-fv__item-text .large2 {
    padding-right: 0.2em;
    font-size: 8vw;
  }
}
.p-fv__item-text .only {
  display: inline;
}
@media (width <=767px) {
  .p-fv__item-text .only {
    display: none;
  }
}
@media (width <=767px) {
  .p-fv__cta {
    width: 100%;
  }
}
.p-fv__cta .c-cta {
  width: 100%;
}
.p-fv__cta .c-cta__note {
  display: none;
}
@media (width <=767px) {
  .p-fv__cta .c-cta__note {
    display: block;
    color: #fff;
  }
}
.p-fv__cta .c-cta__button {
  width: 389px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 122px;
}
@media (width <=767px) {
  .p-fv__cta .c-cta__button {
    width: 100%;
    padding-top: 2.67vw;
    padding-bottom: 2.67vw;
    padding-left: 29.33vw;
  }
}
.p-fv__cta .c-cta__label {
  top: -16px;
  width: 83px;
}
@media (width <=767px) {
  .p-fv__cta .c-cta__label {
    top: -2.4vw;
    width: 17.07vw;
  }
}
/* Section 01
--------------------------------------------- */
.p-section01 {
  padding-top: 20px;
  padding-bottom: 67px;
}
@media (width <=767px) {
  .p-section01 {
    padding-top: 5.33vw;
    padding-bottom: 10.13vw;
  }
}
.p-section01__inner {
  max-width: calc(987px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
.p-section01__lead {
  max-width: 858px;
  margin-inline: auto;
  color: #686868;
  font-size: 9px;
  line-height: 1.4;
}
@media (width <=767px) {
  .p-section01__lead {
    font-size: 2.4vw;
  }
}
.p-section01__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
  gap: 30px;
}
@media (width <=767px) {
  .p-section01__items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.2vw;
    gap: 4vw;
  }
}
.p-section01__item {
  display: grid;
  justify-items: center;
  gap: 10px;
}
@media (width <=767px) {
  .p-section01__item {
    gap: 1.33vw;
  }
}
.badge_area .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.badge_area .flex .box {
  background: url(https://studying.jp/front/lp/img/badge_icon.png) no-repeat;
  background-size: cover;
  width: 193px;
  height: 189px;
  margin: 0;
  position: relative
}
.badge_area .flex .box p {
  margin: 0
}
.badge_area .flex .box p.ttl {
  padding-top: 39px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2
}
.badge_area .flex .box p.ttl span {
  font-size: 24px
}
.badge_area .flex .box p.number {
  color: #eb2400;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  line-height: 1.2
}
.badge_area .flex .box p.number span {
  font-size: 50px;
}
.badge_area .flex .box p.number02 {
  position: absolute;
  color: #838383;
  font-size: 10px;
  top: 99px;
  left: 110px;
}
@media screen and (max-width: 768px) {
	
	.badge_area .flex {
    gap: 0;
}
  .badge_area .flex .box {
    width: 33.333%;
    height: 30vw
  }
  .badge_area .flex .box p.ttl {
    padding-top: 5vw;
    text-align: center;
    font-weight: 600;
    font-size: 3vw;
    line-height: 1.2
  }
  .badge_area .flex .box p.ttl span {
    font-size: 5vw
  }
  .badge_area .flex .box p.number {
    font-size: 4vw
  }
  .badge_area .flex .box p.number span {
    font-size: 9vw
  }
  .badge_area .flex .box p.number02 {
    position: absolute;
    color: #838383;
    font-size: 10px;
    top: 15vw;
    left: 20vw
  }
}
.p-section01__item-image {
  transition: opacity 0.15s ease;
}
@media (hover: hover) {
  .p-section01__item-image:hover {
    opacity: 0.7;
  }
}
.p-section01__item-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (width <=767px) {
  .p-section01__item-text {
    font-size: 4.27vw;
  }
}
/* Section 02
--------------------------------------------- */
.p-section02__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
}
@media (width <=767px) {
  .p-section02__title {
    font-size: 6.93vw;
    white-space: nowrap;
  }
}
.p-section02__lead {
  margin-top: 60px;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
}
@media (width <=767px) {
  .p-section02__lead {
    margin-top: 5.33vw;
    font-size: 5.87vw;
  }
}
.p-section02__image {
  max-width: 624px;
  margin-top: 20px;
  margin-inline: auto;
}
@media (width <=767px) {
  .p-section02__image {
    max-width: unset;
    margin-top: 2.67vw;
  }
}
.p-section02__note {
  margin-top: 20px;
  color: #686868;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media (width <=767px) {
  .p-section02__note {
    margin-top: 0;
    font-size: 2.67vw;
  }
}
/* Section 03
--------------------------------------------- */
.p-section03 {
  overflow: hidden;
}
.p-section03__image-full {
  position: relative;
  width: 100vw;
  margin-top: 40px;
  margin-inline: calc(50% - 50vw);
  padding-inline: var(--spacing-page);
}
@media (width <=767px) {
  .p-section03__image-full {
    grid-row: 2;
    margin-top: 0;
  }
}
.p-section03__image-zoom {
  display: none;
}
@media (width <=767px) {
  .p-section03__image-zoom {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17.33vw;
    transform: translate(-50%, -50%);
  }
  .p-section03__image-zoom img {
    width: 100%;
  }
}
.p-section03__image {
  max-width: 950px;
  margin-inline: auto;
}
.p-section03__desc {
  max-width: 840px;
  margin-top: 40px;
  margin-inline: auto;
  line-height: 2.3;
}
@media (width <=767px) {
  .p-section03__desc {
    grid-row: 1;
    margin-top: 6.67vw;
    font-size: 4.27vw;
    line-height: 1.4;
  }
}
.p-section03__cta {
  margin-top: 40px;
}
@media (width <=767px) {
  .p-section03__cta {
    margin-top: 8vw;
  }
}
@media (width <=767px) {
  .p-section03__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10.67vw;
  }
}
.p-section03__modal {
  display: flex;
  z-index: 9999;
  position: fixed;
  align-items: center;
  justify-content: center;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.p-section03__modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.p-section03__modal-img {
  display: block;
  max-width: 99%;
  max-height: 80vh;
  margin: auto;
}
.p-section03__modal-close {
  z-index: 10000;
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  background: none;
  color: #fff;
  font-size: 2rem;
}
/* Section 04
--------------------------------------------- */
.p-section04__desc {
  margin-top: 40px;
  line-height: 1.6;
}
@media (width <=767px) {
  .p-section04__desc {
    margin-top: 6.67vw;
    font-size: 4.27vw;
  }
}
.p-section04__image {
  max-width: 490px;
  margin-top: 40px;
  margin-inline: auto;
}
@media (width <=767px) {
  .p-section04__image {
    max-width: unset;
    margin-top: 6.67vw;
    padding-bottom: 3.22vw;
  }
}
.p-section04__cta {
  margin-top: 40px;
}
@media (width <=767px) {
  .p-section04__cta {
    margin-top: 5.33vw;
  }
}
/* Section 05
--------------------------------------------- */
.p-section05 {
  overflow: hidden;
}
.p-section05__title-top {
  display: inline;
}

.p-section05__banner {
  width: 571px;
  margin-top: 40px;
  margin-inline: auto;
}
@media (width <=767px) {
  .p-section05__banner {
    width: 100%;
    margin-top: 2.67vw;
  }
}
.p-section05__desc {
  width: 571px;
  margin-top: 20px;
  margin-inline: auto;
  color: #787878;
  font-size: 9px;
  line-height: 1.4;
}
@media (width <=767px) {
  .p-section05__desc {
    width: 100%;
    margin-top: 2.67vw;
    font-size: 2.4vw;
  }
}
.p-section05__voices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 40px;
  max-width: 670px;
  margin-top: 35px;
  margin-inline: auto;
}
@media (width <=767px) {
  .p-section05__voices {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4vw;
    column-gap: 4vw;
    row-gap: 9.6vw;
    max-width: unset;
    margin-top: 12vw;
  }
}
.p-section05__voice {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width <=767px) {
  .p-section05__voice:nth-child(9) {
    display: none;
  }
}
.p-section05__voice-img {
  aspect-ratio: 1;
  width: 156px;
}
@media (width <=767px) {
  .p-section05__voice-img {
    width: 26.67vw;
  }
}
.p-section05__voice-img img {
  width: 100%;
}
.p-section05__voice-name {
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
}
@media (width <=767px) {
  .p-section05__voice-name {
    margin-top: 2.67vw;
    font-size: 3.73vw;
  }
}
.p-section05__voice-desc {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
}
@media (width <=767px) {
  .p-section05__voice-desc {
    font-size: 3.73vw;
  }
}
.p-section05__voice-text {
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.4;
}
@media (width <=767px) {
  .p-section05__voice-text {
    margin-top: 1.87vw;
    font-size: 4vw;
  }
}
.p-section05__subtitle {
  margin-top: 58px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
}
@media (width <=767px) {
  .p-section05__subtitle {
    margin-top: 13.33vw;
    font-size: 5.33vw;
    margin-bottom: 3.22vw;
  }
}
.p-section05__full {
  width: 100vw;
  margin-top: 40px;
  margin-inline: calc(50% - 50vw);
  padding-inline: var(--spacing-page);
}
@media (width <=767px) {
  .p-section05__full {
    margin-top: 0;
  }
}
.p-section05__interviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 973px;
  margin-inline: auto;
  gap: 15px;
}
@media (width <=767px) {
  .p-section05__interviews {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-section05__interview {
  aspect-ratio: 479/269;
}
.p-section05__interview iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-section05__cta {
  margin-top: 60px;
}
@media (width <=767px) {
  .p-section05__cta {
    margin-top: 8vw;
  }
}
/* Section 06
--------------------------------------------- */
.p-section06__content {
  display: grid;
  grid-template-columns: 1fr 362px;
  margin-top: 20px;
  gap: 20px;
}
@media (width <=767px) {
  .p-section06__content {
    grid-template-columns: 1fr;
    margin-top: 6.67vw;
    gap: 4.8vw;
  }
}
.p-section06__desc {
  line-height: 1.6;
}
@media (width <=767px) {
  .p-section06__desc {
    font-size: 4.27vw;
  }
}
.p-section06__cta {
  margin-top: 39px;
}
@media (width <=767px) {
  .p-section06__cta {
    margin-top: 0;
  }
}
/* Section 07
--------------------------------------------- */
.p-section07__desc {
  margin-top: 30px;
  line-height: 1.6;
}
@media (width <=767px) {
  .p-section07__desc {
    margin-top: 6.67vw;
    font-size: 4.27vw;
  }
}
.p-section07__cta {
  margin-top: 39px;
}
@media (width <=767px) {
  .p-section07__cta {
    margin-top: 6.67vw;
  }
}
/* Section 08
--------------------------------------------- */
.p-section08__desc {
  margin-top: 30px;
  line-height: 1.6;
}
@media (width <=767px) {
  .p-section08__desc {
    margin-top: 6.67vw;
    font-size: 4.27vw;
  }
}
.p-section08__cta1 {
  display: none;
}
@media (width <=767px) {
  .p-section08__cta1 {
    display: block;
    margin-top: 10.67vw;
  }
}
.p-section08__course-inner {
  max-width: 708px;
  margin-top: 58px;
  margin-inline: auto;
}
@media (width <=767px) {
  .p-section08__course-inner {
    max-width: unset;
    margin-top: 16vw;
  }
}
.p-section08__course-title {
  font-weight: 700;
  line-height: 1.6;
}
@media (width <=767px) {
  .p-section08__course-title {
    font-size: 4.27vw;
    text-align: center;
  }
}
.p-section08__course-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10.0282485876%;
  column-gap: 10.0282485876%;
  row-gap: 35px;
  margin-top: 10px;
  text-align: center;
}
@media (width <=767px) {
  .p-section08__course-container {
    grid-template-columns: 1fr;
    margin-top: 2.67vw;
    gap: 5.33vw;
  }
}
.p-section08__course-1 {
  grid-row: 1;
  grid-column: 1;
}
.p-section08__course-2 {
  grid-row: span 2;
  grid-column: 2;
}
@media (width <=767px) {
  .p-section08__course-2 {
    grid-row: 2;
    grid-column: 1;
  }
}
.p-section08__course-3 {
  grid-row: 2;
  grid-column: 1;
  transform: translateX(22px);
}
@media (width <=767px) {
  .p-section08__course-3 {
    grid-row: 3;
    grid-column: 1;
    transform: translateX(0);
  }
}
.p-section08__course-top {
  padding: 20px 0;
  background-color: #010973;
  color: #fff;
}
@media (width <=767px) {
  .p-section08__course-top {
    padding: 5.33vw 0;
  }
}
.p-section08__course-top .u-bold {
  display: block;
  margin-bottom: 5px;
}
@media (width <=767px) {
  .p-section08__course-top .u-bold {
    margin-bottom: 1.33vw;
  }
}
.p-section08__course-bottom {
  padding: 10px 0;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  border-left: 1px solid #b8b8b8;
}
@media (width <=767px) {
  .p-section08__course-bottom {
    padding: 2.67vw 0;
  }
}
.p-section08__course-middle {
  padding: 3px 0;
  color: #fff;
}
@media (width <=767px) {
  .p-section08__course-middle {
    padding: 0.8vw 0;
  }
}
.p-section08__course-middle--1 {
  background-color: #6b95f8;
}
.p-section08__course-middle--2 {
  background-color: #6ba8f8;
}
.p-section08__course-middle--3 {
  background-color: #6bbaf8;
}
.p-section08__course-middle--4 {
  background-color: #6bccf8;
}
.p-section08__note {
  margin-top: 20px;
  line-height: 1.8;
}
@media (width <=767px) {
  .p-section08__note {
    margin-top: 8vw;
    line-height: 1.6;
  }
}
.p-section08__note .link {
  color: #594adf;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #594adf;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media (width <=767px) {
  .p-section08__note .link {
    text-decoration-thickness: 0.27vw;
    text-underline-offset: 0.53vw;
  }
}
@media (hover: hover) {
  .p-section08__note .link:hover {
    text-decoration: none;
  }
}
.p-section08__note2 {
  color: #787878;
  font-size: 13px;
  line-height: 1.8;
}
@media (width <=767px) {
  .p-section08__note2 {
    font-size: 3.47vw;
  }
}
.p-section08__cta2 {
  margin-top: 35px;
}
@media (width <=767px) {
  .p-section08__cta2 {
    margin-top: 8vw;
  }
}
.p-section08__buy-btn {
  display: block;
  position: relative;
  width: 336px;
  margin-top: 35px;
  margin-inline: auto;
  padding: 20px 15px 20px 0;
  border-radius: 9999px;
  background-color: #1b9f39;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  transition: background-color 0.15s ease;
}
@media (width <=767px) {
  .p-section08__buy-btn {
    width: 85.33vw;
    padding: 5.33vw 4vw 5.33vw 0;
    box-shadow: 0 1.07vw 1.07vw 0 rgba(0, 0, 0, 0.25);
    font-size: 4.27vw;
  }
}
@media (hover: hover) {
  .p-section08__buy-btn:hover {
    background-color: #0f7a2a;
  }
}
.p-section08__buy-btn:after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url(../images/arrow-right-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (width <=767px) {
  .p-section08__buy-btn:after {
    right: 8vw;
    width: 2.67vw;
    height: 2.67vw;
  }
}
/* Section 09
--------------------------------------------- */
.p-section09 {
  overflow: hidden;
}
.p-section09__title {
  color: #333;
  font-size: 40px;
}
@media (width <=767px) {
  .p-section09__title {
    font-size: 6.93vw;
  }
}
.p-section09__note {
  margin-top: 20px;
  text-align: center;
}
@media (width <=767px) {
  .p-section09__note {
    margin-top: 2.67vw;
    font-size: 4.27vw;
  }
}
.p-section09__full {
  width: 100vw;
  margin-top: 60px;
  margin-inline: calc(50% - 50vw);
  padding-inline: var(--spacing-page);
}
@media (width <=767px) {
  .p-section09__full {
    margin-top: 9.67vw;
    padding-right: 0;
    padding-left: var(--spacing-page);
  }
}
.p-section09__table-wrap {
  max-width: 978px;
  margin-inline: auto;
}
@media (width <=767px) {
  .p-section09__table-wrap {
    max-width: unset;
    margin-inline: unset;
    padding-right: var(--spacing-page);
    overflow-x: scroll;
  }
}
.p-section09__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-size: 15px;
  table-layout: fixed;
}
@media (width <=767px) {
  .p-section09__table {
    min-width: 146.67vw;
    font-size: 3.73vw;
  }
}
.p-section09__table colgroup col:nth-child(1) {
  width: 9em;
}
@media (width <=767px) {
  .p-section09__table colgroup col:nth-child(1) {
    width: 7em;
  }
}
.p-section09__table colgroup col:nth-child(2), .p-section09__table colgroup col:nth-child(3) {
  width: 50%;
}
.p-section09__table th, .p-section09__table td {
  padding: 16px 12px;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fff;
  text-align: left;
  vertical-align: middle;
  word-break: break-word;
}
@media (width <=767px) {
  .p-section09__table th, .p-section09__table td {
    padding: 1.67vw 1.67vw;
    line-height: 1.5;
    border-top: 0.27vw solid #e0e0e0;
    border-left: 0.27vw solid #e0e0e0;
  }
}
.p-section09__table tr td:last-child {
  border-right: 1px solid #e0e0e0;
}
@media (width <=767px) {
  .p-section09__table tr td:last-child {
    border-right: 0.27vw solid #e0e0e0;
  }
}
.p-section09__table thead th {
  padding: 18px 12px;
  background: #eaf3fa;
  color: #333;
  font-weight: 700;
  text-align: center;
}
@media (width <=767px) {
  .p-section09__table thead th {
    padding: 2.67vw 2.67vw;
  }
}
.p-section09__table thead th:first-child {
  border-top: none;
  border-left: none;
  background: #fff;
}
.p-section09__table thead th:nth-child(3) {
  background-color: #ddd;
  color: #666;
}
.p-section09__table tbody th {
  background: #eaf3fa;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media (width <=767px) {
  .p-section09__table tbody th {
    white-space: normal;
    position: sticky;
    top: 0;
    left: 0;
  }
}
.p-section09__table tbody td:nth-child(3), .p-section09__table tbody td.gray {
  background: #f5f5f5;
  color: #888;
}
.p-section09__table tbody tr:last-child th, .p-section09__table tbody tr:last-child td {
  border-bottom: 1px solid #e0e0e0;
}
@media (width <=767px) {
  .p-section09__table tbody tr:last-child th, .p-section09__table tbody tr:last-child td {
    border-bottom: 0.27vw solid #e0e0e0;
  }
}
.p-section09__cta {
  margin-top: 60px;
}
@media (width <=767px) {
  .p-section09__cta {
    margin-top: 10.67vw;
  }
}
.p-section09__note2 {
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
}
@media (width <=767px) {
  .p-section09__note2 {
    margin-top: 5.33vw;
    font-size: 3.2vw;
  }
}
/* Section 10
--------------------------------------------- */
.p-section10 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f4ec;
}
@media (width <=767px) {
  .p-section10 {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}
.p-section10__inner {
  max-width: calc(940px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
.p-section10__title {
  color: #333;
  font-size: 40px;
}
@media (width <=767px) {
  .p-section10__title {
    font-size: 6.93vw;
  }
}
.p-section10__catch {
  margin-top: 40px;
  color: var(--color-primary);
  font-weight: 700;
}
@media (width <=767px) {
  .p-section10__catch {
    margin-top: 6.67vw;
  }
}
.p-section10__desc {
  margin-top: 26px;
}
@media (width <=767px) {
  .p-section10__desc {
    margin-top: 6.67vw;
  }
}
.p-section10__teachers {
  display: flex;
  -moz-column-gap: 110px;
  column-gap: 110px;
  flex-wrap: wrap;
  justify-content: center;
  width: 600px;
  margin-top: 30px;
  margin-inline: auto;
}
@media (width <=767px) {
  .p-section10__teachers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 8vw;
    column-gap: 8vw;
    row-gap: 3.73vw;
    width: 100%;
    margin-top: 6.67vw;
  }
}
.p-section10__teacher {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-section10__teacher-img {
  width: 100px;
}
@media (width <=767px) {
  .p-section10__teacher-img {
    width: 26.67vw;
  }
}
.p-section10__teacher-name {
  margin-top: 10px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.6;
}
@media (width <=767px) {
  .p-section10__teacher-name {
    margin-top: 2.67vw;
    font-size: 4.8vw;
  }
}
.p-section10__teacher-role {
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}
@media (width <=767px) {
  .p-section10__teacher-role {
    font-size: 3.47vw;
    line-height: 1.4;
  }
}
.p-section10__cta {
  margin-top: 60px;
}
@media (width <=767px) {
  .p-section10__cta {
    margin-top: 8vw;
  }
}
/* Section 11
--------------------------------------------- */
.p-section11 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (width <=767px) {
  .p-section11 {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}
.p-section11__inner {
  max-width: calc(890px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
.p-section11__title {
  color: #333;
  font-size: 40px;
}
@media (width <=767px) {
  .p-section11__title {
    font-size: 6.93vw;
  }
}
.p-section11__feature-title {
  margin-top: 10px;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}
@media (width <=767px) {
  .p-section11__feature-title {
    margin-top: 2.67vw;
    font-size: 6.93vw;
  }
}
.p-section11__feature-title .small {
  display: block;
  color: #6c6c6c;
  font-weight: 400;
  font-size: 16px;
}
@media (width <=767px) {
  .p-section11__feature-title .small {
    font-size: 3.73vw;
  }
}
.p-section11__content {
  display: grid;
  grid-template-columns: 1fr 280px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
  margin-top: 30px;
}
@media (width <=767px) {
  .p-section11__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.47vw;
  }
}
.p-section11__1 {
  grid-row: 1;
  grid-column: 1;
}
.p-section11__2 {
  grid-row: span 2;
  grid-column: 2;
}
@media (width <=767px) {
  .p-section11__2 {
    grid-row: 2;
    grid-column: 1;
  }
}
.p-section11__3 {
  grid-row: 2;
  grid-column: 1;
}
@media (width <=767px) {
  .p-section11__3 {
    grid-row: 3;
    grid-column: 1;
    margin-top: 26.67vw;
  }
}
.p-section11__desc {
  font-size: 18px;
  line-height: 1.6;
}
@media (width <=767px) {
  .p-section11__desc {
    font-size: 4.27vw;
    text-align: center;
  }
}
.p-section11__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
@media (width <=767px) {
  .p-section11__subtitle {
    font-size: 4.8vw;
  }
}
.p-section11__subtitle:before {
  display: inline-block;
  content: "●";
  color: var(--color-primary);
  font-size: inherit;
}
.p-section11__sub-desc {
  margin-top: 10px;
  line-height: 1.5;
}
@media (width <=767px) {
  .p-section11__sub-desc {
    font-size: 4.27vw;
  }
}
.p-section11__sub-desc + .p-section11__subtitle {
  margin-top: 20px;
}
@media (width <=767px) {
  .p-section11__sub-desc + .p-section11__subtitle {
    margin-top: 8vw;
  }
}
.p-section11__cta {
  margin-top: 120px;
}
@media (width <=767px) {
  .p-section11__cta {
    margin-top: 5.33vw;
  }
}
/* Section 12
--------------------------------------------- */
.p-section12 {
  padding-bottom: 77px;
}
@media (width <=767px) {
  .p-section12 {
    padding-bottom: 10.67vw;
  }
}
.p-section12__lead {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  padding: 34px;
  background: linear-gradient(270deg, #f08421 2.8%, #e26502 98.24%);
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}
@media (width <=767px) {
  .p-section12__lead {
    width: 93.33vw;
    max-width: unset;
    padding: 9.33vw;
    font-size: 6.4vw;
  }
}
.p-section12__lead:after {
  display: block;
  position: absolute;
  bottom: -26px;
  left: 50%;
  width: 4px;
  height: 52px;
  transform: translateX(-50%);
  background-image: url(../images/box-arrow.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (width <=767px) {
  .p-section12__lead:after {
    bottom: -5.07vw;
    width: 1.07vw;
    height: 10.13vw;
    background-image: url(../images/box-arrow_sp.webp);
  }
}
.p-section12__lead-sub {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.6;
}
@media (width <=767px) {
  .p-section12__lead-sub {
    margin-top: 1.87vw;
    font-size: 4vw;
  }
}
.p-section12__inner {
  max-width: calc(900px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
.p-section12 .p-point {
  margin-top: 94px;
}
@media (width <=767px) {
  .p-section12 .p-point {
    margin-top: 13.33vw;
  }
}
.p-section12__gray {
  margin-top: 70px;
  padding: 15px;
  background-color: #ebebeb;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (width <=767px) {
  .p-section12__gray {
    margin-top: 6.4vw;
    padding: 4vw 0;
    font-size: 4.8vw;
  }
}
.p-section12__cases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 25px;
  gap: 23px;
}
@media (width <=767px) {
  .p-section12__cases {
    grid-template-columns: 1fr;
    margin-top: 5.33vw;
    gap: 8vw;
  }
}
.p-section12__case {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media (width <=767px) {
  .p-section12__case {
    flex-direction: row;
    gap: 6.67vw;
  }
  .p-section12__case:nth-child(2n) {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.p-section12__case-header {
  display: grid;
  justify-items: center;
  gap: 15px;
}
@media (width <=767px) {
  .p-section12__case-header {
    gap: 4vw;
  }
}
.p-section12__case-label {
  padding: 8px 20px;
  border-radius: 999px;
  background: linear-gradient(270deg, #ff7a33 2.8%, #f15a09 98.24%);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (width <=767px) {
  .p-section12__case-label {
    padding: 2.13vw 5.33vw;
    font-size: 4.27vw;
  }
}
.p-section12__case-title {
  background: linear-gradient(270deg, #f08521 2.8%, #e36704 98.24%);
  background-clip: text;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
@media (width <=767px) {
  .p-section12__case-title {
    font-size: 5.33vw;
  }
}
@media (width <=767px) {
  .p-section12__case-img {
    flex: 0 0 36vw;
  }
}
.p-section12__grid {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 42.2222222222% 44.4444444444%;
  -moz-column-gap: 13.3333333333%;
  column-gap: 13.3333333333%;
  row-gap: 20px;
  margin-top: 64px;
}
@media (width <=767px) {
  .p-section12__grid {
    grid-template-columns: 1fr;
    margin-top: 13.33vw;
    gap: 6.67vw;
  }
}
.p-section12 .p-sub-title {
  grid-row: 1;
  grid-column: 1;
}
.p-section12__grid-img {
  grid-row: span 2;
  grid-column: 2;
}
@media (width <=767px) {
  .p-section12__grid-img {
    grid-row: 2;
    grid-column: 1;
  }
}
.p-section12__grid-desc {
  grid-row: 2;
  grid-column: 1;
}
@media (width <=767px) {
  .p-section12__grid-desc {
    grid-row: 3;
  }
}
.p-sub-title {
  align-self: start;
  padding-bottom: 10px;
  border-bottom: 3px solid #d9d9d9;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (width <=767px) {
  .p-sub-title {
    padding-bottom: 0;
    border-bottom: none;
    font-size: 5.33vw;
    text-align: center;
  }
}
.p-sub-title .large {
  display: block;
  margin-top: 13px;
  font-size: 30px;
}
@media (width <=767px) {
  .p-sub-title .large {
    margin-top: 2.67vw;
    font-size: 6.93vw;
  }
}
.p-sub-title .large .dot {
  display: inline-block;
  position: relative;
}
.p-sub-title .large .dot:before {
  display: block;
  position: absolute;
  top: -0.15em;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--color-accent);
  content: "";
}
@media (width <=767px) {
  .p-sub-title .large .dot:before {
    top: -0.2em;
    width: 1.33vw;
    height: 1.33vw;
  }
}
@media (width <=767px) {
  .p-section12__grid-img {
    width: 68vw;
    margin-inline: auto;
  }
}
/* Section 13
--------------------------------------------- */
.p-section13 {
  padding-bottom: 77px;
}
@media (width <=767px) {
  .p-section13 {
    padding-bottom: 10.67vw;
  }
}
.p-section13__inner {
  max-width: calc(900px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
.p-section13__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  margin-top: 30px;
}
@media (width <=767px) {
  .p-section13__grid {
    grid-template-columns: 1fr;
    margin-top: 14.67vw;
    gap: 5.33vw;
  }
}
.p-section13__grid .p-sub-title {
  grid-row: 1;
  grid-column: 2;
}
@media (width <=767px) {
  .p-section13__grid .p-sub-title {
    grid-row: 1;
    grid-column: 1;
  }
}
.p-section13__grid .p-grid-note {
  grid-row: 3;
  grid-column: 1/3;
}
@media (width <=767px) {
  .p-section13__grid .p-grid-note {
    grid-row: 4;
    grid-column: 1;
  }
}
.p-section13__grid-img {
  z-index: calc(var(--layer-default) + 1);
  position: relative;
  grid-row: 1/4;
  grid-column: 1;
  align-self: end;
}
@media (width <=767px) {
  .p-section13__grid-img {
    grid-row: 2;
    grid-column: 1;
  }
}
.p-section13__grid-desc {
  grid-row: 2;
  grid-column: 2;
}
@media (width <=767px) {
  .p-section13__grid-desc {
    grid-row: 3;
    grid-column: 1;
  }
}
.p-grid-note {
  justify-self: end;
  width: 70%;
  margin-bottom: 46px;
  padding: 15px 30px 15px 20%;
  border-radius: 0px 9999px 9999px 0px;
  background: #ffe4d9;
}
@media (width <=767px) {
  .p-grid-note {
    width: 100%;
    margin-bottom: 0;
    padding: 2.67vw 6.93vw 2.67vw 10.4vw;
    border-radius: 0;
  }
}
.p-grid-note-text {
  position: relative;
  color: #fc7328;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6;
}
@media (width <=767px) {
  .p-grid-note-text {
    font-size: 4vw;
  }
}
.p-grid-note-text:before {
  position: absolute;
  top: 13px;
  left: -22px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background-image: url(../images/icon-check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (width <=767px) {
  .p-grid-note-text:before {
    top: 3.47vw;
    left: -5.87vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}
/* Section 14
--------------------------------------------- */
.p-section14 {
  padding-bottom: 135px;
}
@media (width <=767px) {
  .p-section14 {
    padding-bottom: 13.33vw;
  }
}
.p-section14__inner {
  max-width: calc(900px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
.p-section14__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  margin-top: 55px;
}
@media (width <=767px) {
  .p-section14__grid {
    grid-template-columns: 1fr;
    margin-top: 12vw;
    gap: 6.67vw;
  }
}
.p-section14__grid .p-sub-title {
  grid-row: 1;
  grid-column: 1;
}
@media (width <=767px) {
  .p-section14__grid .p-sub-title {
    grid-row: 1;
    grid-column: 1;
    font-size: 4.27vw;
  }
}
.p-section14__grid .p-grid-note {
  grid-row: 3;
  grid-column: 1/3;
  justify-self: start;
  padding-left: 50px;
  border-radius: 9999px 0 0 9999px;
}
@media (width <=767px) {
  .p-section14__grid .p-grid-note {
    grid-row: 4;
    grid-column: 1;
    width: 100%;
    padding: 2.67vw 6.93vw 2.67vw 10.4vw;
    border-radius: 0;
  }
}
.p-section14__grid-img {
  z-index: calc(var(--layer-default) + 1);
  position: relative;
  grid-row: 1/4;
  grid-column: 2;
  align-self: end;
  margin-left: 64px;
}
@media (width <=767px) {
  .p-section14__grid-img {
    grid-row: 2;
    grid-column: 1;
    width: 64.53vw;
    margin-left: 0;
    margin-inline: auto;
  }
}
.p-section14__grid-desc {
  grid-row: 2;
  grid-column: 1;
}
@media (width <=767px) {
  .p-section14__grid-desc {
    grid-row: 3;
    grid-column: 1;
  }
}
.p-section14__list {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 10px;
  flex-wrap: wrap;
  width: 650px;
  margin-top: 10px;
}
@media (width <=767px) {
  .p-section14__list {
    -moz-column-gap: 4vw;
    column-gap: 4vw;
    row-gap: 2.13vw;
    width: 80vw;
    margin-top: 6.67vw;
    margin-inline: auto;
  }
}
.p-section14__list-item {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
}
@media (width <=767px) {
  .p-section14__list-item {
    font-size: 4vw;
  }
}
.p-section14__list-item:before {
  display: inline-block;
  width: 15px;
  height: 13px;
  margin-right: 5px;
  background-image: url(../images/icon-check2.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (width <=767px) {
  .p-section14__list-item:before {
    width: 4vw;
    height: 3.47vw;
    margin-right: 1.33vw;
  }
}
@media (width <=767px) {
  .p-section14__list-item:nth-child(1) {
    order: 1;
  }
  .p-section14__list-item:nth-child(2) {
    order: 2;
  }
  .p-section14__list-item:nth-child(3) {
    order: 3;
  }
  .p-section14__list-item:nth-child(4) {
    order: 5;
  }
  .p-section14__list-item:nth-child(5) {
    order: 4;
  }
  .p-section14__list-item:nth-child(6) {
    order: 6;
  }
}
/* Section 15
--------------------------------------------- */
.p-section15 {
  padding-bottom: 70px;
}
@media (width <=767px) {
  .p-section15 {
    padding-bottom: 13.33vw;
  }
}
.p-section15__inner {
  max-width: calc(900px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
.p-section15__box1 {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 292px;
  padding: 0 5.4444444444%;
  background-image: url(../images/sec15-box.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (width <=767px) {
  .p-section15__box1 {
    display: none;
    height: 77.87vw;
    padding: 0 13.07vw;
  }
}
.p-section15__box1-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: 3px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
}
.p-section15__box1-title:after {
  display: block;
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-top: 13px solid var(--color-primary);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: "";
}
.p-section15__box1-desc {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
}
.p-section15__box1-desc .large {
  padding-right: 0.1em;
  font-weight: 600;
  font-size: 60px;
}
.p-section15__box1-btn {
  margin-top: 20px;
}
.p-section15__box2 {
  display: none;
}
@media (width <=767px) {
  .p-section15__box2 {
    display: block;
    position: relative;
    aspect-ratio: 329/246;
    background-image: url(../images/sec15-box_sp.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.p-section15__box2-title {
  position: relative;
  top: 6.13vw;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(-50%);
  border-bottom: 0.53vw solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 700;
  font-size: 5.33vw;
  line-height: 1.6;
}
.p-section15__box2-desc {
  position: absolute;
  top: 17.33vw;
  right: 17.07vw;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 4.27vw;
  line-height: 1.2;
  text-align: center;
}
.p-section15__box2-desc .large {
  padding-right: 0.1em;
  font-weight: bold;
  font-size: 12.27vw;
}
.p-section15__box2-btn {
  display: grid;
  position: absolute;
  right: 5.33vw;
  bottom: 4.27vw;
  place-items: center;
  width: 24vw;
  height: 24vw;
  background-image: url(../images/sec15-03.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  color: #fff;
  font-weight: bold;
  font-size: 4vw;
  line-height: 1.4;
  text-align: center;
}
.p-section15__sub-title {
  margin-top: 70px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6;
}
@media (width <=767px) {
  .p-section15__sub-title {
    margin-top: 5.33vw;
    font-size: 6.4vw;
  }
}
.p-section15__sub-title .large {
  font-size: 44px;
}
@media (width <=767px) {
  .p-section15__sub-title .large {
    font-size: 9.6vw;
  }
}
.p-section15__items1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 26px;
  gap: 19px;
  background-color: var(--color-primary);
}
@media (width <=767px) {
  .p-section15__items1 {
    display: none;
  }
}
.p-section15__item1 {
  padding-top: 9px;
  padding-bottom: 21px;
  background-color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
}
.p-section15__item1:nth-child(3) {
  position: relative;
}
.p-section15__item1-title {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 0.3em;
  border-bottom: 3px solid var(--color-primary);
}
.p-section15__item1-desc {
  margin-top: 15px;
  line-height: 1.4;
}
.p-section15__item1-desc .dot {
  position: relative;
}
.p-section15__item1-desc .dot:before {
  display: block;
  position: absolute;
  top: -0.15em;
  left: 50%;
  width: 5px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--color-primary);
  content: "";
}
.p-section15__item1-img {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 41px;
}
.p-section15__items2 {
  display: none;
}
@media (width <=767px) {
  .p-section15__items2 {
    display: block;
    margin-top: 2.93vw;
  }
}
.p-section15__item2 {
  padding-left: 3.2vw;
  border-left: 0.8vw solid var(--color-primary);
  font-weight: 700;
  font-size: 4.27vw;
  line-height: 1;
}
.p-section15__item2 + .p-section15__item2 {
  margin-top: 4.8vw;
}
.p-section15__item2 .dot {
  position: relative;
}
.p-section15__item2 .dot:before {
  display: block;
  position: absolute;
  top: -0.2em;
  left: 50%;
  width: 0.8vw;
  height: 0.8vw;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--color-primary);
  content: "";
}
.p-section15__item2:nth-child(3):after {
  display: inline-block;
  width: 6.4vw;
  height: 4.8vw;
  margin-left: 0.53vw;
  background-image: url(../images/sec15-01.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
/* Contact
--------------------------------------------- */
.p-contact {
  background-color: #f8f5ec;
}
.p-contact__inner {
  max-width: calc(980px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
.p-contact__iframe {
  width: 100%;
  height: 910px;
}
@media (width <=767px) {
  .p-contact__iframe {
    height: 1100px !important;
  }
}
/*==================================================
 Utility
================================================== */
/* 表示/非表示切り替え
--------------------------------------------- */
.u-sm-only {
  display: none;
}
@media (width <=767px) {
  .u-sm-only {
    display: block;
  }
}
.u-md-only {
  display: none;
}
@media (768px <=width <=1023px) {
  .u-md-only {
    display: block;
  }
}
.u-lg-only {
  display: none;
}
@media (1024px <=width) {
  .u-lg-only {
    display: block;
  }
}
.u-mdLg-only {
  display: none;
}
@media (768px <=width) {
  .u-mdLg-only {
    display: block;
  }
}
.u-smMd-only {
  display: none;
}
@media (width <=1023px) {
  .u-smMd-only {
    display: block;
  }
}
/* テキストまわり
--------------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}
.u-bold {
  font-weight: 700;
}
.u-accent {
  color: var(--color-primary);
}
.u-red {
  color: var(--color-accent);
}