@charset "UTF-8";
/*!
Theme Name: kitayobi
Description: Cocoon専用の子テーマ
Theme URI:
Author:
Author URI:
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap&subset=japanese");
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wp-block-columns.has-background {
  padding: 1.25em 2.375em;
}

.article .entry-content div.speech-balloon p {
  margin: 0;
}

.article .entry-content img {
  height: auto !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

:focus {
  outline: 0;
}

:root {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  :root {
    font-size: 1.199vw;
  }
}

@media screen and (max-width: 700px) {
  :root {
    font-size: 1.429vw;
  }
}

@media screen and (max-width: 600px) {
  :root {
    font-size: 1.667vw;
  }
}

@media screen and (max-width: 480px) {
  :root {
    font-size: 2.083vw;
  }
}

@media screen and (max-width: 375px) {
  :root {
    font-size: 2.6667vw;
  }
}

body {
  width: 100%;
  background-color: #fff;
  color: #2F2F2F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 834px) {
  body {
    min-width: 0;
  }
}

/*
_:-ms-input-placeholder, :root body {
  font-family: Meiryo, sans-serif;
}
*/
[data-device='sp'] {
  display: none !important;
}

@media screen and (max-width: 480px) {
  [data-device='sp'] {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  [data-device='pc'] {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  [data-device='sptb'] {
    display: none !important;
  }
}

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

@media screen and (min-width: 835px) {
  a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  a:hover {
    opacity: 0.6;
    color: inherit;
  }
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-en {
  font-family: "Noto Sans JP", sans-serif;
}

.text-danger {
  color: #dd0000;
}

.text-primary {
  color: #002893;
}

.text-bold {
  font-weight: bold;
}

.text-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F7B63B));
  background: linear-gradient(transparent 70%, #F7B63B 70%);
}

.text-l {
  font-size: 1.68em;
}

.text-s {
  font-size: 0.8em;
}

.align-middle {
  text-align: middle;
}

.align-bottom {
  text-align: bottom;
}

[data-fit='true'] {
  overflow: hidden;
}

[data-fit='true'] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*
.modaal-video-wrap {
  @include mq-down() {
    margin: auto;
  }
}
*/
ruby {
  line-height: 2.5;
}

ruby rt {
  font-size: 1rem;
  font-weight: 400;
}

.invisible {
  opacity: 0 !important;
  visibility: hidden !important;
}

.c-btn {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  outline: none;
  font-family: inherit;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  border-radius: 3rem;
  padding: 0 1.6rem;
  height: 5rem;
  width: 27rem;
  max-width: 100%;
  font-size: 1.6rem;
  background-color: #002893;
  border: solid 1px transparent;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .c-btn {
    font-size: 1.4rem;
  }
}

.c-btn:hover {
  color: #fff;
}

.c-btn--university {
  background-color: #0056E0;
}

.c-btn--highschool {
  background-color: #F07B17;
}

.c-btn--moshi {
  background-color: #039FAC;
}

.c-btn--more {
  padding-left: 5rem;
  padding-right: 5rem;
}

.c-btn--more::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 14px;
  height: 19px;
  background-image: url("../img/common/icon-arrow-wh.svg");
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 834px) {
  .c-btn--more::after {
    width: 2.1875vw;
    height: 2.96875vw;
  }
}

.c-btn--l {
  min-width: 515px;
}

@media screen and (max-width: 834px) {
  .c-btn--l {
    min-width: unset;
    width: 100%;
  }
}

.c-btn--more2 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.c-btn--more2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #002893;
  border-right: 1px solid #002893;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.c-btn[disabled] {
  border: solid 1px #F2F2F2;
  color: #F2F2F2;
}

.c-nav-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 5000;
}

@media screen and (min-width: 1024px) {
  .c-nav-global {
    height: 5.5rem;
    background-color: #0056E0;
    color: #fff;
  }
}

@media screen and (max-width: 1023px) {
  .c-nav-global {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    pointer-events: none;
  }
}

.c-nav-global__open {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  pointer-events: all;
  overflow: scroll;
}

.c-nav-global__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .c-nav-global__body {
    padding-top: 2rem;
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    color: #5395FF;
  }
}

.c-nav-global__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
  .c-nav-global__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 24rem 0 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .c-nav-global__list {
    -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;
    padding: 0;
    width: 100%;
  }
}

.c-nav-global__list > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .c-nav-global__list > * {
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    color: #002893;
    border-top: 1px solid #002893;
  }
  .c-nav-global__list > *:last-of-type {
    border-bottom: 1px solid #002893;
  }
}

.c-nav-global__list > * 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;
}

@media screen and (min-width: 1024px) {
  .c-nav-global__list > * a {
    padding: 0 2.5rem;
    font-size: 1.6rem;
  }
  .c-nav-global__list > * a:hover {
    color: #fff;
  }
}

@media screen and (max-width: 1023px) {
  .c-nav-global__list > * a {
    padding: 1.6rem 1rem;
    font-size: 1.8rem;
    font-weight: 500;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .c-nav-global__list > * a {
    width: 100%;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
  }
}

.c-nav-global__list > * .c-nav-global__uni {
  background-color: #0056E0;
  color: #fff;
}

.c-nav-global__list > * .c-nav-global__highschool {
  background-color: #F07B17;
  color: #fff;
}

.c-nav-global__list > * .c-nav-global__moshi {
  background-color: #039FAC;
  color: #fff;
}

.c-nav-global__list > * .c-nav-global__contact {
  background-color: #002893;
  color: #fff;
}

.c-nav-global__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .c-nav-global__contact {
    width: 100%;
  }
}

.c-nav-global__contact-title {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-top: 0.5rem;
}

.c-nav-global__contact-item {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .c-nav-global__contact-item {
    width: 70%;
    padding-top: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .c-nav-global__contact-item:last-child {
    width: 30%;
    padding-top: 0;
  }
}

.c-nav-global__contact-item:last-child a {
  background: #002893;
}

.c-nav-global__contact-item:last-child a::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../img/common/icon-mail.svg");
  width: 2.8rem;
  height: 2.8rem;
  margin: 0.5rem 0;
}

.c-nav-global__contact .text-small {
  font-size: 1.1rem;
  font-weight: 400;
}

.c-nav-global__contact .text-tel {
  width: auto;
  font-size: 2.8rem;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .c-nav-global__contact .text-tel {
    font-size: 2.4rem;
  }
}

.c-nav-global__form {
  display: none;
}

@media screen and (max-width: 1023px) {
  .c-nav-global__form {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.4rem;
    margin-bottom: 4.5rem;
  }
}

.c-nav-global__form-item {
  font-size: 1.7rem;
  padding: 1.2rem 5.1rem;
  margin-right: .8rem;
  margin-left: .8rem;
  text-align: center;
  color: #fff;
  border-radius: .6rem;
  letter-spacing: .2em;
}

@media screen and (max-width: 480px) {
  .c-nav-global__form-item {
    font-size: 3.5vw;
    padding: 2.5vw 10.6vw;
  }
}

.c-nav-global__form-item span {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .c-nav-global__form-item span {
    font-size: 2.5vw;
  }
}

.c-nav-global__form-item--university {
  background-color: #5395FF;
}

.c-nav-global__form-item--highschool {
  background-color: #F7B63B;
}

.c-nav-global__cose {
  display: none;
}

