@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

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

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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;
}

/**
 * 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. Fix font inheritance.
 */
::-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]: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 {
  vertical-align: top;
  padding: 0;
}

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

:root {
  --vw: 1vw;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
@media screen and (max-width: 1920px) and (min-width: 1512.1px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 1512px) {
  html {
    font-size: 0.6613756614vw;
  }
}
@media screen and (max-width: 834px) {
  html {
    font-size: 1.1990407674vw;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 2.4875621891vw;
  }
}

body {
  font-synthesis: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  color: #333;
  line-break: strict;
}
@media screen and (max-width: 600px) {
  body {
    min-width: inherit;
    font-size: 1.5rem;
  }
}

.js-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

:target,
:focus {
  outline: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-orientation: none;
}
.safari img {
  image-rendering: inherit;
}
img {
  width: 100%;
  height: auto;
}

/* mouseover
--------------------------------------------------*/
@media screen and (max-width: 1512px) {
  .over:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
label {
  cursor: pointer;
}

/* main
--------------------------------------------------*/
.f-wrap {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .f-wrap {
    width: auto;
    padding: 0 2.4rem;
  }
}

.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

/* link
--------------------------------------------------*/
a {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  will-change: transform, opacity;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  a[href*="tel:"] {
    pointer-events: all;
  }
}

/* input
--------------------------------------------------*/
button {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  will-change: transform;
}
button:focus {
  text-decoration: none;
}

body.is-fixed {
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 2.6rem 0;
}
@media screen and (max-width: 834px) {
  .l-header {
    padding: 1.7rem 0;
  }
}
@media screen and (max-width: 600px) {
  .l-header {
    padding: 1.2rem 0;
  }
}
.l-header__menu {
  position: relative;
  width: 187.2rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  z-index: 2;
  margin: 0 auto;
}
@media screen and (max-width: 1512px) {
  .l-header__menu {
    width: 139.6rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header__menu {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 600px) {
  .l-header__menu {
    width: calc(100% - 1.6rem);
  }
}
.l-header-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  width: 146rem;
  height: 10rem;
  background: #fff;
  border-radius: 1rem;
  padding: 0 4rem 0 5.3rem;
  -webkit-box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1512px) {
  .l-header-bar {
    width: 108.8rem;
    height: 7.4rem;
    padding: 0 2.9rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar {
    width: 57rem;
    height: 5.2rem;
    border-radius: 0.6rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-bar {
    width: 18.8rem;
    height: 7.5rem;
    padding: 0;
  }
}
.is-open .l-header-bar {
  pointer-events: none;
  opacity: 0;
}
.l-header-bar__ttl {
  width: 23.2rem;
}
@media screen and (max-width: 1512px) {
  .l-header-bar__ttl {
    width: 18rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar__ttl {
    width: 11.8rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-bar__ttl {
    width: 14.4rem;
    margin: 0 auto;
  }
}
.l-header-bar-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 0 5.8rem;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-menu {
    gap: 0 4.3rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-menu {
    gap: 0 2rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-bar-menu {
    display: none;
  }
}
.l-header-bar-menu__item {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-menu__item {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-menu__item {
    font-size: 1rem;
  }
}
.l-header-bar-menu__item > a {
  position: relative;
  color: #005A9E;
  padding: 0 3.2rem 0 0;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-menu__item > a {
    padding: 0 2.2rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-menu__item > a {
    padding: 0 1.2rem 0 0;
  }
}
.l-header-bar-menu__item > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.4rem;
  height: 1.1rem;
  background: url(../img/common/icn_arrow_bl.svg) center center/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .l-header-bar-menu__item > a::before {
    width: 0.6rem;
    height: 0.4rem;
  }
}
@media (any-hover: hover) {
  .l-header-bar-menu__item.has-child:hover > .l-header-bar-children {
    opacity: 1;
    pointer-events: all;
  }
  .l-header-bar-menu__item.has-child:hover > .l-header-bar-children_map {
    opacity: 1;
    pointer-events: all;
  }
}
.l-header-bar-menu__parent {
  position: relative;
  color: #005A9E;
  padding: 0 3rem 0 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-menu__parent {
    padding: 0 2.2rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-menu__parent {
    padding: 0 1.2rem 0 0;
  }
}
@media (any-hover: hover) {
  .l-header-bar-menu__parent:hover {
    opacity: 0.5;
  }
}
.l-header-bar-menu__parent::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 0.5rem;
  background: url(../img/common/icn_chevron_bl.svg) center center/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .l-header-bar-menu__parent::before {
    width: 0.6rem;
    height: 0.4rem;
  }
}
.l-header-bar-children {
  pointer-events: none;
  position: absolute;
  top: 6rem;
  right: 0;
  width: 108.4rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 7.6rem 0 0;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-children {
    top: 4.5rem;
    width: 80rem;
    font-size: 1.1rem;
    padding: 4rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-children {
    top: 2rem;
    width: 40rem;
  }
}
.l-header-bar-children__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  background: #DDF5FF;
  border-radius: 1rem;
  overflow: hidden;
}
.l-header-bar-children__head {
  background: #fff;
  width: 38.9rem;
  padding: 4.5rem;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-children__head {
    width: 32rem;
    padding: 3.2rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-children__head {
    width: 45%;
    padding: 2rem;
  }
}
.l-header-bar-children__ttl {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  color: #005A9E;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding: 0.8rem 0 0;
  margin: 0 0 2.2rem;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-children__ttl {
    font-size: 1.8rem;
    margin: 0 0 1.4rem;
  }
}
.l-header-bar-children__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5.5rem;
  height: 0.4rem;
  border-radius: 0.5rem;
  background: #005A9E;
}
@media screen and (max-width: 834px) {
  .l-header-bar-children__ttl::before {
    width: 4rem;
    height: 0.2rem;
  }
}
.l-header-bar-children__content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: calc(100% - 38.9rem);
  background: #DDF5FF;
  padding: 5rem;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-children__content {
    width: calc(100% - 32rem);
    padding: 3.2rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-children__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem 0;
    width: 60%;
    padding: 2rem;
  }
}
.l-header-bar-children__right {
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 834px) {
  .l-header-bar-children__right {
    width: calc(50% - 2.5rem);
  }
}
.l-header-bar-children-left {
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 834px) {
  .l-header-bar-children-left {
    width: calc(50% - 2.5rem);
  }
}
.l-header-bar-children-list__item {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1.3rem;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-children-list__item {
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-children-list__item {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}
.l-header-bar-children-list__item:first-child {
  margin-top: 0;
}
.l-header-bar-children-list__item a {
  position: relative;
  display: block;
  color: #004071;
}
.l-header-bar-children-list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icn_bg_arrow_bl.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .l-header-bar-children-list__item a::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.l-header-bar-children__btn {
  width: 23rem;
  height: 6.7rem;
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-children__btn {
    width: 100%;
    height: 5rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-children__btn {
    width: 100%;
    height: 4rem;
    font-size: 1.2rem;
  }
}
.l-header-bar-children__btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #FF5E19;
  color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
}
.l-header-bar-children__btn a span {
  position: relative;
  padding: 0 4.8rem 0 0;
}
@media screen and (max-width: 834px) {
  .l-header-bar-children__btn a span {
    padding: 0 3.4rem 0 0;
  }
}
.l-header-bar-children__btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3rem;
  width: 0.2rem;
  height: 2.2rem;
  background: #FF9769;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .l-header-bar-children__btn a span::before {
    right: 2.2rem;
    height: 2rem;
  }
}
.l-header-bar-children__btn a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/common/icn_arrow_wh.svg) center center/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .l-header-bar-children__btn a span::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.l-header-bar-children_map {
  pointer-events: none;
  position: absolute;
  top: 6rem;
  right: 0;
  width: 108.4rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 7.6rem 0 0;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-children_map {
    top: 4.5rem;
    width: 80rem;
    font-size: 1.1rem;
    padding: 4rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-children_map {
    top: 2rem;
    width: 40rem;
  }
}
.l-header-bar-children_map__inner {
  border-radius: 1rem;
  overflow: hidden;
}
.l-header-bar-children_map__head {
  width: 100%;
  background: #fff;
  padding: 4.5rem 4.5rem 1.6rem;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-children_map__head {
    padding: 3.2rem 3.2rem 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-children_map__head {
    padding: 2rem 2rem 1rem;
  }
}
.l-header-bar-children_map__ttl {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  color: #005A9E;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding: 1.2rem 0 0;
  margin: 0 0 0.8rem;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-children_map__ttl {
    font-size: 1.8rem;
    margin: 0 0 1.2rem;
  }
}
.l-header-bar-children_map__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5.5rem;
  height: 0.4rem;
  border-radius: 0.5rem;
  background: #005A9E;
}
@media screen and (max-width: 834px) {
  .l-header-bar-children_map__ttl::before {
    width: 4rem;
    height: 0.2rem;
  }
}
.l-header-bar-children_map__content {
  width: 100%;
  background: url(../img/common/bg_children_map.png) center center no-repeat #005A9E;
  background-size: auto calc(100% - 5rem);
  padding: 5rem;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-children_map__content {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-children_map__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem 0;
    width: 60%;
    padding: 2rem;
  }
}
.l-header-bar-children_map__content-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.4rem 5.5rem;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-children_map__content-list {
    gap: 0.6rem 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-children_map__content-list {
    gap: 0.3rem 0;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-children_map__content-list__item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .l-header-bar-children_map__content-list__item {
    width: 50%;
  }
  .l-header-bar-children_map__content-list__item:first-child {
    width: 100%;
  }
}
.l-header-bar-children_map__content-list__item.-wide {
  width: 100%;
}
.l-header-bar-children_map__content-list__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875;
  color: #009BDD;
  margin: 0 0 0.3rem;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-children_map__content-list__ttl {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-children_map__content-list__ttl {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-bar-children_map__content-list__ttl {
    font-size: 1.1rem;
  }
}
.l-header-bar-children_map__content-place {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3rem 2.6rem;
}
@media screen and (max-width: 834px) {
  .l-header-bar-children_map__content-place {
    gap: 0.3rem 1.3rem;
  }
}
.l-header-bar-children_map__content-place__item {
  font-size: 1.5rem;
  line-height: 1.765;
  font-weight: 700;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-children_map__content-place__item {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-children_map__content-place__item {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-bar-children_map__content-place__item {
    font-size: 1.1rem;
  }
}
.l-header-bar-children_map__content-place__item a {
  display: block;
  position: relative;
  color: #fff;
  padding: 0 2.2rem 0 0;
}
@media screen and (max-width: 834px) {
  .l-header-bar-children_map__content-place__item a {
    padding: 0 1.4rem 0 0;
  }
}
.l-header-bar-children_map__content-place__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/icn_bg_arrow_small_wh.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .l-header-bar-children_map__content-place__item a::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.l-header-bar-children_map__school-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem 4.8rem;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-children_map__school-list {
    gap: 0.8rem 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-children_map__school-list {
    gap: 0.6rem 0;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-children_map__school-list-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .l-header-bar-children_map__school-list-item {
    width: 50%;
  }
  .l-header-bar-children_map__school-list-item:first-child {
    width: 100%;
  }
}
.l-header-bar-children_map__school-list-item.-wide {
  width: 100%;
}
.l-header-bar-children_map__school-list-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  color: #009BDD;
  margin: 0 0 0.3rem;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-children_map__school-list-ttl {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-children_map__school-list-ttl {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-bar-children_map__school-list-ttl {
    font-size: 1.2rem;
  }
}
.l-header-bar-children_map__school-place {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3rem 2.6rem;
}
@media screen and (max-width: 834px) {
  .l-header-bar-children_map__school-place {
    gap: 0.3rem 1.3rem;
  }
}
.l-header-bar-children_map__school-place-item {
  font-size: 1.6rem;
  line-height: 1.765;
  font-weight: 700;
}
@media screen and (max-width: 1512px) {
  .l-header-bar-children_map__school-place-item {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-bar-children_map__school-place-item {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-bar-children_map__school-place-item {
    font-size: 1.1rem;
  }
}
.l-header-bar-children_map__school-place-item a {
  display: block;
  position: relative;
  color: #fff;
  padding: 0 2.2rem 0 0;
}
@media screen and (max-width: 834px) {
  .l-header-bar-children_map__school-place-item a {
    padding: 0 1.4rem 0 0;
  }
}
.l-header-bar-children_map__school-place-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/icn_bg_arrow_small_wh.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .l-header-bar-children_map__school-place-item a::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.l-header__btn {
  width: 28.6rem;
  height: 10rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1512px) {
  .l-header__btn {
    width: 21.3rem;
    height: 7.4rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header__btn {
    width: 14.4rem;
    height: 5.2rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header__btn {
    display: none;
  }
}
.is-open .l-header__btn {
  pointer-events: none;
  opacity: 0;
}
.l-header__btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #FF5E19;
  color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.25);
}
.l-header__btn a span {
  position: relative;
  padding: 0 6rem 0 0;
}
@media screen and (max-width: 1512px) {
  .l-header__btn a span {
    padding: 0 4.4rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .l-header__btn a span {
    padding: 0 3rem 0 0;
  }
}
.l-header__btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.2rem;
  width: 0.2rem;
  height: 2.6rem;
  background: #FF9769;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .l-header__btn a span::before {
    right: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header__btn a span::before {
    right: 2.1rem;
    height: 1.4rem;
  }
}
.l-header__btn a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.2rem;
  height: 1.8rem;
  background: url(../img/common/icn_arrow_wh.svg) center center/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .l-header__btn a span::after {
    width: 1.6rem;
    height: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header__btn a span::after {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.l-header-toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.4rem 0;
  width: 10rem;
  height: 10rem;
  background: #004D94;
  border-radius: 1rem;
  overflow: hidden;
  padding: 0.3rem 0 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1512px) {
  .l-header-toggle {
    gap: 1rem 0;
    width: 7.4rem;
    height: 7.4rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-toggle {
    width: 5.2rem;
    height: 5.2rem;
    gap: 0.6rem 0;
  }
}
@media screen and (max-width: 600px) {
  .l-header-toggle {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media (any-hover: hover) {
  .l-header-toggle:hover {
    opacity: 0.5;
  }
}
.l-header-toggle__inner {
  position: relative;
  width: 4.6rem;
  height: 3.5rem;
}
@media screen and (max-width: 1512px) {
  .l-header-toggle__inner {
    width: 3.4rem;
    height: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-toggle__inner {
    width: 2.3rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-toggle__inner {
    width: 3.4rem;
    height: 2.6rem;
  }
}
.l-header-toggle__inner span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
  border-radius: 0.3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1512px) {
  .l-header-toggle__inner span {
    height: 3px;
  }
}
@media screen and (max-width: 834px) {
  .l-header-toggle__inner span {
    height: 2px;
  }
}
@media screen and (max-width: 600px) {
  .l-header-toggle__inner span {
    height: 3px;
  }
}
.l-header-toggle__inner span:first-child {
  top: 0;
}
.is-open .l-header-toggle__inner span:first-child {
  top: 1.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1512px) {
  .is-open .l-header-toggle__inner span:first-child {
    top: 1.15rem;
  }
}
@media screen and (max-width: 834px) {
  .is-open .l-header-toggle__inner span:first-child {
    top: 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  .is-open .l-header-toggle__inner span:first-child {
    top: 1.15rem;
  }
}
.l-header-toggle__inner span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.is-open .l-header-toggle__inner span:nth-child(2) {
  opacity: 0;
}
.l-header-toggle__inner span:last-child {
  bottom: 0;
}
.is-open .l-header-toggle__inner span:last-child {
  bottom: 1.45rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1512px) {
  .is-open .l-header-toggle__inner span:last-child {
    bottom: 1.15rem;
  }
}
@media screen and (max-width: 834px) {
  .is-open .l-header-toggle__inner span:last-child {
    bottom: 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  .is-open .l-header-toggle__inner span:last-child {
    bottom: 1.15rem;
  }
}
.l-header-toggle__txt {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1512px) {
  .l-header-toggle__txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-toggle__txt {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-toggle__txt {
    font-size: 1rem;
  }
}
.is-open .l-header-toggle__txt {
  display: none;
  font-size: 0;
}
.l-header-drawer {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #005A9E;
  padding: 6.3rem 0 3rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow-y: scroll;
}
@media screen and (max-width: 834px) {
  .l-header-drawer {
    padding: 4rem 0 3rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer {
    padding: 1.7rem 0 3rem;
    overflow-y: scroll;
  }
}
.is-open .l-header-drawer {
  opacity: 1;
  pointer-events: all;
}
.l-header-drawer__logo {
  width: 60rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin: 0 auto;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer__logo {
    width: 40rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer__logo {
    width: 20rem;
    margin-left: 1.7rem;
  }
}
.l-header-drawer-data {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 3.2rem;
  width: 60rem;
  background: #004071;
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  margin: 3.3rem auto 0;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-data {
    width: 40rem;
    gap: 0 2rem;
    margin: 2rem auto 0;
    padding: 0.2rem 0;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-data {
    width: 25.6rem;
    gap: 0 1.1rem;
    margin-top: 1rem;
    margin-left: 1.7rem;
  }
}
.l-header-drawer-data__txt {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-data__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-drawer-data__txt {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-data__txt {
    font-size: 1rem;
  }
}
.l-header-drawer-data__txt a {
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .is-fixed .l-header-drawer-data__txt a {
    pointer-events: all;
  }
}
.l-header-drawer-data__txt.-time {
  font-size: 1.5rem;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-data__txt.-time {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-drawer-data__txt.-time {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-data__txt.-time {
    font-size: 1rem;
    text-align: center;
  }
}
.l-header-drawer-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 172rem;
  margin: 7rem auto 0;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-content {
    width: 139.6rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-drawer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: auto;
    margin-top: 3.4rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-content {
    padding: 0;
    margin-top: 1.7rem;
  }
}
.l-header-drawer-content__left {
  width: 84.8rem;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-content__left {
    width: 68rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-drawer-content__left {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-content__left {
    padding: 0 1.6rem;
  }
}
.l-header-drawer-menu {
  position: relative;
  width: 70rem;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-menu {
    width: 100%;
  }
}
.l-header-drawer-menu__top {
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 1px solid #1D74B5;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 834px) {
  .l-header-drawer-menu__top {
    font-size: 1.7rem;
    padding: 0 0 1.5rem;
    margin: 0 0 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-menu__top {
    font-size: 1.4rem;
    margin: 0 0 1.1rem;
    padding: 0 0 1.1rem;
  }
}
.l-header-drawer-menu__top a {
  position: relative;
  display: block;
  width: 26rem;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .l-header-drawer-menu__top a {
    width: 20rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-menu__top a {
    width: calc(50% - 2.5rem);
  }
}
.l-header-drawer-menu__top a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../img/common/icn_bg_arrow_wh.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .l-header-drawer-menu__top a::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-menu__top a::after {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.l-header-drawer-menu-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
  gap: 1.5rem 6rem;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-menu-list {
    gap: 1.5rem 3rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-drawer-menu-list {
    grid-template-rows: repeat(3, auto);
    gap: 0.9rem 3.4rem;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-menu-list {
    grid-template-rows: repeat(5, auto);
    gap: 0.9rem 3.8rem;
    grid-auto-columns: auto;
  }
}
.l-header-drawer-menu-list__item {
  width: 32rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .l-header-drawer-menu-list__item {
    width: 20rem;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-menu-list__item {
    width: 100%;
    font-size: 1.3rem;
  }
}
.l-header-drawer-menu-list__item a {
  position: relative;
  display: block;
  color: #fff;
}
.l-header-drawer-menu-list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../img/common/icn_bg_arrow_wh.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .l-header-drawer-menu-list__item a::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-menu-list__item a::after {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.l-header-drawer-menu__btn {
  position: absolute;
  bottom: 13rem;
  right: 9rem;
  width: 23rem;
  height: 6.7rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 834px) {
  .l-header-drawer-menu__btn {
    position: relative;
    bottom: auto;
    right: auto;
    width: 18rem;
    height: 5.2rem;
    font-size: 1.26rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-menu__btn {
    position: absolute;
    bottom: 3.7rem;
    left: calc(50% + 1.2rem);
    width: 14.3rem;
    height: 4.3rem;
    font-size: 1rem;
  }
}
.l-header-drawer-menu__btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #FF5E19;
  color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .l-header-drawer-menu__btn a {
    border-radius: 0.5rem;
  }
}
.l-header-drawer-menu__btn a span {
  position: relative;
  padding: 0 4.8rem 0 0;
}
@media screen and (max-width: 834px) {
  .l-header-drawer-menu__btn a span {
    padding: 0 3.6rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-menu__btn a span {
    padding: 0 3rem 0 0;
  }
}
.l-header-drawer-menu__btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3rem;
  width: 0.2rem;
  height: 2.1rem;
  background: #FF9769;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .l-header-drawer-menu__btn a span::before {
    right: 2.6rem;
    height: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-menu__btn a span::before {
    right: 2rem;
    height: 1.3rem;
  }
}
.l-header-drawer-menu__btn a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/common/icn_arrow_wh.svg) center center/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .l-header-drawer-menu__btn a span::after {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-menu__btn a span::after {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.l-header-drawer-menu-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 0 1.9rem;
  margin: 2.2rem 0 0;
}
@media screen and (max-width: 834px) {
  .l-header-drawer-menu-link {
    margin: 1.2rem 0 0;
  }
}
.l-header-drawer-menu-link__item {
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .l-header-drawer-menu-link__item {
    font-size: 1.3rem;
  }
}
.l-header-drawer-menu-link__item a {
  color: #fff;
}
.l-header-drawer-bnr {
  position: relative;
  display: block;
  width: 84.8rem;
  background: #3393D5;
  margin-top: 4rem;
  padding: 2.4rem 0 2.4rem 20.6rem;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-bnr {
    width: 67rem;
    padding: 2rem 0 2rem 18rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-drawer-bnr {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-bnr {
    margin-top: 1.8rem;
    padding: 1.1rem 0 2rem 1.5rem;
  }
}
.l-header-drawer-bnr__pre {
  position: absolute;
  top: 0;
  left: 2.4rem;
  width: 15.6rem;
  height: 11.8rem;
  background: #A22D10;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  padding: 2.8rem 0 0;
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-bnr__pre {
    left: 2rem;
    width: 14rem;
    height: 10rem;
    font-size: 2rem;
    padding: 1.8rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-bnr__pre {
    left: 1.5rem;
    width: 9.6rem;
    height: 8.5rem;
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}
.l-header-drawer-bnr__pre span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 1rem;
}
@media screen and (max-width: 600px) {
  .l-header-drawer-bnr__pre span {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0.5rem;
  }
}
.l-header-drawer-bnr__head {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 2.1rem;
  z-index: 2;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-bnr__head {
    gap: 0 1rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-drawer-bnr__head {
    gap: 0 6.4rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-bnr__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem 0;
    padding: 0 0 0 10.7rem;
  }
}
.l-header-drawer-bnr__ttl {
  font-size: 4.3rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-bnr__ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-bnr__ttl {
    font-size: 2.6rem;
  }
}
.l-header-drawer-bnr__sub {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  gap: 0 0.5rem;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-bnr__sub {
    font-size: 2.2rem;
  }
}
.l-header-drawer-bnr__sub span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 4.2rem;
  height: 4.2rem;
  background: #005A9E;
  color: #fff;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-bnr__sub span {
    width: 3.4rem;
    height: 3.4rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-bnr__sub span {
    width: 2.9rem;
    height: 2.9rem;
  }
}
.l-header-drawer-bnr__content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  gap: 0 2.7rem;
  margin: 2rem 0 0;
  z-index: 2;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-bnr__content {
    gap: 0 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-bnr__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 1.4rem 0 0;
  }
}
.l-header-drawer-bnr__txt {
  color: #fff;
  line-height: 1.7;
  font-size: 1.3rem;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-bnr__txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-drawer-bnr__txt {
    font-size: 1.1rem;
  }
}
.l-header-drawer-bnr__btn {
  width: 23.8rem;
  height: 5.8rem;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-bnr__btn {
    width: 22rem;
    height: 5rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-drawer-bnr__btn {
    width: 19.2rem;
    height: 4.6rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-bnr__btn {
    width: 16.6rem;
    height: 4rem;
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}
.l-header-drawer-bnr__btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #FF5E19;
  color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
}
.l-header-drawer-bnr__btn a span {
  position: relative;
  padding: 0 5.4rem 0 0;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-bnr__btn a span {
    padding: 0 4.5rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-bnr__btn a span {
    padding: 0 3.8rem 0 0;
  }
}
.l-header-drawer-bnr__btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3rem;
  width: 0.2rem;
  height: 2.1rem;
  background: #FF9769;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-bnr__btn a span::before {
    right: 2.9rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-bnr__btn a span::before {
    right: 2.5rem;
    height: 1.6rem;
  }
}
.l-header-drawer-bnr__btn a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../img/common/icn_arrow_wh.svg) center center/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-bnr__btn a span::after {
    width: 1.7rem;
    height: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-bnr__btn a span::after {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.l-header-drawer-bnr__img {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 19.3rem;
  height: 14.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-bnr__img {
    width: 17rem;
    height: 12rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-drawer-bnr__img {
    width: 15.6rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-bnr__img {
    top: auto;
    right: 0.8rem;
    bottom: 1.3rem;
    width: 9.5rem;
    height: 9.5rem;
    -webkit-transform: none;
            transform: none;
  }
}
.l-header-drawer-bnr__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-header-drawer-school {
  width: 84.8rem;
  background: #004D94;
  padding: 5rem;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-school {
    width: 68rem;
    padding: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-drawer-school {
    width: 100%;
    padding: 3rem 2rem 2rem;
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-school {
    width: auto;
    margin: 3.5rem 0.8rem 0;
    padding: 2.5rem 1rem 2rem;
  }
}
.l-header-drawer-school__ttl {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 3.4rem;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-school__ttl {
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-drawer-school__ttl {
    font-size: 1.34rem;
  }
}
.l-header-drawer-school-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.8rem 5.5rem;
}
@media screen and (max-width: 834px) {
  .l-header-drawer-school-list {
    gap: 0.6rem 0;
  }
}
@media screen and (max-width: 834px) {
  .l-header-drawer-school-list__item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .l-header-drawer-school-list__item:first-child {
    width: 100%;
  }
  .l-header-drawer-school-list__item {
    width: 50%;
  }
}
.l-header-drawer-school-list__item.-wide {
  width: 100%;
}
.l-header-drawer-school-list__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  color: #009BDD;
  margin: 0 0 0.3rem;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-school-list__ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-drawer-school-list__ttl {
    font-size: 1.2rem;
  }
}
.l-header-drawer-school-place {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3rem 2.6rem;
}
@media screen and (max-width: 600px) {
  .l-header-drawer-school-place {
    gap: 0.3rem 1.6rem;
  }
}
.l-header-drawer-school-place__item {
  font-size: 1.7rem;
  line-height: 1.765;
  font-weight: 700;
}
@media screen and (max-width: 1512px) {
  .l-header-drawer-school-place__item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header-drawer-school-place__item {
    font-size: 1.3rem;
  }
}
.l-header-drawer-school-place__item a {
  display: block;
  position: relative;
  color: #fff;
  padding: 0 2.2rem 0 0;
}
@media screen and (max-width: 834px) {
  .l-header-drawer-school-place__item a {
    padding: 0 1.7rem 0 0;
  }
}
.l-header-drawer-school-place__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/icn_bg_arrow_small_wh.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .l-header-drawer-school-place__item a::after {
    width: 1rem;
    height: 1rem;
  }
}

.l-footer {
  background: #005A9E;
  overflow: hidden;
  padding: 2.4rem 0 0;
}
.l-footer-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  max-width: 192rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 1512px) {
  .l-footer-content {
    width: calc(100% - 4.8rem);
    margin-top: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .l-footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    margin-top: 2rem;
  }
}
.l-footer-content__left {
  width: 94.8rem;
  padding: 0 0 0 2.4rem;
}
@media screen and (max-width: 1512px) {
  .l-footer-content__left {
    width: 45.2rem;
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .l-footer-content__left {
    width: 100%;
    padding: 0 2rem;
  }
}
.l-footer-content-btm {
  position: absolute;
  bottom: 3.5rem;
  left: 2.4rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  width: 92.4rem;
}
@media screen and (max-width: 1512px) {
  .l-footer-content-btm {
    left: 0;
    width: 69.3rem;
  }
}
@media screen and (max-width: 834px) {
  .l-footer-content-btm {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 3.5rem 2rem 2rem;
  }
}
@media screen and (max-width: 600px) {
  .l-footer-content-btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.4rem 0;
    padding: 2.1rem 0.8rem;
  }
}
.l-footer-content-btm__logo {
  width: 24.7rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 1512px) {
  .l-footer-content-btm__logo {
    width: 21.5rem;
  }
}
.l-footer-content-btm__inner {
  width: calc(100% - 32rem);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-top: 1px solid #3A8ECD;
  padding: 2rem 0 0;
}
@media screen and (max-width: 1512px) {
  .l-footer-content-btm__inner {
    width: calc(100% - 24rem);
    padding: 1.4rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .l-footer-content-btm__inner {
    width: 100%;
  }
}
.l-footer-content-btm-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 0 1.9rem;
}
.l-footer-content-btm-list__item {
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 1512px) {
  .l-footer-content-btm-list__item {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  .l-footer-content-btm-list__item {
    font-size: 1.3rem;
  }
}
.l-footer-content-btm-list__item a {
  color: #fff;
}
.l-footer-content-btm__copy {
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1512px) {
  .l-footer-content-btm__copy {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  .l-footer-content-btm__copy {
    font-size: 1.3rem;
  }
}
.l-footer-menu {
  position: relative;
  width: 70rem;
}
@media screen and (max-width: 1512px) {
  .l-footer-menu {
    width: 100%;
  }
}
.l-footer-menu__top {
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 1px solid #1D74B5;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 1512px) {
  .l-footer-menu__top {
    font-size: 1.6rem;
    padding: 0 0 1.5rem;
    margin: 0 0 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .l-footer-menu__top {
    font-size: 1.3rem;
    padding: 0 0 1.2rem;
    margin: 0 0 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .l-footer-menu__top {
    font-size: 1.5rem;
  }
}
.l-footer-menu__top a {
  position: relative;
  display: block;
  width: 26rem;
  color: #fff;
}
@media screen and (max-width: 1512px) {
  .l-footer-menu__top a {
    width: 19.4rem;
  }
}
@media screen and (max-width: 834px) {
  .l-footer-menu__top a {
    width: 15.7rem;
  }
}
.l-footer-menu__top a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../img/common/icn_bg_arrow_wh.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .l-footer-menu__top a::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .l-footer-menu__top a::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.l-footer-menu-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
  gap: 1.5rem 6rem;
}
@media screen and (max-width: 1512px) {
  .l-footer-menu-list {
    gap: 1.5rem 3rem;
  }
}
@media screen and (max-width: 834px) {
  .l-footer-menu-list {
    grid-template-rows: repeat(3, auto);
    gap: 0.9rem 3.4rem;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
}
@media screen and (max-width: 600px) {
  .l-footer-menu-list {
    grid-template-rows: repeat(5, auto);
  }
}
.l-footer-menu-list__item {
  width: 32rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1512px) {
  .l-footer-menu-list__item {
    width: 19.4rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .l-footer-menu-list__item {
    width: 15.7rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .l-footer-menu-list__item {
    font-size: 1.4rem;
  }
}
.l-footer-menu-list__item a {
  position: relative;
  display: block;
  color: #fff;
}
.l-footer-menu-list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../img/common/icn_bg_arrow_wh.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .l-footer-menu-list__item a::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .l-footer-menu-list__item a::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.l-footer-menu__btn {
  position: absolute;
  bottom: 13rem;
  right: 9rem;
  width: 23rem;
  height: 6.7rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1512px) {
  .l-footer-menu__btn {
    bottom: 12rem;
    right: 4rem;
    width: 17.1rem;
    height: 5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .l-footer-menu__btn {
    bottom: 6.2rem;
    right: 6rem;
    width: 14rem;
    height: 4rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .l-footer-menu__btn {
    bottom: 3.5rem;
    right: 1.3rem;
    width: 16rem;
    font-size: 1.2rem;
  }
}
.l-footer-menu__btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #FF5E19;
  color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .l-footer-menu__btn a {
    border-radius: 0.4rem;
  }
}
.l-footer-menu__btn a span {
  position: relative;
  padding: 0 4.8rem 0 0;
}
@media screen and (max-width: 834px) {
  .l-footer-menu__btn a span {
    padding: 0 3rem 0 0;
  }
}
.l-footer-menu__btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3rem;
  width: 0.2rem;
  height: 2.1rem;
  background: #FF9769;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .l-footer-menu__btn a span::before {
    right: 2rem;
    width: 0.1rem;
    height: 1.2rem;
  }
}
.l-footer-menu__btn a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/common/icn_arrow_wh.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .l-footer-menu__btn a span::after {
    width: 1rem;
    height: 1rem;
  }
}
.l-footer-menu-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 0 1.9rem;
  margin: 2.2rem 0 0;
}
@media screen and (max-width: 834px) {
  .l-footer-menu-link {
    gap: 0 1.5rem;
    margin: 1.5rem 0 0;
  }
}
.l-footer-menu-link__item {
  font-size: 1.5rem;
}
@media screen and (max-width: 1512px) {
  .l-footer-menu-link__item {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .l-footer-menu-link__item {
    font-size: 1.1rem;
  }
}
.l-footer-menu-link__item a {
  color: #fff;
}
.l-footer-school {
  width: 94.8rem;
  background: #004D94;
  padding: 5rem;
}
@media screen and (max-width: 1512px) {
  .l-footer-school {
    width: 68rem;
    padding: 4.2rem 5.4rem 5.4rem 4.7rem;
    background: #004071;
  }
}
@media screen and (max-width: 834px) {
  .l-footer-school {
    width: 100%;
    padding: 3rem 2rem 2rem;
    margin-top: 3.5rem;
  }
}
.l-footer-school__ttl {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 3.4rem;
}
@media screen and (max-width: 1512px) {
  .l-footer-school__ttl {
    font-size: 1.65rem;
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 834px) {
  .l-footer-school__ttl {
    font-size: 1.34rem;
  }
}
.l-footer-school-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.8rem 5.5rem;
}
@media screen and (max-width: 1512px) {
  .l-footer-school-list {
    gap: 0.8rem 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .l-footer-school-list {
    gap: 0.6rem 0;
  }
}
@media screen and (max-width: 834px) {
  .l-footer-school-list__item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .l-footer-school-list__item {
    width: 50%;
  }
  .l-footer-school-list__item:first-child {
    width: 100%;
  }
}
.l-footer-school-list__item.-wide {
  width: 100%;
}
.l-footer-school-list__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  color: #009BDD;
  margin: 0 0 0.3rem;
}
@media screen and (max-width: 1512px) {
  .l-footer-school-list__ttl {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .l-footer-school-list__ttl {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  .l-footer-school-list__ttl {
    font-size: 1.2rem;
  }
}
.l-footer-school-place {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3rem 2.6rem;
}
@media screen and (max-width: 834px) {
  .l-footer-school-place {
    gap: 0.3rem 1.3rem;
  }
}
.l-footer-school-place__item {
  font-size: 1.7rem;
  line-height: 1.765;
  font-weight: 700;
}
@media screen and (max-width: 1512px) {
  .l-footer-school-place__item {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .l-footer-school-place__item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .l-footer-school-place__item {
    font-size: 1.3rem;
  }
}
.l-footer-school-place__item a {
  display: block;
  position: relative;
  color: #fff;
  padding: 0 2.2rem 0 0;
}
@media screen and (max-width: 834px) {
  .l-footer-school-place__item a {
    padding: 0 1.4rem 0 0;
  }
}
.l-footer-school-place__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/icn_bg_arrow_small_wh.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .l-footer-school-place__item a::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.c-heading {
  position: relative;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.5;
  padding: 2.4rem 0 0;
}
@media screen and (max-width: 1512px) {
  .c-heading {
    font-size: 3.2rem;
    padding: 1.8rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .c-heading {
    font-size: 2.8rem;
  }
  .c-heading span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .c-heading {
    font-size: 2.4rem;
  }
  .c-heading span {
    font-size: 2rem;
  }
}
.c-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8.9rem;
  height: 0.5rem;
  border-radius: 0.4rem;
  background: #333;
}
@media screen and (max-width: 1512px) {
  .c-heading::before {
    width: 7.2rem;
    height: 0.38rem;
  }
}
@media screen and (max-width: 834px) {
  .c-heading::before {
    width: 6.4rem;
    height: 0.3rem;
  }
}
.c-heading.-wh {
  color: #fff;
}
.c-heading.-wh::before {
  background: #fff;
}

.c-news-slider {
  position: relative;
  width: calc(100% - 4.8rem);
  max-width: 187.2rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #F0F0F0;
  padding: 4rem 8.3rem 4rem 6rem;
  margin: 0 auto;
}
@media screen and (max-width: 1512px) {
  .c-news-slider {
    padding: 3rem 8.3rem 3rem 5rem;
  }
}
@media screen and (max-width: 834px) {
  .c-news-slider {
    width: calc(100% - 4rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 2rem 3.5rem;
    gap: 0.5rem 0;
  }
}
@media screen and (max-width: 600px) {
  .c-news-slider {
    width: calc(100% - 1.6rem);
    padding: 1.6rem 2rem;
  }
}
.c-news-slider__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 17.4rem;
  height: 12rem;
  font-size: 2.4rem;
  font-weight: 700;
  border-right: 2px solid #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1512px) {
  .c-news-slider__head {
    width: 16.2rem;
    height: 9.3rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 834px) {
  .c-news-slider__head {
    width: 100%;
    height: auto;
    font-size: 2rem;
    border-right: 0;
  }
}
.c-news-slider__viewport {
  position: relative;
  height: 14rem;
  overflow: hidden;
  width: calc(100% - 17.4rem);
  padding: 0 0 0 11rem;
}
@media screen and (max-width: 1512px) {
  .c-news-slider__viewport {
    height: 9.2rem;
    padding: 0 0 0 3rem;
  }
}
@media screen and (max-width: 834px) {
  .c-news-slider__viewport {
    width: 100%;
    height: 6.4rem;
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .c-news-slider__viewport {
    height: 7rem;
  }
}
.c-news-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.c-news-slider__item {
  height: 7rem;
  font-weight: 500;
}
@media screen and (max-width: 1512px) {
  .c-news-slider__item {
    height: 4.6rem;
  }
}
@media screen and (max-width: 834px) {
  .c-news-slider__item {
    height: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .c-news-slider__item {
    height: 7rem;
    padding: 0 2.6rem 0 0;
  }
}
.c-news-slider__item:last-child {
  border-bottom: 0;
}
.c-news-slider__item a {
  display: grid;
  grid-template-columns: 14rem 1fr;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 3.2rem;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 1512px) {
  .c-news-slider__item a {
    grid-template-columns: 16.7rem 1fr;
    gap: 0;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .c-news-slider__item a {
    display: block;
    padding: 0;
  }
}
@media (any-hover: hover) {
  .c-news-slider__item a:hover {
    opacity: 0.7;
  }
}
.c-news-slider__item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-news-slider__item time {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #676767;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .c-news-slider__item time {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  .c-news-slider__item time {
    font-size: 1.3rem;
    margin: 0 0 0.5rem;
  }
}
.c-news-slider__item span {
  display: block;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 2.4rem;
  text-decoration: underline;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .c-news-slider__item span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .c-news-slider__item span {
    font-size: 1.5rem;
    text-overflow: inherit;
    white-space: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* 垂直方向に配置 */
    overflow: hidden;
    /* 溢れた部分を隠す */
    text-overflow: ellipsis;
    /* 溢れた部分に「...」を表示 */
    -webkit-line-clamp: 2;
  }
}
.c-news-slider__controls {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: absolute;
  top: 50%;
  right: 2.2rem;
  width: 3.9rem;
  height: 15rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .c-news-slider__controls {
    width: 2.9rem;
    height: 11.5rem;
  }
}
@media screen and (max-width: 834px) {
  .c-news-slider__controls {
    top: auto;
    bottom: 2rem;
    width: 2.3rem;
    height: 6.4rem;
    -webkit-transform: none;
            transform: none;
  }
}
.c-news-slider__controls button {
  line-height: 1;
}
.c-news-slider .js-news-prev {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 29.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 7.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 2.4rem;
}
@media screen and (max-width: 1512px) {
  .c-btn {
    min-width: 24.8rem;
    height: 5.9rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .c-btn {
    min-width: 20.3rem;
    height: 4.6rem;
    font-size: 1.4rem;
  }
}
.c-btn a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #005A9E;
  color: #fff;
  border-radius: 1.3rem;
  padding: 0 7.7rem 0 4.4rem;
}
@media screen and (max-width: 1512px) {
  .c-btn a {
    padding: 0 5.7rem 0 3.3rem;
  }
}
@media screen and (max-width: 834px) {
  .c-btn a {
    border-radius: 0.8rem;
  }
}
.c-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.9rem;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../img/common/icn_bg_arrow_wh.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .c-btn a::before {
    right: 1.4rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .c-btn a::before {
    right: 1.2rem;
    width: 2.1rem;
    height: 2.1rem;
  }
}
.c-btn a:has(.blank)::before {
  content: none;
}
.c-btn a .small {
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  .c-btn a .small {
    font-size: 1.5rem;
  }
}
.c-btn a .blank {
  position: absolute;
  top: 50%;
  right: 1.9rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 3.4rem;
  height: 3.4rem;
  background: #fff;
  border-radius: 0.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .c-btn a .blank {
    right: 1.4rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .c-btn a .blank {
    right: 1.2rem;
    width: 2.1rem;
    height: 2.1rem;
  }
}
.c-btn a .blank::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: #0056B8;
  mask: url(../img/common/icn_blank.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icn_blank.svg) no-repeat center/contain;
}
@media screen and (max-width: 1512px) {
  .c-btn a .blank::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .c-btn a .blank::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.c-cta {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  max-width: 192rem;
  background: url(../img/common/bg_cta.jpg) 0 0/100% auto no-repeat;
  margin: 0 auto;
  padding: 0 9rem 5.7rem;
}
@media screen and (max-width: 1512px) {
  .c-cta {
    padding: 0 8rem 5.7rem;
    min-height: 43rem;
  }
}
@media screen and (max-width: 834px) {
  .c-cta {
    background: url(../img/common/bg_cta_tb.jpg) 0 0/cover no-repeat;
    padding: 0 2.6rem 3rem 2rem;
    min-height: 0;
  }
}
@media screen and (max-width: 600px) {
  .c-cta {
    background: url(../img/common/bg_cta_sp.jpg) 0 0/cover no-repeat;
    padding: 3rem 0.8rem 1.6rem;
    min-height: 0;
  }
}
.c-cta-head {
  width: 40.3rem;
}
@media screen and (max-width: 1512px) {
  .c-cta-head {
    width: 30.2rem;
  }
}
@media screen and (max-width: 834px) {
  .c-cta-head {
    width: 18.2rem;
  }
}
@media screen and (max-width: 600px) {
  .c-cta-head {
    position: absolute;
    top: 12.3rem;
    left: 0.8rem;
    width: 12.9rem;
  }
}
.c-cta-head__ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 9.6rem;
  background: #A22D10;
  color: #fff;
  font-size: 2.9rem;
  font-weight: 700;
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
@media screen and (max-width: 1512px) {
  .c-cta-head__ttl {
    height: 7.2rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 834px) {
  .c-cta-head__ttl {
    height: 4.1rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .c-cta-head__ttl {
    height: 5.7rem;
    text-align: center;
    line-height: 1.3;
  }
}
.c-cta-head__txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 7.8rem;
  background: #fff;
  color: #A22D10;
  font-size: 3rem;
  font-weight: 900;
  margin-top: 1.2rem;
}
@media screen and (max-width: 1512px) {
  .c-cta-head__txt {
    height: 5.8rem;
    font-size: 2.2rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .c-cta-head__txt {
    height: 3.4rem;
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-cta-head__txt {
    height: auto;
    min-height: 3.4rem;
    line-height: 1.3;
    padding: 0.4rem 0;
  }
}
.c-cta-head__txt.-important {
  background: #A22D10;
  color: #fff;
  font-size: 4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1512px) {
  .c-cta-head__txt.-important {
    font-size: 3rem;
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .c-cta-head__txt.-important {
    font-size: 1.8rem;
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  .c-cta-head__txt.-important {
    font-size: 1.4rem;
  }
}
.c-cta-head__txt.-middle {
  font-size: 3.5rem;
}
@media screen and (max-width: 1512px) {
  .c-cta-head__txt.-middle {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .c-cta-head__txt.-middle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-cta-head__txt.-middle {
    font-size: 1.3rem;
  }
}
.c-cta-content {
  width: 124rem;
  padding-top: 7.7rem;
}
@media screen and (max-width: 1512px) {
  .c-cta-content {
    width: 93rem;
  }
}
@media screen and (max-width: 834px) {
  .c-cta-content {
    width: 54.3rem;
    padding-top: 2.7rem;
  }
}
@media screen and (max-width: 600px) {
  .c-cta-content {
    width: 100%;
    padding-top: 0;
  }
}
.c-cta-content__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .c-cta-content__head {
    display: block;
  }
}
.c-cta-content__ttl {
  font-size: 8.8rem;
  color: #fff;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 1512px) {
  .c-cta-content__ttl {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 834px) {
  .c-cta-content__ttl {
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 600px) {
  .c-cta-content__ttl {
    text-align: center;
    font-size: 4.4rem;
  }
}
.c-cta-content__sub {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  font-size: 6.2rem;
  font-weight: 900;
  line-height: 1;
  gap: 0 0.5rem;
}
@media screen and (max-width: 1512px) {
  .c-cta-content__sub {
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 834px) {
  .c-cta-content__sub {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .c-cta-content__sub {
    margin-top: 5.3rem;
    padding: 0 0 0 16rem;
  }
}
.c-cta-content__sub span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 8.5rem;
  height: 8.5rem;
  background: #005A9E;
  color: #fff;
}
@media screen and (max-width: 1512px) {
  .c-cta-content__sub span {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media screen and (max-width: 834px) {
  .c-cta-content__sub span {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.c-cta-content__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-top: 7rem;
  gap: 0 8.8rem;
}
@media screen and (max-width: 1512px) {
  .c-cta-content__inner {
    gap: 0 6.5rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .c-cta-content__inner {
    gap: 0 3.8rem;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .c-cta-content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 1.8rem;
  }
}
.c-cta-content__txt {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 1512px) {
  .c-cta-content__txt {
    font-size: 2rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 834px) {
  .c-cta-content__txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  .c-cta-content__txt {
    font-size: 1.5rem;
    padding: 0 0 0 16rem;
  }
}
.c-cta-content__btn {
  width: 45.2rem;
  height: 10.9rem;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1512px) {
  .c-cta-content__btn {
    width: 33.8rem;
    height: 8.2rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 834px) {
  .c-cta-content__btn {
    width: 24.7rem;
    height: 5.9rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .c-cta-content__btn {
    width: 100%;
    margin-top: 5.3rem;
  }
}
.c-cta-content__btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #FF5E19;
  color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .c-cta-content__btn a {
    padding: 0 1.5rem 0 2.4rem;
  }
}
.c-cta-content__btn a span {
  position: relative;
  padding: 0 10rem 0 0;
}
@media screen and (max-width: 1512px) {
  .c-cta-content__btn a span {
    padding: 0 6.4rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .c-cta-content__btn a span {
    padding: 0 5.5rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .c-cta-content__btn a span {
    width: 100%;
    text-align: center;
  }
}
.c-cta-content__btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.4rem;
  width: 0.5rem;
  height: 4.4rem;
  background: #FF9769;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .c-cta-content__btn a span::before {
    right: 4.5rem;
    width: 0.4rem;
  }
}
@media screen and (max-width: 834px) {
  .c-cta-content__btn a span::before {
    right: 3.6rem;
    width: 0.2rem;
    height: 2.4rem;
  }
}
.c-cta-content__btn a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.7rem;
  height: 3.7rem;
  background: url(../img/common/icn_arrow_wh.svg) center center/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .c-cta-content__btn a span::after {
    width: 2.7rem;
    height: 2.7rem;
  }
}
@media screen and (max-width: 834px) {
  .c-cta-content__btn a span::after {
    width: 2rem;
    height: 2rem;
  }
}

.c-faq {
  display: grid;
  gap: 0.8rem;
}
.c-faq-item {
  background: #f7f7f7;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 0.3rem;
}
.c-faq-item:first-child {
  margin-top: 0;
}
.c-faq-item__summary {
  position: relative;
  display: grid;
  grid-template-columns: 4.8rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5rem;
  padding: 2rem;
  cursor: pointer;
  list-style: none;
}
.c-faq-item__summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 1512px) {
  .c-faq-item__summary {
    padding: 1.4rem;
    gap: 0 4rem;
    grid-template-columns: 4.4rem 1fr;
    padding: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .c-faq-item__summary {
    grid-template-columns: 3.8rem 1fr;
  }
}
@media screen and (max-width: 600px) {
  .c-faq-item__summary {
    grid-template-columns: 3rem 1fr;
    gap: 0 1.5rem;
  }
}
.c-faq-item__icon {
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.8rem;
  background: #005ea8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1512px) {
  .c-faq-item__icon {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media screen and (max-width: 834px) {
  .c-faq-item__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.4rem;
  }
}
.c-faq-item__icon::before, .c-faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-faq-item__icon::before, .c-faq-item__icon::after {
  width: 2.2rem;
  height: 0.4rem;
}
@media screen and (max-width: 1512px) {
  .c-faq-item__icon::before, .c-faq-item__icon::after {
    width: 1.6rem;
    height: 0.3rem;
  }
}
@media screen and (max-width: 834px) {
  .c-faq-item__icon::before, .c-faq-item__icon::after {
    width: 1.4rem;
    height: 0.2rem;
  }
}
.c-faq-item__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.c-faq-item__question {
  color: #005A9E;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 1512px) {
  .c-faq-item__question {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .c-faq-item__question {
    font-size: 1.7rem;
  }
}
.c-faq-item__content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.c-faq-item__answer {
  padding: 0 2rem 2.8rem;
  font-size: 1.8rem;
  line-height: 2.1;
  color: #333;
}
@media screen and (max-width: 1512px) {
  .c-faq-item__answer {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 834px) {
  .c-faq-item__answer {
    font-size: 1.4rem;
    padding: 0 1.2rem 1.4rem;
  }
}
.c-faq-item[open] .c-faq-item__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.c-intro {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  max-width: 183rem;
  margin: 0 auto;
  padding: 7.4rem 0 10rem;
}
@media screen and (max-width: 1512px) {
  .c-intro {
    max-width: 139.6rem;
    padding: 4.4rem 0 11rem 4.5rem;
  }
}
@media screen and (max-width: 834px) {
  .c-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 2.6rem 2rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .c-intro {
    padding: 0 0.8rem 8.5rem;
  }
}
.c-intro__ttl {
  font-size: 6.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.-bk .c-intro__ttl {
  color: #005A9E;
}
@media screen and (max-width: 1512px) {
  .c-intro__ttl {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 834px) {
  .c-intro__ttl {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 600px) {
  .c-intro__ttl {
    font-size: 4rem;
  }
}
.c-intro__txt {
  width: 57.7%;
  max-width: 105.6rem;
  font-size: 1.8rem;
  line-height: 1.9;
  color: #fff;
}
.-bk .c-intro__txt {
  color: #333;
}
@media screen and (max-width: 1512px) {
  .c-intro__txt {
    width: 62%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .c-intro__txt {
    width: 100%;
    font-size: 1.3rem;
    margin: 1.8rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .c-intro__txt {
    font-size: 1.5rem;
    margin: 3.5rem 0 0;
  }
}

.c-bread {
  max-width: 183rem;
  margin: 0 auto;
  padding: 15.5rem 0 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1512px) {
  .c-bread {
    max-width: 139.6rem;
    padding: 12rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .c-bread {
    padding: 9rem 2rem 0;
  }
}
@media screen and (max-width: 600px) {
  .c-bread {
    width: calc(100% - 1.8rem);
    padding: 10.6rem 0 4rem;
  }
}
.c-bread.-wh ol li {
  color: #fff;
}
.c-bread.-wh ol li::before {
  background: #fff;
}
.c-bread.-wh ol li a {
  color: #fff;
}
.c-bread ol {
  line-height: 1;
}
.c-bread ol li {
  display: inline;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-right: 4.5rem;
}
@media screen and (max-width: 600px) {
  .c-bread ol li {
    font-size: 1.3rem;
    margin-right: 3.6rem;
  }
}
.c-bread ol li::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.5rem;
  height: 0.1rem;
  background: #333;
  right: -3rem;
}
@media screen and (max-width: 600px) {
  .c-bread ol li::before {
    width: 1.2rem;
    right: -2.4rem;
  }
}
.c-bread ol li:last-child {
  margin-right: 0;
}
.c-bread ol li:last-child::before {
  content: none;
}

.c-bnr {
  position: relative;
  display: block;
  width: 187.2rem;
  background: #3393D5;
  margin: 0 auto;
  padding: 4.2rem 0 5.4rem 40rem;
}
@media screen and (max-width: 1512px) {
  .c-bnr {
    width: calc(100% - 4.8rem);
    padding: 3.5rem 2rem 4rem 30rem;
  }
}
@media screen and (max-width: 834px) {
  .c-bnr {
    width: auto;
    padding: 1.8rem 1.5rem 2.2rem 17rem;
    margin: 0 2rem;
  }
}
@media screen and (max-width: 600px) {
  .c-bnr {
    margin: 1.8rem 0.8rem 0;
    padding: 1.1rem 0 2rem 1.5rem;
  }
}
.c-bnr__pre {
  position: absolute;
  top: 0;
  left: 4.5rem;
  width: 29.7rem;
  height: 22.5rem;
  background: #A22D10;
  font-size: 4.5rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  padding: 5.8rem 0 0;
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
@media screen and (max-width: 1512px) {
  .c-bnr__pre {
    left: 2rem;
    width: 22.2rem;
    height: 16.8rem;
    font-size: 3.4rem;
    padding: 4.2rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .c-bnr__pre {
    width: 12.5rem;
    height: 9.5rem;
    font-size: 1.9rem;
    padding: 2.4rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .c-bnr__pre {
    left: 1.5rem;
    width: 9.6rem;
    height: 8.5rem;
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}
.c-bnr__pre span {
  display: block;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1512px) {
  .c-bnr__pre span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .c-bnr__pre span {
    font-size: 1.1rem;
    margin: 1rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .c-bnr__pre span {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0.5rem;
  }
}
.c-bnr__head {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 15.1rem;
  z-index: 2;
}
@media screen and (max-width: 1512px) {
  .c-bnr__head {
    gap: 0 1rem;
  }
}
@media screen and (max-width: 600px) {
  .c-bnr__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem 0;
    padding: 0 0 0 10.7rem;
  }
}
.c-bnr__ttl {
  font-size: 8.1rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1512px) {
  .c-bnr__ttl {
    font-size: 6.1rem;
  }
}
@media screen and (max-width: 834px) {
  .c-bnr__ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 600px) {
  .c-bnr__ttl {
    font-size: 2.6rem;
  }
}
.c-bnr__sub {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  font-size: 5.8rem;
  font-weight: 900;
  line-height: 1;
  gap: 0 0.5rem;
}
@media screen and (max-width: 1512px) {
  .c-bnr__sub {
    font-size: 4.3rem;
  }
}
@media screen and (max-width: 834px) {
  .c-bnr__sub {
    font-size: 2.4rem;
  }
}
.c-bnr__sub span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 8rem;
  height: 8rem;
  background: #005A9E;
  color: #fff;
}
@media screen and (max-width: 1512px) {
  .c-bnr__sub span {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .c-bnr__sub span {
    width: 3.3rem;
    height: 3.3rem;
  }
}
@media screen and (max-width: 600px) {
  .c-bnr__sub span {
    width: 2.9rem;
    height: 2.9rem;
  }
}
.c-bnr__content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 2.7rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin: 3.2rem 0 0;
  z-index: 2;
}
@media screen and (max-width: 1512px) {
  .c-bnr__content {
    gap: 0 3.3rem;
  }
}
@media screen and (max-width: 834px) {
  .c-bnr__content {
    gap: 0 2.2rem;
    margin: 1.6rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .c-bnr__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 1.4rem 0 0;
  }
}
.c-bnr__txt {
  color: #fff;
  line-height: 1.875;
  font-size: 2.4rem;
}
@media screen and (max-width: 1512px) {
  .c-bnr__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .c-bnr__txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .c-bnr__txt {
    font-size: 1.3rem;
  }
}
.c-bnr__btn {
  width: 45.2rem;
  height: 10.9rem;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1512px) {
  .c-bnr__btn {
    width: 34rem;
    height: 8rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 834px) {
  .c-bnr__btn {
    width: 19.2rem;
    height: 4.6rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .c-bnr__btn {
    width: 16.6rem;
    height: 4rem;
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}
.c-bnr__btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #FF5E19;
  color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
}
.c-bnr__btn a span {
  position: relative;
  padding: 0 10.2rem 0 0;
}
@media screen and (max-width: 1512px) {
  .c-bnr__btn a span {
    padding: 0 7.5rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .c-bnr__btn a span {
    padding: 0 4.2rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .c-bnr__btn a span {
    padding: 0 3.8rem 0 0;
  }
}
.c-bnr__btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.8rem;
  width: 0.5rem;
  height: 4.4rem;
  background: #FF9769;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .c-bnr__btn a span::before {
    right: 5rem;
    width: 0.4rem;
    height: 3.4rem;
  }
}
@media screen and (max-width: 834px) {
  .c-bnr__btn a span::before {
    right: 2.9rem;
    width: 0.2rem;
    height: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  .c-bnr__btn a span::before {
    right: 2.5rem;
    height: 1.6rem;
  }
}
.c-bnr__btn a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.7rem;
  height: 3.1rem;
  background: url(../img/common/icn_arrow_wh.svg) center center/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .c-bnr__btn a span::after {
    width: 2.7rem;
    height: 2.7rem;
  }
}
@media screen and (max-width: 834px) {
  .c-bnr__btn a span::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-bnr__btn a span::after {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.c-bnr__img {
  position: absolute;
  top: 50%;
  right: 2.3rem;
  width: 36.8rem;
  height: 28rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .c-bnr__img {
    width: 27rem;
    height: 21rem;
  }
}
@media screen and (max-width: 834px) {
  .c-bnr__img {
    right: 1rem;
    width: 15.6rem;
    height: 11.9rem;
  }
}
@media screen and (max-width: 600px) {
  .c-bnr__img {
    top: auto;
    right: 0.8rem;
    bottom: 1.3rem;
    width: 9.5rem;
    height: 9.5rem;
    -webkit-transform: none;
            transform: none;
  }
}
.c-bnr__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-pager {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  padding: 4rem 0 0;
}
.c-pager__prev {
  justify-self: start;
}
.c-pager__prev a {
  display: block;
  position: relative;
  line-height: 1;
  background: #F0F0F0;
  padding: 0.8rem 1.5rem 0.8rem 3.8rem;
  border-radius: 1rem;
}
@media screen and (max-width: 600px) {
  .c-pager__prev a {
    font-size: 1.4rem;
  }
}
.c-pager__prev a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 1.2rem;
  height: 1.2rem;
  mask: url(../img/common/icn_arrow_wh.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icn_arrow_wh.svg) no-repeat center/contain;
  background: #000;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.c-pager__list {
  justify-self: center;
}
@media screen and (max-width: 600px) {
  .c-pager__list {
    margin-top: 4rem;
  }
}
.c-pager__list a {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  background: #F0F0F0;
  font-weight: 500;
  padding: 1.2rem 2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 600px) {
  .c-pager__list a {
    font-size: 1.6rem;
    padding: 1.2rem 1.8rem;
  }
}
.c-pager__next {
  justify-self: end;
}
.c-pager__next a {
  display: block;
  position: relative;
  line-height: 1;
  background: #F0F0F0;
  padding: 0.8rem 3.8rem 0.8rem 1.5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 600px) {
  .c-pager__next a {
    font-size: 1.4rem;
  }
}
.c-pager__next a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.2rem;
  height: 1.2rem;
  mask: url(../img/common/icn_arrow_wh.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icn_arrow_wh.svg) no-repeat center/contain;
  background: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
.u-sp {
  display: none;
}

@media screen and (min-width: 834.1px) {
  .u-sp {
    display: none;
  }
  .u-tb {
    display: none;
  }
  .u-pc {
    display: block;
  }
}
@media screen and (max-width: 834px) and (min-width: 402.1px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: none;
  }
  .u-tb {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .u-pc {
    display: none;
  }
  .u-tb {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-mt10 {
  margin-top: 1rem;
}
.u-mt15 {
  margin-top: 1.5rem;
}
.u-mt20 {
  margin-top: 2rem;
}
.u-mt30 {
  margin-top: 3rem;
}
.u-mt40 {
  margin-top: 4rem;
}
.u-mt50 {
  margin-top: 5rem;
}

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
  padding-top: 56.25%;
}

.-ratio4-3 {
  padding-top: 75%;
}

/* --------------------------------------------------
other
-------------------------------------------------- */
.u-bold {
  /*font-weight: 700;*/
}

/* --------------------------------------------------
colorset
-------------------------------------------------- */
.-u34 .grad {
  background: linear-gradient(135deg, #FFAE18 0%, #FFC526 73%);
}
.-u34 .bg {
  background: #FFF4D7;
}
.-u34 .txt {
  color: #FFA700;
}

.-u56 .grad {
  background: linear-gradient(135deg, rgb(255, 105, 24) 0%, rgb(255, 147, 38) 73%);
}
.-u56 .bg {
  background: #FFEEE4;
}
.-u56 .txt {
  color: #FF5E19;
}

.-jr1 .grad {
  background: linear-gradient(135deg, #16B970 0%, #26D084 73%);
}
.-jr1 .bg {
  background: #EBFFF6;
}
.-jr1 .txt {
  color: #00A259;
}

.-jr2 .grad {
  background: linear-gradient(135deg, #00867C 0%, #00ADA0 73%);
}
.-jr2 .bg {
  background: #EBFFF6;
}
.-jr2 .txt {
  color: #00736B;
}

.-jr3 .grad {
  background: linear-gradient(135deg, #05A1EA 0%, #2CA7E0 73%);
}
.-jr3 .bg {
  background: #EEFAFF;
}
.-jr3 .txt {
  color: #008DCF;
}

.-jr1a .grad,
.-jr2a .grad,
.-jr3a .grad {
  background: linear-gradient(135deg, #0862EA 0%, #2471E5 73%);
}
.-jr1a .bg,
.-jr2a .bg,
.-jr3a .bg {
  background: #D9E8FF;
}
.-jr1a .txt,
.-jr2a .txt,
.-jr3a .txt {
  color: #1F6EE6;
}

.-youth .grad {
  background: linear-gradient(135deg, #B05BE9 0%, #BD7BEA 73%);
}
.-youth .bg {
  background: #F1DBFF;
}
.-youth .txt {
  color: #B05BE9;
}

.-skill1 .grad,
.-skill2 .grad {
  background: linear-gradient(135deg, #DF3573 0%, #F35A92 73%);
}
.-skill1 .txt,
.-skill2 .txt {
  color: #DA2668;
}

.wp-block-embed__wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
}

.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
  padding-bottom: 177.78%;
}

.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  padding-bottom: 75%;
}

.wp-embed-aspect-3-4 .wp-block-embed__wrapper {
  padding-bottom: 133.33%;
}

.wp-embed-aspect-1-1 .wp-block-embed__wrapper {
  padding-bottom: 100%;
}

.scroll-mask {
  position: relative;
  overflow: hidden;
}
.scroll-mask img {
  display: block;
  width: 100%;
}
.scroll-mask::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200%;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 1.4s cubic-bezier(0.115, 0.405, 0.24, 1);
  transition: -webkit-transform 1.4s cubic-bezier(0.115, 0.405, 0.24, 1);
  transition: transform 1.4s cubic-bezier(0.115, 0.405, 0.24, 1);
  transition: transform 1.4s cubic-bezier(0.115, 0.405, 0.24, 1), -webkit-transform 1.4s cubic-bezier(0.115, 0.405, 0.24, 1);
  pointer-events: none;
}
.scroll-mask.is-active::after {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes footer-mind-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes footer-mind-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* animation */
@-webkit-keyframes loop {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes loop {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes merit-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes merit-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-home-mv {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 155, 221)), to(rgb(0, 86, 184)));
  background: linear-gradient(90deg, rgb(0, 155, 221) 0%, rgb(0, 86, 184) 100%);
  padding-top: 93rem;
  overflow: hidden;
}
@media screen and (max-width: 1512px) {
  .p-home-mv {
    padding-top: 68rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-mv {
    padding-top: 39.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-mv {
    padding-top: 72rem;
  }
}
.p-home-mv__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100lvh;
  pointer-events: none;
}
.p-home-mv__video video {
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100lvh;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.p-home-mv__video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  background: url(../img/common/mv_dot.png) 0 0/100% auto repeat;
  background-size: 4px 4px;
  opacity: 0.5;
}
@media screen and (max-width: 600px) {
  .p-home-mv__video::before {
    background-size: 3px 3px;
  }
}
.p-home-mv {
  /*
  		&::before {
  			content: '';
  			position: fixed;
  			top: 0;
  			left: 0;
  			width: 100%;
  			//height: 131.3rem;
  			height: 180.3rem;
  			background: url(../img/home/bg_mv.png) 0 0 / 100% auto no-repeat;
  			opacity: var(--mv-opacity, 1);

  			@include devicePC {
  				height: 98.8rem;
  			}

  			@include deviceTAB {
  				height: 57rem;
  			}

  			@include deviceSP {
  				height: 70rem;
  				background: url(../img/home/bg_mv_sp.png) 0 0 / cover no-repeat;
  			}
  		}
  */
}
.p-home-mv__catch {
  position: absolute;
  top: 50vh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  /*
  @include devicePC {
  	top: 30rem;
  }

  @include deviceTAB {
  	top: 17rem;
  }

  @include deviceSP {
  	top: 21rem;
  }
  	*/
}
.p-home-mv__ttl {
  width: 100%;
  margin: 0 auto;
  font-size: 11.1rem;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  color: #fff;
  font-weight: 900;
  text-shadow: 0 0 5rem #002B53;
  line-height: 1.2;
}
@media screen and (max-width: 1512px) {
  .p-home-mv__ttl {
    font-size: 8.3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-mv__ttl {
    font-size: 5.9rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-mv__ttl {
    font-size: 4.7rem;
  }
}
.p-home-mv__ttl .row {
  display: block;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-home-mv__ttl .row {
    text-indent: -0.8em;
    padding: 0 0 0 2rem;
    margin-top: 1rem;
  }
  .p-home-mv__ttl .row:first-child {
    margin-top: 0;
  }
}
.p-home-mv__ttl .row span {
  font-size: 9.2rem;
}
@media screen and (max-width: 1512px) {
  .p-home-mv__ttl .row span {
    font-size: 6.9rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-mv__ttl .row span {
    font-size: 4.9rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-mv__ttl .row span {
    font-size: 3.9rem;
  }
}
.p-home-mv__tti {
  max-width: 131.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 1512px) {
  .p-home-mv__tti {
    max-width: 110rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-mv__tti {
    max-width: 70rem;
  }
}
.p-home-mv-intro {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
  padding: 36.7rem 0 22.3rem;
}
@media screen and (max-width: 1512px) {
  .p-home-mv-intro {
    padding: 32rem 0 23rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-mv-intro {
    padding: 21.1rem 0 0 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-mv-intro {
    padding: 0;
  }
}
.p-home-mv-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 33.6rem;
  width: 112.4rem;
  height: 150.2rem;
  background: url(../img/home/bg_intro.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 1512px) {
  .p-home-mv-intro::before {
    left: auto;
    right: -10rem;
    width: 100rem;
    height: 133.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-mv-intro::before {
    width: 62rem;
    height: 86.9rem;
    right: 0;
    background: url(../img/home/bg_intro_tb.png) 0 0/100% auto no-repeat;
  }
}
@media screen and (max-width: 600px) {
  .p-home-mv-intro::before {
    content: none;
  }
}
.p-home-mv-intro__txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 1512px) {
  .p-home-mv-intro__txt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-mv-intro__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-mv-intro__txt {
    font-size: 1.8rem;
    padding: 0 0.8rem;
    margin-bottom: -4rem;
  }
}
.p-home-mv-record {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 60.8rem;
  margin-top: 11rem;
  padding: 7.3rem 0 0;
}
@media screen and (max-width: 1512px) {
  .p-home-mv-record {
    width: 50.8rem;
    margin-top: 9rem;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-mv-record {
    width: 38.5rem;
    margin-top: 6rem;
    padding-top: 4.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-mv-record {
    width: 100%;
    padding: 4.8rem 0.8rem 0;
  }
}
.p-home-mv-record__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  color: #fff;
  background: rgba(0, 120, 205, 0.7);
  line-height: 1;
  font-weight: 700;
  color: #fff;
  font-size: 2.1rem;
  padding: 1.5rem 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1512px) {
  .p-home-mv-record__ttl {
    font-size: 1.8rem;
    padding: 1rem 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-mv-record__ttl {
    font-size: 1.3rem;
    padding: 1rem 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-mv-record__ttl {
    font-size: 1.5rem;
  }
}
.p-home-mv-record__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: calc(50% - 1.2rem);
  height: 19.5rem;
  background: rgba(0, 120, 205, 0.7);
}
@media screen and (max-width: 1512px) {
  .p-home-mv-record__item {
    height: 16.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-mv-record__item {
    width: calc(50% - 0.8rem);
    height: 12.3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-mv-record__item {
    width: calc(50% - 0.8rem);
  }
}
.p-home-mv-record__item img {
  width: 25.3rem;
}
@media screen and (max-width: 1512px) {
  .p-home-mv-record__item img {
    width: 20rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-mv-record__item img {
    width: calc(100% - 3rem);
  }
}
.p-home-mv-record__other {
  width: 100%;
  color: #fff;
  background: rgba(0, 120, 205, 0.7);
  line-height: 1;
  font-weight: 700;
  color: #fff;
  font-size: 2.1rem;
  text-align: center;
  margin-top: 2.3rem;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 834px) {
  .p-home-mv-record__other {
    font-size: 1.4rem;
    padding: 0.8rem 0;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-mv-record__other {
    font-size: 1.5rem;
  }
}
.p-home-mv-slide {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  padding: 0 0 0 calc((100vw - 174.4rem) / 2);
}
@media screen and (max-width: 1512px) {
  .p-home-mv-slide {
    padding: 0 0 0 7.1rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-mv-slide {
    display: block;
    margin: 12rem 0 0;
    padding: 0 0 0 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-mv-slide {
    margin: 8.6rem 0 0;
    padding: 0 0 0 0.8rem;
  }
}
.p-home-mv-slide__head {
  position: relative;
  width: 48rem;
}
@media screen and (max-width: 834px) {
  .p-home-mv-slide__head {
    width: 100%;
    margin: 0 0 3rem;
  }
}
.p-home-mv-slide__head .splide__arrows {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 11.2rem;
  margin: 1.8rem 0 0;
}
@media screen and (max-width: 834px) {
  .p-home-mv-slide__head .splide__arrows {
    position: absolute;
    bottom: 0;
    right: 1.8rem;
    width: 8.3rem;
    margin: 0;
  }
}
.p-home-mv-slide__head .splide__arrow {
  position: relative;
  top: auto;
  width: 4.8rem;
  height: 4.8rem;
  background: url(../img/common/icn_slider_chevron.svg) 0 0/100% auto no-repeat;
  border-radius: 0;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
@media screen and (max-width: 834px) {
  .p-home-mv-slide__head .splide__arrow {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.p-home-mv-slide__head .splide__arrow svg {
  display: none;
}
.p-home-mv-slide__head .splide__arrow--next {
  right: auto;
}
.p-home-mv-slide__head .splide__arrow--prev {
  left: auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-home-mv-slide__ttl {
  font-size: 7rem;
  color: #004071;
  font-weight: 900;
  line-height: 1.04;
}
@media screen and (max-width: 834px) {
  .p-home-mv-slide__ttl {
    font-size: 3.5rem;
  }
  .p-home-mv-slide__ttl br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .p-home-mv-slide__ttl br {
    display: block;
  }
}
.p-home-mv-slide__txt {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 2rem 0 0;
}
@media screen and (max-width: 834px) {
  .p-home-mv-slide__txt {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 1rem 0 0;
  }
}
.p-home-mv-slide__track {
  width: calc(100% - 48rem);
}
@media screen and (max-width: 1512px) {
  .p-home-mv-slide__track {
    width: 100.5rem;
  }
}
.p-home-mv-slide__item {
  width: 76.5rem;
  border-radius: 0.8rem;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.p-home-mv-slide__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1512px) {
  .p-home-mv-slide__item {
    width: 57.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-mv-slide__item {
    width: 38.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-mv-slide__item {
    width: calc(100vw - 1.6rem);
  }
}
.p-home-class {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 155, 221)), to(rgb(0, 86, 184)));
  background: linear-gradient(90deg, rgb(0, 155, 221) 0%, rgb(0, 86, 184) 100%);
  padding: 7.8rem 0 5.4rem;
}
@media screen and (max-width: 834px) {
  .p-home-class {
    padding: 6rem 0 1.6rem;
  }
}
.p-home-class__inner {
  width: 187.2rem;
  background: url(../img/home/bg_class.png) 0 0/cover no-repeat;
  padding: 15rem 15rem 7.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 1512px) {
  .p-home-class__inner {
    width: 139rem;
    padding: 11rem 11.6rem 4.2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class__inner {
    width: calc(100% - 3.6rem);
    background: url(../img/home/bg_class_tb.png) 0 0/cover no-repeat;
    padding: 7rem 10rem 6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class__inner {
    width: calc(100% - 1.6rem);
    padding: 2.8rem 2rem 2rem;
  }
}
.p-home-class-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 11.8rem;
}
@media screen and (max-width: 834px) {
  .p-home-class-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.4rem 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 3rem;
  }
}
.p-home-class-head__inner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-home-class-head__sub {
  color: #F9FF3F;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 500;
  margin: 1.8rem 0 0;
}
@media screen and (max-width: 1512px) {
  .p-home-class-head__sub {
    font-size: 1.6rem;
    margin: 1.3rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-head__sub {
    font-size: 1.4rem;
  }
}
.p-home-class-head__txt {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 1512px) {
  .p-home-class-head__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-head__txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-head__txt {
    font-size: 1.4rem;
  }
}
.p-home-class-arrow {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin: 8rem 0 4.8rem;
}
@media screen and (max-width: 834px) {
  .p-home-class-arrow {
    position: absolute;
    top: 29.5rem;
    right: -34rem;
    width: 61.5rem;
    margin: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-arrow {
    top: 32.5rem;
    right: -32.5rem;
    width: 66rem;
  }
}
.p-home-class-arrow__item {
  position: relative;
  width: 50%;
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  padding: 0 4.3rem 2rem 4.3rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-arrow__item {
    font-size: 1.9rem;
    padding: 0 3.2rem 1.2rem 3.2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-arrow__item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-arrow__item {
    font-size: 1.1rem;
    padding: 0;
  }
}
.p-home-class-arrow__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 1.9rem;
  background: #fff;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 1512px) {
  .p-home-class-arrow__item::before {
    width: 2.2rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-arrow__item::before {
    width: 0.9rem;
    height: 0.9rem;
    left: 5rem;
    bottom: 0.3rem;
  }
}
.p-home-class-arrow__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  width: calc(100% - 1.5rem);
  height: 0.5rem;
  background: #fff;
}
@media screen and (max-width: 1512px) {
  .p-home-class-arrow__item::after {
    height: 0.3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-arrow__item::after {
    bottom: 0.3rem;
    left: 5.3rem;
    width: calc(100% - 5.3rem);
    height: 0.2rem;
  }
}
.p-home-class-arrow__item:last-child {
  text-align: right;
}
.p-home-class-arrow__item:last-child::before {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 600px) {
  .p-home-class-arrow__item:last-child::before {
    right: 7rem;
  }
}
.p-home-class-arrow__item:last-child::after {
  left: auto;
  width: calc(100% - 1.5rem);
  right: 1.5rem;
}
@media screen and (max-width: 600px) {
  .p-home-class-arrow__item:last-child::after {
    right: 7.5rem;
  }
}
.p-home-class-detail.-onwards {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 834px) {
  .p-home-class-detail.-onwards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-home-class-detail__popular {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 5.4rem;
}
@media screen and (max-width: 834px) {
  .p-home-class-detail__popular {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-detail__popular {
    padding-right: 2rem;
  }
}
.p-home-class-detail__popular .p-home-class-detail__item {
  width: 69.7rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail__popular .p-home-class-detail__item {
    width: 51.7rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail__popular .p-home-class-detail__item {
    width: 100%;
  }
}
.p-home-class-detail__strong {
  width: 70.2rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail__strong {
    width: 52rem;
    gap: 0 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail__strong {
    width: 100%;
    gap: 0 2rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-detail__strong {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 9rem;
  }
}
.p-home-class-detail__strong .p-home-class-detail__item {
  width: 54.1rem;
}
@media screen and (max-width: 600px) {
  .p-home-class-detail__strong .p-home-class-detail__item {
    width: 100%;
  }
}
.p-home-class-detail__vertical {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 13.6rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 2.9rem;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  color: #fff;
  background: rgba(0, 86, 156, 0.8);
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail__vertical {
    width: 9.2rem;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail__vertical {
    width: 8.1rem;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-detail__vertical {
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 2rem 0;
    margin-top: 4rem;
  }
}
.p-home-class-detail__vertical::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.9rem;
  width: 3.6rem;
  height: 5.2rem;
  background: #0080CF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail__vertical::before {
    background: #0080CF;
    width: 2.6rem;
    height: 3.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-detail__vertical::before {
    top: 0;
    left: 50%;
    width: 3.3rem;
    height: 2.1rem;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-home-class-detail__item {
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-home-class-detail__item.-special {
    padding-right: 2rem;
  }
}
.p-home-class-detail__item a {
  display: block;
  position: relative;
  height: 100%;
  border: 2px solid #fff;
  padding: 3.2rem 4.4rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail__item a {
    padding: 2.3rem 3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail__item a {
    padding: 4rem 2rem 4rem 3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-detail__item a {
    padding: 2rem;
  }
}
.p-home-class-detail__item a::after {
  content: "";
  position: absolute;
  top: 3.4rem;
  right: 3.8rem;
  width: 3.8rem;
  height: 3.8rem;
  background: url(../img/common/icn_bg_arrow_bl.svg) 0 0/100% auto no-repeat #fff;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail__item a::after {
    top: 2rem;
    right: 2.5rem;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail__item a::after {
    top: 2.2rem;
    right: 2.2rem;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-detail__item a::after {
    top: 2.1rem;
    right: 2.5rem;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.4rem;
  }
}
.p-home-class-detail__item.-onwards {
  width: 60.7rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail__item.-onwards {
    width: 44.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail__item.-onwards {
    width: 100%;
    margin-bottom: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-detail__item.-onwards {
    margin-bottom: 1.5rem;
  }
}
.p-home-class-detail__item.-small {
  width: 45rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail__item.-small {
    width: 33rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail__item.-small {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-detail__item.-small {
    width: 100%;
  }
  .p-home-class-detail__item.-small + .p-home-class-detail__item.-small {
    margin-top: 1.5rem;
  }
}
.p-home-class-detail__ex {
  display: none;
}
@media screen and (max-width: 834px) {
  .p-home-class-detail__ex {
    display: block;
    position: absolute;
    top: 4.5rem;
    right: -8.2rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-detail__ex {
    font-size: 1.1rem;
    line-height: 1;
    right: -3.3rem;
  }
}
.p-home-class-detail__inner {
  display: block;
  height: 100%;
  position: relative;
  border: 2px solid #fff;
  padding: 3.2rem 4.4rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail__inner {
    padding: 2.4rem 2.4rem 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail__inner {
    padding: 2rem 2.2rem 1.4rem;
  }
  .-onwards .p-home-class-detail__inner {
    padding: 2.5rem 2.2rem 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .-onwards .p-home-class-detail__inner {
    padding: 1.1rem 2rem;
  }
}
.p-home-class-detail__note {
  position: absolute;
  top: calc(100% + 1.5rem);
  right: 8.3rem;
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .p-home-class-detail__note {
    top: calc(100% + 0.9rem);
    right: auto;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
  }
}
.p-home-class-detail__age {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 0 2.3rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail__age {
    line-height: 1;
    gap: 0 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  .-special .p-home-class-detail__age {
    gap: 0.6rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-home-class-detail__age span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail__age span {
    font-size: 1.3rem;
    padding: 0.5rem 0.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail__age span {
    font-size: 1.1rem;
  }
}
.p-home-class-detail__age span.yellow {
  color: #F9FF3F;
  border: 1px solid #F9FF3F;
}
.p-home-class-detail__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 3rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail__head {
    margin: 0.8rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail__head {
    gap: 0 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-detail__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.6rem 0;
  }
}
.p-home-class-detail__head.-column {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.8rem 0;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail__head.-column {
    gap: 0.5rem 0;
  }
}
.p-home-class-detail__ttl {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail__ttl {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-detail__ttl {
    font-size: 1.8rem;
  }
}
.p-home-class-detail__ttl span {
  font-size: 2.1rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail__ttl span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail__ttl span {
    font-size: 1.3rem;
  }
}
.p-home-class-detail__txt {
  color: #fff;
  line-height: 1.56;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail__txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .-onwards .p-home-class-detail__txt {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 834px) {
  .-small .p-home-class-detail__txt {
    font-size: 1.1rem;
  }
}
.p-home-class-detail-step {
  position: relative;
  width: 33rem;
  margin: -4.8rem 0 0 auto;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail-step {
    width: 24.5rem;
    margin-top: -1rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail-step {
    width: 27.5rem;
    margin-top: -10rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-detail-step {
    width: 21.8rem;
    margin-top: -6.7rem;
  }
}
.p-home-class-detail-step__txt {
  position: absolute;
  bottom: 0;
  right: 1.28rem;
  color: #fff;
  text-align: right;
  line-height: 2.5;
  font-weight: 700;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail-step__txt {
    right: 1rem;
    font-size: 1.2rem;
    line-height: 2.52;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail-step__txt {
    font-size: 1.3rem;
    line-height: 2.58;
  }
}
.p-home-class-detail-selection {
  position: absolute;
  top: 23.4rem;
  left: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5rem 0;
  width: 21.2rem;
  height: 21.2rem;
  background: rgba(0, 86, 156, 0.8);
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail-selection {
    width: 15.8rem;
    height: 15.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail-selection {
    width: 13.6rem;
    height: 13.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-detail-selection {
    top: 27rem;
  }
}
.p-home-class-detail-selection__num {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail-selection__num {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail-selection__num {
    font-size: 1.1rem;
  }
}
.p-home-class-detail-selection__num span {
  font-size: 2.4rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail-selection__num span {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail-selection__num span {
    font-size: 1.5rem;
  }
}
.p-home-class-detail-selection__ttl {
  position: relative;
  text-align: center;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  font-size: 2.6rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail-selection__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail-selection__ttl {
    font-size: 1.6rem;
  }
}
.p-home-class-detail-selection__ttl::before {
  content: "";
  position: absolute;
  bottom: -6rem;
  left: 50%;
  width: 12.8rem;
  height: 3.3rem;
  background: url(../img/home/img_class_selection.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail-selection__ttl::before {
    bottom: -3.5rem;
    width: 9.5rem;
    height: 1.7rem;
    background-position: center center;
    background-size: auto 100%;
  }
}
.p-home-class-detail__mito {
  position: absolute;
  top: 3.3rem;
  right: 3.7rem;
  width: 5.2rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-detail__mito {
    top: 2.4rem;
    right: 2.7rem;
    width: 3.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-detail__mito {
    top: 2.1rem;
    right: 2.3rem;
    width: 3.3rem;
  }
}
.p-home-class-classify {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem 2.1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-classify {
    gap: 1.4rem 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-classify {
    gap: 1.4rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-classify {
    gap: 2.1rem 1rem;
    margin-top: 1.5rem;
  }
}
.p-home-class-classify.-popular {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem 0;
}
@media screen and (max-width: 1512px) {
  .p-home-class-classify.-popular {
    gap: 1.6rem 0;
  }
}
.p-home-class-classify.-popular::after {
  content: "";
  position: absolute;
  top: 6.3rem;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #fff;
}
@media screen and (max-width: 1512px) {
  .p-home-class-classify.-popular::after {
    top: 5.3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-classify.-popular::after {
    top: 6.2rem;
  }
}
.p-home-class-classify.-other {
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-home-class-classify.-other {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.2rem 0;
  }
}
.p-home-class-classify.-other::after {
  content: "etc...";
  position: absolute;
  bottom: 1rem;
  right: 25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .p-home-class-classify.-other::after {
    position: relative;
    bottom: auto;
    right: auto;
    display: block;
    width: 100%;
    font-size: 1.1rem;
    line-height: 1;
  }
}
.p-home-class-classify__item {
  width: 27.5rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 1rem;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 700;
  color: #fff;
  padding: 0.8rem 0;
}
@media screen and (max-width: 1512px) {
  .p-home-class-classify__item {
    width: 20.4rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-classify__item {
    width: calc((100% - 2.8rem) / 3);
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-classify__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0.6rem 0;
  }
}
.p-home-class-classify__item span {
  display: inline-block;
  background: rgba(0, 86, 156, 0.8);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0.2rem 0.7rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-classify__item span {
    font-size: 1.1rem;
  }
}
.-popular .p-home-class-classify__item {
  width: 28.9rem;
}
@media screen and (max-width: 1512px) {
  .-popular .p-home-class-classify__item {
    width: calc(50% - 0.8rem);
  }
}
@media screen and (max-width: 834px) {
  .-popular .p-home-class-classify__item {
    width: calc((100% - 3.6rem) / 3);
  }
}
@media screen and (max-width: 600px) {
  .-popular .p-home-class-classify__item {
    width: calc((100% - 2rem) / 3);
  }
}
.-popular .p-home-class-classify__item:nth-child(-n+2) {
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 1512px) {
  .-popular .p-home-class-classify__item:nth-child(-n+2) {
    margin-bottom: 0.9rem;
  }
}
@media screen and (max-width: 834px) {
  .-popular .p-home-class-classify__item:nth-child(-n+2) {
    width: calc(50% - 0.8rem);
  }
}
@media screen and (max-width: 600px) {
  .-popular .p-home-class-classify__item:nth-child(-n+2) {
    width: calc(50% - 0.5rem);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .-other .p-home-class-classify__item {
    width: calc(50% - 0.7rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-classify__item.-small {
    font-size: 0.9rem;
  }
}
.p-home-class-onwards {
  margin: 10rem 0 0;
}
@media screen and (max-width: 834px) {
  .p-home-class-onwards {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-onwards {
    margin-top: 2rem;
  }
}
.p-home-class-onwards__ttl {
  position: relative;
  font-size: 4.2rem;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  padding: 5rem 0 0;
  margin: 0 0 2rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-onwards__ttl {
    font-size: 3.2rem;
    padding: 3rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-onwards__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-onwards__ttl {
    font-size: 2rem;
  }
}
.p-home-class-onwards__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 25.6rem;
  height: 7rem;
  background: url(../img/home/bg_class_onwards.png) 0 0/100% auto no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1512px) {
  .p-home-class-onwards__ttl::after {
    width: 15.6rem;
    height: 4.3rem;
  }
}
.p-home-class-onwards__ttl span {
  position: relative;
  z-index: 2;
}
.p-home-class-onwards-step {
  position: relative;
  width: 18rem;
  margin: -13rem 0 0 auto;
}
@media screen and (max-width: 1512px) {
  .p-home-class-onwards-step {
    width: 13.8rem;
    margin-top: -10.5rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-onwards-step {
    width: 11.4rem;
    margin-top: -8rem;
  }
}
.p-home-class-onwards-step__txt {
  position: absolute;
  bottom: 0;
  right: 1.2rem;
  color: #fff;
  text-align: right;
  font-size: 1rem;
  line-height: 2.85;
  font-weight: 700;
}
@media screen and (max-width: 1512px) {
  .p-home-class-onwards-step__txt {
    right: 0.5rem;
    font-size: 0.9rem;
    line-height: 2.4;
    margin: 0 0 0 -1em;
    padding: 0 0 0.1rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-onwards-step__txt {
    right: 0;
    font-size: 0.8rem;
    line-height: 2.2;
    margin: 0 0 0 -2em;
  }
}
.p-home-class-onwards-step__txt span {
  font-size: 0.8rem;
}
.p-home-class-bnr {
  position: relative;
  display: block;
  width: 100%;
  background: #3393D5;
  margin-top: 8rem;
  padding: 3.2rem 0 3.2rem 42rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-bnr {
    width: 100%;
    padding: 3.6rem 0 1.6rem 27rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-bnr {
    padding: 1.4rem 0 1.4rem 13.8rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-bnr {
    margin-top: 1.8rem;
    padding: 1.1rem 0 2rem 1.5rem;
  }
}
.p-home-class-bnr__pre {
  position: absolute;
  top: 0;
  left: 2.4rem;
  width: 29.7rem;
  height: 22.5rem;
  background: #A22D10;
  font-size: 4.5rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  padding: 5.8rem 0 0;
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
@media screen and (max-width: 1512px) {
  .p-home-class-bnr__pre {
    left: 2rem;
    width: 22rem;
    height: 16.6rem;
    font-size: 3.4rem;
    padding: 4.2rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-bnr__pre {
    left: 0.9rem;
    width: 11.2rem;
    height: 8.5rem;
    font-size: 1.7rem;
    padding: 2.4rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-bnr__pre {
    left: 1.5rem;
    width: 9.6rem;
    height: 8.5rem;
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}
.p-home-class-bnr__pre span {
  display: block;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-bnr__pre span {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-bnr__pre span {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-bnr__pre span {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0.5rem;
  }
}
.p-home-class-bnr__head {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 5rem;
  z-index: 2;
}
@media screen and (max-width: 1512px) {
  .p-home-class-bnr__head {
    gap: 0 3.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-bnr__head {
    gap: 0 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-bnr__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem 0;
    padding: 0 0 0 10.7rem;
  }
}
.p-home-class-bnr__ttl {
  font-size: 7.5rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1512px) {
  .p-home-class-bnr__ttl {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-bnr__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-bnr__ttl {
    font-size: 2.6rem;
  }
}
.p-home-class-bnr__sub {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  font-size: 6.2rem;
  font-weight: 900;
  line-height: 1;
  gap: 0 0.5rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-bnr__sub {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-bnr__sub {
    font-size: 2.3rem;
  }
}
.p-home-class-bnr__sub span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 8.5rem;
  height: 8.5rem;
  background: #005A9E;
  color: #fff;
}
@media screen and (max-width: 1512px) {
  .p-home-class-bnr__sub span {
    width: 6.3rem;
    height: 6.3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-bnr__sub span {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-bnr__sub span {
    width: 2.9rem;
    height: 2.9rem;
  }
}
.p-home-class-bnr__content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 2.7rem;
  margin: 3.2rem 0 0;
  z-index: 2;
}
@media screen and (max-width: 1512px) {
  .p-home-class-bnr__content {
    margin: 3.4rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-bnr__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.2rem 0;
    margin: 1.2rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-bnr__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 1.4rem 0 0;
  }
}
.p-home-class-bnr__txt {
  color: #fff;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media screen and (max-width: 1512px) {
  .p-home-class-bnr__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-bnr__txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-bnr__txt {
    font-size: 1.1rem;
  }
}
.p-home-class-bnr__btn {
  width: 37.2rem;
  height: 9rem;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1512px) {
  .p-home-class-bnr__btn {
    width: 27.6rem;
    height: 6.7rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-bnr__btn {
    width: 16.6rem;
    height: 4rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-bnr__btn {
    width: 16.6rem;
    height: 4rem;
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}
.p-home-class-bnr__btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #FF5E19;
  color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .p-home-class-bnr__btn a {
    border-radius: 0.4rem;
  }
}
.p-home-class-bnr__btn a span {
  position: relative;
  padding: 0 8.4rem 0 0;
}
@media screen and (max-width: 1512px) {
  .p-home-class-bnr__btn a span {
    padding: 0 6.2rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-bnr__btn a span {
    padding: 0 3.7rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-bnr__btn a span {
    padding: 0 3.8rem 0 0;
  }
}
.p-home-class-bnr__btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.6rem;
  width: 0.2rem;
  height: 3.6rem;
  background: #FF9769;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .p-home-class-bnr__btn a span::before {
    right: 4rem;
    width: 0.3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-bnr__btn a span::before {
    right: 2.4rem;
    width: 0.2rem;
    height: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-class-bnr__btn a span::before {
    right: 2.5rem;
    height: 1.6rem;
  }
}
.p-home-class-bnr__btn a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3rem;
  height: 2.5rem;
  background: url(../img/common/icn_arrow_wh.svg) center center/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .p-home-class-bnr__btn a span::after {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-bnr__btn a span::after {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.p-home-class-bnr__img {
  position: absolute;
  top: 50%;
  right: 2.3rem;
  width: 32.3rem;
  height: 24.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .p-home-class-bnr__img {
    width: 27.3rem;
    height: 18.3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-class-bnr__img {
    right: 0.8rem;
    width: 14rem;
    height: 15.4rem;
  }
}
.p-home-class-bnr__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-overview {
  position: relative;
  padding: 3.2rem 0 21.1rem;
  overflow: hidden;
}
@media screen and (max-width: 1512px) {
  .p-home-overview {
    padding: 4.5rem 0 12.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-overview {
    padding: 2.8rem 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home-overview {
    padding: 1.4rem 0 0;
  }
}
.p-home-overview__en {
  position: absolute;
  top: 28rem;
  right: calc((100% - 187.2rem) / 2);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 141, 255)), color-stop(48%, rgb(84, 78, 255)), to(rgb(170, 151, 255)));
  background: linear-gradient(90deg, rgb(0, 141, 255) 0%, rgb(84, 78, 255) 48%, rgb(170, 151, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.4;
  line-height: 1.2;
  font-size: 16rem;
}
@media screen and (max-width: 1512px) {
  .p-home-overview__en {
    top: 49rem;
    right: 7rem;
    font-size: 13.6rem;
    margin-bottom: -1em;
  }
}
@media screen and (max-width: 834px) {
  .p-home-overview__en {
    display: none;
  }
}
.p-home-overview__ttl {
  background: -webkit-gradient(linear, left top, right top, from(rgb(91, 45, 172)), to(rgb(1, 104, 194)));
  background: linear-gradient(90deg, rgb(91, 45, 172) 0%, rgb(1, 104, 194) 100%);
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 5rem;
  padding: 0 7rem;
}
@media screen and (max-width: 1512px) {
  .p-home-overview__ttl {
    font-size: 4rem;
    line-height: 1.6;
    padding: 0 5rem;
    margin: 0 0 3.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-overview__ttl {
    font-size: 2.8rem;
    padding: 0 3.5rem;
    margin: 0 0 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-overview__ttl {
    font-size: 2.4rem;
    padding: 0;
  }
}
.p-home-overview__block {
  width: 156rem;
  margin: 17rem 0 0 calc((100% - 187.8rem) / 2);
}
@media screen and (max-width: 1512px) {
  .p-home-overview__block {
    width: calc(100% - 4.8rem);
    max-width: 146.4rem;
    padding-right: 30.8rem;
    margin: 11.8rem auto 0;
  }
}
@media screen and (max-width: 834px) {
  .p-home-overview__block {
    width: calc(100% - 4rem);
    padding: 0;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-overview__block {
    width: calc(100% - 1.6rem);
    margin-top: 6rem;
  }
}
.p-home-overview-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: linear-gradient(135deg, rgb(238, 235, 255) 0%, rgb(228, 247, 255) 100%);
  padding: 2.4rem 2.4rem 2.4rem 7rem;
}
@media screen and (max-width: 1512px) {
  .p-home-overview-content {
    padding: 2.2rem 1.8rem 2.2rem 5.2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-overview-content {
    padding: 2.5rem 2rem 2rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-overview-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 2rem;
  }
}
.p-home-overview-content.-col2 {
  background: linear-gradient(135deg, rgb(228, 247, 255) 0%, rgb(238, 235, 255) 100%);
  margin: 2.1rem 0;
}
@media screen and (max-width: 600px) {
  .p-home-overview-content.-col2 {
    margin: 1rem 0;
  }
}
.p-home-overview-content__inner {
  width: 69.7rem;
}
@media screen and (max-width: 1512px) {
  .p-home-overview-content__inner {
    width: 54rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-overview-content__inner {
    width: 38rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-overview-content__inner {
    width: 100%;
  }
}
.p-home-overview-content__img {
  width: 58.6rem;
}
@media screen and (max-width: 1512px) {
  .p-home-overview-content__img {
    width: 43rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-overview-content__img {
    width: 29.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-overview-content__img {
    width: 100%;
    height: 15.8rem;
    margin-top: 3rem;
    z-index: 2;
  }
  .p-home-overview-content__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-home-overview-content__num {
  position: absolute;
  bottom: -2.3rem;
  left: 34rem;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 9.4rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1512px) {
  .p-home-overview-content__num {
    bottom: -1.5rem;
    left: 24.8rem;
    font-size: 7rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-overview-content__num {
    left: 18rem;
    bottom: -1rem;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-overview-content__num {
    left: -3rem;
  }
}
.p-home-overview-content__num span {
  font-size: 15.7rem;
}
@media screen and (max-width: 1512px) {
  .p-home-overview-content__num span {
    font-size: 11.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-overview-content__num span {
    font-size: 8rem;
  }
}
.p-home-overview-content__ttl {
  font-size: 3.8rem;
  font-weight: 500;
  background: linear-gradient(135deg, rgb(91, 45, 172) 0%, rgb(1, 104, 194) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0 0 2rem;
}
@media screen and (max-width: 1512px) {
  .p-home-overview-content__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-overview-content__ttl {
    font-size: 2.2rem;
    margin: 0 0 1rem;
  }
}
.-col2 .p-home-overview-content__ttl {
  background: -webkit-gradient(linear, left top, right top, from(rgb(1, 104, 194)), to(rgb(34, 0, 92)));
  background: linear-gradient(90deg, rgb(1, 104, 194) 0%, rgb(34, 0, 92) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-home-overview-content__txt {
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1512px) {
  .p-home-overview-content__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-overview-content__txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-overview-content__txt {
    font-size: 1.4rem;
  }
}
.p-home-overview-content__btn {
  position: relative;
  display: inline-block;
  min-width: 29.6rem;
  height: 7.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 4.3rem 0 0;
  z-index: 1;
}
@media screen and (max-width: 1512px) {
  .p-home-overview-content__btn {
    min-width: 22.3rem;
    height: 5.8rem;
    font-size: 1.8rem;
    margin: 3.2rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .p-home-overview-content__btn {
    min-width: 15.3rem;
    height: 3.9rem;
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-overview-content__btn {
    width: 24.4rem;
    height: 4.7rem;
    font-size: 1.6rem;
  }
}
.-col2 .p-home-overview-content__btn a {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 88, 154)), to(rgb(89, 66, 135)));
  background: linear-gradient(90deg, rgb(0, 88, 154) 0%, rgb(89, 66, 135) 100%);
}
.p-home-overview-content__btn a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(89, 66, 135) 0%, rgb(0, 88, 154) 100%);
  color: #fff;
  padding: 0 7.7rem 0 4.4rem;
  border-radius: 1.3rem;
}
@media screen and (max-width: 1512px) {
  .p-home-overview-content__btn a {
    border-radius: 1rem;
    padding: 0 5.8rem 0 3.3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-overview-content__btn a {
    border-radius: 0.7rem;
    padding: 0 4rem 0 2.3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-overview-content__btn a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-home-overview-content__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.9rem;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../img/common/icn_bg_arrow_tr.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .p-home-overview-content__btn a::after {
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-overview-content__btn a::after {
    right: 1rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-overview-content__btn a::after {
    right: 1.2rem;
    width: 2.1rem;
    height: 2.1rem;
  }
}
.p-home-cp {
  margin: 14rem 0 0;
}
@media screen and (max-width: 1512px) {
  .p-home-cp {
    margin: 11rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .p-home-cp {
    margin: 5rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home-cp {
    margin-top: 6.4rem;
  }
}
.p-home-cp-slide {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  padding: 0 0 0 calc((100vw - 174rem) / 2);
}
@media screen and (max-width: 1512px) {
  .p-home-cp-slide {
    padding: 0 0 0 7.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-cp-slide {
    padding: 0 0 0 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-cp-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0 0.8rem;
  }
}
.p-home-cp-slide__head {
  width: 41rem;
}
@media screen and (max-width: 1512px) {
  .p-home-cp-slide__head {
    width: 28rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-cp-slide__head {
    width: 18.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-cp-slide__head {
    position: relative;
    width: 100%;
    margin: 0 0 2rem;
  }
}
.p-home-cp-slide__head .splide__arrows {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 11.2rem;
  margin: 3rem 0 0;
}
@media screen and (max-width: 1512px) {
  .p-home-cp-slide__head .splide__arrows {
    width: 8.3rem;
    margin: 2.4rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .p-home-cp-slide__head .splide__arrows {
    width: 6.6rem;
    margin: 1.5rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home-cp-slide__head .splide__arrows {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
.p-home-cp-slide__head .splide__arrow {
  position: relative;
  top: auto;
  width: 4.8rem;
  height: 4.8rem;
  background: url(../img/common/icn_slider_chevron.svg) 0 0/100% auto no-repeat;
  border-radius: 0;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
@media screen and (max-width: 1512px) {
  .p-home-cp-slide__head .splide__arrow {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-cp-slide__head .splide__arrow {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.p-home-cp-slide__head .splide__arrow svg {
  display: none;
}
.p-home-cp-slide__head .splide__arrow--next {
  right: auto;
}
.p-home-cp-slide__head .splide__arrow--prev {
  left: auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-home-cp-slide__ttl {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.04;
}
@media screen and (max-width: 1512px) {
  .p-home-cp-slide__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-cp-slide__ttl {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.p-home-cp-slide__track {
  width: calc(100% - 41rem);
}
@media screen and (max-width: 1512px) {
  .p-home-cp-slide__track {
    width: 106rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-cp-slide__track {
    width: calc(100% - 18.4rem - 2rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home-cp-slide__track {
    width: 100%;
  }
}
.p-home-cp-slide__item {
  width: 45rem;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 2/1;
}
.p-home-cp-slide__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1512px) {
  .p-home-cp-slide__item {
    width: 32.9rem;
    height: 15.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-cp-slide__item {
    width: 18.3rem;
    height: 8.8rem;
    border-radius: 0.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-cp-slide__item {
    width: 100%;
    height: 16rem;
  }
}
.p-home-cp-slide__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-school {
  position: relative;
  max-width: 156rem;
  margin: 0 auto;
  padding: 0 0 26rem;
}
@media screen and (max-width: 1512px) {
  .p-home-school {
    max-width: 115.6rem;
    padding: 0 0 14rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-school {
    width: calc(100% - 4rem);
    padding: 0 0 11rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-school {
    overflow: hidden;
    width: 100%;
    padding: 13rem 0.8rem 0;
  }
}
.p-home-school::after {
  content: "";
  position: absolute;
  top: -5rem;
  left: 14rem;
  width: 108.5rem;
  height: 127.8rem;
  background: url(../img/home/bg_school.png) 0 0/100% auto no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1512px) {
  .p-home-school::after {
    top: 0;
    left: 50%;
    width: 80.5rem;
    height: 94.9rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  .p-home-school::after {
    top: 8.2rem;
    width: 50.6rem;
  }
}
@media screen and (max-width: 1512px) {
  .p-home-school-head {
    width: 68.9rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-school-head {
    width: 49rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-school-head {
    width: 100%;
  }
}
.p-home-school-head__pre {
  font-size: 1.8rem;
  margin: 1.3rem 0 0;
}
@media screen and (max-width: 1512px) {
  .p-home-school-head__pre {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-school-head__pre {
    font-size: 1.4rem;
  }
}
.p-home-school-head__txt {
  color: #8C8C8C;
}
@media screen and (max-width: 834px) {
  .p-home-school-head__txt {
    font-size: 1.4rem;
  }
}
.p-home-school-head__btn {
  margin-top: 6.4rem;
}
@media screen and (max-width: 1512px) {
  .p-home-school-head__btn {
    margin-top: 3rem;
  }
}
.p-home-school-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 60.9rem;
}
@media screen and (max-width: 1512px) {
  .p-home-school-img {
    width: 44.8rem;
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .p-home-school-img {
    width: 18.3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-school-img {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 2.2rem;
  }
}
.p-home-school-img__num {
  width: 45rem;
  text-align: center;
  background: rgba(232, 242, 255, 0.8);
  border-radius: 1.5rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  padding: 3rem 0;
  margin: 0 0 12.3rem auto;
}
@media screen and (max-width: 1512px) {
  .p-home-school-img__num {
    width: 33rem;
    font-size: 2.2rem;
    padding: 2.6rem 0;
    margin: 0 0 11rem auto;
  }
}
@media screen and (max-width: 834px) {
  .p-home-school-img__num {
    width: 100%;
    text-align: left;
    font-size: 2.3rem;
    padding: 3rem 0 3rem 2rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-school-img__num {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    width: calc(100% - 18.5rem - 1.6rem);
    margin: 0;
    border-radius: 0.8rem;
    font-size: 1.1rem;
    padding: 0 0 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-school-img__num .bottom {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    line-height: 1;
  }
}
.p-home-school-img__num .grad {
  font-size: 15.1rem;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 86, 184)), to(rgb(0, 155, 221)));
  background: linear-gradient(90deg, rgb(0, 86, 184) 0%, rgb(0, 155, 221) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 1rem;
}
@media screen and (max-width: 1512px) {
  .p-home-school-img__num .grad {
    font-size: 11.1rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-school-img__num .grad {
    font-size: 9.5rem;
    margin: 0 0.5rem -1.3rem -2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-school-img__num .grad {
    font-size: 5.5rem;
    margin: 0 0.5rem -0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-school-img__picture {
    display: block;
    width: 18.5rem;
  }
}
.p-home-school-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 0;
  width: 92rem;
  margin-top: 12.8rem;
}
@media screen and (max-width: 1512px) {
  .p-home-school-list {
    width: 68.3rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-school-list {
    width: 49rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-school-list {
    width: 100%;
  }
}
.p-home-school-list__item {
  border-bottom: 2px solid #EBF2F9;
  padding: 0 0 1.2rem;
}
@media screen and (max-width: 834px) {
  .p-home-school-list__item {
    padding-bottom: 0.8rem;
  }
}
.p-home-school-list__item:last-child {
  border-bottom: 0;
  padding: 0;
}
.p-home-school-list__item.-wide {
  width: 100%;
}
.p-home-school-list__ttl {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.875;
  color: #333;
  margin: 0 0 0.3rem;
}
@media screen and (max-width: 1512px) {
  .p-home-school-list__ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-school-list__ttl {
    font-size: 1.3rem;
  }
}
.p-home-school-list__column {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 4.6rem;
  border-bottom: 2px solid #EBF2F9;
}
@media screen and (max-width: 834px) {
  .p-home-school-list__column {
    gap: 0 3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-school-list__column {
    border-bottom: 0;
  }
}
.p-home-school-list__column .p-home-school-list__item {
  position: relative;
  border-bottom: 0;
}
@media screen and (max-width: 600px) {
  .p-home-school-list__column .p-home-school-list__item {
    border-bottom: 2px solid #EBF2F9;
  }
}
.p-home-school-list__column .p-home-school-list__item:first-child::after {
  content: none;
}
@media screen and (max-width: 1512px) {
  .p-home-school-list__column .p-home-school-list__item:first-child {
    width: 10.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-school-list__column .p-home-school-list__item:first-child {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home-school-list__column .p-home-school-list__item:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 1512px) {
  .p-home-school-list__column .p-home-school-list__item:nth-child(2) {
    width: 11.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-school-list__column .p-home-school-list__item:nth-child(2) {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home-school-list__column .p-home-school-list__item:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 1512px) {
  .p-home-school-list__column .p-home-school-list__item:last-child {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 834px) {
  .p-home-school-list__column .p-home-school-list__item:last-child {
    width: 100%;
    border-top: 2px solid #EBF2F9;
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home-school-list__column .p-home-school-list__item:last-child {
    border-top: 0;
  }
}
.p-home-school-list__column .p-home-school-list__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-2.3rem + 1px);
  width: 2px;
  height: calc(100% - 1.2rem);
  background: #EBF2F9;
}
@media screen and (max-width: 600px) {
  .p-home-school-list__column .p-home-school-list__item::after {
    content: none;
  }
}
.p-home-school-list__column .p-home-school-list__item .p-home-school-place {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.p-home-school-place {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3rem 2.2rem;
}
@media screen and (max-width: 1512px) {
  .p-home-school-place {
    gap: 0.1rem 2.2rem;
  }
}
.p-home-school-place__item {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 1512px) {
  .p-home-school-place__item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-school-place__item {
    font-size: 1.3rem;
  }
}
.p-home-school-place__item a {
  display: block;
  position: relative;
  color: #005A9E;
  padding: 0 2.2rem 0 0;
}
.p-home-school-place__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/icn_bg_arrow_small_bl.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-home-voice {
  margin: 0 0 17.2rem;
}
@media screen and (max-width: 600px) {
  .p-home-voice {
    margin: 10rem 0 4rem;
  }
}
.p-home-voice-slide {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  padding: 0 0 0 calc((100vw - 174rem) / 2);
}
@media screen and (max-width: 1512px) {
  .p-home-voice-slide {
    padding: 0 0 0 7.1rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-voice-slide {
    padding: 0 0 0 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-voice-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0 0 0 0.8rem;
  }
}
.p-home-voice-slide__track {
  width: calc(100% - 33.6rem);
}
@media screen and (max-width: 834px) {
  .p-home-voice-slide__track {
    width: calc(100% - 28.5rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home-voice-slide__track {
    width: 100%;
  }
}
.p-home-voice-slide__item {
  width: 44.9rem;
  background: #EFEFEF;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 1512px) {
  .p-home-voice-slide__item {
    width: 33rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-voice-slide__item {
    width: 24rem;
    border-radius: 0.6rem;
  }
}
.p-home-voice-slide__img {
  aspect-ratio: 3/2;
}
.p-home-voice-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-voice-slide__inner {
  padding: 2.8rem 3.8rem 4rem;
}
@media screen and (max-width: 1512px) {
  .p-home-voice-slide__inner {
    padding: 3.7rem 2.8rem 3.2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-voice-slide__inner {
    padding: 0.8rem 2rem 2.2rem;
  }
}
.p-home-voice-slide-class {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.9rem;
}
@media screen and (max-width: 834px) {
  .p-home-voice-slide-class {
    gap: 0.4rem;
  }
}
.p-home-voice-slide-class__item {
  font-size: 1.5rem;
  line-height: 1.5;
  background: #fff;
  padding: 0.3rem 0.5rem;
}
@media screen and (max-width: 1512px) {
  .p-home-voice-slide-class__item {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-voice-slide-class__item {
    font-size: 1.1rem;
    padding: 0.2rem 0.3rem;
  }
}
.p-home-voice-slide-class__item.-type {
  background: #FFFDCF;
}
.p-home-voice-slide__ttl {
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  font-size: 2rem;
  margin: 2.2rem 0 0;
  padding: 0 4rem 0 0;
}
@media screen and (max-width: 1512px) {
  .p-home-voice-slide__ttl {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-top: 1.6rem;
    padding: 0 3.5rem 0 0;
  }
}
@media screen and (max-width: 834px) {
  .p-home-voice-slide__ttl {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 1.1rem;
    padding: 0 3.2rem 0 0;
  }
}
.p-home-voice-slide__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/common/icn_arrow_wh.svg) center center/1.4rem auto no-repeat #005A9E;
  border-radius: 0.38rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .p-home-voice-slide__ttl::after {
    width: 2rem;
    height: 2rem;
    background-size: 1.1rem auto;
  }
}
.p-home-voice-head {
  width: 40.6rem;
  padding-right: 7rem;
}
@media screen and (max-width: 1512px) {
  .p-home-voice-head {
    width: 30.4rem;
    padding-right: 5.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-voice-head {
    width: 28.5rem;
    padding-right: 8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-voice-head {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    padding: 0 0.8rem 0 0;
    margin: 0 0 6.4rem;
  }
}
.p-home-voice-head__txt {
  font-size: 1.8rem;
  line-height: 2.1;
  margin: 1.5rem 0 4.4rem;
}
@media screen and (max-width: 1512px) {
  .p-home-voice-head__txt {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 1.3rem 0 3.2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-voice-head__txt {
    font-size: 1.4rem;
    margin: 1.3rem 0 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-voice-head__txt {
    width: 100%;
  }
}
.p-home-voice-head__btn {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-home-voice-head__btn {
    width: 24.4rem;
  }
}
.p-home-voice-head .splide__arrows {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 11.2rem;
  margin: 4.4rem 0 0 auto;
}
@media screen and (max-width: 1512px) {
  .p-home-voice-head .splide__arrows {
    width: 12.6rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-voice-head .splide__arrows {
    width: 9.3rem;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-voice-head .splide__arrows {
    margin: 0;
  }
}
.p-home-voice-head .splide__arrow {
  position: relative;
  top: auto;
  width: 4.8rem;
  height: 4.8rem;
  background: url(../img/common/icn_slider_chevron.svg) 0 0/100% auto no-repeat;
  border-radius: 0;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
@media screen and (max-width: 1512px) {
  .p-home-voice-head .splide__arrow {
    width: 5.4rem;
    height: 5.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-voice-head .splide__arrow {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.p-home-voice-head .splide__arrow svg {
  display: none;
}
.p-home-voice-head .splide__arrow--next {
  right: auto;
}
.p-home-voice-head .splide__arrow--prev {
  left: auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-home-faq {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 187.2rem;
  margin: 12.4rem auto 0;
}
@media screen and (max-width: 1512px) {
  .p-home-faq {
    width: auto;
    max-width: 146.4rem;
    margin: 18.2rem auto 0;
  }
}
@media screen and (max-width: 834px) {
  .p-home-faq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 10rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-faq {
    margin-top: 9rem;
  }
}
.p-home-faq-head {
  position: relative;
  width: 60.5rem;
  padding: 0 0 0 6.7rem;
}
@media screen and (max-width: 1512px) {
  .p-home-faq-head {
    width: 44.8rem;
    padding: 0 0 0 4.3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-faq-head {
    width: 100%;
    padding: 0;
    margin: 0 0 3.2rem;
  }
}
.p-home-faq-head__txt {
  font-size: 1.8rem;
  line-height: 2.1;
  margin: 1.5rem 0 4.4rem;
}
@media screen and (max-width: 1512px) {
  .p-home-faq-head__txt {
    font-size: 1.6rem;
    margin: 1.6rem 0 6.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-faq-head__txt {
    font-size: 1.4rem;
    margin: 1rem 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home-faq-head__txt {
    font-size: 1.7rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 834px) {
  .p-home-faq-head__btn {
    position: absolute;
    bottom: 0;
    right: 12rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-faq-head__btn {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 2.4rem 0 0;
  }
}
.p-home-faq-content {
  width: 124rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 155, 221, 0.1)), to(rgba(0, 86, 184, 0.1)));
  background: linear-gradient(90deg, rgba(0, 155, 221, 0.1) 20%, rgba(0, 86, 184, 0.1) 100%);
  padding: 8rem;
}
@media screen and (max-width: 1512px) {
  .p-home-faq-content {
    width: 92rem;
    padding: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-faq-content {
    width: 100%;
    padding: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-faq-content {
    padding: 2.5rem;
  }
}
.p-home-coach {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 187.2rem;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1512px) {
  .p-home-coach {
    width: auto;
    max-width: 146.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-coach {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 9.6rem;
  }
}
.p-home-coach-slide {
  --gap: 0.8rem;
  --speed: 30s;
  --move-y: calc(50% + (var(--gap) / 2));
  --move-x: calc(50% + (var(--gap) / 2));
  position: relative;
  width: 21.1rem;
  height: 64rem;
}
@media screen and (max-width: 834px) {
  .p-home-coach-slide {
    width: 100%;
    height: 11.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-coach-slide {
    height: 10.4rem;
  }
}
.p-home-coach-slide::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 100%;
  height: 20rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .p-home-coach-slide::before {
    top: 0;
    width: 10rem;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 600px) {
  .p-home-coach-slide::before {
    width: 5rem;
  }
}
.p-home-coach-slide::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 20rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .p-home-coach-slide::after {
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    width: 10rem;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 600px) {
  .p-home-coach-slide::after {
    width: 5rem;
  }
}
.p-home-coach-slide__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
  will-change: transform;
}
@media screen and (max-width: 834px) {
  .p-home-coach-slide__track {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-home-coach-slide__item {
  padding: 0.8rem 0 0;
}
@media screen and (max-width: 834px) {
  .p-home-coach-slide__item {
    width: 18.3rem;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home-coach-slide__item {
    width: 16.7rem;
  }
}
.p-home-coach-slide.is-up .p-home-coach-slide__track {
  -webkit-animation: coachSlideUp var(--speed) linear infinite;
          animation: coachSlideUp var(--speed) linear infinite;
}
@media screen and (max-width: 834px) {
  .p-home-coach-slide.is-up .p-home-coach-slide__track {
    -webkit-animation: coachSlideLeft var(--speed) linear infinite;
            animation: coachSlideLeft var(--speed) linear infinite;
  }
}
.p-home-coach-slide.is-down .p-home-coach-slide__track {
  -webkit-animation: coachSlideDown var(--speed) linear infinite;
          animation: coachSlideDown var(--speed) linear infinite;
}
@media screen and (max-width: 834px) {
  .p-home-coach-slide.is-down .p-home-coach-slide__track {
    -webkit-animation: coachSlideRight var(--speed) linear infinite;
            animation: coachSlideRight var(--speed) linear infinite;
  }
}
.p-home-coach-content {
  width: 92.5rem;
}
@media screen and (max-width: 1512px) {
  .p-home-coach-content {
    width: 68.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-coach-content {
    width: auto;
    max-width: 59rem;
    padding: 8.5rem 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home-coach-content {
    padding: 4.5rem 0.8rem;
  }
}
.p-home-coach-content__pre {
  display: inline-block;
  font-size: 2.1rem;
  background: linear-gradient(135deg, rgb(228, 247, 255) 0%, rgb(238, 235, 255) 100%);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 1rem;
}
@media screen and (max-width: 1512px) {
  .p-home-coach-content__pre {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-coach-content__pre {
    font-size: 1.7rem;
  }
}
.p-home-coach-content__pre span {
  background: -webkit-gradient(linear, left top, right top, from(rgb(1, 104, 194)), to(rgb(34, 0, 92)));
  background: linear-gradient(90deg, rgb(1, 104, 194) 0%, rgb(34, 0, 92) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-home-coach-content__ttl {
  font-size: 3.8rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 2.5rem 0 3.2rem;
}
@media screen and (max-width: 1512px) {
  .p-home-coach-content__ttl {
    font-size: 3.2rem;
    margin: 1.8rem 0 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-coach-content__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-coach-content__ttl {
    font-size: 2.5rem;
  }
}
.p-home-coach-content__txt {
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 1512px) {
  .p-home-coach-content__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-coach-content__txt {
    font-size: 1.5rem;
  }
}
.p-home-social {
  padding: 12.4rem 0 27rem;
}
@media screen and (max-width: 1512px) {
  .p-home-social {
    padding: 8.5rem 0 9.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-social {
    padding: 7rem 0 18rem;
  }
}
.p-home-social-sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 187.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 1512px) {
  .p-home-social-sns {
    width: auto;
    max-width: 146.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-social-sns {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-social-sns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.6rem 0;
    padding: 0 0.8rem;
  }
}
.p-home-social-sns__item {
  width: 45rem;
}
@media screen and (max-width: 1512px) {
  .p-home-social-sns__item {
    width: calc((100% - 7.2rem) / 4);
  }
}
@media screen and (max-width: 834px) {
  .p-home-social-sns__item {
    width: calc((100% - 6rem) / 4);
  }
}
@media screen and (max-width: 600px) {
  .p-home-social-sns__item {
    width: calc(50% - 0.8rem);
  }
}
.p-home-social-sponsor {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 0 11.8rem;
  width: 187.2rem;
  background: #F0F0F0;
  margin: 9.5rem auto 0;
  padding: 6rem 4.6rem;
}
@media screen and (max-width: 1512px) {
  .p-home-social-sponsor {
    width: auto;
    max-width: 146.4rem;
    padding: 6rem 11.7rem 6rem 4.6rem;
    margin-top: 5.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-social-sponsor {
    width: calc(100% - 4rem);
    gap: 1rem 0;
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-social-sponsor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: calc(100% - 1.6rem);
    padding: 1.5rem;
  }
}
.p-home-social-sponsor__ttl {
  width: 29rem;
  font-size: 2.8rem;
  font-weight: 900;
}
@media screen and (max-width: 1512px) {
  .p-home-social-sponsor__ttl {
    width: 25rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-social-sponsor__ttl {
    width: 14rem;
    font-size: 2.4rem;
  }
}
.p-home-social-sponsor-list {
  width: 124rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem 0;
}
@media screen and (max-width: 1512px) {
  .p-home-social-sponsor-list {
    max-width: 91.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-social-sponsor-list {
    width: calc(100% - 14rem);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-social-sponsor-list {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.6rem 0;
  }
}
.p-home-social-sponsor-list__item {
  width: 29.2rem;
}
@media screen and (max-width: 1512px) {
  .p-home-social-sponsor-list__item {
    width: calc((100% - 7.2rem) / 4);
  }
}
@media screen and (max-width: 834px) {
  .p-home-social-sponsor-list__item {
    width: calc((100% - 2.8rem) / 3);
  }
}
@media screen and (max-width: 600px) {
  .p-home-social-sponsor-list__item {
    width: calc(50% - 0.8rem);
  }
}
.p-home-social-company {
  overflow: hidden;
  margin-top: 9.8rem;
}
@media screen and (max-width: 834px) {
  .p-home-social-company {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    margin-top: 6rem;
    padding: 0 0 0 6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-social-company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0;
  }
}
.p-home-social-company__ttl {
  width: 178rem;
  font-size: 2.8rem;
  font-weight: 900;
  margin: 0 auto 1.8rem;
}
@media screen and (max-width: 1512px) {
  .p-home-social-company__ttl {
    width: auto;
    max-width: 146.4rem;
    padding: 0 4.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-social-company__ttl {
    width: 15rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 2.4rem;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home-social-company__ttl {
    margin: 0 0 1.5rem;
    padding: 0 0 0 2.3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-social-company__wrap {
    width: calc(100% - 15rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home-social-company__wrap {
    width: 100%;
  }
}
.p-home-social-company-row {
  overflow: hidden;
}
.p-home-social-company-row + .p-home-social-company-row {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .p-home-social-company-row + .p-home-social-company-row {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home-social-company-row + .p-home-social-company-row {
    margin-top: 1.7rem;
  }
}
.p-home-social-company-row.is-reverse .p-home-social-company-list {
  animation-direction: reverse;
}
.p-home-social-company-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 0 7.4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-animation: companySlide 80s linear infinite;
          animation: companySlide 80s linear infinite;
}
@media screen and (max-width: 1512px) {
  .p-home-social-company-list {
    gap: 0 6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-social-company-list {
    gap: 0 3rem;
  }
}
.p-home-social-company-list__item {
  width: 25.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1512px) {
  .p-home-social-company-list__item {
    width: 21rem;
  }
}
@media screen and (max-width: 834px) {
  .p-home-social-company-list__item {
    width: 12rem;
  }
}

@-webkit-keyframes coachSlideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(calc(-1 * var(--move-y)));
            transform: translateY(calc(-1 * var(--move-y)));
  }
}

@keyframes coachSlideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(calc(-1 * var(--move-y)));
            transform: translateY(calc(-1 * var(--move-y)));
  }
}
@-webkit-keyframes coachSlideDown {
  0% {
    -webkit-transform: translateY(calc(-1 * var(--move-y)));
            transform: translateY(calc(-1 * var(--move-y)));
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes coachSlideDown {
  0% {
    -webkit-transform: translateY(calc(-1 * var(--move-y)));
            transform: translateY(calc(-1 * var(--move-y)));
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes coachSlideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--move-x)));
            transform: translateX(calc(-1 * var(--move-x)));
  }
}
@keyframes coachSlideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--move-x)));
            transform: translateX(calc(-1 * var(--move-x)));
  }
}
@-webkit-keyframes coachSlideRight {
  0% {
    -webkit-transform: translateX(calc(-1 * var(--move-x)));
            transform: translateX(calc(-1 * var(--move-x)));
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes coachSlideRight {
  0% {
    -webkit-transform: translateX(calc(-1 * var(--move-x)));
            transform: translateX(calc(-1 * var(--move-x)));
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes companySlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 3.7rem));
            transform: translateX(calc(-50% - 3.7rem));
  }
}
@keyframes companySlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 3.7rem));
            transform: translateX(calc(-50% - 3.7rem));
  }
}
.p-school-mv {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 155, 221)), to(rgb(0, 86, 184)));
  background: linear-gradient(90deg, rgb(0, 155, 221) 0%, rgb(0, 86, 184) 100%);
  margin: 0 0 5.2rem;
}
@media screen and (max-width: 1512px) {
  .p-school-mv {
    margin: 0 0 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-mv {
    margin: 0 0 2rem;
  }
}
.p-school-mv::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 100%);
}
.p-school-mv-slide {
  position: relative;
  z-index: 2;
  top: -10rem;
}
@media screen and (max-width: 1512px) {
  .p-school-mv-slide {
    top: -8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-mv-slide {
    top: -11.5rem;
  }
}
.p-school-mv-slide__item {
  width: 76rem;
  height: 66rem;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media screen and (max-width: 1512px) {
  .p-school-mv-slide__item {
    width: 76rem;
  }
}
@media screen and (max-width: 834px) {
  .p-school-mv-slide__item {
    width: 58rem;
    height: 58rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-mv-slide__item {
    width: 36rem;
    height: 36rem;
  }
}
.p-school-mv-slide__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-school-mv-slide__item {
  /*
  img {
  	transform: scale(.94);
  	transition: $duration;
  }

  &.is-active {
  	img {
  		transform: scale(1);
  		z-index: 1;
  	}
  }
  	*/
}
.p-school-mv-slide__item.is-active {
  width: 86rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-school-mv-slide__item.is-active {
    width: 63rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-mv-slide__item.is-active {
    width: 36rem;
  }
}
.p-school-mv-head {
  width: 40.8%;
  max-width: 76.3rem;
  background: #0056B8;
  padding: 4rem;
  border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .p-school-mv-head {
    width: 100%;
    max-width: 59.1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-school-mv-head {
    padding: 1.5rem;
  }
}
.p-school-mv-head__txt {
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.2;
}
@media screen and (max-width: 1512px) {
  .p-school-mv-head__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-school-mv-head__txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-mv-head__txt {
    font-size: 1.5rem;
  }
}
.p-school-mv-head__ttl {
  font-size: 4.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1512px) {
  .p-school-mv-head__ttl {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-school-mv-head__ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-mv-head__ttl {
    font-size: 2.4rem;
  }
}
.p-school-mv-head__inner {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 0 3.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1512px) {
  .p-school-mv-head__inner {
    gap: 0 2.2rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-mv-head__inner {
    gap: 0 1rem;
  }
}
.p-school-mv-head__img {
  width: 13.4rem;
  height: 13.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1512px) {
  .p-school-mv-head__img {
    width: 11.7rem;
    height: 11.7rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-mv-head__img {
    width: 7rem;
    height: 7rem;
  }
}
.p-school-mv-head__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-school-mv-head__define {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem 0;
}
.p-school-mv-head__define dt {
  width: 6.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  padding-top: 0.2rem;
}
@media screen and (max-width: 1512px) {
  .p-school-mv-head__define dt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-school-mv-head__define dt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-mv-head__define dt {
    width: 4rem;
  }
}
.p-school-mv-head__define dd {
  width: calc(100% - 6.8rem);
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 1512px) {
  .p-school-mv-head__define dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-mv-head__define dd {
    width: calc(100% - 4rem);
    font-size: 1.4rem;
  }
}
.p-school-mv-head__address {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  border-top: 1px dashed #6399D8;
  margin-top: 1.5rem;
  padding-top: 1.3rem;
}
@media screen and (max-width: 600px) {
  .p-school-mv-head__address {
    margin-top: 1rem;
    padding-top: 1rem;
    gap: 0.5rem;
  }
}
.p-school-mv-head__address .address {
  font-size: 1.5rem;
  padding-top: 0.3rem;
  padding-right: 1.7rem;
}
@media screen and (max-width: 834px) {
  .p-school-mv-head__address .address {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-mv-head__address .address {
    font-size: 1.2rem;
  }
}
.p-school-mv-head__address .p-school-mv-head__define {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-school-mv-head__address .p-school-mv-head__define {
    width: auto;
  }
}
.p-school-mv-head__map {
  width: 7.8rem;
  height: 3.4rem;
  border-radius: 0.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0.3rem;
}
@media screen and (max-width: 600px) {
  .p-school-mv-head__map {
    width: 6.3rem;
    height: 2.7rem;
    font-size: 1rem;
  }
}
.p-school-mv-head__map a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  color: #0056B8;
  gap: 0 0.9rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 600px) {
  .p-school-mv-head__map a {
    gap: 0 0.5rem;
    border-radius: 0.5rem;
  }
}
.p-school-mv-head__map a span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  background: #0056B8;
  border-radius: 0.3rem;
}
.p-school-mv-head__map a span::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background: #fff;
  mask: url(../img/common/icn_blank.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icn_blank.svg) no-repeat center/contain;
}
.p-school-mv-overview {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  max-width: 187.2rem;
  margin: -25.5rem auto 0;
  z-index: 2;
}
@media screen and (max-width: 1512px) {
  .p-school-mv-overview {
    max-width: 139.6rem;
    margin: -23.5rem auto 0;
  }
}
@media screen and (max-width: 834px) {
  .p-school-mv-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 2rem;
    margin-top: -18rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-mv-overview {
    padding: 0 0.8rem;
    margin-top: -9.8rem;
  }
}
.p-school-mv-overview-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 57.8%;
  max-width: 108.2rem;
  height: 12rem;
  background: #D2E7FF;
  gap: 0 4rem;
  padding: 0 4.5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 1512px) {
  .p-school-mv-overview-nav {
    height: 10.2rem;
    gap: 0 3.5rem;
  }
}
@media screen and (max-width: 834px) {
  .p-school-mv-overview-nav {
    width: 100%;
    height: 7.3rem;
    gap: 0 3.2rem;
    margin: 4rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .p-school-mv-overview-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    gap: 0.5rem 3.2rem;
    padding: 1rem 1.5rem;
    margin-top: 1.7rem;
    border-radius: 0.8rem;
  }
}
.p-school-mv-overview-nav__item {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1512px) {
  .p-school-mv-overview-nav__item {
    font-size: 1.76rem;
  }
}
@media screen and (max-width: 834px) {
  .p-school-mv-overview-nav__item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-mv-overview-nav__item {
    font-size: 1.5rem;
  }
}
.p-school-mv-overview-nav__item a {
  position: relative;
  color: #005A9E;
  padding: 0 4.4rem 0 0;
}
@media screen and (max-width: 1512px) {
  .p-school-mv-overview-nav__item a {
    padding-right: 3.7rem;
  }
}
.p-school-mv-overview-nav__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.6rem;
  height: 2.6rem;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0.3rem;
}
@media screen and (max-width: 1512px) {
  .p-school-mv-overview-nav__item a::before {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.p-school-mv-overview-nav__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.65rem;
  width: 1.3rem;
  height: 1.3rem;
  background: #005A9E;
  mask: url(../img/common/icn_arrow_wh.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icn_arrow_wh.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1512px) {
  .p-school-mv-overview-nav__item a::after {
    right: 0.5rem;
    width: 1.1rem;
    height: 1.1rem;
  }
}
.p-school__bnr {
  margin-top: 3.6rem;
}
@media screen and (max-width: 600px) {
  .p-school__bnr {
    margin-top: 2rem;
  }
}
.p-school .filter-item.is-empty {
  display: none !important;
}
.p-school .col-hidden {
  display: none !important;
}
.p-school .row-hidden {
  display: none !important;
}
.p-school .day-hidden {
  display: none !important;
}
.p-school td.masked .box {
  display: none !important;
}
.p-school-schedule {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgb(203, 234, 249)), to(rgb(203, 225, 244)));
  background: linear-gradient(90deg, rgb(203, 234, 249) 0%, rgb(203, 225, 244) 100%);
  padding: 10.8rem 0 9rem;
  margin-top: 6rem;
}
@media screen and (max-width: 834px) {
  .p-school-schedule {
    padding: 8.4rem 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-schedule {
    margin-top: 11rem;
    padding: 6rem 0.8rem;
    overflow: hidden;
  }
}
.p-school-schedule::before {
  content: "";
  position: absolute;
  top: 4.5rem;
  right: 0;
  width: 111.9rem;
  height: 145.8rem;
  background: url(../img/school/bg_schedule.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 1512px) {
  .p-school-schedule::before {
    width: 90rem;
  }
}
@media screen and (max-width: 834px) {
  .p-school-schedule::before {
    top: 3rem;
    width: 70rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-schedule::before {
    top: 3rem;
    width: 50rem;
    right: -10rem;
  }
}
.p-school-schedule__wrap {
  max-width: 187.2rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1512px) {
  .p-school-schedule__wrap {
    max-width: 139.2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-school-schedule__wrap {
    max-width: auto;
  }
}
.p-school-schedule__head {
  position: relative;
  padding: 0 4.5rem;
  margin: 0 0 9rem;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .p-school-schedule__head {
    padding: 0;
    margin: 0 0 6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-school-schedule__txt {
    width: 54rem;
    margin: 1.2rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .p-school-schedule__txt {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-school-schedule__btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 0 2.3rem;
  margin: 2.7rem 0 0;
}
@media screen and (max-width: 600px) {
  .p-school-schedule__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.8rem;
  }
}
.p-school-schedule__scroll {
  padding: 0 0 3.1rem;
}
.p-school-schedule__scroll table {
  border-spacing: 0;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #3393D5;
}
.p-school-schedule__scroll table thead tr:first-child th {
  background: #005A9E;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  border-right: 1px solid #fff;
  padding: 1rem 0;
  text-align: center;
}
.p-school-schedule__scroll table thead tr:last-child th {
  background: #3393D5;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.8rem 0;
  font-weight: 400;
  border-right: 1px solid #fff;
}
.p-school-schedule__scroll table tbody td {
  border: 1px solid #3393D5;
  background: #fff;
  text-align: center;
  padding: 0.4rem 0.4rem 0.8rem;
  width: 10%;
}
.p-school-schedule__scroll table tbody td .box .class {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.2rem 0.5rem;
  margin: 0 0 0.5rem;
  white-space: nowrap;
}
.p-school-schedule__scroll table tbody td .box .class.is-long {
  font-size: 1.3rem;
}
@media screen and (max-width: 600px) {
  .p-school-schedule__scroll table tbody td .box .class {
    font-size: 1.4rem;
  }
  .p-school-schedule__scroll table tbody td .box .class.is-long {
    font-size: 1.1rem;
  }
}
.p-school-schedule__scroll table tbody td .box .class span {
  font-size: 1.3rem;
}
@media screen and (max-width: 600px) {
  .p-school-schedule__scroll table tbody td .box .class span {
    font-size: 1.2rem;
  }
}
.p-school-schedule__scroll table tbody td .box .time {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .p-school-schedule__scroll table tbody td .box .time {
    font-size: 1.5rem;
  }
}
.p-school-schedule__scroll table tbody td .box .capacity {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .p-school-schedule__scroll table tbody td .box .capacity {
    font-size: 1.2rem;
  }
}
.p-school-schedule__scroll table tbody td .box .capacity .num {
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  .p-school-schedule__scroll table tbody td .box .capacity .num {
    font-size: 1.4rem;
  }
}
.p-school-schedule__scroll table tbody td .box .capacity .limit {
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .p-school-schedule__scroll table tbody td .box .capacity .limit {
    font-size: 1.2rem;
  }
}
.p-school-schedule__notes {
  font-weight: 500;
  margin: 1rem 0 0;
}
@media screen and (max-width: 600px) {
  .p-school-schedule__notes {
    font-size: 1.3rem;
  }
}
.p-school-schedule-class {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 7rem;
}
@media screen and (max-width: 1512px) {
  .p-school-schedule-class {
    padding: 0 0 0 5rem;
  }
}
@media screen and (max-width: 834px) {
  .p-school-schedule-class {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0;
  }
}
.p-school-schedule-class__head {
  width: 21.4%;
  max-width: 39.2rem;
}
@media screen and (max-width: 834px) {
  .p-school-schedule-class__head {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    max-width: 100%;
    gap: 0 5rem;
    margin: 0 0 3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-schedule-class__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.4rem 0;
  }
}
.p-school-schedule-class__ttl {
  color: #005A9E;
  font-size: 3.5rem;
  font-weight: 900;
  margin: 0 0 3rem;
}
@media screen and (max-width: 834px) {
  .p-school-schedule-class__ttl {
    font-size: 2.8rem;
    margin: 0;
    line-height: 1.2;
  }
}
.p-school-schedule-class__content {
  width: 78.6%;
}
@media screen and (max-width: 1512px) {
  .p-school-schedule-class__content {
    width: 74%;
  }
}
@media screen and (max-width: 834px) {
  .p-school-schedule-class__content {
    width: 100%;
  }
}
.p-school-schedule-class__check {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem;
}
@media screen and (max-width: 834px) {
  .p-school-schedule-class__check {
    gap: 0.4rem 1%;
  }
}
@media screen and (max-width: 600px) {
  .p-school-schedule-class__check {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.8rem 0.8rem;
  }
}
.p-school-schedule-class__item {
  width: 14.6%;
  background: #fff;
  padding: 0.48% 0.6%;
}
@media screen and (max-width: 1512px) {
  .p-school-schedule-class__item {
    width: 17%;
  }
}
@media screen and (max-width: 834px) {
  .p-school-schedule-class__item {
    width: 19.2%;
  }
}
@media screen and (max-width: 600px) {
  .p-school-schedule-class__item {
    width: calc(50% - 0.4rem);
    padding: 0.5rem;
  }
}
.p-school-schedule-class__item .class {
  position: relative;
  text-align: center;
  margin: 0 0 0.5rem;
}
.p-school-schedule-class__item .class .name {
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 0.3rem 0.5rem;
  line-height: 1.3;
}
.p-school-schedule-class__item .class .name.is-long {
  font-size: 1.4rem;
}
@media screen and (max-width: 1512px) {
  .p-school-schedule-class__item .class .name {
    font-size: 1.4rem;
  }
  .p-school-schedule-class__item .class .name.is-long {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 834px) {
  .p-school-schedule-class__item .class .name {
    font-size: 1.1rem;
  }
  .p-school-schedule-class__item .class .name.is-long {
    font-size: 0.85rem;
  }
}
.p-school-schedule-class__item .class .tip {
  position: absolute;
  top: 50%;
  right: 0.7rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1;
  font-size: 1.3rem;
  border-radius: 100%;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .p-school-schedule-class__item .class .tip {
    font-size: 1.1rem;
  }
}
.p-school-schedule-class__item.-all {
  margin-top: 1.8rem;
}
.p-school-schedule-class__item:has(input[type=checkbox]:checked) {
  -webkit-box-shadow: 0 0 0 0.2rem #BA0606 inset;
          box-shadow: 0 0 0 0.2rem #BA0606 inset;
}
.p-school-schedule-class__item label {
  position: relative;
  display: block;
  width: 100%;
}
.p-school-schedule-class__item label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-school-schedule-class__item label input[type=checkbox]:checked + span::before {
  background: url(../img/school/icn_check_on.svg) 0 0/100% auto no-repeat;
}
.p-school-schedule-class__item label input[type=checkbox] + span {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.65rem;
  font-weight: 500;
  padding: 0 0 0 1.5rem;
}
@media screen and (max-width: 1512px) {
  .p-school-schedule-class__item label input[type=checkbox] + span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .p-school-schedule-class__item label input[type=checkbox] + span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-schedule-class__item label input[type=checkbox] + span {
    padding: 0.3rem 0 0.3rem 1.5rem;
  }
}
.p-school-schedule-class__item label input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.9rem;
  height: 2.1rem;
  background: url(../img/school/icn_check_off.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-school .-u34 .class {
  background: linear-gradient(135deg, #FFAE18 0%, #FFC526 73%);
}
.p-school .-u45 .class,
.p-school .-u5 .class,
.p-school .-u6 .class,
.p-school .-u56 .class {
  background: linear-gradient(135deg, rgb(255, 105, 24) 0%, rgb(255, 147, 38) 73%);
}
.p-school .-jr1 .class,
.p-school .-jr_u8 .class,
.p-school .-jr_u9 .class,
.p-school .-jr12 .class,
.p-school .-basic_low .class,
.p-school .-game_low .class,
.p-school .-fun_u7 .class {
  background: linear-gradient(135deg, #16B970 0%, #26D084 73%);
}
.p-school .-jr2 .class,
.p-school .-basic_all .class,
.p-school .-fun_all .class {
  background: linear-gradient(135deg, #00867C 0%, #00ADA0 73%);
}
.p-school .-jr3 .class,
.p-school .-jr_u12 .class,
.p-school .-jr23 .class,
.p-school .-basic_high .class,
.p-school .-fun_high .class {
  background: linear-gradient(135deg, #05A1EA 0%, #2CA7E0 73%);
}
.p-school .-jr1a .class,
.p-school .-jr2a .class,
.p-school .-jr3a .class,
.p-school .-sp_jr1 .class,
.p-school .-sp_jr2 .class,
.p-school .-sp_jr3 .class,
.p-school .-sp_mix_45 .class,
.p-school .-sp_mix_46 .class {
  background: linear-gradient(135deg, #0862EA 0%, #2471E5 73%);
}
.p-school .-youth .class,
.p-school .-jy .class,
.p-school .-sp_jy .class {
  background: linear-gradient(135deg, #B05BE9 0%, #BD7BEA 73%);
}
.p-school .-skill1 .class,
.p-school .-skill2 .class,
.p-school .-skill_all .class,
.p-school .-skill_tech_all .class,
.p-school .-skill_tech_26 .class,
.p-school .-skill_pass .class,
.p-school .-skill_step .class,
.p-school .-skill_otsu .class,
.p-school .-tss_all .class,
.p-school .-tss_26 .class,
.p-school .-gk .class,
.p-school .-futsal .class {
  background: linear-gradient(135deg, #DF3573 0%, #F35A92 73%);
}
.p-school .-etc .class {
  background: linear-gradient(135deg, #999999 0%, #BBBBBB 73%);
}
.p-school-price {
  padding: 8.6rem 0 10.8rem;
}
@media screen and (max-width: 600px) {
  .p-school-price {
    padding: 6rem 0;
  }
}
.p-school-price__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 187.2rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1512px) {
  .p-school-price__wrap {
    max-width: 139.2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-school-price__wrap {
    max-width: 100%;
    padding: 0 2rem;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .p-school-price__wrap {
    padding: 0 0.8rem;
  }
}
.p-school-price__img {
  position: sticky;
  top: 15.5rem;
  right: 0;
  width: 76.6rem;
}
@media screen and (max-width: 1512px) {
  .p-school-price__img {
    top: 12rem;
    right: 0;
    width: 56.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-school-price__img {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 0 9rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-price__img {
    margin: 0 0 8rem;
  }
}
.p-school-price-content {
  width: 49%;
}
@media screen and (max-width: 1512px) {
  .p-school-price-content {
    width: 56%;
  }
}
@media screen and (max-width: 834px) {
  .p-school-price-content {
    width: 100%;
  }
}
.p-school-price-head {
  position: relative;
  max-width: 92.4rem;
  padding: 0 0 0 4.5rem;
  margin: 0 0 6.4rem;
}
@media screen and (max-width: 834px) {
  .p-school-price-head {
    padding: 0;
    margin: 0 0 2.4rem;
  }
}
.p-school-price-head__txt {
  margin: 1.5rem 0 0;
}
.p-school-price__sub {
  font-size: 3.2rem;
  font-weight: 700;
  padding: 0 0 0 4.5rem;
}
@media screen and (max-width: 834px) {
  .p-school-price__sub {
    font-size: 2.7rem;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-school-price__sub {
    font-size: 2.4rem;
  }
}
.p-school-price-basic {
  max-width: 92.4rem;
}
.p-school-price-basic__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 1.8rem;
}
.p-school-price-basic__table tr:first-child th,
.p-school-price-basic__table tr:first-child td {
  border-top: 0;
}
.p-school-price-basic__table th {
  width: 31.6%;
  background: #3393D5;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  border-top: 0.6rem solid #fff;
  padding: 1.6rem;
}
@media screen and (max-width: 1512px) {
  .p-school-price-basic__table th {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-price-basic__table th {
    display: block;
    width: 100%;
    font-size: 2rem;
    padding: 1rem 2rem;
  }
}
.p-school-price-basic__table td {
  width: 68.4%;
  background: #EDEDED;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  border-top: 0.6rem solid #fff;
  border-left: 0.6rem solid #fff;
  padding: 1.6rem;
}
@media screen and (max-width: 1512px) {
  .p-school-price-basic__table td {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-price-basic__table td {
    display: block;
    width: 100%;
    font-size: 2rem;
    border-left: 0;
  }
}
.p-school-price-basic__table td .bg {
  display: inline-block;
  background: #CE3939;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  padding: 0.5rem 0.8rem;
  margin-left: 3rem;
}
@media screen and (max-width: 600px) {
  .p-school-price-basic__table td .bg {
    font-size: 1.3rem;
  }
}
.p-school-price-basic__table td .small {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .p-school-price-basic__table td .small {
    font-size: 1.2rem;
  }
}
.p-school-price-basic__table td .through {
  text-decoration: line-through;
}
.p-school-price-basic__notes {
  margin-top: 2.7rem;
}
@media screen and (max-width: 600px) {
  .p-school-price-basic__notes {
    font-size: 1.3rem;
  }
}
.p-school-price-uni {
  max-width: 100%;
  margin-top: 7.7rem;
}
@media screen and (max-width: 834px) {
  .p-school-price-uni {
    width: 100%;
    max-width: 100%;
    margin-top: 4rem;
  }
}
.p-school-price-uni__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 834px) {
  .p-school-price-uni__list {
    max-width: 59.2rem;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-price-uni__list {
    gap: 1rem;
  }
}
.p-school-price-uni__item {
  min-width: 0;
  height: 35rem;
}
@media screen and (max-width: 834px) {
  .p-school-price-uni__item {
    height: 25rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-price-uni__item {
    height: 17rem;
  }
}
.p-school-price-uni__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 600px) {
  .p-school-price__scroll {
    padding: 0 0 2.4rem;
  }
}
.p-school-price-month {
  position: relative;
  max-width: 92.4rem;
  margin-top: 9rem;
}
.p-school-price-month {
  /*
  &__img {
  	position: absolute;
  	top: 9.2rem;
  	left: calc(100% + 18.2rem);
  	width: 76.6rem;

  	@include devicePC {
  		left: calc(100% + 5.2rem);
  		width: 56.6rem;
  	}

  	@include deviceTAB {
  		display: none;
  	}
  }
  */
}
.p-school-price-month__table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 3.4rem;
}
@media screen and (max-width: 600px) {
  .p-school-price-month__table {
    margin-top: 1.8rem;
    width: auto;
  }
}
.p-school-price-month__table th,
.p-school-price-month__table td {
  border: 1px solid #3393D5;
}
.p-school-price-month__table thead th {
  height: 7.5rem;
  background: #005A9E;
  text-align: center;
  vertical-align: middle;
}
.p-school-price-month__table thead th:first-child {
  width: 26.5%;
  background: #3881B8;
}
.p-school-price-month__table thead th {
  width: 24.5%;
  font-size: 2.2rem;
  color: #fff;
}
@media screen and (max-width: 1512px) {
  .p-school-price-month__table thead th {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-price-month__table thead th {
    height: 6rem;
    font-size: 1.7rem;
  }
}
.p-school-price-month__table tbody th {
  position: relative;
  font-size: 2.1rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.9rem 0 0.9rem 1.7rem;
}
@media screen and (max-width: 1512px) {
  .p-school-price-month__table tbody th {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-price-month__table tbody th {
    font-size: 1.5rem;
  }
}
.p-school-price-month__table tbody th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 100%;
}
.p-school-price-month__table tbody th span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1512px) {
  .p-school-price-month__table tbody th span {
    font-size: 1.2rem;
  }
}
.p-school-price-month__table tbody th.-u34 {
  background: #FFF9EA;
}
.p-school-price-month__table tbody th.-u34::before {
  background: linear-gradient(135deg, #FFAE18 0%, #FFC526 73%);
}
.p-school-price-month__table tbody th.-u56 {
  background: #FFF6E6;
}
.p-school-price-month__table tbody th.-u56::before {
  background: linear-gradient(135deg, rgb(255, 105, 24) 0%, rgb(255, 147, 38) 73%);
}
.p-school-price-month__table tbody th.-jr1 {
  background: #F2FFF9;
}
.p-school-price-month__table tbody th.-jr1::before {
  background: linear-gradient(135deg, #16B970 0%, #26D084 73%);
}
.p-school-price-month__table tbody th.-jr2 {
  background: #E3FFFD;
}
.p-school-price-month__table tbody th.-jr2::before {
  background: linear-gradient(135deg, #00867C 0%, #00ADA0 73%);
}
.p-school-price-month__table tbody th.-jr3 {
  background: #EEFAFF;
}
.p-school-price-month__table tbody th.-jr3::before {
  background: linear-gradient(135deg, #05A1EA 0%, #2CA7E0 73%);
}
.p-school-price-month__table tbody th.-jra {
  background: #F0F6FF;
}
.p-school-price-month__table tbody th.-jra::before {
  background: linear-gradient(135deg, #0862EA 0%, #2471E5 73%);
}
.p-school-price-month__table tbody th.-youth {
  background: #F9EFFF;
}
.p-school-price-month__table tbody th.-youth::before {
  background: linear-gradient(135deg, #B05BE9 0%, #BD7BEA 73%);
}
.p-school-price-month__table tbody th.-skill {
  background: #FFF0F5;
}
.p-school-price-month__table tbody th.-skill::before {
  background: linear-gradient(135deg, #DF3573 0%, #F35A92 73%);
}
.p-school-price-month__table tbody td {
  font-size: 2.2rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  background: #fff;
  padding: 0.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 1512px) {
  .p-school-price-month__table tbody td {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-price-month__table tbody td {
    font-size: 1.4rem;
  }
}
.p-school-price-month__table tbody td:empty {
  background: #F3F3F3;
}
.p-school-price-month__table tbody td span {
  font-size: 1.9rem;
}
@media screen and (max-width: 1512px) {
  .p-school-price-month__table tbody td span {
    font-size: 1.6rem;
  }
}
.p-school-price-month-caution {
  width: 71.2%;
  border: 1px dashed #333;
  margin-top: 5.8rem;
  padding: 3.5rem 4.5rem;
}
@media screen and (max-width: 834px) {
  .p-school-price-month-caution {
    width: 100%;
    padding: 3rem 4rem;
    margin-top: 3.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-price-month-caution {
    padding: 1.5rem;
  }
}
.p-school-price-month-caution__ttl {
  display: inline-block;
  line-height: 1;
  padding: 1rem 1.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  background: #333;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .p-school-price-month-caution__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-price-month-caution__ttl {
    font-size: 1.8rem;
  }
}
.p-school-price-month-caution__txt {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 700;
  margin: 3.5rem 0 0;
}
@media screen and (max-width: 834px) {
  .p-school-price-month-caution__txt {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-price-month-caution__txt {
    margin-top: 1.5rem;
  }
}
.p-school-price-info {
  margin-top: 11.3rem;
}
@media screen and (max-width: 600px) {
  .p-school-price-info {
    margin-top: 6rem;
  }
}
.p-school-price-info .c-btn {
  margin-top: 3rem;
}
@media screen and (max-width: 600px) {
  .p-school-price-info .c-btn {
    margin-top: 2.4rem;
  }
}
.p-school-outline {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#009BDD), to(#0056B8));
  background: linear-gradient(90deg, #009BDD 0%, #0056B8 100%);
  padding: 12.3rem 0 13rem;
}
@media screen and (max-width: 834px) {
  .p-school-outline {
    padding: 6.2rem 1.6rem;
  }
}
.p-school-outline::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/school/bg_outline.png) 0 0/100% auto no-repeat;
}
.p-school-outline__inner {
  max-width: 122.8rem;
  margin: 0 auto;
}
.p-school-outline__inner .p-school-outline-detail {
  margin-top: 10rem;
}
.p-school-outline__inner .p-school-outline-detail:nth-child(1) {
  margin-top: 0;
}
.p-school-outline-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  margin: 0 0 3rem;
}
@media screen and (max-width: 834px) {
  .p-school-outline-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.4rem 0;
  }
}
.p-school-outline-head__ttl {
  width: 37rem;
}
@media screen and (max-width: 834px) {
  .p-school-outline-head__ttl {
    width: 100%;
  }
}
.p-school-outline-head__txt {
  width: calc(100% - 37rem);
  font-size: 1.8rem;
  line-height: 2.1;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .p-school-outline-head__txt {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .p-school-outline-head__txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-school-outline-detail {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  background: #fff;
  padding: 5rem;
}
@media screen and (max-width: 834px) {
  .p-school-outline-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-outline-detail {
    padding: 2rem;
  }
}
.p-school-outline-detail__inner {
  width: 44%;
}
@media screen and (max-width: 834px) {
  .p-school-outline-detail__inner {
    width: 100%;
  }
}
.p-school-outline-detail__ttl {
  font-size: 3.6rem;
  font-weight: 700;
  color: #005A9E;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .p-school-outline-detail__ttl {
    font-size: 2.8rem;
  }
}
.p-school-outline-detail__block {
  position: relative;
  margin: 2.2rem 0 0;
}
.p-school-outline-detail__define {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.2rem 0;
}
@media screen and (max-width: 600px) {
  .p-school-outline-detail__define {
    gap: 0.5rem 0;
  }
}
.p-school-outline-detail__define dt {
  width: 22%;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .p-school-outline-detail__define dt {
    width: 100%;
    line-height: 1.4;
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.p-school-outline-detail__define dd {
  width: 78%;
  font-size: 2.3rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .p-school-outline-detail__define dd {
    width: 100%;
    line-height: 1.4;
    font-size: 1.8rem;
  }
}
.p-school-outline-detail__define dd .notes {
  display: block;
  font-size: 1.6rem;
}
.p-school-outline-detail__define dd .time {
  font-size: 1.8rem;
}
.p-school-outline-detail__img {
  width: 48%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 834px) {
  .p-school-outline-detail__img {
    width: 100%;
    aspect-ratio: auto;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-outline-detail__img {
    aspect-ratio: 1/1;
  }
}
.p-school-outline-detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-school-outline-detail__map {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.8rem;
  height: 3.4rem;
  border-radius: 0.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0.3rem;
}
.p-school-outline-detail__map a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: #0056B8;
  color: #fff;
  gap: 0 0.9rem;
  border-radius: 0.8rem;
}
.p-school-outline-detail__map a span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border-radius: 0.3rem;
}
.p-school-outline-detail__map a span::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background: #0056B8;
  mask: url(../img/common/icn_blank.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icn_blank.svg) no-repeat center/contain;
}
.p-school-outline-access__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding: 2rem 5rem 5rem;
}
@media screen and (max-width: 834px) {
  .p-school-outline-access__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 1rem 4rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-outline-access__inner {
    padding: 1rem 2rem 2rem;
  }
}
.p-school-outline-access__map {
  width: 100%;
  height: 60.8rem;
}
@media screen and (max-width: 600px) {
  .p-school-outline-access__map {
    height: 32rem;
  }
}
.p-school-outline-access__map iframe {
  width: 100%;
  height: 100%;
}
.p-school-outline-access__ttl {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 4.2rem 0 2.1rem;
}
@media screen and (max-width: 834px) {
  .p-school-outline-access__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-outline-access__ttl {
    font-size: 2.4rem;
  }
}
.p-school-outline-access__link {
  text-align: right;
  width: 100%;
  margin: 0 0 5rem;
}
@media screen and (max-width: 600px) {
  .p-school-outline-access__link {
    font-size: 1.2rem;
  }
}
.p-school-outline-access__link a {
  position: relative;
  padding: 0 2.7rem 0 0;
}
.p-school-outline-access__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/common/icn_bg_arrow_bl.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-school-outline-access__sub {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #0056B8;
}
@media screen and (max-width: 600px) {
  .p-school-outline-access__sub {
    font-size: 2.4rem;
  }
}
.p-school-outline-access-list {
  max-width: 71.5rem;
  width: 68.7%;
}
@media screen and (max-width: 834px) {
  .p-school-outline-access-list {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-school-outline-access-list__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #CBEAF9;
  padding: 4rem;
  margin-top: 2.1rem;
}
@media screen and (max-width: 600px) {
  .p-school-outline-access-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 2.5rem 2rem;
  }
}
.p-school-outline-access-list__item:first-child {
  margin-top: 0;
}
.p-school-outline-access-list__icn {
  max-width: 11.8rem;
  width: 16.5%;
}
@media screen and (max-width: 600px) {
  .p-school-outline-access-list__icn {
    width: 10.8rem;
    margin: 0 0 2.4rem;
  }
}
.p-school-outline-access-list__content {
  max-width: 46.7rem;
  width: 75%;
}
@media screen and (max-width: 600px) {
  .p-school-outline-access-list__content {
    width: 100%;
  }
}
.p-school-outline-access-list__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #005A9E;
  margin: 0 0 0.9rem;
}
@media screen and (max-width: 600px) {
  .p-school-outline-access-list__ttl {
    font-size: 1.8rem;
  }
}
.p-school-outline-access-list__txt {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .p-school-outline-access-list__txt {
    font-size: 1.6rem;
  }
}
.p-school-join {
  background: #004071;
  padding: 8rem 0 7rem;
}
@media screen and (max-width: 834px) {
  .p-school-join {
    padding: 5.5rem 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-join {
    padding: 4.5rem 0.8rem;
  }
}
.p-school-join__wrap {
  max-width: 122.8rem;
  margin: 0 auto;
}
.p-school-join-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 11.8rem;
  margin: 0 0 3.8rem;
}
@media screen and (max-width: 834px) {
  .p-school-join-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.2rem 0;
  }
}
.p-school-join-head__ttl {
  color: #fff;
  font-weight: 900;
  font-size: 4.2rem;
}
@media screen and (max-width: 834px) {
  .p-school-join-head__ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-join-head__ttl {
    font-size: 2.8rem;
  }
}
.p-school-join-head__txt {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .p-school-join-head__txt {
    font-size: 1.6rem;
  }
}
.p-school-join-list {
  background: #fff;
  padding: 5rem;
}
@media screen and (max-width: 834px) {
  .p-school-join-list {
    padding: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-school-join-list {
    padding: 2rem;
  }
}
.p-school-join-list__txt {
  margin-top: 0.7rem;
}
.p-school-join-list__btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.8rem;
  gap: 1.9rem 3.7rem;
}
@media screen and (max-width: 834px) {
  .p-school-join-list__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.3rem 0;
  }
}
@media screen and (max-width: 600px) {
  .p-school-join-list__btns {
    margin-top: 1.3rem;
  }
}
.p-school-join-list__item {
  margin-top: 3.6rem;
}
@media screen and (max-width: 834px) {
  .p-school-join-list__item {
    margin-top: 2.4rem;
  }
}
.p-school-join-list__item:first-child {
  margin-top: 0;
}
.p-school-join-list__item.-orange .c-btn a {
  background: #F67C25;
}
.p-school-join-list__item.-orange .c-btn a .blank::after {
  background: #F67C25;
}
.p-school-join-list__item.-blue .c-btn a {
  background: #0056B8;
}
.p-school-join-list__item.-blue .c-btn a .blank::after {
  background: #0056B8;
}
.p-school-join-list__item.-red .c-btn a {
  background: #A22D10;
}
.p-school-join-list__item.-red .c-btn a .blank::after {
  background: #A22D10;
}
.p-school-join-list__ttl {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p-school-join-list__ttl {
    font-size: 2.4rem;
  }
}
.-orange .p-school-join-list__ttl {
  color: #F67C25;
}
.-blue .p-school-join-list__ttl {
  color: #0056B8;
}
.-red .p-school-join-list__ttl {
  color: #A22D10;
}
.p-school-join-list__txt {
  font-size: 1.4rem;
  font-weight: 500;
}
.p-school .os-scrollbar {
  background: #E8E8E8;
  height: 3.1rem;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .p-school .os-scrollbar {
    height: 2.4rem;
  }
}
.p-school .os-scrollbar-handle {
  background: #A9A9A9 !important;
  border-radius: 0 !important;
}

.p-class {
  position: relative;
  background: #EFF9FF;
}
.p-class::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 155, 221)), to(rgb(0, 86, 184)));
  background: linear-gradient(90deg, rgb(0, 155, 221) 0%, rgb(0, 86, 184) 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
          mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
  z-index: 0;
}
@media screen and (max-width: 834px) {
  .p-class .c-intro {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-class .c-intro {
    padding-bottom: 2.5rem;
  }
}
.p-class-mv {
  position: relative;
  z-index: 1;
}
.p-class-block {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  max-width: 187.2rem;
  margin: 0 auto;
  padding: 0 0 32rem;
  z-index: 1;
}
@media screen and (max-width: 1512px) {
  .p-class-block {
    max-width: 139.6rem;
    padding: 0 0 20rem;
  }
}
@media screen and (max-width: 834px) {
  .p-class-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0 2rem 14rem;
  }
}
@media screen and (max-width: 600px) {
  .p-class-block {
    padding: 0 0.8rem 6rem;
  }
}
.p-class-block__main {
  width: 124rem;
}
@media screen and (max-width: 1512px) {
  .p-class-block__main {
    width: 103.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-class-block__main {
    width: 100%;
    padding: 1rem 0 0;
  }
}
.p-class-block__side {
  width: 45rem;
}
@media screen and (max-width: 1512px) {
  .p-class-block__side {
    width: 33rem;
  }
}
@media screen and (max-width: 834px) {
  .p-class-block__side {
    width: auto;
  }
}
.p-class-menu {
  position: sticky;
  top: 15.5rem;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 155, 221)), to(rgb(0, 86, 184)));
  background: linear-gradient(90deg, rgb(0, 155, 221) 0%, rgb(0, 86, 184) 100%);
  border-radius: 1rem;
  padding: 5.3rem 6.4rem 6.4rem;
}
@media screen and (max-width: 1512px) {
  .p-class-menu {
    top: 12rem;
    padding: 4.5rem 5rem;
  }
}
@media screen and (max-width: 834px) {
  .p-class-menu {
    position: absolute;
    top: 0;
    right: 2rem;
    left: auto;
    width: 38.6rem;
    padding: 0;
    margin: 0 0 0 auto;
    z-index: 2;
  }
  .p-class-menu.is-fixed {
    position: fixed;
  }
}
@media screen and (max-width: 600px) {
  .p-class-menu {
    width: 28.7rem;
    right: 0.8rem;
  }
}
.p-class-menu__ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4.8rem;
}
@media screen and (max-width: 1512px) {
  .p-class-menu__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-class-menu__ttl {
    position: relative;
    margin: 0;
    padding: 3rem 4rem;
  }
  .p-class-menu__ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8rem;
    width: 0.3rem;
    height: 2.6rem;
    background: #fff;
    border-radius: 0.3rem;
    background: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  .p-class-menu__ttl {
    font-size: 2.4rem;
    padding: 2rem 2.5rem;
  }
  .p-class-menu__ttl::after {
    right: 6rem;
  }
}
.p-class-menu__ttl span {
  display: none;
}
@media screen and (max-width: 834px) {
  .p-class-menu__ttl span {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
  }
  .p-class-menu__ttl span::before, .p-class-menu__ttl span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0.3rem;
    background: #fff;
    border-radius: 0.3rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-class-menu__ttl span::before {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
  }
  .is-open .p-class-menu__ttl span::before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media screen and (max-width: 600px) {
  .p-class-menu__ttl span {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-class-menu-list {
    padding: 0.8rem 4rem 4rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-class-menu-list {
    padding: 0.8rem 2.4rem 2.4rem;
  }
}
.p-class-menu-list__item {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 2.7rem;
}
@media screen and (max-width: 1512px) {
  .p-class-menu-list__item {
    font-size: 1.8rem;
  }
}
.p-class-menu-list__item:first-child {
  margin-top: 0;
}
.p-class-menu-list__item a {
  position: relative;
  display: inline-block;
  color: #fff;
}
.p-class-menu-list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2rem;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-class-menu-list__item.is-current a {
  background: #fff;
  color: #0058B9;
}
@media screen and (max-width: 834px) {
  .p-class-menu__inner {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
}
.p-class-content {
  padding-bottom: 18rem;
}
@media screen and (max-width: 1512px) {
  .p-class-content {
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 834px) {
  .p-class-content {
    padding: 9rem 0;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content {
    padding: 8rem 0 2rem;
  }
}
.p-class-content:last-child {
  padding-bottom: 0;
}
.p-class-content:not(:has(.p-class-content__img)) {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-class-content__ttl {
  width: 100%;
  color: #004D94;
  font-size: 5rem;
  font-weight: 700;
  text-shadow: 0 0 2rem #EFF9FF;
  line-height: 1.2;
  margin: 0 0 5.5rem;
}
@media screen and (max-width: 1512px) {
  .p-class-content__ttl {
    font-size: 4.4rem;
    margin: 0 0 2.7rem;
  }
}
@media screen and (max-width: 834px) {
  .p-class-content__ttl {
    font-size: 4.8rem;
    margin: 0 0 5.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content__ttl {
    font-size: 3rem;
    margin: 0 0 2rem;
  }
}
.p-class-content__ttl.-special {
  color: #C51655;
}
.p-class-content__ttl.-advanced {
  color: #0048B7;
}
.p-class-content__ttl.-youth {
  color: #8A23CF;
}
.p-class-content__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media screen and (max-width: 1512px) {
  .p-class-content__item {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-class-content__item {
    margin-top: 3.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content__item {
    margin-top: 2.3rem;
  }
}
.p-class-content__item:first-of-type {
  margin-top: 0;
}
.p-class-content__item:has(.p-class-content__step) .p-class-content__inner {
  width: 66%;
}
@media screen and (max-width: 834px) {
  .p-class-content__item:has(.p-class-content__step) .p-class-content__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .p-class-content__item:has(.p-class-content__step) .p-class-content__txt {
    width: 56%;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content__item:has(.p-class-content__step) .p-class-content__txt {
    width: 100%;
  }
}
.p-class-content:not(:has(.p-class-content__img)) .p-class-content__item {
  width: calc(50% - 1.2rem);
}
.p-class-content:not(:has(.p-class-content__img)) .p-class-content__item:nth-of-type(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 834px) {
  .p-class-content:not(:has(.p-class-content__img)) .p-class-content__item:nth-of-type(-n+2) {
    margin-top: 3.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content:not(:has(.p-class-content__img)) .p-class-content__item:nth-of-type(-n+2) {
    margin-top: 2.3rem;
  }
}
.p-class-content:not(:has(.p-class-content__img)) .p-class-content__item:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 834px) {
  .p-class-content:not(:has(.p-class-content__img)) .p-class-content__item {
    width: 100%;
    margin-top: 3.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content:not(:has(.p-class-content__img)) .p-class-content__item {
    margin-top: 2.3rem;
  }
}
.p-class-content:has(.p-class-content__step) .p-class-content__item {
  width: 100%;
}
.p-class-content:has(.p-class-content__step) .p-class-content__item:nth-of-type(-n+2) {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .p-class-content:has(.p-class-content__step) .p-class-content__item:nth-of-type(-n+2) {
    margin-top: 3.8rem;
  }
}
.p-class-content:has(.p-class-content__step) .p-class-content__item:first-of-type {
  margin-top: 0;
}
.p-class-content:has(.p-class-content__step) .p-class-content__item .p-class-content__detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-class-content__step {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 34%;
  padding: 2.4rem 5rem;
  border-bottom-right-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .p-class-content__step {
    padding: 2.5rem;
  }
}
.p-class-content__step.-pcnone {
  display: none;
}
@media screen and (max-width: 834px) {
  .p-class-content__step.-pcnone {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .p-class-content__step {
    width: 44%;
  }
  .p-class-content__step.-tbnone {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content__step {
    width: 100%;
    border-bottom-left-radius: 1rem;
  }
  .p-class-content__step img {
    display: block;
    width: 30rem;
    margin: 0 auto;
  }
}
.p-class-content__img {
  width: 36.3%;
}
@media screen and (max-width: 1512px) {
  .p-class-content__img {
    width: 31.7%;
  }
}
@media screen and (max-width: 834px) {
  .p-class-content__img {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content__img {
    display: block;
    width: 100%;
    margin: 1.4rem 0 0;
  }
}
.p-class-content__img.bg {
  width: 38.2%;
}
.p-class-content__detail {
  width: 61.8%;
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 1.9rem rgba(1, 134, 210, 0.2);
          box-shadow: 0 0 1.9rem rgba(1, 134, 210, 0.2);
}
@media screen and (max-width: 1512px) {
  .p-class-content__detail {
    width: 65.9%;
  }
}
@media screen and (max-width: 834px) {
  .p-class-content__detail {
    width: 100%;
  }
}
.p-class-content:not(:has(.p-class-content__img)) .p-class-content__detail {
  width: 100%;
}
.p-class-content-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  min-height: 10.6rem;
  padding: 1rem 3.5rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
@media screen and (max-width: 1512px) {
  .p-class-content-head {
    min-height: 9.7rem;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content-head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    min-height: auto;
    text-align: center;
    padding: 1.3rem 0;
  }
}
.p-class-content-head__name {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 1512px) {
  .p-class-content-head__name {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content-head__name {
    font-size: 2.5rem;
  }
}
.p-class-content-head__name span {
  font-size: 2rem;
}
@media screen and (max-width: 600px) {
  .p-class-content-head__name span {
    display: block;
    text-align: center;
    font-size: 1.8rem;
  }
}
.p-class-content-head__age {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  background: #fff;
  min-width: 15.5rem;
  height: 5rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 3rem;
  padding: 0 2.5rem 1.3rem;
  white-space: nowrap;
}
@media screen and (max-width: 1512px) {
  .p-class-content-head__age {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content-head__age {
    height: auto;
    font-size: 1.7rem;
    padding: 0.8rem 1rem;
    margin-top: 1rem;
  }
}
.p-class-content-head__age span {
  font-size: 1.6rem;
}
@media screen and (max-width: 1512px) {
  .p-class-content-head__age span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content-head__age span {
    font-size: 1.2rem;
  }
}
.p-class-content-head__age span::after {
  content: "：";
}
.p-class-content-type {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  min-height: 7rem;
}
@media screen and (max-width: 600px) {
  .p-class-content-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    min-height: auto;
  }
}
.p-class-content-type__name {
  width: 52%;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 0.9rem 5rem;
}
@media screen and (max-width: 1512px) {
  .p-class-content-type__name {
    width: 55%;
    font-size: 1.9rem;
    padding: 0.8rem 3.5rem;
  }
}
@media screen and (max-width: 834px) {
  .p-class-content-type__name {
    font-size: 2.1rem;
    padding: 2.3rem 4.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content-type__name {
    width: 100%;
    line-height: 1;
    font-size: 1.6rem;
    padding: 1.5rem;
  }
}
.p-class-content-type__name span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .p-class-content-type__name span {
    padding: 0.8rem 0;
  }
}
.p-class-content-type-place {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 1rem;
  width: 48%;
  background: #F0F0F0;
  padding: 1.8rem 2.7rem;
}
@media screen and (max-width: 1512px) {
  .p-class-content-type-place {
    width: 45%;
    padding: 1.6rem 2.3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-class-content-type-place {
    padding: 1.6rem 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content-type-place {
    width: 100%;
    gap: 0 0.6rem;
    padding: 1rem;
  }
}
.p-class-content-type-place__ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1512px) {
  .p-class-content-type-place__ttl {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-class-content-type-place__ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content-type-place__ttl {
    -ms-flex-item-align: start;
        align-self: flex-start;
    line-height: 1.4;
    padding: 0.3rem 0;
  }
}
.p-class-content-type-place__ttl::after {
  content: "：";
}
.p-class-content-type-place__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 1512px) {
  .p-class-content-type-place__list {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content-type-place__list {
    gap: 0.6rem;
  }
}
.p-class-content-type-place__item {
  font-weight: 500;
  background: #fff;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 1512px) {
  .p-class-content-type-place__item {
    font-size: 1.3rem;
    padding: 0.4rem 0.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-class-content-type-place__item {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content-type-place__item {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0.3rem 0.6rem;
  }
}
.p-class-content-type:not(:has(.p-class-content-type__name)) .p-class-content-type-place {
  width: 100%;
}
.p-class-content__txt {
  padding: 3rem 4rem 4rem;
}
@media screen and (max-width: 1512px) {
  .p-class-content__txt {
    font-size: 1.5rem;
    line-height: 1.75;
    padding: 2.2rem 2.7rem;
  }
}
@media screen and (max-width: 834px) {
  .p-class-content__txt {
    padding: 3.5rem 4.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 2rem 2.4rem 2.4rem;
  }
}
.p-class-content__txt span {
  color: #A71313;
}
.p-class-content__txt.-fun {
  position: relative;
  padding: 3rem 16rem 4rem 4rem;
}
@media screen and (max-width: 1512px) {
  .p-class-content__txt.-fun {
    padding: 2.2rem 14rem 2.2rem 2.7rem;
  }
}
@media screen and (max-width: 834px) {
  .p-class-content__txt.-fun {
    padding: 3.5rem 15rem 3.5rem 4.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-class-content__txt.-fun {
    padding: 2rem 12rem 2.4rem 2.4rem;
  }
}
.p-class-content__txt.-fun::after {
  content: "";
  position: absolute;
  top: 4rem;
  right: 6rem;
  width: 7.3rem;
  height: 11.3rem;
  background: url(../img/class/icn_fun.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 1512px) {
  .p-class-content__txt.-fun::after {
    width: 6rem;
    height: 10rem;
  }
}
@media screen and (max-width: 1512px) {
  .p-class-content__txt.-fun::after {
    top: 2.4rem;
    right: 3rem;
    width: 6.9rem;
    height: 10.9rem;
  }
}

.p-ob-member {
  padding: 0 0 35rem;
}
@media screen and (max-width: 1512px) {
  .p-ob-member {
    padding: 0 0 30rem;
  }
}
@media screen and (max-width: 834px) {
  .p-ob-member {
    padding: 0 0 24rem;
  }
}
.p-ob-member__define {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem 0;
}
@media screen and (max-width: 1512px) {
  .p-ob-member__define {
    gap: 0.5rem 0;
  }
}
.p-ob-member__define dt {
  position: relative;
  width: 11rem;
  font-weight: 700;
  color: #005A9E;
  font-size: 1.5rem;
}
@media screen and (max-width: 1512px) {
  .p-ob-member__define dt {
    width: 9rem;
    font-size: 1.4rem;
  }
}
.p-ob-member__define dt::before {
  content: "/";
  position: absolute;
  top: 0;
  left: 9.4rem;
}
@media screen and (max-width: 1512px) {
  .p-ob-member__define dt::before {
    left: 7.7rem;
  }
}
.p-ob-member__define dt.wide {
  width: 100%;
}
.p-ob-member__define dd {
  width: calc(100% - 11rem);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 1512px) {
  .p-ob-member__define dd {
    width: calc(100% - 9rem);
    font-size: 1.7rem;
  }
}
.p-ob-member__define dd span {
  font-size: 1.6rem;
}
@media screen and (max-width: 1512px) {
  .p-ob-member__define dd span {
    font-size: 1.3rem;
  }
}
.p-ob-member__define dd.wide {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1512px) {
  .p-ob-member__define dd.wide {
    font-size: 1.3rem;
  }
}
.p-ob-member-bg {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: calc(100% - 4.8rem);
  max-width: 187.2rem;
  margin: 13rem auto 0;
}
@media screen and (max-width: 834px) {
  .p-ob-member-bg {
    display: block;
    width: calc(100% - 4rem);
    margin-top: 9.3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-ob-member-bg {
    width: calc(100% - 1.6rem);
    gap: 4rem 0;
    margin-top: 12rem;
  }
}
.p-ob-member-bg:first-child {
  margin-top: 0;
}
.p-ob-member-bg__photo {
  display: block;
  position: relative;
  width: 57%;
  max-width: 108.1rem;
}
@media screen and (max-width: 834px) {
  .p-ob-member-bg__photo {
    width: 100%;
    margin-top: 6rem;
  }
}
.p-ob-member-bg__photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 41%;
  height: 100%;
  background: url(../img/malvaob/bg_dot.png) 0 0/100% 105% no-repeat;
}
@media screen and (max-width: 834px) {
  .p-ob-member-bg__photo::before {
    content: none;
  }
}
.p-ob-member-bg__photo p {
  position: absolute;
  top: -3.2rem;
  left: -10.2rem;
  width: calc(100% + 10.2rem);
  color: #7FBDF6;
  line-height: 1;
  font-size: 8rem;
  mix-blend-mode: multiply;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 1512px) {
  .p-ob-member-bg__photo p {
    font-size: 7rem;
  }
}
@media screen and (max-width: 834px) {
  .p-ob-member-bg__photo p {
    left: 0;
    top: -3.2rem;
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-ob-member-bg__photo p {
    display: none;
  }
}
.p-ob-member-bg__detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 49.1%;
  max-width: 92rem;
}
@media screen and (max-width: 1512px) {
  .p-ob-member-bg__detail {
    width: 58.4%;
    max-width: 81.3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-ob-member-bg__detail {
    width: 100%;
    max-width: inherit;
  }
}
@media screen and (max-width: 600px) {
  .p-ob-member-bg__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4rem 0;
  }
}
.p-ob-member-bg__img {
  width: 47%;
  aspect-ratio: 3/4;
}
.p-ob-member-bg__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .p-ob-member-bg__img {
    width: 34.4%;
  }
}
@media screen and (max-width: 600px) {
  .p-ob-member-bg__img {
    width: 100%;
  }
}
.p-ob-member-bg-content {
  position: relative;
  width: 47%;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .p-ob-member-bg-content {
    width: 60.5%;
  }
}
@media screen and (max-width: 600px) {
  .p-ob-member-bg-content {
    width: 100%;
  }
}
.p-ob-member-bg-content__name {
  font-size: 4rem;
  line-height: 1;
  color: #005A9E;
  font-weight: 700;
  margin: 0 0 5rem;
}
@media screen and (max-width: 1512px) {
  .p-ob-member-bg-content__name {
    font-size: 3.5rem;
    margin: 0 0 4.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-ob-member-bg-content__name {
    font-size: 3.4rem;
    margin: 1.5rem 0 4rem;
  }
}
.p-ob-member-bg-content__en {
  display: none;
  position: absolute;
  top: -3.1rem;
  left: 20.9rem;
  width: calc(100% + 20rem);
  color: #7FBDF6;
  line-height: 1;
  font-size: 8rem;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 1512px) {
  .p-ob-member-bg-content__en {
    font-size: 7rem;
  }
}
@media screen and (max-width: 834px) {
  .p-ob-member-bg-content__en {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    font-size: 4.2rem;
  }
}
.p-ob-member-en {
  position: relative;
  overflow: hidden;
  margin-top: 12rem;
}
@media screen and (max-width: 834px) {
  .p-ob-member-en {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-ob-member-en {
    margin-top: 14rem;
  }
}
.p-ob-member-en__marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  gap: 4rem;
  -webkit-animation: obMarquee 40s linear infinite;
          animation: obMarquee 40s linear infinite;
}
.p-ob-member-en__marquee p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 16.2rem;
  font-weight: 700;
  color: #fff;
  -webkit-text-stroke: 0.2rem #0056B8;
  text-stroke: 0.2rem #0056B8;
  line-height: 1;
  paint-order: stroke;
  margin: 0;
}
@media screen and (max-width: 1512px) {
  .p-ob-member-en__marquee p {
    font-size: 14rem;
  }
}
@media screen and (max-width: 834px) {
  .p-ob-member-en__marquee p {
    font-size: 8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-ob-member-en__marquee p {
    font-size: 7.2rem;
  }
}
.p-ob-member-en__ttl {
  position: relative;
  font-size: 4.1rem;
  font-weight: 700;
  color: #0056B8;
  text-align: center;
  line-height: 1;
  z-index: 1;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 1512px) {
  .p-ob-member-en__ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-ob-member-en__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-ob-member-en__ttl {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.p-ob-col2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 4.8rem);
  gap: 15rem 0;
  max-width: 187.2rem;
  margin: 13rem auto 0;
}
@media screen and (max-width: 1512px) {
  .p-ob-col2 {
    gap: 12rem 0;
    margin-top: 9rem;
  }
}
@media screen and (max-width: 834px) {
  .p-ob-col2 {
    gap: 6rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 4rem;
  }
}
.p-ob-col2__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 48.7%;
}
@media screen and (max-width: 834px) {
  .p-ob-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .p-ob-col2__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4rem 0;
  }
}
.p-ob-col2__en {
  color: #95ACD2;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  font-size: 5rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 1512px) {
  .p-ob-col2__en {
    font-size: 4.2rem;
    margin: 0 0 1rem;
  }
}
.p-ob-col2__name {
  font-size: 4rem;
  line-height: 1;
  color: #005A9E;
  font-weight: 700;
  margin: 0 0 4rem;
}
@media screen and (max-width: 1512px) {
  .p-ob-col2__name {
    font-size: 3.4rem;
  }
}
.p-ob-col2__img {
  width: 47%;
  aspect-ratio: 3/4;
}
.p-ob-col2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .p-ob-col2__img {
    width: 34.4%;
  }
}
@media screen and (max-width: 600px) {
  .p-ob-col2__img {
    width: 100%;
  }
}
.p-ob-col2__detail {
  width: 47%;
}
@media screen and (max-width: 834px) {
  .p-ob-col2__detail {
    width: 60.5%;
  }
}
@media screen and (max-width: 600px) {
  .p-ob-col2__detail {
    width: 100%;
  }
}
.p-ob-col6 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 4.8rem);
  gap: 13rem 4.8rem;
  max-width: 187.2rem;
  margin: 13rem auto 0;
}
@media screen and (max-width: 1512px) {
  .p-ob-col6 {
    gap: 12rem 4.8rem;
    margin-top: 9rem;
  }
}
@media screen and (max-width: 834px) {
  .p-ob-col6 {
    margin-top: 4rem;
    gap: 6rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-ob-col6 {
    width: calc(100% - 1.6rem);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.5rem 0;
  }
}
.p-ob-col6__item {
  width: calc((100% - 24rem) / 6);
}
@media screen and (max-width: 834px) {
  .p-ob-col6__item {
    width: calc((100% - 12rem) / 4);
  }
}
@media screen and (max-width: 600px) {
  .p-ob-col6__item {
    width: calc((100% - 1.6rem) / 2);
  }
}
.p-ob-col6__img {
  margin: 0 0 3rem;
  aspect-ratio: 3/4;
}
.p-ob-col6__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1512px) {
  .p-ob-col6__img {
    margin: 0 0 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-ob-col6__img {
    margin: 0 0 1.8rem;
  }
}
.p-ob-col6__name {
  font-weight: 700;
  font-size: 3rem;
  color: #004D94;
  line-height: 1;
}
@media screen and (max-width: 1512px) {
  .p-ob-col6__name {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-ob-col6__name {
    font-size: 2rem;
  }
}
.p-ob-col6__define {
  margin: 1.2rem 0 0;
}
.p-ob-col6__define dt {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  color: #004D94;
}
@media screen and (max-width: 1512px) {
  .p-ob-col6__define dt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-ob-col6__define dt {
    font-size: 1.3rem;
  }
}
.p-ob-col6__define dt::before {
  content: "/";
  position: absolute;
  top: 0;
  left: 9.4rem;
}
@media screen and (max-width: 600px) {
  .p-ob-col6__define dt::before {
    left: 7rem;
  }
}
.p-ob-col6__define dd {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 1512px) {
  .p-ob-col6__define dd {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 834px) {
  .p-ob-col6__define dd {
    font-size: 1.5rem;
  }
}

@-webkit-keyframes obMarquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes obMarquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-coaching {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 155, 221)), to(rgb(0, 86, 184)));
  background: linear-gradient(90deg, rgb(0, 155, 221) 0%, rgb(0, 86, 184) 100%);
  padding: 0 0 50rem;
}
@media screen and (max-width: 834px) {
  .p-coaching {
    padding: 0 0 11.5rem;
  }
}
.p-coaching-content {
  max-width: 192rem;
  background: url(../img/coaching/bg_mv.png) 0 8rem/100% auto no-repeat;
  padding: 9rem 0 3rem;
  margin: 0 auto;
}
@media screen and (max-width: 1512px) {
  .p-coaching-content {
    padding: 9rem 2rem 3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coaching-content {
    background: url(../img/coaching/bg_mv_tb.png) 0 6rem/100% auto no-repeat;
    padding: 15rem 1.4rem 0;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-content {
    background: url(../img/coaching/bg_mv_sp.png) 0 6rem/100% auto no-repeat;
    margin-top: 0;
    padding: 0 0.8rem 0;
  }
}
.p-coaching-content__ttl {
  font-size: 11.1rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 0 5rem #002B53;
  margin: -15rem auto -3rem;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.p-coaching-content__ttl span {
  display: inline-block;
  text-align: left;
  text-indent: -1em;
}
@media screen and (max-width: 600px) {
  .p-coaching-content__ttl span {
    text-indent: 0;
  }
}
@media screen and (max-width: 1512px) {
  .p-coaching-content__ttl {
    font-size: 9rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coaching-content__ttl {
    font-size: 6rem;
    margin: -15rem -1em -3rem 0;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-content__ttl {
    font-size: 3.2rem;
    margin: -6rem 0 11rem;
  }
}
.p-coaching-content__ttl picture {
  display: block;
  width: 100%;
}
.p-coaching-content__inner {
  width: 48%;
  max-width: 92.4rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 834px) {
  .p-coaching-content__inner {
    width: 58.6%;
    max-width: 48.9rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-content__inner {
    width: 100%;
  }
}
.p-coaching-content-detail {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 86, 184, 0)), color-stop(15%, rgba(0, 86, 184, 0.7)), color-stop(85%, rgba(0, 86, 184, 0.7)), to(rgba(0, 86, 184, 0)));
  background: linear-gradient(180deg, rgba(0, 86, 184, 0) 0%, rgba(0, 86, 184, 0.7) 15%, rgba(0, 86, 184, 0.7) 85%, rgba(0, 86, 184, 0) 100%);
  padding: 13rem 5rem;
}
@media screen and (max-width: 1512px) {
  .p-coaching-content-detail {
    padding: 10rem 4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coaching-content-detail {
    padding: 13rem 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-content-detail {
    padding: 9rem 2.5rem 8rem;
  }
}
.p-coaching-content-detail__ttl {
  font-size: 3.4rem;
  color: #fff;
  font-weight: 700;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 1512px) {
  .p-coaching-content-detail__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coaching-content-detail__ttl {
    font-size: 3rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-content-detail__ttl {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.p-coaching-content-detail__txt {
  font-size: 2.4rem;
  line-height: 2;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1512px) {
  .p-coaching-content-detail__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coaching-content-detail__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-content-detail__txt {
    font-size: 1.6rem;
    line-height: 2.4;
  }
}
.p-coaching-content-prof {
  width: calc(100% - 2rem);
  background: rgba(255, 255, 255, 0.68);
  padding: 5rem;
  margin-top: 11.8rem;
}
@media screen and (max-width: 1512px) {
  .p-coaching-content-prof {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coaching-content-prof {
    width: 100%;
    padding: 3.5rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-content-prof {
    padding: 2.5rem;
  }
}
.p-coaching-content-prof__ttl {
  font-weight: 700;
  font-size: 2.6rem;
  color: #005A9E;
  margin: 0 0 1rem;
}
@media screen and (max-width: 1512px) {
  .p-coaching-content-prof__ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coaching-content-prof__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-content-prof__ttl {
    font-size: 2rem;
  }
}
.p-coaching-content-prof__txt {
  font-size: 2rem;
  color: #005A9E;
  line-height: 2;
}
@media screen and (max-width: 1512px) {
  .p-coaching-content-prof__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coaching-content-prof__txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-content-prof__txt {
    font-size: 1.5rem;
  }
}
.p-coaching-policy {
  position: relative;
  max-width: 187.2rem;
  margin: 16rem auto 0;
  padding: 0 2rem;
}
@media screen and (max-width: 1512px) {
  .p-coaching-policy {
    max-width: 139.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coaching-policy {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-policy {
    margin-top: 22rem;
    padding: 0 0.8rem;
  }
}
.p-coaching-policy__ttl {
  position: absolute;
  top: 24rem;
  left: -25rem;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  font-size: 5.5rem;
  line-height: 1;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 1512px) {
  .p-coaching-policy__ttl {
    left: -23rem;
    font-size: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coaching-policy__ttl {
    left: -18rem;
    top: 19.5rem;
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-policy__ttl {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    font-size: 4.5rem;
    text-align: center;
  }
}
.p-coaching-policy__ttl span {
  font-size: 9.9rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1512px) {
  .p-coaching-policy__ttl span {
    font-size: 9rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coaching-policy__ttl span {
    font-size: 8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-policy__ttl span {
    font-size: 8.3rem;
  }
}
.p-coaching-policy-list {
  width: 91.6%;
  max-width: 171.4rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 834px) {
  .p-coaching-policy-list {
    width: 87.2%;
    max-width: 69.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-policy-list {
    width: 100%;
    margin-top: 6rem;
  }
}
.p-coaching-policy-list__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin-top: 4.8rem;
}
@media screen and (max-width: 834px) {
  .p-coaching-policy-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-policy-list__item {
    margin-top: 3rem;
  }
}
.p-coaching-policy-list__item:first-child {
  margin-top: 0;
}
.p-coaching-policy-list__img {
  width: 49.4%;
}
@media screen and (max-width: 834px) {
  .p-coaching-policy-list__img {
    width: 100%;
  }
}
.p-coaching-policy-list__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 50.6%;
  background: rgba(195, 237, 255, 0.8);
  padding: 0 9rem 0 6.8rem;
}
@media screen and (max-width: 834px) {
  .p-coaching-policy-list__inner {
    width: 100%;
    padding: 5.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-policy-list__inner {
    padding: 2.5rem;
  }
}
.p-coaching-policy-list__en {
  font-size: 2.1rem;
  color: #87B9ED;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 1512px) {
  .p-coaching-policy-list__en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coaching-policy-list__en {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-policy-list__en {
    font-size: 1.5rem;
  }
}
.p-coaching-policy-list__ttl {
  color: #015DBC;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 1512px) {
  .p-coaching-policy-list__ttl {
    font-size: 7rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-policy-list__ttl {
    font-size: 5.5rem;
  }
}
.p-coaching-policy-list__sub {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 1.7rem 0 0;
}
@media screen and (max-width: 1512px) {
  .p-coaching-policy-list__sub {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coaching-policy-list__sub {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-policy-list__sub {
    font-size: 2rem;
    margin-top: 0;
  }
}
.p-coaching-policy-list__txt {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 5.7rem 0 0;
}
@media screen and (max-width: 1512px) {
  .p-coaching-policy-list__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coaching-policy-list__txt {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coaching-policy-list__txt {
    font-size: 1.5rem;
    margin-top: 2.4rem;
  }
}

.p-about {
  position: relative;
  background: #EFF9FF;
  overflow: hidden;
}
.p-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 155, 221)), to(rgb(0, 86, 184)));
  background: linear-gradient(90deg, rgb(0, 155, 221) 0%, rgb(0, 86, 184) 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
          mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
  z-index: 0;
}
.p-about-mv {
  padding: 0 0 11rem;
}
@media screen and (max-width: 834px) {
  .p-about-mv {
    padding: 0 0 8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-mv {
    padding: 0 0 9.6rem;
  }
}
.p-about-mv__inner {
  position: relative;
  max-width: 124rem;
  padding: 8rem 0 0;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .p-about-mv__inner {
    padding: 7rem 2rem 0;
  }
}
@media screen and (max-width: 600px) {
  .p-about-mv__inner {
    padding: 0 0.8rem;
  }
}
.p-about-mv__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 61.2rem;
  height: 63.2rem;
  background: url(../img/about/bg_mv.png) 0 0/100% auto no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .p-about-mv__inner::after {
    width: 32.5rem;
    height: 33.6rem;
  }
}
.p-about-mv__pre {
  position: relative;
  font-size: 3.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .p-about-mv__pre {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-mv__pre {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.p-about-mv__ttl {
  position: relative;
  font-size: 8rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 2rem rgba(1, 89, 185, 0.8);
  line-height: 1.3;
  margin: 2.9rem 0 0;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .p-about-mv__ttl {
    font-size: 5rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .p-about-mv__ttl {
    font-size: 3.3rem;
    line-height: 1.5;
    margin: 2.9rem -3rem 0;
  }
}
.p-about-mv__txt {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #005A9E;
  margin: 4rem 0 0;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .p-about-mv__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 600px) {
  .p-about-mv__txt {
    font-size: 1.5rem;
  }
}
.p-about-mv-slide {
  overflow: hidden;
  margin-top: 7rem;
}
@media screen and (max-width: 834px) {
  .p-about-mv-slide {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-mv-slide {
    margin-top: 4rem;
  }
}
.p-about-mv-slide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
  gap: 2.4rem;
}
@media screen and (max-width: 1512px) {
  .p-about-mv-slide__list {
    gap: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-about-mv-slide__list {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-mv-slide__list {
    gap: 2rem;
  }
}
.p-about-mv-slide__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 37.1rem;
}
@media screen and (max-width: 1512px) {
  .p-about-mv-slide__item {
    width: 33.2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-about-mv-slide__item {
    width: 21.7rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-mv-slide__item {
    width: 18.2rem;
  }
}
.p-about-mv-slide__item img {
  width: 100%;
  height: auto;
  display: block;
}
.p-about-concept__item {
  position: relative;
  width: calc(100% - 4.8rem);
  max-width: 187.2rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(203, 234, 249)), to(rgb(203, 225, 244)));
  background: linear-gradient(90deg, rgb(203, 234, 249) 0%, rgb(203, 225, 244) 100%);
  margin: 7.4rem auto 0;
  padding: 10rem 6.4rem;
}
@media screen and (max-width: 834px) {
  .p-about-concept__item {
    width: calc(100% - 4rem);
    padding: 4rem 2.5rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-concept__item {
    width: calc(100% - 1.6rem);
    padding: 5rem 2rem 3rem;
  }
}
.p-about-concept__item:first-child {
  margin-top: 0;
}
.p-about-concept__item.-purple {
  background: linear-gradient(130deg, rgb(238, 235, 255) 0%, rgb(200, 228, 255) 100%);
}
.p-about-concept__en {
  position: absolute;
  top: -8rem;
  right: 6.4rem;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  font-size: 13.5rem;
  font-style: italic;
}
@media screen and (max-width: 834px) {
  .p-about-concept__en {
    top: -4rem;
    right: 2.8rem;
    font-size: 7rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-concept__en {
    top: -4rem;
    left: 0;
    right: auto;
    width: 100%;
    font-size: 6rem;
    text-align: center;
  }
}
.p-about-concept__ttl {
  color: #005A9E;
  font-size: 4.2rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 3.8rem;
}
@media screen and (max-width: 834px) {
  .p-about-concept__ttl {
    font-size: 2.8rem;
    margin: 0 0 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-concept__ttl {
    font-size: 2.6rem;
  }
}
.-purple .p-about-concept__ttl {
  color: #5B2DAC;
}
.p-about-concept__txt {
  max-width: 118.5rem;
  font-size: 2.2rem;
  line-height: 1.27;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .p-about-concept__txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-about-concept-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin-top: 8rem;
}
@media screen and (max-width: 1512px) {
  .p-about-concept-list {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-about-concept-list {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-concept-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2rem 0;
  }
}
.p-about-concept-list__item {
  width: 32.4%;
  max-width: 56.5rem;
  background: #fff;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .p-about-concept-list__item {
    width: calc((100% - 4rem) / 3);
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-concept-list__item {
    width: 100%;
  }
}
.p-about-concept-list__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 2.6rem;
  padding: 3.5rem 4rem;
}
@media screen and (max-width: 1512px) {
  .p-about-concept-list__head {
    padding: 2rem;
    gap: 0 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .p-about-concept-list__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.9rem 0;
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-concept-list__head {
    padding: 1rem 1.5rem 1.5rem;
  }
}
.-purple .p-about-concept-list__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2.2rem 0;
}
@media screen and (max-width: 834px) {
  .-purple .p-about-concept-list__head {
    gap: 0.9rem 0;
  }
}
.p-about-concept-list__pre {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 8rem;
  height: 8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #0056B8;
  border-radius: 0.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1512px) {
  .p-about-concept-list__pre {
    width: 7rem;
    height: 7rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-about-concept-list__pre {
    width: 6.8rem;
    height: 2.2rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-concept-list__pre {
    height: 2.4rem;
    font-size: 1.5rem;
  }
}
.-purple .p-about-concept-list__pre {
  width: 12.6rem;
  height: 4.7rem;
  background: #5B2DAC;
}
@media screen and (max-width: 834px) {
  .-purple .p-about-concept-list__pre {
    width: 6.8rem;
    height: 2.2rem;
  }
}
.p-about-concept-list__ttl {
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 1512px) {
  .p-about-concept-list__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-about-concept-list__ttl {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.25;
  }
}
@media screen and (max-width: 600px) {
  .p-about-concept-list__ttl {
    font-size: 2.2rem;
    text-align: left;
    line-height: 1.4;
  }
}
.p-about-concept__grad {
  text-align: center;
  color: #fff;
  border-radius: 1rem;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 155, 221)), to(rgb(0, 86, 184)));
  background: linear-gradient(90deg, rgb(0, 155, 221) 0%, rgb(0, 86, 184) 100%);
  margin-top: 8rem;
  padding: 3rem 0;
}
@media screen and (max-width: 1512px) {
  .p-about-concept__grad {
    font-size: 2rem;
    padding: 2rem 0;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-about-concept__grad {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.5rem 2.4rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-concept__grad {
    font-size: 1.6rem;
    text-align: left;
    padding: 1.5rem 2rem;
    margin-top: 3.2rem;
    border-radius: 0.4rem;
  }
}
.-purple .p-about-concept__grad {
  background: linear-gradient(130deg, rgb(89, 66, 135) 0%, rgb(0, 88, 154) 100%);
}
.p-about-concept-method {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin: 7.7rem 0 0;
}
@media screen and (max-width: 1512px) {
  .p-about-concept-method {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-about-concept-method {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-concept-method {
    margin-top: 4rem;
  }
}
.p-about-concept-method__list {
  max-width: 117.6rem;
  width: 67.4%;
}
@media screen and (max-width: 834px) {
  .p-about-concept-method__list {
    width: 100%;
  }
}
.p-about-concept-method__img {
  display: block;
  max-width: 54.4rem;
  width: 31.2%;
}
@media screen and (max-width: 834px) {
  .p-about-concept-method__img {
    width: 100%;
    max-width: 71.1rem;
    margin-top: 3.8rem;
  }
}
.p-about-concept-method__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  background: #fff;
  border-radius: 1rem;
  padding: 0 5rem 0 0;
  margin-top: 2.4rem;
}
@media screen and (max-width: 834px) {
  .p-about-concept-method__item {
    padding: 0 3rem 0 0;
    margin-top: 1.6rem;
    border-radius: 0.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-concept-method__item {
    padding: 0 1.5rem 0 0;
  }
}
.p-about-concept-method__item:first-child {
  margin-top: 0;
}
.p-about-concept-method__inner {
  border-left: 1px solid #8FBBDB;
  padding: 4.8rem 0 4.8rem 2.5rem;
}
@media screen and (max-width: 834px) {
  .p-about-concept-method__inner {
    padding: 3rem 0 3rem 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-concept-method__inner {
    padding: 2rem 0 2rem 1.6rem;
  }
}
.p-about-concept-method__num {
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  text-align: right;
  color: rgba(96, 49, 178, 0.85);
  line-height: 1;
  font-style: italic;
  padding: 0 2.4rem 4.8rem;
}
@media screen and (max-width: 834px) {
  .p-about-concept-method__num {
    font-size: 1.8rem;
    padding: 0 1.3rem 3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-concept-method__num {
    padding: 0 1.3rem 2rem;
  }
}
.p-about-concept-method__ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #22005C;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 1512px) {
  .p-about-concept-method__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-about-concept-method__ttl {
    font-size: 2.3rem;
    margin: 0 0 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-concept-method__ttl {
    font-size: 2.2rem;
  }
}
.p-about-concept-method__txt {
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (max-width: 1512px) {
  .p-about-concept-method__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-about-concept-method__txt {
    font-size: 1.5rem;
  }
}
.p-about-concept-coaching {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin: 7.7rem 0 0;
}
@media screen and (max-width: 1512px) {
  .p-about-concept-coaching {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-about-concept-coaching {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem 0;
    margin-top: 3rem;
  }
}
.p-about-concept-coaching__item {
  position: relative;
  width: calc(50% - 1.2rem);
  min-height: 30rem;
  background: #fff;
  border-radius: 1rem;
  padding: 3.1rem 32.8rem 2.4rem 4.8rem;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .p-about-concept-coaching__item {
    width: 100%;
    min-height: auto;
    padding: 1.6rem 22rem 1.6rem 2rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-about-concept-coaching__item {
    padding: 1.5rem;
  }
}
.p-about-concept-coaching__img {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 25.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .p-about-concept-coaching__img {
    right: 1.5rem;
    width: 15.2rem;
    height: 15.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-concept-coaching__img {
    position: relative;
    top: auto;
    right: auto;
    float: right;
    width: 13rem;
    height: auto;
    -webkit-transform: none;
            transform: none;
    margin: -6.7rem 0 0 1rem;
  }
  .p-about-concept-coaching__img.-btm {
    margin-top: -9.4rem;
  }
}
.p-about-concept-coaching__num {
  display: inline-block;
  background: #CEE2F9;
  border-radius: 0.4rem;
  border: 1px solid #0056B8;
  color: #005A9E;
  font-size: 1.9rem;
  line-height: 1;
  padding: 0.4rem 0.8rem;
}
@media screen and (max-width: 834px) {
  .p-about-concept-coaching__num {
    font-size: 1.4rem;
  }
}
.p-about-concept-coaching__num span {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  margin-left: 0.3rem;
}
@media screen and (max-width: 834px) {
  .p-about-concept-coaching__num span {
    font-size: 1.9rem;
  }
}
.p-about-concept-coaching__ttl {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.2;
  margin: 3.4rem 0 0;
}
@media screen and (max-width: 834px) {
  .p-about-concept-coaching__ttl {
    margin: 1rem 0 0;
  }
}
.p-about-concept-coaching__txt {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 1rem 0 0;
}
@media screen and (max-width: 834px) {
  .p-about-concept-coaching__txt {
    font-size: 1.5rem;
  }
}
.p-about-message {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  width: calc(100% - 4.8rem);
  max-width: 187.2rem;
  margin: 7.4rem auto 0;
  padding: 0 0 26.4rem;
  overflow: hidden;
}
@media screen and (max-width: 1512px) {
  .p-about-message {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-about-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: calc(100% - 4rem);
    margin: 5rem auto 0;
  }
}
@media screen and (max-width: 600px) {
  .p-about-message {
    width: calc(100% - 1.6rem);
    padding: 0 0 11rem;
  }
}
.p-about-message__content {
  position: relative;
  width: 59%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 155, 221)), to(rgb(0, 86, 184)));
  background: linear-gradient(90deg, rgb(0, 155, 221) 0%, rgb(0, 86, 184) 100%);
  padding: 16rem 10rem;
}
@media screen and (max-width: 1512px) {
  .p-about-message__content {
    padding: 10rem;
  }
}
@media screen and (max-width: 834px) {
  .p-about-message__content {
    width: 100%;
    padding: 6rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-message__content {
    padding: 3rem 2.5rem;
  }
}
.p-about-message__content::after {
  content: "";
  position: absolute;
  bottom: -30rem;
  right: 0;
  width: 85.1rem;
  height: 84.7rem;
  background: url(../img/about/bg_message.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 834px) {
  .p-about-message__content::after {
    bottom: -17rem;
    right: -12rem;
    width: 55rem;
    height: 55rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about-message__content::after {
    content: none;
  }
}
.p-about-message__txt {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.9;
  margin-top: 8rem;
}
@media screen and (max-width: 1512px) {
  .p-about-message__txt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-about-message__txt {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 600px) {
  .p-about-message__txt {
    font-size: 1.7rem;
    margin-top: 3.2rem;
  }
}
.p-about-message__txt:first-child {
  margin-top: 0;
}
.p-about-message__img {
  display: block;
  width: 41%;
}
@media screen and (max-width: 834px) {
  .p-about-message__img {
    width: 100%;
  }
}
.p-about-message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-results {
  padding-bottom: 22rem;
}
.p-results-block {
  max-width: 187.2rem;
  width: calc(100% - 4.8rem);
  margin: 0 auto;
  background: url(../img/results/bg_01.jpg) 0 0/100% 2px repeat-y;
}
@media screen and (max-width: 834px) {
  .p-results-block {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 600px) {
  .p-results-block {
    width: calc(100% - 1.6rem);
  }
}
.p-results-block + .p-results-block {
  margin-top: 9.4rem;
}
@media screen and (max-width: 834px) {
  .p-results-block + .p-results-block {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 600px) {
  .p-results-block + .p-results-block {
    margin-top: 4.6rem;
  }
}
.p-results-block.-red {
  background: url(../img/results/bg_02.jpg) 0 0/100% 2px repeat-y;
}
.p-results-block.-green {
  background: url(../img/results/bg_03.jpg) 0 0/100% 2px repeat-y;
}
.p-results-block__head {
  position: relative;
  padding: 0 0 5rem;
}
@media screen and (max-width: 600px) {
  .p-results-block__head {
    padding: 0 0 2rem;
  }
}
.p-results-block__mv {
  display: block;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, #000 50%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #000), to(transparent));
  mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.p-results-block__catch {
  position: absolute;
  bottom: 10rem;
  left: 8rem;
  font-size: 11rem;
  color: #fff;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  font-weight: 900;
  text-shadow: 0 0 5rem #002B53;
  line-height: 1.2;
  z-index: 2;
}
@media screen and (max-width: 1512px) {
  .p-results-block__catch {
    font-size: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-results-block__catch {
    left: 3rem;
    font-size: 6rem;
    -webkit-transform: skewY(-8deg) rotate(-5deg);
            transform: skewY(-8deg) rotate(-5deg);
  }
}
@media screen and (max-width: 600px) {
  .p-results-block__catch {
    bottom: 12rem;
    left: 1rem;
    font-size: 3.2rem;
  }
}
.-red .p-results-block__catch {
  font-size: 9rem;
}
@media screen and (max-width: 1512px) {
  .-red .p-results-block__catch {
    font-size: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .-red .p-results-block__catch {
    bottom: 12rem;
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 600px) {
  .-red .p-results-block__catch {
    bottom: 8rem;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 600px) {
  .-green .p-results-block__catch {
    bottom: 8rem;
  }
}
.p-results-block__logo {
  position: absolute;
  top: 30rem;
  right: 5.2rem;
  width: 60.8rem;
}
@media screen and (max-width: 1512px) {
  .p-results-block__logo {
    width: 44rem;
  }
}
@media screen and (max-width: 834px) {
  .p-results-block__logo {
    top: auto;
    bottom: -3rem;
    right: 2.3rem;
    width: 37.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-results-block__logo {
    bottom: 2rem;
    width: 22.8rem;
  }
}
.-red .p-results-block__logo {
  top: auto;
  width: 52rem;
  bottom: 1rem;
}
@media screen and (max-width: 1512px) {
  .-red .p-results-block__logo {
    width: 40rem;
  }
}
@media screen and (max-width: 834px) {
  .-red .p-results-block__logo {
    width: 31rem;
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .-red .p-results-block__logo {
    width: 17rem;
    bottom: 3rem;
  }
}
.-green .p-results-block__logo {
  top: 18rem;
  width: 56.6rem;
}
@media screen and (max-width: 1512px) {
  .-green .p-results-block__logo {
    width: 40rem;
  }
}
@media screen and (max-width: 834px) {
  .-green .p-results-block__logo {
    top: auto;
    width: 33.4rem;
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .-green .p-results-block__logo {
    width: 20.4rem;
    bottom: 1rem;
  }
}
.p-results-block__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 88.1%;
  margin: 0 0 0 8%;
  padding: 0 0 11rem;
}
@media screen and (max-width: 834px) {
  .p-results-block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    margin: 0;
    padding: 0 2.6rem 18rem;
  }
}
@media screen and (max-width: 600px) {
  .p-results-block__inner {
    padding: 0 1.4rem 3rem;
  }
}
.p-results-block__img {
  display: block;
  width: 42.5%;
}
@media screen and (max-width: 834px) {
  .p-results-block__img {
    width: 100%;
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-results-block__img {
    margin-top: 4.2rem;
  }
}
.p-results-block-detail {
  width: 46.4%;
}
@media screen and (max-width: 834px) {
  .p-results-block-detail {
    width: 100%;
  }
}
.p-results-block-detail__pre {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  background: #004B84;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 834px) {
  .p-results-block-detail__pre {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-results-block-detail__pre {
    font-size: 1.3rem;
  }
}
.-red .p-results-block-detail__pre {
  background: #F10F1A;
}
.-green .p-results-block-detail__pre {
  background: #006586;
}
.p-results-block-detail__ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin: 1.6rem 0 2.5rem;
}
@media screen and (max-width: 1512px) {
  .p-results-block-detail__ttl {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-results-block-detail__ttl {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-results-block-detail__ttl {
    font-size: 3rem;
  }
}
.p-results-block-detail__txt {
  font-size: 2.1rem;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 1512px) {
  .p-results-block-detail__txt {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 834px) {
  .p-results-block-detail__txt {
    font-size: 1.6rem;
  }
}
.p-results-block-past {
  background: #D7EFF1;
  padding: 3.5rem 4rem;
  margin-top: 8.9rem;
}
@media screen and (max-width: 1512px) {
  .p-results-block-past {
    padding: 2rem 3rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .p-results-block-past {
    padding: 3.1rem 4rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-results-block-past {
    padding: 2rem;
  }
}
.-red .p-results-block-past {
  background: #FFE3D2;
}
.-green .p-results-block-past {
  background: #D7EFF1;
}
.p-results-block-past__ttl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #008BA2;
  margin: 0 0 1.2rem;
}
@media screen and (max-width: 1512px) {
  .p-results-block-past__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-results-block-past__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-results-block-past__ttl {
    font-size: 2.1rem;
  }
}
.-red .p-results-block-past__ttl {
  color: #EA202A;
}
.-green .p-results-block-past__ttl {
  color: #008BA2;
}
.p-results-block-past__item {
  position: relative;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.6rem;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 834px) {
  .p-results-block-past__item {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 600px) {
  .p-results-block-past__item {
    font-size: 1.6rem;
  }
}
.p-results-block-past__item span {
  font-size: 1.8rem;
  margin: 0 0 0 1.2rem;
}
@media screen and (max-width: 834px) {
  .p-results-block-past__item span {
    font-size: 1.6rem;
    margin: 0 0 0 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-results-block-past__item span {
    display: block;
    font-size: 1.6rem;
  }
}
.p-results-block-past__item:first-child {
  margin-top: 0;
}
.p-results-block-past__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #333;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-coach-mv {
  padding: 0 0 7rem;
}
@media screen and (max-width: 600px) {
  .p-coach-mv {
    padding: 0 0 4.2rem;
  }
}
.p-coach-mv-catch__txt {
  text-align: center;
  font-size: 3.7rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.4rem;
}
@media screen and (max-width: 834px) {
  .p-coach-mv-catch__txt {
    font-size: 2.2rem;
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-mv-catch__txt {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    font-size: 2rem;
    gap: 0.8rem 0;
    margin-top: 0.8rem;
  }
}
.p-coach-mv-catch__txt:first-child {
  margin-top: 0;
}
.p-coach-mv-catch__txt span {
  background: #004D94;
  color: #fff;
  padding-left: 1rem;
}
@media screen and (max-width: 600px) {
  .p-coach-mv-catch__txt span {
    padding: 0 0.8rem;
  }
}
.p-coach-mv-catch__txt span + span {
  padding: 0 1rem 0 0;
}
@media screen and (max-width: 600px) {
  .p-coach-mv-catch__txt span + span {
    padding: 0 0.8rem;
  }
}
.p-coach-list {
  width: calc(100% - 4.8rem);
  max-width: 187.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-coach-list {
    width: calc(100% - 1.6rem);
  }
}
.p-coach-list__item {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  padding: 0 0 6.8rem;
}
@media screen and (max-width: 834px) {
  .p-coach-list__item {
    padding: 0 0 7.7rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0 0 5.6rem 0;
  }
}
.p-coach-list__item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(203, 234, 249)), to(rgba(203, 234, 249, 0)));
  background: linear-gradient(180deg, rgb(203, 234, 249) 0%, rgba(203, 234, 249, 0) 100%);
  z-index: -1;
}
.p-coach-list-star {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 50%;
  padding: 1.5rem 0;
  gap: 0 3.5rem;
  border-top: 0.2rem solid #004D94;
  border-bottom: 0.2rem solid #004D94;
  margin: 0 0 4rem;
}
@media screen and (max-width: 1512px) {
  .p-coach-list-star {
    margin: 0 0 2rem;
    padding: 1.2rem 0 1rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coach-list-star {
    margin: 0 0 3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-star {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 2rem;
  }
}
.p-coach-list-star__ttl {
  font-size: 2.5rem;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-style: italic;
  color: #004D94;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1512px) {
  .p-coach-list-star__ttl {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coach-list-star__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-star__ttl {
    font-size: 2.3rem;
  }
}
.p-coach-list-star__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 0 0.3rem;
}
.p-coach-list-star__item {
  width: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 1512px) {
  .p-coach-list-star__item {
    width: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coach-list-star__item {
    width: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-star__item {
    width: 2.8rem;
  }
}
.p-coach-list__img {
  width: 23.1%;
  max-width: 43.2rem;
}
@media screen and (max-width: 834px) {
  .p-coach-list__img {
    width: 34%;
    max-width: 27.3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coach-list__img {
    width: 34.4%;
    max-width: 34.4%;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list__img {
    width: 100%;
    max-width: 100%;
    margin: 0 0 3rem;
  }
}
.p-coach-list__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 74%;
}
@media screen and (max-width: 834px) {
  .p-coach-list__inner {
    width: 61%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list__inner {
    width: 100%;
  }
}
.p-coach-list__detail {
  max-width: 43rem;
  width: 31%;
}
@media screen and (max-width: 1512px) {
  .p-coach-list__detail {
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  .p-coach-list__detail {
    width: 100%;
    max-width: 100%;
  }
}
.p-coach-list__photo {
  max-width: 80rem;
  width: 58%;
  aspect-ratio: 3/2;
}
.p-coach-list__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1512px) {
  .p-coach-list__photo {
    width: 56%;
  }
}
@media screen and (max-width: 834px) {
  .p-coach-list__photo {
    width: 100%;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list__photo {
    margin-top: 3rem;
  }
}
.p-coach-list__en {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #629FD8;
  margin: 0 0 1.4rem;
}
@media screen and (max-width: 1512px) {
  .p-coach-list__en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coach-list__en {
    font-size: 1.5rem;
    margin: 0 0 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list__en {
    font-size: 1.8rem;
  }
}
.p-coach-list__name {
  color: #004D94;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 5.4rem;
}
@media screen and (max-width: 1512px) {
  .p-coach-list__name {
    font-size: 3.8rem;
    margin: 0 0 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coach-list__name {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list__name {
    font-size: 3.2rem;
  }
}
.p-coach-list-middle {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6rem 4.8rem;
  padding: 0 0 12rem;
}
@media screen and (max-width: 834px) {
  .p-coach-list-middle {
    gap: 6rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-middle {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4.2rem 0;
  }
}
.p-coach-list-middle::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(203, 234, 249)), to(rgba(203, 234, 249, 0)));
  background: linear-gradient(180deg, rgb(203, 234, 249) 0%, rgba(203, 234, 249, 0) 100%);
  z-index: -1;
}
.p-coach-list-middle .p-coach-list-star {
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 834px) {
  .p-coach-list-middle .p-coach-list-star {
    gap: 0 2rem;
    margin: 0 0 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-middle .p-coach-list-star {
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coach-list-middle .p-coach-list-star__ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-middle .p-coach-list-star__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-middle .p-coach-list-star__ttl {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-coach-list-middle .p-coach-list-star__item {
    width: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-middle .p-coach-list-star__item {
    width: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-middle .p-coach-list__en {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.p-coach-list-middle .p-coach-list__name {
  margin: 0 0 3.4rem;
}
@media screen and (max-width: 834px) {
  .p-coach-list-middle .p-coach-list__name {
    margin: 0 0 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-middle .p-coach-list__name {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-middle .p-coach-list__name {
    font-size: 3.2rem;
    margin: 0 0 2.8rem;
  }
}
.p-coach-list-middle__photo {
  margin: 0 0 2.7rem;
  aspect-ratio: 3/4;
}
.p-coach-list-middle__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .p-coach-list-middle__photo {
    margin: 0 0 2rem;
  }
}
.p-coach-list-middle__item {
  width: calc((100% - 14.4rem) / 4);
}
@media screen and (max-width: 834px) {
  .p-coach-list-middle__item {
    width: calc((100% - 8rem) / 3);
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-middle__item {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .p-coach-list-middle .p-coach__define dd {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-middle .p-coach__define dd {
    width: calc(100% - 10rem);
    font-size: 1.9rem;
  }
}
.p-coach-list-column {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6rem 4.8rem;
  padding: 0 0 12rem;
}
@media screen and (max-width: 834px) {
  .p-coach-list-column {
    gap: 6rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-column {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4.2rem 0;
  }
}
.p-coach-list-column::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(203, 234, 249)), to(rgba(203, 234, 249, 0)));
  background: linear-gradient(180deg, rgb(203, 234, 249) 0%, rgba(203, 234, 249, 0) 100%);
  z-index: -1;
}
.p-coach-list-column .p-coach-list-star {
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 834px) {
  .p-coach-list-column .p-coach-list-star {
    margin: 0 0 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-column .p-coach-list-star__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-column .p-coach-list-star__item {
    width: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-column .p-coach-list__en {
    font-size: 1.5rem;
  }
}
.p-coach-list-column .p-coach-list__name {
  margin: 0 0 3.4rem;
}
@media screen and (max-width: 834px) {
  .p-coach-list-column .p-coach-list__name {
    margin: 0 0 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-column .p-coach-list__name {
    font-size: 2.8rem;
  }
}
.p-coach-list-column__photo {
  margin: 0 0 2.7rem;
  aspect-ratio: 3/4;
}
.p-coach-list-column__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .p-coach-list-column__photo {
    margin: 0 0 2rem;
  }
}
.p-coach-list-column__item {
  width: calc((100% - 19.2rem) / 5);
}
@media screen and (max-width: 834px) {
  .p-coach-list-column__item {
    width: calc((100% - 12rem) / 4);
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-column__item {
    width: calc(50% - 0.8rem);
  }
}
@media screen and (max-width: 834px) {
  .p-coach-list-column .p-coach__define dd {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .p-coach-list-column .p-coach__define dd {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: -0.3rem;
  }
  .p-coach-list-column .p-coach__define dd.wide {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-coach__define {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem 0;
}
@media screen and (max-width: 1512px) {
  .p-coach__define {
    gap: 1rem 0;
  }
}
@media screen and (max-width: 834px) {
  .p-coach__define {
    gap: 0.5rem 0;
  }
}
.p-coach__define dt {
  position: relative;
  width: 10rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #004D94;
  line-height: 1.7;
}
@media screen and (max-width: 834px) {
  .p-coach__define dt {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 600px) {
  .p-coach__define dt {
    width: 9rem;
    line-height: 2;
  }
}
.p-coach__define dt::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}
.p-coach__define dd {
  width: calc(100% - 11rem);
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .p-coach__define dd {
    font-size: 1.7rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 600px) {
  .p-coach__define dd {
    width: calc(100% - 10rem);
    font-size: 1.9rem;
  }
}
.p-coach__define dd.wide {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: -1rem;
}
@media screen and (max-width: 834px) {
  .p-coach__define dd.wide {
    margin-top: -0.3rem;
  }
}

@media screen and (max-width: 1512px) {
  .p-voice-mv .c-intro__txt {
    width: 54%;
  }
}
@media screen and (max-width: 600px) {
  .p-voice-mv .c-intro__txt {
    width: 100%;
  }
}
.p-voice-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 4.8rem);
  max-width: 187.2rem;
  gap: 4.6rem 2.6%;
  margin: 0 auto;
  padding: 0 0 45rem;
  list-style: none;
}
@media screen and (max-width: 834px) {
  .p-voice-list {
    gap: 3rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 4rem);
    padding: 0 0 24rem;
  }
}
@media screen and (max-width: 600px) {
  .p-voice-list {
    width: calc(100% - 1.6rem);
  }
}
.p-voice-list__item {
  background: #EFEFEF;
  width: 23.04%;
}
@media screen and (max-width: 834px) {
  .p-voice-list__item {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 600px) {
  .p-voice-list__item {
    width: 100%;
  }
}
.p-voice-list__item:nth-child(-n+3) {
  width: 31.6%;
}
@media screen and (max-width: 834px) {
  .p-voice-list__item:nth-child(-n+3) {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 600px) {
  .p-voice-list__item:nth-child(-n+3) {
    width: 100%;
  }
}
.p-voice-list__item:nth-child(-n+3) .p-voice-list-cat {
  margin: 0 0 2.6rem;
}
@media screen and (max-width: 834px) {
  .p-voice-list__item:nth-child(-n+3) .p-voice-list-cat {
    margin: 0 0 2rem;
  }
}
.p-voice-list__item:nth-child(-n+3) .p-voice-list-cat__item {
  height: 5rem;
  font-size: 1.7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .p-voice-list__item:nth-child(-n+3) .p-voice-list-cat__item {
    width: 13rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.p-voice-list__item:nth-child(-n+3) .p-voice-list__inner {
  padding: 3rem;
}
@media screen and (max-width: 834px) {
  .p-voice-list__item:nth-child(-n+3) .p-voice-list__inner {
    padding: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-voice-list__item:nth-child(-n+3) .p-voice-list__inner {
    padding: 1.5rem;
  }
}
.p-voice-list__item:nth-child(-n+3) .p-voice-list__ttl {
  font-size: 2.8rem;
}
@media screen and (max-width: 834px) {
  .p-voice-list__item:nth-child(-n+3) .p-voice-list__ttl {
    font-size: 2.4rem;
  }
}
.p-voice-list__item:nth-child(-n+3) .p-voice-list-define__ttl {
  font-size: 1.5rem;
}
.p-voice-list__item:nth-child(-n+3) .p-voice-list-define__txt {
  font-size: 2rem;
}
.p-voice-list__item:nth-child(-n+3) .p-voice-list-define__txt.comment {
  font-size: 1.8rem;
}
.p-voice-list__img {
  aspect-ratio: 3/2;
}
.p-voice-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voice-list__inner {
  padding: 2.4rem;
}
@media screen and (max-width: 834px) {
  .p-voice-list__inner {
    padding: 2rem;
  }
}
.p-voice-list-cat {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 1rem 1.5rem;
  margin: 0 0 1.8rem;
}
@media screen and (max-width: 834px) {
  .p-voice-list-cat {
    gap: 0.5rem 1rem;
  }
}
@media screen and (max-width: 834px) {
  .p-voice-list-cat {
    margin: 0 0 2rem;
  }
}
.p-voice-list-cat__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.8rem;
  min-height: 3.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  background: #D4D4D4;
}
@media screen and (max-width: 834px) {
  .p-voice-list-cat__item {
    width: 13rem;
    min-height: 4rem;
    font-size: 1.4rem;
  }
}
.p-voice-list-cat__item.grad {
  color: #fff;
}
.p-voice-list__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-voice-list__define {
  background: #fff;
  padding: 2rem 2.5rem;
  margin-top: 2.7rem;
}
@media screen and (max-width: 834px) {
  .p-voice-list__define {
    padding: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-voice-list__define {
    margin-top: 2rem;
  }
}
.p-voice-list__define dt {
  position: relative;
  width: 10rem;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 834px) {
  .p-voice-list__define dt {
    font-size: 1.2rem;
  }
}
.p-voice-list__define dt:first-of-type {
  margin-top: 0;
}
.p-voice-list__define dt::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}
.p-voice-list__define dd {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-voice-list__define dd.comment {
  font-size: 1.5rem;
  line-height: 1.75;
}

.p-company {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 155, 221)), to(rgb(0, 86, 184)));
  background: linear-gradient(90deg, rgb(0, 155, 221) 0%, rgb(0, 86, 184) 100%);
  overflow: hidden;
}
.p-company-mv-head {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 834px) {
  .p-company-mv-head {
    padding: 4.3rem 0 4.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company-mv-head {
    padding: 0 0 2.4rem;
  }
}
.p-company-mv-head__ttl {
  text-align: center;
  font-size: 3.8rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 3.6rem;
}
@media screen and (max-width: 834px) {
  .p-company-mv-head__ttl {
    font-size: 2.8rem;
    margin: 0 0 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company-mv-head__ttl {
    font-size: 2.6rem;
    margin: 0 0 1rem;
  }
}
.p-company-mv-head__txt {
  font-size: 7rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .p-company-mv-head__txt {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company-mv-head__txt {
    font-size: 2.3rem;
    line-height: 1.5;
  }
}
.p-company-outline {
  position: relative;
  width: calc(100% - 4.8rem);
  background: -webkit-gradient(linear, left top, right top, color-stop(13%, rgb(0, 86, 184)), to(rgb(0, 155, 221)));
  background: linear-gradient(90deg, rgb(0, 86, 184) 13%, rgb(0, 155, 221) 100%);
  margin: 0 auto;
  padding: 14.2rem 0;
}
@media screen and (max-width: 1512px) {
  .p-company-outline {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 834px) {
  .p-company-outline {
    width: calc(100% - 4rem);
    padding: 9rem 0;
  }
}
@media screen and (max-width: 600px) {
  .p-company-outline {
    width: calc(100% - 1.6rem);
    padding: 3rem 1.2rem;
  }
}
.p-company-outline::before {
  content: "";
  position: absolute;
  top: 13.5rem;
  right: 4.3%;
  width: 11.2%;
  height: 181.3rem;
  background: url(../img/company/logo.svg) 0 0/100% auto no-repeat;
  mix-blend-mode: overlay;
  opacity: 0.7;
}
@media screen and (max-width: 834px) {
  .p-company-outline::before {
    top: 10rem;
    right: -5rem;
    width: 13.6rem;
  }
}
.p-company-outline__inner {
  max-width: 124rem;
  width: 64.6%;
  margin: 0 auto;
}
@media screen and (max-width: 1512px) {
  .p-company-outline__inner {
    width: 74%;
  }
}
@media screen and (max-width: 834px) {
  .p-company-outline__inner {
    width: auto;
    padding: 0 10rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company-outline__inner {
    padding: 0;
  }
}
.p-company-outline-define {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem 0;
  margin: 5.5rem 0 0;
}
@media screen and (max-width: 834px) {
  .p-company-outline-define {
    gap: 2.4rem 0;
  }
}
@media screen and (max-width: 600px) {
  .p-company-outline-define {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.5rem 0;
    margin-top: 3.2rem;
  }
}
.p-company-outline-define + .p-company-outline-define {
  border-top: 1px dotted #fff;
  margin-top: 3rem;
  padding-top: 3rem;
}
.p-company-outline-define__ttl {
  position: relative;
  width: 13.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 1512px) {
  .p-company-outline-define__ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-company-outline-define__ttl {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company-outline-define__ttl {
    width: 11.2rem;
    font-size: 1.9rem;
    margin-top: 2.4rem;
  }
  .p-company-outline-define__ttl:first-of-type {
    margin-top: 0;
  }
}
.p-company-outline-define__ttl::after {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
}
.p-company-outline-define__txt {
  width: calc(100% - 15.8rem);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 1512px) {
  .p-company-outline-define__txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-company-outline-define__txt {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company-outline-define__txt {
    width: 100%;
    font-size: 2.3rem;
  }
}
.p-company-outline-define__txt a {
  color: #fff;
}
.p-company-outline-club {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 14.5rem;
}
@media screen and (max-width: 1512px) {
  .p-company-outline-club {
    margin-top: 10rem;
  }
}
.p-company-outline-club__inner {
  width: 75%;
  max-width: 93.4rem;
}
@media screen and (max-width: 834px) {
  .p-company-outline-club__inner {
    width: 100%;
  }
}
.p-company-outline-club__mark {
  position: absolute;
  top: 3rem;
  right: 0;
  width: 23.5%;
}
@media screen and (max-width: 834px) {
  .p-company-outline-club__mark {
    top: 18rem;
    width: 18.3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company-outline-club__mark {
    float: right;
    position: relative;
    top: auto;
    right: auto;
    width: 12.4rem;
    margin: 0 0 0 2rem;
  }
}
.p-company-outline-club__ttl {
  font-size: 4.9rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5.4rem;
}
@media screen and (max-width: 1512px) {
  .p-company-outline-club__ttl {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 834px) {
  .p-company-outline-club__ttl {
    font-size: 4rem;
    margin: 0 0 4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company-outline-club__ttl {
    font-size: 2.8rem;
    margin: 0.5rem 0 5rem;
  }
}
.p-company-outline-club__en {
  font-size: 9.2rem;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.35);
  text-stroke: 2px rgba(255, 255, 255, 0.8);
  paint-order: stroke;
}
@media screen and (max-width: 1512px) {
  .p-company-outline-club__en {
    font-size: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-company-outline-club__en {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company-outline-club__en {
    font-size: 4.5rem;
  }
}
.p-company-outline-club__txt {
  color: #fff;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 1512px) {
  .p-company-outline-club__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .p-company-outline-club__txt {
    width: calc(100% - 20rem);
  }
}
@media screen and (max-width: 600px) {
  .p-company-outline-club__txt {
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-company-history {
  padding: 16.8rem 0;
}
@media screen and (max-width: 834px) {
  .p-company-history {
    padding-top: 5rem;
  }
}
.p-company-history__inner {
  max-width: 155.6rem;
  width: 81%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .p-company-history__inner {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 600px) {
  .p-company-history__inner {
    width: calc(100% - 1.6rem);
  }
}
.p-company-history__list {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .p-company-history__list {
    margin-top: 2rem;
  }
}
.p-company-history__item {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  padding: 1rem 0;
}
@media screen and (max-width: 600px) {
  .p-company-history__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-company-history__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 100%;
  background: #005A9E;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .p-company-history__item::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company-history__item::before {
    top: 1.9rem;
    -webkit-transform: none;
            transform: none;
  }
}
.p-company-history__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.7rem;
  width: 0.3rem;
  height: 100%;
  background: #005A9E;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .p-company-history__item::after {
    left: 0.4rem;
    width: 0.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company-history__item::after {
    top: 3rem;
    left: 0.5rem;
    -webkit-transform: none;
            transform: none;
  }
}
.p-company-history__item:first-child::after {
  top: auto;
  bottom: 0;
  height: 50%;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 600px) {
  .p-company-history__item:first-child::after {
    top: 3rem;
    height: 100%;
  }
}
.p-company-history__item:last-child::after {
  top: 0;
  height: 50%;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 600px) {
  .p-company-history__item:last-child::after {
    content: none;
  }
}
.p-company-history__ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  width: 21.2rem;
  font-weight: 700;
  font-size: 2rem;
  color: #005A9E;
  padding: 0 0 0 3.2rem;
}
@media screen and (max-width: 834px) {
  .p-company-history__ttl {
    width: 16rem;
    font-size: 1.5rem;
    padding: 0 0 0 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company-history__ttl {
    width: 100%;
  }
}
.p-company-history__ttl span {
  font-size: 2.6rem;
  margin-left: 1.8rem;
}
@media screen and (max-width: 834px) {
  .p-company-history__ttl span {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company-history__ttl span {
    line-height: 1;
  }
}
.p-company-history__txt {
  width: calc(100% - 21.2rem);
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .p-company-history__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company-history__txt {
    width: 100%;
    padding: 0 0 0 2.4rem;
  }
}

.p-single {
  padding: 0 0 30rem;
}
.p-single-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: calc(100% - 4.8rem);
  max-width: 187.2rem;
  margin: 9.4rem auto 0;
}
@media screen and (max-width: 834px) {
  .p-single-content {
    width: calc(100% - 4rem);
    margin: 4.2rem auto 0;
  }
}
@media screen and (max-width: 600px) {
  .p-single-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: calc(100% - 1.6rem);
    margin-top: 0;
  }
}
.p-single-content__main {
  width: 57.3%;
  max-width: 107.2rem;
}
@media screen and (max-width: 834px) {
  .p-single-content__main {
    width: 60.6%;
  }
}
@media screen and (max-width: 600px) {
  .p-single-content__main {
    width: 100%;
  }
}
.p-single-content__side {
  width: 31.6%;
  max-width: 59.2rem;
}
@media screen and (max-width: 834px) {
  .p-single-content__side {
    width: 34.4%;
  }
}
@media screen and (max-width: 600px) {
  .p-single-content__side {
    width: 100%;
    margin-top: 8rem;
  }
}
.p-single-content__ttl {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #004D94;
}
@media screen and (max-width: 834px) {
  .p-single-content__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-single-content__ttl {
    font-size: 2.4rem;
  }
}
.p-single-content-data {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 4.2rem 0;
}
@media screen and (max-width: 834px) {
  .p-single-content-data {
    margin: 1.6rem 0;
  }
}
@media screen and (max-width: 600px) {
  .p-single-content-data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.4rem 0;
  }
}
.p-single-content-data__name {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  gap: 0 1.3rem;
}
@media screen and (max-width: 834px) {
  .p-single-content-data__name {
    font-size: 1.6rem;
    gap: 0 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-single-content-data__name {
    font-size: 1.5rem;
  }
}
.p-single-content-data__name img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.4rem;
  height: 4.4rem;
  overflow: hidden;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .p-single-content-data__name img {
    width: 3.8rem;
    height: 3.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-single-content-data__name img {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.p-single-content-data__date {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0 3.2rem;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  margin: 0 3.2rem;
}
@media screen and (max-width: 834px) {
  .p-single-content-data__date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.6rem;
    margin: 0 2.8rem;
    padding: 0 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-single-content-data__date {
    border-right: 0;
    margin: 0 0 0 2.6rem;
    padding: 0 0 0 2.6rem;
  }
}
.p-single-content-data__link {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .p-single-content-data__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-single-content-data__link {
    width: 100%;
    text-align: right;
    font-size: 1.5rem;
  }
}
.p-single-content-data__link a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-single-content-data__link a:hover {
    text-decoration: none;
  }
}
.p-single-content-tag {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 1rem;
  margin: 4.5rem 0 0;
}
@media screen and (max-width: 834px) {
  .p-single-content-tag {
    margin: 1.6rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .p-single-content-tag {
    margin: 1.4rem 0 0;
  }
}
.p-single-content-tag__ttl {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .p-single-content-tag__ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-single-content-tag__ttl {
    font-size: 1.5rem;
  }
}
.p-single-content-tag__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.3rem;
}
.p-single-content-tag__list li {
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .p-single-content-tag__list li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-single-content-tag__list li {
    font-size: 1.4rem;
  }
}
.p-single-content-tag__list li a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #F0F0F0;
  border-radius: 3rem;
  padding: 0.2rem 3.8rem 0.2rem 1.5rem;
}
.p-single-content-tag__list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.2rem;
  height: 1.2rem;
  mask: url(../img/common/icn_arrow_wh.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icn_arrow_wh.svg) no-repeat center/contain;
  background: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-single-content__txt {
  border-bottom: 1px solid #ccc;
  padding: 0 0 4.2rem;
}
@media screen and (max-width: 600px) {
  .p-single-content__txt {
    margin-top: 1.4rem;
    padding: 0 0 1.4rem;
  }
}
.p-single-content__txt h1 {
  background: #EAF6FF;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
  color: #004D94;
  padding: 0.5rem 1.5rem;
  margin-top: 4.3rem;
}
@media screen and (max-width: 834px) {
  .p-single-content__txt h1 {
    font-size: 2.6rem;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-single-content__txt h1 {
    font-size: 2.4rem;
    margin-top: 1.4rem;
  }
}
.p-single-content__txt h2 {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: 700;
  padding: 0 0 0 2rem;
  margin-top: 4.3rem;
}
@media screen and (max-width: 834px) {
  .p-single-content__txt h2 {
    font-size: 2.3rem;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-single-content__txt h2 {
    font-size: 2.1rem;
    margin-top: 1.4rem;
  }
}
.p-single-content__txt h2::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.6rem;
  height: calc(100% - 2rem);
  background: #000;
  border-radius: 0.2rem;
}
.p-single-content__txt h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 4.3rem;
}
@media screen and (max-width: 834px) {
  .p-single-content__txt h3 {
    font-size: 2.1rem;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-single-content__txt h3 {
    font-size: 1.9rem;
    margin-top: 1.4rem;
  }
}
.p-single-content__txt h4 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-top: 4.3rem;
}
@media screen and (max-width: 834px) {
  .p-single-content__txt h4 {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-single-content__txt h4 {
    font-size: 1.7rem;
    margin-top: 1.4rem;
  }
}
.p-single-content__txt > p {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .p-single-content__txt > p {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}
.p-single-content__txt > figure {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .p-single-content__txt > figure {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}
.p-single-content__txt > div {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 600px) {
  .p-single-content__txt > div {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.p-single-content__txt > div > p {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .p-single-content__txt > div > p {
    margin-bottom: 1rem;
  }
}
.p-single-content__txt > div > figure {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .p-single-content__txt > div > figure {
    margin-bottom: 1rem;
  }
}
.p-single-content__txt > div > div {
  margin-bottom: 3rem;
}
@media screen and (max-width: 600px) {
  .p-single-content__txt > div > div {
    margin-bottom: 2rem;
  }
}
.p-single-content__txt > div > div > p {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .p-single-content__txt > div > div > p {
    margin-bottom: 1rem;
  }
}
.p-single-content__txt > div > div > figure {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .p-single-content__txt > div > div > figure {
    margin-bottom: 1rem;
  }
}
.p-single-side {
  margin-top: 5.6rem;
}
@media screen and (max-width: 834px) {
  .p-single-side {
    margin-top: 4.7rem;
  }
}
@media screen and (max-width: 600px) {
  .p-single-side {
    margin-top: 5.6rem;
  }
}
.p-single-side:first-of-type {
  margin-top: 0;
}
.p-single-side .p-single-content-tag__list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-single-side__ttl {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 834px) {
  .p-single-side__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-single-side__ttl {
    font-size: 2.4rem;
  }
}
.p-single-side-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: hsl(0, 0%, 94%);
  gap: 0.9rem 3.2rem;
  padding: 3.5rem;
}
@media screen and (max-width: 834px) {
  .p-single-side-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem 0;
    padding: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .p-single-side-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem;
  }
}
.-school .p-single-side-list {
  background: #EAF6FF;
}
.p-single-side-list__item {
  min-width: calc(50% - 1.6rem);
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .p-single-side-list__item {
    width: 100%;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .p-single-side-list__item {
    width: auto;
    min-width: calc(50% - 1.5rem);
    font-size: 2rem;
  }
}
.p-single-side-list__item a {
  position: relative;
  display: block;
  padding: 0 4.2rem 0 0;
}
.p-single-side-list__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.35rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  mask: url(../img/common/icn_arrow_wh.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icn_arrow_wh.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .p-single-side-list__item a::before {
    right: 0.4rem;
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-single-side-list__item a::before {
    right: 0.5rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}
.p-single-side-list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 0.3rem;
  background: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .p-single-side-list__item a::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-single-side-list__item a::after {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.-school .p-single-side-list__item a::after {
  background: #005A9E;
}
.p-single-other {
  width: calc(100% - 4.8rem);
  max-width: 187.2rem;
  margin: 28rem auto 0;
}
@media screen and (max-width: 834px) {
  .p-single-other {
    width: calc(100% - 4rem);
    margin: 14.8rem auto 0;
  }
}
@media screen and (max-width: 600px) {
  .p-single-other {
    width: calc(100% - 1.6rem);
    margin: 12.2rem auto 0;
  }
}
.p-single-other__ttl {
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 5.7rem;
}
@media screen and (max-width: 834px) {
  .p-single-other__ttl {
    font-size: 2.6rem;
    margin: 0 0 2.2rem;
  }
}
.p-single-other-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4.8rem;
}
@media screen and (max-width: 834px) {
  .p-single-other-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5.3rem 0;
  }
}
@media screen and (max-width: 600px) {
  .p-single-other-list {
    gap: 12rem 0;
  }
}
.p-single-other-list__item {
  width: calc((100% - 14.4rem) / 4);
}
@media screen and (max-width: 834px) {
  .p-single-other-list__item {
    width: calc(50% - 2.2rem);
  }
}
@media screen and (max-width: 600px) {
  .p-single-other-list__item {
    width: 100%;
  }
}
.p-single-other-list__img {
  margin: 0 0 1.7rem;
}
.p-single-other-list__img img {
  aspect-ratio: 432/269;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-other-list__date {
  font-size: 1.5rem;
  font-weight: 500;
}
.p-single-other-list__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #005A9E;
  margin: 0.7rem 0 1.8rem;
}
@media screen and (max-width: 600px) {
  .p-single-other-list__ttl {
    line-height: 1.5;
  }
}
.p-single-other-list__txt {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .p-single-other-list__txt {
    font-size: 1.5rem;
  }
}
.p-single-other-list__column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 2.6rem 0 0;
}
.p-single-other-list__more {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 3.3rem;
  border-radius: 1rem;
  background: #F0F0F0;
  padding: 0 3.8rem 0 1.5rem;
}
.p-single-other-list__more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #333;
  mask: url(../img/common/icn_arrow_wh.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icn_arrow_wh.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.p-post-list {
  width: calc(100% - 4.8rem);
  max-width: 187.2rem;
  margin: 9.4rem auto 0;
}
@media screen and (max-width: 834px) {
  .p-post-list {
    width: calc(100% - 4rem);
    margin: 4.2rem auto 0;
  }
}
@media screen and (max-width: 600px) {
  .p-post-list {
    width: calc(100% - 1.6rem);
    margin-top: 0;
  }
}
.p-post-list .p-single-other__ttl {
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 5.7rem;
}
@media screen and (max-width: 834px) {
  .p-post-list .p-single-other__ttl {
    font-size: 2.6rem;
    margin: 0 0 2.2rem;
  }
}

.p-special {
  padding: 0 0 8rem;
}
.p-special .c-bread {
  width: calc(100% - 4.8rem);
  max-width: 96rem;
}
@media screen and (max-width: 834px) {
  .p-special .c-bread {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 600px) {
  .p-special .c-bread {
    width: calc(100% - 1.6rem);
  }
}
.p-special-content {
  width: calc(100% - 4.8rem);
  max-width: 96rem;
  margin: 5.4rem auto 0;
}
@media screen and (max-width: 834px) {
  .p-special-content {
    width: calc(100% - 4rem);
    margin: 3.2rem auto 0;
  }
}
@media screen and (max-width: 600px) {
  .p-special-content {
    width: calc(100% - 1.6rem);
    margin-top: 2rem;
  }
}
.p-special-content__ttl {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #004D94;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-special-content__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-special-content__ttl {
    font-size: 2.4rem;
  }
}
.p-special-content__txt {
  border-bottom: 1px solid #ccc;
  padding: 0 0 4.2rem;
  margin-top: 4.3rem;
}
@media screen and (max-width: 600px) {
  .p-special-content__txt {
    margin-top: 1.4rem;
    padding: 0 0 1.4rem;
  }
}
.p-special-content__txt > p {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .p-special-content__txt > p {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}
.p-special-content__txt > figure {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .p-special-content__txt > figure {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}
.p-special-content__txt > div {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 600px) {
  .p-special-content__txt > div {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.p-special-content__txt > div > p {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .p-special-content__txt > div > p {
    margin-bottom: 1rem;
  }
}
.p-special-content__txt > div > figure {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .p-special-content__txt > div > figure {
    margin-bottom: 1rem;
  }
}
.p-special-content__txt > div > div {
  margin-bottom: 3rem;
}
@media screen and (max-width: 600px) {
  .p-special-content__txt > div > div {
    margin-bottom: 2rem;
  }
}
.p-special-content__txt > div > div > p {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .p-special-content__txt > div > div > p {
    margin-bottom: 1rem;
  }
}
.p-special-content__txt > div > div > figure {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .p-special-content__txt > div > div > figure {
    margin-bottom: 1rem;
  }
}
.p-special-content__txt h1,
.p-special-content__txt .wp-block-heading:is(h1) {
  background: #EAF6FF;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
  color: #004D94;
  padding: 0.5rem 1.5rem;
}
@media screen and (max-width: 834px) {
  .p-special-content__txt h1,
  .p-special-content__txt .wp-block-heading:is(h1) {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-special-content__txt h1,
  .p-special-content__txt .wp-block-heading:is(h1) {
    font-size: 2.4rem;
  }
}
.p-special-content__txt h2,
.p-special-content__txt .wp-block-heading:is(h2) {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: 700;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 834px) {
  .p-special-content__txt h2,
  .p-special-content__txt .wp-block-heading:is(h2) {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-special-content__txt h2,
  .p-special-content__txt .wp-block-heading:is(h2) {
    font-size: 2.1rem;
  }
}
.p-special-content__txt h2::before,
.p-special-content__txt .wp-block-heading:is(h2)::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.6rem;
  height: calc(100% - 2rem);
  background: #000;
  border-radius: 0.2rem;
}
.p-special-content__txt h3,
.p-special-content__txt .wp-block-heading:is(h3) {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .p-special-content__txt h3,
  .p-special-content__txt .wp-block-heading:is(h3) {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-special-content__txt h3,
  .p-special-content__txt .wp-block-heading:is(h3) {
    font-size: 1.9rem;
  }
}
.p-special-content__txt h4,
.p-special-content__txt .wp-block-heading:is(h4) {
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .p-special-content__txt h4,
  .p-special-content__txt .wp-block-heading:is(h4) {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-special-content__txt h4,
  .p-special-content__txt .wp-block-heading:is(h4) {
    font-size: 1.7rem;
  }
}
.p-special-content__txt p,
.p-special-content__txt .wp-block-paragraph {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .p-special-content__txt p,
  .p-special-content__txt .wp-block-paragraph {
    font-size: 1.6rem;
  }
}
.p-special-content__txt .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.p-special-content__txt .wp-block-list {
  font-size: 1.8rem;
  line-height: 2;
  padding-left: 2rem;
}
@media screen and (max-width: 834px) {
  .p-special-content__txt .wp-block-list {
    font-size: 1.6rem;
  }
}
.p-special-content__back {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 6rem;
}
@media screen and (max-width: 834px) {
  .p-special-content__back {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-special-content__back {
    margin-top: 3.2rem;
  }
}
.p-special-content__back a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  background: #F0F0F0;
  border-radius: 3rem;
  padding: 1.2rem 5rem 1.2rem 3rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 834px) {
  .p-special-content__back a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-special-content__back a {
    font-size: 1.5rem;
    padding: 1rem 4.5rem 1rem 2.5rem;
  }
}
.p-special-content__back a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 1.2rem;
  height: 1.2rem;
  mask: url(../img/common/icn_arrow_wh.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icn_arrow_wh.svg) no-repeat center/contain;
  background: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .p-special-content__back a:hover {
    opacity: 0.7;
  }
}

.p-faq {
  padding: 0 0 8rem;
}
.p-faq .c-bread {
  width: calc(100% - 4.8rem);
  max-width: 96rem;
}
@media screen and (max-width: 834px) {
  .p-faq .c-bread {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 600px) {
  .p-faq .c-bread {
    width: calc(100% - 1.6rem);
  }
}
.p-faq-content {
  width: calc(100% - 4.8rem);
  max-width: 96rem;
  margin: 5.4rem auto 0;
}
@media screen and (max-width: 834px) {
  .p-faq-content {
    width: calc(100% - 4rem);
    margin: 3.2rem auto 0;
  }
}
@media screen and (max-width: 600px) {
  .p-faq-content {
    width: calc(100% - 1.6rem);
    margin-top: 2rem;
  }
}
.p-faq-content__ttl {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #004D94;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-faq-content__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-faq-content__ttl {
    font-size: 2.4rem;
  }
}
.p-faq-content__list {
  margin-top: 4.3rem;
}
@media screen and (max-width: 834px) {
  .p-faq-content__list {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-faq-content__list {
    margin-top: 1.6rem;
  }
}

.p-page {
  padding: 0 0 8rem;
}
.p-page .c-bread {
  width: calc(100% - 4.8rem);
  max-width: 96rem;
}
@media screen and (max-width: 834px) {
  .p-page .c-bread {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 600px) {
  .p-page .c-bread {
    width: calc(100% - 1.6rem);
  }
}
.p-page-content {
  width: calc(100% - 4.8rem);
  max-width: 96rem;
  margin: 5.4rem auto 0;
}
@media screen and (max-width: 834px) {
  .p-page-content {
    width: calc(100% - 4rem);
    margin: 3.2rem auto 0;
  }
}
@media screen and (max-width: 600px) {
  .p-page-content {
    width: calc(100% - 1.6rem);
    margin-top: 2rem;
  }
}
.p-page-content__ttl {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #004D94;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-page-content__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-page-content__ttl {
    font-size: 2.4rem;
  }
}
.p-page-content__txt {
  border-bottom: 1px solid #ccc;
  padding: 0 0 4.2rem;
  margin-top: 4.3rem;
}
@media screen and (max-width: 600px) {
  .p-page-content__txt {
    margin-top: 1.4rem;
    padding: 0 0 1.4rem;
  }
}
.p-page-content__txt h1,
.p-page-content__txt h2,
.p-page-content__txt h3,
.p-page-content__txt h4,
.p-page-content__txt p,
.p-page-content__txt .wp-block-heading,
.p-page-content__txt .wp-block-paragraph,
.p-page-content__txt .wp-block-image,
.p-page-content__txt .wp-block-list {
  margin-top: 4.3rem;
}
@media screen and (max-width: 834px) {
  .p-page-content__txt h1,
  .p-page-content__txt h2,
  .p-page-content__txt h3,
  .p-page-content__txt h4,
  .p-page-content__txt p,
  .p-page-content__txt .wp-block-heading,
  .p-page-content__txt .wp-block-paragraph,
  .p-page-content__txt .wp-block-image,
  .p-page-content__txt .wp-block-list {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-page-content__txt h1,
  .p-page-content__txt h2,
  .p-page-content__txt h3,
  .p-page-content__txt h4,
  .p-page-content__txt p,
  .p-page-content__txt .wp-block-heading,
  .p-page-content__txt .wp-block-paragraph,
  .p-page-content__txt .wp-block-image,
  .p-page-content__txt .wp-block-list {
    margin-top: 1.4rem;
  }
}
.p-page-content__txt h1,
.p-page-content__txt .wp-block-heading:is(h1) {
  background: #EAF6FF;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
  color: #004D94;
  padding: 0.5rem 1.5rem;
}
@media screen and (max-width: 834px) {
  .p-page-content__txt h1,
  .p-page-content__txt .wp-block-heading:is(h1) {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-page-content__txt h1,
  .p-page-content__txt .wp-block-heading:is(h1) {
    font-size: 2.4rem;
  }
}
.p-page-content__txt h2,
.p-page-content__txt .wp-block-heading:is(h2) {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: 700;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 834px) {
  .p-page-content__txt h2,
  .p-page-content__txt .wp-block-heading:is(h2) {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 600px) {
  .p-page-content__txt h2,
  .p-page-content__txt .wp-block-heading:is(h2) {
    font-size: 2.1rem;
  }
}
.p-page-content__txt h2::before,
.p-page-content__txt .wp-block-heading:is(h2)::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.6rem;
  height: calc(100% - 2rem);
  background: #000;
  border-radius: 0.2rem;
}
.p-page-content__txt h3,
.p-page-content__txt .wp-block-heading:is(h3) {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .p-page-content__txt h3,
  .p-page-content__txt .wp-block-heading:is(h3) {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-page-content__txt h3,
  .p-page-content__txt .wp-block-heading:is(h3) {
    font-size: 1.9rem;
  }
}
.p-page-content__txt h4,
.p-page-content__txt .wp-block-heading:is(h4) {
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .p-page-content__txt h4,
  .p-page-content__txt .wp-block-heading:is(h4) {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-page-content__txt h4,
  .p-page-content__txt .wp-block-heading:is(h4) {
    font-size: 1.7rem;
  }
}
.p-page-content__txt p,
.p-page-content__txt .wp-block-paragraph {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .p-page-content__txt p,
  .p-page-content__txt .wp-block-paragraph {
    font-size: 1.6rem;
  }
}
.p-page-content__txt .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.p-page-content__txt .wp-block-list {
  font-size: 1.8rem;
  line-height: 2;
  padding-left: 2rem;
}
@media screen and (max-width: 834px) {
  .p-page-content__txt .wp-block-list {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=styles.css.map */