@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@700;800&family=Noto+Sans+JP:wght@100..900&display=swap");
/* ========================================
 *  Font Family
 * ======================================== */
/* ==============================
*   Color
*==============================*/
/* ==============================
*   Font Size
*==============================*/
/*==============================
//  Media Query
//==============================*/
/*==============================
//  Font Size Rem
//
//  【概要】        font-sizeの単位をremに変換する
//  【第一引数】    希望のfont-size（数字のみ）
//  【備考】        IE対応のためpxでも出力する
//==============================*/
/*==============================
//  Font Size Rem Line Height Half Leading
//
//  【概要】
//      ・font-sizeの単位をremに変換
//      ・行間のサイズをもとに自動でline-heightを指定
//      ・ハーフリーディングを自動調整
//  【第一引数】
//      ・希望のfont-size（数字のみ）
//  【第二引数】
//      ・希望の行間サイズ（数字のみ）
//==============================*/
/*==============================
//
//  【概要】
//      ・pxをvwに変換
//  【第一引数】
//      ・pxサイズ（数字のみ）
//  【第二引数】
//      ・デザイン幅（数字のみ）初期値はf-variableに記述
//==============================*/
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* 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: normal;
}

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 */
  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 {
  top: -0.5em;
}

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;
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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;
  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: 0;
  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: normal;
}

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

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #333333;
  font-size: 1em;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

a {
  display: inline-block;
  outline: none;
  transition: all 0.3s;
}

button {
  outline: none;
}

td, th {
  vertical-align: middle;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
}

img {
  max-width: 100%;
  backface-visibility: hidden;
}

[v-cloak] {
  display: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

[v-cloak] {
  display: none;
}

.l-inner {
  width: 1380px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    padding: 0 4.8vw;
  }
}

.l-section {
  width: 100%;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 0 5.3333333333vw;
  }
}
.l-section--p0 {
  padding: 0;
}