@media screen and (max-width: 1023px) {
  .c-nav-global__cose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .c-nav-global__cose .c-nav-global__cose {
    margin-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .c-nav-global__cose button {
    padding: .8rem 3.5rem;
    color: #002893;
    font-weight: 600;
    border: 1px solid currentColor;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}

@media screen and (max-width: 480px) {
  .c-nav-global__cose button {
    padding: 1.6vw 7.3vw;
    font-size: 3.75vw;
  }
}

@media screen and (min-width: 1024px) {
  .c-nav-global__only-sp {
    display: none;
  }
}

.c-nav-global__unscrollable {
  overflow: hidden;
}

.c-nav-bottom {
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .c-nav-bottom {
    font-size: 1.4rem;
  }
}

.c-nav-bottom__inner {
  padding-top: 3.7rem;
  padding-bottom: 4rem;
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
  .c-nav-bottom__inner {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .c-nav-bottom__inner {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .c-nav-bottom__inner {
    max-width: 90.6%;
  }
}

@media screen and (max-width: 834px) {
  .c-nav-bottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 834px) {
  .c-nav-bottom__inner p {
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #707070;
    /*
        &:last-of-type {
          border-bottom: 1px solid #707070;
        }*/
  }
}

.c-nav-bottom__inner .c-btn {
  font-size: 1.8rem;
}

@media screen and (min-width: 835px) {
  .c-nav-bottom__inner .c-btn {
    width: auto;
    height: auto;
    padding: .7rem 4.4rem;
    line-height: 1.5;
    margin: 1rem;
  }
}

@media screen and (max-width: 834px) {
  .c-nav-bottom__inner .c-btn {
    color: #002893;
    border-radius: 0;
  }
  .c-nav-bottom__inner .c-btn:not(:root) {
    background-color: transparent;
  }
}

.article .entry-content .c-nav-c {
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-nav-c {
    font-size: 1.4rem;
  }
}

.article .entry-content .c-nav-c__list {
  padding-top: 7rem;
  padding-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-nav-c__list {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 481px) {
  .article .entry-content .c-nav-c__list {
    margin: 0 -0.5rem;
  }
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-nav-c__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.article .entry-content .c-nav-c__list-item {
  padding: 0.5rem;
}

@media screen and (min-width: 835px) {
  .article .entry-content .c-nav-c__list-item {
    width: 20%;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-nav-c__list-item {
    width: 33%;
  }
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-nav-c__list-item {
    width: 100%;
    padding-top: 1rem;
  }
}

.article .entry-content .c-nav-c__list-item a {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 5rem;
  padding: 0 0.5rem;
  background: #fff;
  border: solid 1px #0056E0;
  border-radius: 2.5rem;
  color: #0056E0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
}

.article .entry-content .c-form__container {
  padding-bottom: 8rem;
  margin: 0 auto;
  width: 1080px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__container {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__container {
    width: calc(100% - 4rem);
  }
}

.article .entry-content .c-form__step {
  margin: 0 auto;
  width: 1080px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step {
    width: calc(100% - 4rem);
  }
}

.article .entry-content .c-form__step-inner {
  position: relative;
  max-width: 580px;
  margin: 8rem auto 80px;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step-inner {
    margin: 0 auto calc(80 / 750 * 100vw);
  }
}

.article .entry-content .c-form__step-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #F2F2F2;
  z-index: -1;
  left: 50%;
  top: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step-inner::before {
    top: calc(40 / 750 * 100vw);
  }
}

.article .entry-content .c-form__step-inner::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: #0056E0;
  z-index: -1;
  left: 0;
  top: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step-inner::after {
    top: calc(40 / 750 * 100vw);
  }
}

.article .entry-content .c-form__step-inner ol {
  margin: 3rem 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  overflow: visible;
  border: none;
}

.article .entry-content .c-form__step-inner ol li {
  width: 60px;
  margin: 0;
  padding-left: 0;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  white-space: nowrap;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step-inner ol li {
    width: calc(80 / 750 * 100vw);
    margin: 0;
  }
}

.article .entry-content .c-form__step-inner ol li:last-of-type p {
  margin-left: 0;
}

.article .entry-content .c-form__step-inner ol li::before {
  content: none;
}

.article .entry-content .c-form__step-inner ol li span {
  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: 60px;
  height: 60px;
  padding-top: 0;
  margin: 0 auto 8px;
  background: #ffffff;
  border: solid 3px #ccc;
  border-radius: 60px;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step-inner ol li span {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    border-radius: calc(80 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}

.article .entry-content .c-form__step-inner ol li p {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step-inner ol li p {
    margin-left: -0.5em;
  }
}

.article .entry-content .c-form__step-inner ol li .c-form__ml-0 {
  margin-left: 0;
}

.article .entry-content .c-form__step-inner[data-step="1"]::after {
  content: "";
  width: 26%;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step-inner[data-step="1"]::after {
    width: 28%;
  }
}

.article .entry-content .c-form__step-inner[data-step="1"] li:nth-child(1) span {
  background: #0056E0;
  color: #ffffff;
  border-color: #0056E0;
}

.article .entry-content .c-form__step-inner[data-step="2"]::after {
  content: "";
  width: 70%;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step-inner[data-step="2"]::after {
    width: 70%;
  }
}

.article .entry-content .c-form__step-inner[data-step="2"] li:nth-child(1) span,
.article .entry-content .c-form__step-inner[data-step="2"] li:nth-child(2) span {
  background: #0056E0;
  color: #ffffff;
  border-color: #0056E0;
}

.article .entry-content .c-form__step-inner[data-step="3"]::after {
  content: "";
  width: 100%;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step-inner[data-step="3"]::after {
    width: 100%;
  }
}

.article .entry-content .c-form__step-inner[data-step="3"] li span {
  background: #0056E0;
  color: #ffffff;
  border-color: #0056E0;
}

.article .entry-content .c-form__step4 {
  margin: 0 auto;
  width: 1080px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step4 {
    width: calc(100% - 4rem);
  }
}

.article .entry-content .c-form__step4-inner {
  position: relative;
  max-width: 580px;
  margin: 8rem auto 80px;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step4-inner {
    margin: 0 auto calc(80 / 750 * 100vw);
  }
}

.article .entry-content .c-form__step4-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #F2F2F2;
  z-index: -1;
  left: 50%;
  top: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step4-inner::before {
    top: calc(40 / 750 * 100vw);
  }
}

.article .entry-content .c-form__step4-inner::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: #0056E0;
  z-index: -1;
  left: 0;
  top: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step4-inner::after {
    top: calc(40 / 750 * 100vw);
  }
}

.article .entry-content .c-form__step4-inner ol {
  margin: 3rem 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  overflow: visible;
  border: none;
}

.article .entry-content .c-form__step4-inner ol li {
  width: 60px;
  margin: 0;
  padding-left: 0;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  white-space: nowrap;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step4-inner ol li {
    width: calc(80 / 750 * 100vw);
    margin: 0;
  }
}

.article .entry-content .c-form__step4-inner ol li:last-of-type p {
  margin-left: 0;
}

.article .entry-content .c-form__step4-inner ol li::before {
  content: none;
}

.article .entry-content .c-form__step4-inner ol li span {
  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: 60px;
  height: 60px;
  padding-top: 0;
  margin: 0 auto 8px;
  background: #ffffff;
  border: solid 3px #ccc;
  border-radius: 60px;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step4-inner ol li span {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    border-radius: calc(80 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}

.article .entry-content .c-form__step4-inner ol li p {
  margin-bottom: 0;
  margin-left: -2rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step4-inner ol li p {
    margin-left: -0.5em;
  }
}

.article .entry-content .c-form__step4-inner ol li .c-form__ml-0 {
  margin-left: 0;
}

.article .entry-content .c-form__step4-inner ol li:nth-child(3) p {
  margin-left: -0.4rem;
}

.article .entry-content .c-form__step4-inner[data-step="1"]::after {
  content: "";
  width: 20%;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step4-inner[data-step="1"]::after {
    width: 21%;
  }
}

.article .entry-content .c-form__step4-inner[data-step="1"] li:nth-child(1) span {
  background: #0056E0;
  color: #ffffff;
  border-color: #0056E0;
}

.article .entry-content .c-form__step4-inner[data-step="2"]::after {
  content: "";
  width: 50%;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step4-inner[data-step="2"]::after {
    width: 50%;
  }
}

.article .entry-content .c-form__step4-inner[data-step="2"] li:nth-child(1) span,
.article .entry-content .c-form__step4-inner[data-step="2"] li:nth-child(2) span {
  background: #0056E0;
  color: #ffffff;
  border-color: #0056E0;
}

.article .entry-content .c-form__step4-inner[data-step="3"]::after {
  content: "";
  width: 80%;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step4-inner[data-step="3"]::after {
    width: 80%;
  }
}

.article .entry-content .c-form__step4-inner[data-step="3"] li:nth-child(1) span, .article .entry-content .c-form__step4-inner[data-step="3"] li:nth-child(2) span, .article .entry-content .c-form__step4-inner[data-step="3"] li:nth-child(3) span {
  background: #0056E0;
  color: #ffffff;
  border-color: #0056E0;
}

.article .entry-content .c-form__step4-inner[data-step="4"]::after {
  content: "";
  width: 100%;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__step4-inner[data-step="4"]::after {
    width: 100%;
  }
}

.article .entry-content .c-form__step4-inner[data-step="4"] li span {
  background: #0056E0;
  color: #ffffff;
  border-color: #0056E0;
}

.article .entry-content .c-form__message {
  margin: 0 auto 50px;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__message {
    margin: 0 auto calc(50 / 750 * 100vw);
  }
}

.article .entry-content .c-form__message h2 {
  margin-bottom: 10px;
  color: #002893;
  font-size: 1.2em;
}

.article .entry-content .c-form__message-error {
  color: #dd0000;
}

.article .entry-content .c-form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form textarea {
    font-size: 1.6rem;
  }
}

.article .entry-content .c-form input
select {
  font-family: inherit;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form input
select {
    font-size: 1.6rem;
  }
}

.article .entry-content .c-form input[type="password"],
.article .entry-content .c-form input[type="text"],
.article .entry-content .c-form input[type="number"],
.article .entry-content .c-form input[type="tel"],
.article .entry-content .c-form input[type="email"],
.article .entry-content .c-form select,
.article .entry-content .c-form textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border-radius: 0;
  background: #fff;
  border: 2px solid #ccc;
}

.article .entry-content .c-form input[type="password"]::-webkit-input-placeholder,
.article .entry-content .c-form input[type="text"]::-webkit-input-placeholder,
.article .entry-content .c-form input[type="number"]::-webkit-input-placeholder,
.article .entry-content .c-form input[type="tel"]::-webkit-input-placeholder,
.article .entry-content .c-form input[type="email"]::-webkit-input-placeholder,
.article .entry-content .c-form select::-webkit-input-placeholder,
.article .entry-content .c-form textarea::-webkit-input-placeholder {
  color: #9293a2;
}

.article .entry-content .c-form input[type="password"]:-ms-input-placeholder,
.article .entry-content .c-form input[type="text"]:-ms-input-placeholder,
.article .entry-content .c-form input[type="number"]:-ms-input-placeholder,
.article .entry-content .c-form input[type="tel"]:-ms-input-placeholder,
.article .entry-content .c-form input[type="email"]:-ms-input-placeholder,
.article .entry-content .c-form select:-ms-input-placeholder,
.article .entry-content .c-form textarea:-ms-input-placeholder {
  color: #9293a2;
}

.article .entry-content .c-form input[type="password"]::-ms-input-placeholder,
.article .entry-content .c-form input[type="text"]::-ms-input-placeholder,
.article .entry-content .c-form input[type="number"]::-ms-input-placeholder,
.article .entry-content .c-form input[type="tel"]::-ms-input-placeholder,
.article .entry-content .c-form input[type="email"]::-ms-input-placeholder,
.article .entry-content .c-form select::-ms-input-placeholder,
.article .entry-content .c-form textarea::-ms-input-placeholder {
  color: #9293a2;
}

.article .entry-content .c-form input[type="password"]::placeholder,
.article .entry-content .c-form input[type="text"]::placeholder,
.article .entry-content .c-form input[type="number"]::placeholder,
.article .entry-content .c-form input[type="tel"]::placeholder,
.article .entry-content .c-form input[type="email"]::placeholder,
.article .entry-content .c-form select::placeholder,
.article .entry-content .c-form textarea::placeholder {
  color: #9293a2;
}

.article .entry-content .c-form input[type="password"]:focus,
.article .entry-content .c-form input[type="text"]:focus,
.article .entry-content .c-form input[type="number"]:focus,
.article .entry-content .c-form input[type="tel"]:focus,
.article .entry-content .c-form input[type="email"]:focus,
.article .entry-content .c-form select:focus,
.article .entry-content .c-form textarea:focus {
  border-radius: 0;
  border: 2px solid #ccc;
  outline: auto;
}

.article .entry-content .c-form input[type="tel"] {
  width: 30%;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form input[type="tel"] {
    width: 25%;
  }
}

.article .entry-content .c-form .wpcf7-not-valid-tip {
  display: none;
}

.article .entry-content .c-form .wpcf7-checkbox + .wpcf7-not-valid-tip,
.article .entry-content .c-form .wpcf7-radio + .wpcf7-not-valid-tip,
.article .entry-content .c-form .wpcf7-acceptance + .wpcf7-not-valid-tip {
  display: block;
}

.article .entry-content .c-form input[name="t-gakunen"] {
  width: calc(100% - 5rem);
  margin-right: 1rem;
}

.article .entry-content .c-form__select-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 15px;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(0, -70%) rotate(45deg);
          transform: translate(0, -70%) rotate(45deg);
  border-right: solid 2px #002893;
  border-bottom: solid 2px #002893;
  z-index: 2;
}

.article .entry-content .c-form select {
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
  padding: 0;
  height: 2.5em;
}

.article .entry-content .c-form select::-ms-expand {
  display: block;
}

.article .entry-content .c-form .mwform-tel-field {
  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;
  margin-left: -5px;
}

.article .entry-content .c-form .mwform-tel-field input {
  margin: 0 5px;
}

.article .entry-content .c-form .otoriyose {
  font-size: 1.5rem;
}

.article .entry-content .c-form__required {
  background: #dd0000;
  color: #fff;
  padding: 1px 10px;
  margin: 0 0 0 1rem;
  font-size: 0.8em;
  white-space: nowrap;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__required {
    position: static;
  }
}

.article .entry-content .c-form .kakunin {
  background: #0056E0;
  color: #fff;
  padding: 1px 10px;
  margin: 0 0 0 1rem;
  font-size: 0.8em;
}

.article .entry-content .c-form__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
}

.article .entry-content .c-form__btn-group > p {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form__btn-group > p {
    margin-left: 0;
    margin-right: 0;
  }
}

.article .entry-content .c-form__btn-group > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.article .entry-content .c-form__btn-group input {
  display: inline;
  width: auto;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  outline: none;
  font-family: inherit;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  border-radius: 3rem;
  padding: 0 1.6rem;
  height: 5rem;
  width: 27rem;
  max-width: 100%;
  font-size: 1.6rem;
  background-color: #002893;
  border: solid 1px transparent;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__btn-group input {
    font-size: 1.4rem;
  }
}

.article .entry-content .c-form__btn-group input:hover {
  color: #fff;
}

.article .entry-content .c-form__btn-group .buttons-area input {
  background-color: #777;
}

.article .entry-content .c-form__link {
  margin: 40px 0 20px;
}

.article .entry-content .c-form__link a {
  color: #002893;
  text-decoration: underline;
}

.article .entry-content .c-form__zip {
  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;
}

.article .entry-content .c-form__zip span {
  margin-right: 10px;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__zip-link {
    display: block;
    margin: 15px 0 0;
    width: 100%;
  }
}

.article .entry-content .c-form__zip .mwform-zip-field {
  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;
}

.article .entry-content .c-form__zip .mwform-zip-field input {
  margin: 0 5px;
}

.article .entry-content .c-form__property {
  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;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__property span {
    margin: 0 0 calc(15 / 750 * 100vw);
  }
}

.article .entry-content .c-form__property-text {
  width: 30%;
  margin-right: 20px;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__property-text {
    width: 100%;
    margin: 0 0 calc(30 / 750 * 100vw) !important;
  }
}

.article .entry-content .c-form__asterisk {
  margin-top: 15px;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__asterisk {
    margin-top: calc(15 / 750 * 100vw);
  }
}

.article .entry-content .c-form__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5rem;
  margin-top: 7rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__table {
    font-size: 1.8rem;
  }
}

.article .entry-content .c-form__table dt {
  width: 25rem;
  margin: 0;
  padding: 2rem 2rem 1rem 1rem;
  position: relative;
  border-bottom: 1px solid #737373;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__table dt {
    width: 100%;
    border-bottom: none;
    padding-top: 3rem;
  }
}

.article .entry-content .c-form__table dt:nth-of-type(2n) {
  background-color: #f2f2f2;
}

.article .entry-content .c-form__table dt:nth-of-type(2n + 1) {
  padding-top: 5rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__table dt:nth-of-type(2n + 1) {
    padding-top: 3rem;
  }
}

.article .entry-content .c-form__table dd {
  width: calc(100% - 25rem);
  margin: 0;
  padding: 2rem 1rem 4rem 1rem;
  border-bottom: 1px solid #737373;
}

.article .entry-content .c-form__table dd > p {
  margin-bottom: 0;
}

.article .entry-content .c-form__table dd:nth-of-type(2n) {
  background-color: #f2f2f2;
}

.article .entry-content .c-form__table dd:nth-of-type(2n + 1) {
  padding-top: 5rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__table dd:nth-of-type(2n + 1) {
    padding-top: 0;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__table dd {
    padding: 0 1rem 3rem;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form__table dd p:has(> [data-name="seireki"]) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
  }
}

.article .entry-content .c-form__table dd [data-name="seireki"] select {
  width: 25%;
  margin-right: 1rem;
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form__table dd [data-name="seireki"] select {
    width: 4.5em;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form__table dd [data-name="seinen-tsuki"] {
    width: auto;
    margin-right: 0;
  }
}

.article .entry-content .c-form__table dd [data-name="seinen-tsuki"] select {
  width: 30%;
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form__table dd [data-name="seinen-tsuki"] select {
    width: 100%;
  }
}

.article .entry-content .c-form__table dd [data-name="seinen-tsuki"] input {
  width: 25%;
  margin-right: 1rem;
  margin-left: 1rem;
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form__table dd [data-name="seinen-tsuki"] input {
    width: 4em;
    margin: 0;
    padding: 5px;
  }
}

.article .entry-content .c-form__table dd [data-name="seinen-nichi"] select {
  width: 30%;
  margin-left: 1rem;
  margin-right: 1rem;
}

.article .entry-content .c-form__table dd [data-name="seinen-nichi"] input {
  width: 25%;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form__table dd [data-name="seinen-nichi"] input {
    width: 4em;
    margin: 0;
    padding: 5px;
  }
}

.article .entry-content .c-form__table dd [data-name="highschool"] {
  margin-right: 1rem;
}

.article .entry-content .c-form__table .koumoku {
  font-weight: 600;
}

.article .entry-content .c-form__table .participant select {
  width: 20rem;
  margin-right: 1rem;
}

.article .entry-content .c-form__confirm {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__confirm {
    width: 100%;
  }
}

.article .entry-content .c-form__confirm dt {
  width: 40%;
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form__confirm dt {
    width: 100%;
    padding-right: 0;
  }
}

.article .entry-content .c-form__confirm dd {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__confirm dd {
    padding-top: 1rem;
    border-bottom: none;
  }
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form__confirm dd {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__confirm .koumoku {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form__confirm .koumoku {
    display: inline;
    padding-left: 0;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__confirm .c-form__required {
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form__confirm .c-form__required {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__confirm .kakunin {
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form__confirm .kakunin {
    margin-left: 1rem;
  }
}

.article .entry-content .c-form__confirm-head {
  display: block;
  font-size: 2.2rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
  margin-bottom: -4rem;
  font-weight: 600;
}

.article .entry-content .c-form__privacy {
  height: 200px;
  margin: 0 auto 50px;
  padding: 10px;
  overflow: auto;
  border: solid 2px #ccc;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-form__privacy {
    height: calc(200 / 750 * 100vw);
  }
}

@media screen and (max-width: 834px) and (max-width: 834px) {
  .article .entry-content .c-form__privacy {
    margin: 0 auto calc(50 / 750 * 100vw);
  }
}

.article .entry-content .c-form__privacy h2 {
  margin-bottom: 10px;
  color: #002893;
}

.article .entry-content .c-form__privacy h3 {
  margin-bottom: 10px;
}

.article .entry-content .c-form__privacy p {
  margin-bottom: 20px;
}

.article .entry-content .c-form__privacy ol {
  margin-bottom: 20px;
}

.article .entry-content .c-form__privacy ol li {
  padding-left: 1em;
  text-indent: -1em;
}

.article .entry-content .c-form .accept {
  text-align: center;
  margin-top: 3rem;
}

.article .entry-content .c-form__model {
  margin-top: 1rem;
  display: inline-block;
  font-style: normal;
}

.article .entry-content .c-form__teisei {
  margin-top: 5rem;
}

.article .entry-content .c-form__teisei_info {
  text-align: center;
}

.article .entry-content .c-form [data-name="highschool"] input {
  width: 60%;
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form [data-name="highschool"] input {
    width: 70%;
    margin-bottom: 1rem;
  }
}

.article .entry-content .c-form [data-name="gakunen"] {
  margin-inline: 1rem;
}

.article .entry-content .c-form [data-name="gakunen"] input {
  width: 20%;
}

.article .entry-content .c-form [data-name="kumi"] {
  margin-left: 1rem;
  margin-right: 1rem;
}

.article .entry-content .c-form [data-name="kumi"] input {
  width: 20%;
}

.article .entry-content .c-form.scholarship [data-name="gakunen"] {
  display: inline-block;
  margin-left: 0;
  margin-right: 1rem;
  margin-top: 2rem;
  width: 20%;
}

.article .entry-content .c-form.scholarship [data-name="gakunen"] input {
  width: 100%;
}

.article .entry-content .c-form.scholarship [data-name="kumi"] {
  display: inline-block;
  margin-top: 2rem;
  width: 20%;
}

.article .entry-content .c-form.scholarship [data-name="kumi"] input {
  width: 100%;
}

.article .entry-content .c-form i {
  font-style: normal;
}

.article .entry-content .c-form .wpcf7-spinner {
  display: none;
}

.article .entry-content .c-form__kouza {
  text-align: center;
}

.article .entry-content .c-form__kouza-ichiran {
  list-style: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form__kouza-ichiran {
    display: block;
  }
}

.article .entry-content .c-form__kouza-ichiran li {
  width: 49.5%;
  padding-left: 0;
  text-indent: 0;
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form__kouza-ichiran li {
    width: 100%;
  }
}

.article .entry-content .c-form__kouza-ichiran li:last-child {
  width: 100%;
  margin-top: 1rem;
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form__kouza-ichiran li:last-child {
    margin-top: 0;
  }
}

.article .entry-content .c-form__kouza-ichiran li::before {
  content: none;
}

.article .entry-content .c-form__kouza-ichiran li img {
  width: 100%;
}

.article .entry-content .c-form__kouza-ichiran li + .w_100 {
  width: 100%;
  margin-top: 1rem;
}

.article .entry-content .c-form .step {
  text-align: center;
}

.article .entry-content .c-form__mg0 {
  margin-top: 0;
  margin-bottom: 0;
}

.article .entry-content .c-form .select-double select {
  width: 40%;
}

.article .entry-content .c-form .select-double .testmonth {
  margin-left: 1rem;
}

.article .entry-content .c-form__remaining {
  display: block;
  bottom: 20px;
  left: 4%;
  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;
  position: fixed;
  width: 150px;
  height: 100px;
  background: #cc0000;
  border-radius: 5px;
  text-align: center;
  color: white;
  z-index: 990;
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form__remaining {
    height: auto;
    width: auto;
    padding: 1rem 1rem;
    bottom: 6rem;
  }
}

.article .entry-content .c-form__remaining-number {
  margin-bottom: 0;
}

.article .entry-content .c-form__heading {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.article .entry-content .c-form__otoriyose {
  text-align: center;
}

.article .entry-content .c-form__sub-head {
  border: none;
  padding-bottom: 1.2em;
}

.article .entry-content .c-form__reception {
  font-size: 1.3rem;
  text-align: left;
}

.article .entry-content .c-form p:has(> .koumoku),
.article .entry-content .c-form p:has(> .c-form__required) {
  margin-bottom: 0;
}

.article .entry-content .c-form .has-free-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article .entry-content .c-form .has-free-text .wpcf7-free-text {
  width: 23%;
  margin-left: 1rem;
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-form .has-free-text .wpcf7-free-text {
    width: 50%;
  }
}

.c-cv {
  background: #002893 url("./assets/img/common/footer-bg.png");
  background-size: contain;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .c-cv {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .c-cv {
    background-img: url("./assets/img/common/footer-bg-sp.png");
  }
}

.c-cv__inner {
  padding-top: 7rem;
  padding-bottom: 8rem;
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
}

@media screen and (max-width: 834px) {
  .c-cv__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 1023px) {
  .c-cv__inner {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .c-cv__inner {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .c-cv__inner {
    max-width: 90.6%;
  }
}

.c-cv__inner p {
  font-weight: bold;
}

.c-cv__body {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}

@media screen and (min-width: 481px) {
  .c-cv__body-logo {
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .c-cv__body-logo {
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .c-cv__body-tel {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .c-cv__body img {
    width: calc(326 / 480 * 100vw);
  }
}

.c-cv__title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  text-align: center;
}

.c-cv__title span {
  border-bottom: solid 1px #fff;
}

.c-about {
  background: #002893;
  color: #fff;
}

.c-about__inner {
  padding-top: 7rem;
  padding-bottom: 8rem;
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
}

@media screen and (max-width: 834px) {
  .c-about__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 1023px) {
  .c-about__inner {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .c-about__inner {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .c-about__inner {
    max-width: 90.6%;
  }
}

.c-about__title {
  margin-bottom: 3rem;
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .c-about__title {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .c-about__title {
    font-size: 2.8rem;
  }
}

.c-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-about__list-item {
  word-break: break-all;
  overflow-wrap: break-word;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .c-about__list-item {
    width: 31%;
    margin-left: 3.5%;
  }
  .c-about__list-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .c-about__list-item:nth-child(n + 4) {
    margin-top: 3.5%;
  }
}

@media screen and (max-width: 480px) {
  .c-about__list-item:nth-child(n + 2) {
    margin-top: 3rem;
  }
}

.c-about__list-item > a {
  display: block;
}

.c-about__list-item-text {
  padding: 1.5rem;
  background: #fff;
  color: #2F2F2F;
  border-radius: 0 0 0.6rem 0.6rem;
}

.c-about__list-item-title {
  padding: 0.8rem 1rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 0.6rem 0.6rem 0 0;
}

@media screen and (max-width: 834px) {
  .c-about__list-item-title {
    font-size: 1.8rem;
  }
}

.c-about__list-item-summary {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.c-about__list-item-btn {
  margin-top: 3rem;
  text-align: center;
}

.c-about__list-item--university .c-about__list-item-title,
.c-about__list-item--university .c-btn {
  background-color: #0056E0;
}

.c-about__list-item--highschool .c-about__list-item-title,
.c-about__list-item--highschool .c-btn {
  background-color: #F07B17;
}

.c-about__list-item--moshi .c-about__list-item-title,
.c-about__list-item--moshi .c-btn {
  background-color: #039FAC;
}

.c-about__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
}

.c-topics {
  background-color: #F0F6FA;
}

.c-topics__inner {
  padding-top: 7rem;
  padding-bottom: 8rem;
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
}

@media screen and (max-width: 834px) {
  .c-topics__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 1023px) {
  .c-topics__inner {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .c-topics__inner {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .c-topics__inner {
    max-width: 90.6%;
  }
}

@media screen and (min-width: 481px) {
  .c-topics__inner {
    padding-bottom: 10rem;
  }
}

.c-topics__title {
  margin-bottom: 3rem;
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .c-topics__title {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .c-topics__title {
    font-size: 2.8rem;
  }
}

.c-topics__tab {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .c-topics__tab {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-topics__tab-item {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1.6rem;
  height: 5rem;
  max-width: 18rem;
  max-width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3rem;
  -webkit-transition: 300ms;
  transition: 300ms;
  cursor: pointer;
  outline: none;
  border: solid 1px #0056E0;
  background-color: #fff;
  color: #0056E0;
  font-family: inherit;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none !important;
  color: #000;
}

@media screen and (min-width: 481px) {
  .c-topics__tab-item {
    margin-right: 0.8rem;
  }
}

@media screen and (max-width: 834px) {
  .c-topics__tab-item {
    font-size: 1.4rem;
    margin-top: 1.3rem;
    margin-right: 0.8rem;
  }
}

.c-topics__tab-item[data-active="true"] {
  background-color: #0056E0;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .c-topics__body {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 481px) {
  .c-topics__body {
    margin-top: 5rem;
  }
}

.c-topics__body .c-topics__list {
  display: none;
}

.c-topics__body .c-topics__list[data-active="true"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-topics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-topics__list-item {
  position: relative;
  word-break: break-all;
  overflow-wrap: break-word;
  width: 100%;
  background: #fff;
  border-radius: 0.6rem;
  border: 1px solid #dedede;
  overflow: hidden;
}

@media screen and (min-width: 481px) {
  .c-topics__list-item {
    width: 31%;
    margin-left: 3.5%;
  }
  .c-topics__list-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .c-topics__list-item:nth-child(n + 4) {
    margin-top: 3.5%;
  }
}

@media screen and (max-width: 480px) {
  .c-topics__list-item:nth-child(n + 2) {
    margin-top: 3rem;
  }
}

.c-topics__list-item a {
  display: block;
}

.c-topics__list-item-text {
  position: relative;
  padding: 1.5rem;
  background: #fff;
  color: #2F2F2F;
}

.c-topics__list-item-title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}

.c-topics__list-item-category {
  padding: 0.2rem 1rem;
  position: absolute;
  left: 0;
  bottom: 100%;
  background: #002893;
  color: #fff;
  font-size: 1.2rem;
  z-index: 2;
}

.c-topics__list-item-summary {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.c-topics__list-item-date {
  color: #717171;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
}

.c-topics__list-item--university .c-topics__list-item-category {
  background-color: #0056E0;
}

.c-topics__list-item--highschool .c-topics__list-item-category {
  background-color: #F07B17;
}

.c-topics__list-item--moshi .c-topics__list-item-category {
  background-color: #039FAC;
}

.c-topics__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .c-topics__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 835px) {
  .c-topics__btn .c-btn {
    margin: 1rem;
  }
}

@media screen and (max-width: 834px) {
  .c-topics__btn .c-btn {
    margin-top: 1rem;
  }
}

.c-topics__pickup {
  text-align: center;
  margin-bottom: 6rem;
}

@media screen and (min-width: 481px) {
  .c-topics__pickup {
    margin-bottom: 8rem;
  }
}

.c-topics__pickup-list {
  margin-top: 5rem;
}

.c-topics__pickup-txt {
  padding: 2rem 3rem 3rem 3rem;
}

@media screen and (min-width: 481px) {
  .c-topics__pickup-txt {
    padding: 1.7rem 2.2rem 4rem 2.2rem;
  }
}

.c-topics__pickup-txt h3 {
  font-size: 2.4rem;
  color: #043d89;
}

@media screen and (min-width: 835px) {
  .c-topics__pickup-txt h3 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 481px) {
  .c-topics__pickup-txt h3 {
    font-size: 2rem;
  }
}

.c-topics__pickup-txt p {
  font-size: 1.8rem;
  margin-top: 1rem;
}

@media screen and (min-width: 835px) {
  .c-topics__pickup-txt p {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 835px) {
  .article .entry-content .c-kousya__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.article .entry-content .c-kousya__wrap .c-kousya {
  border: solid 1px #0056E0;
  border-radius: 0.6rem;
}

@media screen and (min-width: 835px) {
  .article .entry-content .c-kousya__wrap .c-kousya {
    width: 48%;
  }
  .article .entry-content .c-kousya__wrap .c-kousya:nth-child(n + 3) {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-kousya__wrap .c-kousya:nth-child(n + 2) {
    margin-top: 3rem;
  }
}

.article .entry-content .c-kousya__wrap .c-kousya__text {
  padding: 1em;
}

.article .entry-content .c-kousya__wrap .c-kousya__text dl dt {
  font-size: 1.2em;
}

.article .entry-content .c-kousya__wrap .c-kousya__text dl dd {
  font-size: 1em;
}

.article .entry-content .c-kousya__wrap .c-kousya__sttl {
  background-color: #0056E0;
  color: #fff;
  border: none;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.article .entry-content .c-kousya__wrap .c-kousya__address {
  margin: 0;
  font-size: 1.2em;
  text-align: center;
}

.article .entry-content .c-kousya__wrap .c-kousya__tel {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}

.article .entry-content .c-kousya__wrap .c-kousya__tel a {
  color: inherit;
  text-decoration: none;
}

.article .entry-content .c-kousya__wrap .c-kousya__btn {
  margin-top: 3rem;
  text-align: center;
}

.article .entry-content .c-kousya__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article .entry-content .c-kousya__title {
  margin-bottom: 3rem;
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-kousya__title {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-kousya__title {
    font-size: 2.8rem;
  }
}

.article .entry-content .c-kousya__img {
  width: 100%;
  max-width: 100%;
  text-align: center;
  /*
      @include mq-down() {
        @include flex-sb-s-w;

        & > * {
          width: 48%;
          img {
            width: 100%;
          }

          @include mq-down(sm) {
            width: 100%;
          }
        }
      }
*/
}

@media screen and (min-width: 835px) {
  .article .entry-content .c-kousya__img {
    width: 28.7rem;
    margin-left: 3rem;
  }
}

.article .entry-content .c-kousya__img-main {
  margin-bottom: 1rem;
}

@media screen and (min-width: 835px) {
  .article .entry-content .c-kousya__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-kousya__text {
    width: 100%;
    margin: 0 0 6rem;
  }
}

.article .entry-content .c-kousya__text > p {
  font-size: 1.8rem;
}

@media screen and (min-width: 835px) {
  .article .entry-content .c-kousya__text > p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-kousya__text table {
    display: block;
    margin-bottom: 3rem;
  }
}

.article .entry-content .c-kousya__text table tbody, .article .entry-content .c-kousya__text table tr, .article .entry-content .c-kousya__text table th, .article .entry-content .c-kousya__text table td {
  font-size: 2rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-kousya__text table tbody, .article .entry-content .c-kousya__text table tr, .article .entry-content .c-kousya__text table th, .article .entry-content .c-kousya__text table td {
    display: block;
    font-size: 1.6rem;
  }
}

.article .entry-content .c-kousya__text table tr + tr td {
  font-weight: 600;
}

.article .entry-content .c-kousya__text table tr th {
  background: #EFF9FC;
}

.article .entry-content .c-kousya__text table tr td {
  background-color: #fff;
}

.article .entry-content .c-kousya__text table tr td a {
  color: inherit;
  text-decoration: none;
}

.article .entry-content .c-kousya__text dl {
  margin-top: 4rem;
  margin-bottom: 0;
}

@media screen and (min-width: 835px) {
  .article .entry-content .c-kousya__text dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 835px) {
  .article .entry-content .c-kousya__text dl + dl {
    margin-top: 2rem;
  }
}

.article .entry-content .c-kousya__text dl dt {
  text-align: center;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (min-width: 835px) {
  .article .entry-content .c-kousya__text dl dt {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-kousya__text dl dt {
    margin: 0 0.5rem 1.8rem;
  }
}

.article .entry-content .c-kousya__text dl dt::before {
  position: absolute;
  content: '';
  height: 2px;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #326FD1;
  z-index: 0;
}

.article .entry-content .c-kousya__text dl dt span {
  position: relative;
  z-index: 1;
  padding: 0 1em;
  background-color: #fff;
}

.article .entry-content .c-kousya__text dl dd {
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  font-size: 1.6rem;
}

@media screen and (min-width: 835px) {
  .article .entry-content .c-kousya__text dl dd {
    font-size: 2rem;
  }
}

.article .entry-content .c-kousya__text dl dd a {
  display: inline-block;
  margin: 0 0.5rem 1rem;
  padding: 0.5rem 1.5rem;
  color: #0056E0;
  border: solid 1px currentColor;
  text-decoration: none;
}

.article .entry-content .c-kousya__map {
  margin-top: 5.8rem;
  margin-bottom: 8rem;
}

@media screen and (min-width: 835px) {
  .article .entry-content .c-kousya__map {
    margin-bottom: 12rem;
  }
}

.article .entry-content .c-kousya__map-title {
  border-bottom: none;
}

.article .entry-content .c-kousya__map-title::after {
  background: #0056E0;
}

.article .entry-content .c-kousya__map-box iframe {
  width: 100% !important;
  height: 40rem !important;
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-kousya__map-box iframe {
    height: 30rem !important;
  }
}

.article .entry-content .c-kousya__map-box iframe + * {
  margin-top: 1.5rem;
}

.article .entry-content .c-ryo {
  margin-bottom: 11rem;
}

.article .entry-content .c-ryo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6rem;
}

.article .entry-content .c-ryo__title {
  margin-bottom: 5rem;
  padding: 1.2rem;
  background-color: #4886D9;
  color: #fff;
  border: none;
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-ryo__title {
    font-size: 2.8rem;
  }
}

.article .entry-content .c-ryo__img {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 835px) {
  .article .entry-content .c-ryo__img {
    width: 39rem;
    margin-left: 3rem;
  }
}

.article .entry-content .c-ryo__img .c-ryo__img-slider .swiper-slide {
  padding-top: 100%;
  position: relative;
}

.article .entry-content .c-ryo__img .c-ryo__img-slider .swiper-slide a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.article .entry-content .c-ryo__img .c-ryo__img-slider .swiper-slide img {
  opacity: 0.8;
}

.article .entry-content .c-ryo__img .c-ryo__img-slider .c-ryo__img-thumbnail.swiper-pagination-bullets {
  bottom: 0;
}

.article .entry-content .c-ryo__img .c-ryo__img-slider .c-ryo__img-thumbnail.swiper-pagination-bullets .swiper-pagination-bullet {
  width: calc(100% / 3);
  height: auto;
  padding-top: calc(100% / 3);
  position: relative;
  margin: 0 !important;
  background: #ddd;
  opacity: 1;
  border-radius: 0;
  overflow: hidden;
}

.article .entry-content .c-ryo__img .c-ryo__img-slider .c-ryo__img-thumbnail.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3n + 1) {
  margin-left: 0 !important;
}

@media (hover: hover) {
  .article .entry-content .c-ryo__img .c-ryo__img-slider .c-ryo__img-thumbnail.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    opacity: 0.6;
  }
}

.article .entry-content .c-ryo__img .c-ryo__img-slider .c-ryo__img-thumbnail.swiper-pagination-bullets .swiper-pagination-bullet a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.article .entry-content .c-ryo__img .c-ryo__img-slider .c-ryo__img-thumbnail.swiper-pagination-bullets .swiper-pagination-bullet img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}

.article .entry-content .c-ryo__img .c-ryo__img-slider .c-ryo__img-thumbnail.swiper-pagination-bullets .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 1;
}

.article .entry-content .c-ryo__img .c-ryo__img-slider .c-ryo__img-thumbnail.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  outline: none;
}

.article .entry-content .c-ryo__img .c-ryo__img-slider .c-ryo__img-thumbnail.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: transparent;
}

@media screen and (min-width: 835px) {
  .article .entry-content .c-ryo__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.article .entry-content .c-ryo__text > p {
  font-size: 2rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-ryo__text > p {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-ryo__text {
    width: 100%;
    margin: 0 0 3rem;
  }
}

.article .entry-content .c-ryo__text table {
  width: 100%;
  margin-bottom: 5rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-ryo__text table {
    display: block;
    margin-bottom: 3rem;
  }
}

.article .entry-content .c-ryo__text table tbody, .article .entry-content .c-ryo__text table tr, .article .entry-content .c-ryo__text table th, .article .entry-content .c-ryo__text table td {
  font-size: 2rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-ryo__text table tbody, .article .entry-content .c-ryo__text table tr, .article .entry-content .c-ryo__text table th, .article .entry-content .c-ryo__text table td {
    display: block;
    font-size: 1.6rem;
  }
}

.article .entry-content .c-ryo__text table tr {
  text-align: center;
}

.article .entry-content .c-ryo__text table th {
  background-color: #EFF9FC;
}

.article .entry-content .c-ryo__text table td {
  background-color: #fff;
}

.article .entry-content .c-ryo__text dl {
  margin-bottom: 0;
}

@media screen and (min-width: 835px) {
  .article .entry-content .c-ryo__text dl {
    width: 48%;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-ryo__text dl {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}

.article .entry-content .c-ryo__text dl dt {
  position: relative;
  text-align: center;
  margin-bottom: 2.3rem;
}

.article .entry-content .c-ryo__text dl dt::before {
  position: absolute;
  content: '';
  height: 2px;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #326FD1;
  z-index: 0;
}

.article .entry-content .c-ryo__text dl dt span {
  position: relative;
  font-size: 2rem;
  z-index: 1;
  padding: 0 .5em;
  background-color: #fff;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-ryo__text dl dt span {
    font-size: 1.6rem;
  }
}

.article .entry-content .c-ryo__text dl dd {
  margin-left: 0;
  padding: 2.4rem;
  border-radius: .8rem;
  border: 1px solid #326FD1;
}

.article .entry-content .c-ryo__text dl dd a {
  display: inline-block;
  margin: 0 0.5rem 0.5rem;
  padding: 0.5rem 1.5rem;
  color: #002893;
  border: solid 1px #002893;
}

.article .entry-content .c-ryo__map {
  margin-top: 4rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-ryo__map {
    margin-top: 3rem;
  }
}

.article .entry-content .c-ryo__map-title {
  border-bottom: none;
}

.article .entry-content .c-ryo__map-box iframe {
  width: 100% !important;
  height: 40rem !important;
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-ryo__map-box iframe {
    height: 30rem !important;
  }
}

.article .entry-content .c-ryo__map-box iframe + * {
  margin-top: 1.5rem;
}

.article .entry-content .c-ryo__point {
  margin-bottom: 3rem;
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-ryo__point {
    margin-bottom: 1rem;
  }
}

.article .entry-content .c-ryo__point-item {
  display: inline-block;
  font-size: 2.3rem;
  padding: 0.5em 1.5em;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  color: #0056E0;
  border: solid 1px #0056E0;
  border-radius: 3rem;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-ryo__point-item {
    font-size: 1.6rem;
  }
}

.article .entry-content .c-ryo__equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*
      @include mq-down() {
        flex-direction: column;
      }*/
}

.article .entry-content .c-ryo + .c-ryo {
  margin-top: 6rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-ryo + .c-ryo {
    margin-top: 5rem;
  }
}

.article .entry-content .c-video__title {
  font-size: 3.2rem;
  text-align: center;
  border: none;
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-video__title {
    font-size: 2.4rem;
  }
}

.article .entry-content .c-video__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-video__inner {
    display: block;
  }
}

.article .entry-content .c-video__form {
  width: 48.1%;
  padding: 4% 3% 7rem 3%;
  border: 1px solid #039FAC;
  border-radius: 0.6rem;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-video__form {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-video__form + .c-video__form {
    margin-top: 3rem;
  }
}

.article .entry-content .c-video__form h3 {
  font-size: 2.4rem;
  margin-top: 1.3rem;
  padding: 0;
  color: #039FAC;
  border: none;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-video__form h3 {
    margin-bottom: 1.5rem;
  }
}

.article .entry-content .c-video__form h3::after {
  content: none;
}

.article .entry-content .c-video__form p {
  font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-video__form p {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}

.article .entry-content .c-video__form form dl {
  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;
}

.article .entry-content .c-video__form form dl dt {
  display: block;
  width: 36%;
  font-size: 1.8rem;
  padding: .6rem 1.5rem;
  color: #fff;
  background-color: #039FAC;
  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;
}

.article .entry-content .c-video__form form dl dd {
  margin-left: 0;
  width: 60%;
}

.article .entry-content .c-video__form form dl input {
  border: 1px solid #039FAC;
  border-radius: 0;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-video__form form dl input {
    font-size: 1.6rem;
  }
}

.article .entry-content .c-video__form-note {
  text-align: left;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-video__btn {
    margin-top: 6rem;
  }
}

.article .entry-content .c-video__btn .c-btn {
  background-color: #039FAC;
}

.article .entry-content .c-video__btn a.c-btn {
  color: #fff;
}

.article .entry-content .c-moshi {
  margin-top: 9rem;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-moshi {
    font-size: 1.4rem;
  }
}

.article .entry-content .c-moshi__title {
  margin-bottom: 3rem;
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
  border: none;
  padding-bottom: 0;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-moshi__title {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-moshi__title {
    font-size: 2.8rem;
  }
}

.article .entry-content .c-moshi__title span {
  display: block;
  font-size: 1.8rem;
  margin-top: 1rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-moshi__title span {
    margin-top: 1.3rem;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-moshi__text {
    text-align: left;
    font-size: 1.6rem;
  }
}

.article .entry-content .c-moshi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-moshi__list {
    display: block;
  }
}

.article .entry-content .c-moshi__list-item {
  width: 100%;
  padding: 2rem 2.5%;
  margin-top: 3rem;
  border-radius: 0.6rem;
  text-align: left;
  border: 4px solid #D0E1E8;
}

@media screen and (min-width: 481px) {
  .article .entry-content .c-moshi__list-item {
    width: 48%;
  }
  .article .entry-content .c-moshi__list-item:nth-child(n + 3) {
    margin-top: 3.5%;
  }
}

@media screen and (min-width: 835px) {
  .article .entry-content .c-moshi__list-item:nth-child(2n) {
    margin-left: 4%;
  }
}

@media screen and (max-width: 480px) {
  .article .entry-content .c-moshi__list-item:nth-child(n + 2) {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-moshi__list-item {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.article .entry-content .c-moshi__list-item-title {
  margin-bottom: 1rem;
  padding-left: 0;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
  border: none;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-moshi__list-item-title {
    padding-bottom: 0;
  }
}

.article .entry-content .c-moshi__list-item-title::after {
  content: none;
}

.article .entry-content .c-moshi__list-item-subject {
  display: inline-block;
  padding: 0.3em 1.2em;
  margin-bottom: 2rem;
  background-color: #039FAC;
  color: #fff;
  border-radius: 1em;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-moshi__list-item-subject {
    margin-bottom: 1rem;
  }
}

.article .entry-content .c-moshi__list-item-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: solid 1px #DEDEDE;
  border-top: solid 1px #DEDEDE;
}

.article .entry-content .c-moshi__list-item-table dt {
  width: 15rem;
  margin: 0;
  padding: 1rem;
  border-right: solid 1px #DEDEDE;
  border-bottom: solid 1px #DEDEDE;
  background-color: #F0FAFF;
}

.article .entry-content .c-moshi__list-item-table dt ~ dt {
  background-color: #FAEDED;
}

.article .entry-content .c-moshi__list-item-table dt:nth-of-type(3) {
  background-color: #e6f3d7;
}

.article .entry-content .c-moshi__list-item-table dd {
  width: calc(100% - 15rem);
  margin: 0;
  padding: 1rem;
  border-right: solid 1px #DEDEDE;
  border-bottom: solid 1px #DEDEDE;
}

.article .entry-content .c-moshi__btn {
  margin-top: 7rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-moshi__btn {
    margin-top: 5rem;
  }
}

.article .entry-content .c-moshi__btn .c-btn {
  background-color: #039FAC;
  color: #fff;
}

.c-top-bnr {
  position: relative;
  width: 86%;
  max-width: 1005px;
  margin: 0 auto;
  padding-top: 7rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 834px) {
  .c-top-bnr {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.c-top-bnr__slider .swiper-slide {
  padding: 0 1rem;
}

.c-top-bnr__slider .swiper-slide img {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .c-top-bnr__slider .swiper-slide {
    padding: 0 0.6rem;
  }
}

.c-top-bnr .swiper-button-prev,
.c-top-bnr .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 6.6rem;
  height: 6.6rem;
  margin-top: -3.3rem;
  z-index: 10;
  cursor: pointer;
  background-color: #DCE7F2;
  background-size: 2.7rem 4.4rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3.3rem;
}

@media screen and (max-width: 834px) {
  .c-top-bnr .swiper-button-prev,
  .c-top-bnr .swiper-button-next {
    width: 4.7rem;
    height: 4.7rem;
    margin-top: -2.4rem;
    background-size: 1.8rem 3.5rem;
  }
}

.c-top-bnr .swiper-button-prev,
.c-top-bnr .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: -7rem;
  right: auto;
}

@media screen and (max-width: 834px) {
  .c-top-bnr .swiper-button-prev,
  .c-top-bnr .swiper-container-rtl .swiper-button-next {
    left: -2.5rem;
  }
}

.c-top-bnr .swiper-button-next,
.c-top-bnr .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: -7rem;
  left: auto;
}

@media screen and (max-width: 834px) {
  .c-top-bnr .swiper-button-next,
  .c-top-bnr .swiper-container-rtl .swiper-button-prev {
    right: -2.5rem;
  }
}

.c-helo-grand {
  height: 43rem;
  background: url("./assets/img/home/mv-bg.jpg") no-repeat center center/auto 100%;
}

@media screen and (max-width: 834px) {
  .c-helo-grand {
    height: calc(430 / 834 * 100vw);
  }
}

@media screen and (max-width: 480px) {
  .c-helo-grand {
    height: calc(512 / 480 * 100vw);
    background: url("./assets/img/home/mv-bg-sp.jpg") no-repeat center center/cover;
  }
}

.c-helo-grand__text {
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
  display: block;
}

@media screen and (max-width: 1023px) {
  .c-helo-grand__text {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .c-helo-grand__text {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .c-helo-grand__text {
    max-width: 90.6%;
  }
}

@media screen and (max-width: 834px) {
  .c-helo-grand__text {
    max-width: 98%;
  }
}

.c-helo-grand__text img {
  width: 56.5rem;
}

@media screen and (max-width: 834px) {
  .c-helo-grand__text img {
    width: calc(515 / 834 * 100vw);
  }
}

@media screen and (max-width: 480px) {
  .c-helo-grand__text img {
    width: calc(267 / 480 * 100vw);
  }
}

.c-helo {
  background: #002893;
  color: #fff;
  position: relative;
}

.c-helo__text {
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
}

@media screen and (max-width: 1023px) {
  .c-helo__text {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .c-helo__text {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .c-helo__text {
    max-width: 90.6%;
  }
}

.c-helo__slider .swiper-slide {
  position: relative;
  display: block;
}

.c-helo__slider .swiper-slide + .swiper-slide-active::after {
  content: none;
}

.c-helo__slider .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  z-index: 2;
}

.c-helo__slider .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-helo .swiper-wrapper {
  margin-top: 0;
  margin-left: 0;
}

.c-helo .swiper-button-next, .c-helo .swiper-button-prev {
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 50%;
  background-color: #9CD8EF;
  background-image: none;
  opacity: .7;
}

@media screen and (max-width: 480px) {
  .c-helo .swiper-button-next, .c-helo .swiper-button-prev {
    display: none;
  }
}

.c-helo .swiper-button-next::before, .c-helo .swiper-button-prev::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 2.3rem;
  height: 2.3rem;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.c-helo .swiper-button-prev {
  left: calc( 100% / 6);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-helo .swiper-button-prev::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 1.5rem;
}

.c-helo .swiper-button-next {
  right: calc( 100% / 6);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.c-helo .swiper-button-next::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 1.5rem;
}

.c-helo .swiper-pagination:not(root) {
  left: 50%;
  bottom: -3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-helo .swiper-pagination-bullet {
  margin: 0 4px;
}

.c-courses {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-image: url("./assets/img/university-entrance/c-courses-bg-sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 834px) {
  .c-courses {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 481px) {
  .c-courses {
    padding-top: 8.5rem;
    background-image: url("./assets/img/university-entrance/c-courses-bg.jpg");
  }
}

.c-courses__flash {
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .c-courses__flash {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .c-courses__flash {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .c-courses__flash {
    max-width: 90.6%;
  }
}

.c-courses__flash a {
  position: relative;
  display: inline-block;
  width: 894px;
  max-width: 100%;
  padding: 2rem 2.5rem;
  background-color: #dd0000;
  color: #fff;
  border-radius: 0.6rem;
  font-size: 1.8rem;
}

@media screen and (min-width: 481px) {
  .c-courses__flash a {
    font-size: 2.8rem;
  }
}

.c-courses__flash a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  bottom: 0.5rem;
  right: 0.5rem;
  border: solid 1px #fff;
  border-radius: 0.6rem;
}

.c-courses__flash + * {
  margin-top: 2rem !important;
}

@media screen and (min-width: 481px) {
  .c-courses__flash + * {
    margin-top: 3rem !important;
  }
}

.c-courses__apply {
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
}

@media screen and (max-width: 1023px) {
  .c-courses__apply {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .c-courses__apply {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .c-courses__apply {
    max-width: 90.6%;
  }
}

@media screen and (min-width: 481px) {
  .c-courses__apply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-courses__apply a {
  display: block;
}

@media screen and (min-width: 835px) {
  .c-courses__apply a {
    width: 40%;
  }
}

.c-courses__apply a + a {
  margin-top: 2rem;
}

@media screen and (min-width: 481px) {
  .c-courses__apply a + a {
    margin-top: 0;
    margin-left: 3rem;
  }
}

.c-courses__title {
  text-align: center;
  font-size: 2.6rem;
  margin-top: 6rem;
}

@media screen and (min-width: 481px) {
  .c-courses__title {
    font-size: 3.2rem;
  }
}

.c-courses__list {
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
}

@media screen and (max-width: 1023px) {
  .c-courses__list {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .c-courses__list {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .c-courses__list {
    max-width: 90.6%;
  }
}

.c-courses__list ul {
  padding-left: 0;
}

.c-courses__courses {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .c-courses__courses {
    margin-top: 3.6rem;
  }
}

.c-courses__courses-item {
  width: calc(50% - .5rem);
  margin-top: 1rem;
}

@media screen and (min-width: 481px) {
  .c-courses__courses-item {
    max-width: calc(25% - 1rem);
  }
}

.c-courses__courses-item img {
  width: 100%;
}

.c-courses__info {
  margin-top: 3.6rem;
}

@media screen and (min-width: 481px) {
  .c-courses__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 481px) {
  .c-courses__info-item {
    width: calc(33.3% - 1.2rem);
  }
}

.c-courses__info a {
  display: block;
}

.c-courses__info a + a {
  margin-top: 2rem;
}

@media screen and (min-width: 481px) {
  .c-courses__info a + a {
    margin-top: 0;
  }
}

.c-score {
  padding-top: 3.8rem;
  padding-bottom: 7.5rem;
  background-color: #0056E0;
  color: #fff;
  text-align: center;
}

.c-score__title {
  font-size: 2.6rem;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 481px) {
  .c-score__title {
    font-size: 3.2rem;
  }
}

.c-score__title span {
  font-size: 4.6rem;
  color: #fff612;
}

.c-score__inner {
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
  margin-top: 3.2rem;
}

@media screen and (max-width: 1023px) {
  .c-score__inner {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .c-score__inner {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .c-score__inner {
    max-width: 90.6%;
  }
}

@media screen and (min-width: 481px) {
  .c-score__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-score__item {
  padding: 3rem 2.4rem;
  margin-left: 4%;
  margin-right: 4%;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
}

@media screen and (min-width: 481px) {
  .c-score__item {
    margin-left: 0;
    margin-right: 0;
    width: calc(33.3% - 1.2rem);
  }
}

.c-score__item + div {
  margin-top: 2rem;
}

@media screen and (min-width: 481px) {
  .c-score__item + div {
    margin-top: 0;
  }
}

.c-score__item h3 {
  font-size: 2.4rem;
  padding: 0.3rem 0.5rem;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.c-score__item img {
  margin-top: 2rem;
  width: 16.4rem;
  max-width: 100%;
}

.c-score__item small {
  font-size: 1.2rem;
  margin-top: 2.7rem;
  display: block;
  text-align: left;
  font-weight: 300;
  color: #000;
}

.c-score__desc {
  font-size: 1.3rem;
  margin-top: 1.8rem;
  color: #000;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .c-score__desc {
    font-size: 1.4rem;
  }
}

.c-score__orange {
  color: #ff8900;
}

.c-score__green {
  color: #85b912;
}

.c-score__blue {
  color: #3f6bbf;
}

.c-score__more {
  margin-top: 5rem;
  border: 1px solid #fff;
  background-color: transparent;
}

@media screen and (min-width: 481px) {
  .c-score__more {
    margin-top: 3rem;
  }
}

.c-intro-video {
  text-align: center;
  background-color: #F0F6FA;
  padding: 6rem 0 8rem;
}

.c-intro-video__title {
  font-size: 2.6rem;
}

@media screen and (min-width: 481px) {
  .c-intro-video__title {
    font-size: 3.2rem;
  }
}

.c-intro-video__inner {
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
  margin-top: 3.6rem;
}

@media screen and (max-width: 1023px) {
  .c-intro-video__inner {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .c-intro-video__inner {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .c-intro-video__inner {
    max-width: 90.6%;
  }
}

@media screen and (min-width: 481px) {
  .c-intro-video__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 481px) {
  .c-intro-video__item {
    width: calc((100% - 4rem) / 2);
  }
}

.c-intro-video__item a + a {
  margin-top: 3rem;
  background-color: #fff;
  border: 1px solid #0056E0;
  color: #000;
}

.c-intro-video__item a + a:hover {
  color: #000;
}

.c-intro-video__item + div {
  margin-top: 5rem;
}

@media screen and (min-width: 481px) {
  .c-intro-video__item + div {
    margin-top: 0;
  }
}

.c-env {
  padding: 5rem 0 9rem;
  max-width: 96%;
  margin: 0 auto;
  width: 1080px;
}

@media screen and (min-width: 835px) {
  .c-env {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 7.6rem;
  }
}

.c-env__title {
  display: inline-block;
  font-size: 2.6rem;
  padding: 0 4rem 1.2rem 4rem;
  text-align: center;
  border-bottom: 3px solid #0056E0;
}

@media screen and (min-width: 481px) {
  .c-env__title {
    font-size: 2.8rem;
  }
}

.c-env__box {
  text-align: center;
}

@media screen and (min-width: 835px) {
  .c-env__box {
    width: 48%;
  }
}

.c-env__box + article {
  margin-top: 8rem;
}

@media screen and (min-width: 835px) {
  .c-env__box + article {
    margin-top: 0;
  }
}

.c-env__list {
  padding-left: 0;
  margin-top: 3.2rem;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .c-env__list {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .c-env__list {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .c-env__list {
    max-width: 90.6%;
  }
}

.c-env__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  border: solid 1px #DEDEDE;
  overflow: hidden;
}

.c-env__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-env__list li a img {
  width: 42%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px 0 0 6px;
  min-height: 0%;
}

@media screen and (min-width: 481px) {
  .c-env__list li a img {
    width: 34%;
  }
}

.c-env__list li a:hover {
  opacity: 0.6;
  color: inherit;
}

.c-env__list li + li {
  margin-top: 3rem;
}

@media screen and (min-width: 481px) {
  .c-env__list li + li {
    margin-top: 2rem;
  }
}

.c-env__list-txt {
  padding: 2rem 1.7rem 2rem 2rem;
  width: 58%;
}

@media screen and (min-width: 481px) {
  .c-env__list-txt {
    padding: 2rem 2rem 3rem 2rem;
    width: 66%;
  }
}

.c-env__list-title {
  font-size: 2rem;
  margin-bottom: 1.3rem;
  font-weight: 500;
  color: #043D89;
}

@media screen and (max-width: 834px) {
  .c-env__list-title {
    font-size: 1.8rem;
  }
}

.c-env__list p + p {
  font-size: 1.3rem;
}

.c-env__more {
  margin-top: 4rem;
  border: 1px solid #0056E0;
  background-color: #fff;
  color: #000;
}

@media screen and (min-width: 481px) {
  .c-env__more {
    margin-top: 5rem;
  }
}

.c-env__more:hover {
  color: #000;
}

.c-related {
  padding: 6rem 0 8rem;
  background-color: #002893;
  text-align: center;
  color: #fff;
}

.c-related__title {
  font-size: 2.4rem;
}

@media screen and (min-width: 481px) {
  .c-related__title {
    font-size: 3.2rem;
  }
}

.c-related__inner {
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
  margin-bottom: 6rem;
}

@media screen and (max-width: 1023px) {
  .c-related__inner {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .c-related__inner {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .c-related__inner {
    max-width: 90.6%;
  }
}

@media screen and (min-width: 481px) {
  .c-related__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
  }
}

.c-related__box {
  color: #2F2F2F;
  border-radius: 6px;
  margin-top: 2.4rem;
}

@media screen and (min-width: 481px) {
  .c-related__box {
    width: calc((100% - 3.4rem) / 3);
    margin-top: 4rem;
  }
}

.c-related__box img {
  border-radius: 6px 6px 0 0;
  width: 100%;
}

.c-related__text {
  padding: 2.4rem 3rem;
  border-radius: 0 0 6px 6px;
}

.c-related__text-head {
  font-size: 2.2rem;
  font-weight: 500;
}

@media screen and (min-width: 481px) {
  .c-related__text-head {
    font-size: 2.1rem;
  }
}

.c-related__text-desc {
  font-size: 1.6rem;
  margin-top: 1rem;
  color: #2F2F2F;
  text-align: left;
}

@media screen and (min-width: 481px) {
  .c-related__text-desc {
    font-size: 1.3rem;
  }
}

.c-related__web {
  color: #1F4A04;
  background-color: #FFFDD1;
}

.c-related__ielts {
  color: #FA3333;
  background-color: #FAFAFA;
}

.c-related__books {
  color: #1B449F;
  background-color: #E8FAFF;
}

.c-timeline {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media screen and (min-width: 481px) {
  .c-timeline {
    padding-top: 7.4rem;
    padding-bottom: 8rem;
  }
}

.c-timeline__inner {
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .c-timeline__inner {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .c-timeline__inner {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .c-timeline__inner {
    max-width: 90.6%;
  }
}

@media screen and (max-width: 834px) {
  .c-timeline__inner {
    display: none;
  }
}

.c-timeline__box {
  width: 48%;
  padding: 2rem;
  border: solid 1px #002893;
  border-radius: 0.6rem;
}

.c-timeline__box-inner {
  height: 29rem;
  overflow-y: scroll;
}

.c-timeline__sns {
  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 (min-width: 835px) {
  .c-timeline__sns {
    margin-top: 6rem;
  }
}

.c-timeline__sns-item img {
  width: 7.5rem;
  height: 7.5rem;
}

@media screen and (max-width: 480px) {
  .c-timeline__sns-item img {
    width: 5rem;
    height: 5rem;
  }
}

.c-timeline__sns-item + .c-timeline__sns-item {
  margin-left: 3rem;
}

@media screen and (max-width: 480px) {
  .c-timeline__sns-item + .c-timeline__sns-item {
    margin-left: 1.5rem;
  }
}

.c-doc {
  background-color: #f5fbff;
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.c-doc__inner {
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
}

@media screen and (max-width: 1023px) {
  .c-doc__inner {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .c-doc__inner {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .c-doc__inner {
    max-width: 90.6%;
  }
}

@media screen and (min-width: 835px) {
  .c-doc__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 481px) {
  .c-doc__history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 835px) {
  .c-doc__history {
    width: 62%;
    padding-right: 3rem;
  }
}

.c-doc__history-img {
  text-align: center;
}

@media screen and (min-width: 481px) {
  .c-doc__history-img {
    width: 46%;
  }
}

.c-doc__history img {
  width: 100%;
}

.c-doc__history-title {
  font-size: 2.1rem;
  color: #043d89;
  margin-bottom: 2.8rem;
}

@media screen and (min-width: 835px) {
  .c-doc__history-title {
    font-size: 1.9rem;
  }
}

.c-doc__history-txt {
  margin-top: 4rem;
}

@media screen and (min-width: 481px) {
  .c-doc__history-txt {
    width: 50%;
  }
}

.c-doc__history p {
  font-size: 1.6rem;
  line-height: 1.6;
}

.c-doc__contact {
  margin-top: 3rem;
  border-top: 1px solid #d1d1d1;
}

@media screen and (min-width: 835px) {
  .c-doc__contact {
    width: 38%;
    padding-left: 2.8rem;
    margin-top: 0;
    border-top: none;
    border-left: 1px solid #d1d1d1;
    padding-bottom: 1.6rem;
  }
}

.c-doc__contact-title {
  font-size: 2.1rem;
  color: #043d89;
  font-weight: 600;
  text-align: center;
  margin-top: 4.6rem;
}

@media screen and (min-width: 835px) {
  .c-doc__contact-title {
    font-size: 1.9rem;
    margin-top: 4rem;
  }
}

.c-doc__contact-box {
  padding: 2rem 3rem;
  margin-top: 3rem;
  border: 5px solid #c5ddf2;
  font-size: 1.4rem;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}

@media screen and (min-width: 835px) {
  .c-doc__contact-box {
    padding: 1.7rem 4.2rem;
    font-size: 1.3rem;
  }
}

.c-doc__contact-box span {
  font-size: 1.7rem;
  font-weight: 500;
  color: #0088fc;
}

@media screen and (min-width: 835px) {
  .c-doc__contact-box span {
    font-size: 1.6rem;
  }
}

.c-doc__contact-desc {
  margin-top: 2rem;
}

@media screen and (min-width: 835px) {
  .c-doc__contact-desc {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}

.c-doc__btn-outer {
  text-align: center;
  margin-top: 6.4rem;
}

@media screen and (min-width: 835px) {
  .c-doc__btn-outer {
    margin-top: 1.6rem;
  }
}

.c-headlines {
  background-color: #0056E0;
  color: #fff;
}

.c-headlines a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 835px) {
  .c-headlines a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .c-headlines a:hover {
    opacity: 0.6;
    color: inherit;
  }
}

.c-headlines__inner {
  padding-top: 7rem;
  padding-bottom: 8rem;
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
}

@media screen and (max-width: 834px) {
  .c-headlines__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 1023px) {
  .c-headlines__inner {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .c-headlines__inner {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .c-headlines__inner {
    max-width: 90.6%;
  }
}

.c-headlines__title {
  margin-bottom: 3rem;
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .c-headlines__title {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .c-headlines__title {
    font-size: 2.8rem;
  }
}

.c-headlines__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-bottom: solid 1px #fff;
}

.c-headlines__list-item-date {
  width: 15rem;
  margin: 0;
  padding: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .c-headlines__list-item-date {
    width: 100%;
    padding: 1.5rem 0 1rem;
  }
}

.c-headlines__list-item-title {
  width: calc(100% - 17rem);
  margin: 0;
  padding: 1.5rem;
}

@media screen and (max-width: 834px) {
  .c-headlines__list-item-title {
    padding: 0 0 1.5rem;
    width: 100%;
  }
}

.c-headlines__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .c-headlines__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-headlines__btn .c-btn {
  background-color: transparent;
  border: solid 1px #fff;
}

.article .entry-content .c-card {
  margin-bottom: 3rem;
  word-break: break-all;
  overflow-wrap: break-word;
  max-width: 100%;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-card {
    margin-bottom: 2rem;
  }
}

.article .entry-content .c-card__title {
  padding: 0.35em 0.5em 0.4em;
  margin: 0 0 0.8em;
  background-color: #326FD1;
  color: #fff;
  border: none;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
}

.article .entry-content .c-card__title::after {
  display: none;
}

.article .entry-content .c-card__title p {
  margin-bottom: 0;
}

.article .entry-content .c-card__img {
  width: 100%;
  max-width: 100%;
  margin: 0 0 0.8em;
}

.article .entry-content .c-card__img figcaption {
  margin-top: 0.8em;
}

.article .entry-content .c-card__btn {
  margin-top: 3rem;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-card__btn {
    margin-top: 2rem;
  }
}

.article .entry-content .c-card__btn a {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  outline: none;
  font-family: inherit;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  border-radius: 3rem;
  padding: 0 1.6rem;
  height: 5rem;
  width: 27rem;
  max-width: 100%;
  font-size: 1.6rem;
  width: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  background: #fff;
  border: solid 1px #0056E0;
  color: #0056E0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-card__btn a {
    font-size: 1.4rem;
  }
}

.article .entry-content .c-card__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #0056E0;
  border-right: 1px solid #0056E0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.article .entry-content .row--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article .entry-content .row--3 > * {
  margin-block-start: 0;
}

@media screen and (min-width: 835px) {
  .article .entry-content .row--3 > * {
    width: 31%;
    margin-left: 3.5%;
  }
  .article .entry-content .row--3 > *:nth-child(3n + 1) {
    margin-left: 0;
  }
  .article .entry-content .row--3 > *:nth-child(n + 4) {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .row--3 > * {
    width: 48%;
    margin-left: 4%;
  }
  .article .entry-content .row--3 > *:nth-child(2n + 1) {
    margin-left: 0;
  }
  .article .entry-content .row--3 > *:nth-child(n + 3) {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 480px) {
  .article .entry-content .row--3 > * {
    width: 100%;
  }
  .article .entry-content .row--3 > *:nth-child(n + 2) {
    margin-top: 3rem;
  }
}

.archive-title {
  margin-top: 7rem;
}

@media screen and (max-width: 834px) {
  .archive-title {
    margin-top: 4rem;
  }
}

.archive-title + .list .a-wrap {
  border: 1px solid #F2F2F2;
  border-color: #e3e3e3 #cecece #b4b4b4 #d6d6d6;
}

.archive-title + .list .a-wrap .entry-card-content {
  padding-bottom: 0;
}

.archive main {
  padding: 0;
}

@media screen and (min-width: 835px) {
  .article .entry-content .c-recruit__item th {
    width: 20%;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .c-recruit__item th {
    width: 25%;
  }
}

.article .entry-content .c-recruit__item + .c-recruit__item {
  margin-top: 5rem;
}

.article .entry-content .c-recruit__btn {
  margin-top: 3rem;
  text-align: center;
}

.sidebar {
  padding: 7rem 1rem;
}

.sidebar form .wp-block-search__button {
  width: auto;
  font-size: 1.6rem;
}

.sidebar form .wp-block-search__inside-wrapper {
  margin-top: .5rem;
}

.sidebar .sidebar-scroll {
  padding-top: 2rem;
  /*
    ul {
      &.wp-block-categories-list {
        padding-left: 0;
        margin-top: 1rem;
        li {
          padding: 0.5rem 1rem;
          font-size: 1.6rem;
          border-bottom: 1px dotted;
          line-height: 1.7;
        }
      }
      &.wp-block-archives-list {
        padding-left: 0;
        margin-top: 1rem;
        li {
          font-size: 1.6rem;
          padding: 0.5rem 1rem;
          border-bottom: 1px dotted;
          line-height: 1.7;
        }
      }
    }
    */
}

@media screen and (max-width: 1023px) {
  .sidebar .sidebar-scroll {
    padding-top: 0;
  }
}

.sidebar .sidebar-scroll h2,
.sidebar .sidebar-scroll h3 {
  padding: 0.7rem 1rem;
  background-color: #002893;
  border-radius: 4px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}

.sidebar .sidebar-scroll ul {
  padding-left: 0;
  margin-top: 1rem;
}

.sidebar .sidebar-scroll ul li {
  font-size: 1.6rem;
  border-bottom: 1px dotted;
  line-height: 1.7;
}

.sidebar .sidebar-scroll ul li a {
  display: block;
  padding: 0.7rem 1rem;
}

.l-header {
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;*/
  width: 100%;
  z-index: 100;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.l-header[data-header="fixed"] {
  background: rgba(255, 255, 255, 0.9);
}

.l-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 1080px;
  max-width: 98%;
  position: static;
}

@media screen and (max-width: 1023px) {
  .l-header__body {
    max-width: 94%;
    padding: 1rem 0 1rem;
    margin-top: 3rem;
  }
}

.l-header__title {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1rem;
}

.l-header__title a {
  display: block;
  color: #2F2F2F;
}

@media screen and (min-width: 835px) {
  .l-header__title a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .l-header__title a:hover {
    opacity: 0.6;
  }
}

.l-header__title a p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .l-header__title a p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 1.2rem;
    padding: 0.8rem 1rem;
    background-color: #F2F2F2;
    text-align: center;
    z-index: 5001;
  }
}

.l-header__title a img {
  height: auto;
}

@media screen and (max-width: 480px) {
  .l-header__title a img {
    width: calc(265 / 480 * 100vw);
  }
}

.l-header__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70rem;
  /*
    @include mq-down(lg) {
      width: 45.6rem;
    }*/
}

@media screen and (max-width: 1023px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__tel {
  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: 24.3rem;
  height: 5.5rem;
  background-color: #002893;
  border-radius: 0 0 0.6rem 0.6rem;
  /*
    @include mq-down(lg) {
      background-color: transparent;
      position: absolute;
      right: 0;
      bottom: -5.5rem;
      z-index: 2;
    }*/
}

@media screen and (max-width: 1023px) {
  .l-header__tel {
    display: none;
  }
}

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

@media screen and (min-width: 1024px) {
  .l-header__form {
    width: 45.6rem;
  }
}

.l-header__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.6rem;
}

.l-header__form-item 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15rem;
  padding: 1rem;
  color: #fff;
  border-radius: 0 0 0.6rem 0.6rem;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.l-header__form-item a span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.l-header__form-item--university a {
  background-color: #5395FF;
}

.l-header__form-item--highschool a {
  background-color: #F7B63B;
}

.l-header__form-item--contact a {
  position: relative;
  width: 13.8rem;
  padding: 1rem 3rem 1rem 1rem;
  background-color: #002893;
}

.l-header__form-item--contact a::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("./assets/img/common/icon-arrow-contact.svg");
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.l-header__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.2rem;
}

.l-header__category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.6rem;
}

.l-header__category-item 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 15rem;
  height: 4rem;
  color: #fff;
  border-radius: 0.6rem 0.6rem 0 0;
  font-size: 1.6rem;
  line-height: 1.3;
}

.l-header__category-item--university a {
  background-color: #0056E0;
}

.l-header__category-item--highschool a {
  background-color: #F07B17;
}

.l-header__category-item--moshi a {
  width: 13.8rem;
  height: 3.4rem;
  background-color: #039FAC;
  border-radius: 0.6rem;
  font-size: 1.3rem;
}

.l-header__info {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 5.5rem;
  background-color: #002893;
  color: #fff;
  line-height: 1.3;
  font-size: 1.4rem;
  /*
    @include mq-down(lg) {
      justify-content: flex-start;
      padding: 0 29rem 0 2rem;
      font-size: 1.3rem;
    }
*/
}

@media screen and (max-width: 1023px) {
  .l-header__info {
    font-size: 1.1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.8rem 2rem;
    text-align: center;
    height: auto;
  }
}

.l-header__links {
  position: relative;
  display: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1023px) {
  .l-header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__links div + div {
    margin-left: 1.3rem;
  }
}

.l-header__links > * {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.l-header__links > * > a,
.l-header__links > * > button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  text-decoration: none;
  background: transparent;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #5395FF;
}

@media screen and (min-width: 835px) {
  .l-header__links > * > a,
  .l-header__links > * > button {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .l-header__links > * > a:hover,
  .l-header__links > * > button:hover {
    opacity: 0.6;
  }
}

.l-header__links > * > a img,
.l-header__links > * > button img {
  width: 4.7rem;
  height: 4.8rem;
  -webkit-transition: 300ms;
  transition: 300ms;
}

@media screen and (min-width: 481px) {
  .l-header__links > * > a img,
  .l-header__links > * > button img {
    width: 5.7rem;
    height: 5.8rem;
  }
}

@media screen and (min-width: 835px) {
  .l-header__links > * > a img,
  .l-header__links > * > button img {
    width: 6.7rem;
    height: 5.8rem;
  }
}

.l-header__links > *[data-contents="menu"] {
  z-index: 5001;
}

.l-header__links > *[data-contents="menu"] button .l-header__links-close {
  display: none;
}

.l-header__links > *[data-contents="menu"] button.nav-open .l-header__links-close {
  display: block;
}

.l-header__links > *[data-contents="menu"] button.nav-open .l-header__links-menu {
  display: none;
}

.l-header__bottom {
  font-size: 1.1rem;
  padding: 1rem 0;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  background-color: #002893;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .l-header__bottom {
    display: none;
  }
}

.l-header__document {
  border-radius: 10px 0 0 10px;
  background-color: #fff;
}

@media screen and (max-width: 834px) {
  .l-header__document {
    border-radius: 0;
    width: 50%;
  }
}

.l-header__document_box {
  right: 0;
  top: 20%;
  position: fixed;
  z-index: 3000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .l-header__document_box {
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-header__document a {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.4rem;
  padding: 2.5rem 1.2rem;
  border-radius: 10px 0 0 10px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 834px) {
  .l-header__document a {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    border-radius: 0;
    padding: 0.8rem 0;
    text-align: center;
    line-height: 1.4;
    height: 100%;
  }
}

.l-header__document a span {
  margin-bottom: 1rem;
}

@media screen and (max-width: 834px) {
  .l-header__document a span {
    display: block;
    margin-bottom: 0;
  }
}

.l-header__document.-university a {
  background-color: #5395FF;
}

.l-header__document.-highschool a {
  background-color: #F7B63B;
}

.l-header__document.-dial a {
  background-color: #79b92b;
}

.l-header__document.-dial a img {
  width: 4rem;
  max-height: 100%;
  max-width: 100%;
}

.l-footer {
  position: relative;
  padding: 0;
  width: 100%;
  background: #f8f8f8;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .l-footer {
    padding-top: 0;
  }
}

.l-footer__pagetop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .l-footer__pagetop {
    bottom: 6rem;
    right: 1rem;
  }
}

.l-footer__pagetop a {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 300ms;
  transition: 300ms;
  position: relative;
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 834px) {
  .l-footer__pagetop a {
    width: 15vw;
    height: 15vw;
  }
}

@media screen and (min-width: 835px) {
  .l-footer__pagetop a:hover {
    opacity: 0.6;
  }
}

.l-footer__pagetop[data-pagetop-fix="false"] {
  position: absolute;
  bottom: 2rem;
}

@media screen and (max-width: 834px) {
  .l-footer__pagetop[data-pagetop-fix="false"] {
    bottom: 1rem;
  }
}

.l-footer__pagetop[data-fixed="true"] {
  opacity: 1;
  pointer-events: all;
}

.l-footer__pagetop[data-fixed="false"] {
  opacity: 0;
  pointer-events: none;
}

.l-footer__nav {
  padding-top: 7rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 834px) {
  .l-footer__nav {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 834px) {
  .l-footer__nav {
    padding-bottom: 0;
  }
}

.l-footer__nav-menu {
  display: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 11;
}

@media screen and (max-width: 834px) {
  .l-footer__nav-menu {
    display: block;
    margin: 1rem 1rem 1rem auto;
    width: 4.7rem;
    height: 4.7rem;
    border: solid 1px #002893;
    border-radius: 0.6rem;
    overflow: hidden;
    text-indent: -50rem;
    cursor: pointer;
  }
}

.l-footer__nav-menu::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1px;
  background: #002893;
  right: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-footer__nav-menu::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1px;
  background: #002893;
  right: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-footer__nav-menu--open::before {
  display: none;
}

.l-footer__nav-menu--open::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-footer__nav-title {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: bold;
}

.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
}

@media screen and (max-width: 1023px) {
  .l-footer__nav-list {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .l-footer__nav-list {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .l-footer__nav-list {
    max-width: 90.6%;
  }
}

@media screen and (max-width: 834px) {
  .l-footer__nav-list {
    min-width: 100%;
  }
}

.l-footer__nav-list .widget_nav_menu, .l-footer__nav-list-item {
  width: 19%;
}

@media screen and (max-width: 834px) {
  .l-footer__nav-list .widget_nav_menu, .l-footer__nav-list-item {
    width: 100%;
    margin: 0;
  }
}

.l-footer__nav-list .widget_nav_menu-title, .l-footer__nav-list-item-title {
  position: relative;
  margin-bottom: 0.7rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .l-footer__nav-list .widget_nav_menu-title, .l-footer__nav-list-item-title {
    margin: 0;
    padding: 1rem 2rem;
    background-color: #0056E0;
    color: #fff;
    border-bottom: solid 1px #002893;
    font-size: 1.8rem;
    text-align: center;
    cursor: pointer;
  }
}

@media screen and (max-width: 834px) {
  .l-footer__nav-list .widget_nav_menu-title span, .l-footer__nav-list-item-title span {
    display: block;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    border: solid 1px #fff;
    border-radius: 0.6rem;
    overflow: hidden;
    cursor: pointer;
  }
  .l-footer__nav-list .widget_nav_menu-title span::before, .l-footer__nav-list-item-title span::before {
    content: "";
    position: absolute;
    width: 1.4rem;
    height: 1px;
    background: #fff;
    right: 0.8rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-footer__nav-list .widget_nav_menu-title span::after, .l-footer__nav-list-item-title span::after {
    content: "";
    position: absolute;
    width: 1.4rem;
    height: 1px;
    background: #fff;
    right: 0.8rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 834px) {
  .l-footer__nav-list .widget_nav_menu-title--open span::before, .l-footer__nav-list-item-title--open span::before {
    display: none;
  }
  .l-footer__nav-list .widget_nav_menu-title--open span::after, .l-footer__nav-list-item-title--open span::after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.l-footer__nav-list .widget_nav_menu .menu, .l-footer__nav-list-item .menu {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 834px) {
  .l-footer__nav-list .widget_nav_menu .menu, .l-footer__nav-list-item .menu {
    display: none;
  }
}

.l-footer__nav-list .widget_nav_menu .menu li, .l-footer__nav-list-item .menu li {
  font-size: 1.4rem;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .l-footer__nav-list .widget_nav_menu .menu li, .l-footer__nav-list-item .menu li {
    margin: 0;
    font-size: 1.8rem;
    text-align: center;
  }
}

.l-footer__nav-list .widget_nav_menu .menu li a, .l-footer__nav-list-item .menu li a {
  padding: 0.3rem 0;
}

@media screen and (max-width: 834px) {
  .l-footer__nav-list .widget_nav_menu .menu li a, .l-footer__nav-list-item .menu li a {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
    color: #002893;
    border-bottom: solid 1px #002893;
  }
}

.l-footer__bottom {
  padding: 1.5rem 0;
  background-color: #E7EEF4;
}

@media screen and (max-width: 834px) {
  .l-footer__bottom {
    padding: 2.4rem 0;
  }
}

.l-footer__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
}

@media screen and (max-width: 1023px) {
  .l-footer__bottom-inner {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .l-footer__bottom-inner {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .l-footer__bottom-inner {
    max-width: 90.6%;
  }
}

@media screen and (max-width: 834px) {
  .l-footer__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-footer__subnav {
  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;
}

.l-footer__subnav .widget_nav_menu {
  margin-bottom: 0;
}

.l-footer__subnav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .l-footer__subnav .menu {
    font-size: 2.91vw;
  }
}

.l-footer__subnav .menu li {
  color: #555;
  margin-right: 1.5rem;
}

@media screen and (max-width: 480px) {
  .l-footer__subnav .menu li {
    margin-right: 3.125vw;
  }
}

.l-footer__subnav .menu li:last-of-type {
  margin-right: 0;
}

.l-footer__subnav .menu li a {
  padding-left: 0;
  padding-right: 0;
}

.l-footer__subnav .menu li a:hover {
  background-color: transparent;
}

.l-footer__subnav .menu li + li {
  position: relative;
}

.l-footer__subnav .menu li + li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1.3rem;
  left: -0.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px solid currentColor;
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1rem;
  padding-left: 0;
}

@media screen and (max-width: 834px) {
  .l-footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
    padding-left: 0;
  }
}

.l-footer__sns 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: 6rem;
  height: 6rem;
  background: #ccc;
  border-radius: 3rem;
}

@media screen and (max-width: 1023px) {
  .l-footer__sns a {
    width: 5rem;
    height: 5rem;
  }
}

.l-footer__sns img {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 100%;
}

.l-footer__sns-item {
  margin-left: 2.1rem;
}

@media screen and (max-width: 834px) {
  .l-footer__sns-item:first-of-type {
    margin-left: 0;
  }
}

.l-footer__copyright {
  padding: 2.4rem 2.7rem;
  background-color: #fdfdfd;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #002893;
}

@media screen and (max-width: 834px) {
  .l-footer__copyright {
    font-size: 2.91vw;
    padding: 2.4rem 2.7rem 8rem;
  }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
.content {
  margin-top: 0;
}

.main {
  z-index: auto;
}

.no-sidebar .content .main,
.main {
  padding: 0;
}

.wrap {
  margin: 0 auto;
  width: 1080px;
  max-width: 96%;
}

@media screen and (max-width: 1023px) {
  .wrap {
    max-width: 94%;
  }
}

@media screen and (max-width: 834px) {
  .wrap {
    max-width: 92%;
  }
}

@media screen and (max-width: 480px) {
  .wrap {
    max-width: 90.6%;
  }
}

.entry-title {
  position: relative;
  padding: 0 0 2.5rem;
  margin: 7rem 0 5rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.entry-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 6rem;
  height: 2px;
  background: #0056E0;
  margin-left: -3rem;
}

.cat-label {
  background-color: #0056E0;
  border: none;
}

.cat-link {
  background-color: #0056E0;
}

.article .entry-content {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 834px) {
  .article .entry-content {
    font-size: 1.4rem;
  }
}

.article .entry-content h2,
.article .entry-content h3,
.article .entry-content h4,
.article .entry-content h5,
.article .entry-content h6 {
  border: none;
  background: none;
  position: relative;
}

.article .entry-content h2 {
  padding: 0.4em 0.7em 0.5em;
  margin: 0 0 1.2em;
  border-left: solid 9px #002893;
  border-bottom: solid 1px #002893;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
}

.article .entry-content * + h2 {
  margin-top: 7rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content * + h2 {
    margin-top: 5rem;
  }
}

.article .entry-content h3 {
  padding: 0.4em 0.8em 0.5em;
  margin: 0 0 1em;
  background-color: #fdfdfd;
  border: solid 1px #DEDEDE;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3;
}

.article .entry-content h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background: #0056E0;
}

.article .entry-content h4 {
  padding: 0.3em 0.5em 0.4em;
  margin: 0 0 1em;
  border: solid 1px #DEDEDE;
  border-left: solid 5px #0056E0;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3;
}

.article .entry-content h5 {
  padding: 0.35em 0.5em 0.4em;
  margin: 0 0 0.8em;
  background-color: #326FD1;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
}

.article .entry-content h6 {
  padding: 0;
  margin: 0 0 0.8em;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
}

.article .entry-content * + h3 {
  margin-top: 4rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content * + h3 {
    margin-top: 3rem;
  }
}

.article .entry-content * + h4,
.article .entry-content * + h5,
.article .entry-content * + h6 {
  margin-top: 3rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content * + h4,
  .article .entry-content * + h5,
  .article .entry-content * + h6 {
    margin-top: 2rem;
  }
}

.article .entry-content p {
  margin-bottom: 3rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content p {
    margin-bottom: 2rem;
  }
}

.article .entry-content ul,
.article .entry-content ol {
  margin: 0;
  margin-bottom: 3rem;
  padding: 1.5rem;
  border: dotted 1px #002893;
}

@media screen and (max-width: 834px) {
  .article .entry-content ul,
  .article .entry-content ol {
    margin-bottom: 2rem;
  }
}

.article .entry-content ul li,
.article .entry-content ol li {
  margin: 0 0 0.5rem;
  padding: 0 0 0 1em;
  text-indent: -1em;
  position: relative;
}

.article .entry-content ul li::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  margin: 0.3em 0.5em 0 0.2em;
  background: #0056E0;
}

.article .entry-content ul li ul,
.article .entry-content ul li ol {
  padding: 0;
  margin: 0;
  border: none;
}

.article .entry-content ul li ul li,
.article .entry-content ul li ol li {
  margin: 0.5rem 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  position: relative;
  list-style: none;
}

.article .entry-content ul li ul li::before {
  background: #0056E0;
}

.article .entry-content ol {
  counter-reset: i;
}

.article .entry-content ol li::before {
  counter-increment: i;
  content: counter(i) ".";
  margin: 0 0.5em 0 0;
  color: #0056E0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  vertical-align: middle;
}

.article .entry-content ol li ul,
.article .entry-content ol li ol {
  padding: 0;
  margin: 0;
  border: none;
}

.article .entry-content ol li ul li,
.article .entry-content ol li ol li {
  margin: 0.5rem 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  position: relative;
}

.article .entry-content a {
  color: #5395FF;
  text-decoration: underline;
  position: relative;
}

.article .entry-content table {
  border-collapse: collapse;
}

.article .entry-content table th,
.article .entry-content table td {
  border: solid 1px #DEDEDE;
  padding: 1.5rem;
}

.article .entry-content table th {
  background: #e4f1f8;
  font-weight: 500;
}

.article .entry-content .wp-block-table {
  margin-bottom: 4rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content .wp-block-table {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 834px) {
  .article .entry-content .wp-block-table.sp-block-table table {
    border: solid 1px #DEDEDE;
    border-bottom: none;
    display: block;
  }
  .article .entry-content .wp-block-table.sp-block-table table tbody,
  .article .entry-content .wp-block-table.sp-block-table table tr,
  .article .entry-content .wp-block-table.sp-block-table table th,
  .article .entry-content .wp-block-table.sp-block-table table td {
    display: block;
  }
  .article .entry-content .wp-block-table.sp-block-table table th,
  .article .entry-content .wp-block-table.sp-block-table table td {
    border: none;
    border-bottom: solid 1px #DEDEDE;
  }
}

.article .entry-content .wp-block-table.sp-scroll-table::before {
  display: none;
}

@media screen and (max-width: 834px) {
  .article .entry-content .wp-block-table.sp-scroll-table {
    padding-top: 2rem;
    overflow: scroll;
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
    z-index: 1;
  }
  .article .entry-content .wp-block-table.sp-scroll-table::before {
    content: "←　左右に動かせます　→";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    -webkit-animation: horizontal 1s ease-in-out infinite alternate;
            animation: horizontal 1s ease-in-out infinite alternate;
    color: #0056E0;
    font-size: 1rem;
  }
  .article .entry-content .wp-block-table.sp-scroll-table table {
    width: auto;
    white-space: nowrap;
  }
}

.article .entry-content .wp-block-image figcaption {
  margin-top: 1rem;
  font-size: 0.7em;
  opacity: 0.8;
}

.article .entry-content .wp-block-image + * {
  margin-top: 1.5rem;
}

.article .entry-content .wp-block-gallery,
.article .entry-content .wp-block-buttons,
.article .entry-content .wp-block-embed,
.article .entry-content .wp-block-media-text,
.article .entry-content .wp-block-columns {
  margin-bottom: 4rem;
}

@media screen and (max-width: 834px) {
  .article .entry-content .wp-block-gallery,
  .article .entry-content .wp-block-buttons,
  .article .entry-content .wp-block-embed,
  .article .entry-content .wp-block-media-text,
  .article .entry-content .wp-block-columns {
    margin-bottom: 3rem;
  }
}

.article .entry-content .wp-block-buttons {
  text-align: center;
}

.article .entry-content .wp-block-button {
  text-align: center;
}

.article .entry-content .wp-block-button__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  outline: none;
  font-family: inherit;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  border-radius: 3rem;
  padding: 0 1.6rem;
  height: 5rem;
  width: 27rem;
  max-width: 100%;
  font-size: 1.6rem;
  width: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  background: #fff;
  border: solid 1px #0056E0;
  color: #0056E0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (max-width: 834px) {
  .article .entry-content .wp-block-button__link {
    font-size: 1.4rem;
  }
}

.article .entry-content .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #0056E0;
  border-right: 1px solid #0056E0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.article .entry-content .wp-block-file {
  margin-bottom: 3rem;
  padding: 1.5rem;
  border: solid 1px #DEDEDE;
  border-radius: 0.6rem;
  background-color: #F2F2F2;
}

@media screen and (max-width: 834px) {
  .article .entry-content .wp-block-file {
    margin-bottom: 2rem;
  }
}

.article .entry-content .wp-block-file__button {
  margin-left: 1.5rem;
  background-color: #0056E0;
  color: #fff;
}

.article .entry-content .blocks-gallery-grid {
  padding: 0;
  margin: 0;
  border: none;
}

.article .entry-content .blocks-gallery-grid .blocks-gallery-item {
  padding: 0;
  text-indent: 0em;
}

.article .entry-content .blocks-gallery-grid .blocks-gallery-item::before {
  display: none;
}

.article .entry-content .video-container,
.article .entry-content .instagram-container,
.article .entry-content .facebook-container {
  margin: 0 auto;
  max-width: 640px;
}

.article .entry-content .video-container .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.article .entry-content .video iframe,
.article .entry-content .video object,
.article .entry-content .video embed,
.article .entry-content .instagram iframe,
.article .entry-content .instagram object,
.article .entry-content .instagram embed,
.article .entry-content .facebook iframe,
.article .entry-content .facebook object,
.article .entry-content .facebook embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article .entry-content .video-container {
  max-width: none;
}

.article .entry-content blockquote {
  margin-bottom: 3rem;
  padding: 3rem 2rem 2rem;
  background-color: #fdfdfd;
}

@media screen and (max-width: 834px) {
  .article .entry-content blockquote {
    margin-bottom: 2rem;
  }
}

.article .entry-content blockquote .c-contents__cite {
  font-size: 0.8em;
}

.article .entry-content blockquote > *:last-child {
  margin-bottom: 0 !important;
}

.article .entry-content blockquote::before, .article .entry-content blockquote::after {
  color: #c8c8c8;
  font-family: serif;
  position: absolute;
  font-size: 3em;
  line-height: 1;
}

.article .entry-content blockquote::before {
  content: "“";
  left: 1rem;
  top: 1rem;
}

.article .entry-content blockquote::after {
  content: "”";
  right: 1rem;
  bottom: -2rem;
}

.article .entry-content pre {
  margin-bottom: 3rem;
  padding: 2rem 2rem;
  background-color: #fdfdfd;
}

@media screen and (max-width: 834px) {
  .article .entry-content pre {
    margin-bottom: 2rem;
  }
}

.article .entry-content .has-large-font-size {
  font-size: 1.5em;
}

.article .entry-content__map {
  margin-bottom: 4rem;
  position: relative;
  padding: 0 0 60%;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .article .entry-content__map {
    margin-bottom: 3rem;
  }
}

.article .entry-content__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* grand top */
.page-template-front-page .wrap {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .page-template-front-page .c-nav-global {
    display: none;
  }
}

.page-template-front-page .c-nav-bottom {
  display: block;
}

/* university top */
.page-template-page-university-entrance .wrap {
  width: 100%;
  max-width: 100%;
}

/* university top */
.single-recruit {
  /*
  .wrap {
    width: 100%;
    max-width: 100%;
  }*/
}

.single-recruit .main {
  width: 100%;
}

.single-recruit .sns-share,
.single-recruit .date-tags,
.single-recruit .sidebar {
  display: none;
}

.wp-block-columns.is-layout-flex {
  gap: 0;
}

@media screen and (max-width: 781px) {
  .wp-block-columns.is-layout-flex > .wp-block-column:not(:last-child) {
    margin-bottom: 1.8em;
  }
}

@media screen and (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - var(--wp--style--block-gap, 2em) / 2) !important;
    flex-grow: 0;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    margin-left: var(--wp--style--block-gap, 2em);
  }
  .article .wp-block-columns > .wp-block-column:nth-child(odd):nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: var(--wp--style--block-gap, 2em);
  }
}

@media screen and (min-width: 481px) and (max-width: 834px) {
  .article .entry-content .column-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .article .entry-content .column-wrap > div {
    width: 49.5%;
  }
  .article .entry-content .column-wrap.column-3 > div {
    width: 32.5%;
  }
  .article .entry-content .column-2-3-1-2 > .column-left {
    width: 34%;
  }
  .article .entry-content .column-2-3-1-2 > .column-right {
    width: 65%;
  }
  .article .entry-content .column-2-3-2-1 > .column-left {
    width: 65%;
  }
  .article .entry-content .column-2-3-2-1 > .column-right {
    width: 34%;
  }
  .article .entry-content .column-2-4-1-3 > .column-left {
    width: 25%;
  }
  .article .entry-content .column-2-4-1-3 > .column-right {
    width: 74%;
  }
  .article .entry-content .column-2-4-3-1 > .column-left {
    width: 74%;
  }
  .article .entry-content .column-2-4-3-1 > .column-right {
    width: 25%;
  }
}

.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}

.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 0.8em;
  padding: 0.5em 1em;
}

.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
  .page-numbers {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .page-numbers.dots {
    display: inline-block;
  }
}
/*# sourceMappingURL=style.css.map */