@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}

@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #3C3C4A;
  font-size: 1rem;
  font-weight: 400;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover,
button:hover {
  cursor: pointer;
}

a {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-header {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__inner {
  width: 100%;
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  padding: 0 7.875rem 0 2.5rem;
}

@media screen and (max-width: 1380px) {
  .l-header__inner {
    padding: 0 7.875rem 0 1.875rem;
  }
}
.l-header__left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.l-header__logo {
  width: 100%;
  max-width: 27.0625rem;
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 11.25rem;
  }
}
.l-header__logo.life {
  width: 100%;
  max-width: 33.125rem;
}

@media screen and (max-width: 767px) {
  .l-header__logo.life {
    width: 11.25rem;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
}

.l-header__box {
  padding-top: 0.625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .l-header__box {
    display: none;
  }
}
.l-header--life {
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.16);
}

.l-header--life .l-header__inner {
  height: clamp(4.75rem, 6.25vw, 6.25rem);
  padding: 0 clamp(0.375rem, 0.75vw, 0.75rem) 0 clamp(0.75rem, 1.875vw, 1.875rem);
}

.l-header--life .l-header__logo.life {
  width: clamp(9.375rem, 20.625vw, 20.625rem);
  max-width: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-header--life .l-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  padding-top: 0;
}

.l-header-lifeNav {
  min-width: 0;
}

.l-header-lifeNav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-header-lifeNav__list {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border-right: 1px solid #E6E6E6;
}

.l-header-lifeNav__list:last-of-type {
  border-right: none;
}

.l-header-lifeNav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #3C3C4A;
  font-size: clamp(0.625rem, 1vw, 1vw);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0 clamp(0.25rem, 0.875vw, 0.875rem);
}

.l-header-lifeNav__link:hover {
  color: #E86F4B;
}

.l-header-lifeCta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-header-lifeCta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: clamp(3.5rem, 6.875vw, 6.875rem);
  min-height: clamp(3.25rem, 5.625vw, 5.625rem);
  border-radius: 0.375rem;
  background: -webkit-gradient(linear, left top, right top, from(#EF9D62), to(#EA774E));
  background: linear-gradient(90deg, #EF9D62 0%, #EA774E 100%);
  color: #fff;
  font-size: clamp(0.625rem, 1vw, 1vw);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.04em;
}

.l-header-lifeCta__link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-header--life .l-header__inner {
    gap: 0.375rem;
    padding: 0 0.375rem 0 0.625rem;
  }
  .l-header--life .l-header__logo.life {
    width: clamp(8.75rem, 18vw, 12rem);
  }
  .l-header--life .l-header__box {
    gap: 0.25rem;
  }
  .l-header-lifeNav__link {
    letter-spacing: 0;
    padding: 0 0.25rem;
  }
  .l-header-lifeCta {
    gap: 0.1875rem;
  }
  .l-header-lifeCta__link {
    width: 3.5rem;
    min-height: 3.25rem;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header--life .l-header__inner {
    height: 5rem;
    padding: 0.5rem 1.875rem 0 1.875rem;
  }
  .l-header--life .l-header__logo.life {
    width: 11.25rem;
  }
  .l-header-lifeNav,
  .l-header--life .l-header__box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header--life {
    display: none;
  }
}
.ld-special-header {
  position: relative;
  z-index: 1000;
}

@media print, screen and (min-width: 769px) {
  .ld-special-header {
    display: none;
  }
}
.site_logo {
  position: absolute;
  top: 0;
  background-color: #fff;
  display: none;
  z-index: 999;
}

@media print, screen and (min-width: 769px) {
  .site_logo {
    left: 40px;
    border-radius: 0 0 8px 8px;
    width: 300px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .site_logo {
    display: block;
    left: 0;
    border-radius: 0 0 2.0833333333vw 0;
    width: 60.4166666667vw;
    padding: 2.6041666667vw;
  }
}
.hamburger-menu {
  border-radius: 50%;
  background: #3C3C4A;
  border: 2px solid #fff;
  position: fixed;
  cursor: pointer;
  z-index: 9999;
}

@media print, screen and (min-width: 769px) {
  .hamburger-menu {
    width: 80px;
    height: 80px;
    top: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger-menu {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
    top: 2.0833333333vw;
    right: 2.0833333333vw;
  }
}
.hamburger-menu__bar {
  display: inline-block;
  width: 37%;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .hamburger-menu__bar {
    width: 46%;
  }
}
@media print, screen and (min-width: 769px) {
  .hamburger-menu__bar:first-child {
    top: 26px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 36px;
  }
  .hamburger-menu__bar:last-child {
    top: 46px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger-menu__bar:first-child {
    top: 4.90625vw;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 7.5104166667vw;
  }
  .hamburger-menu__bar:last-child {
    top: 10.1145833333vw;
  }
}
.hamburger-menu--open {
  background: #fff;
}

.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
  background: #3C3C4A;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.navigation {
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  background: #3C3C4A;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media print, screen and (min-width: 769px) {
  .navigation {
    width: 400px;
    border-radius: 16px 0 0 16px;
    padding: 120px 15px 40px;
  }
}
@media screen and (max-width: 768px) {
  .navigation {
    width: 100vw;
    padding: 28.6458333333vw 3.90625vw 7.8125vw;
  }
}
.navigation.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.navigation a {
  color: #fff;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .navigation a {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1080px) {
  .navigation a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navigation a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .navigation a {
    font-size: 3.6458333333vw;
  }
}
.navigation__list-item {
  border-bottom: 1px solid #fff;
}

.navigation__link {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 769px) {
  .navigation__link {
    min-height: 74px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .navigation__link {
    min-height: 9.6354166667vw;
    padding: 6.25vw 0;
  }
}
.navigation-cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media print, screen and (min-width: 769px) {
  .navigation-cta {
    gap: 10px 8px;
    margin-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .navigation-cta {
    gap: 1.8229166667vw;
    margin-top: 6.25vw;
  }
}
.navigation-cta__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.08em;
}

@media print, screen and (min-width: 769px) {
  .navigation-cta__item a {
    min-height: 68px;
    font-size: 14px;
    padding: 10px 8px;
  }
}
@media screen and (max-width: 768px) {
  .navigation-cta__item a {
    min-height: 16.6666666667vw;
    border-radius: 1.0416666667vw;
    font-size: 3.3854166667vw;
    padding: 1.3020833333vw 1.0416666667vw;
    line-height: 1.5;
  }
}
.navigation-cta__item small {
  display: block;
  font-size: 0.8em;
  letter-spacing: 0.04em;
}

.page-curriculum-ld .l-header:not(.l-header--life),
.page-graduated-ld .l-header:not(.l-header--life) {
  display: none;
}

.l-header-navMin__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9375rem;
}

.l-header-navMin__list {
  font-size: 0.75rem;
  line-height: 1.4166666667;
}

.l-header-navMin__link {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.4166666667;
}

.l-header-navMin__link:hover {
  font-weight: 700;
}

.l-header-navMin__link.target {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3125rem;
}

.l-header-navMin__link.target::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../imgs/pc/list_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-header-nav {
  margin-top: 0.625rem;
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

.l-header-nav__list {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  padding-bottom: 0.625rem;
}

.l-header-nav__list.sub {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header-nav__list.sub:hover {
  font-weight: 700;
}

.l-header-nav__list.sub:hover .l-header-navSec {
  height: auto;
  overflow: initial;
  opacity: 1;
}

.l-header-nav__link {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.l-header-nav__link:hover {
  font-weight: 700;
}

.l-header-navSec {
  position: absolute;
  z-index: 11;
  top: 5rem;
  left: 0;
  width: 100%;
  background: #fff;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header-navSec__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 3.125rem;
}

.l-header-navSec__box {
  margin-top: 3.125rem;
}

.l-header-navSec__box:first-of-type {
  margin-top: 0rem;
}

.l-header-navSec__title {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #1D2859;
}

.l-header-navSec__title a:hover {
  opacity: 0.7;
}

.l-header-navSec__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem 4.375rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}

.l-header-navSec__list {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 400;
}

.l-header-navSec__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 400;
}

.l-header-navSec__link span {
  position: relative;
  display: block;
  width: 1.1875rem;
  height: 1.1875rem;
  border-radius: 100%;
  background: #4A69AF;
  border: 1px solid #4A69AF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header-navSec__link span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.0625rem);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header-navSec__link:hover {
  font-weight: 700;
}

.l-header-pageTop {
  cursor: pointer;
  position: fixed;
  z-index: 10;
  bottom: 1.25rem;
  right: 2.5rem;
  width: 3rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header-pageTop.is-visible {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .l-header-pageTop {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 1.875rem;
  }
}
.l-header-pageTop:hover {
  opacity: 0.8;
}

.l-header-pageTop-special {
  right: 0.5rem;
}

@media screen and (max-width: 767px) {
  .l-header-pageTop-special {
    right: 0.5rem;
    bottom: 6.25rem;
  }
}
.l-main {
  position: relative;
  width: 100%;
  padding-top: 6.25rem;
}

.l-footer {
  width: 100%;
  border-top: 0.5px solid #dadbe1;
}

.l-footer__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 2.5rem 0;
}

@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 3.125rem 1.5625rem 6.25rem 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__box {
    padding: 0 1.375rem;
  }
}
.l-footer__logo {
  width: 29.375rem;
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 100%;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer-lifeLogo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

@media screen and (max-width: 767px) {
  .l-footer-lifeLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    max-width: 18.5rem;
    margin: 0 auto;
  }
}
.l-footer-lifeLogo__img {
  width: 14.8125rem;
}

@media screen and (max-width: 767px) {
  .l-footer-lifeLogo__img {
    width: 100%;
  }
}
.l-footer-lifeLogo__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}

@media screen and (max-width: 767px) {
  .l-footer-lifeLogo__group {
    display: block;
  }
}
.l-footer-lifeLogo__link {
  color: #4F5985;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  padding: 0.0625rem 0.9375rem;
  border-radius: 0.125rem;
  border: 1px solid #4F5985;
}

@media screen and (max-width: 767px) {
  .l-footer-lifeLogo__link {
    width: 100%;
    text-align: center;
  }
}
.l-footer-lifeLogo__link.orange {
  color: #FF8045;
  border: 1px solid #FF8045;
}

.l-footer-lifeLogo__link:hover {
  opacity: 0.7;
}

.l-footer__address {
  font-size: 1rem;
  line-height: 1.4375;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .l-footer__address {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.l-footer__label {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  margin-top: 1.875rem;
}

.l-footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4375rem;
  margin-top: 0.75rem;
}

@media screen and (max-width: 767px) {
  .l-footer__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.625rem;
    margin-top: 0.625rem;
  }
}
.l-footer__tel {
  pointer-events: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

@media screen and (max-width: 767px) {
  .l-footer__tel {
    pointer-events: initial;
  }
}
.l-footer__tel::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  background-image: url(../imgs/pc/tel_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-footer__tel:hover {
  opacity: 0.7;
}

.l-footer__fax {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

@media screen and (max-width: 767px) {
  .l-footer__fax {
    pointer-events: initial;
  }
}
.l-footer__fax::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  background-image: url(../imgs/pc/fax_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-footer__mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.l-footer__mail::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  background-image: url(../imgs/pc/mail_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-footer__mail:hover {
  opacity: 0.7;
}

.l-footer-nav {
  width: 100%;
  margin-top: 2.5rem;
}

.l-footer-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .l-footer-nav__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.875rem;
  }
}
.l-footer-nav__list {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  border-right: 1px solid #CCCCCC;
  padding: 0 0.75rem;
}

@media screen and (max-width: 767px) {
  .l-footer-nav__list {
    border-right: none;
    padding: 0;
  }
}
.l-footer-nav__list.pl0 {
  padding-left: 0rem;
}

.l-footer-nav__list:last-of-type {
  border-right: none;
  padding-right: 0;
}

.l-footer-nav__link {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.l-footer-nav__link:hover {
  opacity: 0.7;
}

.l-footer-nav__link.target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3125rem;
}

.l-footer-nav__link.target::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../imgs/pc/list_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-footer-nav__link.pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3125rem;
}

.l-footer-nav__link.pdf::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../imgs/pc/pdf_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-footer__small {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  line-height: 1.4166666667;
  white-space: nowrap;
  margin-top: 2.5rem;
}

.l-footer {
  background: #fff;
  border-top: 0.5px solid #dadbe1;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 0 0 26.0416666667vw;
  }
}
.l-footer__inner {
  max-width: 100rem;
  padding: 40px 140px 0 80px;
}

.l-footer__box {
  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;
  gap: clamp(3rem, 8vw, 8rem);
}

.l-footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-footer__logo {
  width: clamp(15rem, 26vw, 26rem);
}

.l-footer__address {
  font-size: 0.75rem;
  line-height: 1.6;
  margin-top: 1.25rem;
}

.l-footer__contact {
  font-size: 0.75rem;
  line-height: 1.6;
  margin-top: 0.25rem;
}

.l-footer__contact-text {
  margin-top: 0;
}

.l-footer__contact-link {
  color: inherit;
}

.l-footer__contact-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.l-footer__privacy {
  display: inline-block;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.6;
  margin-top: 0;
}

.l-footer__privacy::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.0625rem;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.25rem;
  background-image: url(../imgs/pc/list_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-footer__privacy:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(3rem, 5.625vw, 5.625rem);
  padding-top: 0.25rem;
}

.l-footer-nav {
  width: auto;
  margin-top: 0;
}

.l-footer-nav__lists,
.l-footer-cta__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.125rem;
}

.l-footer-nav__list {
  border-right: none;
  padding: 0;
}

.l-footer-nav__link,
.l-footer-cta__link {
  color: #3C3C4A;
  font-size: clamp(0.75rem, 1vw, 1vw);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.l-footer-cta__link.is-small {
  display: inline-block;
  font-weight: 500;
  margin-left: 1rem;
}

.l-footer-nav__link:hover,
.l-footer-cta__link:hover {
  color: #E86F4B;
}

.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-top: 80px;
}

.l-footer__small {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .l-footer__inner {
    min-height: initial;
    padding: 3rem 1.5rem 1.375rem;
  }
  .l-footer__box {
    display: block;
  }
  .l-footer__brand {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-footer__logo {
    width: min(100%, 19rem);
  }
  .l-footer__address {
    font-size: 0.75rem;
    line-height: 1.6;
    text-align: center;
    margin-top: 1.5rem;
  }
  .l-footer__contact {
    font-size: 0.75rem;
    line-height: 1.6;
    text-align: center;
    margin-top: 0.25rem;
  }
  .l-footer__privacy {
    font-size: 0.75rem;
    margin-top: 0;
  }
  .l-footer__menu {
    display: none;
  }
  .l-footer__small {
    font-size: 0.625rem;
    text-align: center;
    white-space: normal;
  }
  .l-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.375rem;
    margin-top: 2.75rem;
  }
}
.c-hamburger {
  cursor: pointer;
  position: fixed;
  z-index: 99;
  top: 1.875rem;
  right: 2.5rem;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .c-hamburger {
    top: 2.5rem;
    right: 1.875rem;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0rem;
  width: 2.8125rem;
  height: 1px;
  background: #1D2859;
  border-radius: rme(10);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger span:nth-of-type(1) {
  top: 0rem;
}

.c-hamburger span:nth-of-type(2) {
  top: 0.75rem;
}

.c-hamburger p {
  position: relative;
  font-size: 1rem;
  line-height: 1.4375;
  text-align: center;
  padding-top: 1.0625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger p::before {
  content: "close";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  font-size: 1rem;
  line-height: 1.4375;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .c-hamburger--life {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-hamburger--life {
    top: 1.875rem;
  }
}
.c-hamburger.active span:nth-of-type(1) {
  top: 0.125rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-hamburger.active span:nth-of-type(2) {
  top: 0.125rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger.active p {
  color: #fff;
}

.c-hamburger.active p::before {
  color: #1D2859;
  opacity: 1;
}

.c-hamburger-nav {
  position: fixed;
  top: 6.25rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  z-index: -1;
  overflow-y: auto;
  overflow-x: hidden;
  /* Firefox 用：スクロールバーを完全に非表示 */
  scrollbar-width: none;
  /* IE/Edge 用：スクロールバーを非表示 */
  -ms-overflow-style: none;
}

.c-hamburger-nav--life {
  top: clamp(4.5rem, 6.25vw, 6.25rem);
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav--life {
    top: 5rem;
  }
}
/* WebKit（Chrome/Safari）用スクロールバー非表示 */
.c-hamburger-nav::-webkit-scrollbar {
  display: none;
}

.c-hamburger-nav__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1.875rem;
  padding-bottom: 2.8125rem;
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.875rem;
    padding: 1.25rem 1.875rem 7.5rem 1.875rem;
  }
}
.c-hamburger-nav__leftBox {
  width: 100%;
  max-width: 46.25rem;
  border-right: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav__leftBox {
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 1.875rem;
  }
}
.c-hamburger-nav__rightBox {
  width: 100%;
  max-width: 13.75rem;
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav__rightBox {
    max-width: 100%;
  }
}
.c-hamburger-nav__label {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav__label {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
.c-hamburger-nav__label.min {
  font-size: 1rem;
}

.c-hamburger-nav__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
  }
}
.c-hamburger-nav__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.25rem;
}

.c-hamburger-nav__column.gap {
  gap: 1.5625rem;
}

.c-hamburger-nav__box {
  width: 100%;
}

.c-hamburger-nav__title {
  position: relative;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 600;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #1D2859;
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav__title::before, .c-hamburger-nav__title::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 0.3125rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1rem;
    height: 0.125rem;
    background: #1D2859;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-hamburger-nav__title::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .c-hamburger-nav__title.open::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}
.c-hamburger-nav__title a:hover {
  font-weight: 700;
}

.c-hamburger-nav__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.625rem;
  margin-top: 0.9375rem;
}

.c-hamburger-nav__list {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
}

.c-hamburger-nav__link {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
}

.c-hamburger-nav__link::before {
  content: "・";
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
}

.c-hamburger-nav__link.target {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3125rem;
}

.c-hamburger-nav__link.target::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../imgs/pc/list_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-hamburger-nav__link:hover {
  font-weight: 700;
}

.c-hamburger-nav__lists02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav__lists02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    margin-top: 0.625rem;
  }
}
.c-hamburger-nav__list02 {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
}

.c-hamburger-nav__link02 {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
}

.c-hamburger-nav__link02:hover {
  font-weight: 700;
}

.c-hamburger-nav__lists03 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.9375rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .c-hamburger-nav__lists03 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
}
.c-hamburger-nav__list03 {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}

.c-hamburger-nav__link03 {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}

.c-hamburger-nav__link03:hover {
  font-weight: 700;
}

.c-hamburger-nav.active {
  z-index: 98;
  opacity: 1;
}

.c-title-top {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 4.375rem 0;
}

@media screen and (max-width: 767px) {
  .c-title-top {
    font-size: 1.875rem;
    line-height: 1.4333333333;
    letter-spacing: 0em;
    padding: 0 0.9375rem;
    margin: 2.5rem 0;
  }
}
.c-title-top.mb30 {
  margin-bottom: 1.875rem;
}

.c-title-top.spa0 {
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .c-title-top.minSp {
    font-size: 1.75rem;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  .c-title-top.bigSp {
    font-size: 2rem;
    letter-spacing: 0em;
    margin: 3.125rem 0 1.25rem 0;
  }
}
@media screen and (max-width: 767px) {
  .c-title-top .spNot {
    display: none;
  }
}
.c-button {
  display: block;
  width: 100%;
  max-width: 18.75rem;
  height: 3.75rem;
  border: 1px solid #EA774E;
  background: #fff;
  border-radius: 6.25rem;
  overflow: hidden;
}

.c-button:hover {
  background: #EA774E;
}

.c-button:hover a {
  color: #fff;
}

.c-button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  color: #EA774E;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
}

.c-button a span {
  font-size: 0.75rem;
}

.c-button.orange {
  border: 1px solid #FF8045;
}

.c-button.orange:hover {
  background: #FF8045;
}

.c-button.orange:hover a {
  color: #fff;
}

.c-button.orange a {
  color: #FF8045;
}

.c-button-gra {
  display: block;
  width: 100%;
  max-width: 18.75rem;
  height: 4.375rem;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  border-radius: 6.25rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-button-gra {
    height: 3.75rem;
  }
}
.c-button-gra:hover a {
  background: #2452AA;
}

.c-button-gra.green {
  background: -webkit-gradient(linear, left top, right top, from(#35889D), to(#5EABBF));
  background: linear-gradient(90deg, #35889D, #5EABBF);
}

.c-button-gra.green:hover a {
  background: #35889D;
}

.c-button-gra.red {
  background: -webkit-gradient(linear, left top, right top, from(#EA6182), to(#FFAF5C));
  background: linear-gradient(90deg, #EA6182, #FFAF5C);
}

.c-button-gra.red:hover a {
  background: #EA6182;
}

.c-button-gra.orange {
  background: -webkit-gradient(linear, left top, right top, from(#FF8045), to(#F6AF5D));
  background: linear-gradient(90deg, #FF8045, #F6AF5D);
}

.c-button-gra.orange:hover a {
  background: #FF8045;
}

.c-button-gra.min {
  height: 3.75rem;
}

.c-button-gra.w400 a {
  font-weight: 400;
}

.c-button-gra a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  background: rgba(255, 255, 255, 0);
}

.c-button-blue {
  display: block;
  width: 100%;
  max-width: 18.75rem;
  height: 4.375rem;
  background: #4A69AF;
  border: 1px solid #4A69AF;
  border-radius: 6.25rem;
  overflow: hidden;
}

.c-button-blue a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
}

.c-button-blue:hover {
  background: #fff;
}

.c-button-blue:hover a {
  color: #4A69AF;
}

.c-button-green {
  display: block;
  width: 100%;
  max-width: 18.75rem;
  height: 4.375rem;
  background: #4A69AF;
  border-radius: 6.25rem;
  overflow: hidden;
}

.c-button-green a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
}

.c-article-news {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem 0 1.1875rem 0;
  border-bottom: 1px solid #548FD6;
}

@media screen and (max-width: 767px) {
  .c-article-news {
    -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.625rem;
    padding: 1.25rem 0 0.875rem 0;
  }
}
.c-article-news:first-of-type {
  padding-top: 0rem;
}

.c-article-news__time {
  width: 7rem;
  min-width: 7rem;
  color: #777777;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}

.c-article-news__title {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .pagination .nav-links {
    margin-top: 3.125rem;
  }
}
.pagination .page-numbers {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}

.pagination .dots:hover {
  background: rgba(247, 204, 11, 0);
}

.pagination .current {
  color: #3C7FD0;
}

.pagination .prev {
  position: relative;
  font-size: 0;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #3C7FD0;
  border-radius: 100%;
}

.pagination .prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: calc(50% - 0.0625rem);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0 0.3125rem 0.375rem;
  border-color: transparent transparent transparent #3C7FD0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination .next {
  position: relative;
  font-size: 0;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #3C7FD0;
  border-radius: 100%;
}

.pagination .next::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: calc(50% + 0.0625rem);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0 0.3125rem 0.375rem;
  border-color: transparent transparent transparent #3C7FD0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-nav-side {
  position: sticky;
  top: 6.25rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  z-index: 10;
  width: 100%;
  max-width: 15rem;
  height: calc(100vh - 6.25rem);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.c-nav-side::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-nav-side {
    position: relative;
    top: auto;
    max-width: 100%;
    height: auto;
  }
}
.c-nav-side__lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  border-top: 1px solid #1D2859;
}

.c-nav-side__list {
  font-size: 1rem;
  line-height: 1.5;
  border-bottom: 1px solid #1D2859;
}

.c-nav-side__link {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.625rem 1.5625rem 0.5625rem 0.625rem;
}

.c-nav-side__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 0.625rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #1D2859;
  border-right: 1px solid #1D2859;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-nav-side__link:hover {
  color: #3C7FD0;
}

.c-nav-side__link:hover::before {
  border-top: 1px solid #3C7FD0;
  border-right: 1px solid #3C7FD0;
}

.c-temp-numeral {
  width: 100%;
}

.c-temp-numeral__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}

.c-temp-numeral__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-temp-numeral__title {
    font-size: 2rem;
  }
}
.c-temp-numeral__wrapper {
  width: 100%;
  max-width: 60rem;
  margin: 2.1875rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}

@media screen and (max-width: 767px) {
  .c-temp-numeral__wrapper {
    max-width: 18.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0.9375rem auto 0 auto;
  }
}
.c-temp-numeral__box {
  width: 100%;
}

.c-temp-numeral__subTitle {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}

.c-temp-numeral__comment {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  font-weight: 700;
  text-align: center;
}

.c-temp-numeral__percent {
  color: #4A69AF;
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
  text-align: center;
  margin-top: 0.625rem;
}

.c-temp-numeral__percent span {
  display: inline-block;
  font-size: 4.875rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.c-temp-numeral__text {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.3125rem;
}

.c-temp-numeral__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding: 0 1.25rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .c-temp-numeral__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
    padding: 0;
    margin-top: 1.25rem;
  }
}
.c-temp-numeral__group {
  width: 100%;
}

.c-temp-numeral__label {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}

.c-temp-numeral__item {
  width: 100%;
  text-align: center;
  margin-top: 0.9375rem;
}

.c-temp-numeral__item img {
  width: auto;
  height: 10.625rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-temp-numeral__item img {
    height: 13.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-temp-numeral__item.poziSp {
    padding-right: 1.25rem;
  }
}
.c-admission-nav {
  position: fixed;
  z-index: 20;
  top: 6.25rem;
  right: 0;
  width: 7.25rem;
  background: #fff;
}

@media screen and (max-width: 1380px) {
  .c-admission-nav {
    width: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-admission-nav {
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
.c-admission-nav.life {
  background: #FFF2DD;
}

.c-admission-nav.life .c-admission-nav__link:hover {
  background: #F6AF5D;
}

@media screen and (max-width: 767px) {
  .c-admission-nav__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-admission-nav__list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-admission-nav__list::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 5.1875rem;
  height: 1px;
  background: #1D2859;
}

@media screen and (max-width: 1380px) {
  .c-admission-nav__list::after {
    width: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-admission-nav__list::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-admission-nav__list {
    border-bottom: none;
  }
  .c-admission-nav__list::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -0.5px;
    width: 1px;
    height: 3.75rem;
    background: #1D2859;
  }
  .c-admission-nav__list:last-of-type::before {
    display: none;
  }
}
.c-admission-nav__link {
  width: 100%;
  height: 14.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.25em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.c-admission-nav__link:hover {
  background: #EEF8FF;
}

@media screen and (max-width: 767px) {
  .c-admission-nav__link {
    height: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.125rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    line-height: 1.2;
    text-align: center;
    padding-top: 0.625rem;
  }
  .c-admission-nav__link span {
    padding-top: 0.5rem;
  }
}
.c-admission-nav__link::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.3125rem;
  height: 1.4375rem;
  background-image: url(../imgs/pc/admission-nav_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-admission-nav__link::before {
    width: 1.5rem;
    height: 1.625rem;
  }
}
.c-admission-nav__link.icon02::before {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/admission-nav_icon02.svg);
}

@media screen and (max-width: 767px) {
  .c-admission-nav__link.icon02::before {
    width: 1.625rem;
    height: 1.625rem;
  }
}
.c-admission-nav__link.icon03 {
  font-size: 0.875rem;
  height: 10.625rem;
}

@media screen and (max-width: 767px) {
  .c-admission-nav__link.icon03 {
    height: 5rem;
  }
}
.c-admission-nav__link.icon03::before {
  width: 1.0625rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/admission-nav_icon03.svg);
}

@media screen and (max-width: 767px) {
  .c-admission-nav__link.icon03::before {
    width: 1.375rem;
    height: 1.625rem;
  }
}
.c-admission-fv {
  position: relative;
  width: 100%;
  height: 43.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../imgs/pc/parents_fv.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-admission-fv {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 37.5rem;
    background-image: url(../imgs/sp/parents_fv.webp);
  }
}
.c-admission-fv.working {
  background-image: url(../imgs/pc/working_fv.webp);
}

@media screen and (max-width: 767px) {
  .c-admission-fv.working {
    background-image: url(../imgs/sp/working_fv.webp);
  }
}
.c-admission-fv__inner {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-admission-fv__inner {
    max-width: 22.5rem;
  }
}
.c-admission-fv__noTitle {
  display: none;
}

.c-admission-fv__bigText {
  color: #fff;
  font-size: 3.125rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.11em;
}

@media screen and (max-width: 767px) {
  .c-admission-fv__bigText {
    font-size: 2.25rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .c-admission-fv__bigText.minSp {
    font-size: 2rem;
  }
}
.c-admission-fv__text {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 600;
  letter-spacing: 0.11em;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .c-admission-fv__text {
    font-size: 1.25rem;
    margin-top: 0.625rem;
  }
}
.c-admission-fv__lists {
  width: 100%;
  max-width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .c-admission-fv__lists {
    margin: 1.875rem auto 2.5rem auto;
  }
}
.c-admission-fv__lists.wid460 {
  max-width: 28.75rem;
}

@media screen and (max-width: 767px) {
  .c-admission-fv__lists.wid460 {
    max-width: 22.5rem;
    margin: 1.875rem auto 1.625rem auto;
  }
}
.c-admission-fv__list {
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  padding: 0.5625rem;
  border: 1px solid #fff;
  border-radius: 5rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background-clip: padding-box;
}

.c-admission-worries {
  width: 100%;
}

.c-admission-worries__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 4.375rem 0;
}

@media screen and (max-width: 767px) {
  .c-admission-worries__inner {
    padding: 3.125rem 0.9375rem;
  }
}
.c-admission-worries__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-admission-worries__title {
    font-size: 2rem;
    line-height: 1.4375;
  }
}
.c-admission-worries__wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .c-admission-worries__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}
.c-admission-worries__wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc(100% + 3.25rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.375rem 5.4375rem 0 5.4375rem;
  border-color: #BACDE9 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .c-admission-worries__wrapper::before {
    top: calc(100% + 2.1875rem);
  }
}
.c-admission-worries__box {
  width: 100%;
  padding: 1.875rem;
  background: #E5F3FC;
}

.c-admission-worries__img {
  width: 100%;
  max-width: 12.5rem;
  margin: 0 auto;
}

.c-admission-worries__listTitle {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .c-admission-worries__listTitle {
    font-size: 1.25rem;
  }
}
.c-admission-worries__listText {
  color: #333;
  font-size: 0.875rem;
  line-height: 1.7;
  text-align: center;
  margin-top: 0.625rem;
}

.c-admission-worries__bigText {
  color: #3C7FD0;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 600;
  text-align: center;
  margin-top: 8.125rem;
}

@media screen and (max-width: 767px) {
  .c-admission-worries__bigText {
    font-size: 1.75rem;
    margin-top: 5.625rem;
    text-align: left;
  }
}
.c-admission-worries__text {
  color: #333;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .c-admission-worries__text {
    font-size: 1rem;
    text-align: left;
  }
}
.c-admission-numeral {
  padding: 4.0625rem 0 4.375rem 0;
  background: #E5F3FC;
}

@media screen and (max-width: 767px) {
  .c-admission-numeral {
    padding: 3.125rem 0rem;
  }
}
.c-admission-content {
  width: 100%;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .c-admission-content {
    margin-top: 3.125rem;
  }
}
.c-admission-content__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-admission-content__inner {
    padding: 0rem 0.9375rem 3.125rem 0.9375rem;
  }
}
.c-admission-content__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-admission-content__title {
    font-size: 1.75rem;
    text-align: left;
  }
}
.c-admission-content__text {
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .c-admission-content__text {
    font-size: 1.125rem;
    text-align: left;
  }
}
.c-admission-content__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 4.375rem;
  margin-top: 4.375rem;
  padding-bottom: 4.375rem;
}

@media screen and (max-width: 767px) {
  .c-admission-content__wrapper {
    gap: 3.125rem;
    margin-top: 2.5rem;
    padding-bottom: 0rem;
  }
}
.c-admission-content__frame {
  width: 100%;
  padding: 2.5rem;
  border: 1px solid #BACDE9;
}

@media screen and (max-width: 767px) {
  .c-admission-content__frame {
    padding: 2.5rem 0.9375rem;
  }
}
.c-admission-content__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 4.375rem;
  height: 4.375rem;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.425;
  font-weight: 700;
  text-align: center;
  border-radius: 100%;
  background: #3C7FD0;
}

.c-admission-support {
  width: 100%;
  margin-top: 1.25rem;
}

.c-admission-support__title {
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .c-admission-support__title {
    font-size: 1.75rem;
    text-align: left;
  }
}
.c-admission-support__title span {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}

.c-admission-support__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .c-admission-support__text {
    text-align: left;
  }
}
.c-admission-support__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-top: 5.75rem;
}

@media screen and (max-width: 767px) {
  .c-admission-support__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 5rem;
    margin-top: 4.5rem;
  }
}
.c-admission-support__box {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #EEF8FF;
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
}

.c-admission-support__icon {
  position: absolute;
  z-index: -1;
  top: -3.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 8.9375rem;
  height: 8.9375rem;
  border-radius: 100%;
  padding-top: 1.875rem;
  background: #EEF8FF;
}

@media screen and (max-width: 767px) {
  .c-admission-support__icon {
    padding-top: 1.5625rem;
  }
}
.c-admission-support__icon img {
  width: 100%;
  max-width: 3.125rem;
  margin: 0 auto;
}

.c-admission-support__band {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.c-admission-support__listTitle {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 0.3125rem;
}

.c-admission-support__listText {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}

.c-admission-support__listText span {
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .c-admission-support__listText span {
    font-size: 0.8125rem;
  }
}
.c-admission-support__button {
  margin: 3.125rem auto 0 auto;
}

.c-admission-system {
  width: 100%;
  margin-top: 1.25rem;
}

.c-admission-system__title {
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .c-admission-system__title {
    font-size: 1.75rem;
    text-align: left;
  }
}
.c-admission-system__title span {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}

.c-admission-system__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .c-admission-system__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0rem;
    margin-top: 1.25rem;
  }
}
.c-admission-system__box {
  position: relative;
  width: 100%;
  padding: 1.875rem 1.25rem 1.25rem 1.25rem;
  background: #EEF8FF;
}

.c-admission-system__subTitle {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
  text-align: center;
}

.c-admission-system__img {
  width: 100%;
  margin-top: 1.25rem;
}

.c-admission-system__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.c-admission-system__plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4A69AF;
  font-size: 2.25rem;
  padding-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .c-admission-system__plus {
    line-height: 1.5;
    padding-top: 0rem;
  }
}
.c-admission-system__button {
  margin: 3.125rem auto 0 auto;
}

.c-admission-shape {
  width: 100%;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .c-admission-shape {
    margin-top: 2.5rem;
  }
}
.c-admission-shape__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-admission-shape__title {
    font-size: 1.5rem;
  }
}
.c-admission-shape__title span {
  position: relative;
  top: 0.5rem;
  font-size: 4rem;
  line-height: 1.4375;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .c-admission-shape__title span {
    left: -0.125rem;
    font-size: 3rem;
  }
}
.c-admission-shape__wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem;
}

@media screen and (max-width: 767px) {
  .c-admission-shape__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 3.125rem;
    margin-top: 1.25rem;
  }
}
.c-admission-shape__wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3.1875rem;
  height: 5.3125rem;
  background-image: url(../imgs/pc/schooling_put.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-admission-shape__wrapper::before {
    display: none;
  }
}
.c-admission-shape__box {
  position: relative;
  width: 100%;
  max-width: 30rem;
  padding: 1.25rem;
}

@media screen and (max-width: 767px) {
  .c-admission-shape__box {
    padding: 0.625rem 1.25rem;
    max-width: 100%;
  }
}
.c-admission-shape__box:first-of-type::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-admission-shape__box:first-of-type::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5.625rem;
    height: 1.875rem;
    background-image: url(../imgs/sp/schooling_put.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.c-admission-shape__icon {
  width: auto;
  height: 1.625rem;
  margin: 0 auto;
}

.c-admission-shape__band {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 0.3125rem;
}

.c-admission-shape__subTitle {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
  text-align: center;
  margin-top: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .c-admission-shape__subTitle {
    font-size: 1.25rem;
  }
}
.c-admission-shape__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}

.c-admission-shape__text span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
  white-space: nowrap;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .c-admission-shape__text span {
    white-space: initial;
  }
}
.c-admission-video {
  width: 100%;
  background: #EEF8FF;
  padding: 3.75rem 1.25rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .c-admission-video {
    padding: 3.125rem 1.25rem;
    margin-top: 3.125rem;
  }
}
.c-admission-video__title {
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-admission-video__title {
    font-size: 1.5rem;
    text-align: left;
  }
}
.c-admission-video__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .c-admission-video__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.875rem;
    margin-top: 1.25rem;
  }
}
.c-admission-video__box {
  width: 100%;
  max-width: 29rem;
}

@media screen and (max-width: 767px) {
  .c-admission-video__box {
    max-width: 100%;
  }
}
.c-admission-video__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-admission-video__text {
    text-align: left;
  }
}
.c-admission-video__group {
  width: 100%;
  max-width: 21.375rem;
  margin: 1.5rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.625rem;
}

@media screen and (max-width: 767px) {
  .c-admission-video__group {
    gap: 0.375rem;
    max-width: 18rem;
  }
}
.c-admission-video__item {
  width: 100%;
}

.c-admission-video__icon {
  width: 100%;
  max-width: 8.75rem;
  margin: 0 auto;
}

.c-admission-video__icon span {
  display: block;
  color: #4A69AF;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .c-admission-video__icon span {
    font-size: 1.0625rem;
  }
}
.c-admission-video__plus {
  color: #4A69AF;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 900;
  padding-top: 2.75rem;
}

@media screen and (max-width: 767px) {
  .c-admission-video__plus {
    padding-top: 2.125rem;
  }
}
.c-admission-video__img {
  width: 100%;
  max-width: 31rem;
}

@media screen and (max-width: 767px) {
  .c-admission-video__img {
    max-width: 100%;
  }
}
.c-admission-face {
  width: 100%;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .c-admission-face {
    margin-top: 3.125rem;
  }
}
.c-admission-face__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-admission-face__title {
    font-size: 1.75rem;
  }
}
.c-admission-face__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 2.0625rem;
  margin-top: 2.1875rem;
}

@media screen and (max-width: 767px) {
  .c-admission-face__wrapper {
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}
.c-admission-face__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  padding: 3.125rem;
  background: #EEF8FF;
}

@media screen and (max-width: 767px) {
  .c-admission-face__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
    padding: 1.875rem 1.25rem;
  }
}
.c-admission-face__box {
  width: 100%;
}

.c-admission-face__subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.625rem;
  line-height: 1.4230769231;
  font-weight: 700;
}

.c-admission-face__subTitle::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/schooling_icon05.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-admission-face__subTitle.icon02::before {
  background-image: url(../imgs/pc/schooling_icon06.svg);
}

.c-admission-face__subTitle.icon03::before {
  background-image: url(../imgs/pc/schooling_icon07.svg);
}

.c-admission-face__subTitle.icon04::before {
  background-image: url(../imgs/pc/schooling_icon08.svg);
}

.c-admission-face__text {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .c-admission-face__text {
    margin-top: 1rem;
  }
}
.c-admission-face__img {
  width: 100%;
  max-width: 21.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .c-admission-face__img {
    max-width: 100%;
  }
}
.c-admission-place {
  width: 100%;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .c-admission-place {
    margin-top: 3.125rem;
  }
}
.c-admission-place__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-admission-place__title {
    font-size: 1.75rem;
  }
}
.c-admission-place__map {
  width: 100%;
  margin-top: 2.5rem;
}

.c-admission-story {
  width: 100%;
  background: #E5F3FC;
}

.c-admission-story__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 4.0625rem 0 4.375rem 0;
}

@media screen and (max-width: 767px) {
  .c-admission-story__inner {
    padding: 3.125rem 0.9375rem;
  }
}
.c-admission-story__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-admission-story__title {
    font-size: 1.75rem;
    text-align: left;
  }
}
.c-admission-story__text {
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .c-admission-story__text {
    text-align: left;
    margin-top: 1.25rem;
  }
}
.c-admission-story__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .c-admission-story__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 2.5rem;
  }
}
.c-admission-story__wrapper02 {
  width: 100%;
  max-width: 57.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 2.5rem;
  margin-top: 2.5rem;
}

.c-admission-storySec {
  width: 100%;
  padding: 2.5rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-admission-storySec {
    padding: 1.875rem 1.25rem;
  }
}
.c-admission-storySec__img {
  width: 100%;
  max-width: 22.5rem;
  margin: 0 auto;
}

.c-admission-storySec__box {
  width: 100%;
  margin-top: -1.25rem;
}

.c-admission-storySec__name {
  line-height: 1;
}

.c-admission-storySec__name span {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 0.75rem;
  background: #548FD6;
  margin-top: 0.4375rem;
}

.c-admission-storySec__name span:first-of-type {
  margin-top: 0rem;
}

.c-admission-storySec__title {
  color: #595757;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-admission-storySec__title {
    font-size: 1.125rem;
  }
}
.c-admission-storySec__text {
  color: #595757;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.c-admission-storySec02 {
  width: 100%;
  padding: 2.5rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-admission-storySec02 {
    padding: 2.5rem 1.25rem;
  }
}
.c-admission-storySec02__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
}

@media screen and (max-width: 767px) {
  .c-admission-storySec02__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.c-admission-storySec02__img {
  position: relative;
  width: 100%;
  max-width: 20.625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-admission-storySec02__name {
  position: absolute;
  top: 15.625rem;
  left: 0;
  line-height: 1;
}

.c-admission-storySec02__name span {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 0.75rem;
  background: #548FD6;
  margin-top: 0.4375rem;
}

.c-admission-storySec02__name span:first-of-type {
  margin-top: 0rem;
}

.c-admission-storySec02__group {
  width: 100%;
}

.c-admission-storySec02__title {
  color: #595757;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}

.c-admission-storySec02__text {
  color: #595757;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.c-admission-storySec02__minTitle {
  color: #3C7FD0;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  margin-top: 1.875rem;
}

.c-admission-storySec02__schedule {
  width: 100%;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .c-admission-storySec02__schedule {
    overflow-x: scroll;
    padding-bottom: 0.625rem;
  }
  .c-admission-storySec02__schedule img {
    width: 52.5rem;
  }
}
.c-admission-storyCard {
  width: 100%;
  border: 1px solid #3C7FD0;
  padding: 3.125rem;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .c-admission-storyCard {
    padding: 3.125rem 1.25rem;
    margin-top: 2.5rem;
  }
}
.c-admission-storyCard__band {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.c-admission-storyCard__title {
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
  text-align: center;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .c-admission-storyCard__title {
    font-size: 1.75rem;
    text-align: left;
  }
}
.c-admission-storyCard__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .c-admission-storyCard__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
  }
}
.c-admission-storyCard__group {
  width: 100%;
  max-width: 36.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

@media screen and (max-width: 767px) {
  .c-admission-storyCard__group {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.9375rem;
  }
}
.c-admission-storyCard__item {
  position: relative;
  width: 11.875rem;
  height: 11.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  border: 1px solid #BACDE9;
  background: #fff;
  border-radius: 100%;
  padding-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .c-admission-storyCard__item {
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    gap: 1.25rem;
    width: 100%;
    height: auto;
    border-radius: 1.25rem;
    padding: 0.5625rem 1.5rem;
  }
  .c-admission-storyCard__item.ptSp {
    padding-top: 1.875rem;
    margin-top: 0.9375rem;
  }
}
.c-admission-storyCard__item div {
  position: absolute;
  top: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12rem;
  height: 1.875rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0.375rem;
  background: #3C7FD0;
}

@media screen and (max-width: 767px) {
  .c-admission-storyCard__item div {
    top: -0.9375rem;
  }
}
.c-admission-storyCard__item div::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -0.4375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5625rem 0.65625rem 0 0.65625rem;
  border-color: #3C7FD0 transparent transparent transparent;
}

.c-admission-storyCard__item span {
  color: #3C7FD0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-admission-storyCard__item span {
    text-align: left;
  }
}
.c-admission-storyCard__item span:nth-of-type(1) {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  margin-top: 0.3125rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .c-admission-storyCard__item span:nth-of-type(1) {
    white-space: nowrap;
    margin-top: 0rem;
  }
}
.c-admission-storyCard__item span:nth-of-type(2) {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .c-admission-storyCard__item span:nth-of-type(2) {
    margin-top: 0rem;
  }
}
.c-admission-storyCard__box {
  width: 100%;
  max-width: 25rem;
}

@media screen and (max-width: 767px) {
  .c-admission-storyCard__box {
    max-width: 100%;
  }
}
.c-admission-storyCard__bigText {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-admission-storyCard__bigText {
    font-size: 1.25rem;
  }
}
.c-admission-storyCard__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}

.c-admission-course {
  width: 100%;
}

.c-admission-course__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 4.375rem 0;
}

@media screen and (max-width: 767px) {
  .c-admission-course__inner {
    padding: 3.125rem 0.9375rem;
  }
}
.c-admission-course__title {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
  padding: 1.5rem 0;
}

@media screen and (max-width: 767px) {
  .c-admission-course__title {
    font-size: 1.75rem;
    padding: 0.9375rem 0;
  }
}
.c-admission-course__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(../imgs/pc/highschool_support_bar02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-admission-course__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../imgs/pc/highschool_support_bar02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-admission-course__band {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .c-admission-course__band {
    margin-top: 1.875rem;
  }
}
.c-admission-course__band.mt {
  margin-top: 4.375rem;
}

.c-admission-course__subTitle {
  font-size: 2.125rem;
  line-height: 1.4411764706;
  font-weight: 600;
  text-align: center;
  margin-top: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .c-admission-course__subTitle {
    font-size: 1.75rem;
  }
}
.c-admission-course__text {
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .c-admission-course__text {
    text-align: left;
  }
}
.c-admission-course__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .c-admission-course__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 1.875rem;
  }
}
.c-admission-course__box {
  width: 100%;
  padding: 1.875rem;
  background: #E5F1FC;
}

.c-admission-course__year {
  display: block;
  color: #3C7FD0;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0.9375rem;
}

.c-admission-course__listTitle {
  color: #3C7FD0;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

.c-admission-course__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.3125rem 0;
  margin-top: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .c-admission-course__lists {
    gap: 0;
  }
}
.c-admission-course__list {
  color: #595757;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-admission-course__list {
    text-align: center;
  }
}
.c-admission-course__button {
  margin: 1.875rem auto 0 auto;
}

.c-admission-course__button.mt60 {
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .c-admission-course__button.mt60 {
    margin-top: 1.875rem;
  }
}
.c-admission-simulation {
  width: 100%;
  background: #E5F3FC;
}

.c-admission-simulation__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 4.375rem 0;
}

@media screen and (max-width: 767px) {
  .c-admission-simulation__inner {
    padding: 3.125rem 0.9375rem;
  }
}
.c-admission-simulation__band {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}

.c-admission-simulation__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
  margin-top: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .c-admission-simulation__title {
    font-size: 1.75rem;
  }
}
.c-admission-simulation__wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .c-admission-simulation__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}
.c-admission-simulation__box {
  width: 100%;
  max-width: 36.9375rem;
}

@media screen and (max-width: 767px) {
  .c-admission-simulation__box {
    max-width: 100%;
  }
}
.c-admission-simulation__text {
  color: #595757;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 500;
}

.c-admission-simulation__button {
  margin: 3.75rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .c-admission-simulation__button {
    margin: 1.875rem auto 0 auto;
  }
}
.c-admission-simulation__img {
  width: 100%;
  max-width: 31.8125rem;
}

@media screen and (max-width: 767px) {
  .c-admission-simulation__img {
    max-width: 100%;
  }
}
.c-certificate {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-certificate {
    overflow: hidden;
  }
}
.c-certificate.gray {
  background: #F8F8F8;
  padding-top: 4.375rem;
}

.c-certificate__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-bottom: 4.375rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-certificate__inner {
    padding-bottom: 3.125rem;
  }
}
.c-certificate__exp {
  color: #E95385;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 4.0625rem;
}

@media screen and (max-width: 767px) {
  .c-certificate__exp {
    font-size: 1.125rem;
    padding: 0 0.9375rem;
    margin-bottom: 2.8125rem;
    text-align: left;
  }
}
.c-certificate__exp a {
  text-decoration: underline;
}

.c-certificate__band {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-certificate__band {
    font-size: 1.75rem;
  }
}
.c-certificate__buttonBox {
  width: 100%;
  max-width: 38.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.25rem;
  margin: 1.25rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .c-certificate__buttonBox {
    max-width: 18.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.c-certificate__button {
  display: block;
  width: 100%;
  max-width: 18.75rem;
  height: 4.375rem;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  border-radius: 6.25rem;
  overflow: hidden;
}

.c-certificate__button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  background: rgba(255, 255, 255, 0);
}

.c-certificate__button a span {
  display: block;
  font-size: 1rem;
  line-height: 1.4375;
}

.c-certificate__button:hover a {
  background: #2452AA;
}

.c-certificate__comment {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .c-certificate__comment {
    text-align: left;
    padding: 0 0.9375rem;
  }
}
.c-certificate__comment.mt {
  margin-top: 0.625rem;
}

.c-certificate__commentBig {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .c-certificate__commentBig {
    text-align: left;
    padding: 0 0.9375rem;
  }
}
.c-certificate__item {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-certificate__item {
    text-align: left;
    padding: 0 0.9375rem;
  }
}
.c-certificate__link {
  color: #333;
  font-size: 1rem;
  line-height: 1.4375;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .c-certificate__link {
    margin-top: 1rem;
  }
}
.c-certificate__link:hover {
  color: #3C7FD0;
}

.c-certificate__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 4.375rem;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .c-certificate__wrapper {
    gap: 3.125rem;
    margin-top: 2.875rem;
  }
}
.c-certificate__wrapper.mt {
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .c-certificate__wrapper.mt {
    gap: 3.125rem;
    margin-top: 2.5rem;
  }
}
.c-certificate__box {
  width: 100%;
}

.c-certificate__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .c-certificate__title {
    font-size: 1.75rem;
    padding: 0 0.9375rem;
  }
}
.c-certificate__subTitle {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 500;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .c-certificate__subTitle {
    font-size: 1.25rem;
    padding: 0 0.9375rem;
    margin-top: 1.25rem;
  }
}
.c-certificate__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .c-certificate__text {
    padding: 0 0.9375rem;
  }
}
.c-certificate__text.center {
  text-align: center;
}

.c-certificate__table {
  width: 100%;
  margin-top: 1.25rem;
}

.c-certificate__table a {
  text-decoration: underline;
}

.c-certificate__table a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .c-certificate__table tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-certificate__table tr {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-certificate__table {
    display: block;
    width: calc(100% - 1.875rem);
    border-bottom: 1px solid #CCCCCC;
    margin: 1.25rem auto 0 auto;
  }
}
.c-certificate__table th,
.c-certificate__table td {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.1875rem;
  vertical-align: middle;
  border: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .c-certificate__table th,
  .c-certificate__table td {
    border-bottom: none;
  }
}
.c-certificate__table th {
  width: 18.75rem;
  font-weight: 700;
  text-align: center;
  background: #E5F3FC;
}

@media screen and (max-width: 767px) {
  .c-certificate__table th {
    display: block;
    width: 100%;
    padding: 0.9375rem;
  }
}
.c-certificate__table th span {
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  margin-top: 0.125rem;
}

.c-certificate__table td {
  width: 52.5rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-certificate__table td {
    display: block;
    width: 100%;
    padding: 1.1875rem;
  }
}
.c-certificate__table td .numberLists {
  padding-left: 1.4375rem;
}

.c-certificate__table td .numberList {
  list-style: decimal;
}

.c-certificate__table td .w700 {
  font-weight: 700;
}

.c-certificate__table td .pdf {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}

.c-certificate__table td .pdf::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/pdf_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-certificate__table td .comment {
  display: inline-block;
  font-size: 0.8125rem;
  margin-top: 0.625rem;
}

.c-certificate__table td .comment02 {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0rem;
}

.c-certificate__table td p {
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .c-certificate__table.tdSp td {
    padding: 1.8125rem 1.1875rem;
  }
}
.c-certificate__table.pink {
  margin-top: 0.625rem;
}

.c-certificate__table.pink th {
  background: #FDF1F2;
}

.c-certificate__table.pink td {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-certificate__tableBox {
    overflow-x: scroll;
    padding-left: 0.9375rem;
    padding-bottom: 0.625rem;
  }
}
.c-certificate__table02 {
  width: 100%;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .c-certificate__table02 {
    width: 56.875rem;
  }
}
.c-certificate__table02 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .c-certificate__table02.widSp840 {
    width: 52.5rem;
  }
  .c-certificate__table02.widSp840 thead tr th:nth-of-type(1) {
    min-width: 18.125rem;
  }
  .c-certificate__table02.widSp840 thead tr th:nth-of-type(2) {
    min-width: 6.875rem;
  }
  .c-certificate__table02.widSp840 thead tr th:nth-of-type(3) {
    min-width: 13.75rem;
  }
  .c-certificate__table02.widSp840 thead tr th:nth-of-type(4) {
    min-width: 13.75rem;
  }
}
.c-certificate__table02 th,
.c-certificate__table02 td {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  padding: 1.1875rem;
  vertical-align: middle;
  border: 1px solid #CCCCCC;
}

.c-certificate__table02 th {
  width: 15.375rem;
  font-weight: 700;
  background: #E5F3FC;
}

.c-certificate__table02 th:nth-of-type(1) {
  width: calc(100% - 46.125rem);
}

.c-certificate__table02 td {
  width: 15.375rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-certificate__table02 td {
    padding: 0.90625rem;
  }
}
.c-certificate__table02 td:nth-of-type(1) {
  width: calc(100% - 46.125rem);
}

.c-certificate__table02 td .w700 {
  font-weight: 700;
}

.c-certificate__table02.wid185 th {
  width: 11.5625rem;
}

@media screen and (max-width: 767px) {
  .c-certificate__table02.wid185 th {
    width: 10rem;
  }
}
.c-certificate__table02.wid185 th:nth-of-type(1) {
  width: calc(100% - 46.25rem);
}

@media screen and (max-width: 767px) {
  .c-certificate__table02.wid185 th:nth-of-type(1) {
    width: calc(100% - 40rem);
  }
}
.c-certificate__table02.wid185 td {
  width: 11.5625rem;
}

@media screen and (max-width: 767px) {
  .c-certificate__table02.wid185 td {
    width: 10rem;
  }
}
.c-certificate__table02.wid185 td:nth-of-type(1) {
  width: calc(100% - 46.25rem);
}

@media screen and (max-width: 767px) {
  .c-certificate__table02.wid185 td:nth-of-type(1) {
    width: calc(100% - 40rem);
  }
}
@media screen and (max-width: 767px) {
  .c-certificate__table02.wid400 {
    width: 48.75rem;
  }
}
.c-certificate__table02.wid400 th {
  width: 15.4375rem;
}

@media screen and (max-width: 767px) {
  .c-certificate__table02.wid400 th {
    width: 10rem;
  }
}
.c-certificate__table02.wid400 th:nth-of-type(1) {
  width: calc(100% - 61.75rem);
}

@media screen and (max-width: 767px) {
  .c-certificate__table02.wid400 th:nth-of-type(1) {
    width: calc(100% - 40rem);
  }
}
.c-certificate__table02.wid400 td {
  width: 15.4375rem;
}

@media screen and (max-width: 767px) {
  .c-certificate__table02.wid400 td {
    width: 10rem;
  }
}
.c-certificate__table02.wid400 td:nth-of-type(1) {
  width: calc(100% - 61.75rem);
}

@media screen and (max-width: 767px) {
  .c-certificate__table02.wid400 td:nth-of-type(1) {
    width: calc(100% - 40rem);
  }
}
.c-application {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  padding: 3.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
}

@media screen and (max-width: 767px) {
  .c-application {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 3.125rem 0.9375rem;
  }
}
.c-application__button {
  display: block;
  width: 100%;
  max-width: 18.75rem;
  height: 5.3125rem;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6.25rem;
  overflow: hidden;
}

.c-application__button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  color: #3C7FD0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 600;
}

.c-application__button a span {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
}

.c-application__button:hover {
  background: #3C7FD0;
}

.c-application__button:hover a {
  color: #fff;
}

.c-application__box {
  width: 100%;
  max-width: 25rem;
}

@media screen and (max-width: 767px) {
  .c-application__box {
    max-width: 100%;
  }
}
.c-application__text {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 700;
}

.c-application__text a {
  display: inline;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.c-application__text a::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.0625rem;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../imgs/pc/pdf_white.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-application__text a:hover {
  opacity: 0.7;
}

.c-internet {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-internet {
    margin-top: 1.25rem;
  }
}
.c-internet__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-bottom: 4.375rem;
}

.c-internet__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 600;
  text-align: center;
}

.c-internet__band {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 1.875rem;
}

.c-internet__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4375rem;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .c-internet__wrapper {
    gap: 2.1875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0 0.9375rem;
  }
}
.c-internet__box {
  position: relative;
  width: 100%;
  border: 1px solid #E6E6E6;
}

.c-internet__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -2.375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 0 2.5rem 0.9375rem;
  border-color: transparent transparent transparent #E6E6E6;
}

@media screen and (max-width: 767px) {
  .c-internet__box::before {
    top: auto;
    bottom: -1.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.9375rem 2.5rem 0 2.5rem;
    border-color: #E6E6E6 transparent transparent transparent;
  }
}
.c-internet__box:last-of-type::before {
  display: none;
}

.c-internet__subTitle {
  width: 100%;
  height: 3.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  text-align: center;
  background: #E5F3FC;
  border-bottom: 1px solid #E6E6E6;
}

.c-internet__subTitle span {
  display: inline-block;
  font-size: 0.75rem;
}

.c-internet__group {
  padding: 1.25rem 0.875rem 1.875rem 0.875rem;
}

@media screen and (max-width: 767px) {
  .c-internet__group {
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  }
}
.c-internet__numberList {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-indent: -0.8em;
  padding-left: 0.8em;
  margin-top: 1.25rem;
}

.c-internet__numberList:first-of-type {
  margin-top: 0rem;
}

.c-internet__numberList p {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 0.9375rem;
  margin-top: 0.3125rem;
  text-indent: 0em;
  padding-left: 0em;
}

.c-internet__numberList p.big {
  font-weight: 700;
  margin-bottom: 0.3125rem;
}

.c-internet__numberList a {
  display: inline;
  text-decoration: underline;
}

.c-internet__numberList a:hover {
  color: #3C7FD0;
}

.c-internet__lists {
  padding-left: 1.25rem;
}

.c-internet__list {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  text-indent: 0em;
  padding-left: 0em;
}

.c-internet__list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}

.c-course-box {
  width: 100%;
  overflow: hidden;
}

.c-course-top {
  position: relative;
  z-index: 2;
  width: 100%;
}

.c-course-top::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 42.4375rem;
  height: 25.5625rem;
  background-image: url(../imgs/pc/course_top_blue.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-course-top::before {
    width: 18.8125rem;
    height: 21.5rem;
    background-image: url(../imgs/sp/course_top_blue.webp);
  }
}
.c-course-top.green::before {
  width: 42.4375rem;
  height: 20.5625rem;
  background-image: url(../imgs/pc/course_top_green.webp);
}

@media screen and (max-width: 767px) {
  .c-course-top.green::before {
    width: 18.8125rem;
    height: 21.5rem;
    background-image: url(../imgs/sp/course_top_green.webp);
  }
}
.c-course-top.orange::before {
  width: 42.4375rem;
  height: 25.5625rem;
  background-image: url(../imgs/pc/course_top_orange.webp);
}

@media screen and (max-width: 767px) {
  .c-course-top.orange::before {
    width: 18.8125rem;
    height: 21.5rem;
    background-image: url(../imgs/sp/course_top_orange.webp);
  }
}
.c-course-top__inner {
  width: 100%;
  max-width: 72.5rem;
  margin: 0 auto;
  padding-top: 3.75rem;
}

.c-course-top__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .c-course-top__title {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    text-align: center;
  }
}
.c-course-top__text {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 0.5625rem;
}

@media screen and (max-width: 767px) {
  .c-course-top__text {
    max-width: 20.6875rem;
    margin: 0.9375rem auto 0 auto;
    font-size: 0.8125rem;
  }
}
.c-course {
  position: relative;
  width: 100%;
  background: #EEF8FF;
  margin-top: 13.125rem;
}

@media screen and (max-width: 767px) {
  .c-course {
    margin-top: 7.5rem;
  }
}
.c-course::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -6.875rem;
  width: 90rem;
  height: 6.875rem;
  background-image: url(../imgs/pc/arch_blue.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-course::before {
    top: -3.75rem;
    height: 7.5rem;
    width: 100%;
    background-image: url(../imgs/sp/arch_blue.svg);
  }
}
.c-course.green {
  background: #F0FFFA;
  margin-top: 15.375rem;
}

@media screen and (max-width: 767px) {
  .c-course.green {
    margin-top: 6.875rem;
  }
}
.c-course.green::before {
  background-image: url(../imgs/pc/arch_green.svg);
}

@media screen and (max-width: 767px) {
  .c-course.green::before {
    width: 100%;
    background-image: url(../imgs/sp/arch_green.svg);
  }
}
.c-course.green .c-course__inner {
  padding-top: 0.3125rem;
  padding-bottom: 7.5rem;
}

@media screen and (max-width: 767px) {
  .c-course.green .c-course__inner {
    padding-top: 0rem;
  }
}
.c-course.orange {
  background: #FFF2DD;
}

.c-course.orange::before {
  background-image: url(../imgs/pc/arch_orange.svg);
}

@media screen and (max-width: 767px) {
  .c-course.orange::before {
    width: 100%;
    background-image: url(../imgs/sp/arch_orange.svg);
  }
}
.c-course__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 5.625rem;
}

@media screen and (max-width: 767px) {
  .c-course__inner {
    padding-top: 0rem;
    padding-bottom: 7.5rem;
  }
}
.c-course__button {
  margin: -0.625rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .c-course__button {
    margin: -1.25rem auto 0 auto;
  }
}
.c-course-select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 5rem;
}

@media screen and (max-width: 767px) {
  .c-course-select {
    gap: 3.75rem;
  }
}
.c-course-select.green {
  gap: 3.75rem;
}

.c-course-select.green .c-course-select__goal {
  color: #1D2859;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}

@media screen and (max-width: 767px) {
  .c-course-select.green .c-course-select__goal {
    display: inline-block;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
  }
}
.c-course-select.green .c-course-select__title.pr30 {
  padding-right: 1.875rem;
}

@media screen and (max-width: 767px) {
  .c-course-select.green .c-course-select__title.pr30 {
    padding-right: 0rem;
  }
}
.c-course-select.green .c-course-select__title span {
  padding: 0rem 2.5rem 0.25rem 2.5rem;
  background: #62AEB4;
}

@media screen and (max-width: 767px) {
  .c-course-select.green .c-course-select__title span {
    font-size: 0.9375rem;
    padding: 0.0625rem 0.75rem 0.125rem 0.75rem;
  }
}
.c-course-select.green .c-course-select__box {
  width: 100%;
  height: 13.625rem;
  padding: 0rem 0rem 5.625rem 0rem;
}

@media screen and (max-width: 767px) {
  .c-course-select.green .c-course-select__box {
    height: auto;
    padding: 0rem 0rem 1.875rem 0rem;
  }
}
.c-course-select.green .c-course-select__group {
  height: auto;
}

.c-course-select.green .c-course-select__subTitle {
  background: #C3E9E4;
}

.c-course-select.green .c-course-select__button {
  bottom: 1.875rem;
  border: 1px solid #62AEB4;
}

@media screen and (max-width: 767px) {
  .c-course-select.green .c-course-select__button {
    bottom: auto;
    max-width: 13.75rem;
    margin: 1.875rem auto 0 auto;
  }
}
.c-course-select.green .c-course-select__button a {
  color: #62AEB4;
}

.c-course-select.green .c-course-select__button.blue {
  background: #62AEB4;
}

.c-course-select.green .c-course-select__button.blue a {
  color: #fff;
}

.c-course-select.green .c-course-select__license {
  font-size: 1.5rem;
  padding-top: 3.5625rem;
}

@media screen and (max-width: 767px) {
  .c-course-select.green .c-course-select__license {
    font-size: 1.375rem;
    padding-top: 0rem;
    margin-top: 1.875rem;
    margin-bottom: 0rem;
  }
}
.c-course-select__content {
  width: 100%;
}

.c-course-item {
  width: 100%;
  text-align: center;
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
  .c-course-item {
    margin-top: -1.125rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-course-item.mbSp {
    margin-bottom: 1.25rem;
  }
}
.c-course-item__band {
  color: #62AEB4;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-course-item__band {
    font-size: 1rem;
  }
}
.c-course-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-course-item__title {
    display: block;
  }
}
.c-course-item__title dt {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-course-item__title dt {
    font-size: 1.125rem;
    text-align: center;
  }
}
.c-course-item__title dd {
  font-size: 1rem;
  line-height: 1.5;
  border-left: 1px solid #1D2859;
  padding-left: 1.0625rem;
  margin-left: 1.0625rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-course-item__title dd {
    border: none;
    padding-left: 0rem;
    margin-left: 0rem;
    font-size: 0.875rem;
    text-align: center;
    margin-top: 0.25rem;
  }
}
.c-course-select__titleBox {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-course-select__titleBox {
    margin-top: -0.625rem;
  }
}
.c-course-select__goal {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .c-course-select__goal {
    font-size: 0.75rem;
  }
}
.c-course-select__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 700;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .c-course-select__title {
    gap: 0.5625rem;
    font-size: 1.125rem;
    margin-top: 0rem;
  }
}
.c-course-select__title span {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0rem 2rem 0.25rem 2rem;
  background: #3C7FD0;
  border-radius: 6.25rem;
}

@media screen and (max-width: 767px) {
  .c-course-select__title span {
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 0.0625rem 1.1875rem 0.125rem 1.1875rem;
  }
}
.c-course-select__department {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
  margin-top: 0.75rem;
}

@media screen and (max-width: 767px) {
  .c-course-select__department {
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
}
.c-course-select__wrapper {
  width: 100%;
  max-width: 61.75rem;
  margin: 2.5rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6875rem;
}

@media screen and (max-width: 767px) {
  .c-course-select__wrapper {
    max-width: 17.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.5625rem;
    margin: 1.25rem auto 0 auto;
  }
}
.c-course-select__column {
  position: relative;
  width: 100%;
  background: #fff;
}

.c-course-select__subTitle {
  position: relative;
  width: 100%;
  min-height: 9.1875rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  background: #D7EEFF;
  padding-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .c-course-select__subTitle {
    min-height: 8.25rem;
    font-size: 0.875rem;
    padding-top: 3.9375rem;
  }
}
.c-course-select__subTitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3.125rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/course_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-course-select__subTitle::before {
    top: 1.6875rem;
    width: 2.8125rem;
    height: 2.25rem;
  }
}
.c-course-select__subTitle.icon02 {
  padding-top: 5.3125rem;
}

@media screen and (max-width: 767px) {
  .c-course-select__subTitle.icon02 {
    padding-top: 4.375rem;
  }
}
.c-course-select__subTitle.icon02::before {
  background-image: url(../imgs/pc/course_icon02.svg);
}

@media screen and (max-width: 767px) {
  .c-course-select__subTitle.icon02::before {
    top: 1.375rem;
    width: 3.3125rem;
    height: 2.6875rem;
  }
}
.c-course-select__subTitle.icon03 {
  padding-top: 5.3125rem;
}

@media screen and (max-width: 767px) {
  .c-course-select__subTitle.icon03 {
    padding-top: 4.75rem;
  }
}
.c-course-select__subTitle.icon03::before {
  background-image: url(../imgs/pc/course_icon03.svg);
}

@media screen and (max-width: 767px) {
  .c-course-select__subTitle.icon03::before {
    top: 2.1875rem;
  }
}
.c-course-select__box {
  width: 100%;
  padding: 0rem 1.875rem 6.25rem 1.875rem;
}

@media screen and (max-width: 767px) {
  .c-course-select__box {
    padding: 0rem 1.6875rem 1.875rem 1.6875rem;
  }
}
.c-course-select__group {
  width: 100%;
  height: 7.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-course-select__group {
    height: auto;
  }
}
.c-course-select__unit {
  font-size: 1.5rem;
  line-height: 1.40625;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-course-select__unit {
    font-size: 1.25rem;
    padding-top: 1.25rem;
  }
}
.c-course-select__unit span {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .c-course-select__unit span {
    font-size: 1.875rem;
  }
}
.c-course-select__unitMin {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 767px) {
  .c-course-select__unitMin {
    margin-top: 0rem;
    font-size: 0.75rem;
  }
}
.c-course-select__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .c-course-select__label {
    font-size: 0.75rem;
    margin-top: 1.25rem;
  }
}
.c-course-select__label::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1px;
  background: #1D2859;
}

.c-course-select__systems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.9375rem;
  padding: 2.8125rem 1.25rem 0 1.25rem;
}

@media screen and (max-width: 767px) {
  .c-course-select__systems {
    gap: 0.75rem;
    padding: 1.875rem 0.9375rem 0 0.9375rem;
  }
}
.c-course-select__systems.pt {
  padding: 1.875rem 0.75rem 0 0.75rem;
}

.c-course-select__system {
  width: 100%;
  text-align: center;
}

.c-course-select__system span:nth-of-type(1) {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-course-select__system span:nth-of-type(1) {
    font-size: 0.8125rem;
  }
}
.c-course-select__system span:nth-of-type(2) {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
  margin-top: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .c-course-select__system span:nth-of-type(2) {
    font-size: 1.3125rem;
    line-height: 1.4545454545;
  }
}
.c-course-select__system span:nth-of-type(2) span {
  display: inline-block;
  font-size: 1rem;
}

.c-course-select__system span:nth-of-type(3) {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4166666667;
}

@media screen and (max-width: 767px) {
  .c-course-select__system span:nth-of-type(3) {
    font-size: 0.6875rem;
  }
}
.c-course-select__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
  margin-top: 0.625rem;
}

.c-course-select__list {
  font-size: 0.875rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-course-select__list {
    font-size: 0.75rem;
  }
}
.c-course-select__year {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .c-course-select__year {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}
.c-course-select__money {
  font-size: 1.5rem;
  line-height: 1.4375;
  font-weight: 700;
  text-align: center;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .c-course-select__money {
    font-size: 1.375rem;
  }
}
.c-course-select__money span {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .c-course-select__money span {
    font-size: 1.8125rem;
  }
}
.c-course-select__button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2.5rem;
  display: block;
  width: 100%;
  max-width: 16.25rem;
  height: 2.5rem;
  border: 1px solid #3C7FD0;
  background: #fff;
  border-radius: 6.25rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-course-select__button {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    margin: 1.5625rem auto 0 auto;
  }
}
.c-course-select__button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3C7FD0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
}

@media screen and (max-width: 767px) {
  .c-course-select__button a {
    font-size: 0.875rem;
  }
}
.c-course-select__button:hover {
  background: #3C7FD0;
}

.c-course-select__button:hover a {
  color: #fff;
}

.c-course-select__button.blue {
  background: #3C7FD0;
}

.c-course-select__button.blue a {
  color: #fff;
}

.c-course-select__button.green:hover {
  background: #62AEB4;
}

.c-course-select__button.green:hover a {
  color: #fff;
}

.c-course-select__license {
  font-size: 1.375rem;
  line-height: 1.4545454545;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-course-select__license {
    font-size: 1.25rem;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-course-select__license.mdSp {
    margin-top: 1.875rem;
    margin-bottom: 0rem;
  }
}
.c-course-block {
  width: 100%;
  margin-top: 10.3125rem;
}

@media screen and (max-width: 767px) {
  .c-course-block {
    margin-top: 7.1875rem;
  }
}
.c-course-block__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.625rem;
  width: 100%;
  max-width: 65rem;
  margin: -0.625rem auto 0 auto;
}

.c-course-block__table th,
.c-course-block__table td {
  font-size: 1rem;
  line-height: 1.5;
  background: #fff;
}

.c-course-block__table th.wid250,
.c-course-block__table td.wid250 {
  width: 15.625rem;
}

.c-course-block__table th.wid450,
.c-course-block__table td.wid450 {
  width: 28.125rem;
}

.c-course-block__table th {
  font-weight: 700;
  text-align: center;
}

.c-course-block__table td {
  padding: 0.625rem 1.25rem;
}

.c-course-block__table td.min {
  font-size: 0.875rem;
}

.c-course-block__table thead th {
  padding: 0.75rem 0;
}

.c-course-block__table tbody th,
.c-course-block__table tbody td {
  height: 6.5625rem;
  vertical-align: middle;
}

.c-course-block__tableBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.25rem;
  padding: 0 1rem;
}

.c-course-block__tableSp {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.5rem;
  width: 100%;
}

.c-course-block__tableSp th,
.c-course-block__tableSp td {
  vertical-align: middle;
}

.c-course-block__tableSp th {
  width: 2.5rem;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  font-weight: 600;
  text-align: center;
  background: #fff;
  padding: 1.5625rem 0;
}

.c-course-block__tableSp td {
  font-size: 0.875rem;
  line-height: 1.5;
}

.c-course-block__tableSp td span {
  font-size: 1rem;
  font-weight: 700;
}

.c-course-block__tableSp td span.comment {
  font-size: 0.75rem;
  font-weight: 400;
}

.c-course-block__wrapper {
  width: 100%;
  max-width: 63.75rem;
  margin: 1.25rem auto 0 auto;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-course-block__wrapper {
    max-width: 17.5rem;
    margin: 1.875rem auto 0 auto;
  }
}
.c-course-block__name {
  position: relative;
  width: 100%;
  min-height: 7.0625rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  background: #C3E9E4;
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .c-course-block__name {
    min-height: 8.25rem;
    font-size: 0.875rem;
    padding-top: 4.5625rem;
  }
}
.c-course-block__name::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3.125rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/course_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-course-block__name::before {
    top: 2.3125rem;
  }
}
.c-course-block__name.icon::before {
  background-image: url(../imgs/pc/course_icon03.svg);
}

.c-course-block__frame {
  padding: 2.5rem;
}

@media screen and (max-width: 767px) {
  .c-course-block__frame {
    padding: 1.25rem 1.875rem 1.75rem 1.875rem;
  }
}
.c-course-block__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.5rem;
}

@media screen and (max-width: 767px) {
  .c-course-block__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1rem;
  }
}
.c-course-block__box {
  text-align: center;
}

.c-course-block__box span:nth-of-type(1) {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-course-block__box span:nth-of-type(1) {
    font-size: 0.8125rem;
  }
}
.c-course-block__box span:nth-of-type(2) {
  display: block;
  font-size: 2rem;
  line-height: 1.1875;
  font-weight: 700;
  margin-top: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .c-course-block__box span:nth-of-type(2) {
    font-size: 1.375rem;
    margin-top: 0.625rem;
  }
}
.c-course-block__box span:nth-of-type(2) span {
  display: inline-block;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-course-block__box span:nth-of-type(2) span {
    font-size: 1.375rem;
  }
}
.c-course-block__box span:nth-of-type(3) {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  margin-top: 0.3125rem;
}

.c-course-block__box span.min {
  display: block;
  font-size: 1rem;
  line-height: 1.4166666667;
  margin-top: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .c-course-block__box span.min {
    margin-top: 0.625rem;
  }
}
.c-course-block__button {
  display: block;
  width: 100%;
  max-width: 16.25rem;
  height: 2.5rem;
  margin: 1.75rem auto 0rem auto;
  border: 1px solid #62AEB4;
  background: #fff;
  border-radius: 6.25rem;
  overflow: hidden;
}

.c-course-block__button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #62AEB4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
}

@media screen and (max-width: 767px) {
  .c-course-block__button a {
    font-size: 0.875rem;
  }
}
.c-course-block__button:hover {
  background: #62AEB4;
}

.c-course-block__button:hover a {
  color: #fff;
}

.c-course-flow {
  width: 100%;
  margin-top: 6.25rem;
}

@media screen and (max-width: 767px) {
  .c-course-flow {
    margin-top: 3.75rem;
  }
}
.c-course-flow.green {
  margin-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .c-course-flow.green {
    margin-top: 5.9375rem;
  }
}
.c-course-flow.green .c-course-flow__img {
  width: 100%;
  max-width: 48.75rem;
  margin: 2.5rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .c-course-flow.green .c-course-flow__img {
    max-width: 100%;
    margin: 1.875rem auto 0 auto;
    overflow-x: scroll;
  }
  .c-course-flow.green .c-course-flow__img img {
    width: 38.125rem;
    padding-right: 1.875rem;
  }
}
.c-course-flow.green .c-course-flow__button {
  background: -webkit-gradient(linear, left top, right top, from(#35889D), to(#5EABBF));
  background: linear-gradient(90deg, #35889D, #5EABBF);
  margin: 3.125rem auto 0 auto;
}

.c-course-flow__title {
  font-size: 2.5rem;
  line-height: 1.425;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-course-flow__title {
    font-size: 1.5rem;
    line-height: 1.4166666667;
  }
}
.c-course-flow__img {
  width: 100%;
  max-width: 62rem;
  margin: 1.875rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .c-course-flow__img {
    max-width: 100%;
    overflow-x: scroll;
    padding-left: 1.875rem;
    padding-bottom: 0.625rem;
  }
  .c-course-flow__img img {
    width: 75.625rem;
    padding-right: 1.875rem;
  }
}
.c-course-flow__button {
  margin: 3.125rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .c-course-flow__button {
    margin: 0.3125rem auto 0 auto;
  }
}
.c-course-system {
  width: 100%;
  max-width: 63.9375rem;
  margin: 10rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .c-course-system {
    padding: 0rem 1.5rem;
    margin: 6.25rem auto 0 auto;
  }
}
.c-course-system__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.625rem;
  font-size: 1.25rem;
  line-height: 3.25;
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .c-course-system__title {
    gap: 1.75rem;
  }
}
.c-course-system__title::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1px;
  background: #62AEB4;
}

.c-course-system__text {
  font-size: 1rem;
  line-height: 1.5;
}

.c-course-system__comment {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1.5625rem;
}

.c-course-system__box {
  width: 100%;
}

.c-course-system__band {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .c-course-system__band {
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}
.c-course-system__link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .c-course-system__link {
    line-height: 1;
  }
}
.c-course-system__link::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../imgs/pc/list_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.4375rem;
}

@media screen and (max-width: 767px) {
  .c-course-system__link::after {
    margin-left: 0rem;
  }
}
.c-course-system__link:hover {
  opacity: 0.7;
}

.c-course-system__linkText {
  display: block;
  font-size: 0.8125rem;
  line-height: 1;
  margin-bottom: 1.75rem;
}

.c-course-system__linkText.mb0 {
  margin-bottom: 0rem;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 4.8125rem;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    gap: 0.875rem 1.5rem;
    margin-top: 1.875rem;
  }
}
.c-breadcrumb_mt0 {
  margin-top: 0;
}

.c-breadcrumb__list {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.c-breadcrumb__list::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: -0.875rem;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid #111111;
  border-right: 1px solid #111111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-breadcrumb__list_end {
  color: #AAAAAA;
}

.c-breadcrumb__list_end::after {
  display: none;
}

.c-breadcrumb__link {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.c-breadcrumb__link:hover {
  color: #FFE225;
}

.p-news {
  width: 100%;
}

.p-news__inner {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-bottom: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-news__inner {
    padding: 0rem 0.9375rem 4.375rem 0.9375rem;
  }
}
.p-single {
  width: 100%;
}

.p-single__inner {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 4.0625rem 0rem 4.375rem 0rem;
}

@media screen and (max-width: 767px) {
  .p-single__inner {
    padding: 2.8125rem 0.9375rem 3.125rem 0.9375rem;
  }
}
.p-single__time {
  display: inline-block;
  color: #777777;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

.p-single__title {
  color: #333333;
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.125rem;
}

@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.5rem;
  }
}
.p-single__button {
  margin: 4.375rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-single__button {
    margin: 3.125rem auto 0 auto;
  }
}
.p-single__cont {
  width: 100%;
  color: #333333;
  margin-top: 1.875rem;
}

.p-single__cont figure {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.p-single__cont figure img {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.p-single__cont img {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.p-single__cont h2 {
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}

.p-single__cont h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;
}

.p-single__cont h4 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
}

.p-single__cont h5 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.p-single__cont p {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.p-learning {
  width: 100%;
}

.p-learning__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-top: 1.5rem;
  padding-bottom: 7.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-learning__inner {
    padding: 0rem 1.875rem 3.125rem 1.875rem;
  }
}
.p-learning__text {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-learning__text {
    font-size: 1.25rem;
  }
}
.p-learning-system {
  width: 100%;
  margin-top: 6.875rem;
}

@media screen and (max-width: 767px) {
  .p-learning-system {
    margin-top: 3.125rem;
  }
}
.p-learning-system__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .p-learning-system__title {
    font-size: 1.75rem;
  }
}
.p-learning-system__title span {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}

.p-learning-system__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-learning-system__text {
    margin-top: 1.25rem;
  }
}
.p-learning-system__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-learning-system__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0rem;
    margin-top: 1.25rem;
  }
}
.p-learning-system__box {
  position: relative;
  width: 100%;
  padding: 1.875rem 1.25rem 5.3125rem 1.25rem;
  background: #EEF8FF;
}

@media screen and (max-width: 767px) {
  .p-learning-system__box {
    padding: 1.875rem 0.6875rem 1.25rem 0.6875rem;
  }
}
.p-learning-system__plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4A69AF;
  font-size: 2.25rem;
  padding-top: 2.1875rem;
}

@media screen and (max-width: 767px) {
  .p-learning-system__plus {
    font-size: 1.875rem;
    padding-top: 0rem;
  }
}
.p-learning-system__subTitle {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
  text-align: center;
}

.p-learning-system__img {
  width: 100%;
  margin-top: 1.25rem;
}

.p-learning-system__subText {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-learning-system__subText {
    padding: 0 0.5625rem;
  }
}
.p-learning-system__button {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 16.25rem;
  height: 2.8125rem;
  margin: 0 auto;
  background: #4A69AF;
  border-radius: 6.25rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-learning-system__button {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    margin: 1.25rem auto 0 auto;
  }
}
.p-learning-system__button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
}

.p-learning-numeral {
  margin-top: 7.8125rem;
}

@media screen and (max-width: 767px) {
  .p-learning-numeral {
    margin-top: 3.125rem;
  }
}
.p-learg-support {
  width: 100%;
  margin-top: 8.125rem;
}

@media screen and (max-width: 767px) {
  .p-learg-support {
    margin-top: 3.125rem;
  }
}
.p-learg-support__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-learg-support__title {
    font-size: 2rem;
  }
}
.p-learg-support__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-learg-support__text {
    text-align: left;
    margin-top: 1.25rem;
  }
}
.p-learg-support__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-top: 5.125rem;
}

@media screen and (max-width: 767px) {
  .p-learg-support__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 5rem;
    margin-top: 5.75rem;
  }
}
.p-learg-support__box {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #EEF8FF;
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
}

.p-learg-support__icon {
  position: absolute;
  z-index: -1;
  top: -3.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 8.9375rem;
  height: 8.9375rem;
  border-radius: 100%;
  padding-top: 1.875rem;
  background: #EEF8FF;
}

.p-learg-support__icon img {
  width: 100%;
  max-width: 3.125rem;
  margin: 0 auto;
}

.p-learg-support__subTitle {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.p-learg-support__subText {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .p-learg-support__subText {
    margin-top: 0.625rem;
  }
}
.p-learg-support__button {
  margin: 2.5rem auto 0 auto;
}

.p-text {
  width: 100%;
}

.p-text__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-top: 1.5rem;
  padding-bottom: 7.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-text__inner {
    padding: 0rem 1.875rem 1.875rem 1.875rem;
  }
}
.p-text__text {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}

.p-text-flow {
  width: 100%;
  max-width: 57.5rem;
  margin: 3.75rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-text-flow {
    margin: 3.125rem auto 0 auto;
  }
}
.p-text-flow__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-text-flow__title {
    font-size: 1.75rem;
  }
}
.p-text-flow__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4.375rem;
  margin-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .p-text-flow__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0rem;
    margin-top: 4.875rem;
  }
}
.p-text-flow__plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6481C0;
  font-size: 5rem;
  line-height: 1;
  font-weight: 900;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-text-flow__plus {
    padding-bottom: 0rem;
    margin-top: -0.625rem;
    margin-bottom: 3.125rem;
  }
}
.p-text-flow__box {
  position: relative;
  width: 100%;
  max-width: 21.875rem;
  height: 21.875rem;
  border-radius: 100%;
  background: #EEF8FF;
  padding-top: 13.125rem;
}

@media screen and (max-width: 767px) {
  .p-text-flow__box {
    max-width: 18.75rem;
    height: 18.75rem;
    padding-top: 8.9375rem;
  }
}
.p-text-flow__box.pt {
  padding-top: 13.5rem;
}

@media screen and (max-width: 767px) {
  .p-text-flow__box.pt {
    padding-top: 10.4375rem;
  }
}
.p-text-flow__img {
  position: absolute;
  top: -4.125rem;
  left: 0rem;
  width: 21.875rem;
}

@media screen and (max-width: 767px) {
  .p-text-flow__img {
    top: -3.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 17.5rem;
  }
}
.p-text-flow__img02 {
  position: absolute;
  top: -4.4375rem;
  left: -0.625rem;
  width: 31.0625rem;
}

@media screen and (max-width: 767px) {
  .p-text-flow__img02 {
    top: -5.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 17.5rem;
  }
}
.p-text-flow__subTitle {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 600;
  text-align: center;
}

.p-text-flow__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.4375rem;
}

@media screen and (max-width: 767px) {
  .p-text-flow__text {
    line-height: 1.3;
  }
}
.p-text-flow__card {
  position: relative;
  width: 100%;
  padding: 2.0625rem 2rem 1.25rem 2.1875rem;
  background: #EEF8FF;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .p-text-flow__card {
    padding: 2.1875rem 1.25rem 1.25rem 1.25rem;
    margin-top: 2.5rem;
  }
}
.p-text-flow__card dt {
  position: absolute;
  top: -1.625rem;
  right: 4.6875rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  padding: 0.3125rem 2.125rem;
  background: #6481C0;
  border-radius: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-text-flow__card dt {
    top: -1.25rem;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 15.5rem;
    text-align: center;
    padding: 0.3125rem 0.625rem;
  }
}
.p-text-flow__card dd {
  color: #6481C0;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.p-text-flow__card dd .w700 {
  font-weight: 700;
}

.p-text-flow__card dd .w900 {
  font-weight: 900;
}

.p-text-features {
  width: 100%;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-text-features {
    margin-top: 3.125rem;
  }
}
.p-text-features__wrapper {
  width: 100%;
  max-width: 47.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-text-features__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.125rem;
    padding-left: 0.3125rem;
  }
}
.p-text-features__img {
  width: 100%;
  max-width: 22rem;
}

@media screen and (max-width: 767px) {
  .p-text-features__img {
    max-width: 20rem;
  }
}
.p-text-featuresStep {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-top: 10.375rem;
}

@media screen and (max-width: 767px) {
  .p-text-featuresStep {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 6.5625rem;
    margin-top: 7.1875rem;
  }
}
.p-text-featuresStep__box {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
  background: #EEF8FF;
}

@media screen and (max-width: 767px) {
  .p-text-featuresStep__box {
    padding: 1.25rem;
  }
}
.p-text-featuresStep__number {
  position: absolute;
  z-index: -1;
  top: -4.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 8.9375rem;
  height: 8.9375rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border-radius: 100%;
  padding-top: 2.1875rem;
  background: #EEF8FF;
}

@media screen and (max-width: 767px) {
  .p-text-featuresStep__number {
    padding-top: 1.5625rem;
  }
}
.p-text-featuresStep__number span {
  display: block;
  font-size: 2.4375rem;
  font-weight: 700;
}

.p-text-featuresStep__title {
  min-height: 6.25rem;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-text-featuresStep__title {
    min-height: auto;
    font-size: 1.375rem;
  }
}
.p-text-featuresStep__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}

.p-text-featuresCard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.125rem;
  padding: 3.75rem 5.9375rem;
  margin-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .p-text-featuresCard {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
    padding: 2.5rem 0rem;
    margin-top: 1.25rem;
  }
}
.p-text-featuresCard__img {
  width: 100%;
  max-width: 17.4375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-text-featuresCard__img {
    max-width: 13.875rem;
  }
}
.p-text-featuresCard__img span {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-text-featuresCard__img span {
    margin-top: 1.25rem;
  }
}
.p-text-featuresCard__box {
  width: 100%;
  padding-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-text-featuresCard__box {
    padding-top: 0rem;
  }
}
.p-text-featuresCard__title {
  font-size: 1.625rem;
  line-height: 1.45;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .p-text-featuresCard__title {
    font-size: 1.375rem;
    text-align: center;
  }
}
.p-text-featuresCard__title span {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}

.p-text-featuresCard__text {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-text-featuresCard__text {
    line-height: 1.45;
    margin-top: 1rem;
  }
}
.p-schooling {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-schooling {
    overflow: hidden;
  }
}
.p-schooling__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-top: 1.5rem;
  padding-bottom: 7.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-schooling__inner {
    padding: 0rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-schooling__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.p-schooling-shape {
  width: 100%;
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-schooling-shape {
    margin-top: 2.1875rem;
  }
}
.p-schooling-shape__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-schooling-shape__title {
    font-size: 1.75rem;
  }
}
.p-schooling-shape__title span {
  position: relative;
  top: 0.5rem;
  font-size: 4rem;
  line-height: 1.4375;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .p-schooling-shape__title span {
    top: 0.75rem;
    left: -0.25rem;
    font-size: 3.75rem;
  }
}
.p-schooling-shape__wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem;
  margin-top: -0.625rem;
}

@media screen and (max-width: 767px) {
  .p-schooling-shape__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5.3125rem;
    margin-top: 0rem;
  }
}
.p-schooling-shape__wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 0.625rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3.1875rem;
  height: 5.3125rem;
  background-image: url(../imgs/pc/schooling_put.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-schooling-shape__box {
  width: 100%;
  padding: 1.25rem;
}

.p-schooling-shape__icon {
  width: auto;
  height: 1.625rem;
  margin: 0 auto;
}

.p-schooling-shape__band {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 0.3125rem;
}

.p-schooling-shape__subTitle {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
  text-align: center;
  margin-top: 0.3125rem;
}

.p-schooling-shape__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}

.p-schooling-shape__comment {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}

.p-schooling-video {
  width: 100%;
  background: #EEF8FF;
  padding: 3.75rem;
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-schooling-video {
    max-width: calc(100% - 1.875rem);
    margin: 2.5rem auto 0 auto;
    padding: 3.75rem 1.25rem;
  }
}
.p-schooling-video__title {
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-weight: 700;
  text-align: center;
}

.p-schooling-video__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-schooling-video__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 3.75rem;
  }
}
.p-schooling-video__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-schooling-video__text {
    text-align: left;
  }
}
.p-schooling-video__group {
  width: 100%;
  max-width: 21.375rem;
  margin: 1.5rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-schooling-video__group {
    max-width: 8.75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0rem;
    margin-top: 3.25rem;
  }
}
.p-schooling-video__item {
  width: 100%;
}

.p-schooling-video__icon {
  width: 100%;
}

.p-schooling-video__icon span {
  display: block;
  color: #4A69AF;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-schooling-video__icon span {
    line-height: 1.2;
    margin-top: 0.8125rem;
  }
}
.p-schooling-video__plus {
  color: #4A69AF;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 900;
  padding-top: 2.75rem;
}

@media screen and (max-width: 767px) {
  .p-schooling-video__plus {
    padding-top: 0rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.p-schooling-video__img {
  width: 100%;
  max-width: 32.1875rem;
}

@media screen and (max-width: 767px) {
  .p-schooling-video__img {
    max-width: 100%;
  }
}
.p-schooling-place {
  width: 100%;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-schooling-place {
    margin-top: 1.25rem;
  }
}
.p-schooling-place__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-schooling-place__title {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
.p-schooling-place__map {
  position: relative;
  left: 1.125rem;
  width: 100%;
  max-width: 60.3125rem;
  margin: 2.1875rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-schooling-place__map {
    left: 0rem;
    margin: 1.25rem auto 0 auto;
  }
}
.p-schooling-place__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem 1.875rem;
  margin-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .p-schooling-place__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
    padding: 0 0.9375rem;
    margin-top: 3.4375rem;
  }
}
.p-schooling-place__box {
  width: 100%;
}

.p-schooling-place__subTitle {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
  text-align: center;
}

.p-schooling-place__img {
  width: 100%;
  margin-top: 0.625rem;
}

.p-schooling-place__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}

.p-schooling-place__link {
  position: relative;
  left: 0;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-left: auto;
}

.p-schooling-place__link::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.0625rem;
  height: 0.5rem;
  background-image: url(../imgs/pc/map_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-schooling-place__link:hover {
  opacity: 0.7;
  left: 0.625rem;
}

.p-schooling-face {
  width: 100%;
  margin-top: 6.5625rem;
}

@media screen and (max-width: 767px) {
  .p-schooling-face {
    margin-top: 5.625rem;
  }
}
.p-schooling-face__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-schooling-face__title {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
.p-schooling-face__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.875rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-schooling-face__wrapper {
    gap: 2.0625rem;
    padding: 0 0.9375rem;
    margin-top: 2.0625rem;
  }
}
.p-schooling-face__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.125rem;
  padding: 3.125rem 3.125rem 3.125rem 5rem;
  background: #EEF8FF;
}

@media screen and (max-width: 767px) {
  .p-schooling-face__column {
    -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;
    padding: 3.125rem 1.25rem;
  }
}
.p-schooling-face__box {
  width: 100%;
}

.p-schooling-face__subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.625rem;
  line-height: 1.4230769231;
  font-weight: 700;
}

.p-schooling-face__subTitle::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/schooling_icon05.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-schooling-face__subTitle.icon02::before {
  background-image: url(../imgs/pc/schooling_icon06.svg);
}

.p-schooling-face__subTitle.icon03::before {
  background-image: url(../imgs/pc/schooling_icon07.svg);
}

.p-schooling-face__subTitle.icon04::before {
  background-image: url(../imgs/pc/schooling_icon08.svg);
}

.p-schooling-face__text {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-schooling-face__text {
    margin-top: 1rem;
  }
}
.p-schooling-face__img {
  width: 100%;
  max-width: 21.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-schooling-face__img {
    max-width: 100%;
  }
}
.p-schooling-faceCard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.125rem;
  padding: 3.75rem 5.9375rem;
  margin-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .p-schooling-faceCard {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.875rem;
    padding: 0rem 1.75rem;
    margin-top: 3.125rem;
  }
}
.p-schooling-faceCard__img {
  width: 100%;
  max-width: 17.4375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-schooling-faceCard__img {
    max-width: 12.5rem;
  }
}
.p-schooling-faceCard__img span {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.625rem;
}

.p-schooling-faceCard__box {
  width: 100%;
  padding-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-schooling-faceCard__box {
    padding-top: 0rem;
  }
}
.p-schooling-faceCard__title {
  font-size: 1.625rem;
  line-height: 1.45;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.p-schooling-faceCard__title span {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}

.p-schooling-faceCard__text {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1.25rem;
}

.p-system {
  width: 100%;
}

.p-system__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-top: 1.5rem;
  padding-bottom: 7.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-system__inner {
    padding: 0rem 1.875rem 4.375rem 1.875rem;
  }
}
.p-system__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.p-system__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 3.125rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-system__wrapper {
    gap: 2.5rem;
  }
}
.p-systemCard {
  width: 100%;
  padding: 3.125rem 3.75rem;
  background: #EEF8FF;
}

@media screen and (max-width: 767px) {
  .p-systemCard {
    padding: 1.5625rem 1.25rem 1.875rem 1.25rem;
  }
}
.p-systemCard__band {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-systemCard__band {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-systemCard__title {
  font-size: 2rem;
  line-height: 1.3125;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .p-systemCard__title {
    font-size: 1.5rem;
  }
}
.p-systemCard__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-systemCard__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
}
.p-systemCard__img {
  width: 100%;
  max-width: 28.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-systemCard__img {
    max-width: 100%;
  }
}
.p-systemCard__box {
  width: 100%;
}

.p-systemCard__text {
  font-size: 1.125rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-systemCard__text {
    font-size: 1rem;
  }
}
.p-systemCard__text span {
  display: inline-block;
  font-size: 1rem;
}

.p-systemCard__item {
  position: relative;
  width: 100%;
  max-width: 30.75rem;
  margin: 3.25rem auto 0 auto;
  padding: 1.875rem 1.25rem 1.25rem 1.25rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-systemCard__item {
    max-width: 100%;
    margin: 2.625rem auto 0 auto;
  }
}
.p-systemCard__item dt {
  position: absolute;
  top: -1rem;
  left: -1rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4375;
  padding: 0.3125rem 1.875rem;
  background: #6481C0;
  border-radius: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-systemCard__item dt {
    left: 1.25rem;
    padding: 0.3125rem 2.1875rem;
  }
}
.p-systemCard__item dd {
  font-size: 1rem;
  line-height: 1.5;
}

.p-systemComment {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-systemComment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 1.875rem;
  }
}
.p-systemComment__band {
  position: relative;
  width: 100%;
  max-width: 21.5rem;
  color: #4A69AF;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  padding-top: 4.5rem;
  padding-left: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-systemComment__band {
    max-width: 18.125rem;
    font-size: 1.125rem;
    padding-top: 2.1875rem;
    padding-left: 1.25rem;
    margin: 0 auto 1.875rem auto;
  }
}
.p-systemComment__band::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.3125rem;
  right: -1.25rem;
  width: 12.9375rem;
  height: 10.6875rem;
  background-image: url(../imgs/pc/system_item.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-systemComment__band::before {
    top: -0.9375rem;
    left: 8.75rem;
    background-image: url(../imgs/sp/system_item.webp);
    right: auto;
    width: 8.25rem;
    height: 7.4375rem;
  }
}
.p-systemComment__box {
  width: 100%;
  max-width: 39.75rem;
  padding-right: 1rem;
}

@media screen and (max-width: 767px) {
  .p-systemComment__box {
    max-width: 100%;
    padding-right: 0rem;
  }
}
.p-systemComment__title {
  position: relative;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  background: #6481C0;
  padding: 0.625rem;
  border-radius: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-systemComment__title {
    max-width: 18.125rem;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.2;
    padding: 0.9375rem 1.4375rem;
  }
}
.p-systemComment__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.6875rem;
  left: 0.75rem;
  width: 1.3125rem;
  height: 1.625rem;
  background-image: url(../imgs/pc/system_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-systemComment__title::before {
    left: 3.3125rem;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}
.p-systemComment__text {
  max-width: 34.875rem;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 1.25rem;
  margin-left: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-systemComment__text {
    max-width: 100%;
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-left: 0rem;
  }
}
.p-system-cols {
  width: 100%;
  min-height: 29.4375rem;
  background-image: url(../imgs/pc/system_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3.125rem 3.75rem;
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-system-cols {
    min-height: auto;
    background-image: url(../imgs/sp/system_bg.webp);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 3.4375rem 1.25rem 0 1.25rem;
    margin-top: 2.5rem;
  }
}
.p-system-cols__band {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-system-cols__band {
    font-size: 1rem;
  }
}
.p-system-cols__title {
  font-size: 2rem;
  line-height: 1.3125;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .p-system-cols__title {
    font-size: 1.5rem;
  }
}
.p-system-cols__text {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-system-cols__text {
    font-size: 1rem;
    margin-top: 3.125rem;
  }
}
.p-system-cols__point {
  width: 100%;
  max-width: 31.6875rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  text-align: center;
  padding: 0.3125rem;
  border-radius: 6.25rem;
  background: #6481C0;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-system-cols__point {
    max-width: 100%;
    margin-top: 1.875rem;
  }
}
.p-system-cols__group {
  width: 100%;
  max-width: 31.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0 1.75rem 0 1.25rem;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-system-cols__group {
    max-width: 100%;
    -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;
    gap: 0rem;
    padding: 0.3125rem 1.25rem 0 1.25rem;
    margin-top: 0rem;
  }
}
.p-system-cols__lists {
  padding-left: 1.375rem;
}

.p-system-cols__list {
  position: relative;
  color: #4A69AF;
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-system-cols__list {
    font-size: 0.875rem;
    margin-top: 0.125rem;
  }
  .p-system-cols__list:first-of-type {
    margin-top: 0rem;
  }
}
.p-system-cols__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1.375rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../imgs/pc/check_blue.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-practice {
  width: 100%;
}

.p-practice__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-top: 1.5rem;
  padding-bottom: 10rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-practice__inner {
    padding: 0rem 1.875rem 3.125rem 1.875rem;
  }
}
.p-practice__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-practice__text {
    text-align: left;
  }
}
.p-practice__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  margin-top: 5.25rem;
}

@media screen and (max-width: 767px) {
  .p-practice__box {
    max-width: 20.625rem;
    margin: 4.75rem auto 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    gap: 0rem;
  }
}
.p-practice__img {
  width: 100%;
  max-width: 36.0625rem;
}

@media screen and (max-width: 767px) {
  .p-practice__img {
    max-width: 10.5rem;
  }
}
.p-practice__band {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .p-practice__band {
    font-size: 1.25rem;
    padding-top: 0rem;
  }
}
.p-practice__band span {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}

.p-practice__item {
  width: 100%;
  margin-top: -20rem;
}

@media screen and (max-width: 767px) {
  .p-practice__item {
    max-width: 20.625rem;
    margin: -9.0625rem auto 0 auto;
  }
  .p-practice__item img {
    width: 105.4545454545%;
  }
}
.p-practice__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.875rem;
  margin-top: 8.125rem;
}

@media screen and (max-width: 767px) {
  .p-practice__column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-practice__overBox {
    position: relative;
    left: 0.9375rem;
    width: calc(100% + 1.875rem);
    padding-bottom: 0.3125rem;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .p-practice__overIn {
    width: 36.25rem;
  }
}
.p-practice__table th {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #BACDE9;
}

@media screen and (max-width: 767px) {
  .p-practice__table th {
    padding: 1.125rem 0;
  }
}
.p-practice__table th.band {
  position: relative;
  width: 3.25rem;
  min-width: 3.25rem;
  background: #3A62AD;
  border-top: 1px solid #3A62AD;
  border-bottom: 1px solid #3A62AD;
}

.p-practice__table th.band span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.5em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #3A62AD;
}

.p-practice__table th.head {
  padding: 0.625rem 0;
  background: #BACDE9;
  border-right: 1px solid #fff;
}

.p-practice__table th.title {
  width: 6.25rem;
  min-width: 6.25rem;
  background: #BACDE9;
  border-bottom: 1px solid #fff;
}

.p-practice__table th.bar-blue {
  border-bottom: 1px solid #BACDE9;
}

.p-practice__table td {
  width: 11.875rem;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 1.0625rem;
  vertical-align: middle;
  background: #fff;
  border-top: 1px solid #BACDE9;
  border-right: 1px solid #BACDE9;
  border-bottom: 1px solid #BACDE9;
}

@media screen and (max-width: 767px) {
  .p-practice__table td {
    width: 100%;
    padding: 1rem 0.3125rem 1rem 0.5rem;
  }
}
.p-practice__table td.wid107 {
  width: 6.6875rem;
  text-align: center;
  padding-left: 0rem;
  border-right: 1px solid #BACDE9;
}

@media screen and (max-width: 767px) {
  .p-practice__table td.wid107 {
    width: 5rem;
    min-width: 5rem;
  }
}
.p-practice__table td.wid175 {
  width: 10.9375rem;
  padding-left: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-practice__table td.wid175 {
    width: 7.3125rem;
    min-width: 7.3125rem;
    padding-left: 0rem;
  }
}
.p-practice__table td.wid203 {
  width: 12.6875rem;
  border-right: 1px solid #BACDE9;
  padding-left: 1.625rem;
}

@media screen and (max-width: 767px) {
  .p-practice__table td.wid203 {
    width: 10.625rem;
    min-width: 10.625rem;
    padding-left: 0.625rem;
  }
}
.p-practice__table td.wid219 {
  width: 13.6875rem;
  border-right: 1px solid #BACDE9;
  padding-left: 2.4375rem;
}

@media screen and (max-width: 767px) {
  .p-practice__table td.wid219 {
    width: 10rem;
    min-width: 10rem;
    padding-left: 0.625rem;
  }
}
.p-practice__table td.pozi span {
  position: relative;
  left: -0.5rem;
}

@media screen and (max-width: 767px) {
  .p-practice__table td.pozi span {
    font-size: 0.9375rem;
  }
}
.p-practice__table td .flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-practice__table td .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5625rem;
  }
}
.p-practice__table td .big {
  font-size: 1.5rem;
}

.p-practice__table td .lh {
  line-height: 2;
  padding: 0.75rem 0;
}

@media screen and (max-width: 767px) {
  .p-practice__table td .lh {
    padding: 0;
  }
}
.p-practice-guidance {
  width: 100%;
  margin-top: 8.625rem;
}

@media screen and (max-width: 767px) {
  .p-practice-guidance {
    padding: 0 1.25rem;
    margin-top: 4.0625rem;
  }
}
.p-practice-guidance__title {
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .p-practice-guidance__title {
    font-size: 1.5rem;
  }
}
.p-practice-guidance__bigText {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
  text-align: center;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-practice-guidance__bigText {
    font-size: 1rem;
    margin-top: 0.25rem;
  }
}
.p-practice-guidance__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-practice-guidance__text {
    text-align: left;
  }
}
.p-practice-guidance__point {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  text-align: center;
  padding: 0.3125rem;
  background: #6481C0;
  border-radius: 6.25rem;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-practice-guidance__point {
    margin-top: 1.875rem;
  }
}
.p-practice-guidance__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.75rem;
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-practice-guidance__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}
.p-practice-guidance__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-practice-guidance__box {
    gap: 0.4375rem;
  }
}
.p-practice-guidance__subTitle {
  width: 7rem;
  height: 5.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  background: #89A3D4;
  border-radius: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-practice-guidance__subTitle {
    width: 2.625rem;
    height: 6.0625rem;
    letter-spacing: 0.1em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-radius: 0.625rem;
  }
}
.p-practice-guidance__subTitle.bg {
  background: #6481C0;
}

.p-practice-guidance__subTitle.bg02 {
  background: #3A62AD;
}

.p-practice-guidance__list {
  font-size: 1rem;
  line-height: 1.5;
}

.p-practice-guidance__list::before {
  content: "・";
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
}

.p-regular {
  width: 100%;
}

.p-regular__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-bottom: 4.375rem;
  margin: 0 auto;
  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;
}

@media screen and (max-width: 767px) {
  .p-regular__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 2.5rem;
    padding: 0.5rem 0.9375rem 3.125rem 0.9375rem;
  }
}
.p-regular__wrapper {
  width: 100%;
  max-width: 53.75rem;
}

@media screen and (max-width: 767px) {
  .p-regular__wrapper {
    max-width: 100%;
  }
}
.p-regular__title {
  font-size: 2.125rem;
  line-height: 1.4411764706;
  font-weight: 500;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #1D2859;
}

@media screen and (max-width: 767px) {
  .p-regular__title {
    font-size: 1.75rem;
  }
}
.p-regular__subTitle {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-regular__subTitle {
    font-size: 1.75rem;
  }
}
.p-regular__subTitle.black {
  color: #333333;
}

@media screen and (max-width: 767px) {
  .p-regular__overBox {
    position: relative;
    left: 0rem;
    width: calc(100% + 0.9375rem);
    padding-bottom: 0.3125rem;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .p-regular__overIn {
    width: 53.75rem;
  }
  .p-regular__overIn.wid720 {
    width: 45rem;
  }
}
.p-regular__table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0.625rem;
  border: 0.9375rem solid #D7EEFF;
  margin-top: 1.25rem;
}

.p-regular__table th,
.p-regular__table td {
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  border: 0.625rem solid #D7EEFF;
}

.p-regular__table th {
  height: 3.75rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: #3C7FD0;
}

.p-regular__table td {
  height: 5.75rem;
  color: #333;
  padding: 0.625rem;
  text-align: center;
}

.p-regular__table td.left {
  text-align: left;
}

.p-regular__table td .comment {
  font-size: 0.875rem;
  margin-top: 0.625rem;
}

.p-regular__table td .mt10 {
  margin-top: 0.625rem;
}

.p-regular__table td a {
  text-decoration: underline;
}

.p-regular__table td a:hover {
  color: #3C7FD0;
}

.p-regular__table td .pdf {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
}

.p-regular__table td .pdf::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.0625rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/pdf_black02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-regular__table td .pdf:hover::after {
  background-image: url(../imgs/pc/pdf_lightblue02.svg);
}

.p-regular__table td ul {
  text-align: left;
  padding-left: 1.25rem;
}

.p-regular__table td ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
}

.p-regular__table td ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.125rem;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
}

.p-regular__table.height td {
  height: auto;
}

.p-regular__lists {
  padding-left: 1.4375rem;
  margin-top: 1.25rem;
}

.p-regular__list {
  position: relative;
  color: #333333;
  font-size: 1rem;
  line-height: 1.625;
}

.p-regular__list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.25rem;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
}

.p-regular__listsBig {
  padding-left: 1.4375rem;
  margin-top: 1.25rem;
}

.p-regular__listBig {
  position: relative;
  color: #333;
  font-size: 1.25rem;
  line-height: 1.45;
  margin-top: 1.25rem;
}

.p-regular__listBig:first-of-type {
  margin-top: 0rem;
}

.p-regular__listBig::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.25rem;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
}

.p-regular__listBig p {
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 0.625rem;
}

.p-regular__bigText {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 600;
  margin-top: 1.25rem;
}

.p-regular__text {
  color: #333333;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
  margin-top: 1.25rem;
}

.p-regular__text span {
  font-size: 1.5rem;
  font-weight: 600;
}

.p-regular__text a {
  display: inline;
  text-decoration: underline;
}

.p-regular__text a:hover {
  color: #3C7FD0;
}

.p-regular__comment {
  color: #333333;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
  margin-top: 1.25rem;
}

.p-regular__comment a {
  display: inline;
  text-decoration: underline;
}

.p-regular__comment a:hover {
  color: #3C7FD0;
}

.p-regular__numberLists {
  width: 100%;
  padding-left: 1.4375rem;
  margin-top: 1.25rem;
}

.p-regular__numberList {
  width: 100%;
  color: #333333;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
  list-style: decimal;
}

.p-seminar {
  width: 100%;
}

.p-seminar__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-bottom: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-seminar__inner {
    padding: 0rem 0.9375rem 3.125rem 0.9375rem;
  }
}
.p-seminar__text {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-seminar__text {
    font-size: 1rem;
    text-align: left;
  }
}
.p-seminar-schedule {
  width: 100%;
  max-width: 50rem;
  margin: 4.375rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-seminar-schedule {
    margin: 3.125rem auto 0 auto;
  }
}
.p-seminar-schedule__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-seminar-schedule__title {
    font-size: 1.75rem;
  }
}
.p-seminar-schedule__text {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-schedule__text {
    text-align: left;
  }
}
.p-seminar-schedule__subTitle {
  color: #3C7FD0;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 600;
  text-align: center;
  background: #E5F3FC;
  padding: 0.625rem;
  margin-top: 2.5rem;
}

.p-seminar-schedule__subTitle.green {
  color: #62AEB4;
  background: #F0FFFA;
}

.p-seminar-schedule__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.625rem;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-schedule__wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5625rem;
    margin-top: 1.25rem;
  }
}
.p-seminar-schedule__link {
  display: block;
  color: #3C7FD0;
  text-align: center;
  border: 1px solid #3C7FD0;
  padding: 1.1875rem 0rem 0.625rem 0rem;
}

.p-seminar-schedule__link:hover {
  color: #fff;
  background: #3C7FD0;
}

.p-seminar-schedule__link span {
  line-height: 1;
  font-weight: 700;
}

.p-seminar-schedule__link span:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
}

.p-seminar-schedule__link span:nth-of-type(1) span {
  display: inline-block;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-schedule__link span:nth-of-type(1) span {
    font-size: 1.5rem;
  }
}
.p-seminar-schedule__link span:nth-of-type(2) {
  display: block;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  margin-top: 0.3125rem;
}

.p-seminar-schedule__link span:nth-of-type(3) {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-schedule__link span:nth-of-type(3) {
    font-size: 0.625rem;
  }
}
.p-seminar-schedule__link.green {
  color: #62AEB4;
  border: 1px solid #62AEB4;
}

.p-seminar-schedule__link.green:hover {
  color: #fff;
  background: #62AEB4;
}

.p-seminar-schedule__moreBtn {
  width: 100%;
  height: 2.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  color: #3C7FD0;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #3C7FD0;
  margin-top: 1.25rem;
}

.p-seminar-schedule__moreBtn::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.0625rem;
  width: 0.75rem;
  height: 0.4375rem;
  background-image: url(../imgs/pc/arrow_blue.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-seminar-schedule__moreBtn:hover {
  color: #fff;
  background: #3C7FD0;
}

.p-seminar-schedule__moreBtn:hover::after {
  background-image: url(../imgs/pc/arrow_white.svg);
}

.p-seminar-schedule__moreBtn.green {
  color: #62AEB4;
  border: 1px solid #62AEB4;
}

.p-seminar-schedule__moreBtn.green::after {
  background-image: url(../imgs/pc/arrow_green.svg);
}

.p-seminar-schedule__moreBtn.green:hover {
  color: #fff;
  background: #62AEB4;
}

.p-seminar-schedule__moreBtn.green:hover::after {
  background-image: url(../imgs/pc/arrow_white.svg);
}

.p-seminar-schedule__moreBtn.orange {
  color: #FF8045;
  border: 1px solid #FF8045;
}

.p-seminar-schedule__moreBtn.orange::after {
  background-image: url(../imgs/pc/arrow_orange.svg);
}

.p-seminar-schedule__moreBtn.orange:hover {
  color: #fff;
  background: #FF8045;
}

.p-seminar-schedule__moreBtn.orange:hover::after {
  background-image: url(../imgs/pc/arrow_white.svg);
}

.p-seminar-online {
  width: 100%;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-online {
    margin-top: 3.125rem;
  }
}
.p-seminar-online__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-seminar-online__title {
    font-size: 1.75rem;
    text-align: left;
  }
}
.p-seminar-online__text {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-online__text {
    text-align: left;
  }
}
.p-seminar-online__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-online__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.p-seminar-online__box {
  width: 100%;
}

.p-seminar-online__subTitle {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: bold;
  text-align: center;
}

.p-seminar-online__bigText {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  margin-top: 1.25rem;
}

.p-seminar-online__group {
  width: 100%;
  padding: 1.875rem;
  background: #F5F5F5;
  margin-top: 0.625rem;
}

.p-seminar-online__lists {
  padding-left: 1.4375rem;
}

.p-seminar-online__list {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
}

.p-seminar-online__list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}

.p-seminar-online__numberLists {
  padding-left: 1.4375rem;
  margin-top: 1.25rem;
}

.p-seminar-online__numberList {
  list-style: decimal;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.p-seminar-online__numberList:first-of-type {
  margin-top: 0rem;
}

.p-seminar-online__numberList span {
  font-size: 0.875rem;
}

.p-seminar-consul {
  width: 100%;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-consul {
    margin-top: 3.125rem;
  }
}
.p-seminar-consul__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: bold;
  text-align: center;
}

.p-seminar-consul__text {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-seminar-consul__text {
    text-align: left;
    margin-top: 0.625rem;
  }
}
.p-seminar-consul__text span {
  display: inline-block;
  line-height: 1.2;
  border-bottom: 1px solid #1D2859;
}

.p-seminar-consul__button {
  margin: 2.5rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-seminar-consul__button {
    margin: 1.875rem auto 0 auto;
  }
}
.p-audit {
  width: 100%;
}

.p-audit__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-bottom: 4.375rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-audit__inner {
    padding: 0rem 0.9375rem 3.125rem 0.9375rem;
  }
}
.p-audit__buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.875rem;
  width: 100%;
  max-width: 51.875rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-audit__buttonBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
    max-width: 100%;
  }
}
.p-audit__button {
  display: block;
  width: 100%;
  height: 4.625rem;
  border: 1px solid #1D2859;
  background: #fff;
  border-radius: 6.25rem;
  overflow: hidden;
}

.p-audit__button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
}

.p-audit__button:hover {
  background: #1D2859;
}

.p-audit__button:hover a {
  color: #fff;
}

.p-audit__title {
  font-size: 2.125rem;
  line-height: 1.4411764706;
  font-weight: 500;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #1D2859;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-audit__title {
    font-size: 1.75rem;
    margin-top: 3.75rem;
  }
}
.p-audit__subTitle {
  color: #333333;
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-audit__overBox {
    position: relative;
    left: 0rem;
    width: 87.1794871795vw;
    padding-bottom: 0.3125rem;
    padding-right: 1.1875rem;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .p-audit__overIn {
    width: 35.625rem;
  }
  .p-audit__overIn.wid720 {
    width: 100%;
  }
}
.p-audit__table {
  width: 100%;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-audit__table {
    border-bottom: 1px solid #CCCCCC;
  }
  .p-audit__table > tbody > tr > th {
    display: block;
    border-bottom: none;
  }
  .p-audit__table > tbody > tr > td {
    display: block;
    border-bottom: none;
  }
}
.p-audit__table.mt70 {
  margin-top: 4.375rem;
}

.p-audit__table.height {
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .p-audit__table.height th,
  .p-audit__table.height td {
    width: auto;
    padding: 0.5rem 0.25rem;
    font-size: 0.875rem;
  }
  .p-audit__table.height > tbody > tr > td {
    display: table-cell;
    border-bottom: 1px solid #CCCCCC;
  }
}
.p-audit__table th,
.p-audit__table td {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.1875rem;
  border: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .p-audit__table th,
  .p-audit__table td {
    width: 100%;
  }
}
.p-audit__table th.w220,
.p-audit__table td.w220 {
  width: 13.75rem;
}

@media screen and (max-width: 767px) {
  .p-audit__table th.w220,
  .p-audit__table td.w220 {
    width: 4.375rem;
  }
}
.p-audit__table th {
  width: 18.75rem;
  font-weight: 700;
  text-align: center;
  background: #E5F3FC;
}

@media screen and (max-width: 767px) {
  .p-audit__table th {
    width: 100%;
    padding: 0.875rem;
  }
}
.p-audit__table td {
  width: 52.5rem;
  color: #333333;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-audit__table td {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-audit__table td.prSp {
    padding-right: 0rem;
  }
  .p-audit__table td.prSp p {
    padding-right: 1.1875rem;
  }
}
.p-audit__table td table {
  width: 100%;
  table-layout: fixed;
}

.p-audit__table td table th,
.p-audit__table td table td {
  width: auto;
  padding: 0.59375rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-audit__table td table.type {
    border-bottom: 1px solid #CCCCCC;
  }
}
.p-audit__table td table.type th {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-audit__table td table.type th {
    display: block;
    border-bottom: none;
  }
}
.p-audit__table td table.type td {
  text-align: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-audit__table td table.type td {
    display: block;
    border-bottom: none;
  }
}
.p-audit__table td table.minSp th,
.p-audit__table td table.minSp td {
  font-size: 0.875rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding: 0.28125rem;
}

.p-audit__table td a {
  display: inline;
  text-decoration: underline;
}

.p-audit__table td a:hover {
  color: #3C7FD0;
}

.p-audit__table td ol li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.p-audit__table td ol li ol {
  padding-top: 1.25rem;
  padding-right: 0.9375rem;
}

.p-audit__table td ul {
  padding-left: 1.4375rem;
  margin-top: 0.3125rem;
}

.p-audit__table td ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
}

.p-audit__table td ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}

.p-audit__table td .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.25rem;
}

.p-audit__table td .none {
  display: none;
}

.p-audit__table td .group {
  width: 100%;
}

.p-audit__table td .w700 {
  font-weight: 700;
  margin-bottom: 0.3125rem;
}

.p-audit__table td .big {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-audit__table td .min {
  font-size: 0.875rem;
}

.p-audit__table td .mt5 {
  margin-top: 0.3125rem;
}

.p-audit__table td .mt20 {
  margin-top: 1.25rem;
}

.p-audit__table td .accordion {
  cursor: pointer;
  position: relative;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.625rem;
  background: #548FD6;
  margin-bottom: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-audit__table td .accordion {
    padding: 0.3125rem;
  }
}
.p-audit__table td .accordion::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 0.125rem);
  -webkit-transform: translateY(-50%) scale(-1);
  transform: translateY(-50%) scale(-1);
  right: 1.03125rem;
  width: 0.875rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/triangle_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-audit__table td .accordion::before {
    right: 0.53125rem;
  }
}
.p-audit__table td .accordion.open::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-audit__table td .band {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.625rem;
  background: #E5F3FC;
  margin-bottom: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .p-audit__table td .band {
    padding: 0.3125rem;
  }
}
.p-audit__table td .cose {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.9375rem;
  margin-bottom: 0.3125rem;
}

.p-audit__table td .pdf {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-audit__table td .pdf::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.375rem;
  width: 1.0625rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/pdf_black02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-audit__table td .pdf:hover::after {
  background-image: url(../imgs/pc/pdf_lightblue02.svg);
}

.p-audit__text {
  color: #333333;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
  margin-top: 0.625rem;
}

.p-audit__frame {
  padding: 0 1.25rem;
  margin-top: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .p-audit__frame {
    padding: 0;
  }
}
.p-audit-card {
  width: 100%;
  padding: 2.5rem;
  border: 1px solid #CCCCCC;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-audit-card {
    padding: 2.5rem 1.1875rem;
  }
}
.p-audit-card__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-audit-card__title {
    font-size: 1.75rem;
  }
}
.p-audit-card__bigText {
  color: #333;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-audit-card__bigText {
    font-size: 1.125rem;
  }
}
.p-audit-card__text {
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.p-audit-card__subTitle {
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-weight: 600;
  padding-left: 0.9375rem;
  border-left: 0.3125rem solid #1D2859;
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-audit-card__subTitle {
    font-size: 1.5rem;
  }
}
.p-audit-card__subTitle span {
  display: block;
  font-size: 1rem;
  line-height: 1.4375;
  margin-bottom: 0.3125rem;
}

.p-audit-card__frame {
  width: 100%;
  padding: 0 1.25rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-audit-card__frame {
    padding: 0;
  }
}
.p-audit-card__table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-audit-card__table {
    border-bottom: 1px solid #CCCCCC;
  }
}
.p-audit-card__table th,
.p-audit-card__table td {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.1875rem;
  border: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .p-audit-card__table th,
  .p-audit-card__table td {
    display: block;
    border-bottom: none;
  }
}
.p-audit-card__table th {
  width: 18.75rem;
  font-weight: 700;
  text-align: center;
  background: #F5F5F5;
}

@media screen and (max-width: 767px) {
  .p-audit-card__table th {
    width: 100%;
    padding: 0.875rem 1.1875rem;
  }
}
.p-audit-card__table td {
  width: 45rem;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-audit-card__table td {
    width: 100%;
  }
}
.p-audit-card__table td table {
  width: 100%;
  table-layout: fixed;
}

.p-audit-card__table td table th,
.p-audit-card__table td table td {
  width: auto;
  padding: 0.59375rem;
  text-align: center;
}

.p-audit-card__table td a {
  display: inline-block;
  line-height: 1.2;
  border-bottom: 1px solid #1D2859;
}

.p-audit-card__table td ol li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.p-audit-card__table td ol li ol {
  padding-top: 1.25rem;
  padding-right: 0.9375rem;
}

.p-audit-card__table td ul {
  padding-left: 1.4375rem;
  margin-top: 0.3125rem;
}

.p-audit-card__table td ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
}

.p-audit-card__table td ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}

.p-audit-card__table td .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.25rem;
}

.p-audit-card__table td .group {
  width: 100%;
}

.p-audit-card__table td .w700 {
  font-weight: 700;
  margin-bottom: 0.3125rem;
}

.p-audit-card__minTitle {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
  margin-top: 1.875rem;
}

.p-audit-card__band {
  color: #333;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  margin-top: 1.25rem;
}

.p-audit-card__comment {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-audit-card__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-audit-card__column {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 3.125rem;
  }
}
.p-audit-card__box {
  max-width: 31.25rem;
  width: 100%;
  padding: 1.25rem;
  background: #F5F5F5;
}

@media screen and (max-width: 767px) {
  .p-audit-card__box {
    max-width: 100%;
  }
}
.p-audit-card__box.center {
  position: relative;
  max-width: 11.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-audit-card__box.center {
    max-width: 100%;
  }
}
.p-audit-card__box.center::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -3.125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.125rem 0 3.125rem 1.875rem;
  border-color: transparent transparent transparent #EEEEEE;
}

@media screen and (max-width: 767px) {
  .p-audit-card__box.center::before {
    top: -2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.875rem 3.125rem 0 3.125rem;
    border-color: #EEEEEE transparent transparent transparent;
  }
}
.p-audit-card__listTitle {
  color: #333;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
}

.p-audit-card__lists {
  padding-left: 1.25rem;
  margin-top: 0.625rem;
}

.p-audit-card__list {
  position: relative;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-audit-card__list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-audit-card__item {
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.p-audit-card__comment02 {
  color: #333;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.p-internet {
  width: 100%;
}

.p-internet__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-bottom: 4.375rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-internet__inner {
    padding: 0rem 0.9375rem 3.125rem 0.9375rem;
  }
}
.p-internet-flow {
  width: 100%;
}

.p-internet-flow__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-internet-flow__title {
    font-size: 1.75rem;
    margin-top: 3.125rem;
  }
}
.p-internet-flow__wrapper {
  width: 100%;
  max-width: 53.125rem;
  margin: 1.25rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-internet-flow__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.875rem;
    margin: 1.875rem auto 0 auto;
  }
}
.p-internet-flow__box {
  width: 100%;
}

.p-internet-flow__subTitle {
  width: 100%;
  height: 5.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1.25rem;
  background: #89A3D4;
}

@media screen and (max-width: 767px) {
  .p-internet-flow__subTitle {
    height: 4.625rem;
    border-radius: 0.625rem;
  }
}
.p-internet-flow__subTitle span {
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

.p-internet-flow__subTitle.bg02 {
  background: #6481C0;
}

.p-internet-flow__subTitle.bg03 {
  background: #4F71B1;
}

.p-internet-flow__subTitle.bg04 {
  background: #3A62AD;
}

.p-internet-flow__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-internet-flow__text {
    margin-top: 0.625rem;
  }
}
.p-internet-ctn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  padding: 3.125rem;
  background: #E5F3FC;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-internet-ctn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 2.5rem 1.25rem;
    margin-top: 3.125rem;
  }
}
.p-internet-ctn__button {
  display: block;
  width: 100%;
  max-width: 18.75rem;
  height: 4.375rem;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  border-radius: 6.25rem;
  overflow: hidden;
}

.p-internet-ctn__button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
  background: rgba(255, 255, 255, 0);
}

.p-internet-ctn__button a span {
  display: block;
  font-size: 0.75rem;
}

.p-internet-ctn__button:hover a {
  background: #2452AA;
}

.p-internet-ctn__box {
  width: 100%;
  max-width: 25rem;
}

.p-internet-ctn__text {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 700;
}

.p-internet-ctn__text a {
  display: inline;
  border-bottom: 1px solid #1D2859;
}

.p-internet-ctn__text a::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.0625rem;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../imgs/pc/pdf_blue.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-internet-ctn__text a:hover {
  opacity: 0.7;
}

.p-internet-delivery {
  width: 100%;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-internet-delivery {
    margin-top: 3.125rem;
  }
}
.p-internet-delivery__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  text-align: center;
}

.p-internet-delivery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-internet-delivery__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.p-internet-delivery__box {
  width: 100%;
}

.p-internet-delivery__subTitle {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}

.p-internet-delivery__group {
  width: 100%;
  padding: 1.875rem;
  background: #F5F5F5;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-internet-delivery__group {
    padding: 1.875rem 0.9375rem;
  }
}
.p-internet-delivery__numberLists {
  padding-left: 1.4375rem;
}

.p-internet-delivery__numberList {
  list-style: decimal;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}

.p-internet-delivery__img {
  width: 100%;
  max-width: 23.125rem;
  margin: 0 auto;
}

.p-internet-delivery__label {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 500;
  margin-top: 1.875rem;
}

.p-internet-delivery__lists {
  padding-left: 1.4375rem;
  margin-top: 0.625rem;
}

.p-internet-delivery__list {
  position: relative;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
}

.p-internet-delivery__list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}

.p-internet-prep {
  width: 100%;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-internet-prep {
    margin-top: 3.125rem;
  }
}
.p-internet-prep__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  text-align: center;
}

.p-internet-prep__subTitle {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 500;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #1D2859;
  margin-top: 1.875rem;
}

.p-internet-prep__table {
  width: 100%;
  margin-top: 1.875rem;
}

.p-internet-prep__table th,
.p-internet-prep__table td {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: middle;
  padding: 0.625rem 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-internet-prep__table th,
  .p-internet-prep__table td {
    padding: 0.625rem 0.5rem;
  }
}
.p-internet-prep__table th {
  width: 12.5rem;
  background: #BACDE9;
  border-bottom: 1px solid #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-internet-prep__table th {
    width: calc(100% - 5.625rem);
  }
}
.p-internet-prep__table th.head {
  width: 18.75rem;
  color: #fff;
  font-weight: 700;
  background: #3A62AD;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-internet-prep__table th.head {
    width: 5.625rem;
    text-align: center;
    padding: 0.625rem 0.5rem;
  }
}
.p-internet-prep__table th.minSp {
  font-size: 0.6875rem;
  text-align: left;
}

.p-internet-prep__table td {
  height: 6.25rem;
  border-bottom: 1px solid #BACDE9;
}

@media screen and (max-width: 767px) {
  .p-internet-prep__table td {
    width: calc(100% - 5.625rem);
    height: auto;
  }
}
.p-internet-prep__text {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-internet-prep__text {
    line-height: 1.45;
  }
}
.p-internet-prep__text span {
  font-size: 0.875rem;
}

.p-internet-prep__comment {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.p-tuition {
  width: 100%;
}

.p-tuition__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-bottom: 8.75rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-tuition__inner {
    padding: 0.625rem 0.9375rem 4.375rem 0.9375rem;
  }
}
.p-tuition__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-tuition__title {
    font-size: 1.75rem;
  }
}
.p-tuition__band {
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 500;
  text-align: center;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-tuition__band {
    text-align: left;
  }
}
.p-tuition__wrapper {
  width: 100%;
  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;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-tuition__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 2.5rem;
  }
}
.p-tuition__column {
  width: 100%;
  max-width: 53.75rem;
}

@media screen and (max-width: 767px) {
  .p-tuition__column {
    max-width: 100%;
  }
}
.p-tuition__subTitle {
  color: #3C7FD0;
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 600;
  padding: 0.625rem 1.25rem;
  background: #E5F3FC;
}

@media screen and (max-width: 767px) {
  .p-tuition__subTitle {
    font-size: 1.75rem;
  }
}
.p-tuition__subTitle.green {
  color: #62AEB4;
  background: #F0FFFA;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-tuition__subTitle.green {
    margin-top: 3.125rem;
  }
}
.p-tuition__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.25rem;
  margin-top: 1.875rem;
}

.p-tuitionCard {
  width: 100%;
  padding: 1.875rem;
  border: 0.9375rem solid #E5F3FC;
}

@media screen and (max-width: 767px) {
  .p-tuitionCard {
    padding: 0.9375rem;
    border: 0.625rem solid #E5F3FC;
  }
}
.p-tuitionCard__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .p-tuitionCard__titleBox {
    -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.625rem;
  }
}
.p-tuitionCard__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-tuitionCard__title {
    -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;
  }
}
.p-tuitionCard__title span {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.1875rem 1.75rem;
  background: #3C7FD0;
  border-radius: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-tuitionCard__title span {
    font-size: 1.25rem;
    line-height: 1.45;
    padding: 0.3125rem 1.4375rem;
  }
}
.p-tuitionCard__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-tuitionCard__text {
    margin-top: 1.25rem;
  }
}
.p-tuitionCard__text span {
  font-weight: 700;
}

.p-tuitionCard__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-tuitionCard__box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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: 1.25rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tuitionCard__overBox {
    position: relative;
    left: 0rem;
    width: calc(79.4871794872vw + 0.9375rem);
    padding-bottom: 0.3125rem;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .p-tuitionCard__overIn {
    width: 21.875rem;
  }
  .p-tuitionCard__overIn.wid470 {
    width: 29.375rem;
  }
}
.p-tuitionCard__table {
  width: 100%;
  max-width: 31.9375rem;
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .p-tuitionCard__table {
    max-width: 100%;
  }
}
.p-tuitionCard__table th,
.p-tuitionCard__table td {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
}

.p-tuitionCard__table th {
  padding: 0.75rem 0;
  background: #BACDE9;
  border-right: 1px solid #fff;
}

.p-tuitionCard__table th:last-of-type {
  border-right: none;
}

.p-tuitionCard__table td {
  color: #333333;
  padding: 0.28125rem 0;
  border-right: 1px solid #BACDE9;
  border-bottom: 1px solid #BACDE9;
}

.p-tuitionCard__table td:last-of-type {
  border-right: none;
}

.p-tuitionCard__table td span {
  display: inline-block;
  font-weight: 700;
  padding: 0.3125rem 0;
}

.p-tuitionCard__table tr:last-of-type td {
  border-bottom: none;
}

.p-tuitionCard__price span {
  display: inline-block;
  line-height: 1.5;
}

.p-tuitionCard__price span:nth-of-type(1) {
  font-size: 1rem;
  font-weight: 700;
}

.p-tuitionCard__price span:nth-of-type(2) {
  font-size: 1.5rem;
  font-weight: 700;
}

.p-tuitionCard__price span:nth-of-type(2) span {
  font-size: 2rem;
  line-height: 1.2;
}

.p-tuitionCard__price span:nth-of-type(3) {
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}

.p-tuitionCard__comment {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-tuitionCard__comment {
    margin-top: 0.9375rem;
  }
}
.p-tuitionCard__subject {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
}

.p-tuition__minTitle {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 500;
  margin-top: 1.875rem;
}

.p-tuition__numberLists {
  padding-left: 1.4375rem;
  margin-top: 0.625rem;
}

.p-tuition__numberLists.mt0 {
  margin-top: 0;
}

.p-tuition__numberList {
  list-style: decimal;
  color: #333333;
  font-size: 1rem;
  line-height: 1.625;
}

.p-tuition__numberList.w700 {
  font-weight: 700;
}

.p-tuition__numberList p {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 400;
  margin-top: 0.3125rem;
  margin-bottom: 0.625rem;
}

.p-tuition__text {
  color: #333333;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
  margin-top: 0.625rem;
}

.p-tuition__text a {
  position: relative;
  color: #FF8045;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: underline;
}

.p-tuition__text a.pdf::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1875rem;
  width: 1.0625rem;
  height: 1.0625rem;
  background-image: url(../imgs/pc/picture_as_pdf.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.3125rem;
}

.p-tuition__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #F6AF5D;
  min-width: 16rem;
  height: 2.5rem;
  font-size: 1rem;
  padding: 0 1.25rem;
  background: #fff;
  border: 1px solid #F6AF5D;
  border-radius: 6.25rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-tuition__button {
    min-width: 12rem;
    padding: 0 0.3125rem;
    margin-top: 1.25rem;
  }
}
.p-tuition__button:hover {
  color: #fff;
  background: #F6AF5D;
}

.p-tuition__lists {
  padding-left: 1.4375rem;
  margin-top: 0.625rem;
}

.p-tuition__list {
  position: relative;
  color: #333333;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
}

.p-tuition__list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.25rem;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-tuition__overBox {
    position: relative;
    left: 0rem;
    width: calc(100% + 0.9375rem);
    padding-bottom: 0.3125rem;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .p-tuition__overIn {
    width: 44.0625rem;
  }
}
.p-tuition__table {
  width: 100%;
  table-layout: fixed;
  margin-top: 1.875rem;
}

.p-tuition__table th,
.p-tuition__table td {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
}

.p-tuition__table th.w240,
.p-tuition__table td.w240 {
  width: 15rem;
}

.p-tuition__table th {
  padding: 0.75rem 0;
  background: #C3E9E4;
  border-right: 1px solid #fff;
}

.p-tuition__table th:last-of-type {
  border-right: none;
}

.p-tuition__table td {
  color: #333333;
  padding: 0.59375rem 0;
  border-right: 1px solid #BACDE9;
  border-bottom: 1px solid #BACDE9;
}

.p-tuition__table td:last-of-type {
  border-right: none;
}

.p-tuition__table tr:last-of-type td {
  border-bottom: none;
}

.p-tuition__table.border th:first-of-type {
  border-left: 1px solid #C3E9E4;
}

.p-tuition__table.border th:last-of-type {
  border-right: 1px solid #C3E9E4;
}

.p-tuition__table.border tr:last-of-type td {
  border: 1px solid #BACDE9;
  border-top: none;
}

.p-tuition__comment {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1.875rem;
}

.p-scholarship {
  width: 100%;
}

.p-scholarship__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-bottom: 4.375rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-scholarship__inner {
    padding: 0rem 0.9375rem 3.125rem 0.9375rem;
  }
}
.p-scholarship__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  text-align: center;
}

.p-scholarship__text {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  margin-top: 0.625rem;
}

.p-scholarship__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-scholarship__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-scholarship__box {
  padding: 3.125rem;
  background: #EEF8FF;
}

@media screen and (max-width: 767px) {
  .p-scholarship__box {
    padding: 2.5rem 1.25rem;
  }
}
.p-scholarship__subTitle {
  font-size: 1.625rem;
  line-height: 1.4230769231;
  font-weight: 700;
}

.p-scholarship__subText {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-scholarship__subText {
    margin-top: 0.875rem;
  }
}
.p-scholarship__button {
  margin: 1.25rem auto 0 auto;
}

.p-certificate {
  width: 100%;
}

.p-certificate__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-bottom: 4.375rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-certificate__inner {
    padding: 0rem 0.9375rem 3.125rem 0.9375rem;
  }
}
.p-certificate__buttonBox {
  width: 100%;
  max-width: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-certificate__buttonBox {
    max-width: 18.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
  }
}
.p-certificate__button {
  display: block;
  width: 100%;
  max-width: 18.75rem;
  height: 5rem;
  background: -webkit-gradient(linear, left top, right top, from(#FF8045), to(#FFAA82));
  background: linear-gradient(90deg, #FF8045, #FFAA82);
  border-radius: 6.25rem;
  overflow: hidden;
}

.p-certificate__button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
  background: rgba(255, 255, 255, 0);
}

.p-certificate__button a span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.45;
}

.p-certificate__button:nth-of-type(2) {
  background: -webkit-gradient(linear, left top, right top, from(#3ABCEF), to(#93DDFA));
  background: linear-gradient(90deg, #3ABCEF, #93DDFA);
}

.p-certificate__button:nth-of-type(3) {
  background: -webkit-gradient(linear, left top, right top, from(#21C67C), to(#74DFAF));
  background: linear-gradient(90deg, #21C67C, #74DFAF);
}

.p-certificate__button:hover a {
  background: #FF8045;
}

.p-certificate__button:hover:nth-of-type(2) a {
  background: #3ABCEF;
}

.p-certificate__button:hover:nth-of-type(3) a {
  background: #21C67C;
}

.p-certificate__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  text-align: center;
  margin-top: 4.375rem;
}

.p-certificate__group {
  width: 100%;
  max-width: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin: 1.25rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-certificate__group {
    max-width: 18.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
  }
}
.p-certificate__subTitle {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-certificate__subTitle {
    font-size: 1.1875rem;
  }
}
.p-certificate__minTitle {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.p-certificate__text {
  font-size: 1rem;
  line-height: 1.5;
}

.p-certificate__text a {
  text-decoration: underline;
}

.p-certificate__text a:hover {
  color: #3C7FD0;
}

.p-life {
  width: 100%;
}

.p-life__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-bottom: 4.375rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-life__inner {
    padding: 0rem 0.9375rem 4.375rem 0.9375rem;
  }
}
.p-life-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.75rem;
  border-top: 1px solid #FF8045;
  border-bottom: 1px solid #FF8045;
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
}

@media screen and (max-width: 767px) {
  .p-life-nav {
    -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;
    gap: 1.25rem;
  }
}
.p-life-nav.frame {
  width: 100%;
  max-width: 71.25rem;
  margin: 3.125rem auto;
}

@media screen and (max-width: 767px) {
  .p-life-nav.frame {
    max-width: calc(100% - 1.875rem);
    margin: 1.875rem auto;
  }
}
.p-life-nav.mt0 {
  margin-top: 0rem;
}

.p-life-nav__box {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-life-nav__box {
    width: 100%;
  }
}
.p-life-nav__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.90625rem;
  width: 1px;
  height: 1.25rem;
  background: #FF8045;
}

@media screen and (max-width: 767px) {
  .p-life-nav__box::before {
    display: none;
  }
}
.p-life-nav__box:last-of-type::before {
  display: none;
}

.p-life-nav__title {
  color: #FF8045;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-life-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .p-life-nav__lists {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-life-nav__list {
    width: calc(50% - 0.3125rem);
  }
}
.p-life-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FF8045;
  min-width: 10rem;
  height: 2.5rem;
  font-size: 1rem;
  padding: 0 1.25rem;
  border: 1px solid #FF8045;
  border-radius: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-life-nav__link {
    width: 100%;
    min-width: 10.9375rem;
    padding: 0 0.3125rem;
  }
}
.p-life-nav__link:hover {
  color: #fff;
  background: #FF8045;
}

.p-life__titleBox {
  text-align: center;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-life__titleBox {
    margin-top: 2.5rem;
  }
}
.p-life__band {
  display: inline-block;
}

.p-life__band span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  color: #FF8045;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-life__band span::before {
  content: "";
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1.875rem;
  height: 1px;
  background: #FF8045;
}

@media screen and (max-width: 767px) {
  .p-life__band span::before {
    width: 3.125rem;
  }
}
.p-life__band span::after {
  content: "";
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 1.875rem;
  height: 1px;
  background: #FF8045;
}

@media screen and (max-width: 767px) {
  .p-life__band span::after {
    width: 3.125rem;
  }
}
.p-life__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-life__title {
    font-size: 1.75rem;
  }
}
.p-life__label {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 0.625rem;
}

.p-life__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-life__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
    margin-top: 1.5625rem;
  }
}
.p-life__img {
  width: 100%;
  max-width: 34.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-life__img {
    max-width: 100%;
  }
}
.p-life__text {
  font-size: 1rem;
  line-height: 1.7;
}

.p-life__group {
  width: 100%;
  max-width: 43.75rem;
  margin: 3.125rem auto 0 auto;
  padding: 1.875rem 1.875rem 1.875rem 3.1875rem;
  background: #FFF2DD;
}

@media screen and (max-width: 767px) {
  .p-life__group {
    max-width: 100%;
    padding: 1.875rem 1.25rem;
  }
}
.p-life__listTitle {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 500;
  text-align: center;
  padding-right: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-life__listTitle {
    text-align: left;
    padding-right: 0rem;
  }
}
.p-life__lists {
  margin-top: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-life__lists {
    margin-top: 0.8125rem;
    padding-left: 1.25rem;
  }
}
.p-life__list {
  position: relative;
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 500;
  text-indent: -5rem;
  padding-left: 5rem;
  margin-top: 0.3125rem;
}

.p-life__list:first-of-type {
  margin-top: 0rem;
}

.p-life__list::before {
  content: "●︎";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 3.75rem;
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 500;
}

.p-life-studies {
  width: 100%;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-life-studies {
    margin-top: 3.125rem;
  }
}
.p-life-studies__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-life-studies__title {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
.p-life-studies__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-life-studies__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}
.p-life-studies__text {
  font-size: 1rem;
  line-height: 1.7;
}

.p-life-studies__img {
  width: 100%;
  max-width: 42rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-life-studies__img {
    max-width: 100%;
  }
}
.p-life-subject {
  width: 100%;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-life-subject {
    margin-top: 3.125rem;
  }
}
.p-life-subject__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-life-subject__title {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
.p-life-subject__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-life-subject__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}
.p-life-subject__box {
  width: 100%;
  padding: 1.8125rem;
  border: 1px solid #FFC6AC;
}

@media screen and (max-width: 767px) {
  .p-life-subject__box {
    padding: 1.8125rem 1.1875rem;
  }
}
.p-life-subject__subTitle {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#FF8045), to(#F6AF5D));
  background: linear-gradient(90deg, #FF8045, #F6AF5D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.p-life-subject__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.9375rem;
}

.p-life-support {
  width: 100%;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-life-support {
    margin-top: 3.125rem;
  }
}
.p-life-support__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-life-support__title {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
.p-life-support__wrapper {
  width: 100%;
  padding: 3.125rem 3.125rem 3.125rem 3.75rem;
  background: #FFF2DD;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-life-support__wrapper {
    padding: 3.125rem 1.25rem;
    margin-top: 1.875rem;
  }
}
.p-life-support__band {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-life-support__band {
    font-size: 1rem;
  }
}
.p-life-support__subTitle {
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#FF8045), to(#F6AF5D));
  background: linear-gradient(90deg, #FF8045, #F6AF5D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-life-support__subTitle {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
.p-life-support__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-life-support__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
  }
}
.p-life-support__img {
  width: 100%;
  max-width: 28.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-life-support__img {
    max-width: 100%;
  }
}
.p-life-support__text {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}

.p-life-learning {
  width: 100%;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-life-learning {
    margin-top: 3.125rem;
  }
}
.p-life-learning__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-life-learning__title {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
.p-life-learning__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.875rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-life-learning__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.p-life-learning__img {
  width: 100%;
}

.p-life-learning__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1rem;
}

.p-life-learning__box {
  position: relative;
  width: 100%;
}

.p-life-learning__subTitle {
  color: #0C1E6F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-life-learning__text {
  color: #0C1E6F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-life-learning__text {
    margin-top: 0.3125rem;
  }
}
.p-life-learning__link {
  position: absolute;
  top: 0.25rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  color: #7799DD;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-life-learning__link {
    position: relative;
    top: auto;
    right: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0.3125rem;
  }
}
.p-life-learning__link::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.875rem;
  height: 0.375rem;
  background-image: url(../imgs/pc/map_arrow_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-life-learning__link:hover {
  opacity: 0.7;
}

.p-life-course {
  width: 100%;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-life-course {
    margin-top: 3.125rem;
  }
}
.p-life-course__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-life-course__title {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
.p-life-course__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-life-course__wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.25rem;
  }
}
.p-life-course__box {
  width: 100%;
  padding: 1.875rem 1.25rem 0.9375rem 1.25rem;
  background: #EEEEEE;
}

.p-life-course__img {
  width: 100%;
}

.p-life-course__name {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
  text-align: center;
  margin-top: 0.9375rem;
}

.p-life-course__comment {
  font-size: 1rem;
  line-height: 1.4375;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-life-course__comment {
    margin-top: 3.125rem;
  }
}
.p-life-linkBox {
  width: 100%;
  background: #FFF2DD;
  padding: 2.5rem 1.875rem;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-life-linkBox {
    padding: 1.875rem 1.25rem;
    margin-top: 3.125rem;
  }
}
.p-life-linkBox__title {
  color: #1D2859;
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-life-linkBox__title {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
.p-life-linkBox__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-life-linkBox__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
}
.p-life-linkBox__button:not(:root) {
  height: 3.75rem;
}

.p-life-linkBox__button:not(:root) a {
  font-weight: 400;
}

.p-life-internet {
  width: 100%;
}

.p-life-internet .c-title-top {
  margin-top: 0.625rem;
}

.p-life-internet .p-internet-flow__subTitle {
  background: #F6AF5D;
}

.p-life-internet .p-internet-flow__subTitle span {
  font-size: 1.25rem;
}

.p-life-internet .p-internet-flow__subTitle.bg02 {
  background: #F99A2C;
}

.p-life-internet .p-internet-flow__subTitle.bg03 {
  background: #FF8045;
}

.p-life-internet .p-internet-ctn {
  background: #FFF2DD;
}

.p-life-internet .p-internet-ctn__button {
  background: -webkit-gradient(linear, left top, right top, from(#FF8045), to(#F6AF5D));
  background: linear-gradient(90deg, #FF8045, #F6AF5D);
}

.p-life-internet .p-internet-ctn__button:hover a {
  background: #FF8045;
}

.p-life-internet .p-internet-prep__table th {
  background: #FFE0AF;
}

.p-life-internet .p-internet-prep__table th.head {
  background: #FF8045;
}

.p-life-internet .p-internet-prep__table th.minSp {
  font-size: 0.6875rem;
  text-align: left;
}

.p-life-internet .p-internet-prep__table td {
  height: 6.25rem;
  border-bottom: 1px solid #BACDE9;
}

@media screen and (max-width: 767px) {
  .p-life-internet .p-internet-prep__table td {
    width: calc(100% - 5.625rem);
    height: auto;
  }
}
.p-life-internet .p-seminar-schedule__subTitle {
  color: #FF8045;
  background: #FFF2DD;
}

.p-life-internet .p-seminar-schedule__link {
  color: #FF8045;
  border: 1px solid #FF8045;
}

.p-life-internet .p-seminar-schedule__link:hover {
  color: #fff;
  background: #FF8045;
}

.p-life-internet .p-contact__item {
  background: #FFF2DD;
}

.p-life-internet .p-contact__item span {
  color: #FF8045;
}

.p-life-internet .p-cf7__placeholder:not(:root) {
  background: #FFF9EE;
}

.p-life-internet .p-cf7__input input {
  background: #FFF9EE;
}

.p-life-internet .p-cf7__select {
  background-color: #FFF9EE;
}

.p-life-internet .p-cf7__textarea textarea {
  background: #FFF9EE;
}

.p-life-internet .p-cf7__submit {
  background: -webkit-gradient(linear, left top, right top, from(#FF8045), to(#F6AF5D));
  background: linear-gradient(90deg, #FF8045, #F6AF5D);
}

.p-life-internet .p-cf7__submit input:hover {
  color: #ffffff;
  background: #FF8045;
}

.p-life-internet .p-cf7__submit input:disabled {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FF8045), to(#F6AF5D));
  background: linear-gradient(90deg, #FF8045, #F6AF5D);
}

.p-life-internet .p-request-card {
  background: #FFF2DD;
}

.p-life-internet .p-regular__table {
  border: 0.9375rem solid #FFF2DD;
}

.p-life-internet th,
.p-life-internet td {
  border: 0.625rem solid #FFF2DD;
}

.p-life-internet th {
  background: #FF8045;
}

.p-life-internet td {
  height: auto;
}

.p-life-internet .c-internet__subTitle {
  background: #FFF2DD;
}

.p-life-internet .c-internet__box::before {
  border-color: transparent transparent transparent #F5F5F5;
}

@media screen and (max-width: 767px) {
  .p-life-internet .c-internet__box::before {
    border-color: #F5F5F5 transparent transparent transparent;
  }
}
@media screen and (max-width: 767px) {
  .p-life-internet .p-regular__inner.pdSp0 {
    padding: 0;
  }
}
.p-life-internet .p-audit__title {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-life-internet .p-audit__title {
    font-size: 1.6875rem;
    margin-bottom: 1.875rem;
  }
}
.p-life-internet .p-audit__table {
  max-width: 53.75rem;
  margin-top: 0rem;
}

@media screen and (max-width: 767px) {
  .p-life-internet .p-audit__table {
    max-width: 100%;
  }
}
.p-life-internet .p-audit__table th,
.p-life-internet .p-audit__table td {
  border: 1px solid #CCCCCC;
}

.p-life-internet .p-audit__table th {
  width: 9.375rem;
  background: #FFF2DD;
}

@media screen and (max-width: 767px) {
  .p-life-internet .p-audit__table th {
    width: 100%;
  }
}
.p-life-internet .p-audit__table td {
  width: 44.375rem;
}

@media screen and (max-width: 767px) {
  .p-life-internet .p-audit__table td {
    width: 100%;
  }
}
.p-life-internet .p-audit__table td table {
  width: 100%;
  table-layout: fixed;
}

.p-life-internet .p-audit__table td table th,
.p-life-internet .p-audit__table td table td {
  width: auto;
  padding: 0.59375rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-life-internet .p-audit__table td table.type {
    border-bottom: 1px solid #CCCCCC;
  }
}
.p-life-internet .p-audit__table td table.type th {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-life-internet .p-audit__table td table.type th {
    display: block;
    border-bottom: none;
  }
}
.p-life-internet .p-audit__table td table.type td {
  text-align: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-life-internet .p-audit__table td table.type td {
    display: block;
    border-bottom: none;
  }
}
.p-life-internet .p-audit__table td table.minSp th,
.p-life-internet .p-audit__table td table.minSp td {
  font-size: 0.875rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding: 0.28125rem;
}

.p-life-internet .p-audit__table td a {
  display: inline;
  text-decoration: underline;
}

.p-life-internet .p-audit__table td a:hover {
  color: #3C7FD0;
}

.p-life-internet .p-audit__table td ol li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.p-life-internet .p-audit__table td ol li ol {
  padding-top: 1.25rem;
  padding-right: 0.9375rem;
}

.p-life-internet .p-audit__table td ul {
  padding-left: 1.4375rem;
  margin-top: 0.3125rem;
}

.p-life-internet .p-audit__table td ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
}

.p-life-internet .p-audit__table td ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}

.p-life-internet .p-audit__table td .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.25rem;
}

.p-life-internet .p-audit__table td .none {
  display: none;
}

.p-life-internet .p-audit__table td .group {
  width: 100%;
}

.p-life-internet .p-audit__table td .w700 {
  font-weight: 700;
  margin-bottom: 0.3125rem;
}

.p-life-internet .p-audit__table td .big {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-life-internet .p-audit__table td .min {
  font-size: 0.875rem;
}

.p-life-internet .p-audit__table td .mt5 {
  margin-top: 0.3125rem;
}

.p-life-internet .p-audit__table td .mt20 {
  margin-top: 1.25rem;
}

.p-life-internet .p-audit__table td .accordion {
  cursor: pointer;
  position: relative;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.625rem;
  background: #548FD6;
  margin-bottom: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-life-internet .p-audit__table td .accordion {
    padding: 0.3125rem;
  }
}
.p-life-internet .p-audit__table td .accordion::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 0.125rem);
  -webkit-transform: translateY(-50%) scale(-1);
  transform: translateY(-50%) scale(-1);
  right: 1.03125rem;
  width: 0.875rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/triangle_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-life-internet .p-audit__table td .accordion::before {
    right: 0.53125rem;
  }
}
.p-life-internet .p-audit__table td .accordion.open::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-life-internet .p-audit__table td .band {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.625rem;
  background: #E5F3FC;
  margin-bottom: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .p-life-internet .p-audit__table td .band {
    padding: 0.3125rem;
  }
}
.p-life-internet .p-audit__table td .cose {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.9375rem;
  margin-bottom: 0.3125rem;
}

.p-life-internet .p-audit__table td .pdf {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-life-internet .p-audit__table td .pdf::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.375rem;
  width: 1.0625rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/pdf_black02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-life-internet .p-audit__table td .pdf:hover::after {
  background-image: url(../imgs/pc/pdf_lightblue02.svg);
}

.p-life-internet .c-application {
  background: -webkit-gradient(linear, left top, right top, from(#FF8045), to(#F6AF5D));
  background: linear-gradient(90deg, #FF8045, #F6AF5D);
}

.p-life-internet .c-application__button a {
  color: #FF8045;
}

.p-life-internet .c-application__button:hover {
  background: #FF8045;
}

.p-life-internet .c-application__button:hover a {
  color: #fff;
}

.p-life-internet .c-course__inner {
  padding-top: 0rem;
  padding-bottom: 7.5rem;
}

@media screen and (max-width: 767px) {
  .p-life-internet .c-course__inner {
    padding-top: 0rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 3.75rem;
  }
}
.p-life-internet .p-tuition__column {
  width: 100%;
  max-width: 63.9375rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-life-internet .p-tuition__column {
    max-width: 100%;
  }
}
.p-life-internet .p-tuition__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.875rem;
  margin-top: 1.875rem;
}

.p-life-internet .p-tuitionCard {
  border: 0.9375rem solid #FFE0AF;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-life-internet .p-tuitionCard {
    border: 0.625rem solid #FFE0AF;
  }
}
.p-life-internet .p-tuitionCard__title span {
  background: #FF8045;
}

.p-life-internet .p-tuitionCard__table {
  max-width: 42.125rem;
}

@media screen and (max-width: 767px) {
  .p-life-internet .p-tuitionCard__table {
    max-width: 100%;
  }
}
.p-life-internet .p-tuitionCard__table.min {
  max-width: 40.375rem;
}

@media screen and (max-width: 767px) {
  .p-life-internet .p-tuitionCard__table.min {
    max-width: 100%;
  }
}
.p-life-internet .p-tuitionCard__table th,
.p-life-internet .p-tuitionCard__table td {
  border: none;
}

.p-life-internet .p-tuitionCard__table th {
  background: #FFE0AF;
  border-right: 1px solid #fff;
}

.p-life-internet .p-tuitionCard__table th:last-of-type {
  border-right: none;
}

.p-life-internet .p-tuitionCard__table td {
  border-right: 1px solid #FFE0AF;
  border-bottom: 1px solid #FFE0AF;
}

.p-life-internet .p-tuitionCard__table td:last-of-type {
  border-right: none;
}

.p-life-internet .p-tuitionCard__table td span {
  display: inline-block;
  font-weight: 700;
  padding: 0.3125rem 0;
}

.p-life-internet .p-tuitionCard__table tr:last-of-type td {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .p-life-internet .p-tuitionCard__price {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-life-internet .p-tuition__text.mt30 {
  margin-top: 1.875rem;
}

.p-life-internet .p-tuition__minTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.625rem;
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
}

.p-life-internet .p-tuition__minTitle::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1px;
  background: #F6AF5D;
}

.p-life-internet .p-tuition__minTitle.min {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  white-space: inherit;
}

.p-life-internet .p-tuition__minTitle.min::after {
  display: none;
}

.p-life-internet .c-course-flow {
  width: 100%;
  margin-top: 9.0625rem;
}

@media screen and (max-width: 767px) {
  .p-life-internet .c-course-flow {
    margin-top: 5.625rem;
  }
}
.p-life-internet .c-course-flow__img {
  margin: 3.125rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-life-internet .c-course-flow__img {
    margin-top: 1.875rem;
  }
  .p-life-internet .c-course-flow__img img {
    width: 55rem;
  }
}
.p-life-internet .c-course-block__name {
  max-width: 63.75rem;
  margin: 0 auto;
  background: #FFE0AF;
}

.p-life-internet .c-course-block__table {
  margin: 0rem auto 0 auto;
}

.p-life-internet .c-course-block__table th,
.p-life-internet .c-course-block__table td {
  border: none;
  background: #fff;
}

.p-life-internet .c-course-block__table td span.min {
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .p-life-internet .c-course-block__tableBox {
    padding: 0;
  }
}
.p-life-internet .c-course-block__tableSp th,
.p-life-internet .c-course-block__tableSp td {
  border: none;
}

.p-life-internet .c-course-block__tableSp th {
  background: #fff;
}

.p-life-internet .c-course-block__text {
  margin-top: 1.25rem;
}

.p-life-internet .p-tuition__block {
  width: 100%;
  max-width: 66.25rem;
  margin: 1.875rem auto 0rem auto;
}

.p-life-internet__band {
  text-align: center;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-life-internet__band {
    margin-top: 2.5rem;
  }
}
.p-life-internet__band.left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-life-internet__band.left {
    text-align: center;
  }
}
.p-life-internet__band span {
  display: inline-block;
  color: #1D2859;
  font-size: 1.25rem;
  line-height: 1.55;
  border: 1px solid #1D2859;
  border-radius: 0.125rem;
  padding: 0 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-life-internet__band span {
    font-size: 0.875rem;
    padding: 0 0.625rem;
  }
}
.p-highschool-fv {
  position: relative;
  width: 100%;
  height: 40.625rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-fv {
    height: 37.5rem;
    padding-left: 2.5rem;
  }
}
.p-highschool-fv__inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 71.25rem;
  padding-top: 9.4375rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-fv__inner {
    max-width: 21.875rem;
    padding-top: 24.875rem;
  }
}
.p-highschool-fv__noTitle {
  display: none;
}

.p-highschool-fv__title {
  width: 100%;
  max-width: 31.375rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-fv__title {
    max-width: 18.8125rem;
  }
}
.p-highschool-fv__img {
  width: 100%;
  max-width: 62.4375rem;
  height: 100%;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-bottom-left-radius: 5.625rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-fv__img {
    border-bottom-left-radius: 4.375rem;
  }
}
.p-highschool-fv__scroll {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
  color: #EA6182;
  font-family: "Poppins", sans-serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-animation: floatY 2s ease-in-out infinite;
  animation: floatY 2s ease-in-out infinite;
}

@media screen and (max-width: 767px) {
  .p-highschool-fv__scroll {
    top: 12.9375rem;
    bottom: auto;
    left: 0.25rem;
  }
}
.p-highschool-fv__scroll::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 4.375rem;
  background: #EA6182;
}

@-webkit-keyframes floatY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floatY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.p-highschool-studies {
  width: 100%;
  color: #595757;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-highschool-studies__inner {
  width: 100%;
  padding-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-studies__inner {
    padding-top: 3.125rem;
  }
}
.p-highschool-studies__title {
  color: #EA6182;
  font-size: 2.125rem;
  line-height: 1.4411764706;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-highschool-studies__title {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.p-highschool-studies__text {
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-studies__text {
    font-size: 1rem;
    padding: 0 0.9375rem;
    margin-top: 1.875rem;
  }
}
.p-highschool-studies__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 4.6875rem;
  padding-top: 6.5625rem;
  padding-bottom: 3.75rem;
  border-radius: 10rem 10rem 0 0;
  background: linear-gradient(-45deg, rgba(255, 175, 92, 0.1), rgba(255, 90, 122, 0.1));
  margin-top: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-studies__wrapper {
    gap: 5rem;
    padding: 3.125rem 1.875rem;
    border-radius: 4rem 4rem 0 0;
    margin-top: 3.125rem;
  }
}
.p-highschool-support {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  color: #595757;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-highschool-support__number {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  font-family: "Poppins", sans-serif;
  font-size: 2.125rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(#FF5A7A), to(#FFAF5C));
  background: linear-gradient(90deg, #FF5A7A, #FFAF5C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .p-highschool-support__number {
    gap: 1.5rem;
    font-size: 1.375rem;
    letter-spacing: 0.02em;
  }
}
.p-highschool-support__number span {
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 2.75rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#FF5A7A), to(#FFAF5C));
  background: linear-gradient(90deg, #FF5A7A, #FFAF5C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .p-highschool-support__number span {
    font-size: 1.625rem;
  }
}
.p-highschool-support__number span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2.6875rem;
  width: 0.1875rem;
  height: 2.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF5A7A), to(#FFAF5C));
  background: linear-gradient(180deg, #FF5A7A, #FFAF5C);
}

@media screen and (max-width: 767px) {
  .p-highschool-support__number span::before {
    left: 1.4375rem;
    width: 1px;
    height: 1.125rem;
  }
}
.p-highschool-support__title {
  font-size: 2.125rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-support__title {
    font-size: 1.375rem;
    margin-top: 0.125rem;
  }
}
.p-highschool-support__text {
  position: relative;
  width: 100%;
  color: #595757;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
  padding: 1.5rem 0;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-support__text {
    font-size: 1rem;
    text-align: left;
    padding: 1.3125rem 0;
    margin-top: 1.625rem;
  }
}
.p-highschool-support__text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(../imgs/pc/highschool_support_bar.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-highschool-support__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../imgs/pc/highschool_support_bar.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-highschool-support__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-support__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 3.75rem;
    margin-top: 2.5rem;
  }
}
.p-highschool-support__box {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 2.8125rem 2.5rem 5.3125rem 2.5rem;
  border-radius: 0.625rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-highschool-support__box {
    padding: 1.25rem 1.25rem 3.75rem 1.25rem;
    border-radius: 0.3125rem;
    background: #fff;
  }
}
.p-highschool-support__band {
  display: block;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  font-weight: 500;
  text-align: center;
  background: #FDF2F1;
}

@media screen and (max-width: 767px) {
  .p-highschool-support__band {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}
.p-highschool-support__listTitle {
  height: 6.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.1875rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-align: center;
  text-align: center;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-support__listTitle {
    height: auto;
    font-size: 1.875rem;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 0.875rem;
  }
}
.p-highschool-support__listText {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-support__listText {
    font-size: 0.875rem;
    text-align: center;
    margin-top: 0.625rem;
  }
}
.p-highschool-support__listText span {
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-support__listText span {
    font-size: 0.8125rem;
  }
}
.p-highschool-support__icon {
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -2.1875rem;
  width: 9.875rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-support__icon {
    bottom: -1.875rem;
    width: 7.375rem;
  }
}
.p-highschool-support__button {
  margin: 4.0625rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-highschool-support__button {
    margin: 3.75rem auto 0 auto;
  }
}
.p-highschool-support__button02 {
  margin: 2.5rem auto 0 auto;
}

.p-highschool-system {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  color: #595757;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-highschool-system__number {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  font-family: "Poppins", sans-serif;
  font-size: 2.125rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(#FF5A7A), to(#FFAF5C));
  background: linear-gradient(90deg, #FF5A7A, #FFAF5C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .p-highschool-system__number {
    gap: 1.5rem;
    font-size: 1.375rem;
    letter-spacing: 0.02em;
  }
}
.p-highschool-system__number span {
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 2.75rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#FF5A7A), to(#FFAF5C));
  background: linear-gradient(90deg, #FF5A7A, #FFAF5C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .p-highschool-system__number span {
    font-size: 1.625rem;
  }
}
.p-highschool-system__number span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3.0625rem;
  width: 0.1875rem;
  height: 2.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF5A7A), to(#FFAF5C));
  background: linear-gradient(180deg, #FF5A7A, #FFAF5C);
}

@media screen and (max-width: 767px) {
  .p-highschool-system__number span::before {
    left: 1.75rem;
    width: 1px;
    height: 1.125rem;
  }
}
.p-highschool-system__title {
  font-size: 2.125rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-system__title {
    font-size: 1.375rem;
    margin-top: 0.125rem;
  }
}
.p-highschool-system__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-system__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
  }
}
.p-highschool-system__column {
  width: 100%;
  max-width: 40.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-system__column {
    max-width: 100%;
    gap: 2.5rem;
  }
}
.p-highschool-systemSec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  padding: 1.875rem;
  background: #fff;
  border-radius: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-systemSec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.625rem;
    padding: 1.25rem;
    border-radius: 0.3125rem;
  }
}
.p-highschool-systemSec__group {
  width: 100%;
  max-width: 12.8125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-highschool-systemSec__group {
    max-width: 100%;
  }
}
.p-highschool-systemSec__title {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-highschool-systemSec__title {
    font-size: 1.25rem;
    line-height: 2.5;
    text-align: center;
  }
}
.p-highschool-systemSec__img {
  width: 100%;
  margin-top: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-systemSec__img {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-highschool-systemSec__img.minSP {
    width: 100%;
    max-width: 12rem;
    margin: 0.625rem auto 0 auto;
  }
}
.p-highschool-systemSec__text {
  font-size: 1.125rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .p-highschool-systemSec__text {
    font-size: 0.875rem;
  }
}
.p-highschool-system__plus {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-system__plus {
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
}
.p-highschool-systemSec02 {
  width: 100%;
  max-width: 22.5rem;
  padding: 1.875rem 1.875rem 2.5rem 1.875rem;
  background: #fff;
  border-radius: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-systemSec02 {
    padding: 1.25rem;
    border-radius: 0.3125rem;
  }
}
.p-highschool-systemSec02__title {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-highschool-systemSec02__title {
    font-size: 1.25rem;
    line-height: 2.5;
    text-align: center;
  }
}
.p-highschool-systemSec02__img {
  width: 100%;
  margin-top: 1.0625rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-systemSec02__img {
    margin-top: 0.625rem;
  }
}
.p-highschool-systemSec02__text {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-systemSec02__text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}
.p-highschool-form {
  width: 100%;
  color: #595757;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-highschool-form__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-form__inner {
    padding: 3.125rem 0.9375rem 2.5rem 0.9375rem;
  }
}
.p-highschool-form__title {
  color: #EA6182;
  font-size: 2.125rem;
  line-height: 1.4411764706;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-highschool-form__title {
    font-size: 2rem;
  }
}
.p-highschool-form__title.mt {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-form__title.mt {
    font-size: 1.75rem;
    margin-top: 3.125rem;
  }
}
.p-highschool-form__text {
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 2.25rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-form__text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
.p-highschool-form__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.875rem;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-form__wrapper {
    padding: 0 0.9375rem;
    margin-top: 1.875rem;
  }
}
.p-highschool-form__box {
  width: 100%;
  padding: 2.5rem;
  background: #FEF5F1;
}

@media screen and (max-width: 767px) {
  .p-highschool-form__box {
    padding: 1.5625rem 1.875rem;
  }
}
.p-highschool-form__band {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-highschool-form__band {
    font-size: 0.875rem;
  }
}
.p-highschool-form__listTitle {
  position: relative;
  color: #EA6182;
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: 500;
  padding-bottom: 1.375rem;
  margin-top: 0.25rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-form__listTitle {
    font-size: 1.25rem;
    padding-bottom: 0.9375rem;
    margin-top: 0rem;
  }
}
.p-highschool-form__listTitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(../imgs/pc/highschool_support_bar.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-highschool-form__listText {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-form__listText {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
  }
}
.p-highschool-form__comment {
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-form__comment {
    font-size: 0.75rem;
    margin-top: 0.9375rem;
  }
}
.p-highschool-form__map {
  width: 100%;
  padding-left: 4.0625rem;
  margin: 0rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-highschool-form__map {
    padding-left: 0rem;
    margin: 1.875rem auto 0 auto;
  }
}
.p-highschool-form__map img {
  max-width: 61.125rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-highschool-form__map img {
    max-width: 100%;
  }
}
.p-highschool-numeral {
  color: #595757;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 7.1875rem 0 7.5rem 0;
  background: #FDF2F1;
  border-radius: 10rem 10rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-highschool-numeral {
    padding: 2.8125rem 0.9375rem 3.125rem 0.9375rem;
    border-radius: 4.375rem 4.375rem 0 0;
  }
}
.p-highschool-numeral .c-temp-numeral__title {
  color: #EA6182;
  font-size: 2.125rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-highschool-numeral .c-temp-numeral__title {
    font-size: 1.875rem;
  }
}
.p-highschool-numeral .c-temp-numeral__wrapper {
  width: 100%;
  max-width: 71.25rem;
  margin: 3.4375rem auto 0 auto;
  gap: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-numeral .c-temp-numeral__wrapper {
    max-width: 18.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.5625rem;
    margin: 0.625rem auto 0 auto;
  }
}
.p-highschool-numeral .c-temp-numeral__box {
  position: relative;
}

.p-highschool-numeral .c-temp-numeral__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.875rem;
  width: 1px;
  height: 13.625rem;
  background: #EA6182;
}

@media screen and (max-width: 767px) {
  .p-highschool-numeral .c-temp-numeral__box::before {
    display: none;
  }
}
.p-highschool-numeral .c-temp-numeral__subTitle {
  color: #EA6182;
  font-weight: 500;
}

.p-highschool-numeral .c-temp-numeral__comment {
  font-weight: 500;
}

.p-highschool-numeral .c-temp-numeral__percent {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #595757;
  margin-top: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-numeral .c-temp-numeral__percent {
    margin-top: 0.625rem;
  }
}
.p-highschool-numeral .c-temp-numeral__percent span {
  color: #595757;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}

.p-highschool-numeral .c-temp-numeral__text {
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-numeral .c-temp-numeral__text {
    font-size: 0.8125rem;
    margin-top: 0.3125rem;
  }
}
.p-highschool-numeral .c-temp-numeral__column {
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-numeral .c-temp-numeral__column {
    margin-top: 1.25rem;
  }
}
.p-highschool-numeral .c-temp-numeral__label {
  color: #FF8045;
  font-weight: 500;
}

.p-highschool-story {
  width: 100%;
  color: #595757;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-highschool-story__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 4rem 0 10rem 0;
}

@media screen and (max-width: 767px) {
  .p-highschool-story__inner {
    padding: 3.125rem 1.875rem;
  }
}
.p-highschool-story__title {
  color: #EA6182;
  font-size: 2.125rem;
  line-height: 1.4411764706;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-highschool-story__title {
    font-size: 2rem;
  }
}
.p-highschool-story__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-story__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}
.p-highschool-storySec {
  width: 100%;
  padding: 2.5rem;
  background: #FDF2F1;
  border-radius: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-storySec {
    padding: 0.9375rem;
    border-radius: 0.75rem;
  }
}
.p-highschool-storySec__img {
  width: 100%;
  max-width: 22.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-highschool-storySec__img {
    max-width: 11.875rem;
  }
}
.p-highschool-storySec__box {
  width: 100%;
  margin-top: -1.25rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-storySec__box {
    margin-top: -1.5625rem;
  }
}
.p-highschool-storySec__name {
  line-height: 1;
}

.p-highschool-storySec__name span {
  display: inline-block;
  color: #595757;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 0.75rem;
  background: #fff;
  margin-top: 0.4375rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-storySec__name span {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
}
.p-highschool-storySec__name span:first-of-type {
  margin-top: 0rem;
}

.p-highschool-storySec__title {
  color: #595757;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-storySec__title {
    font-size: 0.875rem;
    margin-top: 0.875rem;
  }
}
.p-highschool-storySec__text {
  color: #595757;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-storySec__text {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
}
.p-highschool-faq {
  width: 100%;
  color: #595757;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-highschool-faq__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 0rem 0 10rem 0;
}

@media screen and (max-width: 767px) {
  .p-highschool-faq__inner {
    padding: 0rem 1.25rem 3.125rem 1.25rem;
  }
}
.p-highschool-faq__title {
  color: #EA6182;
  font-size: 2.125rem;
  line-height: 1.4411764706;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-highschool-faq__title {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
.p-highschool-faq__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.875rem;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-faq__wrapper {
    gap: 0.9375rem;
    margin-top: 1.25rem;
  }
}
.p-highschool-faq__column {
  width: 100%;
  background: #FDF2F1;
  border-radius: 0.625rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-highschool-faq__column {
    border-radius: 0.3125rem;
  }
}
.p-highschool-faq__que {
  cursor: pointer;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 1.75rem 5rem 1.75rem 6rem;
  background: #FDF2F1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-highschool-faq__que {
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 500;
    padding: 1rem 3.125rem 1rem 4.375rem;
    background: #FDF2F1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.p-highschool-faq__que::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.875rem;
  width: 1.625rem;
  height: 0.1875rem;
  background: #FFA47A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-highschool-faq__que::before {
    right: 1.25rem;
    width: 1rem;
    height: 0.125rem;
  }
}
.p-highschool-faq__que::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.5625rem;
  width: 0.1875rem;
  height: 1.625rem;
  background: #FFA47A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-highschool-faq__que::after {
    right: 1.6875rem;
    width: 0.125rem;
    height: 1rem;
  }
}
.p-highschool-faq__que span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  background: #FFA47A;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-highschool-faq__que span {
    left: 1.375rem;
    width: 2.125rem;
    height: 2.125rem;
    font-size: 1.25rem;
  }
}
.p-highschool-faq__que.open {
  color: #fff;
  font-weight: 700;
  background: #FFA47A;
}

.p-highschool-faq__que.open::before {
  background: #FFFFFF;
}

.p-highschool-faq__que.open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  background: #FFFFFF;
}

.p-highschool-faq__que.open span {
  color: #FFA47A;
  background: #fff;
}

.p-highschool-faq__box {
  display: none;
  background: #FDF2F1;
}

.p-highschool-faq__ans {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 500;
  padding: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-faq__ans {
    font-size: 0.75rem;
    padding: 1.125rem 1.4375rem;
  }
}
.p-highschool-faq__button {
  margin: 3.75rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-highschool-faq__button {
    margin: 1.875rem auto 0 auto;
  }
}
.p-highschool-course {
  color: #595757;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-highschool-course .c-admission-course__inner {
  padding: 0rem 0 10rem 0;
}

@media screen and (max-width: 767px) {
  .p-highschool-course .c-admission-course__inner {
    padding: 3.125rem 0.9375rem 2.5rem 0.9375rem;
  }
}
.p-highschool-course .c-admission-course__title {
  position: relative;
  color: #EA6182;
  font-size: 2.125rem;
  line-height: 1.2058823529;
  font-weight: 400;
  text-align: center;
  padding: 1.5rem 0;
}

@media screen and (max-width: 767px) {
  .p-highschool-course .c-admission-course__title {
    width: calc(100% - 1.875rem);
    font-size: 2rem;
    padding: 0.9375rem 0;
    margin: 0 auto;
  }
}
.p-highschool-course .c-admission-course__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(../imgs/pc/highschool_support_bar.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-highschool-course .c-admission-course__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../imgs/pc/highschool_support_bar.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-highschool-course .c-admission-course__band {
  color: #EA6182;
}

@media screen and (max-width: 767px) {
  .p-highschool-course .c-admission-course__band {
    font-size: 1.125rem;
    margin-top: 2.1875rem;
  }
}
.p-highschool-course .c-admission-course__subTitle {
  color: #EA6182;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-highschool-course .c-admission-course__subTitle {
    font-size: 1.875rem;
  }
}
.p-highschool-course .c-admission-course__text {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-course .c-admission-course__text {
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
    margin-top: 1.875rem;
  }
}
.p-highschool-course .c-admission-course__wrapper {
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-highschool-course .c-admission-course__wrapper {
    padding: 0 0.9375rem;
    margin-top: 2.5rem;
  }
}
.p-highschool-course .c-admission-course__box {
  background: #FEF5F1;
}

.p-highschool-course .c-admission-course__year {
  color: #EA6182;
}

.p-highschool-course .c-admission-course__listTitle {
  color: #EA6182;
}

@media screen and (max-width: 767px) {
  .p-highschool-course .c-admission-course__listTitle {
    font-size: 1.25rem;
    text-align: center;
  }
}
.p-highschool-simulation.c-admission-simulation {
  color: #595757;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #fff;
}

.p-highschool-simulation .c-admission-simulation__inner {
  padding: 0rem 0 10rem 0;
}

@media screen and (max-width: 767px) {
  .p-highschool-simulation .c-admission-simulation__inner {
    padding: 0rem 0.9375rem 3.125rem 0.9375rem;
  }
}
.p-highschool-simulation .c-admission-simulation__band {
  color: #EA6182;
}

@media screen and (max-width: 767px) {
  .p-highschool-simulation .c-admission-simulation__band {
    font-size: 1.125rem;
  }
}
.p-highschool-simulation .c-admission-simulation__title {
  color: #EA6182;
  font-size: 2.125rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-highschool-simulation .c-admission-simulation__title {
    font-size: 1.875rem;
  }
}
.p-highschool-simulation .c-admission-simulation__text {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-highschool-simulation .c-admission-simulation__text {
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-highschool-simulation .c-admission-simulation__img {
    padding: 0 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-highschool-simulation .c-admission-simulation__button {
    margin: 2.5rem auto 0 auto;
  }
}
.p-facilities {
  width: 100%;
}

.p-facilities__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-facilities__inner {
    padding: 0rem 1.5rem 6.25rem 1.5rem;
  }
}
.p-facilities__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-facilities__title {
    font-size: 1.125rem;
  }
}
.p-facilities__title span {
  position: relative;
  top: 0.375rem;
  display: inline-block;
  font-size: 4rem;
  line-height: 1.59375;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-facilities__title span {
    top: 0.1875rem;
    font-size: 2rem;
    margin: 0 0.3125rem;
  }
}
.p-facilities__map {
  position: relative;
  left: 1.875rem;
  width: 100%;
  max-width: 61.0625rem;
  margin: 1.25rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-facilities__map {
    left: 0rem;
    margin: 1.5rem auto 0 auto;
  }
}
.p-facilities__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem 1.875rem;
  margin-top: 10.5rem;
}

@media screen and (max-width: 767px) {
  .p-facilities__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.75rem;
    margin-top: 2.375rem;
  }
}
.p-facilities__box {
  width: 100%;
}

.p-facilities__subTitle {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-facilities__subTitle {
    font-size: 1.25rem;
  }
}
.p-facilities__img {
  width: 100%;
  margin-top: 0.625rem;
}

.p-facilities__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-facilities__text {
    font-size: 0.875rem;
  }
}
.p-facilities__link {
  position: relative;
  left: 0;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .p-facilities__link {
    margin-top: 0.625rem;
  }
}
.p-facilities__link::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.0625rem;
  height: 0.5rem;
  background-image: url(../imgs/pc/map_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-facilities__link:hover {
  opacity: 0.7;
  left: 0.625rem;
}

.p-community {
  width: 100%;
}

.p-community__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-top: 4.375rem;
  padding-bottom: 7.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-community__inner {
    padding: 0rem 0.9375rem 3.125rem 0.9375rem;
  }
}
.p-community__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-community__title {
    font-size: 1.75rem;
    line-height: 1.8;
  }
}
.p-community__wrapper {
  width: 100%;
  background: #EEF8FF;
  padding: 3.75rem 6.875rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-community__wrapper {
    padding: 2.5rem 1.25rem;
  }
}
.p-community__band {
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-community__band {
    font-size: 1.375rem;
  }
}
.p-community__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-community__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}
.p-community__list {
  position: relative;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  padding: 1.25rem;
  border-radius: 7.5rem;
}

.p-community__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.9375rem;
  left: 5.125rem;
  width: 2.375rem;
  height: 2.4375rem;
  background-image: url(../imgs/pc/triangle_white_l.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-community__list::before {
    left: 3.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-community__list:nth-of-type(2)::before {
    left: auto;
    right: 5.125rem;
    background-image: url(../imgs/pc/triangle_white_r.svg);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-community__list:nth-of-type(2)::before {
    right: 3.25rem;
  }
}
.p-community__list:nth-of-type(3)::before {
  left: auto;
  right: 5.125rem;
  background-image: url(../imgs/pc/triangle_white_r.svg);
}

@media screen and (max-width: 767px) {
  .p-community__list:nth-of-type(3)::before {
    right: auto;
    left: 3.25rem;
    background-image: url(../imgs/pc/triangle_white_l.svg);
  }
}
.p-community__list:nth-of-type(4)::before {
  left: auto;
  right: 5.125rem;
  background-image: url(../imgs/pc/triangle_white_r.svg);
}

@media screen and (max-width: 767px) {
  .p-community__list:nth-of-type(4)::before {
    right: 3.25rem;
  }
}
.p-community__bigText {
  position: relative;
  font-size: 1.75rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  margin-top: 7.125rem;
}

@media screen and (max-width: 767px) {
  .p-community__bigText {
    font-size: 1.25rem;
    margin-top: 6.375rem;
  }
}
.p-community__bigText::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -4rem;
  width: 0.5rem;
  height: 2.75rem;
  background-image: url(../imgs/pc/dot_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-community__bigText::before {
    top: -4.375rem;
    width: 0.375rem;
    height: 2.625rem;
    background-image: url(../imgs/sp/dot_blue.svg);
  }
}
.p-community__bigText span {
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.p-community__text {
  width: 100%;
  max-width: 56.25rem;
  margin: 1.875rem auto 0 auto;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-community__text {
    line-height: 1.8;
    margin: 2.125rem auto 0 auto;
  }
}
.p-community__button {
  margin: 1.875rem auto 0 auto;
}

.p-community-message {
  width: 100%;
  margin-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .p-community-message {
    margin-top: 2.5rem;
  }
}
.p-community-message__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-community-message__title {
    font-size: 1.75rem;
    line-height: 1.7857142857;
  }
}
.p-community-message__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 3.875rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-community-message__wrapper {
    gap: 1.875rem;
    margin-top: 0.625rem;
  }
}
.p-community-message__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.75rem;
  padding: 1.25rem 5.625rem;
  background: #EEF8FF;
}

@media screen and (max-width: 767px) {
  .p-community-message__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
    padding: 2.5rem 1.25rem;
  }
}
.p-community-message__img {
  width: 100%;
  max-width: 17.4375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-community-message__img {
    max-width: 13.875rem;
    margin: 0 auto;
  }
}
.p-community-message__group {
  width: 100%;
}

.p-community-message__subTitle {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-community-message__subTitle {
    font-size: 1.375rem;
    line-height: 1.4545454545;
    text-align: center;
  }
}
.p-community-message__text {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-community-message__text {
    line-height: 1.5;
  }
}
.p-community-contact {
  width: 100%;
  background: #E8EEFD;
  padding-top: 6.875rem;
  padding-bottom: 5.25rem;
}

@media screen and (max-width: 767px) {
  .p-community-contact {
    padding: 5rem 0.9375rem 3.75rem 0.9375rem;
  }
}
.p-community-contact__inner {
  position: relative;
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  background: #fff;
  padding: 2.5rem 5.625rem 3.75rem 4rem;
}

@media screen and (max-width: 767px) {
  .p-community-contact__inner {
    padding: 2.5rem 0.9375rem;
  }
}
.p-community-contact__end {
  position: absolute;
  top: -3.125rem;
  left: 4rem;
  color: #4A69AF;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  line-height: 1.21875;
}

.p-community-contact__title {
  color: #4A69AF;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}

.p-community-contact__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.25rem;
}

.p-community-contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.75rem;
}

@media screen and (max-width: 767px) {
  .p-community-contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.5rem;
  }
}
.p-community-contact__box {
  width: 100%;
  max-width: 40.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.875rem;
}

@media screen and (max-width: 767px) {
  .p-community-contact__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.875rem;
  }
}
.p-community-contactTel {
  padding-right: 2.5rem;
  margin-right: 2.1875rem;
  border-right: 2px solid #4A69AF;
}

@media screen and (max-width: 767px) {
  .p-community-contactTel {
    padding-right: 0rem;
    margin-right: 0rem;
    border-right: none;
  }
}
.p-community-contactTel__title {
  color: #4A69AF;
  font-size: 1.25rem;
  line-height: 1.5;
}

.p-community-contactTel__number {
  pointer-events: none;
  color: #4A69AF;
  font-size: 2.5rem;
  line-height: 1.5;
  white-space: nowrap;
  margin-top: -0.5rem;
}

@media screen and (max-width: 767px) {
  .p-community-contactTel__number {
    pointer-events: initial;
  }
}
.p-community-contactTel__number:hover {
  opacity: 0.7;
}

.p-community-contactTel__text {
  width: 100%;
  color: #4A69AF;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 600;
  text-align: center;
  border: 1px solid #4A69AF;
  border-radius: 0.125rem;
  padding: 0.375rem;
  margin-top: 0.3125rem;
}

.p-community-contactMail {
  padding-right: 3.375rem;
  margin-right: 2.75rem;
  border-right: 1px solid #4A69AF;
}

.p-community-contactMail__title {
  color: #4A69AF;
  font-size: 1.25rem;
  line-height: 1.5;
}

.p-community-contactMail__number {
  color: #4A69AF;
  font-size: 1.875rem;
  line-height: 1.4333333333;
  white-space: nowrap;
}

.p-community-contactMail__text {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 600;
  text-align: center;
  border: 1px solid #4A69AF;
  border-radius: 0.125rem;
  padding: 0.375rem;
  margin-top: 0.875rem;
}

.p-faculty {
  width: 100%;
}

.p-faculty__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-top: 4.6875rem;
  padding-bottom: 4.375rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-faculty__inner {
    padding: 0rem 0.9375rem 4.375rem 0.9375rem;
  }
}
.p-faculty-message {
  width: 100%;
}

.p-faculty-message__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-faculty-message__title {
    font-size: 1.75rem;
    line-height: 1.7857142857;
  }
}
.p-faculty-message__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #EEF8FF;
  padding: 3.75rem 2.8125rem 3.4375rem 6.25rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-message__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.5rem 1.25rem;
  }
}
.p-faculty-message__img {
  width: 100%;
  max-width: 17.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-faculty-message__img {
    max-width: 13.875rem;
  }
}
.p-faculty-message__name {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-message__name {
    font-size: 0.8125rem;
    margin-top: 1.125rem;
  }
}
.p-faculty-message__name span {
  display: inline-block;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-message__name span {
    font-size: 1rem;
  }
}
.p-faculty-message__box {
  width: 100%;
  max-width: 39.875rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-message__box {
    max-width: 100%;
  }
}
.p-faculty-message__subTitle {
  font-size: 1.625rem;
  line-height: 1.4230769231;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .p-faculty-message__subTitle {
    font-size: 1.375rem;
    text-align: center;
    margin-top: 1.25rem;
  }
}
.p-faculty-message__subTitle span {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}

.p-faculty-message__text {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1.0625rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-message__text {
    margin-top: 1.25rem;
  }
}
.p-faculty-philosophy {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 3.9375rem;
  margin-top: 6.875rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-philosophy {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    margin-top: 0rem;
    overflow: hidden;
  }
}
.p-faculty-philosophy__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-philosophy__wrapper {
    gap: 2.8125rem;
  }
}
.p-faculty-philosophy__bgImg {
  position: absolute;
  width: 58.125rem;
  top: -5.625rem;
  left: calc(50% - 3.75rem);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-faculty-philosophy__bgImg {
    width: 33.125rem;
    top: 0rem;
    left: 50%;
  }
}
.p-faculty-philosophy__box {
  position: relative;
  z-index: 2;
}

.p-faculty-philosophy__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-faculty-philosophy__title {
    font-size: 1.75rem;
    line-height: 1.7857142857;
  }
}
.p-faculty-philosophy__band {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-philosophy__band {
    font-size: 2.125rem;
    margin-top: 1.5rem;
  }
}
.p-faculty-philosophy__band span {
  color: #1D2859;
  font-size: 2rem;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}

@media screen and (max-width: 767px) {
  .p-faculty-philosophy__band span {
    font-size: 1.75rem;
  }
}
.p-faculty-philosophy__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-philosophy__group {
    margin-top: 1.25rem;
  }
}
.p-faculty-philosophy__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media screen and (max-width: 767px) {
  .p-faculty-philosophy__lists {
    gap: 2.625rem;
    padding-top: 2.375rem;
  }
}
.p-faculty-philosophy__list {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-faculty-philosophy__list {
    font-size: 1.375rem;
    text-align: center;
  }
}
.p-faculty-philosophy__list span {
  font-size: 1.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .p-faculty-philosophy__list span {
    font-size: 1.5rem;
  }
}
.p-faculty-philosophy__list::before {
  content: "01";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -2.8125rem;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-faculty-philosophy__list::before {
    top: -2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-faculty-philosophy__list:nth-of-type(2)::before {
  content: "02";
}

.p-faculty-philosophy__list:nth-of-type(3)::before {
  content: "03";
}

.p-faculty-philosophy__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .p-faculty-philosophy__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.p-faculty-philosophy__text span {
  color: #1D2859;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}

.p-faculty-policy {
  width: 100%;
  margin-top: 17.5rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-policy {
    margin-top: 0rem;
  }
}
.p-faculty-policy__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-faculty-policy__title {
    font-size: 1.875rem;
  }
}
.p-faculty-policy__bigText {
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
  text-align: center;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-policy__bigText {
    font-size: 1.875rem;
  }
}
.p-faculty-policy__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.25rem;
  padding: 0 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-policy__text {
    line-height: 1.8;
    padding: 0;
  }
}
.p-faculty-policy__lists {
  width: 100%;
  background: #EEF8FF;
  padding: 2.5rem 3.125rem 2.5rem 3.9375rem;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-policy__lists {
    padding: 2.5rem 1.25rem 2.5rem 2.6875rem;
    margin-top: 1.875rem;
  }
}
.p-faculty-policy__list {
  font-size: 1rem;
  line-height: 1.5;
  list-style: decimal;
}

.p-faculty-history {
  width: 100%;
  margin-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-history {
    margin-top: 5rem;
  }
}
.p-faculty-history__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-faculty-history__title {
    font-size: 1.75rem;
    line-height: 1.7857142857;
  }
}
.p-faculty-history__table {
  position: relative;
  width: 100%;
  max-width: 50.3125rem;
  margin: 2.5rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.9375rem 0;
}

@media screen and (max-width: 767px) {
  .p-faculty-history__table {
    gap: 0.75rem 0;
    margin: 3rem auto 0 auto;
  }
}
.p-faculty-history__table::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.21875rem;
  bottom: 0;
  width: 1px;
  height: calc(100% - 0.625rem);
  background: #4A69AF;
}

.p-faculty-history__tableTitle {
  position: relative;
  width: 6.875rem;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 600;
  padding-left: 1.4375rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-history__tableTitle {
    width: 4.75rem;
    padding-left: 1.125rem;
  }
}
.p-faculty-history__tableTitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #4A69AF;
}

.p-faculty-history__tableTitle span {
  font-size: 0.6875rem;
}

.p-faculty-history__tableText {
  width: calc(100% - 6.875rem);
  font-size: 1rem;
  line-height: 1.4375;
}

@media screen and (max-width: 767px) {
  .p-faculty-history__tableText {
    width: calc(100% - 4.75rem);
  }
}
.p-faculty-intro {
  width: 100%;
  margin-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-intro {
    margin-top: 5.3125rem;
  }
}
.p-faculty-intro__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-faculty-intro__title {
    font-size: 1.75rem;
    line-height: 1.7857142857;
  }
}
.p-faculty-intro__band {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-intro__band {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 0.625rem;
  }
}
.p-faculty-intro__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #EEF8FF;
  padding: 3.75rem 2.8125rem 5rem 6.25rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-intro__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 2.5rem 1.25rem;
  }
}
.p-faculty-intro__img {
  width: 100%;
  max-width: 17.5rem;
  text-align: center;
  padding-top: 2.0625rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-intro__img {
    max-width: 13.875rem;
    padding-top: 0rem;
  }
}
.p-faculty-intro__name {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-intro__name {
    font-size: 0.8125rem;
    margin-top: 1.125rem;
  }
  .p-faculty-intro__name span {
    font-size: 1rem;
  }
}
.p-faculty-intro__box {
  width: 100%;
  max-width: 39.875rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-intro__box {
    max-width: 100%;
  }
}
.p-faculty-intro__subTitle {
  font-size: 1.625rem;
  line-height: 1.4230769231;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 767px) {
  .p-faculty-intro__subTitle {
    font-size: 1.375rem;
    text-align: center;
    margin-top: 1.5rem;
  }
}
.p-faculty-intro__subTitle span {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}

.p-faculty-intro__text {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1.0625rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-intro__text {
    line-height: 1.45;
    margin-top: 1.25rem;
  }
}
.p-faculty-intro__column {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  margin-top: 1.75rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-intro__column {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}
.p-faculty-introSec {
  width: 100%;
  background: #EEF8FF;
  padding: 1.875rem 1.5625rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-introSec {
    padding: 1.875rem 1.25rem;
  }
}
.p-faculty-introSec__title {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-faculty-introSec__title {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
}
.p-faculty-introSec__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.75rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-introSec__box {
    display: block;
    margin-top: 0.875rem;
  }
}
.p-faculty-introSec__img {
  width: 100%;
  max-width: 9.375rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-faculty-introSec__img {
    max-width: 6.25rem;
    margin: 0 auto;
  }
}
.p-faculty-introSec__text {
  width: 100%;
  max-width: 21rem;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-faculty-introSec__text {
    max-width: 100%;
  }
}
.p-faculty-course {
  width: 100%;
  margin-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-course {
    margin-top: 4.375rem;
  }
}
.p-faculty-course__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-faculty-course__title {
    font-size: 1.75rem;
    line-height: 1.7857142857;
  }
}
.p-faculty-course__overBox {
  width: 100%;
  margin-top: 2.1875rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-course__overBox {
    position: relative;
    left: 0rem;
    width: calc(100% + 0.9375rem);
    padding-bottom: 0.3125rem;
    overflow-x: scroll;
  }
}
.p-faculty-course__table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-faculty-course__table {
    width: 45rem;
  }
}
.p-faculty-course__table th,
.p-faculty-course__table td {
  border: 1px solid #cccccc;
  padding: 0.5rem;
}

.p-faculty-course__table th {
  font-size: 0.875rem;
  line-height: 1.6428571429;
  font-weight: 400;
  text-align: center;
  background: #EEF8FF;
  vertical-align: middle;
}

.p-faculty-course__table th:nth-of-type(1) {
  width: 9.375rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-course__table th:nth-of-type(1) {
    width: 6.875rem;
  }
}
.p-faculty-course__table th:nth-of-type(2) {
  width: 7.5rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-course__table th:nth-of-type(2) {
    width: 5.625rem;
  }
}
.p-faculty-course__table th:nth-of-type(3) {
  width: 7.5rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-course__table th:nth-of-type(3) {
    width: 5.625rem;
  }
}
.p-faculty-course__table th:nth-of-type(4) {
  width: 36.875rem;
  text-align: left;
  padding-left: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-course__table th:nth-of-type(4) {
    padding-left: 0.875rem;
    width: 12.5rem;
  }
}
.p-faculty-course__table th:nth-of-type(5) {
  width: 7.5rem;
}

@media screen and (max-width: 767px) {
  .p-faculty-course__table th:nth-of-type(5) {
    width: 6.25rem;
  }
}
.p-faculty-course__table td {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-faculty-course__table td {
    font-size: 0.875rem;
  }
}
.p-faculty-course__table td a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  text-align: center;
  border: 1px solid #1D2859;
  border-radius: 5rem;
  margin-top: 0.1875rem;
}

.p-faculty-course__table td a:hover {
  color: #fff;
  background: #1D2859;
}

.p-faq {
  width: 100%;
}

.p-faq__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-bottom: 4.375rem;
  margin: 0 auto;
  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;
}

@media screen and (max-width: 767px) {
  .p-faq__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 2.5rem;
    padding: 0rem 0.9375rem 4.375rem 0.9375rem;
  }
}
.p-faq__wrapper {
  width: 100%;
  max-width: 53.75rem;
}

.p-faq__title {
  color: #3C7FD0;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 600;
  padding: 0.3125rem 1.25rem;
  background: #E5F3FC;
  margin-top: 2.5rem;
}

.p-faq__title.mt0 {
  margin-top: 0rem;
}

.p-faq__subTitle {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  border-left: 0.25rem solid #1D2859;
  padding-left: 0.625rem;
  margin-top: 2.5rem;
}

.p-faq__column {
  border-top: 1px solid #AAAAAA;
  margin-top: 0.9375rem;
}

.p-faq__box {
  width: 100%;
  border-bottom: 1px solid #AAAAAA;
  padding: 1.25rem 0rem 1.1875rem 0rem;
}

.p-faq__qes {
  cursor: pointer;
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  padding-left: 2.5rem;
  padding-right: 3.125rem;
}

.p-faq__qes::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 0.625rem;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}

.p-faq__qes .arrow {
  position: absolute;
  top: 0rem;
  right: 0.625rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100%;
  border: 1px solid #3C7FD0;
}

.p-faq__qes .arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.0625rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(-1, -1);
  transform: translate(-50%, -50%) rotate(-45deg) scale(-1, -1);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #3C7FD0;
  border-right: 1px solid #3C7FD0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-faq__qes.open .arrow::before {
  top: calc(50% + 0.125rem);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-faq__ans {
  display: none;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 2.5rem;
  padding-right: 3.125rem;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-faq__ans {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.p-faq__ans a {
  display: inline-block;
  line-height: 1.125;
  border-bottom: 1px solid #333;
}

.p-faq-nav {
  position: sticky;
  top: 6.25rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  z-index: 10;
  width: 100%;
  max-width: 15rem;
}

@media screen and (max-width: 767px) {
  .p-faq-nav {
    position: relative;
    top: 0rem;
    z-index: 10;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow-y: initial;
    border-bottom: 1px solid #1D2859;
  }
}
.p-faq-nav__inner {
  width: 100%;
}

.p-faq-nav__title {
  cursor: pointer;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  padding: 0.5625rem 0.625rem;
  border-top: 1px solid #1D2859;
}

.p-faq-nav__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 0rem);
  -webkit-transform: translateY(-50%) scale(-1);
  transform: translateY(-50%) scale(-1);
  right: 0.75rem;
  width: 0.75rem;
  height: 0.4375rem;
  background-image: url(../imgs/pc/faq_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-faq-nav__title::before {
    top: calc(50% + 0.125rem);
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}
.p-faq-nav__title:hover {
  color: #3C7FD0;
}

.p-faq-nav__title:hover::before {
  background-image: url(../imgs/pc/faq_arrow_blue.svg);
}

.p-faq-nav__title.open::before {
  top: calc(50% + 0.125rem);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

@media screen and (max-width: 767px) {
  .p-faq-nav__title.open::before {
    top: calc(50% + 0rem);
    -webkit-transform: translateY(-50%) scale(-1);
    transform: translateY(-50%) scale(-1);
  }
}
.p-faq-nav__lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.625rem;
  padding: 0.625rem 0.625rem 1.875rem 0.625rem;
  border-top: 1px solid #1D2859;
}

@media screen and (max-width: 767px) {
  .p-faq-nav__lists {
    display: none;
  }
}
.p-faq-nav__list {
  font-size: 1rem;
  line-height: 1.5;
}

.p-faq-nav__link {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
}

.p-faq-nav__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 0rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #1D2859;
  border-right: 1px solid #1D2859;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-faq-nav__link:hover {
  color: #3C7FD0;
}

.p-faq-nav__link:hover::before {
  border-top: 1px solid #3C7FD0;
  border-right: 1px solid #3C7FD0;
}

.p-request {
  width: 100%;
}

.p-request__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-bottom: 4.375rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-request__inner {
    max-width: 31.25rem;
    padding: 0rem 0.9375rem 4.375rem 0.9375rem;
  }
}
.p-request__text {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-request__text {
    font-size: 1rem;
    text-align: left;
  }
}
.p-request__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.875rem;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-request__box {
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}
.p-request__figure {
  width: 100%;
  max-width: 18.75rem;
}

@media screen and (max-width: 767px) {
  .p-request__figure {
    max-width: 100%;
  }
}
.p-request__figure img {
  width: 100%;
}

.p-request__figure figcaption {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-request__figure figcaption {
    font-size: 0.875rem;
  }
}
.p-request__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-request__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 2.5rem;
  }
}
.p-request-card {
  width: 100%;
  padding: 3.125rem 1.25rem;
  background: #EEF8FF;
}

@media screen and (max-width: 767px) {
  .p-request-card {
    padding: 2.5rem 0.625rem;
  }
}
.p-request-card__title {
  font-size: 1.375rem;
  line-height: 1.4545454545;
  font-weight: 700;
  text-align: center;
}

.p-request-card__button {
  margin: 1.25rem auto 0 auto;
}

.p-download {
  width: 100%;
}

.p-download__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-bottom: 4.375rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-download__inner {
    max-width: 31.25rem;
    padding: 0rem 0.9375rem 4.375rem 0.9375rem;
  }
}
.p-download__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-download__title {
    font-size: 1.75rem;
    text-align: left;
  }
}
.p-download__text {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-download__text {
    font-size: 1rem;
    text-align: left;
  }
}
.p-download__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.875rem;
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-download__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 2.5rem;
  }
}
.p-download__link {
  width: 100%;
  max-width: 18.75rem;
}

@media screen and (max-width: 767px) {
  .p-download__link {
    max-width: 100%;
  }
}
.p-download__link:hover {
  opacity: 0.7;
}

.p-download__link.nolink:hover {
  opacity: 1;
}

.p-download__figure {
  width: 100%;
}

.p-download__figure img {
  width: 100%;
}

.p-download__figure figcaption {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.625rem;
}

.p-download__button {
  margin: 3.125rem auto 0 auto;
}

.p-contact {
  width: 100%;
}

.p-contact__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-bottom: 4.375rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-contact__inner {
    max-width: 37.5rem;
    padding: 0rem 0.9375rem 4.375rem 0.9375rem;
  }
}
.p-contact__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
.p-contact__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.p-contact__bigText {
  font-size: 1.25rem;
  line-height: 1.9;
  font-weight: 500;
  text-align: center;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-contact__bigText {
    font-size: 1rem;
    text-align: left;
  }
}
.p-contact__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-contact__text {
    text-align: left;
    margin-top: 1.875rem;
  }
}
.p-contact__text span {
  font-size: 1.5rem;
  line-height: 1.5;
  text-decoration: underline;
}

.p-contact__comment {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-contact__comment {
    text-align: left;
  }
}
.p-contact__item {
  width: 100%;
  max-width: 24.1875rem;
  margin: 1.25rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 0;
  background: #E5F3FC;
}

@media screen and (max-width: 767px) {
  .p-contact__item {
    margin: 0.625rem auto 0 auto;
  }
}
.p-contact__item span {
  color: #3C7FD0;
  line-height: 1.8;
  font-weight: 700;
}

.p-contact__item span:nth-of-type(1) {
  font-size: 1rem;
}

.p-contact__item span:nth-of-type(2) {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-contact__item span:nth-of-type(2) {
    font-size: 1.25rem;
  }
}
.p-thanks {
  width: 100%;
}

.p-thanks__inner {
  width: 100%;
  max-width: 71.25rem;
  padding-bottom: 4.375rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding: 0rem 0.9375rem 4.375rem 0.9375rem;
  }
}
.p-thanks__title {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.75rem;
    text-align: left;
  }
}
.p-thanks__text {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 1rem;
    text-align: left;
  }
}
.p-thanks__img {
  width: 100%;
  max-width: 37.5rem;
  margin: 3.75rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-thanks__img {
    padding: 0 1.875rem;
    margin: 2.5rem auto 0 auto;
  }
}
.p-thanks__button {
  margin: 3.125rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-thanks__button {
    margin: 2.5rem auto 0 auto;
  }
}
.p-cf7 {
  width: 100%;
  max-width: 50rem;
  margin: 2.5rem auto 0 auto;
}

.p-cf7 input::-webkit-input-placeholder, .p-cf7 textarea::-webkit-input-placeholder {
  color: #AAAAAA;
}

.p-cf7 input::-moz-placeholder, .p-cf7 textarea::-moz-placeholder {
  color: #AAAAAA;
}

.p-cf7 input:-ms-input-placeholder, .p-cf7 textarea:-ms-input-placeholder {
  color: #AAAAAA;
}

.p-cf7 input::-ms-input-placeholder, .p-cf7 textarea::-ms-input-placeholder {
  color: #AAAAAA;
}

.p-cf7 input::placeholder,
.p-cf7 textarea::placeholder {
  color: #AAAAAA;
}

.p-cf7 .cursor input {
  cursor: pointer;
}

.p-cf7__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.875rem;
}

.p-cf7__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-cf7__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.p-cf7__title {
  width: 16.25rem;
  min-width: 16.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  padding-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-cf7__title {
    width: 100%;
    min-width: auto;
    margin-bottom: 0.8125rem;
  }
}
.p-cf7__title.pozi {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-cf7__title label {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

.p-cf7__title label.wid196 {
  width: 12.25rem;
}

@media screen and (max-width: 767px) {
  .p-cf7__title label.wid196 {
    width: auto;
  }
}
.p-cf7__title span {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  background: #1D2859;
  border-radius: 0.125rem;
  padding: 0.0625rem 0.3125rem;
}

.p-cf7__checkbox {
  width: 100%;
  padding: 0.5rem 0;
}

@media screen and (max-width: 767px) {
  .p-cf7__checkbox {
    padding-top: 0.25rem;
  }
}
.p-cf7__checkbox .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-cf7__checkbox .wpcf7-form-control {
    gap: 0.59375rem;
  }
}
.p-cf7__checkbox .wpcf7-list-item {
  margin: 0;
}

.p-cf7__checkbox .text span {
  display: block;
  line-height: 1.1428571429;
}

.p-cf7__checkbox .text small {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.p-cf7__checkbox.grid2 .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-cf7__checkbox.grid2 .wpcf7-form-control {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.59375rem;
  }
}
.p-cf7__checkbox.grid2 .wpcf7-list-item.first {
  position: relative;
  top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-cf7__checkbox.grid2 .wpcf7-list-item.first {
    top: 0rem;
  }
}
.p-cf7__checkbox label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
}

.p-cf7__checkbox label::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #1D2859;
  background: #ffffff;
}

.p-cf7__checkbox input {
  display: none;
}

.p-cf7__checkbox input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #1D2859;
  border-radius: 0.0625rem;
  background: #1D2859;
}

.p-cf7__checkbox input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 0.375rem;
  height: 0.5625rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}

.p-cf7__radio {
  width: 100%;
  padding: 0.5rem 0;
}

@media screen and (max-width: 767px) {
  .p-cf7__radio {
    padding-top: 0rem;
  }
}
.p-cf7__radio .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.p-cf7__radio .wpcf7-list-item {
  margin: 0;
}

.p-cf7__radio label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
}

.p-cf7__radio label::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  border: 1px solid #1D2859;
  background: #ffffff;
}

.p-cf7__radio input {
  display: none;
}

.p-cf7__radio input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 0.5625rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #1D2859;
}

.p-cf7__dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-cf7__dateBox {
    gap: 0.625rem;
  }
}
.p-cf7__dayBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-cf7__dayBox {
    gap: 0.625rem;
  }
}
.p-cf7__select {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 12.5rem;
  background-color: #E5F3FC;
}

.p-cf7__select.wid100 {
  width: 6.25rem;
}

.p-cf7__select span {
  width: 100%;
}

.p-cf7__select select {
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 0.625rem;
  border-radius: 0.125rem;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5rem 0.625rem;
  font-weight: 400;
  background: url(../imgs/pc/select_arrow.svg) right 0.625rem center/0.75rem no-repeat;
}

.p-cf7__select select.wid70 {
  width: 4.375rem;
}

.p-cf7__select select.wid90 {
  width: 5.625rem;
}

.p-cf7__dayBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.p-cf7__dayBox .p-cf7-date {
  cursor: pointer;
  position: relative;
  width: 12.5rem;
}

.p-cf7__dayBox .p-cf7-date input {
  height: 2.5rem;
}

.p-cf7__dayBox .p-cf7__placeholder {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.625rem;
  z-index: 2;
  color: #AAAAAA;
  font-size: 1rem;
  line-height: 1.5;
  background: #E5F3FC;
}

.p-cf7__dayBox .js-date-picker.has-value .p-cf7__placeholder,
.p-cf7__dayBox .js-date-picker.is-focus .p-cf7__placeholder {
  opacity: 0;
}

.p-cf7__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}

.p-cf7__date .text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  padding-top: 0.5rem;
}

.p-cf7__input {
  width: 100%;
}

.p-cf7__input.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.625rem;
}

.p-cf7__input.tel {
  max-width: 17.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3125rem;
  font-size: 1rem;
  line-height: 1.5;
}

.p-cf7__input.tel .bar {
  width: 0.5rem;
  min-width: 0.5rem;
  height: 1px;
  background: #1D2859;
}

.p-cf7__input.wid200 {
  position: relative;
  max-width: 12.5rem;
}

@media screen and (max-width: 767px) {
  .p-cf7__input.wid200-sp {
    max-width: 12.5rem;
  }
}
.p-cf7__input input {
  width: 100%;
  padding: 0 0.625rem;
  border-radius: 0.125rem;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5rem 0.625rem;
  font-weight: 400;
  background: #E5F3FC;
}

.p-cf7__input input.wid200 {
  width: 12.5rem;
}

@media screen and (max-width: 767px) {
  .p-cf7__input input.wid200 {
    width: 100%;
  }
}
.p-cf7-date {
  min-height: 2.5rem;
}

.p-cf7__nameBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-cf7__nameBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.9375rem;
  }
}
.p-cf7__nameBox .name {
  font-size: 1rem;
  line-height: 1.5;
  white-space: nowrap;
  padding-top: 0.5rem;
}

.p-cf7__mailBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.625rem;
}

.p-cf7__textarea {
  position: relative;
  width: 100%;
}

.p-cf7__textarea textarea {
  width: 100%;
  height: 10rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.125rem;
  padding: 1rem 0.625rem;
  background: #E5F3FC;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}

@media screen and (max-width: 767px) {
  .p-cf7__textarea textarea {
    padding: 0.875rem 0.625rem;
  }
}
.p-cf7__acceptance {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.25rem;
  margin-left: 16.75rem;
}

@media screen and (max-width: 767px) {
  .p-cf7__acceptance {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.p-cf7__acceptance .wpcf7-list-item {
  margin: 0;
}

.p-cf7__acceptance label {
  cursor: pointer;
  position: relative;
  top: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  font-size: 0;
}

.p-cf7__acceptance label::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #1D2859;
  background: #ffffff;
}

.p-cf7__acceptance input {
  display: none;
}

.p-cf7__acceptance input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #1D2859;
  background: #1D2859;
}

.p-cf7__acceptance input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 0.375rem;
  height: 0.5625rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}

.p-cf7__acceptance p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-cf7__acceptance p a {
  text-decoration: underline;
}

.p-cf7__acceptance p a:hover {
  opacity: 0.7;
}

.p-cf7__link {
  display: inline-block;
}
.p-cf7__link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.0625rem;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.35rem;
  background-image: url(../imgs/pc/list_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-cf7__link:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.p-cf7__submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 18.75rem;
  height: 3.75rem;
  border-radius: 5rem;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  margin: 2rem auto 0 auto;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-cf7__submit input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
  text-align: center;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-cf7__submit input:focus {
  outline: none;
}

.p-cf7__submit input:hover {
  color: #ffffff;
  background: #2452AA;
}

.p-cf7__submit input:disabled {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
}

.p-cf7__note {
  margin-top: 4rem;
  font-size: 0.875rem;
  text-align: center;
}

.wpcf7-spinner {
  display: none;
}

.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}

.p-join {
  width: 100%;
  background-image: url(../imgs/pc/join_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-join {
    background-image: url(../imgs/sp/join_bg.webp);
  }
}
.p-join__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4.375rem 0rem;
}

@media screen and (max-width: 767px) {
  .p-join__inner {
    max-width: 37.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 2.5rem;
    padding: 3.75rem 1.875rem;
  }
}
.p-join__box {
  width: 100%;
  max-width: 22.6875rem;
}

@media screen and (max-width: 767px) {
  .p-join__box {
    max-width: 100%;
  }
}
.p-join__title {
  color: #4A69AF;
  font-size: 4rem;
  line-height: 1.421875;
}

.p-join__text {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-join__text {
    margin-top: 0.3125rem;
  }
}
.p-join__lists {
  width: 100%;
  max-width: 16.875rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-join__lists {
    max-width: 17.0625rem;
    margin-top: 1.25rem;
  }
}
.p-join__list {
  font-size: 1rem;
  line-height: 1.875;
  padding: 0.9375rem 0rem;
  border-bottom: 1px solid #333333;
}

.p-join__list:first-of-type {
  padding-top: 0rem;
}

.p-join__link {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.875;
}

.p-join__link .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background: #E5F3FC;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-join__link .arrow span {
  position: absolute;
  top: 50%;
  left: calc(50% - 0.0625rem);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  display: inline-block;
  width: 0.4375rem;
  height: 0.4375rem;
  background: #E5F3FC;
  border-radius: 100%;
  vertical-align: middle;
  color: #4A69AF;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-join__link .arrow span::before, .p-join__link .arrow span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-join__link .arrow span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}

.p-join__link .arrow span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}

.p-join__link:hover {
  color: #3C7FD0;
}

.p-join__link:hover .arrow {
  background: #3C7FD0;
}

.p-join__link:hover .arrow span {
  background: #3C7FD0;
  color: #fff;
}

.p-join__img {
  width: 100%;
  max-width: 28.75rem;
}

@media screen and (max-width: 767px) {
  .p-join__img {
    max-width: 100%;
  }
}
.p-fv {
  width: calc(100% - 7.25rem);
  height: 43.75rem;
  background-image: url(../imgs/pc/fv_img.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1380px) {
  .p-fv {
    width: calc(100% - 3.75rem);
  }
}
@media screen and (max-width: 767px) {
  .p-fv {
    width: calc(100% - 0rem);
    height: 37.5rem;
    background-image: url(../imgs/sp/fv_img.webp);
  }
}
.p-fv__inner {
  width: 100%;
  max-width: 74.875rem;
  padding: 16.6875rem 1.25rem 0 1.25rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-fv__inner {
    max-width: 19.875rem;
    padding: 19.0625rem 0rem 0 0rem;
  }
}
.p-fv__title {
  color: #0C1E6F;
  font-size: 3.125rem;
  line-height: 1.65;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-shadow: 0rem 0rem 0.625rem #fff;
}

@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 2.6875rem;
    line-height: 1.4;
  }
}
.p-fv__title span {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 3.75rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#FF9FB6), to(#FF0944));
  background: linear-gradient(90deg, #FF9FB6, #FF0944);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-left: 0.375rem;
  margin-right: 0.25rem;
  letter-spacing: 0em;
  text-shadow: none;
}

@media screen and (max-width: 767px) {
  .p-fv__title span {
    font-size: 3.25rem;
  }
}
.p-fv-banner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 75.625rem;
  margin: 3.125rem auto;
}

@media screen and (max-width: 767px) {
  .p-fv-banner {
    width: calc(100% - 1.875rem);
    margin-bottom: 0;
  }
}
.p-fv-banner:hover {
  opacity: 0.7;
}

.p-fv-banner:hover .p-fv-banner__link {
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#2452AA));
  background: linear-gradient(90deg, #2452AA, #2452AA);
}

.p-fv-banner__img {
  width: 100%;
}

.p-fv-banner__link {
  position: absolute;
  top: 5.875rem;
  right: 5.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 15.3125rem;
  height: 3.125rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  border-radius: 6.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-fv-banner__link {
    display: none;
  }
}
.p-fv-news {
  width: 100%;
}

.p-fv-news__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 3.125rem 0;
}

@media screen and (max-width: 767px) {
  .p-fv-news__inner {
    padding: 1.25rem 0.9375rem 0 0.9375rem;
  }
}
.p-fv-news__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-fv-news__allLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 15.3125rem;
  height: 3.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  border-radius: 6.25rem;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-fv-news__allLink {
    max-width: 18.75rem;
    height: 3.75rem;
    margin: 1.875rem auto 0 auto;
  }
}
.p-fv-news__allLink a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
}

.p-fv-news__allLink:hover a {
  background: #2452AA;
}

.p-fv-news__title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

@media screen and (max-width: 767px) {
  .p-fv-news__title {
    font-size: 1rem;
    line-height: 1.4375;
  }
}
.p-fv-news__title::after {
  content: attr(data-en);
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.125rem;
  line-height: 1.04;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .p-fv-news__title::after {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.p-fv-pickup {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.1875rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-fv-pickup {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
    margin-top: 1.25rem;
  }
}
.p-fv-pickup__link {
  display: block;
  width: 100%;
}

.p-fv-pickup__link:hover {
  color: #3C7FD0;
}

.p-fv-pickup__link:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-fv-pickup__thumbnail {
  width: 100%;
}

.p-fv-pickup__img {
  position: relative;
  width: 100%;
  padding-top: 56.38%;
  overflow: hidden;
}

.p-fv-pickup__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-pickup__group {
  width: 100%;
  margin-top: 1.25rem;
}

.p-fv-pickup__time {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
}

.p-fv-pickup__postTitle {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 500;
}

.p-fv-pickup__excerpt {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.p-fv-news__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 3.3125rem;
}

@media screen and (max-width: 767px) {
  .p-fv-news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}
.p-fv-news__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.p-fv-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0.875rem;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #0C1E6F;
}

@media screen and (max-width: 767px) {
  .p-fv-news__link {
    display: block;
  }
}
.p-fv-news__link:first-of-type {
  padding-top: 0rem;
}

.p-fv-news__link:hover {
  color: #3C7FD0;
}

.p-fv-news__time {
  min-width: 6.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: 0.1875rem;
}

@media screen and (max-width: 767px) {
  .p-fv-news__time {
    padding-top: 0rem;
  }
}
.p-fv-news__posTitle {
  font-size: 1.125rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-fv-news__posTitle {
    margin-top: 0.3125rem;
  }
}
.p-fv-online {
  width: 100%;
}

.p-fv-online__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 3.125rem 0;
}

@media screen and (max-width: 767px) {
  .p-fv-online__inner {
    padding: 3.125rem 0.9375rem;
  }
}
.p-fv-online__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-fv-online__title {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
.p-fv-online__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 2.5rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-fv-online__wrapper {
    gap: 1.875rem;
    margin-top: 1.25rem;
  }
}
.p-fv-online__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-fv-online__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
  }
}
.p-fv-online__subTitle {
  width: 100%;
  max-width: 14.375rem;
  height: 7.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3C7FD0;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 700;
  text-align: center;
  padding: 0.625rem;
  background: #E5F3FC;
}

@media screen and (max-width: 767px) {
  .p-fv-online__subTitle {
    max-width: 100%;
    height: auto;
  }
}
.p-fv-online__subTitle.green {
  color: #62AEB4;
  background: #F0FFFA;
}

.p-fv-online__group {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.625rem;
  /* gutterは自動に戻す（バーがないときは余白もない） */
  scrollbar-gutter: auto;
  /* Windows/IE用：スクロールバー常に表示 */
  -ms-overflow-style: scrollbar;
}

/* WebKit (Chrome/Safari) 用スクロールバー */
.p-fv-online__group::-webkit-scrollbar {
  height: 0.5rem; /* 横スクロールバーの太さ */
}

.p-fv-online__group::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.p-fv-online__group::-webkit-scrollbar-thumb {
  background: #B1AB9D;
  border-radius: 3.125rem;
}

.p-fv-online__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-fv-online__lists {
    gap: 0.5625rem;
  }
}
.p-fv-online__list {
  min-width: 9.5rem;
  width: 9.5rem;
}

.p-fv-online__link {
  display: block;
  color: #3C7FD0;
  text-align: center;
  border: 1px solid #3C7FD0;
  padding: 1.1875rem 0rem 0.625rem 0rem;
}

.p-fv-online__link:hover {
  color: #fff;
  background: #3C7FD0;
}

.p-fv-online__link span {
  line-height: 1;
  font-weight: 700;
}

.p-fv-online__link span:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
}

.p-fv-online__link span:nth-of-type(1) span {
  display: inline-block;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-fv-online__link span:nth-of-type(1) span {
    font-size: 1.5rem;
  }
}
.p-fv-online__link span:nth-of-type(2) {
  display: block;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  margin-top: 0.3125rem;
}

.p-fv-online__link span:nth-of-type(3) {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-fv-online__link span:nth-of-type(3) {
    font-size: 0.625rem;
  }
}
.p-fv-online__link.green {
  color: #62AEB4;
  border: 1px solid #62AEB4;
}

.p-fv-online__link.green:hover {
  color: #fff;
  background: #62AEB4;
}

.p-fv-online__button {
  margin: 2.5rem auto 0 auto;
}

.p-fv-think {
  width: 100%;
  background: #EEF8FF;
}

.p-fv-think__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 4.375rem 0;
}

@media screen and (max-width: 767px) {
  .p-fv-think__inner {
    padding: 3.125rem 0.9375rem;
  }
}
.p-fv-think__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-fv-think__title {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
.p-fv-think__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-fv-think__text {
    line-height: 1.8;
    margin-top: 0.625rem;
  }
}
.p-fv-think__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-fv-think__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 3.125rem;
  }
}
.p-fv-think__box {
  width: 100%;
}

.p-fv-think__box:hover {
  opacity: 0.7;
}

.p-fv-think__subTitle {
  font-size: 1.5rem;
  line-height: 1.2083333333;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-fv-think__subTitle {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.p-fv-think__img {
  width: 100%;
  margin-top: 0.625rem;
}

.p-fv-features {
  width: 100%;
}

.p-fv-features__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 4.375rem 0;
}

@media screen and (max-width: 767px) {
  .p-fv-features__inner {
    padding: 3.125rem 0.9375rem 0rem 0.9375rem;
  }
}
.p-fv-features__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-fv-features__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-fv-features__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.125rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-fv-features__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}
.p-fv-features__img {
  width: 100%;
  max-width: 34.0625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-fv-features__img {
    max-width: 100%;
  }
}
.p-fv-features__box {
  width: 100%;
}

.p-fv-features__text {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-fv-features__text {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.p-fv-features__text span {
  background: -webkit-gradient(linear, left top, right top, from(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.p-fv-features__button {
  margin: 1.875rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-fv-features__button {
    margin: 0.625rem auto 0 auto;
  }
}
.p-fv-course {
  width: 100%;
  background-image: url(../imgs/pc/course_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-fv-course {
    background-image: url(../imgs/sp/course_bg.webp);
  }
}
.p-fv-course__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 3.75rem 0 4.375rem 0;
}

@media screen and (max-width: 767px) {
  .p-fv-course__inner {
    padding: 3.125rem 0.9375rem 0rem 0.9375rem;
  }
}
.p-fv-course__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-fv-course__title {
    font-size: 1.5rem;
    line-height: 1.4166666667;
  }
}
.p-fv-course__band {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  text-align: center;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-fv-course__band {
    line-height: 1.8;
    margin-top: 1.25rem;
  }
}
.p-fv-course__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-fv-course__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 2.5rem;
    margin-top: 1.25rem;
  }
}
.p-fv-course__box {
  width: 100%;
}

.p-fv-course__subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 11.25rem;
  color: #4995E4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  background-image: url(../imgs/pc/course_bg02.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-fv-course__subTitle {
    height: 6.25rem;
    font-size: 2.125rem;
  }
}
.p-fv-course__subTitle.green {
  color: #2A9AA1;
  background-image: url(../imgs/pc/course_bg03.webp);
}

.p-fv-course__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-fv-course__text {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1.25rem;
  }
}
.p-fv-course__button {
  display: block;
  width: 100%;
  max-width: 18.75rem;
  height: 3.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#5C9EE4), to(#8ACEFF));
  background: linear-gradient(90deg, #5C9EE4, #8ACEFF);
  border-radius: 6.25rem;
  overflow: hidden;
  margin: 0.9375rem auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-fv-course__button {
    margin: 1.25rem auto 0 auto;
  }
}
.p-fv-course__button:hover a {
  background: #5C9EE4;
}

.p-fv-course__button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  background: rgba(255, 255, 255, 0);
}

.p-fv-course__button.green {
  background: -webkit-gradient(linear, left top, right top, from(#5BD1DA), to(#A3E9D1));
  background: linear-gradient(90deg, #5BD1DA, #A3E9D1);
}

.p-fv-course__button.green:hover a {
  background: #5BD1DA;
}

.p-fv-support {
  width: 100%;
}

.p-fv-support__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 4.375rem 0;
}

@media screen and (max-width: 767px) {
  .p-fv-support__inner {
    padding: 3.125rem 0.9375rem 0rem 0.9375rem;
  }
}
.p-fv-support__title {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-fv-support__title {
    font-size: 1.5rem;
    line-height: 1.4166666667;
  }
}
.p-fv-support__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.125rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-fv-support__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}
.p-fv-support__wrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

@media screen and (max-width: 767px) {
  .p-fv-support__wrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.p-fv-support__img {
  width: 100%;
  max-width: 34.0625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-fv-support__img {
    max-width: 100%;
  }
}
.p-fv-support__box {
  width: 100%;
}

.p-fv-support__lists {
  width: 100%;
  max-width: 17.0625rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-fv-support__lists {
    max-width: 100%;
  }
}
.p-fv-support__list {
  font-size: 1rem;
  line-height: 1.875;
  padding: 0.875rem 0rem;
  border-bottom: 1px solid #333333;
}

.p-fv-support__list:first-of-type {
  padding-top: 0rem;
}

.p-fv-support__link {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.875;
}

.p-fv-support__link .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background: #E5F3FC;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-fv-support__link .arrow {
    right: 0.375rem;
  }
}
.p-fv-support__link .arrow span {
  position: absolute;
  top: 50%;
  left: calc(50% - 0.0625rem);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  display: inline-block;
  width: 0.4375rem;
  height: 0.4375rem;
  background: #E5F3FC;
  border-radius: 100%;
  vertical-align: middle;
  color: #4A69AF;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-support__link .arrow span::before, .p-fv-support__link .arrow span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-support__link .arrow span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}

.p-fv-support__link .arrow span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}

.p-fv-support__link:hover {
  color: #3C7FD0;
}

.p-fv-support__link:hover .arrow {
  background: #3C7FD0;
}

.p-fv-support__link:hover .arrow span {
  background: #3C7FD0;
  color: #fff;
}

.p-fv-cta {
  width: 100%;
  background-image: url(../imgs/pc/cta_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-fv-cta {
    background-image: url(../imgs/sp/cta_bg.webp);
    margin-top: 3.125rem;
  }
}
.p-fv-cta__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 4.375rem 0;
}

@media screen and (max-width: 767px) {
  .p-fv-cta__inner {
    padding: 4.375rem 0.9375rem;
  }
}
.p-fv-cta__title {
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
  text-align: center;
}

.p-fv-cta__text {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  text-align: center;
  margin-top: 1.875rem;
}

.p-fv-cta__button {
  margin: 1.875rem auto 0 auto;
}

/*学費シミュレーター（開始）*/
.simulator_container {
  max-width: 1140px;
  margin: 0px auto 70px;
  padding: 0px;
  line-height: 1.5;
}

@media screen and (max-width: 428px) {
  .simulator_container {
    padding: 0px 15px;
  }
}
.simulator_title {
  text-align: center;
  color: #1D2859;
  margin: 0px 0px 50px;
}

.simulator_title .simulator_label,
.simulator_title h2,
.simulator_title .simulator_title_info {
  font-weight: normal;
}

.simulator_title .simulator_label {
  font-size: 24px;
  display: block;
  margin: 0px 0px 15px;
}

.simulator_title h2 {
  font-size: 30px;
  margin: 0px 0px 0px;
}

@media screen and (max-width: 428px) {
  .simulator_title h2 {
    font-size: 24px;
    text-align: left;
  }
}
.step-recommend {
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
  color: #1D2859;
}

.simulator_title .simulator_title_info {
  font-size: 16px;
  margin-top: 10px;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.simulator_box {
  background: #E5F3FC;
  padding: 60px 50px;
}

@media screen and (max-width: 428px) {
  .simulator_box {
    padding: 50px 20px;
  }
}
.simulator_button_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.simulator_button_box.two_column {
  max-width: 620px;
  margin: auto;
}

.button-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  margin: 0;
  padding: 12px 12px;
  border: 1px solid #3C7FD0;
  background: white;
  color: #3C7FD0;
  border-radius: 100px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 428px) {
  .button-select {
    min-height: 80px;
  }
}
.simulator_button_box.simulator_button_wrap_box .button-select {
  width: 700px;
  padding: 12px 15px;
  border-radius: 10px;
  text-align: left;
}

.button-select:hover {
  background: #3366cc;
  color: white;
}

.button-select.checked {
  background: #3366cc;
  color: white;
}

.subject-form_box {
  max-width: 615px;
  margin: auto;
}

.subject-form_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 428px) {
  .subject-form_box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.subject-form_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 428px) {
  .subject-form_lists {
    gap: 20px;
  }
}
.subject-form_box h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #2b2b2b;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
}

.subject_checkbox_group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px 20px;
}

.subject_checkbox_group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  gap: 10px;
  color: #3C7FD0;
}

.subject_checkbox_group input[type=checkbox] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #3C7FD0;
  border-radius: 1px;
  background-color: #e6f3fd;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.subject_checkbox_group input[type=checkbox]:checked {
  background-color: #3C7FD0;
  border-color: #3C7FD0;
}

.subject_checkbox_group input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.subject_checkbox_group input[type=checkbox]:checked::after {
  opacity: 1;
}

.back,
.history_back {
  width: 100%;
  text-align: center;
  margin: 30px auto;
  color: #1D2859;
  text-decoration: underline;
}

.back {
  display: none;
}

.back:hover,
.history_back:hover {
  font-weight: 700;
}

.result_button {
  margin: 40px auto 0px;
  padding: 13px 24px;
  width: 310px;
  display: block;
  border: none;
  background: #3C7FD0;
  color: white;
  border-radius: 100px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 428px) {
  .result_button {
    width: 100%;
  }
}
.result_button:hover {
  background: #1D2859;
}

.simulator_container input[type=radio],
.simulator_container input[type=checkbox] {
  display: none;
}

.simulator_container .subject_checkbox_group input[type=checkbox] {
  display: inline-block;
}

.result_layout {
  border: 10px solid #E5F3FC;
  padding: 70px 50px;
}

@media screen and (max-width: 428px) {
  .result_layout {
    padding: 50px 20px;
  }
}
.result_purpose {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  color: #1D2859;
  margin: 0px;
}

.course_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin: 30px 0px;
}

@media screen and (max-width: 428px) {
  .course_heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.course_title {
  font-size: 24px;
  font-weight: bold;
  color: #1D2859;
  margin: 0px;
}

.course_label {
  font-size: 24px;
  color: #fff;
  background: #3C7FD0;
  padding: 2px 20px;
  border-radius: 60px;
  margin: 0px;
}

.course_note {
  text-align: center;
  margin-bottom: 40px;
  color: #1D2859;
}

@media screen and (max-width: 428px) {
  .course_note {
    text-align: left;
  }
}
.course_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 428px) {
  .course_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.course_table {
  width: 50%;
  border-collapse: collapse;
}

@media screen and (max-width: 428px) {
  .course_table {
    width: 100%;
  }
}
.course_table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 428px) {
  .course_table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.course_table th {
  background: #BACDE9;
  border: 1px solid #fff;
  color: #1D2859;
  font-weight: normal;
  padding: 10px;
  width: 43%;
}

@media screen and (max-width: 428px) {
  .course_table th {
    width: 100%;
    border: 1px solid #CCCCCC;
  }
}
.course_table td {
  border: 1px solid #CCCCCC;
  color: #333333;
  font-weight: normal;
  padding: 10px;
  width: 57%;
}

@media screen and (max-width: 428px) {
  .course_table td {
    width: 100%;
    text-align: center;
  }
}
.course_table .min {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

.course_summary {
  width: 50%;
  border: 1px solid #CCCCCC;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 428px) {
  .course_summary {
    width: 100%;
    padding: 20px 15px;
  }
}
.summary_supplement {
  margin: 0px;
  color: #1D2859;
  font-weight: bold;
}

.summary_price {
  color: #1D2859;
  font-size: 32px;
  margin: 0px;
  font-weight: bold;
}

.summary_price .min {
  font-size: 16px;
  margin-left: 3px;
}

.summary_note {
  color: #333333;
  margin: 8px 0px 0px;
}

@media screen and (max-width: 428px) {
  .summary_note {
    font-size: 14px;
  }
}
.text_left {
  text-align: left;
  display: block;
}

.result_link {
  margin: 40px 0px 0px;
  text-align: center;
}

.result_link a {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#1a4eb8), to(#8ec2f2));
  background: linear-gradient(to right, #1a4eb8, #8ec2f2);
  color: white;
  font-size: 16px;
  width: 300px;
  padding: 18px 50px;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: center;
}

@media screen and (max-width: 428px) {
  .result_link a {
    width: 100%;
    padding: 18px 20px;
  }
}
.result_link a:hover {
  background: #1a4eb8;
}

/* 学費シミュレーター（終了）*/
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.p-maintenance-body {
  margin: 0;
  min-height: 100vh;
  background: #fff;
}

.p-maintenance {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  box-sizing: border-box;
  min-height: 90vh;
  padding: 1.5rem 1rem;
}

.p-maintenance__inner {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.65;
  text-align: center;
  color: #3c3c4a;
}

.p-maintenance__inner p {
  margin: 0;
}

.p-maintenance__inner p + p {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-maintenance__inner {
    font-size: 1.125rem;
    text-align: left;
  }
}
.u-sp {
  display: none !important;
}

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

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

@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
} 
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

em {
  font-style: normal;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  font-size: 16px;
  scroll-padding: 9.009009009%;
}

@media screen and (max-width: 768px) {
  :root {
    scroll-padding: 7.4764555201%;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  position: relative;
  width: 100%;
}

body {
  position: relative;
  width: 100%;
  color: #3C3C4A;
  font-size: 100%;
  background-color: #FFFFFF;
}

body[data-loaded=true] {
  height: auto;
  overflow: auto;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  position: relative;
  width: 100%;
}

body {
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  color: #3C3C4A;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #222;
}

img {
  vertical-align: bottom;
}

main {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
}

.ld-page {
  background-color: #F6F6F6;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width:769px) {
  .inner {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width:768px) {
  .inner {
    padding-left: 5.2083333333vw;
    padding-right: 5.2083333333vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  main {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:769px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1079px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1080px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1199px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1200px) {
  .u-lg-max {
    display: none !important;
  }
}

.c-ttl01 {
  font-weight: 700;
  position: relative;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  line-height: 1.48;
}
@media print, screen and (min-width:769px) {
  .c-ttl01 {
    font-size: 40px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width:768px) {
  .c-ttl01 {
    font-size: 4.5572916667vw;
    padding-bottom: 2.6041666667vw;
  }
}
.c-ttl01::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(177, 214, 210) 0%, rgb(236, 200, 158) 50%, rgb(242, 169, 159) 100%);
  width: 100%;
  height: 6px;
  border-radius: 100px;
}

.c-ttl02 {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  background: linear-gradient(90deg, rgb(235, 173, 105) 0%, rgb(235, 126, 109) 100%);
  width: fit-content;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .c-ttl02 {
    font-size: 28px;
    margin: 0 auto 40px;
    padding: 8px 40px;
  }
}
@media screen and (max-width:768px) {
  .c-ttl02 {
    font-size: 3.6458333333vw;
    margin: 0 auto 5.2083333333vw;
    padding: 1.0416666667vw 5.2083333333vw;
  }
}
.c-ttl02::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #EBAD69;
  mask-image: url(../assets/images/icon_triangle.png);
  mask-size: 100% 100%;
  height: 100%;
  top: 0;
}
@media print, screen and (min-width:769px) {
  .c-ttl02::before {
    width: 16px;
    left: -16px;
  }
}
@media screen and (max-width:768px) {
  .c-ttl02::before {
    width: 2.0833333333vw;
    left: -2.0833333333vw;
  }
}
.c-ttl02::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #EB7E6D;
  mask-image: url(../assets/images/icon_triangle.png);
  mask-size: 100% 100%;
  transform: scale(-1, 1);
  height: 100%;
  top: 0;
}
@media print, screen and (min-width:769px) {
  .c-ttl02::after {
    width: 16px;
    right: -16px;
  }
}
@media screen and (max-width:768px) {
  .c-ttl02::after {
    width: 2.0833333333vw;
    right: -2.0833333333vw;
  }
}

.c-ttl03 {
  color: #fff;
  background-color: #3C3C4A;
  font-weight: 700;
  border-radius: 100px;
  width: fit-content;
}
@media print, screen and (min-width:769px) {
  .c-ttl03 {
    font-size: 20px;
    margin: 0 auto 40px;
    padding: 10px 20px;
  }
}
@media screen and (max-width:768px) {
  .c-ttl03 {
    font-size: 4.1666666667vw;
    margin: 0 auto 7.8125vw;
    padding: 2.0833333333vw 3.125vw;
  }
}

.c-ttl04 {
  font-weight: 700;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .c-ttl04 {
    font-size: 48px;
    margin-bottom: 48px;
    padding: 0 46px;
  }
}
@media screen and (max-width:768px) {
  .c-ttl04 {
    font-size: 6.25vw;
    margin-bottom: 6.25vw;
    padding: 0 6.25vw;
  }
}
.c-ttl04::before, .c-ttl04::after {
  position: absolute;
  top: -3px;
  width: 10px;
  height: 100%;
  content: "";
  border-top: solid 3px;
  border-bottom: solid 3px;
}
.c-ttl04::before {
  border-left: solid 3px;
  left: 0;
}
.c-ttl04::after {
  border-right: solid 3px;
  right: 0;
}

.c-btn01 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #3C3C4A;
  font-weight: 700;
  width: fit-content;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .c-btn01 a {
    font-size: 20px;
    border-radius: 8px;
    width: 600px;
    height: 80px;
  }
}
@media print, screen and (min-width:1080px) {
  .c-btn01 a {
    transition: all 0.3s;
  }
  .c-btn01 a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .c-btn01 a {
    line-height: 1.5;
    font-size: 3.6458333333vw;
    border-radius: 2.0833333333vw;
    width: 100%;
    height: 15.625vw;
    text-align: center;
  }
}
.c-btn01 a::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.226' height='24' viewBox='0 0 13.226 24'%3E%3Cpath id='arrow_back_ios_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24' d='M42.777-847.508l-9.3,9.3a1.463,1.463,0,0,0-.459,1.107,1.577,1.577,0,0,0,.49,1.107,1.518,1.518,0,0,0,1.107.475,1.518,1.518,0,0,0,1.107-.475l9.745-9.714a2.529,2.529,0,0,0,.57-.854,2.54,2.54,0,0,0,.19-.949,2.539,2.539,0,0,0-.19-.949,2.528,2.528,0,0,0-.57-.854l-9.745-9.745a1.481,1.481,0,0,0-1.123-.459,1.593,1.593,0,0,0-1.123.49A1.518,1.518,0,0,0,33-857.918a1.518,1.518,0,0,0,.475,1.107Z' transform='translate(-33 859.516)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .c-btn01 a::after {
    width: 13px;
    height: 24px;
    right: 30px;
  }
}
@media screen and (max-width:768px) {
  .c-btn01 a::after {
    width: 1.6927083333vw;
    height: 3.125vw;
    right: 3.90625vw;
  }
}

.btn__reservation a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(90deg, rgb(151, 220, 201) 0%, rgb(125, 201, 197) 100%);
  font-weight: 700;
  width: fit-content;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .btn__reservation a {
    font-size: 40px;
    border-radius: 8px;
    width: 700px;
    height: 100px;
  }
}
@media print, screen and (min-width:1080px) {
  .btn__reservation a {
    transition: all 0.3s;
  }
  .btn__reservation a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .btn__reservation a {
    line-height: 1.5;
    font-size: 5.2083333333vw;
    border-radius: 2.0833333333vw;
    width: 100%;
    height: 15.625vw;
    text-align: center;
  }
}
.btn__reservation a::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.226' height='24' viewBox='0 0 13.226 24'%3E%3Cpath id='arrow_back_ios_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24' d='M42.777-847.508l-9.3,9.3a1.463,1.463,0,0,0-.459,1.107,1.577,1.577,0,0,0,.49,1.107,1.518,1.518,0,0,0,1.107.475,1.518,1.518,0,0,0,1.107-.475l9.745-9.714a2.529,2.529,0,0,0,.57-.854,2.54,2.54,0,0,0,.19-.949,2.539,2.539,0,0,0-.19-.949,2.528,2.528,0,0,0-.57-.854l-9.745-9.745a1.481,1.481,0,0,0-1.123-.459,1.593,1.593,0,0,0-1.123.49A1.518,1.518,0,0,0,33-857.918a1.518,1.518,0,0,0,.475,1.107Z' transform='translate(-33 859.516)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .btn__reservation a::after {
    width: 13px;
    height: 24px;
    right: 30px;
  }
}
@media screen and (max-width:768px) {
  .btn__reservation a::after {
    width: 1.6927083333vw;
    height: 3.125vw;
    right: 3.90625vw;
  }
}

@media screen and (max-width:768px) {
  body.page-odawara-ld-front .l-header--life,
  body.page-odawara-ld-front .c-hamburger--life,
  body.page-odawara-ld-front .c-hamburger-nav--life {
    display: none;
  }
}

.ld-special-header {
  position: relative;
  z-index: 1000;
}
@media print, screen and (min-width:769px) {
  .ld-special-header {
    display: none;
  }
}

.hamburger-menu {
  border-radius: 50%;
  background: #3C3C4A;
  border: 2px solid #fff;
  position: fixed;
  cursor: pointer;
  z-index: 9999;
}
@media print, screen and (min-width:769px) {
  .hamburger-menu {
    width: 80px;
    height: 80px;
    top: 40px;
    right: 40px;
  }
}
@media screen and (max-width:768px) {
  .hamburger-menu {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
    top: 2.0833333333vw;
    right: 2.0833333333vw;
  }
}
.hamburger-menu__bar {
  display: inline-block;
  width: 37%;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
@media screen and (max-width:768px) {
  .hamburger-menu__bar {
    width: 46%;
  }
}
@media print, screen and (min-width:769px) {
  .hamburger-menu__bar:first-child {
    top: 26px;
  }
}
@media screen and (max-width:768px) {
  .hamburger-menu__bar:first-child {
    top: 4.90625vw;
  }
}
@media print, screen and (min-width:769px) {
  .hamburger-menu__bar:nth-child(2) {
    top: 36px;
  }
}
@media screen and (max-width:768px) {
  .hamburger-menu__bar:nth-child(2) {
    top: 7.5104166667vw;
  }
}
@media print, screen and (min-width:769px) {
  .hamburger-menu__bar:last-child {
    top: 46px;
  }
}
@media screen and (max-width:768px) {
  .hamburger-menu__bar:last-child {
    top: 10.1145833333vw;
  }
}
.hamburger-menu--open {
  background: #fff;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
  background: #3C3C4A;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.navigation {
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  background: #3C3C4A;
  height: 100vh;
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.5s ease;
}
@media print, screen and (min-width:769px) {
  .navigation {
    width: 400px;
    border-radius: 16px 0 0 16px;
    padding: 120px 15px 40px;
  }
}
@media screen and (max-width:768px) {
  .navigation {
    width: 100vw;
    padding: 28.6458333333vw 3.90625vw 7.8125vw;
  }
}
.navigation.open {
  transform: translateX(0);
}
.navigation a {
  color: #fff;
  display: block;
}
@media print, screen and (min-width:769px) {
  .navigation a {
    font-size: 15px;
  }
}
@media print, screen and (min-width:1080px) {
  .navigation a {
    transition: all 0.3s;
  }
  .navigation a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .navigation a {
    font-size: 3.6458333333vw;
  }
}
.navigation__list-item {
  border-bottom: 1px solid #fff;
}
.navigation__link {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width:769px) {
  .navigation__link {
    min-height: 74px;
    padding: 25px 0;
  }
}
@media screen and (max-width:768px) {
  .navigation__link {
    min-height: 9.6354166667vw;
    padding: 6.25vw 0;
  }
}

.navigation-cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width:769px) {
  .navigation-cta {
    gap: 10px 8px;
    margin-top: 28px;
  }
}
@media screen and (max-width:768px) {
  .navigation-cta {
    gap: 1.8229166667vw;
    margin-top: 6.25vw;
  }
}
.navigation-cta__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width:769px) {
  .navigation-cta__item a {
    min-height: 68px;
    font-size: 14px;
    padding: 10px 8px;
  }
}
@media screen and (max-width:768px) {
  .navigation-cta__item a {
    min-height: 16.6666666667vw;
    border-radius: 1.0416666667vw;
    font-size: 3.3854166667vw;
    padding: 1.3020833333vw 1.0416666667vw;
    line-height: 1.5;
  }
}
.navigation-cta__item small {
  display: block;
  font-size: 0.8em;
  letter-spacing: 0.04em;
}

.site_logo {
  position: absolute;
  top: 0;
  background-color: #fff;
  display: none;
  z-index: 999;
}
@media print, screen and (min-width:769px) {
  .site_logo {
    left: 40px;
    border-radius: 0 0 8px 8px;
    width: 300px;
    padding: 20px;
  }
  body.page-odawara-ld-front .site_logo, body.page-curriculum-ld .site_logo, body.page-graduated-ld .site_logo {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .site_logo {
    display: block;
    left: 0;
    border-radius: 0 0 2.0833333333vw 0;
    width: 60.4166666667vw;
    padding: 2.6041666667vw;
  }
}

.mv {
  position: relative;
  z-index: 3;
  background: url(../assets/images/mv_bg.png) no-repeat center/cover;
}
@media print, screen and (min-width:769px) {
  .mv {
    max-height: 800px;
  }
}
@media screen and (max-width:768px) {
  .mv {
    background: url(../assets/images/mv_bg_sp.png) no-repeat center/cover;
    height: 179.1666666667vw;
  }
}
.mv__img {
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .mv__img {
    width: 95%;
    max-width: 1522px;
    padding: 150px 0 60px;
  }
}
@media screen and (max-width:768px) {
  .mv__img {
    width: 100%;
    padding: 15.625vw 2.6041666667vw 1.953125vw;
  }
}

.notice {
  background: linear-gradient(90deg, #EBAD6A 0%, #ED6C00 100%);
}
@media print, screen and (min-width:769px) {
  .notice {
    padding: 40px;
  }
}
@media screen and (max-width:768px) {
  .notice {
    padding: 5.2083333333vw;
  }
}
.notice__inner {
  background-color: #fff;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width:769px) {
  .notice__inner {
    max-width: 1100px;
    border-radius: 16px;
    padding: 40px 50px;
  }
}
@media screen and (max-width:768px) {
  .notice__inner {
    flex-direction: column;
    text-align: center;
    border-radius: 1.3020833333vw;
    padding: 5.2083333333vw;
  }
}
.notice__txt {
  font-weight: 700;
  line-height: 1.625;
}
@media print, screen and (min-width:769px) {
  .notice__txt {
    font-size: 28px;
  }
}
@media screen and (max-width:768px) {
  .notice__txt {
    font-size: 4.1666666667vw;
    margin-bottom: 2.6041666667vw;
  }
}
.notice__txt span {
  color: #ED6C00;
}
.notice__btn a {
  background-color: #ED6C00;
  color: #fff;
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width:769px) {
  .notice__btn a {
    font-size: 20px;
    width: 400px;
    height: 80px;
    border-radius: 10px;
  }
}
@media print, screen and (min-width:1080px) {
  .notice__btn a {
    transition: all 0.3s;
  }
  .notice__btn a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .notice__btn a {
    font-size: 4.1666666667vw;
    width: 78.125vw;
    height: 15.625vw;
    border-radius: 2.0833333333vw;
  }
}
.notice__btn a::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.226' height='24' viewBox='0 0 13.226 24'%3E%3Cpath id='arrow_back_ios_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24' d='M42.777-847.508l-9.3,9.3a1.463,1.463,0,0,0-.459,1.107,1.577,1.577,0,0,0,.49,1.107,1.518,1.518,0,0,0,1.107.475,1.518,1.518,0,0,0,1.107-.475l9.745-9.714a2.529,2.529,0,0,0,.57-.854,2.54,2.54,0,0,0,.19-.949,2.539,2.539,0,0,0-.19-.949,2.528,2.528,0,0,0-.57-.854l-9.745-9.745a1.481,1.481,0,0,0-1.123-.459,1.593,1.593,0,0,0-1.123.49A1.518,1.518,0,0,0,33-857.918a1.518,1.518,0,0,0,.475,1.107Z' transform='translate(-33 859.516)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .notice__btn a::after {
    width: 13px;
    height: 24px;
    right: 30px;
  }
}
@media screen and (max-width:768px) {
  .notice__btn a::after {
    width: 1.6927083333vw;
    height: 3.125vw;
    right: 3.90625vw;
  }
}
@media print, screen and (min-width:769px) {
  .notice__btn-txt {
    padding-left: 20px;
  }
}

.intro {
  background: #F8F8F8 url(../assets/images/intro_bg.png) no-repeat top center/100% auto;
}
@media print, screen and (min-width:769px) {
  .intro {
    padding: 100px 0 130px;
  }
}
@media screen and (max-width:768px) {
  .intro {
    padding: 13.0208333333vw 0 16.9270833333vw;
  }
}
.intro__copy {
  color: #EC6A01;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.05em;
}
@media print, screen and (min-width:769px) {
  .intro__copy {
    font-size: 72px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width:768px) {
  .intro__copy {
    font-size: 9.375vw;
    margin-bottom: 6.5104166667vw;
  }
}
.intro__ttl {
  background: linear-gradient(90deg, rgb(254, 166, 131) 0%, rgb(249, 128, 79) 100%);
  color: #fff;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
}
@media print, screen and (min-width:769px) {
  .intro__ttl {
    font-size: 32px;
    margin-bottom: 50px;
    padding: 10px 24px;
  }
}
@media screen and (max-width:768px) {
  .intro__ttl {
    font-size: 4.1666666667vw;
    margin-bottom: 3.2552083333vw;
    padding: 1.3020833333vw 3.125vw;
  }
}
.intro__txt {
  font-weight: 500;
  text-align: center;
  line-height: 2.2;
}
@media print, screen and (min-width:769px) {
  .intro__txt {
    font-size: 24px;
  }
}
@media screen and (max-width:768px) {
  .intro__txt {
    font-size: 3.90625vw;
  }
}
.intro__txt span {
  position: relative;
  text-align: center;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.intro__txt span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #F8B62B;
  left: 0;
}
@media print, screen and (min-width:769px) {
  .intro__txt span::after {
    bottom: 4px;
  }
}
@media screen and (max-width:768px) {
  .intro__txt span::after {
    bottom: 0.5208333333vw;
  }
}
@media print, screen and (min-width:769px) {
  .intro__txt + .intro__txt {
    margin-top: 60px;
  }
}
@media screen and (max-width:768px) {
  .intro__txt + .intro__txt {
    margin-top: 7.8125vw;
  }
}
.intro__image {
  max-width: 640px;
}
@media print, screen and (min-width:769px) {
  .intro__image {
    margin: 90px auto 120px;
  }
}
@media screen and (max-width:768px) {
  .intro__image {
    margin: 5.859375vw auto 13.0208333333vw;
  }
}
.intro-point {
  background: #fff;
  position: relative;
  text-align: center;
  box-shadow: 6px 6px 0px 0px rgba(248, 182, 43, 0.4);
}
@media print, screen and (min-width:769px) {
  .intro-point {
    border-radius: 16px;
    padding: 50px;
  }
}
@media screen and (max-width:768px) {
  .intro-point {
    border-radius: 1.0416666667vw;
    padding: 3.2552083333vw;
  }
}
.intro-point::before {
  content: "";
  background: url(../assets/images/intro_point.svg) no-repeat top center/100%;
  display: block;
  position: absolute;
}
@media print, screen and (min-width:769px) {
  .intro-point::before {
    width: 240px;
    height: 116px;
    left: 20px;
    top: -50px;
  }
}
@media screen and (max-width:768px) {
  .intro-point::before {
    width: 31.25vw;
    height: 15.1041666667vw;
    left: 2.6041666667vw;
    top: -6.5104166667vw;
  }
}
.intro-point__ttl {
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .intro-point__ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:768px) {
  .intro-point__ttl {
    font-size: 4.6875vw;
    margin-top: 2.6041666667vw;
    margin-bottom: 5.2083333333vw;
    line-height: 1.6;
  }
}
.intro-point__list {
  display: flex;
  justify-content: center;
  font-weight: 900;
  color: #fff;
}
@media print, screen and (min-width:769px) {
  .intro-point__list {
    column-gap: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:768px) {
  .intro-point__list {
    flex-direction: column;
    row-gap: 2.6041666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.intro-point__list span {
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width:769px) {
  .intro-point__list span {
    width: 240px;
    height: 60px;
    font-size: 24px;
  }
}
@media screen and (max-width:768px) {
  .intro-point__list span {
    width: 100%;
    height: 7.8125vw;
    font-size: 3.90625vw;
  }
}
.intro-point__list span.media {
  background: #E5CF8F;
}
.intro-point__list span.business {
  background: #A5CDCB;
}
.intro-point__list span.it {
  background: #BFD871;
}
.intro-point__txt {
  font-weight: 500;
  line-height: 2;
}
@media print, screen and (min-width:769px) {
  .intro-point__txt {
    font-size: 24px;
  }
}
@media screen and (max-width:768px) {
  .intro-point__txt {
    font-size: 3.6458333333vw;
  }
}

.pickup {
  background: linear-gradient(144deg, rgb(235, 173, 105) 0%, rgb(235, 126, 109) 100%);
  position: relative;
}
@media print, screen and (min-width:769px) {
  .pickup {
    padding: 65px 0 100px;
  }
}
@media screen and (max-width:768px) {
  .pickup {
    padding: 10.4166666667vw 2.6041666667vw 13.0208333333vw;
  }
}
.pickup::before {
  content: "";
  display: block;
  background: url(../assets/images/pickup_bg.svg) no-repeat top center/100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media print, screen and (min-width:769px) {
  .pickup::before {
    width: 100%;
    height: 100%;
    top: 70px;
  }
}
@media screen and (max-width:768px) {
  .pickup::before {
    width: 100%;
    height: 100%;
    top: 9.1145833333vw;
  }
}
.pickup__ttl {
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: fit-content;
}
@media print, screen and (min-width:769px) {
  .pickup__ttl {
    margin: 0 auto 60px;
    font-size: 48px;
    padding: 0 50px;
  }
}
@media screen and (max-width:768px) {
  .pickup__ttl {
    margin: 0 auto 6.5104166667vw;
    font-size: 6.25vw;
    padding: 0 3.90625vw;
  }
}
.pickup__ttl::before, .pickup__ttl::after {
  position: absolute;
  top: -3px;
  width: 10px;
  height: 100%;
  content: "";
  border-top: solid 3px;
  border-bottom: solid 3px;
}
.pickup__ttl::before {
  border-left: solid 3px;
  left: 0;
}
.pickup__ttl::after {
  border-right: solid 3px;
  right: 0;
}
.pickup__wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 40px 40px;
}
@media print, screen and (min-width:769px) {
  .pickup__wrap {
    border-radius: 20px;
    padding: 60px 40px 40px;
  }
}
@media screen and (max-width:768px) {
  .pickup__wrap {
    border-radius: 2.6041666667vw;
    padding: 5.2083333333vw 2.6041666667vw;
  }
}
.pickup__txt {
  text-align: center;
  font-weight: 500;
  line-height: 2;
}
@media print, screen and (min-width:769px) {
  .pickup__txt {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width:768px) {
  .pickup__txt {
    font-size: 3.125vw;
    margin-bottom: 7.8125vw;
  }
}
.pickup__list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width:769px) {
  .pickup__list {
    column-gap: 40px;
    row-gap: 40px;
  }
}
@media screen and (max-width:768px) {
  .pickup__list {
    flex-direction: column;
    row-gap: 2.6041666667vw;
  }
}
.pickup__list > li {
  background: #fff;
  border: 1px solid #EC6A01;
}
@media print, screen and (min-width:769px) {
  .pickup__list > li {
    width: calc(50% - 20px);
    border-radius: 16px;
    padding: 30px;
  }
}
@media screen and (max-width:768px) {
  .pickup__list > li {
    width: 100%;
    border-radius: 2.0833333333vw;
    padding: 5.2083333333vw;
  }
}
.pickup__name {
  font-weight: 700;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .pickup__name {
    font-size: 32px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .pickup__name {
    font-size: 4.6875vw;
    margin-bottom: 3.90625vw;
  }
}
.pickup__name::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(177, 214, 210) 0%, rgb(236, 200, 158) 50%, rgb(242, 169, 159) 100%);
  width: 100%;
  height: 6px;
  border-radius: 100px;
}
@media print, screen and (min-width:769px) {
  .pickup__name::after {
    height: 6px;
  }
}
@media screen and (max-width:768px) {
  .pickup__name::after {
    height: 0.78125vw;
  }
}
.pickup__detail {
  font-weight: 500;
  line-height: 1.6111111111;
}
@media print, screen and (min-width:769px) {
  .pickup__detail {
    font-size: 18px;
  }
}
@media screen and (max-width:768px) {
  .pickup__detail {
    font-size: 3.90625vw;
  }
}

.cta {
  background: #EC6A01;
}
@media print, screen and (min-width:769px) {
  .cta {
    padding: 40px;
  }
}
@media screen and (max-width:768px) {
  .cta {
    padding: 3.90625vw;
  }
}
.cta__inner {
  background-color: #fff;
  border: 6px solid #FFD57E;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width:769px) {
  .cta__inner {
    max-width: 1100px;
    border-radius: 16px;
    padding: 40px 50px;
  }
}
@media screen and (max-width:768px) {
  .cta__inner {
    flex-direction: column;
    text-align: center;
    border-radius: 1.3020833333vw;
    padding: 2.6041666667vw;
  }
}
.cta__txt {
  font-weight: 700;
  line-height: 1.4642857143;
}
@media print, screen and (min-width:769px) {
  .cta__txt {
    font-size: 28px;
  }
}
@media screen and (max-width:768px) {
  .cta__txt {
    font-size: 4.1666666667vw;
    margin-bottom: 2.6041666667vw;
  }
}
.cta__txt span {
  color: #EC6A01;
}
.cta__btn a {
  background-color: #06C755;
  color: #fff;
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width:769px) {
  .cta__btn a {
    font-size: 24px;
    width: 400px;
    height: 80px;
    border-radius: 10px;
  }
}
@media print, screen and (min-width:1080px) {
  .cta__btn a {
    transition: all 0.3s;
  }
  .cta__btn a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .cta__btn a {
    font-size: 5.2083333333vw;
    width: 78.125vw;
    height: 15.625vw;
    border-radius: 2.0833333333vw;
  }
}
@media print, screen and (min-width:769px) {
  .cta__btn-txt {
    padding-left: 20px;
  }
}
.cta__btn-icon {
  position: absolute;
}
@media print, screen and (min-width:769px) {
  .cta__btn-icon {
    width: 60px;
    height: 60px;
    left: 20px;
    top: 10px;
  }
}
@media screen and (max-width:768px) {
  .cta__btn-icon {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    left: 2.6041666667vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.cta02 {
  background: linear-gradient(130deg, rgb(235, 173, 105) 0%, rgb(235, 126, 109) 100%);
}
@media print, screen and (min-width:769px) {
  .cta02 {
    padding: 40px;
  }
}
@media screen and (max-width:768px) {
  .cta02 {
    padding: 5.2083333333vw;
  }
}
.cta02__inner {
  background-color: #fff;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .cta02__inner {
    max-width: 1100px;
    border-radius: 16px;
    padding: 40px 50px;
  }
}
@media screen and (max-width:768px) {
  .cta02__inner {
    border-radius: 2.0833333333vw;
    padding: 5.2083333333vw 6.5104166667vw;
  }
}
.cta02__txt {
  font-weight: 700;
  line-height: 1.4642857143;
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .cta02__txt {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .cta02__txt {
    font-size: 4.6875vw;
    margin-bottom: 2.6041666667vw;
  }
}
.cta02__list {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .cta02__list {
    column-gap: 2%;
  }
}
@media screen and (max-width:768px) {
  .cta02__list {
    flex-direction: column;
    row-gap: 2.6041666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .cta02__list li {
    width: 32%;
  }
}
.cta02__btn a {
  background-color: #EC6A01;
  color: #fff;
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width:769px) {
  .cta02__btn a {
    font-size: 22px;
    width: 100%;
    height: 70px;
    border-radius: 10px;
  }
}
@media print, screen and (min-width:1080px) {
  .cta02__btn a {
    transition: all 0.3s;
  }
  .cta02__btn a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .cta02__btn a {
    font-size: 4.1666666667vw;
    height: 13.0208333333vw;
    border-radius: 1.3020833333vw;
  }
}
@media print, screen and (min-width:769px) {
  .cta02__btn .cta__btn-txt {
    padding-left: 0;
  }
}

.feature {
  /* feature01 */
  /* feature02 */
  /* feature03 */
}
@media print, screen and (min-width:769px) {
  .feature {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width:768px) {
  .feature {
    padding: 13.0208333333vw 0 15.625vw;
  }
}
.feature__ttl {
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .feature__ttl {
    font-size: 56px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width:768px) {
  .feature__ttl {
    font-size: 7.2916666667vw;
    margin-bottom: 9.1145833333vw;
  }
}
.feature__ttl span {
  color: #fff;
  display: block;
  background: linear-gradient(90deg, rgb(177, 214, 210) 0%, rgb(236, 200, 158) 50%, rgb(242, 169, 159) 100%);
  width: fit-content;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .feature__ttl span {
    font-size: 48px;
    margin-bottom: 20px;
    padding: 10px 20px;
  }
}
@media screen and (max-width:768px) {
  .feature__ttl span {
    font-size: 6.25vw;
    margin-bottom: 2.6041666667vw;
    padding: 1.3020833333vw 2.6041666667vw;
  }
}
.feature__ttl em {
  font-weight: 500;
}
@media print, screen and (min-width:769px) {
  .feature__ttl em {
    font-size: 88px;
  }
}
@media screen and (max-width:768px) {
  .feature__ttl em {
    font-size: 11.4583333333vw;
  }
}
.feature__txt {
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
@media print, screen and (min-width:769px) {
  .feature__txt {
    font-size: 20px;
    margin: 30px auto 60px;
  }
}
@media screen and (max-width:768px) {
  .feature__txt {
    text-align: left;
    font-size: 3.3854166667vw;
    margin: 3.90625vw auto 7.8125vw;
  }
}
.feature__txt02 {
  text-align: center;
  line-height: 1.6111111111;
}
@media print, screen and (min-width:769px) {
  .feature__txt02 {
    font-size: 18px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  .feature__txt02 {
    text-align: left;
    font-size: 3.125vw;
    margin-bottom: 10.4166666667vw;
  }
}
.feature__nav {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .feature__nav {
    column-gap: 30px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width:768px) {
  .feature__nav {
    flex-direction: column;
    margin-bottom: 15.625vw;
    row-gap: 5.2083333333vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature__nav > li {
    width: calc(33.33% - 15px);
  }
}
@media screen and (max-width:768px) {
  .feature__nav > li {
    width: 100%;
  }
}
.feature__nav a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 100%;
}
@media print, screen and (min-width:769px) {
  .feature__nav a {
    border-radius: 16px;
    padding: 32px 20px 68px;
  }
}
@media print, screen and (min-width:1080px) {
  .feature__nav a {
    transition: all 0.3s;
  }
  .feature__nav a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .feature__nav a {
    border-radius: 2.0833333333vw;
    padding: 7.8125vw 2.6041666667vw 8.8541666667vw;
  }
}
.feature__nav a::before {
  content: "";
  background: #F8B62B;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .feature__nav a::before {
    height: 36px;
    border-radius: 0 0 16px 16px;
  }
}
@media screen and (max-width:768px) {
  .feature__nav a::before {
    height: 4.6875vw;
    border-radius: 0 0 2.0833333333vw 2.0833333333vw;
  }
}
.feature__nav a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .feature__nav a::after {
    border-width: 10px 11px 0 11px;
    bottom: 12px;
  }
}
@media screen and (max-width:768px) {
  .feature__nav a::after {
    border-width: 1.3020833333vw 1.4322916667vw 0 1.4322916667vw;
    bottom: 1.5625vw;
  }
}
.feature__nav .num {
  position: absolute;
}
@media print, screen and (min-width:769px) {
  .feature__nav .num {
    top: -22px;
    left: 18px;
  }
}
@media screen and (max-width:768px) {
  .feature__nav .num {
    top: -2.8645833333vw;
    left: 2.34375vw;
  }
}
.feature__nav .txt {
  font-weight: 700;
  text-align: center;
  line-height: 1.4583333333;
}
@media print, screen and (min-width:769px) {
  .feature__nav .txt {
    font-size: 24px;
  }
}
@media screen and (max-width:768px) {
  .feature__nav .txt {
    font-size: 5.2083333333vw;
  }
}
.feature__nav em {
  font-weight: 700;
  line-height: 1.4583333333;
  color: #EC6A01;
}
@media print, screen and (min-width:769px) {
  .feature__nav em {
    font-size: 24px;
  }
}
@media screen and (max-width:768px) {
  .feature__nav em {
    font-size: 5.2083333333vw;
  }
}
.feature__wrap {
  background: #fff;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature__wrap {
    border-radius: 16px;
    padding: 64px 40px;
  }
}
@media screen and (max-width:768px) {
  .feature__wrap {
    border-radius: 2.0833333333vw;
    padding: 8.3333333333vw 5.2083333333vw;
  }
}
.feature__wrap.feature01::before {
  content: "";
  background: url(../assets/images/feature01_txt.svg) no-repeat top center/100%;
  position: absolute;
}
@media print, screen and (min-width:769px) {
  .feature__wrap.feature01::before {
    width: 240px;
    height: 80px;
    top: -30px;
    left: -40px;
  }
}
@media screen and (max-width:768px) {
  .feature__wrap.feature01::before {
    width: 31.25vw;
    height: 10.4166666667vw;
    top: -3.90625vw;
    left: -3.90625vw;
  }
}
.feature__wrap.feature02::before {
  content: "";
  background: url(../assets/images/feature02_txt.svg) no-repeat top center/100%;
  position: absolute;
}
@media print, screen and (min-width:769px) {
  .feature__wrap.feature02::before {
    width: 240px;
    height: 80px;
    top: -30px;
    left: -40px;
  }
}
@media screen and (max-width:768px) {
  .feature__wrap.feature02::before {
    width: 31.25vw;
    height: 10.4166666667vw;
    top: -3.90625vw;
    left: -3.90625vw;
  }
}
.feature__wrap.feature03::before {
  content: "";
  background: url(../assets/images/feature03_txt.svg) no-repeat top center/100%;
  position: absolute;
}
@media print, screen and (min-width:769px) {
  .feature__wrap.feature03::before {
    width: 240px;
    height: 80px;
    top: -30px;
    left: -40px;
  }
}
@media screen and (max-width:768px) {
  .feature__wrap.feature03::before {
    width: 31.25vw;
    height: 10.4166666667vw;
    top: -3.90625vw;
    left: -3.90625vw;
  }
}
.feature__ttl01 {
  font-weight: 700;
  text-align: center;
  line-height: 1.44;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
@media print, screen and (min-width:769px) {
  .feature__ttl01 {
    font-size: 50px;
    padding: 0 40px;
  }
}
@media screen and (max-width:768px) {
  .feature__ttl01 {
    font-size: 5.9895833333vw;
    padding: 0 5.2083333333vw;
  }
}
.feature__ttl01 span {
  display: block;
  color: #EC6A01;
}
.feature__ttl01::before, .feature__ttl01::after {
  position: absolute;
  top: -3px;
  width: 10px;
  height: 100%;
  content: "";
  border-top: solid 3px #C2E3DA;
  border-bottom: solid 3px #C2E3DA;
}
.feature__ttl01::before {
  border-left: solid 3px #C2E3DA;
  left: 0;
}
.feature__ttl01::after {
  border-right: solid 3px #C2E3DA;
  right: 0;
}
@media print, screen and (min-width:769px) {
  .feature01 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  .feature01 {
    margin-bottom: 10.4166666667vw;
  }
}
.feature01__box01 {
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature01__box01 {
    border-radius: 16px;
    margin-top: 70px;
    padding: 20px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box01 {
    border-radius: 2.0833333333vw;
    margin-top: 9.1145833333vw;
    padding: 2.6041666667vw;
  }
}
.feature01__box01 > .ttl {
  font-weight: 700;
  position: absolute;
  color: #fff;
  width: fit-content;
}
@media print, screen and (min-width:769px) {
  .feature01__box01 > .ttl {
    font-size: 32px;
    top: -25px;
    padding: 8px 16px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box01 > .ttl {
    font-size: 4.1666666667vw;
    top: -3.2552083333vw;
    padding: 1.0416666667vw 2.0833333333vw;
  }
}
.feature01__box01 .txt {
  font-weight: 500;
  line-height: 1.6111111111;
}
@media print, screen and (min-width:769px) {
  .feature01__box01 .txt {
    font-size: 18px;
    margin: 30px 0 48px;
    padding: 0 480px 0 20px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box01 .txt {
    font-size: 3.3854166667vw;
    margin: 3.90625vw 0 6.25vw;
    padding: 0 2.6041666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature01__box01 .img {
    position: absolute;
    top: -40px;
    right: 36px;
    width: 300px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box01 .img {
    width: 80%;
    margin: 0 auto 10.4166666667vw;
  }
}
.feature01__box01.box01 {
  background-color: #FAF6E9;
}
.feature01__box01.box01 > .ttl {
  background-color: #E5CF8F;
}
.feature01__box01.box01 .list > li {
  border: 2px solid #E5CF8F;
}
.feature01__box01.box02 {
  background-color: #EDF5F5;
}
.feature01__box01.box02 > .ttl {
  background-color: #A5CDCB;
}
.feature01__box01.box02 .list > li {
  border: 2px solid #C2E3DA;
}
.feature01__box01.box03 {
  background-color: #F2F7E2;
}
.feature01__box01.box03 > .ttl {
  background-color: #BFD871;
}
.feature01__box01.box03 .list > li {
  border: 2px solid #BFD871;
}
.feature01__pickup {
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature01__pickup {
    padding: 0 40px 40px;
    border-radius: 16px;
  }
}
@media screen and (max-width:768px) {
  .feature01__pickup {
    padding: 0 5.2083333333vw 5.2083333333vw;
    border-radius: 2.0833333333vw;
  }
}
.feature01__pickup .ttl {
  color: #EC6A01;
  font-weight: 700;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .feature01__pickup .ttl {
    font-size: 24px;
    top: -12px;
  }
}
@media screen and (max-width:768px) {
  .feature01__pickup .ttl {
    font-size: 4.1666666667vw;
    top: -1.8229166667vw;
  }
}
.feature01__pickup .list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width:769px) {
  .feature01__pickup .list {
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width:768px) {
  .feature01__pickup .list {
    column-gap: 1.3020833333vw;
    row-gap: 2.6041666667vw;
    margin-top: 2.6041666667vw;
  }
}
.feature01__pickup .list > li {
  text-align: center;
  font-weight: 500;
  border-radius: 100px;
}
@media print, screen and (min-width:769px) {
  .feature01__pickup .list > li {
    width: calc(33.3333333333% - 14px);
    font-size: 24px;
    padding: 10px;
  }
}
@media screen and (max-width:768px) {
  .feature01__pickup .list > li {
    font-size: 3.6458333333vw;
    padding: 1.3020833333vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature01__box02 {
    margin: 90px auto 0;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02 {
    margin: 11.71875vw auto 0;
  }
}
@media print, screen and (min-width:769px) {
  .feature01__box02 .c-ttl01 {
    margin-bottom: 75px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02 .c-ttl01 {
    margin-bottom: 10.4166666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature01__box02 .c-btn01 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02 .c-btn01 {
    margin-bottom: 13.0208333333vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature01__box02-ttl {
    margin: 0 0 30px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02-ttl {
    margin: 0 0 3.90625vw;
  }
}
.feature01__box02 .media {
  background-color: #FAF6E9;
}
.feature01__box02 .media dt {
  color: #BE9E30;
}
.feature01__box02 .media dd li::before {
  background: #BE9E30;
}
.feature01__box02 .business {
  background-color: #EDF5F5;
}
.feature01__box02 .business dt {
  color: #64B0AC;
}
.feature01__box02 .business dd li::before {
  background: #64B0AC;
}
.feature01__box02 .it {
  background-color: #F2F7E2;
}
.feature01__box02 .it dt {
  color: #A1BB50;
}
.feature01__box02 .it dd li::before {
  background: #A1BB50;
}
.feature01__box02 .life {
  background-color: #F9EBE5;
}
.feature01__box02 .life dt {
  color: #DB7C55;
}
.feature01__box02 .life dd li::before {
  background: #DB7C55;
}
.feature01__box02 .cross {
  position: relative;
}
.feature01__box02 .cross::after {
  content: "";
  background: url(../assets/images/icon_x.svg) no-repeat top center/100%;
  position: absolute;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .feature01__box02 .cross::after {
    width: 30px;
    height: 30px;
    right: -55px;
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02 .cross::after {
    width: 3.90625vw;
    height: 3.90625vw;
    bottom: -7.2916666667vw;
    right: 0;
    left: 0;
  }
}
@media print, screen and (min-width:769px) {
  .feature01__box02 dl {
    border-radius: 16px;
    margin-bottom: 80px;
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02 dl {
    border-radius: 2.0833333333vw;
    margin-bottom: 10.4166666667vw;
    padding: 3.90625vw;
  }
}
.feature01__box02 dt {
  text-align: center;
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .feature01__box02 dt {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02 dt {
    margin-bottom: 2.6041666667vw;
    font-size: 3.6458333333vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature01__box02 dt span {
    font-size: 26px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02 dt span {
    font-size: 4.1666666667vw;
  }
}
.feature01__box02 dd li {
  font-weight: 500;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature01__box02 dd li {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02 dd li {
    font-size: 3.3854166667vw;
    margin-bottom: 1.3020833333vw;
  }
}
.feature01__box02 dd li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background: #000;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature01__box02 dd li::before {
    width: 10px;
    height: 10px;
    margin-right: 6px;
    top: -2px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02 dd li::before {
    width: 1.5625vw;
    height: 1.5625vw;
    margin-right: 0.78125vw;
    top: -0.5208333333vw;
  }
}
.feature01__box02-01 {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-01 {
    column-gap: 80px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02-01 {
    flex-direction: column;
  }
}
.feature01__box02-01 .media {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-01 .media {
    max-width: 520px;
  }
}
.feature01__box02-01 .business {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-01 .business {
    max-width: 520px;
  }
}
.feature01__box02-02 {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-02 {
    column-gap: 80px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02-02 {
    flex-direction: column;
  }
}
.feature01__box02-02 .media {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-02 .media {
    max-width: 320px;
  }
}
.feature01__box02-02 .business {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-02 .business {
    max-width: 403px;
  }
}
.feature01__box02-02 .business ul {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-02 .business ul {
    column-gap: 20px;
  }
}
.feature01__box02-02 .it {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-02 .it {
    max-width: 238px;
  }
}
.feature01__box02-03 {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-03 {
    column-gap: 80px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02-03 {
    flex-direction: column;
  }
}
.feature01__box02-03 .media {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-03 .media {
    max-width: 343px;
  }
}
.feature01__box02-03 .business {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-03 .business {
    max-width: 297px;
  }
}
.feature01__box02-03 .life {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-03 .life {
    max-width: 320px;
  }
}
.feature01__box03 {
  background: linear-gradient(130deg, rgb(225, 244, 252) 0%, rgb(242, 243, 235) 100%);
}
@media print, screen and (min-width:769px) {
  .feature01__box03 {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -65px;
    border-radius: 0 0 16px 16px;
    padding: 40px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box03 {
    margin-left: -5.2083333333vw;
    margin-right: -5.2083333333vw;
    margin-bottom: -8.4635416667vw;
    border-radius: 0 0 2.0833333333vw 2.0833333333vw;
    padding: 5.2083333333vw;
  }
}
.feature01__box03-inner {
  background-color: #fff;
}
@media print, screen and (min-width:769px) {
  .feature01__box03-inner {
    border-radius: 16px;
    padding: 40px 80px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box03-inner {
    border-radius: 2.0833333333vw;
    padding: 5.2083333333vw;
  }
}
.feature01__box03-txt {
  font-weight: 500;
  text-align: center;
  line-height: 1.45;
}
@media print, screen and (min-width:769px) {
  .feature01__box03-txt {
    font-size: 20px;
    margin: 40px auto;
  }
}
@media screen and (max-width:768px) {
  .feature01__box03-txt {
    font-size: 3.3854166667vw;
    margin: 5.2083333333vw auto;
  }
}
@media print, screen and (min-width:769px) {
  .feature01__box03-image {
    margin-bottom: 65px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box03-image {
    margin-bottom: 13.0208333333vw;
  }
}
.feature01__box03-needs {
  background-color: #F9F9F9;
  position: relative;
  text-align: center;
  font-weight: 500;
  line-height: 1.45;
}
@media print, screen and (min-width:769px) {
  .feature01__box03-needs {
    border-radius: 16px;
    padding: 0 40px 40px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box03-needs {
    border-radius: 2.0833333333vw;
    padding: 0 5.2083333333vw 5.2083333333vw;
  }
}
.feature01__box03-needs .ttl {
  color: #fff;
  font-weight: 700;
  background: #97D1C1;
  width: fit-content;
  margin: auto;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature01__box03-needs .ttl {
    font-size: 24px;
    padding: 6px 20px;
    top: -25px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box03-needs .ttl {
    font-size: 3.6458333333vw;
    padding: 0.78125vw 2.6041666667vw;
    top: -3.2552083333vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature01__movie {
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  .feature01__movie {
    margin-bottom: 10.4166666667vw;
  }
}
.feature01__movie-list {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .feature01__movie-list {
    column-gap: 40px;
  }
}
@media screen and (max-width:768px) {
  .feature01__movie-list {
    flex-direction: column;
    row-gap: 10.4166666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature01__movie-list > li {
    width: 50%;
  }
}
@media screen and (max-width:768px) {
  .feature01__movie-list > li {
    width: 100%;
  }
}
.feature01__movie-list .box {
  width: 100%;
  aspect-ratio: 16/9;
  display: inline-block;
}
.feature01__movie-list .txt {
  font-weight: 700;
  display: block;
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .feature01__movie-list .txt {
    font-size: 22px;
    padding-top: 10px;
  }
}
@media screen and (max-width:768px) {
  .feature01__movie-list .txt {
    font-size: 4.1666666667vw;
    padding-top: 2.0833333333vw;
  }
}
.feature01__movie-list iframe {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width:769px) {
  .feature02 {
    margin: 120px auto;
  }
}
@media screen and (max-width:768px) {
  .feature02 {
    margin: 15.625vw auto;
  }
}
.feature02__box {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .feature02__box {
    column-gap: 4%;
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  .feature02__box {
    flex-direction: column;
    margin-bottom: 10.4166666667vw;
    row-gap: 5.2083333333vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature02__image {
    width: 49%;
  }
}
@media print, screen and (min-width:769px) {
  .feature02__body {
    width: 47%;
  }
}
.feature02__body .ttl {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  background-color: #F8B62B;
  width: fit-content;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature02__body .ttl {
    font-size: 24px;
    margin-left: 16px;
    margin-bottom: 20px;
    padding: 8px 40px;
  }
}
@media screen and (max-width:768px) {
  .feature02__body .ttl {
    font-size: 4.1666666667vw;
    margin-left: 2.0833333333vw;
    margin-bottom: 3.90625vw;
    padding: 1.3020833333vw 1.3020833333vw;
  }
}
.feature02__body .ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #F8B62B;
  mask-image: url(../assets/images/icon_triangle.png);
  mask-size: 100% 100%;
  top: 0;
  height: 100%;
}
@media print, screen and (min-width:769px) {
  .feature02__body .ttl::before {
    width: 16px;
    left: -16px;
  }
}
@media screen and (max-width:768px) {
  .feature02__body .ttl::before {
    width: 2.0833333333vw;
    left: -2.0833333333vw;
  }
}
.feature02__body .ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #F8B62B;
  mask-image: url(../assets/images/icon_triangle.png);
  mask-size: 100% 100%;
  transform: scale(-1, 1);
  top: 0;
  height: 100%;
}
@media print, screen and (min-width:769px) {
  .feature02__body .ttl::after {
    width: 16px;
    right: -16px;
  }
}
@media screen and (max-width:768px) {
  .feature02__body .ttl::after {
    width: 2.0833333333vw;
    right: -2.0833333333vw;
  }
}
.feature02__body .subttl {
  font-weight: 700;
  line-height: 1.3928571429;
}
@media print, screen and (min-width:769px) {
  .feature02__body .subttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .feature02__body .subttl {
    font-size: 4.6875vw;
    margin-bottom: 2.6041666667vw;
  }
}
.feature02__body .txt {
  line-height: 1.6111111111;
}
@media print, screen and (min-width:769px) {
  .feature02__body .txt {
    font-size: 18px;
  }
}
@media screen and (max-width:768px) {
  .feature02__body .txt {
    font-size: 3.6458333333vw;
  }
}
.feature02__box02 {
  background-color: #F9F9F9;
}
@media print, screen and (min-width:769px) {
  .feature02__box02 {
    border-radius: 16px;
    margin-bottom: 80px;
    padding: 0 40px 40px;
  }
}
@media screen and (max-width:768px) {
  .feature02__box02 {
    border-radius: 2.0833333333vw;
    margin-bottom: 10.4166666667vw;
    padding: 0 5.2083333333vw 5.2083333333vw;
  }
}
.feature02__box02 .ttl {
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
  background-color: #3F3F40;
  width: fit-content;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature02__box02 .ttl {
    font-size: 20px;
    padding: 6px 20px;
    top: -14px;
  }
}
@media screen and (max-width:768px) {
  .feature02__box02 .ttl {
    font-size: 3.3854166667vw;
    padding: 1.3020833333vw 2.6041666667vw;
    top: -2.0833333333vw;
  }
}
.feature02__box02 .list {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
@media print, screen and (min-width:769px) {
  .feature02__box02 .list {
    column-gap: 40px;
    row-gap: 16px;
    margin-top: 10px;
    padding-right: 200px;
  }
}
@media screen and (max-width:768px) {
  .feature02__box02 .list {
    column-gap: 5.2083333333vw;
    row-gap: 3.3854166667vw;
    margin-top: 1.3020833333vw;
  }
}
.feature02__box02 .list li {
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature02__box02 .list li {
    font-size: 20px;
    padding-left: 16px;
  }
}
@media screen and (max-width:768px) {
  .feature02__box02 .list li {
    font-size: 3.3854166667vw;
    padding-left: 2.6041666667vw;
  }
}
.feature02__box02 .list li::before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #F8B62B;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .feature02__box02 .list li::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width:768px) {
  .feature02__box02 .list li::before {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.feature02__career {
  background: linear-gradient(130deg, rgb(235, 173, 105) 0%, rgb(235, 126, 109) 100%);
}
@media print, screen and (min-width:769px) {
  .feature02__career {
    margin: 0 -40px -65px -40px;
    padding: 40px;
    border-radius: 0 0 16px 16px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career {
    margin: 0 -5.2083333333vw -8.4635416667vw -5.2083333333vw;
    padding: 5.2083333333vw;
    border-radius: 0 0 2.0833333333vw 2.0833333333vw;
  }
}
.feature02__career-inner {
  background: #fff;
}
@media print, screen and (min-width:769px) {
  .feature02__career-inner {
    border-radius: 16px;
    padding: 60px 40px 40px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-inner {
    border-radius: 2.0833333333vw;
    padding: 7.8125vw 5.2083333333vw 5.2083333333vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature02__career .c-ttl01 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career .c-ttl01 {
    margin-bottom: 7.8125vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature02__career-list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-list {
    margin-bottom: 10.4166666667vw;
  }
}
.feature02__career-list li {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .feature02__career-list li {
    column-gap: 4%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-list li {
    flex-direction: column;
    row-gap: 3.90625vw;
    margin-bottom: 10.4166666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature02__career-list .image {
    width: 22%;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-list .image {
    width: 70%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width:769px) {
  .feature02__career-list .body {
    width: 75%;
  }
}
.feature02__career-list .ttl {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  background-color: #F8B62B;
  width: fit-content;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature02__career-list .ttl {
    font-size: 24px;
    margin-left: 16px;
    margin-bottom: 20px;
    padding: 8px 40px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-list .ttl {
    font-size: 4.1666666667vw;
    margin-left: 2.0833333333vw;
    margin-bottom: 3.90625vw;
    padding: 1.3020833333vw 2.6041666667vw;
  }
}
.feature02__career-list .ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #F8B62B;
  mask-image: url(../assets/images/icon_triangle.png);
  mask-size: 100% 100%;
  height: 100%;
  top: 0;
}
@media print, screen and (min-width:769px) {
  .feature02__career-list .ttl::before {
    width: 16px;
    left: -16px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-list .ttl::before {
    width: 2.0833333333vw;
    left: -2.0833333333vw;
  }
}
.feature02__career-list .ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #F8B62B;
  mask-image: url(../assets/images/icon_triangle.png);
  mask-size: 100% 100%;
  transform: scale(-1, 1);
  height: 100%;
  top: 0;
}
@media print, screen and (min-width:769px) {
  .feature02__career-list .ttl::after {
    width: 16px;
    right: -16px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-list .ttl::after {
    width: 2.0833333333vw;
    right: -2.0833333333vw;
  }
}
.feature02__career-list .subttl {
  font-weight: 700;
  line-height: 1.3928571429;
}
@media print, screen and (min-width:769px) {
  .feature02__career-list .subttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-list .subttl {
    font-size: 5.2083333333vw;
    margin-bottom: 2.6041666667vw;
  }
}
.feature02__career-list .subttl span {
  color: #EC6A01;
}
.feature02__career-list .txt {
  font-weight: 500;
  line-height: 1.6111111111;
}
@media print, screen and (min-width:769px) {
  .feature02__career-list .txt {
    font-size: 18px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-list .txt {
    font-size: 3.3854166667vw;
  }
}
.feature02__career-txt {
  line-height: 1.6111111111;
}
@media print, screen and (min-width:769px) {
  .feature02__career-txt {
    text-align: center;
    font-size: 18px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-txt {
    font-size: 3.3854166667vw;
    margin-bottom: 6.5104166667vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature03 .c-ttl01 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:768px) {
  .feature03 .c-ttl01 {
    margin-bottom: 7.8125vw;
  }
}
.feature03__box01 {
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .feature03__box01 {
    border-radius: 16px;
    margin-bottom: 80px;
    padding: 0 40px 40px;
  }
}
@media screen and (max-width:768px) {
  .feature03__box01 {
    border-radius: 2.0833333333vw;
    margin-bottom: 10.4166666667vw;
    padding: 0 5.2083333333vw 5.2083333333vw;
  }
}
.feature03__box01 .c-ttl03 {
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature03__box01 .c-ttl03 {
    top: -15px;
  }
}
@media screen and (max-width:768px) {
  .feature03__box01 .c-ttl03 {
    top: -1.953125vw;
  }
}
.feature03__box01 img {
  max-width: 764px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .feature03__box01 img {
    width: 100%;
  }
}
@media print, screen and (min-width:769px) {
  .feature03__box02 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  .feature03__box02 {
    margin-bottom: 10.4166666667vw;
  }
}
.feature03__list {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .feature03__list {
    column-gap: 20px;
  }
}
@media screen and (max-width:768px) {
  .feature03__list {
    flex-direction: column;
    margin-bottom: 10.4166666667vw;
    row-gap: 7.8125vw;
  }
}
.feature03__list li {
  background-color: #FFF6E3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width:769px) {
  .feature03__list li {
    width: 25%;
    border-radius: 16px;
    padding: 0 10px 20px;
  }
}
@media screen and (max-width:768px) {
  .feature03__list li {
    border-radius: 2.0833333333vw;
    padding: 0 2.6041666667vw 2.6041666667vw;
  }
}
.feature03__list li .num {
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature03__list li .num {
    top: -20px;
    min-height: 42px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .feature03__list li .num {
    top: -2.6041666667vw;
    min-height: 5.46875vw;
    margin-bottom: 1.3020833333vw;
  }
}
.feature03__list li .ttl {
  color: #EC6A01;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-bottom: 2px dotted #EC6A01;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media print, screen and (min-width:769px) {
  .feature03__list li .ttl {
    font-size: 20px;
    min-height: 120px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .feature03__list li .ttl {
    font-size: 4.4270833333vw;
    margin-bottom: 2.6041666667vw;
    padding: 0 2.6041666667vw 2.6041666667vw;
  }
}
.feature03__list li .txt {
  line-height: 1.625;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
}
@media print, screen and (min-width:769px) {
  .feature03__list li .txt {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media screen and (max-width:768px) {
  .feature03__list li .txt {
    font-size: 3.3854166667vw;
    padding: 0 2.6041666667vw;
  }
}
.feature03__list02 li {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .feature03__list02 li {
    column-gap: 5%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:768px) {
  .feature03__list02 li {
    flex-direction: column;
    row-gap: 3.90625vw;
    margin-bottom: 7.8125vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature03__list02 .image {
    width: 30%;
  }
}
@media print, screen and (min-width:769px) {
  .feature03__list02 .body {
    width: 65%;
  }
}
.feature03__list02 .ttl {
  font-weight: 700;
  line-height: 1.3928571429;
}
@media print, screen and (min-width:769px) {
  .feature03__list02 .ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .feature03__list02 .ttl {
    font-size: 4.1666666667vw;
    margin-bottom: 2.6041666667vw;
  }
}
.feature03__list02 .txt {
  font-weight: 500;
  line-height: 1.6111111111;
}
@media print, screen and (min-width:769px) {
  .feature03__list02 .txt {
    font-size: 18px;
  }
}
@media screen and (max-width:768px) {
  .feature03__list02 .txt {
    font-size: 3.3854166667vw;
  }
}
.feature03__box04 {
  background-color: #FCF0ED;
}
@media print, screen and (min-width:769px) {
  .feature03__box04 {
    border-radius: 16px;
    margin-bottom: 100px;
    padding: 0 40px 10px;
  }
}
@media screen and (max-width:768px) {
  .feature03__box04 {
    border-radius: 2.0833333333vw;
    margin-bottom: 13.0208333333vw;
    padding: 0 5.2083333333vw 2.6041666667vw;
  }
}
.feature03__box04 .c-ttl03 {
  margin-left: 0;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature03__box04 .c-ttl03 {
    margin-bottom: 0;
    top: -20px;
  }
}
@media screen and (max-width:768px) {
  .feature03__box04 .c-ttl03 {
    margin-bottom: 0;
    top: -2.6041666667vw;
  }
}
.feature03__box05 {
  background-color: #FCF1EE;
}
@media print, screen and (min-width:769px) {
  .feature03__box05 {
    margin: 0 -40px 80px;
    padding: 40px;
  }
}
@media screen and (max-width:768px) {
  .feature03__box05 {
    margin: 0 -5.2083333333vw 10.4166666667vw;
    padding: 5.2083333333vw;
  }
}
.feature03__box05-inner {
  background: #fff;
}
@media print, screen and (min-width:769px) {
  .feature03__box05-inner {
    border-radius: 16px;
    padding: 60px 40px 40px;
  }
}
@media screen and (max-width:768px) {
  .feature03__box05-inner {
    border-radius: 2.0833333333vw;
    padding: 7.8125vw 5.2083333333vw 5.2083333333vw;
  }
}
.feature03__box06 {
  background-color: #F6F6F6;
}
@media print, screen and (min-width:769px) {
  .feature03__box06 {
    border-radius: 16px;
    padding: 0 40px 10px;
  }
}
@media screen and (max-width:768px) {
  .feature03__box06 {
    border-radius: 2.0833333333vw;
    padding: 0 5.2083333333vw 1.3020833333vw;
  }
}
.feature03__box06 .c-ttl03 {
  margin-left: 0;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature03__box06 .c-ttl03 {
    margin-bottom: 0;
    top: -20px;
  }
}
@media screen and (max-width:768px) {
  .feature03__box06 .c-ttl03 {
    margin-bottom: 0;
    top: -2.6041666667vw;
  }
}

.message {
  background: linear-gradient(130deg, rgb(225, 244, 252) 0%, rgb(242, 243, 235) 100%);
  position: relative;
}
@media print, screen and (min-width:769px) {
  .message {
    padding: 100px 0;
  }
}
@media screen and (max-width:768px) {
  .message {
    padding: 13.0208333333vw 0;
  }
}
.message::before {
  content: "";
  background: url(../assets/images/message_bg.svg) no-repeat top center/100%;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width:769px) {
  .message::before {
    top: 90px;
  }
}
@media screen and (max-width:768px) {
  .message::before {
    top: 13.0208333333vw;
  }
}
.message__ttl {
  font-weight: 700;
  text-align: center;
  position: relative;
  width: fit-content;
}
@media print, screen and (min-width:769px) {
  .message__ttl {
    font-size: 50px;
    margin: 0 auto 90px;
  }
}
@media screen and (max-width:768px) {
  .message__ttl {
    font-size: 6.5104166667vw;
    margin: 0 auto 11.71875vw;
  }
}
.message__ttl::before {
  content: "";
  background: url(../assets/images/message_txt.svg) no-repeat top center/100%;
  display: inline-block;
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width:769px) {
  .message__ttl::before {
    width: 234px;
    height: 80px;
    left: -140px;
    top: -40px;
  }
}
@media screen and (max-width:768px) {
  .message__ttl::before {
    width: 30.46875vw;
    height: 10.4166666667vw;
    left: -18.2291666667vw;
    top: -5.2083333333vw;
  }
}
.message__box01 {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .message__box01 {
    column-gap: 6%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width:768px) {
  .message__box01 {
    flex-direction: column-reverse;
    row-gap: 5.2083333333vw;
    margin-bottom: 10.4166666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .message__box01 .image {
    width: 34%;
  }
}
.message__box01 .image span {
  display: block;
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .message__box01 .image span {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width:768px) {
  .message__box01 .image span {
    font-size: 3.3854166667vw;
    margin-top: 2.6041666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .message__box01 .body {
    width: 60%;
  }
}
.message__box01 .ttl {
  color: #64B0AC;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width:769px) {
  .message__box01 .ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:768px) {
  .message__box01 .ttl {
    font-size: 5.2083333333vw;
    margin-bottom: 5.2083333333vw;
    line-height: 1.4;
  }
}
.message__box01 .txt {
  line-height: 2;
}
@media print, screen and (min-width:769px) {
  .message__box01 .txt {
    font-size: 20px;
  }
}
@media screen and (max-width:768px) {
  .message__box01 .txt {
    font-size: 3.3854166667vw;
  }
}
.message__box02 {
  background: #fff;
  box-shadow: 6px 6px 0px 0px rgb(194, 227, 218);
}
@media print, screen and (min-width:769px) {
  .message__box02 {
    border-radius: 16px;
    margin-bottom: 100px;
    padding: 0 40px 40px;
  }
}
@media screen and (max-width:768px) {
  .message__box02 {
    border-radius: 2.0833333333vw;
    margin-bottom: 13.0208333333vw;
    padding: 0 5.2083333333vw 5.2083333333vw;
  }
}
.message__box02 > .ttl {
  background: #97D1C1;
  color: #fff;
  font-weight: 700;
  width: fit-content;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .message__box02 > .ttl {
    font-size: 24px;
    padding: 8px 20px;
    top: -20px;
  }
}
@media screen and (max-width:768px) {
  .message__box02 > .ttl {
    font-size: 4.6875vw;
    padding: 1.3020833333vw 2.6041666667vw;
    top: -3.90625vw;
  }
}
.message__wrap {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:769px) {
  .message__wrap {
    column-gap: 6%;
  }
}
@media screen and (max-width:768px) {
  .message__wrap {
    flex-direction: column;
    row-gap: 5.2083333333vw;
  }
}
@media print, screen and (min-width:769px) {
  .message__wrap .image {
    width: 44%;
  }
}
@media print, screen and (min-width:769px) {
  .message__wrap .body {
    width: 50%;
  }
}
.message__wrap .ttl {
  color: #64B0AC;
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .message__wrap .ttl {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:768px) {
  .message__wrap .ttl {
    font-size: 5.2083333333vw;
    margin-bottom: 3.90625vw;
  }
}
.message__wrap .txt {
  line-height: 2;
}
@media print, screen and (min-width:769px) {
  .message__wrap .txt {
    font-size: 20px;
  }
}
@media screen and (max-width:768px) {
  .message__wrap .txt {
    font-size: 3.3854166667vw;
  }
}

@media print, screen and (min-width:769px) {
  .news {
    padding: 80px 0;
  }
}
@media screen and (max-width:768px) {
  .news {
    padding: 10.4166666667vw 0;
  }
}
.news .inner {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .news .inner {
    column-gap: 4%;
  }
}
@media screen and (max-width:768px) {
  .news .inner {
    flex-direction: column;
    row-gap: 5.2083333333vw;
  }
}
.news__ttl {
  font-weight: 700;
  text-align: center;
  position: relative;
  width: fit-content;
}
@media print, screen and (min-width:769px) {
  .news__ttl {
    width: 30%;
    font-size: 38px;
    margin: 70px auto 90px;
  }
}
@media screen and (max-width:768px) {
  .news__ttl {
    font-size: 5.9895833333vw;
    margin: 9.1145833333vw auto 5.2083333333vw;
  }
}
.news__ttl::before {
  content: "";
  background: url(../assets/images/news_txt.svg) no-repeat top center/100%;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media print, screen and (min-width:769px) {
  .news__ttl::before {
    width: 240px;
    height: 120px;
    top: -60px;
  }
}
@media screen and (max-width:768px) {
  .news__ttl::before {
    width: 31.25vw;
    height: 15.625vw;
    top: -10.4166666667vw;
  }
}
.news__body {
  background: #fff;
}
@media print, screen and (min-width:769px) {
  .news__body {
    width: 66%;
    border-radius: 16px;
    padding: 30px 40px;
  }
}
@media screen and (max-width:768px) {
  .news__body {
    border-radius: 2.0833333333vw;
    padding: 3.90625vw 5.2083333333vw;
  }
}
.news__list li:not(:last-child) {
  border-bottom: 2px dotted #F8B62B;
}
.news__list a {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .news__list a {
    padding: 20px 0;
  }
}
@media screen and (max-width:768px) {
  .news__list a {
    padding: 2.6041666667vw 0;
  }
}
.news__list a::after {
  content: "";
  display: block;
  background-color: #F8B62B;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.226' height='24' viewBox='0 0 13.226 24'%3E%3Cpath id='arrow_back_ios_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24' d='M42.777-847.508l-9.3,9.3a1.463,1.463,0,0,0-.459,1.107,1.577,1.577,0,0,0,.49,1.107,1.518,1.518,0,0,0,1.107.475,1.518,1.518,0,0,0,1.107-.475l9.745-9.714a2.529,2.529,0,0,0,.57-.854,2.54,2.54,0,0,0,.19-.949,2.539,2.539,0,0,0-.19-.949,2.528,2.528,0,0,0-.57-.854l-9.745-9.745a1.481,1.481,0,0,0-1.123-.459,1.593,1.593,0,0,0-1.123.49A1.518,1.518,0,0,0,33-857.918a1.518,1.518,0,0,0,.475,1.107Z' transform='translate(-33 859.516)' fill='%23fff'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
@media print, screen and (min-width:769px) {
  .news__list a::after {
    width: 13px;
    height: 24px;
  }
}
@media screen and (max-width:768px) {
  .news__list a::after {
    width: 1.6927083333vw;
    height: 3.125vw;
  }
}
.news__list .date {
  color: #EC6A01;
}
@media print, screen and (min-width:769px) {
  .news__list .date {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .news__list .date {
    font-size: 3.3854166667vw;
    margin-bottom: 2.6041666667vw;
  }
}
.news__list .ttl {
  line-height: 1.4;
}
@media print, screen and (min-width:769px) {
  .news__list .ttl {
    font-size: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:768px) {
  .news__list .ttl {
    font-size: 3.6458333333vw;
    margin-right: 3.90625vw;
  }
}

.btnArea {
  background: #fff;
}
@media print, screen and (min-width:769px) {
  .btnArea {
    padding: 60px 0;
  }
}
@media screen and (max-width:768px) {
  .btnArea {
    padding: 7.8125vw 0;
  }
}
.btnArea .btn__oc a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(90deg, rgb(151, 220, 201) 0%, rgb(125, 201, 197) 100%);
  text-align: center;
  font-weight: 700;
  width: fit-content;
  margin: auto;
  line-height: 1.4166666667;
}
@media print, screen and (min-width:769px) {
  .btnArea .btn__oc a {
    font-size: 24px;
    border-radius: 8px;
    width: 700px;
    height: 100px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:1080px) {
  .btnArea .btn__oc a {
    transition: all 0.3s;
  }
  .btnArea .btn__oc a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .btnArea .btn__oc a {
    font-size: 3.90625vw;
    border-radius: 2.0833333333vw;
    width: 90%;
    height: 18.2291666667vw;
    margin-bottom: 2.6041666667vw;
  }
}
.btnArea .btn__oc a::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.226' height='24' viewBox='0 0 13.226 24'%3E%3Cpath id='arrow_back_ios_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24' d='M42.777-847.508l-9.3,9.3a1.463,1.463,0,0,0-.459,1.107,1.577,1.577,0,0,0,.49,1.107,1.518,1.518,0,0,0,1.107.475,1.518,1.518,0,0,0,1.107-.475l9.745-9.714a2.529,2.529,0,0,0,.57-.854,2.54,2.54,0,0,0,.19-.949,2.539,2.539,0,0,0-.19-.949,2.528,2.528,0,0,0-.57-.854l-9.745-9.745a1.481,1.481,0,0,0-1.123-.459,1.593,1.593,0,0,0-1.123.49A1.518,1.518,0,0,0,33-857.918a1.518,1.518,0,0,0,.475,1.107Z' transform='translate(-33 859.516)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .btnArea .btn__oc a::after {
    width: 13px;
    height: 24px;
    right: 30px;
  }
}
@media screen and (max-width:768px) {
  .btnArea .btn__oc a::after {
    width: 1.6927083333vw;
    height: 3.125vw;
    right: 3.90625vw;
  }
}
.btnArea .btn__list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media print, screen and (min-width:769px) {
  .btnArea .btn__list {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .btnArea .btn__list {
    flex-direction: column;
    width: 90%;
    row-gap: 2.6041666667vw;
  }
}
.btnArea .btn__list a {
  position: relative;
  display: flex;
  align-items: center;
  color: #64B0AC;
  border: 2px solid #64B0AC;
  font-weight: 700;
  width: fit-content;
  margin: auto;
  line-height: 1.3;
}
@media print, screen and (min-width:769px) {
  .btnArea .btn__list a {
    font-size: 20px;
    border-radius: 8px;
    width: 332px;
    height: 80px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width:1080px) {
  .btnArea .btn__list a {
    transition: all 0.3s;
  }
  .btnArea .btn__list a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .btnArea .btn__list a {
    font-size: 3.90625vw;
    border-radius: 2.0833333333vw;
    width: 100%;
    height: 15.625vw;
    padding-left: 2.6041666667vw;
  }
}
.btnArea .btn__list a::after {
  content: "";
  display: block;
  background: #64B0AC;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.226' height='24' viewBox='0 0 13.226 24'%3E%3Cpath id='arrow_back_ios_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24' d='M42.777-847.508l-9.3,9.3a1.463,1.463,0,0,0-.459,1.107,1.577,1.577,0,0,0,.49,1.107,1.518,1.518,0,0,0,1.107.475,1.518,1.518,0,0,0,1.107-.475l9.745-9.714a2.529,2.529,0,0,0,.57-.854,2.54,2.54,0,0,0,.19-.949,2.539,2.539,0,0,0-.19-.949,2.528,2.528,0,0,0-.57-.854l-9.745-9.745a1.481,1.481,0,0,0-1.123-.459,1.593,1.593,0,0,0-1.123.49A1.518,1.518,0,0,0,33-857.918a1.518,1.518,0,0,0,.475,1.107Z' transform='translate(-33 859.516)' fill='%23fff'/%3E%3C/svg%3E%0A");
  mask-size: 100%;
  mask-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .btnArea .btn__list a::after {
    width: 13px;
    height: 24px;
    right: 30px;
  }
}
@media screen and (max-width:768px) {
  .btnArea .btn__list a::after {
    width: 1.6927083333vw;
    height: 3.125vw;
    right: 3.90625vw;
  }
}

.l-footer {
  background: #fff;
}
@media print, screen and (min-width:769px) {
  .l-footer {
    padding: 40px 0;
  }
}
@media screen and (max-width:768px) {
  .l-footer {
    padding: 0 0 26.0416666667vw;
  }
}
.l-footer .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .l-footer .inner {
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width:769px) {
  .l-footer .footer__logo {
    width: 400px;
  }
}
@media screen and (max-width:768px) {
  .l-footer .footer__logo {
    width: 90%;
  }
}
@media print, screen and (min-width:769px) {
  .l-footer .footer__access {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width:768px) {
  .l-footer .footer__access {
    font-size: 3.3854166667vw;
    margin-top: 3.90625vw;
  }
}
.l-footer .footer__copy {
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .l-footer .footer__copy {
    font-size: 14px;
    padding: 30px 0 0;
  }
}
@media screen and (max-width:768px) {
  .l-footer .footer__copy {
    font-size: 2.9947916667vw;
    padding: 3.90625vw 0;
  }
}
.l-footer .footer__sns {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .l-footer .footer__sns {
    column-gap: 20px;
  }
}
@media screen and (max-width:768px) {
  .l-footer .footer__sns {
    margin: 10.4166666667vw 0 7.8125vw;
    column-gap: 5.2083333333vw;
  }
}
.l-footer .footer__sns img {
  width: auto;
}
@media print, screen and (min-width:769px) {
  .l-footer .footer__sns img {
    height: 40px;
  }
}
@media screen and (max-width:768px) {
  .l-footer .footer__sns img {
    height: 7.8125vw;
  }
}

.page-ttl {
  background: #F6F6F6 url(../assets/images/page-ttl_bg.png) no-repeat top center/cover;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
@media print, screen and (min-width:769px) {
  .page-ttl {
    width: calc(100% - 40px);
    margin-top: 20px;
    border-radius: 20px;
    min-height: 460px;
    font-size: 50px;
  }
}
@media screen and (max-width:768px) {
  .page-ttl {
    width: 95%;
    text-align: center;
    margin-top: 2.6041666667vw;
    border-radius: 2.6041666667vw;
    min-height: 72.9166666667vw;
    font-size: 6.5104166667vw;
  }
}

.breadcrumb {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media print, screen and (min-width:769px) {
  .breadcrumb {
    margin-top: 40px;
  }
}
@media screen and (max-width:768px) {
  .breadcrumb {
    margin-top: 5.2083333333vw;
  }
}
.breadcrumb__list {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .breadcrumb__list {
    font-size: 16px;
  }
}
@media screen and (max-width:768px) {
  .breadcrumb__list {
    font-size: 3.125vw;
    align-items: center;
  }
}
.breadcrumb__list a {
  color: #EC6A01;
}
@media print, screen and (min-width:1080px) {
  .breadcrumb__list a {
    transition: all 0.3s;
  }
  .breadcrumb__list a:hover {
    text-decoration: underline;
    transition: all 0.3s;
  }
}
.breadcrumb__list > li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  font-size: 16px;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .breadcrumb__list > li:not(:last-child)::after {
    padding: 0 16px;
  }
}
@media screen and (max-width:768px) {
  .breadcrumb__list > li:not(:last-child)::after {
    font-size: 3.125vw;
    padding: 0 2.0833333333vw;
  }
}

@media print, screen and (min-width:769px) {
  .curriculum {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width:768px) {
  .curriculum {
    padding: 10.4166666667vw 0 15.625vw;
  }
}
@media print, screen and (min-width:769px) {
  .curriculum .c-ttl04 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  .curriculum .c-ttl04 {
    margin-bottom: 10.4166666667vw;
  }
}
.curriculum .c-ttl04::before {
  border-top: solid 3px #C2E3DA;
  border-bottom: solid 3px #C2E3DA;
  border-left: solid 3px #C2E3DA;
}
.curriculum .c-ttl04::after {
  border-top: solid 3px #C2E3DA;
  border-bottom: solid 3px #C2E3DA;
  border-right: solid 3px #C2E3DA;
}
.curriculum__txt {
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .curriculum__txt {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:768px) {
  .curriculum__txt {
    font-size: 3.6458333333vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width:768px) {
  .curriculum__table {
    margin-right: -3.90625vw;
  }
}
@media screen and (max-width:768px) {
  .curriculum__table-inner {
    overflow-x: scroll;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width:768px) {
  .curriculum__table-inner img {
    min-width: 700px;
  }
}

.learning {
  background-color: #C2E3DA;
}
@media print, screen and (min-width:769px) {
  .learning {
    padding: 60px 0;
  }
}
@media screen and (max-width:768px) {
  .learning {
    padding: 5.2083333333vw 0;
  }
}
.learning__wrap {
  background-color: #fff;
}
@media print, screen and (min-width:769px) {
  .learning__wrap {
    border-radius: 16px;
    padding: 60px 40px;
  }
}
@media screen and (max-width:768px) {
  .learning__wrap {
    border-radius: 2.0833333333vw;
    padding: 7.8125vw 5.2083333333vw;
  }
}
.learning__ttl {
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .learning__ttl {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width:768px) {
  .learning__ttl {
    font-size: 5.2083333333vw;
    margin-bottom: 7.8125vw;
  }
}
.learning__map {
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .learning__map {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:768px) {
  .learning__map {
    margin-bottom: 7.8125vw;
  }
}
.learning__list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width:769px) {
  .learning__list {
    column-gap: 40px;
    row-gap: 60px;
  }
}
@media screen and (max-width:768px) {
  .learning__list {
    row-gap: 10.4166666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .learning__list > li {
    width: 520px;
  }
}
@media screen and (max-width:768px) {
  .learning__list > li {
    width: 100%;
  }
}
.learning__list .name {
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .learning__list .name {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .learning__list .name {
    font-size: 4.6875vw;
    margin-bottom: 2.6041666667vw;
  }
}
.learning__list .address {
  font-weight: 500;
  line-height: 1.6;
}
@media print, screen and (min-width:769px) {
  .learning__list .address {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width:768px) {
  .learning__list .address {
    font-size: 3.6458333333vw;
    margin-bottom: 2.6041666667vw;
  }
}
.learning__list .btn a {
  display: flex;
  align-items: center;
  background-color: #3C3C4A;
  position: relative;
  color: #fff;
  transition: all 0.3s;
}
@media print, screen and (min-width:769px) {
  .learning__list .btn a {
    border-radius: 8px;
    font-size: 20px;
    width: 200px;
    height: 50px;
    padding-left: 20px;
  }
}
@media screen and (max-width:768px) {
  .learning__list .btn a {
    border-radius: 2.0833333333vw;
    font-size: 3.6458333333vw;
    width: 44.2708333333vw;
    height: 10.4166666667vw;
    padding-left: 3.90625vw;
  }
}
@media print, screen and (min-width:769px) {
  .learning__list .btn a:hover {
    opacity: 0.8;
  }
}
.learning__list .btn a::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.226' height='24' viewBox='0 0 13.226 24'%3E%3Cpath id='arrow_back_ios_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24' d='M42.777-847.508l-9.3,9.3a1.463,1.463,0,0,0-.459,1.107,1.577,1.577,0,0,0,.49,1.107,1.518,1.518,0,0,0,1.107.475,1.518,1.518,0,0,0,1.107-.475l9.745-9.714a2.529,2.529,0,0,0,.57-.854,2.54,2.54,0,0,0,.19-.949,2.539,2.539,0,0,0-.19-.949,2.528,2.528,0,0,0-.57-.854l-9.745-9.745a1.481,1.481,0,0,0-1.123-.459,1.593,1.593,0,0,0-1.123.49A1.518,1.518,0,0,0,33-857.918a1.518,1.518,0,0,0,.475,1.107Z' transform='translate(-33 859.516)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .learning__list .btn a::after {
    width: 8px;
    height: 14px;
    right: 20px;
  }
}
@media screen and (max-width:768px) {
  .learning__list .btn a::after {
    width: 1.6927083333vw;
    height: 3.125vw;
    right: 3.90625vw;
  }
}

.fee {
  background: linear-gradient(130deg, rgb(225, 244, 252) 0%, rgb(242, 243, 235) 100%);
}
@media print, screen and (min-width:769px) {
  .fee {
    padding: 100px 0;
  }
}
@media screen and (max-width:768px) {
  .fee {
    padding: 13.0208333333vw 0;
  }
}
@media print, screen and (min-width:769px) {
  .fee .c-ttl04 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  .fee .c-ttl04 {
    margin-bottom: 10.4166666667vw;
  }
}
.fee .c-ttl04::before {
  border-top: solid 3px #F8B62B;
  border-bottom: solid 3px #F8B62B;
  border-left: solid 3px #F8B62B;
}
.fee .c-ttl04::after {
  border-top: solid 3px #F8B62B;
  border-bottom: solid 3px #F8B62B;
  border-right: solid 3px #F8B62B;
}
@media print, screen and (min-width:769px) {
  .fee__list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:768px) {
  .fee__list {
    margin-bottom: 5.2083333333vw;
  }
}
.fee__list .ttl {
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .fee__list .ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .fee__list .ttl {
    font-size: 4.6875vw;
    margin-bottom: 2.6041666667vw;
  }
}
.fee__list .txt {
  line-height: 1.5;
}
@media print, screen and (min-width:769px) {
  .fee__list .txt {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:768px) {
  .fee__list .txt {
    font-size: 3.3854166667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.fee__list .image {
  margin: 0 auto;
}
@media print, screen and (min-width:769px) {
  .fee__list .image {
    max-width: 1120px;
  }
}
@media print, screen and (min-width:769px) {
  .fee__list li + li {
    margin-top: 80px;
  }
}
@media screen and (max-width:768px) {
  .fee__list li + li {
    margin-top: 13.0208333333vw;
  }
}
.fee__note li {
  position: relative;
  line-height: 1.4;
}
@media print, screen and (min-width:769px) {
  .fee__note li {
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .fee__note li {
    padding-left: 3.6458333333vw;
    font-size: 3.6458333333vw;
    margin-bottom: 1.3020833333vw;
  }
}
.fee__note li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.faq {
  background: #F8B62B;
}
@media print, screen and (min-width:769px) {
  .faq {
    padding: 100px 0;
  }
}
@media screen and (max-width:768px) {
  .faq {
    padding: 13.0208333333vw 0;
  }
}
.faq .c-ttl04 {
  color: #fff;
}
@media print, screen and (min-width:769px) {
  .faq .c-ttl04 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:768px) {
  .faq .c-ttl04 {
    margin-bottom: 10.4166666667vw;
  }
}
.faq__wrap {
  background: #fff;
}
@media print, screen and (min-width:769px) {
  .faq__wrap {
    border-radius: 16px;
    padding: 30px 40px;
  }
}
@media screen and (max-width:768px) {
  .faq__wrap {
    border-radius: 2.0833333333vw;
    padding: 3.90625vw 3.90625vw;
  }
}
.faq dl:not(:last-child) {
  border-bottom: 2px dotted #EC6A01;
}
.faq dl dt {
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width:769px) {
  .faq dl dt {
    margin-top: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width:768px) {
  .faq dl dt {
    margin-top: 2.6041666667vw;
    font-size: 4.1666666667vw;
  }
}
.faq dl dt span {
  color: #EC6A01;
  font-weight: 700;
  display: inline-block;
}
@media print, screen and (min-width:769px) {
  .faq dl dt span {
    font-size: 26px;
    margin-right: 6px;
  }
}
@media screen and (max-width:768px) {
  .faq dl dt span {
    margin-right: 1.3020833333vw;
    font-size: 4.6875vw;
  }
}
.faq dl dd {
  font-weight: 400;
  line-height: 1.6;
}
@media print, screen and (min-width:769px) {
  .faq dl dd {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .faq dl dd {
    margin-top: 2.6041666667vw;
    padding-bottom: 2.6041666667vw;
  }
}

.float_line {
  position: fixed;
  text-align: center;
  z-index: 998;
}
@media print, screen and (min-width:769px) {
  .float_line {
    right: 0;
    top: 140px;
  }
}
@media screen and (max-width:768px) {
  .float_line {
    bottom: 13.0208333333vw;
    left: 0;
  }
}
.float_line a {
  color: #fff;
  background: #06C755;
  display: block;
}
@media print, screen and (min-width:769px) {
  .float_line a {
    height: 170px;
    width: 60px;
    padding-top: 10px;
    border-radius: 8px 0 0 8px;
  }
}
@media print, screen and (min-width:1080px) {
  .float_line a {
    transition: all 0.3s;
  }
  .float_line a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .float_line a {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 13.0208333333vw;
  }
}
.float_line-icon {
  display: block;
}
@media print, screen and (min-width:769px) {
  .float_line-icon {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .float_line-icon {
    margin-right: 2.6041666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .float_line-icon img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .float_line-icon img {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
.float_line-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .float_line-txt {
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: start;
  }
}
@media screen and (max-width:768px) {
  .float_line-txt {
    font-size: 3.3854166667vw;
    line-height: 1.2;
  }
}

.float_online {
  position: fixed;
  text-align: center;
  z-index: 998;
}
@media print, screen and (min-width:769px) {
  .float_online {
    right: 0;
    top: 320px;
  }
}
@media screen and (max-width:768px) {
  .float_online {
    bottom: 13.0208333333vw;
    right: 0;
  }
}
.float_online a {
  color: #fff;
  background: linear-gradient(130deg, rgb(235, 173, 105) 0%, rgb(235, 126, 109) 100%);
  display: block;
}
@media print, screen and (min-width:769px) {
  .float_online a {
    height: 124px;
    width: 60px;
    padding-top: 20px;
    border-radius: 8px 0 0 8px;
  }
}
@media print, screen and (min-width:1080px) {
  .float_online a {
    transition: all 0.3s;
  }
  .float_online a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .float_online a {
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 13.0208333333vw;
  }
}
.float_online-txt {
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .float_online-txt {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (max-width:768px) {
  .float_online-txt {
    font-size: 3.3854166667vw;
  }
}

.float_internet {
  position: fixed;
  text-align: center;
  z-index: 998;
}
@media print, screen and (min-width:769px) {
  .float_internet {
    right: 0;
    top: 454px;
  }
}
@media screen and (max-width:768px) {
  .float_internet {
    bottom: 0;
    left: 0;
  }
}
.float_internet a {
  color: #fff;
  background: linear-gradient(130deg, rgb(235, 173, 105) 0%, rgb(235, 126, 109) 100%);
  display: block;
}
@media print, screen and (min-width:769px) {
  .float_internet a {
    height: 180px;
    width: 60px;
    padding-top: 20px;
    border-radius: 8px 0 0 8px;
  }
}
@media print, screen and (min-width:1080px) {
  .float_internet a {
    transition: all 0.3s;
  }
  .float_internet a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .float_internet a {
    border-right: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 13.0208333333vw;
  }
}
.float_internet-txt {
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .float_internet-txt {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (max-width:768px) {
  .float_internet-txt {
    font-size: 3.3854166667vw;
  }
}

.float_request {
  position: fixed;
  text-align: center;
  z-index: 998;
}
@media print, screen and (min-width:769px) {
  .float_request {
    right: 0;
    top: 644px;
  }
}
@media screen and (max-width:768px) {
  .float_request {
    bottom: 0;
    right: 0;
  }
}
.float_request a {
  color: #fff;
  background: linear-gradient(130deg, rgb(235, 173, 105) 0%, rgb(235, 126, 109) 100%);
  display: block;
}
@media print, screen and (min-width:769px) {
  .float_request a {
    height: 106px;
    width: 60px;
    padding-top: 20px;
    border-radius: 8px 0 0 8px;
  }
}
@media print, screen and (min-width:1080px) {
  .float_request a {
    transition: all 0.3s;
  }
  .float_request a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .float_request a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 13.0208333333vw;
  }
}
.float_request-txt {
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .float_request-txt {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (max-width:768px) {
  .float_request-txt {
    font-size: 3.3854166667vw;
  }
}

.float_reserv {
  position: fixed;
  text-align: center;
  z-index: 998;
}
@media print, screen and (min-width:769px) {
  .float_reserv {
    right: 0;
    top: 320px;
  }
}
@media screen and (max-width:768px) {
  .float_reserv {
    bottom: 13.0208333333vw;
    right: 0;
  }
}
.float_reserv a {
  color: #fff;
  background: linear-gradient(130deg, rgb(235, 173, 105) 0%, rgb(235, 126, 109) 100%);
  display: block;
}
@media print, screen and (min-width:769px) {
  .float_reserv a {
    height: 136px;
    width: 60px;
    padding-top: 20px;
    border-radius: 8px 0 0 8px;
  }
}
@media print, screen and (min-width:1080px) {
  .float_reserv a {
    transition: all 0.3s;
  }
  .float_reserv a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .float_reserv a {
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 13.0208333333vw;
  }
}
.float_reserv-txt {
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .float_reserv-txt {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (max-width:768px) {
  .float_reserv-txt {
    font-size: 3.3854166667vw;
  }
}

@media print, screen and (min-width:769px) {
  #graduated .float_internet {
    top: 466px;
  }
  #graduated .float_request {
    top: 656px;
  }
}
#graduated .mv {
  position: relative;
}
@media print, screen and (min-width:769px) {
  #graduated .mv {
    margin-top: clamp(4.75rem, 6.25vw, 6.25rem);
    max-height: none;
    min-height: 50.6875vw;
  }
}
#graduated .mv__copy {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: fit-content;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  z-index: 3;
}
@media print, screen and (min-width:769px) {
  #graduated .mv__copy {
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width:768px) {
  #graduated .mv__copy {
    bottom: 2.6041666667vw;
  }
}
#graduated .mv__copy span {
  background: #fff;
  display: block;
  width: fit-content;
  border-radius: 10px;
}
@media print, screen and (min-width:769px) {
  #graduated .mv__copy span {
    font-size: 46px;
    padding: 16px 20px;
    margin: 20px auto;
  }
}
@media screen and (max-width:768px) {
  #graduated .mv__copy span {
    font-size: 5.7291666667vw;
    padding: 2.6041666667vw;
    margin: 2.0833333333vw auto;
  }
}
#graduated .mv__copy .main {
  color: #EC6A01;
}
#graduated .mv__copy .sub {
  color: #3C3C4A;
}
#graduated .mv__img {
  position: absolute;
  z-index: 2;
  right: 0;
  margin: auto;
  padding: 0;
  width: fit-content;
  height: fit-content;
  max-width: initial;
}
@media print, screen and (min-width:769px) {
  #graduated .mv__img {
    top: 0;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width:768px) {
  #graduated .mv__img {
    top: 20.8333333333vw;
    width: 96%;
  }
}
#graduated .mv__txt {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
}
@media print, screen and (min-width:769px) {
  #graduated .mv__txt {
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width:768px) {
  #graduated .mv__txt {
    top: 23.4375vw;
  }
}
#graduated .intro {
  background: none;
}
#graduated .intro__copy {
  line-height: 1.5;
}
@media print, screen and (min-width:769px) {
  #graduated .intro__copy {
    font-size: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width:768px) {
  #graduated .intro__copy {
    font-size: 5.7291666667vw;
    margin-bottom: 3.90625vw;
  }
}
#graduated .intro__txt span {
  display: inline-block;
}
#graduated .intro__list {
  display: flex;
}
@media print, screen and (min-width:769px) {
  #graduated .intro__list {
    column-gap: 30px;
    margin: 100px 0;
  }
}
@media screen and (max-width:768px) {
  #graduated .intro__list {
    flex-direction: column;
    row-gap: 10.4166666667vw;
    margin: 10.4166666667vw 0;
  }
}
#graduated .intro__list li {
  background-color: #fff;
  width: 33.3333333333%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 6px 6px 0px 0px rgba(248, 182, 43, 0.4);
  text-align: center;
}
@media print, screen and (min-width:769px) {
  #graduated .intro__list li {
    border-radius: 16px;
    padding: 40px;
  }
}
@media screen and (max-width:768px) {
  #graduated .intro__list li {
    width: 100%;
    padding: 3.90625vw 2.6041666667vw;
    border-radius: 1.3020833333vw;
  }
}
#graduated .intro__list li .num {
  position: absolute;
}
@media print, screen and (min-width:769px) {
  #graduated .intro__list li .num {
    top: -20px;
    left: 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .intro__list li .num {
    top: -5.2083333333vw;
    left: 2.6041666667vw;
  }
}
@media screen and (max-width:768px) {
  #graduated .intro__list li .num img {
    width: auto;
    height: 10.4166666667vw;
  }
}
#graduated .intro__list li .txt {
  line-height: 1.5;
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  #graduated .intro__list li .txt {
    font-size: 28px;
  }
}
@media screen and (max-width:768px) {
  #graduated .intro__list li .txt {
    font-size: 4.6875vw;
  }
}
#graduated .intro__list li .txt em {
  color: #EC6A01;
}
@media print, screen and (min-width:769px) {
  #graduated .intro__list li .txt em {
    font-size: 36px;
  }
}
@media screen and (max-width:768px) {
  #graduated .intro__list li .txt em {
    font-size: 5.9895833333vw;
  }
}
#graduated .about {
  background: linear-gradient(144deg, rgb(235, 173, 105) 0%, rgb(235, 126, 109) 100%);
  position: relative;
}
@media print, screen and (min-width:769px) {
  #graduated .about {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width:768px) {
  #graduated .about {
    padding: 13.0208333333vw 0 15.625vw;
  }
}
#graduated .about::before {
  content: "";
  display: block;
  background: url(../assets/images/pickup_bg.svg) no-repeat top center/100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media print, screen and (min-width:769px) {
  #graduated .about::before {
    width: 100%;
    height: 100%;
    top: 70px;
  }
}
@media screen and (max-width:768px) {
  #graduated .about::before {
    width: 100%;
    height: 100%;
    top: 9.1145833333vw;
  }
}
#graduated .about__ttl {
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: fit-content;
}
@media print, screen and (min-width:769px) {
  #graduated .about__ttl {
    margin: 0 auto 60px;
    font-size: 48px;
    padding: 0 50px;
  }
}
@media screen and (max-width:768px) {
  #graduated .about__ttl {
    margin: 0 auto 6.5104166667vw;
    font-size: 6.25vw;
    padding: 0 3.90625vw;
  }
}
#graduated .about__ttl::before, #graduated .about__ttl::after {
  position: absolute;
  top: -3px;
  width: 10px;
  height: 100%;
  content: "";
  border-top: solid 3px;
  border-bottom: solid 3px;
}
#graduated .about__ttl::before {
  border-left: solid 3px;
  left: 0;
}
#graduated .about__ttl::after {
  border-right: solid 3px;
  right: 0;
}
#graduated .about__wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 40px;
}
@media print, screen and (min-width:769px) {
  #graduated .about__wrap {
    border-radius: 20px;
    padding: 80px 40px;
  }
}
@media screen and (max-width:768px) {
  #graduated .about__wrap {
    border-radius: 2.6041666667vw;
    padding: 7.8125vw 2.6041666667vw;
  }
}
#graduated .about__ttl02 {
  background: linear-gradient(90deg, rgb(177, 214, 210) 0%, rgb(236, 200, 158) 50%, rgb(242, 169, 159) 100%);
  color: #fff;
  width: fit-content;
  margin: 0 auto;
}
@media print, screen and (min-width:769px) {
  #graduated .about__ttl02 {
    font-size: 34px;
    margin-bottom: 70px;
    padding: 10px 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .about__ttl02 {
    text-align: center;
    font-size: 5.2083333333vw;
    padding: 2.0833333333vw 2.6041666667vw;
    line-height: 1.4;
    margin-bottom: 7.8125vw;
  }
}
#graduated .about__list {
  display: flex;
}
@media print, screen and (min-width:769px) {
  #graduated .about__list {
    margin-bottom: 60px;
    column-gap: 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .about__list {
    flex-direction: column;
    row-gap: 3.90625vw;
    margin-bottom: 10.4166666667vw;
  }
}
#graduated .about__list li {
  background: #fff;
}
@media print, screen and (min-width:769px) {
  #graduated .about__list li {
    border-radius: 16px;
    padding: 40px 20px 24px;
    width: 33.3333333333%;
  }
}
@media screen and (max-width:768px) {
  #graduated .about__list li {
    border-radius: 2.0833333333vw;
    padding: 6.5104166667vw 3.90625vw 3.90625vw;
  }
}
#graduated .about__list li .ttl {
  display: block;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  line-height: 0.8;
}
@media print, screen and (min-width:769px) {
  #graduated .about__list li .ttl {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width:768px) {
  #graduated .about__list li .ttl {
    font-size: 5.2083333333vw;
    margin-bottom: 2.6041666667vw;
  }
}
#graduated .about__list li .ttl::after {
  content: "";
  width: 100%;
  display: inline-block;
}
@media print, screen and (min-width:769px) {
  #graduated .about__list li .ttl::after {
    height: 6px;
    border-radius: 10px;
  }
}
@media screen and (max-width:768px) {
  #graduated .about__list li .ttl::after {
    height: 1.0416666667vw;
    border-radius: 2.6041666667vw;
  }
}
#graduated .about__list li .txt {
  line-height: 1.6;
}
@media print, screen and (min-width:769px) {
  #graduated .about__list li .txt {
    font-size: 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .about__list li .txt {
    font-size: 3.90625vw;
  }
}
#graduated .about__list li.media {
  border: 2px solid #E5CF8F;
}
#graduated .about__list li.media .ttl::after {
  background: #E5CF8F;
}
#graduated .about__list li.business {
  border: 2px solid #A5CDCB;
}
#graduated .about__list li.business .ttl::after {
  background: #A5CDCB;
}
#graduated .about__list li.it {
  border: 2px solid #BFD871;
}
#graduated .about__list li.it .ttl::after {
  background: #BFD871;
}
#graduated .about__img {
  max-width: 640px;
  margin: 0 auto;
}
@media print, screen and (min-width:769px) {
  #graduated .about__img {
    margin-bottom: 100px;
  }
}
@media screen and (max-width:768px) {
  #graduated .about__img {
    margin-bottom: 13.0208333333vw;
  }
}
#graduated .about__ttl03 {
  color: #EC6A01;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width:769px) {
  #graduated .about__ttl03 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:768px) {
  #graduated .about__ttl03 {
    font-size: 4.4270833333vw;
    margin-bottom: 5.2083333333vw;
  }
}
#graduated .about__txt {
  text-align: center;
  line-height: 2;
}
@media print, screen and (min-width:769px) {
  #graduated .about__txt {
    font-size: 24px;
  }
}
@media screen and (max-width:768px) {
  #graduated .about__txt {
    font-size: 3.3854166667vw;
  }
}
@media print, screen and (min-width:769px) {
  #graduated .point {
    padding-top: 120px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point {
    padding-top: 15.625vw;
  }
}
#graduated .point__ttl {
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width:769px) {
  #graduated .point__ttl {
    font-size: 56px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point__ttl {
    font-size: 6.5104166667vw;
    margin-bottom: 10.4166666667vw;
  }
}
#graduated .point__ttl span {
  color: #fff;
  display: block;
  background: linear-gradient(90deg, rgb(177, 214, 210) 0%, rgb(236, 200, 158) 50%, rgb(242, 169, 159) 100%);
  width: fit-content;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  #graduated .point__ttl span {
    font-size: 48px;
    margin-bottom: 20px;
    padding: 10px 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point__ttl span {
    font-size: 6.25vw;
    margin-bottom: 2.6041666667vw;
    padding: 1.3020833333vw 2.6041666667vw;
  }
}
#graduated .point__nav {
  display: flex;
}
@media print, screen and (min-width:769px) {
  #graduated .point__nav {
    column-gap: 30px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point__nav {
    flex-direction: column;
    margin-bottom: 15.625vw;
    row-gap: 5.2083333333vw;
  }
}
@media print, screen and (min-width:769px) {
  #graduated .point__nav > li {
    width: calc(33.33% - 15px);
  }
}
@media screen and (max-width:768px) {
  #graduated .point__nav > li {
    width: 100%;
  }
}
#graduated .point__nav a {
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: 100%;
}
@media print, screen and (min-width:769px) {
  #graduated .point__nav a {
    border-radius: 16px;
    padding: 32px 20px 50px;
  }
}
@media print, screen and (min-width:1080px) {
  #graduated .point__nav a {
    transition: all 0.3s;
  }
  #graduated .point__nav a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  #graduated .point__nav a {
    border-radius: 2.0833333333vw;
    padding: 7.8125vw 2.6041666667vw 8.8541666667vw;
  }
}
#graduated .point__nav a::before {
  content: "";
  background: #F8B62B;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media print, screen and (min-width:769px) {
  #graduated .point__nav a::before {
    height: 36px;
    border-radius: 0 0 16px 16px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point__nav a::before {
    height: 4.6875vw;
    border-radius: 0 0 2.0833333333vw 2.0833333333vw;
  }
}
#graduated .point__nav a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  #graduated .point__nav a::after {
    border-width: 10px 11px 0 11px;
    bottom: 12px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point__nav a::after {
    border-width: 1.3020833333vw 1.4322916667vw 0 1.4322916667vw;
    bottom: 1.5625vw;
  }
}
#graduated .point__nav .ttl {
  font-weight: 700;
  text-align: center;
  color: #EC6A01;
  line-height: 1.4;
}
@media print, screen and (min-width:769px) {
  #graduated .point__nav .ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point__nav .ttl {
    font-size: 5.2083333333vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media print, screen and (min-width:769px) {
  #graduated .point__nav .list {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width:768px) {
  #graduated .point__nav .list {
    padding: 2.6041666667vw 2.6041666667vw 0;
  }
}
#graduated .point__nav .list li {
  position: relative;
  line-height: 1.4;
}
@media print, screen and (min-width:769px) {
  #graduated .point__nav .list li {
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 16px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point__nav .list li {
    font-size: 3.90625vw;
    margin-bottom: 2.6041666667vw;
    padding-left: 3.90625vw;
  }
}
#graduated .point__nav .list li::before {
  content: "●";
  color: #F8B62B;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width:769px) {
  #graduated .point__nav .list li::before {
    font-size: 10px;
    top: 5px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point__nav .list li::before {
    font-size: 2.6041666667vw;
    top: 0.6510416667vw;
  }
}
#graduated .point__nav em {
  font-weight: 700;
  line-height: 1.4583333333;
  color: #EC6A01;
}
@media print, screen and (min-width:769px) {
  #graduated .point__nav em {
    font-size: 24px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point__nav em {
    font-size: 5.2083333333vw;
  }
}
#graduated .point__wrap {
  background: #fff;
  overflow: hidden;
}
@media print, screen and (min-width:769px) {
  #graduated .point__wrap {
    border-radius: 16px;
    padding: 80px 40px 0;
    margin: 100px auto 120px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point__wrap {
    border-radius: 2.0833333333vw;
    padding: 10.4166666667vw 3.90625vw 0;
    margin: 13.0208333333vw auto 15.625vw;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .c-ttl01 {
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .c-ttl02 {
    font-size: 3.90625vw;
  }
}
#graduated .point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width:769px) {
  #graduated .point__list {
    margin: 70px auto 40px;
    column-gap: 40px;
    row-gap: 30px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point__list {
    margin: 9.1145833333vw auto 5.2083333333vw;
    row-gap: 5.2083333333vw;
  }
}
#graduated .point__list li {
  background: #FFF6E3;
}
@media print, screen and (min-width:769px) {
  #graduated .point__list li {
    width: calc(50% - 20px);
    border-radius: 16px;
    padding: 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point__list li {
    border-radius: 2.0833333333vw;
    padding: 3.90625vw;
  }
}
#graduated .point__list li .ttl {
  color: #EC6A01;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 1.4;
  border-bottom: dotted 2px #EC6A01;
}
@media print, screen and (min-width:769px) {
  #graduated .point__list li .ttl {
    font-size: 24px;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point__list li .ttl {
    font-size: 5.2083333333vw;
    padding-bottom: 2.6041666667vw;
    margin-bottom: 3.90625vw;
  }
}
#graduated .point__list li .txt {
  line-height: 1.5;
}
@media print, screen and (min-width:769px) {
  #graduated .point__list li .txt {
    font-size: 16px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point__list li .txt {
    font-size: 3.6458333333vw;
  }
}
#graduated .point .pickup {
  background: #fff;
  position: relative;
  padding-bottom: 0;
}
#graduated .point .pickup::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
  background: none;
  position: absolute;
  top: 0;
}
@media print, screen and (min-width:769px) {
  #graduated .point .pickup::before {
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 40px solid #f8b62b;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .pickup::before {
    border-right: 6.5104166667vw solid transparent;
    border-left: 6.5104166667vw solid transparent;
    border-top: 5.2083333333vw solid #f8b62b;
  }
}
#graduated .point .pickup__subttl {
  text-align: center;
  font-weight: 700;
  color: #3C3C4A;
}
@media print, screen and (min-width:769px) {
  #graduated .point .pickup__subttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .pickup__subttl {
    font-size: 3.6458333333vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media print, screen and (min-width:769px) {
  #graduated .point .pickup .c-ttl02 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .pickup .c-ttl02 {
    margin-bottom: 10.4166666667vw;
  }
}
#graduated .point .pickup__skill {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width:769px) {
  #graduated .point .pickup__skill {
    column-gap: 40px;
    margin: 10px auto 80px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .pickup__skill {
    flex-direction: column;
    row-gap: 7.8125vw;
    margin: 2.6041666667vw auto 10.4166666667vw;
  }
}
#graduated .point .pickup__skill li {
  background: #DDE8E8;
  color: #3C3C4A;
  font-weight: 700;
  position: relative;
}
@media print, screen and (min-width:769px) {
  #graduated .point .pickup__skill li {
    font-size: 26px;
    border-radius: 8px;
    padding: 16px 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .pickup__skill li {
    font-size: 4.1666666667vw;
    border-radius: 1.0416666667vw;
    padding: 2.6041666667vw;
    text-align: center;
  }
}
#graduated .point .pickup__skill li:not(:last-child)::after {
  content: "✕";
  color: #F8B62B;
  font-weight: 700;
  position: absolute;
}
@media print, screen and (min-width:769px) {
  #graduated .point .pickup__skill li:not(:last-child)::after {
    font-size: 24px;
    right: -30px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .pickup__skill li:not(:last-child)::after {
    font-size: 5.2083333333vw;
    bottom: -6.5104166667vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .pickup__list {
    row-gap: 5.2083333333vw;
  }
}
#graduated .point .pickup__list li {
  background: #F9F9F9;
  border: none;
}
#graduated .point .pickup__list .c-ttl03 {
  display: block;
}
@media print, screen and (min-width:769px) {
  #graduated .point .pickup__list .c-ttl03 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .pickup__list .c-ttl03 {
    font-size: 3.3854166667vw;
    margin-bottom: 1.3020833333vw;
  }
}
#graduated .point .pickup__list .ttl {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  color: #EC6A01;
}
@media print, screen and (min-width:769px) {
  #graduated .point .pickup__list .ttl {
    font-size: 30px;
    margin: 40px auto 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .pickup__list .ttl {
    font-size: 5.2083333333vw;
    margin: 6.5104166667vw auto 2.6041666667vw;
  }
}
#graduated .point .pickup__list .ttl span {
  color: #F8B62B;
  display: block;
}
#graduated .point .pickup__list .txt {
  line-height: 1.5;
}
@media print, screen and (min-width:769px) {
  #graduated .point .pickup__list .txt {
    font-size: 16px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .pickup__list .txt {
    font-size: 3.90625vw;
  }
}
#graduated .point .pickup__job {
  position: relative;
  display: flex;
  background: linear-gradient(130deg, rgb(235, 173, 105) 0%, rgb(235, 126, 109) 100%);
}
@media print, screen and (min-width:769px) {
  #graduated .point .pickup__job {
    margin: 120px auto 0;
    padding: 40px;
    column-gap: 40px;
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .pickup__job {
    margin: 13.0208333333vw auto 0;
    padding: 5.2083333333vw;
    margin-left: -6.5104166667vw;
    margin-right: -6.5104166667vw;
    flex-direction: column;
    row-gap: 3.90625vw;
  }
}
#graduated .point .pickup__job::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
  background: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  #graduated .point .pickup__job::before {
    top: -70px;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 40px solid #DB7C55;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .pickup__job::before {
    top: -9.1145833333vw;
    border-right: 6.5104166667vw solid transparent;
    border-left: 6.5104166667vw solid transparent;
    border-top: 5.2083333333vw solid #DB7C55;
  }
}
#graduated .point .pickup__job li {
  text-align: center;
  border: 1px solid #EC6A01;
  background: #fff;
}
@media print, screen and (min-width:769px) {
  #graduated .point .pickup__job li {
    width: calc(50% - 20px);
    border-radius: 16px;
    padding: 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .pickup__job li {
    border-radius: 2.0833333333vw;
    padding: 2.6041666667vw;
  }
}
#graduated .point .pickup__job li .ttl {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: auto;
  display: block;
}
@media print, screen and (min-width:769px) {
  #graduated .point .pickup__job li .ttl {
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .pickup__job li .ttl {
    font-size: 4.6875vw;
    margin-bottom: 3.90625vw;
  }
}
#graduated .point .pickup__job li .ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(177, 214, 210) 0%, rgb(236, 200, 158) 50%, rgb(242, 169, 159) 100%);
  width: 100%;
  height: 6px;
  border-radius: 100px;
}
@media print, screen and (min-width:769px) {
  #graduated .point .pickup__job li .ttl::after {
    height: 6px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .pickup__job li .ttl::after {
    height: 0.78125vw;
  }
}
#graduated .point .pickup__job li .txt {
  line-height: 1.4;
}
@media print, screen and (min-width:769px) {
  #graduated .point .pickup__job li .txt {
    font-size: 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .pickup__job li .txt {
    font-size: 3.6458333333vw;
  }
}
#graduated .point .pickup__job li .img {
  display: block;
}
@media print, screen and (min-width:769px) {
  #graduated .point .pickup__job li .img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .point .pickup__job li .img {
    margin-bottom: 2.6041666667vw;
  }
}
#graduated .point .pickup__job li .img img {
  border-radius: 10px;
}
#graduated .plan {
  background: linear-gradient(130deg, rgb(225, 244, 252) 0%, rgb(242, 243, 235) 100%);
  position: relative;
}
@media print, screen and (min-width:769px) {
  #graduated .plan {
    padding: 100px 0;
  }
}
@media screen and (max-width:768px) {
  #graduated .plan {
    padding: 13.0208333333vw 0;
  }
}
#graduated .plan::before {
  content: "";
  background: url(../assets/images/message_bg.svg) no-repeat top center/100%;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width:769px) {
  #graduated .plan::before {
    top: 90px;
  }
}
@media screen and (max-width:768px) {
  #graduated .plan::before {
    top: 13.0208333333vw;
  }
}
#graduated .plan .c-ttl03 {
  margin: 0 0 20px;
}
#graduated .plan .c-ttl04::before, #graduated .plan .c-ttl04::after {
  color: #F8B62B;
}
#graduated .plan__wrap {
  display: flex;
}
@media print, screen and (min-width:769px) {
  #graduated .plan__wrap {
    column-gap: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .plan__wrap {
    flex-direction: column;
    row-gap: 5.2083333333vw;
    margin-bottom: 5.2083333333vw;
  }
}
#graduated .plan__box {
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width:769px) {
  #graduated .plan__box {
    border-radius: 16px;
    width: calc(50% - 20px);
    padding: 40px 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .plan__box {
    border-radius: 2.0833333333vw;
    padding: 5.2083333333vw 2.6041666667vw;
  }
}
#graduated .plan__txt {
  line-height: 1.5;
  font-weight: 500;
}
@media print, screen and (min-width:769px) {
  #graduated .plan__txt {
    font-size: 18px;
    margin-bottom: 40px;
    flex-grow: 1;
  }
}
@media screen and (max-width:768px) {
  #graduated .plan__txt {
    font-size: 3.6458333333vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media print, screen and (min-width:769px) {
  #graduated .plan__table {
    flex-grow: 1;
  }
}
@media print, screen and (min-width:769px) {
  #graduated .plan__notes {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:768px) {
  #graduated .plan__notes {
    margin-bottom: 5.2083333333vw;
  }
}
#graduated .plan__notes li {
  display: flex;
  line-height: 1.4;
}
@media print, screen and (min-width:769px) {
  #graduated .plan__notes li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  #graduated .plan__notes li {
    font-size: 3.3854166667vw;
    margin-bottom: 1.3020833333vw;
  }
}
#graduated .plan__graph {
  background: #fff;
  box-shadow: 6px 6px 0px 0px rgb(194, 227, 218);
}
@media print, screen and (min-width:769px) {
  #graduated .plan__graph {
    border-radius: 16px;
    padding: 50px 40px;
  }
}
@media screen and (max-width:768px) {
  #graduated .plan__graph {
    border-radius: 2.0833333333vw;
    padding: 5.2083333333vw 3.90625vw;
  }
}
#graduated .plan__graph-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width:769px) {
  #graduated .plan__graph-wrap {
    column-gap: 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .plan__graph-wrap {
    flex-direction: column;
    row-gap: 5.2083333333vw;
  }
}
#graduated .plan__graph-wrap .txt {
  line-height: 1.6;
}
@media print, screen and (min-width:769px) {
  #graduated .plan__graph-wrap .txt {
    font-size: 22px;
  }
}
@media screen and (max-width:768px) {
  #graduated .plan__graph-wrap .txt {
    font-size: 4.1666666667vw;
    text-align: center;
  }
}
#graduated .plan__graph-wrap .txt span {
  color: #EC6A01;
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  #graduated .plan__graph-wrap .txt span {
    font-size: 26px;
  }
}
@media screen and (max-width:768px) {
  #graduated .plan__graph-wrap .txt span {
    font-size: 5.2083333333vw;
  }
}
#graduated .cta {
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width:769px) {
  #graduated .cta {
    padding: 50px 20px;
  }
}
@media screen and (max-width:768px) {
  #graduated .btnArea {
    padding: 5.2083333333vw;
  }
}
@media print, screen and (min-width:769px) {
  #graduated .btnArea .btn__reservation {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:768px) {
  #graduated .btnArea .btn__reservation {
    margin-bottom: 5.2083333333vw;
  }
}