.c-btn--header {
  width: 100%;
  padding: 7px 10px;
  border-radius: 100px;
  background-color: #04C304;
  color: #ffffff;
  font-weight: 900;
  max-width: 270px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-btn--header {
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 44.2666666667vw;
  }
}
.c-btn--header span {
  display: inline-block;
  font-weight: 800;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 4px 0 5px;
}
@media screen and (max-width: 767px) {
  .c-btn--header span {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    margin: 0 1.0666666667vw 0 1.3333333333vw;
  }
}
.c-btn--header::before {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  background: url("../../src/img/icon/line.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-btn--header::before {
    width: 8vw;
    height: 8vw;
  }
}
.c-btn--header:hover {
  opacity: 0.8;
}
.c-btn--contact {
  width: 100%;
  position: relative;
}
.c-btn--contact p {
  padding: 30px 20px 27px;
  background-color: #04C304;
  color: #ffffff;
  border-radius: 100px;
  font-weight: 900;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 150%;
  transition: 0.3s all;
  text-align: center;
  filter: drop-shadow(0px 0px 10px rgba(0, 9, 99, 0.7));
}
@media screen and (max-width: 767px) {
  .c-btn--contact p {
    padding: 6.1333333333vw 2.6666666667vw 4.2666666667vw;
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-btn--contact p span {
  display: inline-block;
  position: relative;
  padding-left: 72px;
}
@media screen and (max-width: 767px) {
  .c-btn--contact p span {
    padding-left: 10.1333333333vw;
  }
}
.c-btn--contact p span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  background: url("../../src/img/icon/line.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-btn--contact p span::before {
    width: 12.5333333333vw;
    height: 12.5333333333vw;
    left: -2.6666666667vw;
    transform: translateY(-58%);
  }
}
.c-btn--contact p small {
  font-size: 20px;
  font-size: 1.25rem;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .c-btn--contact p small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-btn--contact img {
  position: absolute;
  z-index: 2;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
  width: 270px;
  transform-origin: bottom center;
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .c-btn--contact img {
    top: -6.4vw;
    width: 58.6666666667vw;
  }
}
.c-btn--contact:hover p {
  background-color: rgba(4, 195, 4, 0.8);
}
.c-btn--contact:hover img {
  animation: anim 0.3s ease-in forwards;
}

@keyframes anim {
  0% {
    transform: translateX(-50%) scale(1);
  }
  1% {
    transform: translateX(-50%) scale(0.95);
  }
  50% {
    transform: translateX(-50%) scale(1.1);
  }
  70% {
    transform: translateX(-50%) scale(1.1);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
.c-nav {
  height: 100%;
}
.c-nav ul {
  display: flex;
  gap: 12px;
  height: 100%;
}
.c-nav ul li {
  height: 100%;
}
.c-nav ul li a {
  display: block;
  position: relative;
  padding: 34px 14px 35px 14px;
  font-weight: 700;
  height: 100%;
  transition: 0.3s all;
}
.c-nav ul li a:hover {
  opacity: 0.8;
}
.c-nav ul li a.is-current {
  color: #00538D;
}
.c-nav ul li a.is-current:hover {
  opacity: 1;
}
.c-nav ul li a.is-current::before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background-color: #00538D;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.c-nav__footer {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-nav__footer {
    margin-bottom: 6.4vw;
  }
}
.c-nav__footer .c-nav__list {
  display: flex;
  gap: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-nav__footer .c-nav__list {
    gap: 4vw 12vw;
    font-size: 14px;
    font-size: 0.875rem;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.c-nav__footer .c-nav__list .c-nav__item a {
  transition: 0.3s all;
}
.c-nav__footer .c-nav__list .c-nav__item a:hover {
  opacity: 0.8;
}

.p-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  border-bottom: solid 1px #C2C7CC;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 16vw;
  }
}
.p-header__logo {
  padding: 23px 0 25px;
  margin-left: 120px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    padding: 0;
    margin-left: 4.8vw;
    margin-right: 0;
    width: 30.4vw;
  }
}
.p-header .c-nav {
  margin-left: auto;
  margin-right: 44px;
}
@media screen and (max-width: 767px) {
  .p-header .c-nav {
    display: none;
  }
}
.p-header .c-btn--header {
  margin-right: 120px;
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  .p-header .c-btn--header {
    margin-right: 4.8vw;
    max-width: 48vw;
  }
}

.p-mv {
  margin-top: 88px;
  background: linear-gradient(45deg, rgb(14, 118, 191) 10%, rgb(16, 184, 216) 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 16vw;
    padding-bottom: 56.2666666667vw;
  }
}
.p-mv .l-inner {
  display: flex;
  gap: 30px;
  width: 1420px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-mv .l-inner {
    gap: 0.2666666667vw;
    width: 100%;
    flex-direction: column;
    padding: 0 4.8vw;
  }
}
.p-mv__wrap {
  padding-bottom: 242px;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    padding-bottom: 0;
  }
}
.p-mv__logo {
  padding: 126px 0 42px;
  margin-left: 62px;
}
@media screen and (max-width: 767px) {
  .p-mv__logo {
    padding: 8.8vw 0 5.6vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 54.4vw;
  }
}
.p-mv h1 {
  font-size: 0px;
  font-size: 0rem;
  background-image: url(../../src/img/mv/mv-catch.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 539px;
  height: 172px;
  margin-bottom: 80px;
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .p-mv h1 {
    background-image: url(../../src/img/mv/mv-catch--sp.svg);
    display: block;
    width: 82.4vw;
    height: 29.3333333333vw;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-mv .c-btn--contact {
  max-width: 558px;
}
@media screen and (max-width: 767px) {
  .p-mv .c-btn--contact {
    position: absolute;
    left: 4.8vw;
    bottom: 36.5333333333vw;
    max-width: 90.4vw;
  }
}
.p-mv__illust {
  padding-top: 29px;
  padding-bottom: 95px;
  width: 958px;
  min-width: 958px;
}
@media screen and (max-width: 767px) {
  .p-mv__illust {
    padding-top: 0;
    padding-bottom: 0;
    width: 90.4vw;
    min-width: 90.4vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__illust img {
    width: 100%;
    max-width: none;
  }
}

.p-failure {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  transform: translateY(-108px);
  margin-bottom: -17px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.p-failure__wrap {
  background-color: #D8F5FB;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-failure__wrap {
    padding-bottom: 10.6666666667vw;
  }
}
.p-failure__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../src/img/bg/bg-illust.webp);
  background-size: 100% auto;
  mix-blend-mode: multiply;
  opacity: 0.45;
}
@media screen and (max-width: 767px) {
  .p-failure__wrap::after {
    background: url(../../src/img/bg/bg-illust--sp@2x.webp);
    background-size: 100% auto;
    opacity: 1;
  }
}
.p-failure__bg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  height: 650px;
  width: 100%;
  background: linear-gradient(45deg, rgb(14, 118, 191) 10%, rgb(16, 184, 216) 100%);
}
@media screen and (max-width: 767px) {
  .p-failure__bg {
    height: 173.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-failure {
    width: 100%;
    transform: translateY(-24vw);
    margin-bottom: -6.6666666667vw;
  }
}
.p-failure__head {
  text-align: center;
  padding: 56px 0 36px;
}
@media screen and (max-width: 767px) {
  .p-failure__head {
    padding: 6.6666666667vw 0 6.1333333333vw;
  }
}
.p-failure__head p {
  color: #10B8D8;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700px;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-failure__head p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-failure__head h2 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  color: #333333;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-failure__head h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-failure__body {
  padding: 0 160px 66px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-failure__body {
    flex-direction: column-reverse;
    padding: 0 6.4vw 10.6666666667vw 6.4vw;
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-failure__body figure {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-failure__body figure img {
    width: 54.4vw;
  }
}
.p-failure__body ul li {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #333333;
  line-height: 150%;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-failure__body ul li {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 3.2vw;
    position: relative;
    padding-left: 8.5333333333vw;
  }
}
.p-failure__body ul li::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../../src/img/icon/check--fillblack.svg);
  background-size: contain;
  vertical-align: bottom;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .p-failure__body ul li::before {
    position: absolute;
    top: 0.8vw;
    left: 0;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.p-failure__body ul li:last-of-type {
  margin-bottom: 0px;
}
.p-failure__body ul li span {
  color: #10B8D8;
}
.p-failure::after {
  content: "";
  position: absolute;
  bottom: -79px;
  left: 50%;
  display: block;
  width: 106px;
  height: 72px;
  background-image: url(../../src/img/icon/arrow-down--double.svg);
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-failure::after {
    width: 17.0666666667vw;
    height: 11.4666666667vw;
    bottom: -14.1333333333vw;
  }
}

.p-curriculum {
  width: 1340px;
  max-width: 100%;
  margin: 0 auto 70px;
  padding: 50px 142px 80px;
  background-color: #ffffff;
  border: solid 4px #10B8D8;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 44px rgba(0, 0, 0, 0.1));
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-curriculum {
    width: 100%;
    margin-bottom: 8vw;
    padding: 8vw 0 10.6666666667vw;
  }
}
.p-curriculum__head {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__head {
    margin-bottom: 5.3333333333vw;
  }
}
.p-curriculum__head h2 {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 150%;
  color: #00538D;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-curriculum__head h2 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
}
.p-curriculum__head h2 p {
  margin-bottom: 0px;
}
.p-curriculum__head h2 strong {
  font-weight: 700;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 7px; /* 線の太さ */
  text-decoration-color: #E2FF2D; /* 線の色 */
  text-underline-offset: -0.01em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
}
.p-curriculum__head h2::before {
  content: "";
  display: block;
  width: 35px;
  height: 59px;
  background-image: url(../../src/img/icon/line-left--blue.svg);
  background-size: contain;
  position: absolute;
  bottom: 5px;
  left: -91px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__head h2::before {
    display: none;
  }
}
.p-curriculum__head h2::after {
  content: "";
  display: block;
  width: 35px;
  height: 59px;
  background-image: url(../../src/img/icon/line-right--blue.svg);
  background-size: contain;
  position: absolute;
  bottom: 5px;
  right: -82px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__head h2::after {
    display: none;
  }
}
.p-curriculum__head_logo {
  display: inline-block;
  content: "";
  font-size: 0px;
  font-size: 0rem;
  width: 209px;
  height: 44px;
  background-image: url(../../src/img/logo/logo--color.svg);
  background-size: contain;
  vertical-align: baseline;
  transform: translateY(-6px);
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__head_logo {
    width: 31.4666666667vw;
    height: 6.6666666667vw;
    margin-right: 2.4vw;
    transform: translateY(-1.0666666667vw);
    background-repeat: no-repeat;
    vertical-align: middle;
  }
}
.p-curriculum__head_paragraph {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-curriculum__head_paragraph {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 7.4666666667vw;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-curriculum__body {
    padding: 0 6.4vw;
  }
}
.p-curriculum__flowimg {
  position: relative;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__flowimg {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-curriculum__flowimg img {
    width: 100%;
  }
}
.p-curriculum__badge {
  position: absolute;
  top: -39px;
  right: -33px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__badge {
    display: none;
  }
}
.p-curriculum__step dt {
  margin-bottom: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-curriculum__step dt {
    margin-bottom: 4.8vw;
  }
}
.p-curriculum__step dt::after {
  content: "";
  display: block;
  width: calc(100% - 151px);
  height: 1px;
  background-color: #CECECE;
  position: absolute;
  top: 50%;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__step dt::after {
    width: calc(100% - 28vw);
  }
}
.p-curriculum__step dt p {
  text-align: center;
  display: inline-block;
  color: #ffffff;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  padding: 2px 2px 4px;
  width: 137px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__step dt p {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0.8vw 0.5333333333vw 1.6vw;
    width: 25.6vw;
  }
}
.p-curriculum__step dt p span {
  font-family: "Barlow", sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__step dt p span {
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: 0.8vw;
    vertical-align: bottom;
    line-height: 1;
  }
}
.p-curriculum__step dt:nth-of-type(1) p {
  background-color: #10B8D8;
}
.p-curriculum__step dt:nth-of-type(2) p {
  background-color: #0A9FBB;
}
.p-curriculum__step dt:nth-of-type(3) p {
  background-color: #0885B2;
}
.p-curriculum__step dt:nth-of-type(4) p {
  background-color: #1C73B0;
}
.p-curriculum__step dt:nth-of-type(5) p {
  background-color: #00538D;
}
.p-curriculum__step dd {
  display: flex;
  gap: 47px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__step dd {
    gap: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
    flex-direction: column;
  }
}
.p-curriculum__step dd:last-of-type {
  margin-bottom: 0px;
}
.p-curriculum__step dd figure {
  min-width: 380px;
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__step dd figure {
    min-width: auto;
  }
}
.p-curriculum__step dd h3 {
  position: relative;
  padding-left: 28px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 700;
  color: #373A3A;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__step dd h3 {
    padding-left: 7.4666666667vw;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 2.6666666667vw;
  }
}
.p-curriculum__step dd h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-curriculum__step dd h3::before {
    top: 1.6vw;
    width: 4.8vw;
    height: 4.8vw;
    transform: none;
  }
}
.p-curriculum__step dd h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-curriculum__step dd h3::after {
    top: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    transform: none;
  }
}
.p-curriculum__step dd:nth-of-type(1) h3::before {
  background-color: #AFECF8;
}
.p-curriculum__step dd:nth-of-type(1) h3::after {
  background-color: #10B8D8;
}
.p-curriculum__step dd:nth-of-type(2) h3::before {
  background-color: #A9E0EB;
}
.p-curriculum__step dd:nth-of-type(2) h3::after {
  background-color: #0A9FBB;
}
.p-curriculum__step dd:nth-of-type(3) h3::before {
  background-color: #B6DAE7;
}
.p-curriculum__step dd:nth-of-type(3) h3::after {
  background-color: #0885B2;
}
.p-curriculum__step dd:nth-of-type(4) h3::before {
  background-color: #9BCCEE;
}
.p-curriculum__step dd:nth-of-type(4) h3::after {
  background-color: #1C73B0;
}
.p-curriculum__step dd:nth-of-type(5) h3::before {
  background-color: #9FC2DA;
}
.p-curriculum__step dd:nth-of-type(5) h3::after {
  background-color: #00538D;
}
@media screen and (max-width: 767px) {
  .p-curriculum__step dd:nth-of-type(5) ul li:last-of-type {
    min-width: auto;
    width: 100%;
  }
}
.p-curriculum__step dd p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 150%;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__step dd p {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 4vw;
  }
}
.p-curriculum__step dd ul {
  display: flex;
  gap: 10px 6px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-curriculum__step dd ul {
    gap: 1.6vw 1.8666666667vw;
  }
}
.p-curriculum__step dd ul li {
  border: solid 1px #ccc;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 6px 6px 7px;
  min-width: 150px;
  text-align: center;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__step dd ul li {
    padding: 1.6vw 0.5333333333vw;
    min-width: 36.8vw;
  }
}

.p-contactarea {
  display: flex;
  color: #ffffff;
  gap: 111px;
}
@media screen and (max-width: 767px) {
  .p-contactarea {
    flex-direction: column;
    gap: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contactarea > figure {
    text-align: center;
  }
}
.p-contactarea > figure img {
  min-width: 528px;
}
@media screen and (max-width: 767px) {
  .p-contactarea > figure img {
    min-width: auto;
    width: 77.6vw;
  }
}
.p-contactarea--01 {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-contactarea--01 {
    width: 100%;
    padding-bottom: 2.6666666667vw;
  }
}
.p-contactarea--02 {
  padding-top: 53px;
  padding-bottom: 70px;
  background: linear-gradient(45deg, rgb(14, 118, 191) 10%, rgb(16, 184, 216) 100%);
}
@media screen and (max-width: 767px) {
  .p-contactarea--02 {
    padding-top: 10.6666666667vw;
    padding-bottom: 16vw;
  }
}
.p-contactarea--02 .l-inner {
  width: 1240px;
}
@media screen and (max-width: 767px) {
  .p-contactarea--02 .l-inner {
    width: 100%;
  }
}
.p-contactarea__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.p-contactarea__content h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 150%;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-contactarea__content h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 3.2vw;
  }
}
.p-contactarea__content h3::before {
  content: "";
  display: block;
  width: 35px;
  height: 59px;
  background-image: url(../../src/img/icon/line-left--white.svg);
  background-size: contain;
  position: absolute;
  bottom: 0px;
  left: -91px;
}
@media screen and (max-width: 767px) {
  .p-contactarea__content h3::before {
    width: 6.6666666667vw;
    height: 10.6666666667vw;
    left: -10.9333333333vw;
    background-image: url(../../src/img/icon/line-left--white--sp.svg);
    background-repeat: no-repeat;
  }
}
.p-contactarea__content h3::after {
  content: "";
  display: block;
  width: 35px;
  height: 59px;
  background-image: url(../../src/img/icon/line-right--white.svg);
  background-size: contain;
  position: absolute;
  bottom: 0px;
  right: -82px;
}
@media screen and (max-width: 767px) {
  .p-contactarea__content h3::after {
    width: 6.6666666667vw;
    height: 10.6666666667vw;
    right: -9.0666666667vw;
    background-image: url(../../src/img/icon/line-right--white--sp.svg);
    background-repeat: no-repeat;
  }
}
.p-contactarea__content ul {
  margin-bottom: 62px;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-contactarea__content ul {
    margin-bottom: 14.6666666667vw;
    gap: 1.8666666667vw 9.3333333333vw;
    flex-wrap: wrap;
    padding-left: 11.4666666667vw;
  }
}
.p-contactarea__content ul li {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-contactarea__content ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-contactarea__content ul li::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../../src/img/icon/check--fillwhite.svg);
  background-size: contain;
  vertical-align: bottom;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-contactarea__content ul li::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 1.8666666667vw;
  }
}

