@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: "Noto Serif JP", serif;
  color: #1D2859;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

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;
  padding: 0 7.875rem 0 2.5rem;
}
@media screen and (max-width: 1380px) {
  .l-header__inner {
    padding: 0 7.875rem 0 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0.5rem 1.875rem 0 1.875rem;
  }
}

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

.l-header__box {
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-header__box {
    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__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: 5rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-pageTop {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 1.875rem;
  }
}
.l-header-pageTop:hover {
  opacity: 0.7;
}

.l-header-pageTop-special {
  right: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-pageTop-special {
    right: 1.25rem;
    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 1.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__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__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;
}
@media screen and (max-width: 767px) {
  .l-footer__small {
    margin-top: 7.5rem;
  }
}

.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;
}

.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;
}

/* WebKit（Chrome/Safari）用スクロールバー非表示 */
.c-hamburger-nav::-webkit-scrollbar {
  display: none;
}

.c-hamburger-nav__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav__inner {
    padding: 1.25rem 0.9375rem 7.5rem 1.25rem;
  }
}

.c-hamburger-nav__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
}
@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.875rem;
  }
}

.c-hamburger-nav__box {
  width: 100%;
}
.c-hamburger-nav__box.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav__box.sp {
    display: block;
  }
}

.c-hamburger-nav__title {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 600;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #1D2859;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav__title {
    font-size: 1.125rem;
  }
}
.c-hamburger-nav__title a:hover {
  opacity: 0.7;
}

.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: 3.75rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav__column {
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}

.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: 1.25rem;
  margin-top: 1.25rem;
}
.c-hamburger-nav__lists.flex {
  gap: 4.375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: initial;
          flex-flow: initial;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav__lists.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
  }
}
.c-hamburger-nav__lists.flex .c-hamburger-nav__link {
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav__lists.flex .c-hamburger-nav__link {
    padding-right: 3.125rem;
  }
}
.c-hamburger-nav__lists.flex .c-hamburger-nav__link span {
  right: 0rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav__lists.flex .c-hamburger-nav__link span {
    right: 1.25rem;
  }
}

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

.c-hamburger-nav__link {
  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.4375;
  font-weight: 400;
  padding-right: 3.125rem;
}
.c-hamburger-nav__link span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  display: block;
  width: 1.1875rem;
  height: 1.1875rem;
  border-radius: 100%;
  background: #4A69AF;
  border: 1px solid #4A69AF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav__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;
}
.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.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 #3C7FD0;
  background: #fff;
  border-radius: 6.25rem;
  overflow: hidden;
}
.c-button:hover {
  background: #3C7FD0;
}
.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: #3C7FD0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
}
.c-button a span {
  font-size: 0.75rem;
}

.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.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: "Noto Sans JP", 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: "Noto Sans JP", 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: "Noto Sans JP", 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: 10;
  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%;
  }
}

@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: "Noto Sans JP", 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: "Noto Sans JP", 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: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: "Noto Sans JP", 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;
}
.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__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__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: "Noto Sans JP", 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__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: "Noto Sans JP", 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: "Noto Sans JP", 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: 500;
  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-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: 500;
  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: 500;
  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: 500;
  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;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  .p-audit__overIn {
    width: 35.625rem;
  }
}

.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 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: "Noto Sans JP", 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__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__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: "Noto Sans JP", 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__titleBox {
  text-align: center;
  margin-top: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-life__titleBox {
    margin-top: 0rem;
  }
}

.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: #3C7FD0;
  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: #3C7FD0;
}
@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: #3C7FD0;
}
@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: #EEF8FF;
}
@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;
  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: -1.3125rem;
  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 #8396C5;
}
@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(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -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: #EEF8FF;
  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(#2452AA), to(#84B4E8));
  background: linear-gradient(90deg, #2452AA, #84B4E8);
  -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-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: #EEF8FF;
}
.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-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: "Inter", 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: "Noto Sans JP", 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: "Noto Sans JP", 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: "Inter", 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: "Inter", 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: "Noto Sans JP", 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: "Inter", 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: "Inter", 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: "Noto Sans JP", 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: "Noto Sans JP", 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: "Noto Serif JP", 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: "Noto Sans JP", 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: "Noto Sans JP", 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: "Inter", 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: "Noto Sans JP", 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: "Noto Sans JP", 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: "Cormorant Garamond", 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: "Shippori Mincho", 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: "Shippori Mincho", 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: "Shippori Mincho", 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: "Noto Sans JP", 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__figure {
  width: 100%;
}
.p-download__figure img {
  width: 100%;
}
.p-download__figure figcaption {
  font-family: "Noto Sans JP", 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__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 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__dateBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.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;
}
@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__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__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: 1rem 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: "Noto Sans JP", 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);
}

.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: "Noto Sans JP", 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: "Noto Sans JP", 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: "Shippori Mincho", 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: "Shippori Mincho", 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: "Noto Sans JP", 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: flex;
  gap: 40px;
}
@media screen and (max-width:428px) {
  .subject-form_box_inner {
    flex-direction: column;
    gap: 20px;
  }
}
.subject-form_lists {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width:428px) {
  .subject-form_lists {
    gap: 20px;
  }
}
.subject-form_box h3 {
  font-family: 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: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
  color: #3C7FD0;
}
.subject_checkbox_group input[type="checkbox"] {
  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;
  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;
  transform: rotate(45deg);
  opacity: 0;
  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;
  }
}

.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;
  }
}/*# sourceMappingURL=style.css.map */