@charset "utf-8";
/* ==========================================================================
 Foundation
========================================================================== */
p,
h1,
h2,
h3,
h4,
dl,
dd {
  margin: 0;
}
button {
  padding: 0;
  border: none;
}
button:focus {
  outline: none;
}
button:hover {
  cursor: pointer;
}
body {
  margin: 0;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
em {
  font-style: normal;
}
img {
  vertical-align: top;
}
a:link {
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #181818;
  letter-spacing: 0.04em;
}
body.is-fixed {
  position: fixed;
}
a {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul {
  list-style: none;
}
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
}
select::-ms-expand {
  display: none;
}
.item--pc {
  display: none;
}
@media screen and (min-width: 835px) {
  .item--pc {
    display: block;
  }
}
.item--sp {
  display: block;
}
@media screen and (min-width: 835px) {
  .item--sp {
    display: none;
  }
}
.btn__container {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .btn__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 26px;
  }
}
.btn {
  display: block;
  width: 280px;
  height: 60px;
  position: relative;
  z-index: 10;
}
.btn > img {
  position: absolute;
  left: 0px;
  top: -5px;
  width: 38px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .btn > img {
    width: 50px;
    left: -15px;
    top: -8px;
  }
}
.btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 6px;
  top: 6px;
  border-radius: 30px;
  background: #c9fbff;
  z-index: -1;
}
.btn > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px 0 40px;
  border: 1px solid #1b99a4;
  border-radius: 30px;
  color: #1b99a4;
  font-size: 14px;
  background: #fafeff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .btn > div {
    font-size: 16px;
  }
}
.btn > div svg {
  width: 24px;
  stroke: #1b99a4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .btn > div svg {
    width: 28px;
  }
}
.btn:hover > div {
  background: #21b8c5;
  color: #fff;
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
}
.btn:hover > div svg {
  stroke: #fff;
}
.btnS {
  display: block;
  width: 180px;
  height: 46px;
  position: relative;
  margin: 40px auto 0;
}
.btnS:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 4px;
  top: 6px;
  border-radius: 30px;
  background: #c9fbff;
  z-index: -1;
}
.btnS > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
  border: 1px solid #1b99a4;
  border-radius: 30px;
  color: #1b99a4;
  font-size: 14px;
  background: #fafeff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .btnS > div {
    font-size: 16px;
    padding: 0 40px;
  }
}
.btnS:hover > div {
  background: #21b8c5;
  color: #fff;
  -webkit-transform: translate(4px, 6px);
          transform: translate(4px, 6px);
}
.inner {
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .inner {
    max-width: 1100px;
    margin: auto;
  }
}
.pageHead {
  background: #e0f4f8;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 160px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .pageHead {
    height: 320px;
    padding-top: 100px;
  }
}
.pageHead span {
  width: 8px;
  height: 8px;
  background: #21b8c5;
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .pageHead span {
    width: 16px;
    height: 16px;
  }
}
.pageHead h1,
.pageHead h2 {
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  font-size: 24px;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .pageHead h1,
  .pageHead h2 {
    font-size: 36px;
    margin-top: 10px;
  }
}
.pageHead p {
  font-size: 12px;
  margin-top: 8px;
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .pageHead p {
    font-size: 15px;
    margin-top: 18px;
  }
}
.pageHead:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 125px 80px 0 0;
  border-color: #21b8c5 transparent transparent transparent;
}
@media screen and (min-width: 835px) {
  .pageHead:before {
    border-width: 320px 200px 0 0;
  }
}
.pageHead:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 125px 0;
  border-color: transparent #f6ad3c transparent transparent;
}
@media screen and (min-width: 835px) {
  .pageHead:after {
    border-width: 0 200px 320px 0;
  }
}
.pageContainer {
  padding: 40px 24px 80px;
}
@media screen and (min-width: 835px) {
  .pageContainer {
    padding: 60px 24px 160px;
    max-width: 970px;
    margin: auto;
  }
}
.pageNav,
.pageNav--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  .pageNav,
  .pageNav--center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
    margin: 0;
    gap: 16px 10px;
  }
}
@media screen and (min-width: 835px) {
  .pageNav li,
  .pageNav--center li {
    width: calc(33.33333% - 6.66667px);
  }
}
.pageNav li a,
.pageNav--center li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #1b99a4;
  border: 1px solid #1b99a4;
  border-radius: 4px;
  height: 50px;
  padding: 0 16px 0 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fafeff;
}
@media screen and (min-width: 835px) {
  .pageNav li a,
  .pageNav--center li a {
    height: 60px;
    font-size: 19px;
  }
}
.pageNav li a svg,
.pageNav--center li a svg {
  stroke: #1b99a4;
  width: 28px;
  height: 28px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pageNav li a:hover,
.pageNav--center li a:hover {
  background: #21b8c5;
  color: #fff;
}
.pageNav li a:hover svg,
.pageNav--center li a:hover svg {
  stroke: #fff;
}
@media screen and (min-width: 835px) {
  .pageNav--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pageContent > h2 {
  background: #fafafa;
  font-size: 20px;
  padding: 10px;
  padding-left: 18px;
  position: relative;
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  border-bottom: 1px solid #1b99a4;
  margin-top: 60px;
}
@media screen and (min-width: 835px) {
  .pageContent > h2 {
    font-size: 28px;
    padding-left: 32px;
    margin-top: 100px;
  }
}
.pageContent > h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #21b8c5;
}
@media screen and (min-width: 835px) {
  .pageContent > h2:before {
    width: 16px;
    height: 16px;
  }
}
.pageContent > h2.secondary:before {
  background: #2194c5;
}
.contact__text {
  text-align: center;
  font-size: 13px;
  line-height: 2;
  margin-bottom: 12px;
}
@media screen and (min-width: 835px) {
  .contact__text {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
.contact__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 166px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 835px) {
  .contact__step {
    width: 226px;
  }
}
.contact__step:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #ddd;
}
.contact__step li {
  width: 42px;
  height: 42px;
  background: #fafafa;
  color: #aeaeae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  border-radius: 50%;
  position: relative;
}
@media screen and (min-width: 835px) {
  .contact__step li {
    width: 62px;
    height: 62px;
    font-size: 16px;
  }
}
.contact__step li.active {
  background: #f6ad3c;
  color: #fff;
}
.contact__form {
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .contact__form {
    margin: 40px auto 0;
    background: #fafafa;
    border-radius: 12px;
    padding: 60px 80px 80px;
    max-width: 740px;
  }
}
.contact__form__text {
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .contact__form__text {
    font-size: 15px;
  }
}
.contact__item {
  display: block;
}
.contact__item:not(:first-of-type) {
  margin-top: 20px;
}
.contact__item__head {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 2;
}
.contact__item__input {
  width: 100%;
  height: 60px;
  border: 1px solid #d0d0d0;
  font-size: 16px;
  padding: 0 16px;
}
.contact__item__input::-webkit-input-placeholder {
  color: #c8c8c8;
}
.contact__item__input::-moz-placeholder {
  color: #c8c8c8;
}
.contact__item__input::-ms-input-placeholder {
  color: #c8c8c8;
}
.contact__item__input::placeholder {
  color: #c8c8c8;
}
.contact__item__class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.contact__item__class > span {
  font-size: 16px;
  margin-bottom: 3px;
}
.contact__item__select {
  width: 164px;
  height: 48px;
  position: relative;
}
.contact__item__select select {
  width: 100%;
  height: 100%;
  border: 1px solid #d0d0d0;
  font-size: 16px;
  padding-left: 16px;
  color: #262626;
}
.contact__item__select select::-webkit-input-placeholder {
  color: #c8c8c8;
}
.contact__item__select select::-moz-placeholder {
  color: #c8c8c8;
}
.contact__item__select select::-ms-input-placeholder {
  color: #c8c8c8;
}
.contact__item__select select::placeholder {
  color: #c8c8c8;
}
.contact__item__select img {
  position: absolute;
  width: 24px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.contact__item__textarea {
  width: 100%;
  height: 160px;
  font-size: 16px;
  padding: 16px;
  border: 1px solid #d0d0d0;
}
@media screen and (min-width: 835px) {
  .contact__item__textarea {
    height: 200px;
  }
}
.contact__item__textarea::-webkit-input-placeholder {
  color: #c8c8c8;
}
.contact__item__textarea::-moz-placeholder {
  color: #c8c8c8;
}
.contact__item__textarea::-ms-input-placeholder {
  color: #c8c8c8;
}
.contact__item__textarea::placeholder {
  color: #c8c8c8;
}
.contact__button {
  width: 100%;
  height: 56px;
  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;
  background: #21b8c5;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 315px;
  margin: 40px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.contact__button:hover {
  opacity: 0.8;
}
@media screen and (min-width: 835px) {
  .contact__button {
    width: 520px;
    margin: 60px auto 0;
    font-size: 16px;
  }
}
.contact__button:disabled {
  background: #d0d0d0;
  cursor: not-allowed;
}
.contact__back {
  text-align: center;
  margin-top: 40px;
}
.contact__back a {
  color: #21b8c5;
  font-size: 14px;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.contact__back a:hover {
  opacity: 0.8;
}
.contact__confirm {
  margin-top: 20px;
  border-bottom: 1px solid #d0d0d0;
}
.contact__confirm__item {
  border-top: 1px solid #d0d0d0;
  padding: 12px 16px;
}
@media screen and (min-width: 835px) {
  .contact__confirm__item {
    padding: 20px 16px;
  }
}
.contact__confirm__item p:nth-of-type(1) {
  font-size: 11px;
}
@media screen and (min-width: 835px) {
  .contact__confirm__item p:nth-of-type(1) {
    font-size: 13px;
  }
}
.contact__confirm__item p:nth-of-type(2) {
  font-size: 13px;
  margin-top: 8px;
}
@media screen and (min-width: 835px) {
  .contact__confirm__item p:nth-of-type(2) {
    font-size: 16px;
  }
}
.contact__title {
  font-size: 18px;
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 835px) {
  .contact__title {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.contact__btn {
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .contact__btn {
    margin-top: 60px;
  }
}
.contact__btn > a {
  margin: 0 auto;
}
.cost__campaign {
  margin-bottom: 40px;
  display: block;
}
@media screen and (min-width: 835px) {
  .cost__campaign {
    max-width: 820px;
    margin: 0 auto 40px;
  }
}
.cost__campaign img {
  width: 100%;
}
.cost__img {
  width: 100%;
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .cost__img {
    margin-top: 40px;
  }
}
.cost__img img {
  width: 100%;
}
.costContent h3 {
  background: #fafafa;
  font-size: 18px;
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  padding: 12px 10px;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .costContent h3 {
    font-size: 24px;
    padding: 16px 20px;
    margin-top: 60px;
  }
}
.costContent h4 {
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  font-size: 16px;
  padding-left: 18px;
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .costContent h4 {
    font-size: 20px;
    padding-left: 32px;
  }
}
.costContent h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 3px;
  background: #21b8c5;
}
@media screen and (min-width: 835px) {
  .costContent h4:before {
    width: 16px;
  }
}
.cost__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.cost__price li {
  text-align: center;
  border-left: 1px solid #1b99a4;
  border-bottom: 1px solid #1b99a4;
  width: 33.33333%;
}
@media screen and (min-width: 835px) {
  .cost__price li {
    width: 16.66667%;
  }
}
.cost__price li:nth-of-type(3n) {
  border-right: 1px solid #1b99a4;
}
@media screen and (min-width: 835px) {
  .cost__price li:nth-of-type(3n) {
    border-right: none;
  }
}
.cost__price li:last-of-type {
  border-right: 1px solid #1b99a4;
}
.cost__price li p {
  text-align: center;
}
.cost__price li p:nth-of-type(1) {
  background: #21b8c5;
  color: #fff;
  font-size: 14px;
  padding: 4px 0;
}
@media screen and (min-width: 835px) {
  .cost__price li p:nth-of-type(1) {
    font-size: 16px;
  }
}
.cost__price li p:nth-of-type(2) {
  font-size: 14px;
  padding: 6px 0;
}
@media screen and (min-width: 835px) {
  .cost__price li p:nth-of-type(2) {
    font-size: 16px;
    padding: 8px 0;
  }
}
.cost__note {
  background: #fffaf3;
  margin-top: 60px;
  padding: 20px 15px;
  border-radius: 4px;
  border: 2px solid #f6ad3c;
  background: #fffaf3;
  position: relative;
}
@media screen and (min-width: 835px) {
  .cost__note {
    margin-top: 70px;
    padding: 30px 40px;
  }
}
.cost__note > span {
  width: 40px;
  height: 40px;
  background: #f6ad3c;
  position: absolute;
  left: 8px;
  top: -20px;
  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;
  border-radius: 50%;
}
@media screen and (min-width: 835px) {
  .cost__note > span {
    width: 60px;
    height: 60px;
    top: -30px;
  }
}
.cost__note > span img {
  width: 26px;
}
@media screen and (min-width: 835px) {
  .cost__note > span img {
    width: 40px;
  }
}
.cost__note ul {
  padding-left: 20px;
}
.cost__note ul li {
  list-style: disc;
  font-size: 13px;
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .cost__note ul li {
    font-size: 18px;
  }
}
.cost__note ul li strong {
  color: #f17742;
  font-weight: normal;
}
.cost__group__table {
  margin-top: 40px;
  width: 100%;
}
.cost__group__table th,
.cost__group__table td {
  border: 1px solid #e1e1e1;
}
.cost__group__table th {
  background: #21b8c5;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .cost__group__table th {
    font-size: 18px;
  }
}
.cost__group__table th:nth-of-type(1) {
  width: 60px;
}
@media screen and (min-width: 835px) {
  .cost__group__table th:nth-of-type(1) {
    width: 120px;
  }
}
.cost__group__table th:nth-of-type(2) {
  width: 80px;
}
@media screen and (min-width: 835px) {
  .cost__group__table th:nth-of-type(2) {
    width: 180px;
  }
}
.cost__group__table td {
  font-size: 13px;
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 835px) {
  .cost__group__table td {
    font-size: 15px;
    line-height: 2;
  }
}
.cost__group__table td:nth-of-type(1) {
  background: #fafeff;
}
.cost__group__table td:nth-of-type(3) {
  text-align: left;
  font-size: 11px;
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .cost__group__table td:nth-of-type(3) {
    font-size: 13px;
  }
}
.cost__group__foot {
  font-size: 13px;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .cost__group__foot {
    font-size: 15px;
  }
}
@media screen and (min-width: 835px) {
  .cost__individual__sp {
    display: none;
  }
}
.cost__individual__sp p {
  font-size: 13px;
  line-height: 2;
  margin-top: 20px;
}
.cost__individual__sp > div {
  text-align: center;
  margin-top: 20px;
}
.cost__individual__sp > div a {
  color: #1b99a4;
  font-size: 13px;
  text-decoration: underline;
}
.cost__individual__pc {
  display: none;
}
@media screen and (min-width: 835px) {
  .cost__individual__pc {
    display: table;
    margin-top: 40px;
    width: 100%;
  }
}
.cost__individual__pc th,
.cost__individual__pc td {
  border: 1px solid #e1e1e1;
}
.cost__individual__pc th {
  background: #2194c5;
  color: #fff;
  font-size: 18px;
  line-height: 2;
}
.cost__individual__pc td {
  text-align: center;
  line-height: 2;
  font-size: 15px;
  padding: 15px 0;
}
.cost__individual__pc td a {
  color: #1b99a4;
  text-decoration: underline;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.cost__individual__pc td a:hover {
  opacity: 0.8;
}
.cost__cta {
  border-top: 1px dashed #e1e1e1;
  margin-top: 60px;
  margin-bottom: -80px;
  padding-top: 40px;
  padding-bottom: 140px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .cost__cta {
    padding-top: 60px;
    padding-bottom: 90px;
    margin-bottom: -160px;
    width: calc(100% + 48px);
    margin-left: -24px;
  }
}
.cost__cta h2 {
  font-size: 20px;
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .cost__cta h2 {
    font-size: 28px;
  }
}
.cost__cta .man {
  position: absolute;
  left: -100px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
}
@media screen and (min-width: 835px) {
  .cost__cta .man {
    width: 120px;
    left: 0;
    right: auto;
  }
}
.cost__cta .woman {
  position: absolute;
  left: 0px;
  right: -100px;
  bottom: 0;
  margin: auto;
  width: 80px;
}
@media screen and (min-width: 835px) {
  .cost__cta .woman {
    width: 120px;
    right: 0;
    left: auto;
  }
}
.course__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  gap: 20px 30px;
}
.course__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1b99a4;
  white-space: nowrap;
  font-size: 16px;
  border-bottom: 1px solid #1b99a4;
  padding: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.course__nav a:hover {
  opacity: 0.8;
}
.course__nav a svg {
  stroke: #1b99a4;
  width: 16px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 5px;
}
.course__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  margin-top: 60px;
  font-size: 18px;
}
@media screen and (min-width: 835px) {
  .course__head {
    font-size: 26px;
  }
}
.course__head img {
  width: 40px;
  margin-right: 12px;
}
@media screen and (min-width: 835px) {
  .course__head img {
    width: 56px;
  }
}
.course__content {
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .course__content {
    border: 3px solid #e1e1e1;
  }
}
.course__item {
  border: 1px solid #e1e1e1;
}
@media screen and (min-width: 835px) {
  .course__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
  }
  .course__item:not(:first-of-type) {
    border-top: 1px solid #e1e1e1;
  }
}
.course__item:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .course__item:not(:first-of-type) {
    margin-top: 0;
  }
}
.course__item__left {
  background: #fafeff;
  padding: 12px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (min-width: 835px) {
  .course__item__left {
    border-right: 1px solid #e1e1e1;
    border-bottom: none;
    width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
  }
  .course__item_l .course__item__left {
    width: 400px;
  }
}
.course__item__right {
  padding: 15px;
}
@media screen and (min-width: 835px) {
  .course__item__right {
    width: calc(100% - 280px);
    padding: 20px 30px;
  }
  .course__item_l .course__item__right {
    width: calc(100% - 400px);
  }
}
.course__item__title {
  text-align: center;
  font-size: 16px;
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
}
@media screen and (min-width: 835px) {
  .course__item__title {
    text-align: left;
    font-size: 18px;
  }
}
.course__item__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  margin-left: -10px;
}
@media screen and (min-width: 835px) {
  .course__item__flow {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    margin-top: 18px;
  }
}
.course__item__flow li {
  background: #dadada;
  color: #bdbdbd;
  width: 75px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .course__item__flow li {
    height: 28px;
    font-size: 14px;
  }
}
.course__item__flow li:before {
  content: "";
  position: absolute;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #dadada;
}
@media screen and (min-width: 835px) {
  .course__item__flow li:before {
    right: -13px;
    border-width: 14px 0 14px 14px;
  }
}
.course__item__flow li.active {
  color: #fff;
}
.course__item__flow li:nth-of-type(1):before {
  z-index: 4;
}
.course__item__flow li:nth-of-type(1).active {
  background: #21b8c5;
}
.course__item__flow li:nth-of-type(1).active:before {
  border-color: transparent transparent transparent #21b8c5;
}
.course__item__flow li:nth-of-type(2) {
  padding-left: 10px;
}
.course__item__flow li:nth-of-type(2):before {
  z-index: 3;
}
.course__item__flow li:nth-of-type(2).active {
  background: #2194c5;
}
.course__item__flow li:nth-of-type(2).active:before {
  border-color: transparent transparent transparent #2194c5;
}
.course__item__flow li:nth-of-type(3) {
  padding-left: 10px;
}
.course__item__flow li:nth-of-type(3):before {
  z-index: 2;
}
.course__item__flow li:nth-of-type(3).active {
  background: #f6ad3c;
}
.course__item__flow li:nth-of-type(3).active:before {
  border-color: transparent transparent transparent #f6ad3c;
}
.course__item__head {
  font-size: 15px;
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  color: #1b99a4;
}
@media screen and (min-width: 835px) {
  .course__item__head {
    font-size: 18px;
  }
}
.course__item__text {
  font-size: 11px;
  margin-top: 8px;
  line-height: 1.6;
}
@media screen and (min-width: 835px) {
  .course__item__text {
    font-size: 13px;
  }
}
.course__item__foot {
  font-size: 11px;
  color: #f17742;
  margin-top: 8px;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .course__item__foot {
    font-size: 13px;
  }
}
.course__item__tag,
.course__item__tag--o,
.course__item__tag--g,
.course__item__tag--b {
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 835px) {
  .course__item__tag,
  .course__item__tag--o,
  .course__item__tag--g,
  .course__item__tag--b {
    text-align: left;
    margin-top: 16px;
  }
}
.course__item__tag span,
.course__item__tag--o span,
.course__item__tag--g span,
.course__item__tag--b span {
  padding: 5px 10px;
  color: #fff;
  font-size: 11px;
  border-radius: 16px;
}
@media screen and (min-width: 835px) {
  .course__item__tag span,
  .course__item__tag--o span,
  .course__item__tag--g span,
  .course__item__tag--b span {
    font-size: 14px;
  }
}
.course__item__tag--o span {
  background: #f17742;
}
.course__item__tag--g span {
  background: #34c981;
}
.course__item__tag--b span {
  background: #216bdb;
}
.course__campaign {
  background: #fafafa;
  padding: 45px 0;
}
@media screen and (min-width: 835px) {
  .course__campaign {
    padding: 60px 0 85px;
  }
}
@media screen and (min-width: 835px) {
  .course__campaign__img {
    max-width: 820px;
    margin: 0 auto;
    display: block;
  }
}
.course__campaign__img img {
  width: 100%;
}
.flow__step:not(:first-of-type) {
  margin-top: 40px;
}
.flow__step__eng {
  text-align: center;
}
.flow__step__eng span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  letter-spacing: 0.1em;
  color: transparent;
  text-stroke: 1px #21b8c5;
  -webkit-text-stroke: 1px #21b8c5;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 835px) {
  .flow__step__eng span {
    font-size: 60px;
  }
}
.flow__step__eng img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
}
.flow__step__eng img:nth-of-type(1) {
  left: -40px;
}
.flow__step__eng img:nth-of-type(2) {
  right: -40px;
}
.flow__step__title {
  width: calc(100% + 48px);
  margin-left: -24px;
  text-align: center;
  margin-top: 12px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .flow__step__title {
    width: 100%;
    margin: 12px 0 0;
  }
}
.flow__step__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  border-top: 1px dashed #e1e1e1;
}
@media screen and (min-width: 835px) {
  .flow__step__title:before {
    border-top: 2px dashed #e1e1e1;
  }
}
.flow__step__title span {
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  font-size: 20px;
  background: #fff;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .flow__step__title span {
    font-size: 28px;
  }
}
.flow__content {
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .flow__content {
    margin-top: 40px;
    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;
  }
}
.flow__img {
  width: 240px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 835px) {
  .flow__img {
    width: 49%;
  }
}
.flow__box {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .flow__box {
    width: 51%;
    margin-top: 0;
  }
}
.flow__text {
  font-size: 15px;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .flow__text {
    font-size: 18px;
  }
}
.flow__btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 835px) {
  .flow__btn {
    margin-top: 50px;
    gap: 35px;
  }
}
.flow__arw {
  margin: 50px auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 50px 0 50px;
  border-color: #f6ad3c transparent transparent transparent;
}
@media screen and (min-width: 835px) {
  .flow__arw {
    border-width: 60px 130px 0 130px;
    margin: 70px auto 0;
  }
}
.flow__app {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .flow__app {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 860px;
    margin: 45px auto 0;
  }
}
@media screen and (min-width: 835px) {
  .flow__app__item {
    width: calc(50% - 20px);
  }
}
.flow__app__item h3 {
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 0;
}
@media screen and (min-width: 835px) {
  .flow__app__item h3 {
    font-size: 15px;
  }
}
.flow__app__item p {
  font-size: 12px;
  text-align: center;
  line-height: 2;
  padding: 10px 0;
}
@media screen and (min-width: 835px) {
  .flow__app__item p {
    font-size: 14px;
    padding: 16px 0;
  }
}
.flow__app__item:nth-of-type(1) {
  border: 1px solid #21b8c5;
  border-radius: 4px;
}
.flow__app__item:nth-of-type(1) h3 {
  background: #21b8c5;
}
.flow__app__item:nth-of-type(2) {
  border: 1px solid #2194c5;
  border-radius: 4px;
}
.flow__app__item:nth-of-type(2) h3 {
  background: #2194c5;
}
.flow__note {
  background: #fffaf3;
  color: #f17742;
  text-align: center;
  line-height: 2;
  margin-top: 40px;
  padding: 10px;
  font-size: 16px;
}
@media screen and (min-width: 835px) {
  .flow__note {
    font-size: 20px;
    margin-top: 100px;
  }
}
.flow__foot {
  font-size: 12px;
  margin-top: 20px;
  line-height: 2;
  text-align: center;
}
.flow__done {
  background: #e0f4f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  height: 52px;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .flow__done {
    max-width: 400px;
    margin: 40px auto 0;
    font-size: 20px;
  }
}
.flow__done img {
  width: 24px;
  margin-right: 6px;
}
@media screen and (min-width: 835px) {
  .flow__done img {
    margin-right: 10px;
  }
}
.flow__payment__container {
  margin-top: 40px;
}
.flow__payment {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background: #fafafa;
  position: relative;
  padding: 50px 20px 20px;
}
@media screen and (min-width: 835px) {
  .flow__payment {
    padding: 50px 40px 20px;
  }
}
.flow__payment:not(:first-of-type) {
  margin-top: 20px;
}
.flow__payment__head {
  position: absolute;
  left: 10px;
  top: 0;
  display: inline-block;
  font-size: 16px;
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  background: #e1e1e1;
  padding: 8px 15px;
  border-radius: 0px 0px 4px 4px;
}
@media screen and (min-width: 835px) {
  .flow__payment__head {
    font-size: 20px;
    padding: 6px 25px;
    left: 20px;
  }
}
.flow__payment__text {
  font-size: 13px;
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .flow__payment__text {
    font-size: 15px;
  }
}
.flow__payment__note {
  background: #fffaf3;
  border: 1px solid #f6ad3c;
  border-radius: 4px;
  padding: 16px 10px;
  line-height: 2;
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .flow__payment__note {
    padding: 16px 20px;
    font-size: 15px;
  }
}
.flow__payment__note a {
  color: #1b99a4;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.flow__payment__note a:hover {
  opacity: 0.8;
}
.flow__payment__note span {
  font-size: 16px;
}
@media screen and (min-width: 835px) {
  .flow__payment__note span {
    font-size: 18px;
  }
}
.flow__payment__foot {
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .flow__payment__foot {
    font-size: 15px;
  }
}
.flow__payment__foot strong {
  font-size: 16px;
  font-weight: normal;
  color: #f17742;
}
@media screen and (min-width: 835px) {
  .flow__payment__foot strong {
    font-size: 20px;
  }
}
.pagetop {
  position: fixed;
  right: 13px;
  bottom: 13px;
  width: 40px;
  height: 40px;
  border: 1px solid #14808c;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .pagetop {
    right: 20px;
    bottom: 40px;
    width: 60px;
    height: 60px;
  }
}
.pagetop svg {
  stroke: #14808c;
  width: 20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 835px) {
  .pagetop svg {
    width: 26px;
  }
}
.pagetop:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.footer {
  border-top: 5px solid #21b8c5;
  background: #fff;
  padding: 60px 0 40px;
}
@media screen and (min-width: 835px) {
  .footer__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__logo {
  display: block;
  width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  .footer__logo {
    width: 250px;
    margin: 0;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__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;
  font-size: 20px;
  font-weight: bold;
  color: #21b8c5;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .footer__tel {
    margin: 0;
    margin-left: 30px;
    font-size: 25px;
  }
}
.footer__tel img {
  width: 12px;
  margin-right: 3px;
}
@media screen and (min-width: 835px) {
  .footer__tel img {
    width: 16px;
  }
}
.footer__link {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 835px) {
  .footer__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 835px) {
  .footer__link__box {
    width: auto;
  }
}
.footer__link__box:nth-of-type(even) p span {
  background: #f6ad3c;
}
.footer__link__box:nth-of-type(odd) p span {
  background: #21b8c5;
}
.footer__link__box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e1e1e1;
  background: #f6f6f6;
  padding: 12px;
  white-space: nowrap;
}
@media screen and (min-width: 835px) {
  .footer__link__box p {
    background: none;
    padding: 0;
    border-bottom: none;
  }
}
.footer__link__box p span {
  width: 8px;
  height: 8px;
  margin-right: 12px;
}
.footer__link__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}
.footer__link__box ul a {
  color: #181818;
  font-size: 14px;
  padding-left: 16px;
  position: relative;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.footer__link__box ul a:hover {
  opacity: 0.8;
}
.footer__link__box ul a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 3px;
  background: #e1e1e1;
}
.footer__link__other {
  border-top: 2px dashed #d9d9d9;
  padding-top: 30px;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .footer__link__other {
    padding-top: 0;
    margin-left: 20px;
    border-top: none;
    white-space: nowrap;
  }
}
.footer__link__other ul {
  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;
  gap: 12px 24px;
}
@media screen and (min-width: 835px) {
  .footer__link__other ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__link__other ul a {
  color: #181818;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.footer__link__other ul a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .footer__link__other ul a {
    white-space: normal;
  }
}
.footer__copyright {
  font-size: 10px;
  text-align: center;
  margin-top: 60px;
}
@media screen and (min-width: 835px) {
  .footer__copyright {
    font-size: 12px;
    margin-top: 100px;
  }
}
.header {
  width: 100%;
  height: 64px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
@media screen and (min-width: 835px) {
  .header {
    max-width: 1336px;
    right: 0;
    margin: auto;
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
    height: 100px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .08);
            box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .08);
  }
}
.header__space {
  height: 64px;
}
@media screen and (min-width: 835px) {
  .header__space {
    height: 0;
  }
}
.header__inner {
  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;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .16);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .16);
}
@media screen and (min-width: 835px) {
  .header__inner {
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, .08);
            box-shadow: 0px 2px 12px rgba(0, 0, 0, .08);
    padding: 14px 30px;
  }
}
.header__logo {
  margin-left: 20px;
  width: 140px;
}
@media screen and (min-width: 835px) {
  .header__logo {
    width: 200px;
    margin-left: 0;
  }
}
.header__logo img {
  width: 100%;
}
.header__pcMenu {
  display: none;
}
@media screen and (min-width: 835px) {
  .header__pcMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    margin-right: 20px;
  }
}
.header__pcMenu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 15px;
  color: #181818;
  width: 140px;
  border-left: 1px solid #efefef;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .header__pcMenu__item {
    width: 100px;
    font-size: 12px;
  }
}
.header__pcMenu__item:last-of-type {
  border-right: 1px solid #efefef;
}
.header__pcMenu__item img {
  height: 24px;
}
.header__pcMenu__item:hover {
  color: #1b99a4;
  background: #fafeff;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .header__menu {
    gap: 10px;
  }
}
.header__btn__item,
.header__btn__student,
.header__btn__contact {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 2px 1px 0px rgba(0, 0, 0, .25);
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.header__btn__item:hover,
.header__btn__student:hover,
.header__btn__contact:hover {
  opacity: 0.8;
}
@media screen and (min-width: 835px) {
  .header__btn__item,
  .header__btn__student,
  .header__btn__contact {
    width: 140px;
    height: 72px;
    font-size: 15px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .header__btn__item,
  .header__btn__student,
  .header__btn__contact {
    width: 100px;
    font-size: 12px;
  }
}
.header__btn__item img,
.header__btn__student img,
.header__btn__contact img {
  height: 26px;
}
@media screen and (min-width: 835px) {
  .header__btn__item img,
  .header__btn__student img,
  .header__btn__contact img {
    height: 30px;
    margin-bottom: 5px;
  }
}
.header__btn__item span,
.header__btn__student span,
.header__btn__contact span {
  display: none;
}
@media screen and (min-width: 835px) {
  .header__btn__item span,
  .header__btn__student span,
  .header__btn__contact span {
    display: inline;
  }
}
.header__btn__student {
  background: #21b8c5;
}
@media screen and (min-width: 835px) {
  .header__btn__student {
    border: 2px solid #14838c;
    border-radius: 4px;
  }
}
.header__btn__contact {
  background: #f6ad3c;
}
@media screen and (min-width: 835px) {
  .header__btn__contact {
    border: 2px solid #a8782c;
    border-radius: 4px;
  }
}
.header__spBtn {
  width: 64px;
  height: 64px;
  position: relative;
  background: #2194c5;
}
.header__spBtn span {
  position: absolute;
  width: 28px;
  height: 3px;
  background: #fff;
  inset: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__spBtn span:nth-of-type(1) {
  top: -20px;
}
.header__spBtn span:nth-of-type(3) {
  bottom: -20px;
}
@media screen and (min-width: 835px) {
  .header__spBtn {
    display: none;
  }
}
.header__spBtn.is-active span:nth-of-type(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__spBtn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.header__spBtn.is-active span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.header__spMenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e0f4f8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 120px 24px 60px;
}
.header__spMenu.is-active {
  opacity: 1;
  visibility: visible;
}
.header__spMenu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 16px;
  color: #181818;
  border-bottom: 1px solid #14808c;
  position: relative;
}
.header__spMenu__item img:nth-of-type(1) {
  width: 32px;
  margin-right: 12px;
}
.header__spMenu__item img:nth-of-type(2) {
  width: 20px;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header__spMenu__btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.header__spMenu__btn__item,
.header__spMenu__student,
.header__spMenu__contact {
  width: 140px;
  height: 72px;
  border: 2px solid #14838c;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 1px 2px 1px 0px rgba(0, 0, 0, .25);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__spMenu__btn__item img,
.header__spMenu__student img,
.header__spMenu__contact img {
  width: auto;
  height: 28px;
}
.header__spMenu__student {
  border: 2px solid #14838c;
  border-radius: 4px;
  background: #21b8c5;
}
.header__spMenu__contact {
  border: 2px solid #a8782c;
  border-radius: 4px;
  background: #f6ad3c;
}
.news__date {
  font-size: 11px;
  color: #aaa;
}
@media screen and (min-width: 835px) {
  .news__date {
    font-size: 13px;
  }
}
.news__title {
  text-shadow: 0px 2px 20px rgba(0, 0, 0, .12);
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  font-size: 20px;
  margin-top: 12px;
  border-bottom: 1px dashed #1b99a4;
  padding-bottom: 12px;
}
@media screen and (min-width: 835px) {
  .news__title {
    font-size: 28px;
    margin-top: 16px;
    padding-bottom: 20px;
  }
}
.news__content h2 {
  background: #fafafa;
  padding: 10px 10px 10px 18px;
  position: relative;
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  font-size: 20px;
  margin-top: 60px;
}
@media screen and (min-width: 835px) {
  .news__content h2 {
    font-size: 28px;
    margin-top: 80px;
    padding: 16px 16px 16px 32px;
  }
}
.news__content h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #21b8c5;
}
@media screen and (min-width: 835px) {
  .news__content h2:before {
    width: 16px;
    height: 16px;
  }
}
.news__content h3 {
  background: #fafafa;
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  font-size: 18px;
  padding: 12px 10px;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .news__content h3 {
    font-size: 24px;
    margin-top: 60px;
    padding: 16px 20px;
  }
}
.news__content h4 {
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  font-size: 16px;
  padding-left: 18px;
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .news__content h4 {
    font-size: 20px;
    padding-left: 32px;
    margin-top: 60px;
  }
}
.news__content h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 3px;
  background: #21b8c5;
}
@media screen and (min-width: 835px) {
  .news__content h4:before {
    width: 16px;
  }
}
.news__content p {
  font-size: 13px;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .news__content p {
    font-size: 15px;
  }
}
.timetable__head {
  background: #fffaf3;
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  font-size: 18px;
  margin-top: 60px;
  padding: 10px;
}
@media screen and (min-width: 835px) {
  .timetable__head {
    font-size: 24px;
    margin-top: 80px;
  }
}
.timetable__table {
  overflow: scroll;
  margin-top: 40px;
  padding-bottom: 10px;
}
@media screen and (min-width: 835px) {
  .timetable__table {
    padding-bottom: 0;
    overflow: visible;
  }
}
.timetable__table table {
  border: 2px solid #21b8c5;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  min-width: 500px;
  margin: 0 auto;
  height: 100%;
}
@media screen and (min-width: 835px) {
  .timetable__table table {
    min-width: none;
    border: 3px solid #21b8c5;
    width: 100%;
  }
}
.timetable__table table th:first-child {
  border-radius: 3px 0 0 0;
}
.timetable__table table td:first-child {
  border-radius: 0 0 0 3px;
}
.timetable__table table tr:last-child td:last-child {
  border-radius: 0 0 3px 0;
}
.timetable__table table tr.gray {
  background: #fafafa;
}
.timetable__table table tr:nth-child(1) th:first-child {
  width: 20px;
}
@media screen and (min-width: 835px) {
  .timetable__table table tr:nth-child(1) th:first-child {
    width: 50px;
  }
}
.timetable__table table tr:nth-child(1) th:nth-of-type(2),
.timetable__table table tr:nth-child(1) th:nth-of-type(3) {
  width: 46px;
}
@media screen and (min-width: 835px) {
  .timetable__table table tr:nth-child(1) th:nth-of-type(2),
  .timetable__table table tr:nth-child(1) th:nth-of-type(3) {
    width: 80px;
  }
}
.timetable__table table tr:nth-child(2) th:first-child {
  border-left: 1px solid #9c9c9c;
  border-radius: 0;
  width: 100px;
}
@media screen and (min-width: 835px) {
  .timetable__table table tr:nth-child(2) th:first-child {
    width: 200px;
  }
}
.timetable__table table th {
  background: #d8f0f5;
  font-size: 13px;
  font-weight: normal;
  padding: 10px 4px;
}
@media screen and (min-width: 835px) {
  .timetable__table table th {
    font-size: 15px;
  }
}
.timetable__table table td {
  font-size: 12px;
  padding: 10px 0;
}
@media screen and (min-width: 835px) {
  .timetable__table table td {
    font-size: 14px;
    padding: 16px 0;
  }
}
.timetable__table table td:nth-last-child(3),
.timetable__table table td:nth-last-child(4),
.timetable__table table td:nth-last-child(5) {
  text-align: center;
}
.timetable__table table td:nth-last-child(1),
.timetable__table table td:nth-last-child(2) {
  text-align: left;
  padding: 10px;
  border-left: 1px solid #9c9c9c !important;
}
@media screen and (min-width: 835px) {
  .timetable__table table td:nth-last-child(1),
  .timetable__table table td:nth-last-child(2) {
    text-align: center;
    padding: 16px 0;
  }
}
.timetable__table table td,
.timetable__table table th {
  border: none;
  border-left: 1px solid #9c9c9c;
  border-top: 1px solid #9c9c9c;
}
.timetable__table table td:first-child,
.timetable__table table th:first-child {
  border-left: none;
}
.timetable__table table tr:first-child td,
.timetable__table table tr:first-child th {
  border-top: none;
}
.timetable__table table th[colspan="2"] {
  background: #21b8c5;
  color: #fff;
  font-weight: bold;
}
.timetable__table table th[colspan="2"] img {
  width: 16px;
  margin-right: 8px;
  margin-top: 1px;
}
@media screen and (min-width: 835px) {
  .timetable__table table th[colspan="2"] img {
    margin-top: 2px;
  }
}
.timetable__foot {
  font-size: 12px;
  margin-top: 20px;
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .timetable__foot {
    font-size: 13px;
  }
}
.timetable__table__secondary {
  overflow: scroll;
  margin-top: 40px;
  padding-bottom: 10px;
}
@media screen and (min-width: 835px) {
  .timetable__table__secondary {
    padding-bottom: 0;
    overflow: visible;
  }
}
.timetable__table__secondary table {
  border: 2px solid #36a1cf;
  border-radius: 5px;
  min-width: 650px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  height: 100%;
}
@media screen and (min-width: 835px) {
  .timetable__table__secondary table {
    min-width: none;
    border: 3px solid #36a1cf;
    width: 100%;
  }
}
.timetable__table__secondary table tr:last-child td:first-child {
  border-radius: 0 0 0 3px;
}
.timetable__table__secondary table tr:last-child td:last-child {
  border-radius: 0 0 3px 0;
}
.timetable__table__secondary table tr:nth-of-type(even) {
  background: #fafafa;
}
.timetable__table__secondary table tr:nth-child(1) th:nth-of-type(1),
.timetable__table__secondary table tr:nth-child(1) th:nth-of-type(2) {
  width: 46px;
}
@media screen and (min-width: 835px) {
  .timetable__table__secondary table tr:nth-child(1) th:nth-of-type(1),
  .timetable__table__secondary table tr:nth-child(1) th:nth-of-type(2) {
    width: 80px;
  }
}
.timetable__table__secondary table tr:nth-child(2) td {
  background: #dcf4ff;
}
.timetable__table__secondary table tr:nth-child(2) td:first-child {
  border-left: 1px solid #9c9c9c;
  border-radius: 0;
}
.timetable__table__secondary table th {
  background: #36a1cf;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .timetable__table__secondary table th {
    font-size: 15px;
  }
}
.timetable__table__secondary table td {
  font-size: 12px;
  padding: 10px 0;
}
@media screen and (min-width: 835px) {
  .timetable__table__secondary table td {
    font-size: 14px;
    padding: 16px 0;
  }
}
.timetable__table__secondary table td:nth-of-type(1),
.timetable__table__secondary table td:nth-of-type(2) {
  background: #dcf4ff;
}
.timetable__table__secondary table td,
.timetable__table__secondary table th {
  border: none;
  border-left: 1px solid #9c9c9c;
  border-top: 1px solid #9c9c9c;
  text-align: center;
}
.timetable__table__secondary table td:first-child,
.timetable__table__secondary table th:first-child {
  border-left: none;
}
.timetable__table__secondary table tr:first-child td,
.timetable__table__secondary table tr:first-child th {
  border-top: none;
}
.timetable__table__secondary table th[colspan="2"] {
  background: #21b8c5;
  color: #fff;
  font-weight: bold;
}
.timetable__table__secondary table th[colspan="2"] img {
  width: 16px;
  margin-right: 8px;
  margin-top: 1px;
}
@media screen and (min-width: 835px) {
  .timetable__table__secondary table th[colspan="2"] img {
    margin-top: 2px;
  }
}
@media screen and (min-width: 835px) {
  .topSpace {
    height: 100px;
    background: #21b8c5;
  }
}
.topMv {
  height: 470px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .topMv {
    height: 500px;
  }
}
.topMv__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.topMv__bg__item,
.topMv__bg__top,
.topMv__bg__bottom {
  height: 235px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .topMv__bg__item,
  .topMv__bg__top,
  .topMv__bg__bottom {
    height: 250px;
  }
}
.topMv__bg__item span,
.topMv__bg__top span,
.topMv__bg__bottom span {
  position: absolute;
  background: #21b8c5;
  width: calc(50% - 65px);
  height: 235px;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .topMv__bg__item span,
  .topMv__bg__top span,
  .topMv__bg__bottom span {
    height: 250px;
  }
}
.topMv__bg__item span:before,
.topMv__bg__top span:before,
.topMv__bg__bottom span:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
}
.topMv__bg__item img,
.topMv__bg__top img,
.topMv__bg__bottom img {
  position: absolute;
  width: calc(50% + 65px);
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
@media screen and (min-width: 835px) {
  .topMv__bg__item img,
  .topMv__bg__top img,
  .topMv__bg__bottom img {
    height: 250px;
  }
}
.topMv__bg__top span {
  background: #21b8c5;
  left: 0;
}
.topMv__bg__top span:before {
  left: 100%;
  border-style: solid;
  border-width: 235px 0 0 130px;
  border-color: transparent transparent transparent #21b8c5;
}
@media screen and (min-width: 835px) {
  .topMv__bg__top span:before {
    border-width: 250px 0 0 130px;
  }
}
.topMv__bg__top img {
  right: 0;
}
.topMv__bg__bottom span {
  right: 0;
  background: #f6ad3c;
}
.topMv__bg__bottom span:before {
  right: 100%;
  border-style: solid;
  border-width: 0 0 235px 130px;
  border-color: transparent transparent #f6ad3c transparent;
}
@media screen and (min-width: 835px) {
  .topMv__bg__bottom span:before {
    border-width: 0 0 250px 130px;
  }
}
.topMv__bg__bottom img {
  left: 0;
}
.topMv__title {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .7);
  text-align: center;
  padding-top: 20px;
}
@media screen and (min-width: 835px) {
  .topMv__title {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 48px;
    padding-top: 30px;
    position: absolute;
    left: 0;
    right: 600px;
    margin: auto;
    width: 470px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
  }
}
.topMv__title img {
  width: 28px;
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .topMv__title img {
    width: 80px;
    margin-right: 40px;
  }
}
.topMv__title span {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 835px) {
  .topMv__title span {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.topMv__eng {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 47px;
  letter-spacing: 0.1em;
  color: transparent;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .topMv__eng {
    font-size: 70px;
    left: 560px;
    right: 0;
    margin: auto;
    width: 420px;
  }
}
.topAbout {
  padding: 40px 0 60px;
}
@media screen and (min-width: 835px) {
  .topAbout {
    padding: 100px 0;
  }
}
@media screen and (min-width: 835px) {
  .topAbout__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.topAbout__box {
  padding-left: 40px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .topAbout__box {
    width: calc(100% - 515px);
    padding-left: 56px;
  }
}
.topAbout__title {
  position: absolute;
  left: 0;
  top: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #21b8c5;
  text-shadow: 0px 2px 20px 0px rgba(0, 0, 0, .12);
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3em;
  padding-top: 20px;
}
@media screen and (min-width: 835px) {
  .topAbout__title {
    font-size: 18px;
  }
}
.topAbout__title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 8px;
  height: 8px;
  background: #21b8c5;
}
.topAbout__eng {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 60px;
  letter-spacing: 0.1em;
  color: transparent;
  text-stroke: 1px #21b8c5;
  -webkit-text-stroke: 1px #21b8c5;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .topAbout__eng {
    font-size: 80px;
  }
}
.topAbout__head {
  margin-top: 10px;
  font-size: 25px;
  color: #181818;
  text-shadow: 0px 2px 20px rgba(0, 0, 0, .12);
  font-family: "Noto Serif JP";
  font-size: 25px;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 835px) {
  .topAbout__head {
    font-size: 28px;
  }
}
.topAbout__text {
  font-size: 13px;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .topAbout__text {
    font-size: 15px;
  }
}
.topAbout__img {
  width: calc(100% + 48px);
  margin-left: -24px;
  display: block;
  margin-top: 60px;
}
@media screen and (min-width: 835px) {
  .topAbout__img {
    width: 420px;
    margin: 0;
    position: relative;
  }
  .topAbout__img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 20px;
    top: 20px;
    border-radius: 4px;
    background: #21b8c5;
    z-index: -1;
  }
}
.topAbout__img img {
  width: 100%;
}
.topAbout__nav {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
@media screen and (min-width: 835px) {
  .topAbout__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 100px;
  }
}
.topAbout__nav a {
  display: block;
  width: 280px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .topAbout__nav a {
    margin: 0;
    width: calc(33.33333% - 33.33333px);
  }
}
.topAbout__nav a:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.topAbout__nav a img {
  width: 100%;
}
.topMerit {
  padding: 45px 0 60px;
  background-image: url("/assets2/img/advance/top/merit_bg_sp.png");
  background-size: cover;
}
@media screen and (min-width: 835px) {
  .topMerit {
    padding: 40px 0 100px;
    background-image: url("/assets2/img/advance/top/merit_bg_pc.png");
  }
}
.topMerit__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .topMerit__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.topMerit__title p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 60px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .topMerit__title p {
    font-size: 100px;
  }
}
.topMerit__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-family: "Noto Serif JP";
  color: #fff;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 835px) {
  .topMerit__title h2 {
    font-size: 22px;
    margin-left: 30px;
  }
}
.topMerit__title h2 span {
  width: 8px;
  height: 8px;
  background: #fff;
  margin-right: 12px;
}
.topMerit__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .topMerit__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.topMerit__item {
  background: #fff;
  border: 2px solid #f6ad3c;
  border-radius: 4px;
  padding: 16px 24px;
}
@media screen and (min-width: 835px) {
  .topMerit__item {
    border: 4px solid #f6ad3c;
    padding: 24px 20px;
    width: calc(25% - 7.5px);
  }
}
.topMerit__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 835px) {
  .topMerit__item__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.topMerit__item__head img {
  width: 40px;
}
@media screen and (min-width: 835px) {
  .topMerit__item__head img {
    width: 80px;
  }
}
.topMerit__item__head h3 {
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  font-size: 18px;
}
@media screen and (min-width: 835px) {
  .topMerit__item__head h3 {
    font-size: 22px;
    text-align: center;
  }
}
.topMerit__item__text {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .topMerit__item__text {
    font-size: 13px;
    margin-top: 20px;
  }
}
.topMethod {
  padding: 40px 0 0;
}
.topMethod__eng {
  padding-left: 40px;
  padding-top: 85px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 345px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  .topMethod__eng {
    padding-left: 104px;
    -webkit-transform: translateX(-90px);
            transform: translateX(-90px);
    width: 600px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.topMethod__eng:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 13px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 34px 54px 0;
  border-color: transparent #f6ad3c transparent transparent;
}
@media screen and (min-width: 835px) {
  .topMethod__eng:before {
    border-width: 0 78px 110px 0;
    bottom: 20px;
  }
}
.topMethod__eng span {
  font-size: 80px;
  color: #21b8c5;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .topMethod__eng span {
    font-size: 150px;
    margin-top: -10px;
  }
}
.topMethod__eng p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 60px;
  letter-spacing: 0.1em;
  color: transparent;
  text-stroke: 1px #21b8c5;
  -webkit-text-stroke: 1px #21b8c5;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .topMethod__eng p {
    font-size: 100px;
  }
}
.topMethod__eng img {
  width: 120px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .topMethod__eng img {
    width: 190px;
    left: auto;
    right: -220px;
    top: 100px;
  }
}
.topMethod__title {
  text-align: center;
  margin-top: -10px;
}
@media screen and (min-width: 835px) {
  .topMethod__title {
    margin-top: -30px;
  }
}
.topMethod__title span {
  font-size: 16px;
  display: inline-block;
  border-bottom: 2px solid #f6ad3c;
  padding-bottom: 8px;
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
}
@media screen and (min-width: 835px) {
  .topMethod__title span {
    font-size: 22px;
  }
}
.topMethod__list {
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .topMethod__list {
    margin-top: 60px;
  }
}
.topMethod__item {
  padding: 30px 24px;
  width: calc(100% + 48px);
  margin-left: -24px;
  border-top: 2px dashed #e1e1e1;
}
@media screen and (min-width: 835px) {
  .topMethod__item {
    padding: 80px 0;
    width: 100%;
    margin: 0;
  }
}
.topMethod__item:nth-of-type(1) .topMethod__item__title span {
  color: #21b8c5;
}
.topMethod__item:nth-of-type(1) .topMethod__item__title p {
  text-stroke: 1px #21b8c5;
  -webkit-text-stroke: 1px #21b8c5;
}
.topMethod__item:nth-of-type(1) .topMethod__item__title h3 {
  color: #21b8c5;
}
.topMethod__item:nth-of-type(1) .topMethod__item__feature li {
  background: #e0f4f8;
}
.topMethod__item:nth-of-type(1) .topMethod__item__img:before {
  background: #21b8c5;
}
@media screen and (min-width: 835px) {
  .topMethod__item:nth-of-type(2) .topMethod__item__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.topMethod__item:nth-of-type(2) .topMethod__item__title span {
  color: #2194c5;
}
.topMethod__item:nth-of-type(2) .topMethod__item__title p {
  text-stroke: 1px #2194c5;
  -webkit-text-stroke: 1px #2194c5;
}
.topMethod__item:nth-of-type(2) .topMethod__item__title h3 {
  color: #2194c5;
}
.topMethod__item:nth-of-type(2) .topMethod__item__feature li {
  background: #dcf4ff;
}
.topMethod__item:nth-of-type(2) .topMethod__item__img:before {
  background: #2194c5;
}
.topMethod__item:nth-of-type(3) {
  border-bottom: 2px dashed #e1e1e1;
}
.topMethod__item:nth-of-type(3) .topMethod__item__title span {
  color: #f6ad3c;
}
.topMethod__item:nth-of-type(3) .topMethod__item__title p {
  text-stroke: 1px #f6ad3c;
  -webkit-text-stroke: 1px #f6ad3c;
}
.topMethod__item:nth-of-type(3) .topMethod__item__title h3 {
  color: #f6ad3c;
}
.topMethod__item:nth-of-type(3) .topMethod__item__feature li {
  background: #ffebcd;
}
.topMethod__item:nth-of-type(3) .topMethod__item__img:before {
  background: #f6ad3c;
}
@media screen and (min-width: 835px) {
  .topMethod__item__content {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 835px) {
  .topMethod__item__box {
    width: calc(100% - 530px);
  }
}
.topMethod__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .topMethod__item__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.topMethod__item__title span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 48px;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .topMethod__item__title span {
    font-size: 100px;
    margin-right: 16px;
  }
}
.topMethod__item__title p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  letter-spacing: 10.88px;
  color: transparent;
  line-height: 1;
  margin-top: 5px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .topMethod__item__title p {
    font-size: 20px;
    text-align: left;
  }
}
.topMethod__item__title h3 {
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  font-size: 32px;
}
@media screen and (min-width: 835px) {
  .topMethod__item__title h3 {
    font-size: 40px;
  }
}
.topMethod__item__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto 0;
  max-width: 280px;
}
@media screen and (min-width: 835px) {
  .topMethod__item__feature {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: none;
    gap: 8px;
    margin-top: 30px;
  }
}
.topMethod__item__feature li {
  background: #e0f4f8;
  padding: 4px 10px;
  font-size: 12px;
}
@media screen and (min-width: 835px) {
  .topMethod__item__feature li {
    font-size: 14px;
  }
}
.topMethod__item__desc {
  font-size: 13px;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .topMethod__item__desc {
    font-size: 15px;
  }
}
.topMethod__item__img {
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .topMethod__item__img {
    width: 420px;
    margin: 0;
  }
}
.topMethod__item__img img {
  width: calc(100% - 15px);
}
@media screen and (min-width: 835px) {
  .topMethod__item__img img {
    width: calc(100% - 20px);
  }
}
.topMethod__item__img:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  border-radius: 4px;
  width: calc(100% - 15px);
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .topMethod__item__img:before {
    left: 20px;
    top: 20px;
    width: calc(100% - 20px);
  }
}
.topMethod__curriculum {
  background: #21b8c5;
  padding: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .topMethod__curriculum {
    padding: 20px 40px;
    margin-top: 60px;
  }
}
.topMethod__curriculum__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  font-size: 18px;
}
@media screen and (min-width: 835px) {
  .topMethod__curriculum__title {
    font-size: 22px;
  }
}
.topMethod__curriculum__title span {
  width: 8px;
  height: 8px;
  background: #fff;
  margin-right: 10px;
}
.topMethod__curriculum__content {
  margin-top: 16px;
}
@media screen and (min-width: 835px) {
  .topMethod__curriculum__content {
    margin-top: 20px;
    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) {
  .topMethod__curriculum__box {
    width: calc(50% - 15px);
  }
}
.topMethod__curriculum__box:nth-of-type(2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px dashed #fff;
}
@media screen and (min-width: 835px) {
  .topMethod__curriculum__box:nth-of-type(2) {
    margin: 0;
    padding: 0;
    border: none;
  }
}
.topMethod__curriculum__head {
  background: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}
@media screen and (min-width: 835px) {
  .topMethod__curriculum__head {
    font-size: 16px;
  }
}
@media screen and (min-width: 835px) {
  .topMethod__curriculum__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 8px;
  }
}
@media screen and (min-width: 835px) {
  .topMethod__curriculum__item {
    width: calc(50% - 7.5px);
  }
}
.topMethod__curriculum__item > img {
  display: none;
}
@media screen and (min-width: 835px) {
  .topMethod__curriculum__item > img {
    display: block;
    margin: 0 auto;
    width: 32px;
  }
}
.topMethod__curriculum__item__box {
  background: #fff;
  margin-top: 10px;
  text-align: center;
  padding: 12px 12px 20px;
}
@media screen and (min-width: 835px) {
  .topMethod__curriculum__item__box {
    margin-top: 8px;
    height: 240px;
  }
}
.topMethod__curriculum__item__title {
  font-size: 14px;
  color: #18a9b6;
  border-bottom: 1px solid #18a9b6;
  padding-bottom: 6px;
}
@media screen and (min-width: 835px) {
  .topMethod__curriculum__item__title {
    font-size: 15px;
  }
}
.topMethod__curriculum__item__list {
  margin-top: 12px;
}
@media screen and (min-width: 835px) {
  .topMethod__curriculum__item__list {
    margin-top: 20px;
  }
}
.topMethod__curriculum__item__list li {
  margin-top: 8px;
  font-size: 12px;
}
@media screen and (min-width: 835px) {
  .topMethod__curriculum__item__list li {
    font-size: 14px;
  }
}
.topMethod__guidance {
  border: 2px solid #2194c5;
  border-radius: 4px;
  background: #fafdff;
  margin-top: 40px;
  padding: 0px 20px 30px;
}
@media screen and (min-width: 835px) {
  .topMethod__guidance {
    padding: 10px 40px 40px;
    margin-top: 60px;
  }
}
.topMethod__guidance__item {
  border-bottom: 2px dashed #e1e1e1;
  padding: 30px 0;
}
.topMethod__guidance__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP";
  color: #2194c5;
  font-size: 18px;
}
@media screen and (min-width: 835px) {
  .topMethod__guidance__head {
    font-size: 22px;
  }
}
.topMethod__guidance__head span {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: #2194c5;
}
.topMethod__guidance__text {
  font-size: 13px;
  line-height: 2;
  margin-top: 16px;
}
@media screen and (min-width: 835px) {
  .topMethod__guidance__text {
    font-size: 14px;
  }
}
.topMethod__guidance__course {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .topMethod__guidance__course {
    padding: 0 30px;
  }
}
.topMethod__guidance__course__inner {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (min-width: 835px) {
  .topMethod__guidance__course__inner {
    padding-top: 100px;
    margin-top: -100px;
  }
}
.topMethod__guidance__course__inner:not(:first-of-type) {
  margin-top: -48px;
}
@media screen and (min-width: 835px) {
  .topMethod__guidance__course__inner:not(:first-of-type) {
    margin-top: -76px;
  }
}
.topMethod__guidance__course__item {
  border-radius: 4px;
  background: #dcf4ff;
  padding-bottom: 30px;
}
@media screen and (min-width: 835px) {
  .topMethod__guidance__course__item {
    border: 1.5px solid #2194c5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 30px;
  }
}
@media screen and (min-width: 835px) {
  .topMethod__guidance__course__item div {
    width: calc(100% - 200px);
  }
}
.topMethod__guidance__course__item div p:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP";
  color: #2194c5;
  font-size: 18px;
  border-bottom: 1px solid #2194c5;
  padding: 12px 0;
}
@media screen and (min-width: 835px) {
  .topMethod__guidance__course__item div p:nth-of-type(1) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 22px;
    padding: 0 0 8px;
  }
}
.topMethod__guidance__course__item div p:nth-of-type(1) span {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: #2194c5;
}
.topMethod__guidance__course__item div p:nth-of-type(2) {
  font-size: 12px;
  line-height: 1.8;
  padding: 12px;
}
@media screen and (min-width: 835px) {
  .topMethod__guidance__course__item div p:nth-of-type(2) {
    padding: 0;
    font-size: 14px;
    margin-top: 12px;
  }
}
.topMethod__guidance__course__item img {
  width: 140px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 835px) {
  .topMethod__guidance__course__item img {
    width: 180px;
    margin: 0;
  }
}
.topMethod__time {
  border: 2px solid #f6ad3c;
  border-radius: 4px;
  background: #fffaf3;
  margin-top: 50px;
  padding: 20px 18px;
}
@media screen and (min-width: 835px) {
  .topMethod__time {
    padding: 20px 40px 30px;
    margin-top: 60px;
  }
}
.topMethod__time__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP";
  color: #f6ad3c;
  font-size: 18px;
}
@media screen and (min-width: 835px) {
  .topMethod__time__head {
    font-size: 22px;
  }
}
.topMethod__time__head span {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: #f6ad3c;
}
.topMethod__time__text {
  font-size: 14px;
  margin-top: 12px;
}
.topCampaign {
  padding: 60px 0;
}
@media screen and (min-width: 835px) {
  .topCampaign {
    padding: 100px 0;
  }
}
.topCampaign__img {
  width: calc(100% + 20px);
  margin-left: -10px;
  display: block;
}
@media screen and (min-width: 835px) {
  .topCampaign__img {
    max-width: 920px;
    margin: 0 auto 50px;
  }
}
.topCampaign__img img {
  width: 100%;
}
.topNews {
  padding: 40px 24px;
  border-top: 2px dashed #e1e1e1;
}
@media screen and (min-width: 835px) {
  .topNews {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 24px 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}
.topNews__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP";
  color: #21b8c5;
  font-size: 18px;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 835px) {
  .topNews__title h2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.topNews__title h2 span {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: #21b8c5;
}
.topNews__title p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 60px;
  letter-spacing: 0.1em;
  color: transparent;
  text-stroke: 1px #21b8c5;
  -webkit-text-stroke: 1px #21b8c5;
  line-height: 1;
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .topNews__title p {
    font-size: 80px;
  }
}
.topNews__list {
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .topNews__list {
    width: calc(100% - 300px);
    margin: 10px;
  }
}
.topNews__item {
  padding: 12px 0;
  border-bottom: 1px solid #e1e1e1;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .topNews__item {
    padding: 16px 20px;
  }
}
.topNews__item:hover {
  background: #fafafa;
}
.topNews__item__date {
  font-size: 11px;
  color: #aaa;
}
@media screen and (min-width: 835px) {
  .topNews__item__date {
    font-size: 13px;
  }
}
.topNews__item__title {
  font-size: 13px;
  line-height: 1.8;
  color: #181818;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .topNews__item__title {
    font-size: 15px;
  }
}
@media screen and (min-width: 835px) {
  .topNews__btn {
    position: absolute;
    left: 40px;
    top: 180px;
  }
}
.topStudent {
  background-image: url("/assets2/img/advance/top/student_bg_sp.png");
  background-size: cover;
  position: relative;
  padding: 60px 0;
}
@media screen and (min-width: 835px) {
  .topStudent {
    background-image: url("/assets2/img/advance/top/student_bg_pc.png");
    padding: 100px 0;
  }
}
.topStudent:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 60px 0 0;
  border-color: #21b8c5 transparent transparent transparent;
}
@media screen and (min-width: 835px) {
  .topStudent:before {
    border-width: 320px 200px 0 0;
  }
}
.topStudent:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 60px;
  border-color: transparent transparent #f6ad3c transparent;
}
@media screen and (min-width: 835px) {
  .topStudent:after {
    border-width: 0 0 320px 200px;
  }
}
.topStudent__title {
  text-align: center;
  font-family: "Noto Serif JP";
  letter-spacing: 0.16em;
  position: relative;
  font-size: 26px;
  font-weight: normal;
}
@media screen and (min-width: 835px) {
  .topStudent__title {
    font-size: 28px;
  }
}
.topStudent__title span {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #21b8c5;
  left: 0;
  right: 0;
  top: -16px;
  margin: auto;
}
.topStudent__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 300px;
  margin: 20px auto 0;
}
@media screen and (min-width: 835px) {
  .topStudent__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 800px;
    margin-top: 40px;
  }
}
.topStudent__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 2px solid #21b8c5;
  border-radius: 4px;
  background: #fff;
  padding: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .topStudent__item {
    width: calc(50% - 6px);
    padding: 22px 20px;
  }
}
.topStudent__item img {
  width: 46px;
  margin-right: 16px;
}
@media screen and (min-width: 835px) {
  .topStudent__item img {
    width: 72px;
  }
}
.topStudent__item p {
  font-size: 16px;
  color: #181818;
  font-weight: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .topStudent__item p {
    font-size: 20px;
  }
}
.topStudent__item svg {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  stroke: #21b8c5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .topStudent__item svg {
    width: 40px;
    right: 24px;
  }
}
.topStudent__item:hover {
  background: #21b8c5;
}
.topStudent__item:hover p {
  color: #fff;
}
.topStudent__item:hover svg {
  stroke: #fff;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.topStudent__item__large {
  position: relative;
  border: 2px solid #21b8c5;
  border-radius: 4px;
  background: #fff;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .topStudent__item__large {
    width: 100%;
    padding: 26px;
  }
}
.topStudent__item__large > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .topStudent__item__large > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.topStudent__item__large > div img {
  width: 56px;
  margin-right: 16px;
}
@media screen and (min-width: 835px) {
  .topStudent__item__large > div img {
    width: 95px;
    margin-right: 20px;
  }
}
.topStudent__item__large > div p {
  font-size: 16px;
  color: #181818;
  font-weight: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .topStudent__item__large > div p {
    font-size: 24px;
  }
}
.topStudent__item__large > span {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.15em;
  color: transparent;
  text-stroke: 1px #21b8c5;
  -webkit-text-stroke: 1px #21b8c5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .topStudent__item__large > span {
    font-size: 28px;
    letter-spacing: 0.15em;
    margin-top: 8px;
  }
}
.topStudent__item__large > span span {
  color: #21b8c5;
}
.topStudent__item__large svg {
  margin: 10px auto 0;
  width: 40px;
  stroke: #21b8c5;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .topStudent__item__large svg {
    width: 48px;
    position: absolute;
    right: 36px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.topStudent__item__large:hover {
  background: #21b8c5;
}
.topStudent__item__large:hover > span {
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
}
.topStudent__item__large:hover > span span {
  color: #fff;
}
.topStudent__item__large:hover p {
  color: #fff;
}
.topStudent__item__large:hover svg {
  stroke: #fff;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}



.msg {
  margin: 1em auto;
  padding: 1em;
  max-width: 740px;
  width: 100%;
  border-radius: 0.5em;
}
.msg.__danger {
  background: #f00;
  color: #fff;
}

.dl-table {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;

}
.dl-table dt {
  width: 300px;
  border-top: #ccc 1px solid;
  padding: 1em;
}
.dl-table dd {
  width: calc(100% - 300px);
  border-top: #F5F5F5 1px solid;
  padding: 1em 1em 1em 2em;
}
.dl-table dt:first-of-type,
.dl-table dd:first-of-type {
  border-top: none;
}
@media screen and (max-width: 834px) {
  .dl-table dt {
    width: 100%;
    padding: 1em;
  }
  .dl-table dd {
    width: 100%;
    padding: 1em;
  }
}