.p-reason {
  background-color: #DFF35E;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding-top: 10.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-reason .l-inner {
  width: 1240px;
}
@media screen and (max-width: 767px) {
  .p-reason .l-inner {
    width: 100%;
  }
}
.p-reason__head {
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-reason__head {
    margin-bottom: 10.6666666667vw;
  }
}
.p-reason__head p {
  color: #10B8D8;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-reason__head p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-reason__head p.p-reason__head_lead {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 150%;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-reason__head p.p-reason__head_lead {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
}
.p-reason__head h2 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-reason__head h2 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 2.9333333333vw;
  }
}
.p-reason__head h2 span {
  color: #10B8D8;
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-reason__head h2 span {
    font-size: 46px;
    font-size: 2.875rem;
    display: inline-block;
    margin: 0 0.8vw;
  }
}
.p-reason__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 28px;
}
@media screen and (max-width: 767px) {
  .p-reason__body {
    grid-template-columns: 1fr;
    gap: 8.8vw;
  }
}
.p-reason__body li {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 38px 40px;
  filter: drop-shadow(0px 0px 44px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  .p-reason__body li {
    padding: 4.8vw 6.4vw 8vw;
    filter: drop-shadow(0px 0px 11.7333333333vw rgba(0, 0, 0, 0.15));
  }
}
.p-reason__body_wrap {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .p-reason__body_wrap {
    flex-direction: column;
    gap: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__body_wrap figure {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__body_wrap figure img {
    width: 42.6666666667vw;
  }
}
.p-reason__body_content {
  flex: 1;
}
.p-reason__body_content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-reason__body_content h3 {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
}
.p-reason__body_content p {
  line-height: 150%;
}
.p-reason__number {
  position: absolute;
  top: -25px;
  left: -15px;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #373A3A;
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-reason__number {
    font-size: 38px;
    font-size: 2.375rem;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    top: -4.5333333333vw;
    left: -1.6vw;
  }
}

.p-flow {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-top: 10.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-flow .l-inner {
  width: 1240px;
}
@media screen and (max-width: 767px) {
  .p-flow .l-inner {
    width: 100%;
  }
}
.p-flow__head {
  text-align: center;
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .p-flow__head {
    margin-bottom: 7.4666666667vw;
  }
}
.p-flow__head p {
  color: #10B8D8;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-flow__head p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-flow__head p.p-flow__head_lead {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 150%;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-flow__head p.p-flow__head_lead {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
}
.p-flow__head h2 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  margin-bottom: 10px;
  /*
  span{
      color: $color--logo2;
      @include fs(60);
      font-family: $font-family--eng;
  }
  */
}
@media screen and (max-width: 767px) {
  .p-flow__head h2 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 2.6666666667vw;
  }
}
.p-flow__body li {
  background-color: #D8F5FB;
  border-radius: 10px;
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-flow__body li {
    margin-bottom: 5.3333333333vw;
    flex-direction: column;
  }
}
.p-flow__body li figure {
  min-width: 357px;
}
@media screen and (max-width: 767px) {
  .p-flow__body li figure {
    min-width: auto;
  }
}
.p-flow__body li figure img {
  border-radius: 10px 0 0 10px;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-flow__body li figure img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
  }
}
.p-flow__body li:last-of-type {
  margin-bottom: 0px;
}
.p-flow__body_content {
  padding: 44px 52px 55px 67px;
}
@media screen and (max-width: 767px) {
  .p-flow__body_content {
    padding: 6.6666666667vw 6.4vw 8vw;
  }
}
.p-flow__body_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-flow__body_ttl {
    margin-bottom: 1.8666666667vw;
    flex-wrap: wrap;
  }
}
.p-flow__body_step {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #10B8D8;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .p-flow__body_step {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 0.5333333333vw;
  }
}
.p-flow__body_stepnum {
  font-family: "Barlow", sans-serif;
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 15px;
  color: #10B8D8;
}
@media screen and (max-width: 767px) {
  .p-flow__body_stepnum {
    font-size: 40px;
    font-size: 2.5rem;
    margin-right: 4.2666666667vw;
  }
}
.p-flow__body_status {
  border-radius: 4px;
  background-color: #373A3A;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 4px 10px 6px;
  text-align: center;
  min-width: 129px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .p-flow__body_status {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 1.0666666667vw 2.6666666667vw;
    min-width: 27.7333333333vw;
    margin-right: auto;
  }
}
.p-flow__body_sttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-flow__body_sttl {
    margin-top: 2.6666666667vw;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-flow__body_paragraph {
  line-height: 150%;
}

.p-footer {
  background-color: #373A3A;
}
.p-footer__inner {
  color: #ffffff;
  padding: 70px 20px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
.p-footer__copyright {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.u-mb--0 {
  margin-bottom: 0px !important;
}
.u-mb--xs {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--xs {
    margin-bottom: 5.8666666667vw !important;
  }
}
.u-mb--s {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--s {
    margin-bottom: 10.6666666667vw !important;
  }
}
.u-mb--m {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--m {
    margin-bottom: 12vw !important;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-font-weight--bold {
  font-weight: 700;
}

.u-fontsize--l {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2857142857;
}
.u-fontsize--l::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2857142857) * 0.5em);
  content: "";
}
.u-fontsize--l::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2857142857) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .u-fontsize--l {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .u-fontsize--l::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }
  .u-fontsize--l::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }
}

.u-lineheight--180 {
  line-height: 180%;
}

.u-mb--50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .u-mb--50 {
    margin-bottom: 10.6666666667vw;
  }
}