@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(37, 38, 37);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 374px) {
  html, body {
    font-size: 12.8px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: 2;
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  background: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A));
  background: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
}
.select-wrap select {
  display: block;
  width: 100%;
}

input[type=submit],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  border: 1px solid rgb(190, 190, 190);
  padding: 10px;
  border-radius: 5px;
}

section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  section {
    padding: 65px 0;
  }
}
section.section-bottom {
  padding-bottom: 0;
}

.contents-wrapper {
  width: calc(100% - 100px);
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents-wrapper {
    width: calc(100% - 40px);
  }
}
.contents-wrapper.mini {
  max-width: 1000px;
}
.contents-wrapper.big {
  max-width: 1920px;
  width: 100%;
}

.ipad-block {
  display: none;
}
@media (max-width: 1023px) {
  .ipad-block {
    display: block;
  }
}

@media (max-width: 1023px) {
  .ipad-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.main-contents {
  text-align: left;
  word-wrap: break-word;
  line-height: 200%;
}
.main-contents p:not(:last-child) {
  margin-bottom: 15px;
}
.main-contents img:not(.emoji) {
  width: 50% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-contents img:not(.emoji) {
    width: 100% !important;
  }
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

.clear {
  clear: both;
}

img, iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

a:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

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

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

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

.color-black {
  color: rgb(0, 0, 0);
}

.color-white {
  color: rgb(255, 255, 255);
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.block-item {
  display: block;
}

.inlineblock-item {
  display: inline-block;
}

.inline-item {
  display: inline;
}

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

.right-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.white-space {
  white-space: nowrap;
}

figure {
  margin: 0;
  padding: 0;
}

.top-title {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .top-title {
    margin-bottom: 35px;
  }
}
.top-title .ja {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: rgb(33, 167, 95);
}
@media screen and (max-width: 767px) {
  .top-title .ja {
    font-size: 1.4rem;
  }
}
.top-title .en {
  font-family: "Marcellus", serif;
  font-size: 1.5rem;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .top-title .en {
    font-size: 1.2rem;
  }
}
.top-title .en::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: rgb(37, 38, 37);
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .top-title .en::before {
    margin-right: 5px;
    width: 15px;
  }
}
.top-title.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.top-title.gray {
  color: rgb(160, 160, 160);
}
.top-title.gray::before {
  background-color: rgb(160, 160, 160);
}
.top-title.contact {
  font-family: "Noto Serif JP", serif;
}
.top-title.side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .top-title.side {
    display: block;
    margin-inline: auto;
  }
}
.top-title.side .ja {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .top-title.side .ja {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.top-title.side .en {
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
}
@media screen and (max-width: 1023px) {
  .top-title.side .en {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.top-title.side .en::before {
  width: 1px;
  height: 25px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top-title.side .en::before {
    width: 15px;
    height: 1px;
  }
}

.side-line-title {
  margin-bottom: 50px;
  padding-left: 20px;
  border-left: 5px solid rgb(0, 157, 167);
  color: rgb(0, 157, 167);
}
.side-line-title .ja {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
}
.side-line-title .en {
  text-transform: capitalize;
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
}

.bg-gradation-title {
  position: relative;
  margin-bottom: 50px;
  background: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A));
  background: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  padding: 10px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .bg-gradation-title {
    font-size: 1.3rem;
  }
}
.bg-gradation-title .memo {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  font-size: 0.7rem;
  color: rgb(37, 38, 37);
}

.icon-title {
  margin-bottom: 20px;
  color: rgb(33, 167, 95);
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .icon-title {
    font-size: 1.2rem;
  }
}
.icon-title::before {
  content: "";
  display: inline-block;
  width: 35px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .icon-title::before {
    width: 25px;
    margin-right: 5px;
  }
}
.icon-title span {
  vertical-align: middle;
}
.icon-title.house::before {
  background-image: url("../../images/house-icon.svg");
}
.icon-title.students::before {
  background-image: url("../../images/students-icon.svg");
}

.download-title {
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: rgb(0, 157, 167);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .download-title {
    margin-bottom: 30px;
  }
}
.download-title::after {
  content: "";
  display: inline-block;
  width: 28px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/download-icon.svg");
  vertical-align: middle;
}
.download-title span {
  vertical-align: middle;
}

.bg-gray-title {
  margin-bottom: 50px;
  background-color: rgb(243, 243, 243);
  color: rgb(0, 157, 167);
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  padding: 5px 20px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .bg-gray-title {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}
.bg-gray-title.small {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bg-gray-title.center {
  margin-inline: auto;
}
.bg-gray-title .small-text {
  margin-left: 10px;
  font-size: 1rem;
}
.bg-gray-title.gradation {
  margin-bottom: 10px;
  background: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A));
  background: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  color: rgb(255, 255, 255);
}

.blue-line-title {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  color: rgb(0, 157, 167);
  font-weight: 600;
}
.blue-line-title::after {
  margin: 5px 0 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgb(0, 157, 167) 300px, rgb(243, 243, 243) 300px);
}
@media screen and (max-width: 767px) {
  .blue-line-title::after {
    background: linear-gradient(to right, rgb(0, 157, 167) 100px, rgb(243, 243, 243) 100px);
  }
}

.blue-title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  color: rgb(0, 157, 167);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .blue-title {
    margin-bottom: 30px;
  }
}

.contact-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}

.top-contact-link {
  display: block;
  width: 50%;
  max-width: 235px;
  padding: 10px 30px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  border-radius: 10px;
}
@media screen and (max-width: 1023px) {
  .top-contact-link {
    padding: 10px;
  }
}
.top-contact-link img {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1023px) {
  .top-contact-link img {
    width: 20px;
  }
}
.top-contact-link span {
  vertical-align: middle;
}
.top-contact-link.green {
  background-color: rgb(33, 167, 95);
}
.top-contact-link.blue {
  background-color: rgb(0, 157, 167);
}

.top-link {
  display: block;
  margin: 50px auto 0;
  width: 100%;
  max-width: 295px;
  border-radius: 10px;
  padding: 15px 20px;
  border: 1px solid rgb(0, 157, 167);
  color: rgb(0, 157, 167);
  background-color: rgb(255, 255, 255);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top-link {
    margin-top: 30px;
  }
}
.top-link .circle {
  width: 24px;
  aspect-ratio: 1/1;
  background-color: rgb(0, 157, 167);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-link .circle::before {
  content: "";
  display: block;
  width: 50%;
  aspect-ratio: 15/10;
  background-color: rgb(255, 255, 255);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.top-link.right {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .top-link.right {
    margin-right: auto;
  }
}

.youtube-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.1rem;
  color: rgb(0, 157, 167);
}
.youtube-link span {
  vertical-align: middle;
}
.youtube-link::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/green-arrow.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.youtube-link:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.header-menu {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.header-menu a {
  display: block;
  text-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
  padding: 5px 0;
  color: rgb(37, 38, 37);
}
.header-menu .sub-menu-item {
  text-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
  padding: 5px 0;
  position: relative;
}
.header-menu .sub-menu-item:hover .sub-menu {
  max-height: var(--max-height);
}
.header-menu .sub-menu-item:hover::after {
  -webkit-transform: rotate(-135deg) translateY(-2px);
          transform: rotate(-135deg) translateY(-2px);
}
.header-menu .sub-menu-item::after {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1/1;
  border-right: 2px solid rgb(37, 38, 37);
  border-bottom: 2px solid rgb(37, 38, 37);
  margin-left: 5px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .header-menu .sub-menu-item::after {
    display: none;
  }
}
.header-menu .sub-menu {
  position: absolute;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  max-height: 0;
  top: 100%;
  left: 0;
  width: 300px;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1023px) {
  .header-menu .sub-menu .sp-top-submenu {
    margin-top: 10px;
  }
}
.header-menu .sub-menu li:first-child {
  padding-top: 10px;
}
.header-menu .sub-menu li:last-child {
  padding-bottom: 10px;
}
.header-menu.top a {
  color: rgb(255, 255, 255);
}
.header-menu.top span {
  color: rgb(255, 255, 255);
}
.header-menu.top .sub-menu {
  background-color: rgba(37, 38, 37, 0.5);
}
.header-menu.top .sub-menu-item::after {
  border-color: rgb(255, 255, 255);
}

.drawer--right .drawer-overlay {
  z-index: 100;
}
.drawer--right .sp-navigation {
  display: none;
}
@media screen and (max-width: 1023px) {
  .drawer--right .sp-navigation {
    display: block;
  }
}
.drawer--right .sp-navigation button.drawer-hamburger {
  top: 10px;
}
@media screen and (max-width: 767px) {
  .drawer--right .sp-navigation button.drawer-hamburger {
    top: 4px;
  }
}
.drawer--right .sp-navigation nav.drawer-nav {
  padding: 50px 30px 70px;
  width: 100%;
  max-width: 390px;
  right: 0;
  overflow: scroll;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .drawer--right .sp-navigation nav.drawer-nav {
    padding-top: 30px;
  }
}
.drawer--right .sp-navigation .main-menu {
  position: relative;
  z-index: 2;
  display: block;
}
.drawer--right .sp-navigation .main-menu li {
  margin-bottom: 10px;
}
.drawer--right .sp-navigation .main-menu a {
  display: block;
  font-size: 1.1rem;
  color: rgb(37, 38, 37);
}
.drawer--right .sp-navigation .main-menu a:hover {
  color: rgb(33, 167, 95);
}
.drawer--right .sp-navigation .sub-menu-wrapper {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.drawer--right .sp-navigation .sub-menu-wrapper a {
  color: rgb(37, 38, 37);
}
.drawer--right .sp-navigation .sub-menu-wrapper .main-link {
  font-size: 1.1rem;
}
.drawer--right .sp-navigation .sub-menu {
  padding-left: 20px;
  width: 100%;
  position: static;
  max-height: var(--max-height);
  background-color: transparent;
  padding-right: 0;
}
.drawer--right .sp-navigation .sub-menu a {
  display: block;
  font-size: 1rem;
  margin-bottom: 5px;
}
.drawer--right .sp-navigation .sub-menu a:hover {
  color: rgb(33, 167, 95);
}
.drawer--right .sp-navigation .sub-menu a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  margin-right: 5px;
  background-color: rgb(37, 38, 37);
  vertical-align: middle;
}
.drawer--right.drawer-open button.drawer-hamburger {
  right: 0;
}
.drawer--right.drawer-open nav.drawer-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.gradation-bg {
  position: relative;
}
.gradation-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A));
  background: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  opacity: 0.3;
}

.footer-menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .footer-menu {
    display: none;
  }
}
.footer-menu .main-menu li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-menu .sub-menu-wrapper .inner-box {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.footer-menu .sub-menu-wrapper .sub-menu a {
  display: block;
}
.footer-menu .sub-menu-wrapper .sub-menu a:not(:last-child) {
  margin-bottom: 10px;
}

.interview-list li {
  width: 90%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .interview-list li {
    width: 100%;
  }
}
.interview-list li:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .interview-list li:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .interview-list li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.interview-list li:nth-of-type(even) .text-box {
  margin-left: -100px;
  padding-left: 150px;
}
@media screen and (max-width: 1023px) {
  .interview-list li:nth-of-type(even) .text-box {
    padding-left: 130px;
  }
}
@media screen and (max-width: 767px) {
  .interview-list li:nth-of-type(even) .text-box {
    margin-left: 0;
    padding-left: 30px;
  }
}
.interview-list li:nth-of-type(even) .voice {
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.interview-list li:nth-of-type(odd) {
  margin-left: auto;
}
.interview-list li:nth-of-type(odd) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.interview-list li:nth-of-type(odd) .text-box {
  margin-right: -100px;
  padding-right: 150px;
}
@media screen and (max-width: 1023px) {
  .interview-list li:nth-of-type(odd) .text-box {
    padding-right: 130px;
  }
}
@media screen and (max-width: 767px) {
  .interview-list li:nth-of-type(odd) .text-box {
    margin-right: 0;
    padding-right: 30px;
  }
}
.interview-list li:nth-of-type(odd) .voice {
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.interview-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: rgb(37, 38, 37);
}
.interview-list .image-box {
  margin-top: 50px;
  width: 260px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .interview-list .image-box {
    width: 200px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 0;
    margin-bottom: -30px;
  }
}
.interview-list .text-box {
  background-color: rgb(255, 255, 255);
  width: calc(100% - 160px);
  -webkit-box-shadow: 0px 0px 14.7px 0px rgba(144, 160, 140, 0.23);
          box-shadow: 0px 0px 14.7px 0px rgba(144, 160, 140, 0.23);
  padding: 50px;
}
@media screen and (max-width: 1023px) {
  .interview-list .text-box {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .interview-list .text-box {
    width: 100%;
    padding: 50px 30px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .interview-list.top {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .interview-list.top {
    margin-bottom: 0;
  }
}
.interview-list.top .voice {
  display: none;
}
.interview-list .voice {
  position: absolute;
  top: 0;
  pointer-events: none;
  font-size: 4rem;
  text-transform: capitalize;
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
  font-family: "Marcellus", serif;
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A));
  background: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  background: -webkit-linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .interview-list .voice {
    display: none;
  }
}
.interview-list .interview-title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.interview-title-wrapper {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(243, 243, 243);
}
@media screen and (max-width: 767px) {
  .interview-title-wrapper {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.interview-title-wrapper .course-tag {
  margin-bottom: 10px;
  display: inline-block;
  padding: 5px 15px;
  font-size: 0.7rem;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 157, 167);
}
.interview-title-wrapper .interview-title {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.interview-title-wrapper .name {
  font-size: 0.7rem;
}
.interview-title-wrapper .name span:not(:last-child) {
  margin-right: 10px;
}

.check-list li {
  text-indent: -25px;
  padding-left: 25px;
}
.check-list li:not(:last-child) {
  margin-bottom: 10px;
}
.check-list li::before {
  content: "";
  display: inline-block;
  width: 15px;
  aspect-ratio: 1/1;
  background-image: url("../../images/check-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
}

.diamond-list li {
  text-indent: -25px;
  padding-left: 25px;
}
.diamond-list li:not(:last-child) {
  margin-bottom: 5px;
}
.diamond-list li::before {
  content: "";
  display: inline-block;
  width: 15px;
  aspect-ratio: 1/1;
  vertical-align: middle;
  margin-right: 5px;
  background-color: rgb(203, 183, 2);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.diamond-list li span {
  vertical-align: middle;
}
.diamond-list.gray li::before {
  background-color: rgb(217, 217, 217);
}

.dot-list li {
  text-indent: -20px;
  padding-left: 20px;
}
.dot-list li::before {
  content: "・";
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}
@media screen and (max-width: 1023px) {
  header {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 10px 50px;
}
@media screen and (max-width: 1100px) {
  .header-wrapper {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper .header-logo {
    max-width: calc(100% - 60px);
  }
}
.header-wrapper .header-logo img {
  margin-bottom: 5px;
}
.header-wrapper .header-logo a {
  color: rgb(37, 38, 37);
}
@media screen and (max-width: 1023px) {
  .header-wrapper .header-menu {
    display: none;
  }
}
.header-wrapper .contact-link-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .header-wrapper .contact-link-wrapper {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    gap: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header-wrapper .top-contact-link {
    max-width: none;
    border-radius: 0;
    text-align: center;
  }
}

.footer-contact-section {
  padding-top: 0;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgb(37, 38, 37)));
  background: linear-gradient(to bottom, transparent 50%, rgb(37, 38, 37) 50%);
}

.footer-contact-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/contact-bg.jpg");
  padding: 50px 100px;
  font-size: 1.1rem;
}
@media screen and (max-width: 1023px) {
  .footer-contact-wrapper {
    padding: 50px 30px;
  }
}
.footer-contact-wrapper .contact-link-wrapper {
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-contact-wrapper .contact-link-wrapper {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.footer-contact-wrapper .top-contact-link {
  padding: 30px 10px;
  max-width: 350px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-contact-wrapper .top-contact-link {
    width: 100%;
  }
}

.footer-contact-deco {
  position: absolute;
  bottom: 50%;
  left: 0;
  opacity: 0.3;
  z-index: -1;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  background: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A));
  background: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  width: 40%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .footer-contact-deco {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact-deco {
    width: 100%;
  }
}

.footer {
  padding-bottom: 30px;
  background-color: rgb(37, 38, 37);
}
@media screen and (max-width: 1023px) {
  .footer {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 60px;
  }
}
.footer .contents-wrapper {
  color: rgb(255, 255, 255);
  border-top: 1px solid rgb(255, 255, 255);
  padding-top: 50px;
}
.footer a {
  color: rgb(255, 255, 255);
}

.footer-logo {
  margin-bottom: 20px;
  max-width: 390px;
}
.footer-logo span {
  margin-left: 15px;
  font-size: 1.1rem;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  gap: 20px;
}
.footer-wrapper .address {
  font-size: 0.8rem;
}

.footer-sns-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  -ms-grid-columns: 30px 10px 30px 10px 30px;
  grid-template-columns: repeat(3, 30px);
}

.copy-right {
  margin-top: 20px;
  color: rgb(172, 172, 172);
  font-size: 0.8rem;
}
.copy-right .footer-policy-link {
  display: inline-block;
  color: rgb(172, 172, 172);
  margin-left: 20px;
}

.fv-section {
  position: relative;
  padding: 0;
}
.fv-section .contents-wrapper {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}
@media screen and (max-width: 1023px) {
  .fv-section .contents-wrapper {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.fv-section .swiper-slide {
  height: auto;
}
.fv-section .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  min-height: 600px;
  max-height: 1080px;
}
@media screen and (max-width: 1023px) {
  .fv-section .swiper-slide img {
    min-height: auto;
    height: 670px;
  }
}

.fv-title {
  color: rgb(255, 255, 255);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.fv-title .small {
  display: block;
  text-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .fv-title .small {
    font-size: 1.5rem;
  }
}
.fv-title .big {
  font-size: 2.3rem;
  text-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
}
@media screen and (max-width: 767px) {
  .fv-title .big {
    font-size: 1.6rem;
  }
}
.fv-title img {
  margin-top: 20px;
  width: auto;
  height: 80px;
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .fv-title img {
    width: 100%;
    height: auto;
    margin-left: -10px;
  }
}

.top-news-section {
  position: relative;
  z-index: 3;
  margin-top: -100px;
  overflow: hidden;
  padding: 0 0 30px;
}

.top-news-wrapper {
  position: relative;
  border-radius: 30px 0 0;
  background-color: rgb(255, 255, 255);
  padding: 50px 0 50px 50px;
  -webkit-filter: drop-shadow(0px 0px 19.6px rgba(168, 168, 168, 0.19));
          filter: drop-shadow(0px 0px 19.6px rgba(168, 168, 168, 0.19));
}
.top-news-wrapper::after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  display: block;
  height: 100%;
  background-color: rgb(255, 255, 255);
  width: calc((100vw - 1200px) / 2);
  min-width: 50px;
}

.top-news-title-wrapper {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-news-title-wrapper .top-title {
  margin-bottom: 0;
}

.news-swiper-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-swiper-arrow .swiper-pagination {
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-swiper-arrow .swiper-button-prev,
.news-swiper-arrow .swiper-button-next {
  height: auto;
  margin: 0;
  position: static;
}
.news-swiper-arrow .swiper-button-prev::after,
.news-swiper-arrow .swiper-button-next::after {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background-color: rgb(160, 160, 160);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.news-swiper-arrow .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.top-news-list .image-box {
  margin-bottom: 10px;
}
.top-news-list img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.top-news-list .text-box {
  color: rgb(37, 38, 37);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-news-list .text-box span {
  width: calc(100% - 5px - 15px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.top-news-list .text-box::after {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background-color: rgb(160, 160, 160);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.top-study-section {
  overflow: hidden;
}
.top-study-section .contents-wrapper {
  position: relative;
}
.top-study-section .deco-image {
  position: absolute;
  right: -30%;
  bottom: 0;
  width: 40%;
  max-width: 355px;
}
@media screen and (max-width: 1370px) {
  .top-study-section .deco-image {
    right: -20%;
  }
}
@media screen and (max-width: 767px) {
  .top-study-section .deco-image {
    width: 60%;
  }
}
.top-study-section .inner-box {
  position: relative;
  z-index: 2;
}

.top-study-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .top-study-wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-study-wrapper {
    gap: 10px;
  }
}

.top-school-section {
  position: relative;
}
.top-school-section .footer-contact-deco.school {
  height: 80%;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .top-school-section .footer-contact-deco.school {
    height: 50%;
  }
}
.top-school-section .side-en {
  position: absolute;
  top: 40%;
  left: 10px;
  width: 90px;
}
@media screen and (max-width: 1023px) {
  .top-school-section .side-en {
    width: 60px;
  }
}
.top-school-section .top-link {
  position: relative;
  z-index: 2;
}

.school-deco {
  position: absolute;
  right: 15%;
  top: 0;
  width: 14%;
  max-width: 128px;
}
@media screen and (max-width: 767px) {
  .school-deco {
    width: 25%;
  }
}

.top-school-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  .top-school-wrapper {
    position: relative;
    z-index: 2;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-school-wrapper .image-box {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .top-school-wrapper .image-box {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .top-school-wrapper .image-box {
    width: 100%;
  }
}
.top-school-wrapper .image-box img {
  border-radius: 32px;
  -webkit-box-shadow: 0 0 19pxrgba 168, 168, 168, 0.19;
          box-shadow: 0 0 19pxrgba 168, 168, 168, 0.19;
}
.top-school-wrapper .text-box {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1023px) {
  .top-school-wrapper .text-box {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .top-school-wrapper .text-box {
    width: 100%;
  }
}
.top-school-wrapper .school-title {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 1145px) {
  .top-school-wrapper .school-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-school-wrapper .school-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.top-school-wrapper .school-title span {
  display: block;
}
.top-school-wrapper .school-title span:not(:last-child) {
  margin-bottom: 10px;
}

.top-course-section {
  position: relative;
  z-index: 2;
}

.top-course-text {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 50px;
}

.top-course-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 0 50px;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .top-course-wrapper {
    gap: 10px;
  }
}

.top-course-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(37, 38, 37);
  padding-bottom: 20px;
  border-bottom: 2px solid rgb(189, 224, 196);
}
@media screen and (max-width: 767px) {
  .top-course-link {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-course-link:not(:nth-child(-n+2)) {
  padding-top: 20px;
}
.top-course-link img {
  width: 40%;
}
@media screen and (max-width: 1023px) {
  .top-course-link img {
    width: 100%;
  }
}
.top-course-link .text-box {
  width: calc(60% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .top-course-link .text-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-course-link .text-box {
    gap: 5px;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
.top-course-link .course-name {
  width: calc(100% - 45px - 10px);
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .top-course-link .course-name {
    width: calc(100% - 20px - 5px);
    font-size: 0.9rem;
  }
}
.top-course-link .arrow {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 45px;
  border-radius: 50%;
  border: 1px solid rgb(33, 167, 95);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top-course-link .arrow {
    width: 20px;
  }
}
.top-course-link .arrow::before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background-color: rgb(160, 160, 160);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: rgb(33, 167, 95);
}
@media screen and (max-width: 767px) {
  .top-course-link .arrow::before {
    width: 5px;
    height: 5px;
  }
}
.top-course-link:hover .arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.hidden {
  overflow: hidden;
}

.top-teacher-section {
  position: relative;
}
.top-teacher-section .teacher-deco {
  position: absolute;
  right: -50px;
  top: -9%;
  max-width: 334px;
  width: 40%;
}

.top-teacher-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .top-teacher-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}

.teacher-main-box {
  width: calc(100% - 76px - 30px);
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 50px 0 50px 100px;
}
@media screen and (max-width: 1100px) {
  .teacher-main-box {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .teacher-main-box {
    width: 100%;
    padding-left: 20px;
  }
}
.teacher-main-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A));
  background: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  opacity: 0.3;
  width: calc(100% + (100vw - 1200px) / 2);
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 1300px) {
  .teacher-main-box::after {
    width: calc(100% + 50px);
  }
}
@media screen and (max-width: 767px) {
  .teacher-main-box::after {
    border-radius: 30px 0 0 30px;
  }
}
.teacher-main-box .inner-box {
  position: relative;
  z-index: 2;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .teacher-main-box .inner-box {
    width: 100%;
  }
}
.teacher-main-box .name-box {
  width: calc((100% - 30px) / 2);
  max-width: 300px;
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .teacher-main-box .name-box {
    font-size: 1.2rem;
  }
}
.teacher-main-box .image-box {
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 19.6px 0px rgba(148, 171, 152, 0.25);
          box-shadow: 0px 0px 19.6px 0px rgba(148, 171, 152, 0.25);
}
.teacher-main-box .top-link {
  position: relative;
  z-index: 2;
}

.mv-section {
  padding-top: 200px;
}
@media screen and (max-width: 1023px) {
  .mv-section {
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .mv-section {
    padding-top: 110px;
  }
}
.mv-section .contents-wrapper {
  max-width: 1360px;
}
@media screen and (max-width: 1023px) {
  .mv-section .contents-wrapper {
    width: 100%;
  }
}

.mv-title {
  padding-left: 30px;
  margin-bottom: 50px;
  color: rgb(0, 157, 167);
}
@media screen and (max-width: 1023px) {
  .mv-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mv-title {
    padding-left: 20px;
  }
}
.mv-title .ja {
  display: block;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .mv-title .ja {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-title .ja {
    font-size: 2rem;
  }
}
.mv-title .en {
  padding-left: 10px;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-family: "Marcellus", serif;
}
@media screen and (max-width: 767px) {
  .mv-title .en {
    font-size: 1.3rem;
    padding-left: 5px;
  }
}

.mv-image img {
  display: none;
}
.mv-image img.main {
  display: block;
}
.mv-image.class-teacher img.main {
  display: none;
}
.mv-image.class-teacher img.teacher {
  display: block;
}
.mv-image.class-course-guide img.main {
  display: none;
}
.mv-image.class-course-guide img.course-guide {
  display: block;
}
.mv-image.class-assistant-surveyor img.main {
  display: none;
}
.mv-image.class-assistant-surveyor img.assistant-surveyor {
  display: block;
}
.mv-image.class-introductory-general-video img.main {
  display: none;
}
.mv-image.class-introductory-general-video img.introductory-general-video {
  display: block;
}
.mv-image.class-surveyor-general-a img.main {
  display: none;
}
.mv-image.class-surveyor-general-a img.surveyor-general-a {
  display: block;
}
.mv-image.class-practical-item-practice img.main, .mv-image.class-formatting-skills-training img.main {
  display: none;
}
.mv-image.class-practical-item-practice img.formatting-skills-training, .mv-image.class-formatting-skills-training img.formatting-skills-training {
  display: block;
}
.mv-image.class-main-exam img.main {
  display: none;
}
.mv-image.class-main-exam img.main-exam {
  display: block;
}
.mv-image.class-national-answer-practice img.main {
  display: none;
}
.mv-image.class-national-answer-practice img.national-answer-practice {
  display: block;
}
.mv-image.class-perfect-national-answers img.main {
  display: none;
}
.mv-image.class-perfect-national-answers img.perfect-national-answers {
  display: block;
}
.mv-image.class-100exam-lectures-dvd img.main {
  display: none;
}
.mv-image.class-100exam-lectures-dvd img.class-100exam-lectures-dvd {
  display: block;
}

.school-message-section {
  position: relative;
}
.school-message-section > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
}
.school-message-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.school-logo {
  width: 80%;
  max-width: 623px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .school-logo {
    margin-bottom: 30px;
  }
}

.school-message-title {
  margin-bottom: 100px;
  text-align: center;
  color: rgb(0, 157, 167);
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1023px) {
  .school-message-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .school-message-title {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
}
.school-message-title > span {
  border-bottom: 1px solid rgb(0, 157, 167);
}
.school-message-title .big {
  font-size: 3rem;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .school-message-title .big {
    font-size: 2rem;
  }
}

.school-message-box {
  position: relative;
}
.school-message-box p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .school-message-box p:not(:last-child) {
    font-size: 0.9rem;
  }
}
.school-message-box .name {
  width: 250px;
  margin: 40px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .school-message-box .name {
    width: 190px;
  }
}
.school-message-box .name img {
  margin-top: 10px;
}

.message-title {
  position: absolute;
  top: 0;
  left: -50px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 1280px) {
  .message-title {
    left: -5px;
  }
}
@media screen and (max-width: 767px) {
  .message-title {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-bottom: 20px;
  }
}
.message-title .en {
  font-family: "Marcellus", serif;
  text-transform: capitalize;
  font-size: 3.2rem;
  opacity: 0.5;
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A));
  background: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  background: -webkit-linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .message-title .en {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.message-title .ja {
  position: absolute;
  top: 10px;
  right: 0;
  letter-spacing: 4px;
  color: rgb(0, 157, 167);
  font-size: 1.1rem;
  font-family: "Noto Serif JP", serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .message-title .ja {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    position: static;
  }
}

.school-history-section {
  position: relative;
}
.school-history-section .history-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  max-width: 430px;
}
.school-history-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.school-history-list {
  padding-left: 50px;
}
@media screen and (max-width: 1023px) {
  .school-history-list {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .school-history-list {
    padding-left: 0;
  }
}
.school-history-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.school-history-list li:not(:last-child) {
  margin-bottom: 20px;
}
.school-history-list li::before {
  content: "";
  display: block;
  width: 10px;
  margin-right: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(203, 183, 2);
}
@media screen and (max-width: 767px) {
  .school-history-list li::before {
    margin-right: 10px;
  }
}
.school-history-list .number {
  display: inline-block;
  width: 69px;
  font-size: 1.8rem;
  font-family: "Marcellus", serif;
  color: rgb(203, 183, 2);
  margin-right: 10px;
  vertical-align: middle;
}
.school-history-list .date {
  font-size: 0.9rem;
  vertical-align: middle;
  font-family: "Noto Serif JP", serif;
}
.school-history-list .main-box {
  margin-left: auto;
  width: calc(100% - 30px - 160px);
}
@media screen and (max-width: 767px) {
  .school-history-list .main-box {
    width: 100%;
    padding-left: 30px;
    font-size: 0.9rem;
  }
}

.school-features-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.features-point-wrapper {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .features-point-wrapper {
    width: 100%;
  }
}
.features-point-wrapper .features-point-box {
  position: relative;
  width: 80%;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
          box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
  padding: 50px;
  max-width: 690px;
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .features-point-wrapper .features-point-box {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .features-point-wrapper .features-point-box {
    padding: 40px 20px 20px;
    margin-top: 50px;
    width: 100%;
  }
}
.features-point-wrapper .features-point-box.two {
  margin-inline: auto;
}
.features-point-wrapper .features-point-box.three {
  margin-left: auto;
}
.features-point-wrapper .point-title {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgb(203, 183, 2);
  font-family: "Allura", cursive;
  text-transform: capitalize;
  font-size: 3.5rem;
}
.features-point-wrapper .point-title .number {
  position: relative;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  padding: 15px;
  vertical-align: middle;
  font-family: "Noto Serif JP", serif;
}
.features-point-wrapper .point-title .number span {
  position: relative;
  z-index: 1;
}
.features-point-wrapper .point-title .number::after {
  top: 50%;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  display: inline-block;
  width: 30px;
  aspect-ratio: 1/1;
  background-color: rgb(203, 183, 2);
}

.school-objective-section {
  position: relative;
}
.school-objective-section::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: left;
  background-image: url("../../images/objective-bg.png");
}
@media screen and (max-width: 1023px) {
  .school-objective-section::before {
    width: 100%;
  }
}
.school-objective-section .contents-wrapper {
  position: relative;
  z-index: 2;
}
.school-objective-section .inner-box {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .school-objective-section .inner-box {
    gap: 0;
    width: 100%;
  }
}
.school-objective-section .image-box {
  max-width: 405px;
  width: calc(48% - 30px);
}
@media screen and (max-width: 1023px) {
  .school-objective-section .image-box {
    width: 45%;
    margin-left: -15%;
  }
}
@media screen and (max-width: 767px) {
  .school-objective-section .image-box {
    width: 90%;
    margin: 30px auto 0;
  }
}
.school-objective-section .text-box {
  width: 52%;
}
@media screen and (max-width: 1023px) {
  .school-objective-section .text-box {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .school-objective-section .text-box {
    width: 100%;
  }
}

.objective-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
}
.objective-title::after {
  content: "";
  display: block;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  height: 1px;
  background-color: rgb(37, 38, 37);
  max-width: 200px;
}
.objective-title .number {
  font-size: 5rem;
  font-family: "Allura", cursive;
  color: rgb(203, 183, 2);
}
.objective-title .dot {
  position: relative;
  font-size: 2rem;
}
.objective-title .dot::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  background-color: rgb(217, 217, 217);
  border-radius: 50%;
}

.objective-number-list {
  counter-reset: number 0;
}
.objective-number-list li {
  counter-increment: number 1;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .objective-number-list li {
    font-size: 1rem;
  }
}
.objective-number-list li:not(:last-child) {
  margin-bottom: 10px;
}
.objective-number-list li::before {
  content: counter(number);
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  margin-right: 10px;
  aspect-ratio: 1/1;
  background-color: rgb(203, 183, 2);
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
@media screen and (max-width: 767px) {
  .objective-number-list li::before {
    width: 25px;
    font-size: 1.2rem;
    margin-right: 5px;
  }
}

.school-office-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.school-office-wrapper .text-box {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .school-office-wrapper .text-box {
    width: 100%;
  }
}
.school-office-wrapper .text-box .inner-box {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.school-office-wrapper .text-box .title {
  padding: 30px 20px 30px 0;
  width: 140px;
  text-align: right;
  border-bottom: 1px solid rgb(0, 157, 167);
}
@media screen and (max-width: 767px) {
  .school-office-wrapper .text-box .title {
    width: 90px;
    padding: 20px 0;
    text-align: left;
  }
}
.school-office-wrapper .text-box .contents {
  width: calc(100% - 140px);
  padding: 30px;
  border-bottom: 1px solid rgb(243, 243, 243);
}
@media screen and (max-width: 767px) {
  .school-office-wrapper .text-box .contents {
    width: calc(100% - 90px);
    padding: 20px 10px;
  }
}
.school-office-wrapper .google-map {
  height: 400px;
  width: calc(50% - 50px);
}
@media screen and (max-width: 1023px) {
  .school-office-wrapper .google-map {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .school-office-wrapper .google-map {
    height: 300px;
  }
}

.policy-box:not(:last-child) {
  margin-bottom: 50px;
}
.policy-box .policy-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.4rem;
}
.policy-box .policy-title span {
  vertical-align: middle;
}
.policy-box .policy-title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 15px;
  aspect-ratio: 1/1;
  background-color: rgb(203, 183, 2);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.policy-box a {
  color: rgb(37, 38, 37);
  border-bottom: 1px solid rgb(37, 38, 37);
}
.policy-box a:hover {
  border-color: transparent;
}

.contact-tel-box {
  padding: 50px 100px;
  -webkit-box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
          box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  gap: 30px 0;
}
@media screen and (max-width: 1023px) {
  .contact-tel-box {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 767px) {
  .contact-tel-box {
    gap: 0;
    padding: 30px;
  }
}
.contact-tel-box .inner-tel {
  padding: 30px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact-tel-box .inner-tel {
    width: 100%;
    padding: 20px 0;
  }
}
.contact-tel-box .inner-tel:first-child {
  border-right: 1px solid rgb(243, 243, 243);
}
@media screen and (max-width: 767px) {
  .contact-tel-box .inner-tel:first-child {
    border-right: none;
    border-bottom: 1px solid rgb(243, 243, 243);
  }
}
.contact-tel-box .title {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .contact-tel-box .title {
    font-size: 1.2rem;
  }
}
.contact-tel-box .title span {
  vertical-align: middle;
}
.contact-tel-box .title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.contact-tel-box .title.tel {
  color: rgb(0, 157, 167);
}
.contact-tel-box .title.tel::before {
  background-image: url("../../images/tel-icon.svg");
}
.contact-tel-box .title.fax {
  color: rgb(33, 167, 95);
}
.contact-tel-box .title.fax::before {
  background-image: url("../../images/fax-icon.svg");
}
.contact-tel-box .number {
  font-weight: 500;
  font-size: 2rem;
}
.contact-tel-box .tel-time {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-tel-box .tel-time {
    margin-top: 20px;
  }
}

.page-contact-text {
  margin-bottom: 30px;
}

.page-contact-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-contact-box {
    margin-bottom: 30px;
  }
}
.page-contact-box .title {
  margin-bottom: 10px;
  font-weight: 500;
}
.page-contact-box .title.must::after {
  content: "*必須";
  font-size: 0.7rem;
  vertical-align: top;
  color: rgb(222, 0, 0);
}
.page-contact-box a {
  color: rgb(37, 38, 37);
  border-bottom: 1px solid rgb(37, 38, 37);
}
.page-contact-box a:hover {
  border-color: transparent;
}
.page-contact-box .input-box.flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .page-contact-box .input-box.flex {
    gap: 5px;
  }
}
.page-contact-box .text-common {
  display: block;
  width: 100%;
  padding: 15px 10px;
  border-radius: 5px;
  border: none;
  background-color: rgb(240, 240, 240);
}
.page-contact-box .text-common::-webkit-input-placeholder {
  color: rgb(162, 162, 162);
}
.page-contact-box .text-common::-moz-placeholder {
  color: rgb(162, 162, 162);
}
.page-contact-box .text-common:-ms-input-placeholder {
  color: rgb(162, 162, 162);
}
.page-contact-box .text-common::-ms-input-placeholder {
  color: rgb(162, 162, 162);
}
.page-contact-box .text-common::placeholder {
  color: rgb(162, 162, 162);
}

button.button-submit {
  display: block;
  margin: auto;
  width: 265px;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 10px;
  opacity: 0.5;
  border: 1px solid rgb(37, 38, 37);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
button.button-submit.active {
  opacity: 1;
}
button.button-submit.active:hover {
  background-color: rgb(37, 38, 37);
  color: rgb(255, 255, 255);
}

.faq-wrapper {
  -webkit-box-shadow: 0px 0px 14.7px 0px rgba(144, 160, 140, 0.23);
          box-shadow: 0px 0px 14.7px 0px rgba(144, 160, 140, 0.23);
}
.faq-wrapper:not(:last-child) {
  margin-bottom: 50px;
}
.faq-wrapper .q-box {
  cursor: pointer;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .faq-wrapper .q-box {
    padding: 20px;
  }
}
.faq-wrapper .q-box::before {
  content: "Q";
  font-family: "Marcellus", serif;
  font-size: 1.8rem;
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A));
  background: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  background: -webkit-linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .faq-wrapper .q-box::before {
    font-size: 1.3rem;
  }
}
.faq-wrapper .q-box > span {
  pointer-events: none;
  position: relative;
  padding-right: 20px;
  width: calc(100% - 10px - 25px);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .faq-wrapper .q-box > span {
    width: calc(100% - 10px - 16px);
  }
}
.faq-wrapper .plus {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 15px;
}
.faq-wrapper .plus::before, .faq-wrapper .plus::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgb(37, 38, 37);
}
.faq-wrapper .plus::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-wrapper .a-box {
  padding: 0 30px;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
  max-height: 0;
}
.faq-wrapper .a-box.is-open {
  max-height: var(--max-height);
}
.faq-wrapper .a-box p:not(:last-child) {
  margin-bottom: 10px;
}
.faq-wrapper .a-box .inner-box {
  border-top: 1px solid rgb(243, 243, 243);
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .faq-wrapper .a-box .inner-box {
    display: block;
    padding: 10px 0 20px;
  }
}
.faq-wrapper .a-box .inner-box::before {
  content: "A";
  font-family: "Marcellus", serif;
  opacity: 0.5;
  font-size: 1.8rem;
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A));
  background: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  background: -webkit-linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .faq-wrapper .a-box .inner-box::before {
    display: none;
  }
}
.faq-wrapper .a-box .inner-box > div {
  width: calc(100% - 10px - 25px);
}
@media screen and (max-width: 767px) {
  .faq-wrapper .a-box .inner-box > div {
    width: 100%;
  }
}

.page-link-wrapper {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 50px;
}
.page-link-wrapper a {
  position: relative;
  display: block;
  padding: 20px;
  width: calc(50% - 25px);
  max-width: 310px;
  color: rgb(0, 157, 167);
  -webkit-box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
          box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
}
@media screen and (max-width: 767px) {
  .page-link-wrapper a {
    width: 100%;
  }
}
.page-link-wrapper a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  border-right: 1px solid rgb(0, 157, 167);
  border-bottom: 1px solid rgb(0, 157, 167);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-link-wrapper a:hover::after {
  -webkit-transform: translateY(calc(-50% + 5px)) rotate(45deg);
          transform: translateY(calc(-50% + 5px)) rotate(45deg);
}

.guide-first-text {
  width: 90%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .guide-first-text {
    width: 100%;
  }
}
.guide-first-text .guide-inner-title {
  font-size: 1.4rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: rgb(0, 157, 167);
  margin-bottom: 30px;
}
.guide-first-text p:not(:last-child) {
  margin-bottom: 5px;
}
.guide-first-text .small {
  font-size: 0.9rem;
}

.green-text {
  color: rgb(33, 167, 95);
}

.guide-page-wrapper {
  padding: 50px;
  border: 1px solid rgb(33, 167, 95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .guide-page-wrapper {
    padding: 0;
    border: none;
  }
}
.guide-page-wrapper:not(:last-child) {
  margin-bottom: 60px;
}
.guide-page-wrapper .image-box {
  width: 35%;
}
@media screen and (max-width: 1023px) {
  .guide-page-wrapper .image-box {
    width: 80%;
    margin: auto;
  }
}
.guide-page-wrapper .text-box {
  width: calc(65% - 30px);
}
@media screen and (max-width: 1023px) {
  .guide-page-wrapper .text-box {
    width: 100%;
  }
}

.guide-bg-box {
  padding: 50px 100px;
  background-color: rgb(233, 242, 221);
}
@media screen and (max-width: 1100px) {
  .guide-bg-box {
    padding: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .guide-bg-box {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .guide-bg-box {
    padding: 50px 20px;
  }
}
.guide-bg-box .guide-table td {
  border-color: rgb(255, 255, 255);
}

.guide-table th .small-text {
  display: inline-block;
  margin-top: 10px;
}

.clear-title {
  margin-bottom: 50px;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgb(0, 157, 167);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .clear-title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.clear-title::before {
  content: "";
  display: inline-block;
  width: 53px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 30px;
  background-size: contain;
  vertical-align: middle;
  background-image: url("../../images/clear-icon.svg");
}
@media screen and (max-width: 767px) {
  .clear-title::before {
    width: 40px;
    margin-right: 5px;
  }
}
.clear-title span {
  vertical-align: middle;
}

.guide-table th {
  border-bottom: 1px solid rgb(0, 157, 167);
  padding: 20px;
  width: 200px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .guide-table th {
    display: block;
    width: 100%;
    border: none;
    padding: 30px 0 0;
  }
}
.guide-table td {
  padding: 20px;
  border-bottom: 1px solid rgb(243, 243, 243);
}
@media screen and (max-width: 767px) {
  .guide-table td {
    display: block;
    width: 100%;
    padding: 20px 0 30px;
    border-color: rgb(0, 157, 167);
  }
}
.guide-table td.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.guide-table .mincho {
  font-family: "Noto Serif JP", serif;
  font-size: 1.1rem;
}
.guide-table tr:first-child th, .guide-table tr:first-child td {
  padding-top: 0;
}
@media screen and (max-width: 1023px) {
  .guide-table tr:first-child td {
    padding-top: 20px;
  }
}
.guide-table p:not(:last-child) {
  margin-bottom: 10px;
}
.guide-table .small-text {
  font-size: 0.8rem;
}
.guide-table .font-bold {
  font-weight: 500;
}
.guide-table .price {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: rgb(203, 183, 2);
}
.guide-table a {
  color: rgb(37, 38, 37);
  border-bottom: 1px solid rgb(37, 38, 37);
}
.guide-table a:hover {
  border-color: transparent;
}
@media screen and (max-width: 1023px) {
  .guide-table.long tr:first-child td {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .guide-table.long th, .guide-table.long td {
    display: block;
    width: 100%;
    border-color: rgb(0, 157, 167);
  }
}
@media screen and (max-width: 1023px) {
  .guide-table.long th {
    border: none;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .guide-table.long td {
    padding: 20px 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .guide-table.long td {
    padding-inline: 0;
    font-size: 0.9rem;
  }
}

.course-guide-section {
  position: relative;
}
.course-guide-section::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 80%;
  aspect-ratio: 1250/880;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/school-bg.png");
}
.course-guide-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.course-guide-text {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
}

.page-course-link-wrapper:not(:last-child) {
  margin-bottom: 100px;
}

.page-course-link-title {
  margin-bottom: 50px;
  font-size: 1.6rem;
  font-weight: 600;
  color: rgb(0, 157, 167);
}
.page-course-link-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background: linear-gradient(to right, rgb(0, 157, 167) 300px, rgb(243, 243, 243) 300px);
}

.page-course-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: rgb(37, 38, 37);
  -webkit-box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
          box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
}
.page-course-link:not(:last-child) {
  margin-bottom: 50px;
}
.page-course-link .image-box {
  width: 285px;
}
@media screen and (max-width: 1023px) {
  .page-course-link .image-box {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .page-course-link .image-box {
    width: 100%;
  }
}
.page-course-link .image-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-course-link .text-box {
  width: calc(100% - 285px);
  padding: 50px;
}
@media screen and (max-width: 1023px) {
  .page-course-link .text-box {
    width: calc(100% - 250px);
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-course-link .text-box {
    width: 100%;
    padding: 30px 20px;
    font-size: 0.9rem;
  }
}
.page-course-link .link-title {
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 500;
}
.page-course-link .link-title span {
  font-size: 1rem;
  display: inline-block;
}
.page-course-link .link-title.blue {
  color: rgb(0, 157, 167);
}
.page-course-link .link-title.yellow {
  color: rgb(203, 183, 2);
}

.download-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .download-wrapper {
    gap: 30px;
  }
}
.download-wrapper .text-box {
  width: calc(100% - 330px - 50px);
}
@media screen and (max-width: 1023px) {
  .download-wrapper .text-box {
    width: 100%;
  }
}

.download-link {
  display: block;
  padding: 20px;
  width: 330px;
  background: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A));
  background: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .download-link {
    margin: auto;
  }
}
.download-link img {
  width: 24px;
  margin: 0;
}

.course-single-title-wrapper {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(243, 243, 243);
}
@media screen and (max-width: 767px) {
  .course-single-title-wrapper {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
.course-single-title-wrapper .tags {
  display: inline-block;
  padding: 5px 30px 5px 30px;
  background-color: rgb(203, 183, 2);
  color: rgb(255, 255, 255);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .course-single-title-wrapper .tags {
    font-size: 0.9rem;
    padding: 5px 20px 5px 10px;
  }
}
.course-single-title-wrapper .tags:not(:last-child) {
  margin-right: 10px;
}
.course-single-title-wrapper .title {
  margin-top: 10px;
  font-size: 1.8rem;
  color: rgb(0, 157, 167);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .course-single-title-wrapper .title {
    font-size: 1.4rem;
  }
}

.course-single-first-text {
  width: 90%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1023px) {
  .course-single-first-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .course-single-first-text {
    margin-bottom: 70px;
  }
}

.point-wrapper {
  counter-increment: number 1;
}
.point-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.point-wrapper .point-title {
  margin-bottom: 10px;
  color: rgb(203, 183, 2);
  font-size: 2rem;
  text-transform: capitalize;
  font-family: "Allura", cursive;
}
.point-wrapper .point-title::after {
  margin-left: 10px;
  display: inline-block;
  width: 30px;
  font-size: 1.5rem;
  text-align: center;
  aspect-ratio: 1/1;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  color: rgb(255, 255, 255);
  background-color: rgb(203, 183, 2);
  font-family: "Noto Serif JP", serif;
  content: counter(number);
}
.point-wrapper .point-sub-title {
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .point-wrapper .point-sub-title {
    font-size: 1.15rem;
  }
}
.point-wrapper .point-sub-title::after {
  margin-top: 5px;
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: rgb(203, 183, 2);
}
.point-wrapper .nomal-text {
  font-size: 1.1rem;
}

p:not(:last-child) {
  margin-bottom: 10px;
}

.small-text {
  font-size: 0.8rem;
  line-height: 20px;
}

.bg-gray {
  background-color: rgb(250, 250, 250);
}
.bg-gray .bg-gray-title {
  font-family: "Noto Sans JP", sans-serif;
  background-color: rgb(255, 255, 255);
}

@media screen and (max-width: 1023px) {
  .schedule-image-wrapper {
    overflow: scroll;
  }
}
.schedule-image-wrapper img {
  min-width: 920px;
}

.schedule-after-text {
  max-width: 1000px;
  margin: 30px auto 0;
  font-size: 0.8rem;
}

.guide-bg-box.course-single {
  position: relative;
}
@media screen and (max-width: 767px) {
  .guide-bg-box.course-single {
    padding: 50px 15px 30px;
  }
}
.guide-bg-box.course-single::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-20%, -35%);
          transform: translate(-20%, -35%);
  content: "";
  display: block;
  width: 115px;
  aspect-ratio: 115/96;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/clear-icon.svg");
}
@media screen and (max-width: 767px) {
  .guide-bg-box.course-single::before {
    width: 80px;
  }
}

.course-singlelink-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .course-singlelink-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .course-singlelink-wrapper {
    gap: 10px;
  }
}
.course-singlelink-wrapper .text-box {
  font-family: "Noto Serif JP", serif;
  width: calc(100% - 30px - 300px);
}
@media screen and (max-width: 1023px) {
  .course-singlelink-wrapper .text-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.course-singlelink-wrapper .sub-text {
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A));
  background: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  background: -webkit-linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .course-singlelink-wrapper .sub-text {
    font-size: 0.9rem;
  }
}
.course-singlelink-wrapper .main-text {
  color: rgb(0, 157, 167);
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .course-singlelink-wrapper .main-text {
    font-size: 1.1rem;
  }
}

.course-single-link {
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 30px 10px;
  background-color: rgb(0, 157, 167);
  color: rgb(255, 255, 255);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .course-single-link {
    padding: 20px 10px;
  }
}
.course-single-link::after {
  content: "";
  display: inline-block;
  width: 30px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/white-arrow.svg");
}
.course-single-link.green {
  margin-top: 10px;
  background-color: rgb(33, 167, 95);
}

.top-no-section {
  padding-top: 0;
}

.course-single-last-section {
  position: relative;
}
.course-single-last-section::after {
  position: absolute;
  bottom: -50px;
  right: 0;
  content: "";
  width: 40%;
  max-width: 500px;
  aspect-ratio: 475/570;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: left;
  background-image: url("../../images/course-single-image.png");
}
@media screen and (max-width: 1023px) {
  .course-single-last-section::after {
    display: none;
  }
}
.course-single-last-section .contents-wrapper {
  position: relative;
  z-index: 2;
}
.course-single-last-section .guide-bg-box {
  margin-top: 100px;
}
.course-single-last-section .assistant-title {
  display: none;
}

.course-single-gray-box {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .course-single-gray-box {
    padding: 50px 20px;
  }
}
.course-single-gray-box .bg-gray-title {
  font-family: "Noto Serif JP", serif;
}

.course-single-flow-wrapper {
  counter-reset: number 0;
}
.course-single-flow-wrapper .flow-step-box {
  counter-increment: number 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .course-single-flow-wrapper .flow-step-box {
    position: relative;
  }
}
.course-single-flow-wrapper .flow-step-box:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 180px;
  margin: 0 auto 30px;
  aspect-ratio: 180/40;
  background-color: rgb(33, 167, 95);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.course-single-flow-wrapper .red-text {
  color: rgb(222, 0, 0);
}
.course-single-flow-wrapper .image-box {
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .course-single-flow-wrapper .image-box {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .course-single-flow-wrapper .image-box {
    width: 100%;
  }
}
.course-single-flow-wrapper .text-box {
  width: calc(70% - 30px);
}
@media screen and (max-width: 1023px) {
  .course-single-flow-wrapper .text-box {
    width: 100%;
  }
}
.course-single-flow-wrapper .flow-title {
  margin-bottom: 20px;
  color: rgb(33, 167, 95);
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%) 1/0 0 1px;
     border-image: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A)) 1/0 0 1px;
     border-image: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%) 1/0 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.course-single-flow-wrapper .flow-title > p {
  width: calc(100% - 155px);
}
@media screen and (max-width: 767px) {
  .course-single-flow-wrapper .flow-title > p {
    width: 100%;
  }
}
.course-single-flow-wrapper .flow-title .big {
  font-weight: 500;
  font-size: 1.4rem;
}
.course-single-flow-wrapper .flow-title .small {
  display: inline-block;
  font-size: 0.8rem;
}
@media screen and (max-width: 1023px) {
  .course-single-flow-wrapper .flow-title .small {
    display: block;
  }
}
.course-single-flow-wrapper .step {
  width: 115px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A));
  background: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  color: rgb(255, 255, 255);
  padding: 5px 20px;
  letter-spacing: 2px;
  font-size: 1.5rem;
  font-family: "Marcellus", serif;
  text-transform: capitalize;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .course-single-flow-wrapper .step {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.course-single-flow-wrapper .step::after {
  content: counter(number);
}
.course-single-flow-wrapper .white-box {
  background-color: rgb(255, 255, 255);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .course-single-flow-wrapper .white-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.course-single-flow-wrapper .white-box .white-title {
  margin-bottom: 0;
  width: 60px;
}

.course-single-flow-other {
  margin-top: 50px;
}

.assistant-point-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 50px;
}
.assistant-point-box .text-box {
  width: 60%;
}
@media screen and (max-width: 1023px) {
  .assistant-point-box .text-box {
    width: 100%;
  }
}
.assistant-point-box .point-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 30px;
  border-bottom: 1px solid rgb(203, 183, 2);
}
.assistant-point-box .image-box {
  font-size: 0.9rem;
  width: calc(40% - 50px);
}
@media screen and (max-width: 1023px) {
  .assistant-point-box .image-box {
    width: 50%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .assistant-point-box .image-box {
    width: 100%;
  }
}

.assistant-title {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .assistant-title {
    font-size: 0.9rem;
  }
}
.assistant-title .big {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .assistant-title .big {
    font-size: 1.3rem;
  }
}
.assistant-title .yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgb(203, 183, 2)));
  background: linear-gradient(to bottom, transparent 80%, rgb(203, 183, 2) 80%);
}
.assistant-title p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.assistant-title p.right {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .assistant-title p.right {
    margin-left: 0;
    margin-top: 7px;
  }
}

.assistant-top-link .sub-text {
  display: none;
}

.video-section {
  position: relative;
}
.video-section::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 40%;
  max-width: 587px;
  aspect-ratio: 587/754;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/video-image.png");
}
@media screen and (max-width: 1023px) {
  .video-section::after {
    bottom: 10%;
  }
}
.video-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.video-point-box {
  width: 70%;
}
@media screen and (max-width: 1023px) {
  .video-point-box {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .video-point-box {
    width: 100%;
  }
}
.video-point-box .point-title {
  margin-bottom: 5px;
}

.video-link-top-section .guide-bg-box {
  text-align: center;
}
.video-link-top-section .guide-bg-box .course-singlelink-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-link-top-section .guide-bg-box .text-box {
  width: 100%;
}

.video-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  .video-text-wrapper {
    margin-bottom: 30px;
    gap: 20px;
  }
}
.video-text-wrapper .image-box {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 1023px) {
  .video-text-wrapper .image-box {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .video-text-wrapper .image-box {
    width: 100%;
  }
}
.video-text-wrapper .text-box {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 1023px) {
  .video-text-wrapper .text-box {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .video-text-wrapper .text-box {
    width: 100%;
  }
}

.video-youtube-wrapper {
  margin: 50px 0 0;
}
@media screen and (max-width: 1023px) {
  .video-youtube-wrapper {
    width: 100%;
    margin-top: 0;
  }
}
.video-youtube-wrapper iframe {
  aspect-ratio: 16/9;
}

.note-wrapper {
  margin-top: 50px;
}
.note-wrapper h3 {
  font-size: 1.4rem;
}
.note-wrapper .note-inner {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .note-wrapper .note-inner {
    width: 100%;
  }
}

.video-text-link-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(250, 250, 250)), color-stop(20%, transparent));
  background: linear-gradient(to bottom, rgb(250, 250, 250) 20%, transparent 20%);
}
@media screen and (max-width: 1023px) {
  .video-text-link-wrapper {
    background: transparent;
    margin-top: 50px;
  }
}
.video-text-link-wrapper.general-video {
  background: none;
}
.video-text-link-wrapper .inner-box {
  width: 90%;
  padding: 50px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
          box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .video-text-link-wrapper .inner-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .video-text-link-wrapper .inner-box {
    padding: 30px 20px;
  }
}
.video-text-link-wrapper .title {
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  color: rgb(0, 157, 167);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .video-text-link-wrapper .title {
    font-size: 1.2rem;
  }
}
.video-text-link-wrapper .title::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  margin: 5px auto 0;
  background-color: rgb(0, 157, 167);
}
.video-text-link-wrapper .link-wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .video-text-link-wrapper .link-wrapper {
    gap: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .video-text-link-wrapper .link-wrapper {
    gap: 30px 10px;
  }
}
.video-text-link-wrapper .link-box {
  display: block;
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 1023px) {
  .video-text-link-wrapper .link-box {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .video-text-link-wrapper .link-box {
    width: calc((100% - 10px) / 2);
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .video-text-link-wrapper .link-box .small {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .video-text-link-wrapper .link-box .small {
    font-size: 0.7rem;
  }
}
.video-text-link-wrapper img {
  margin-bottom: 5px;
}
.video-text-link-wrapper .price {
  font-size: 1rem;
  color: rgb(203, 183, 2);
  text-align: right;
}
.video-text-link-wrapper .price .small {
  font-size: 0.8rem;
}
.video-text-link-wrapper a {
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A));
  background: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  background: -webkit-linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: auto;
  width: 80%;
  padding: 5px 20px;
  border: 1px solid rgb(37, 38, 37);
  -o-border-image: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%) 1/1px;
     border-image: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A)) 1/1px;
     border-image: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%) 1/1px;
}
@media screen and (max-width: 767px) {
  .video-text-link-wrapper a {
    padding: 5px;
  }
}
.video-text-link-wrapper a:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
          box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
}

.general-point-box .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
.general-point-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .general-point-box img {
    width: 100%;
  }
}
.general-point-box .text-box {
  width: calc(70% - 30px);
}
@media screen and (max-width: 767px) {
  .general-point-box .text-box {
    width: 100%;
  }
}

.skills-point-box .point-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 30px;
  border-bottom: 1px solid rgb(203, 183, 2);
}
.skills-point-box .point-title::after {
  display: none;
}
.skills-point-box p {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .skills-point-box p {
    width: 100%;
  }
}

.course-single-flow-wrapper.simple-flow {
  margin: 100px 0;
}
.course-single-flow-wrapper.simple-flow .step {
  margin-right: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .course-single-flow-wrapper.simple-flow .step {
    width: 100%;
    height: auto;
  }
}
.course-single-flow-wrapper.simple-flow .flow-title {
  margin-bottom: 0;
  width: 115px;
}
@media screen and (max-width: 767px) {
  .course-single-flow-wrapper.simple-flow .flow-title {
    width: 100%;
  }
}
.course-single-flow-wrapper.simple-flow .flow-step-box {
  width: 90%;
  margin: auto;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
          box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
}
@media screen and (max-width: 1023px) {
  .course-single-flow-wrapper.simple-flow .flow-step-box {
    width: 100%;
  }
}
.course-single-flow-wrapper.simple-flow .flow-step-box::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 50px));
          transform: translate(-50%, calc(100% + 50px));
}
.course-single-flow-wrapper.simple-flow .flow-step-box:not(:last-child) {
  margin-bottom: 90px;
}
.course-single-flow-wrapper.simple-flow .text-box {
  padding: 10px 30px 10px 0;
  width: calc(100% - 145px);
}
@media screen and (max-width: 767px) {
  .course-single-flow-wrapper.simple-flow .text-box {
    width: 100%;
    padding: 30px;
  }
}

.skills-text-main-wrapepr {
  margin-bottom: 80px;
}

.skills-text-wrapper {
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .skills-text-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .skills-text-wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.skills-text-wrapper .bg-gray-title {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.skills-text-wrapper .skills-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.skills-text-wrapper .skills-list {
  border: 1px solid;
  -o-border-image: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%) 1/1px;
     border-image: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A)) 1/1px;
     border-image: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%) 1/1px;
  padding: 30px 11px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.skills-text-wrapper .skills-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.skills-text-wrapper .skills-list li .number {
  width: 40px;
}
.skills-text-wrapper .skills-list li .title {
  width: calc(100% - 40px);
}

.skills-youtube-wrapper {
  width: 80%;
  max-width: 630px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .skills-youtube-wrapper {
    width: 100%;
  }
}
.skills-youtube-wrapper iframe {
  margin-bottom: 10px;
  aspect-ratio: 16/9;
}

.video-section.main::after {
  bottom: 10%;
}
@media screen and (max-width: 1023px) {
  .video-section.main::after {
    bottom: 40%;
  }
}
@media screen and (max-width: 767px) {
  .video-section.main::after {
    bottom: 50%;
  }
}

.main-message-wrapper {
  margin-top: 100px;
}
.main-message-wrapper .inner-box {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 4fr 30px 6fr;
  grid-template-columns: 4fr 6fr;
}
@media screen and (max-width: 1023px) {
  .main-message-wrapper .inner-box {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.guide-bg-box.course-single.item .course-singlelink-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.national-section {
  padding-bottom: 100px;
  position: relative;
}
.national-section::after {
  position: absolute;
  bottom: -50px;
  right: 0;
  content: "";
  display: block;
  width: 60%;
  aspect-ratio: 9/7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: left;
  background-image: url("../../images/national-bg.png");
}
.national-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.national-box.guide-bg-box {
  position: relative;
}
@media screen and (max-width: 1300px) {
  .national-box.guide-bg-box {
    padding: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .national-box.guide-bg-box {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .national-box.guide-bg-box {
    padding-top: 80px;
  }
}
.national-box.guide-bg-box .block-1100 {
  display: none;
}
@media screen and (max-width: 1100px) {
  .national-box.guide-bg-box .block-1100 {
    display: block;
  }
}
.national-box.guide-bg-box:not(:last-child) {
  margin-bottom: 100px;
}
.national-box.guide-bg-box .number-image {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 145px;
}
@media screen and (max-width: 1300px) {
  .national-box.guide-bg-box .number-image {
    width: 120px;
    -webkit-transform: translate(-30%, -30%);
            transform: translate(-30%, -30%);
  }
}
@media screen and (max-width: 767px) {
  .national-box.guide-bg-box .number-image {
    -webkit-transform: translate(-20%, -30%);
            transform: translate(-20%, -30%);
    width: 100px;
  }
}
.national-box.guide-bg-box .first-text {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .national-box.guide-bg-box .first-text {
    margin-bottom: 50px;
  }
}
.national-box.guide-bg-box .first-text > span {
  display: inline-block;
  padding: 0 20px 10px;
  border-bottom: 2px solid rgb(255, 255, 255);
}
.national-box.guide-bg-box .national-course-wrapper {
  margin-bottom: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  .national-box.guide-bg-box .national-course-wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.national-box.guide-bg-box .bg-white-title {
  background-color: rgb(255, 255, 255);
  text-align: center;
  padding: 5px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .national-box.guide-bg-box .bg-white-title {
    font-size: 1.1rem;
  }
}
.national-box.guide-bg-box .line-text {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.national-box.guide-bg-box .line-text::after {
  content: "";
  display: block;
  height: 1px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  background-image: linear-gradient(to right, #333 2px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.national-course-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  gap: 30px;
}
.national-course-price-wrapper .yalloe-box {
  margin-bottom: 14px;
  background-color: rgb(203, 183, 2);
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 25px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .national-course-price-wrapper .yalloe-box {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .national-course-price-wrapper .time {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .national-course-price-wrapper .price {
    width: 100%;
  }
}
.national-course-price-wrapper .price-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 25px;
}
@media screen and (max-width: 1023px) {
  .national-course-price-wrapper .price-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-inline: 30px;
  }
}
.national-course-price-wrapper .price-inner:first-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgb(37, 38, 37);
}
.national-course-price-wrapper .price-inner .course-single-link.green {
  margin-top: 0;
}
.national-course-price-wrapper .price-inner .text {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.national-course-price-wrapper .price-inner .number {
  font-size: 2rem;
  color: rgb(203, 183, 2);
}
.national-course-price-wrapper .price-inner .number span {
  color: rgb(37, 38, 37);
  font-size: 0.7rem;
}
.national-course-price-wrapper .after-text {
  margin-top: 20px;
}

.guide-bg-box.course-single.perfect-course .text-box {
  width: 100%;
}

.perfect-price-wrapper {
  margin-bottom: 50px;
}
.perfect-price-wrapper .price-box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .perfect-price-wrapper .price-box {
    gap: 20px;
  }
}
.perfect-price-wrapper .course-single-link.green {
  margin-top: 0;
}
.perfect-price-wrapper .price-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .perfect-price-wrapper .price-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
}
.perfect-price-wrapper .price-inner:not(:last-child) {
  margin-bottom: 10px;
}
.perfect-price-wrapper .price-inner .text {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.perfect-price-wrapper .price-inner .number {
  color: rgb(203, 183, 2);
  font-size: 2rem;
}
.perfect-price-wrapper .price-inner .number span {
  font-size: 0.8rem;
  color: rgb(37, 38, 37);
}

.dvd-section .guide-bg-box {
  margin-top: 100px;
}

.general-point-box.dvd-point .inner-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .general-point-box.dvd-point .inner-box {
    gap: 5px;
  }
}
.general-point-box.dvd-point .text-box {
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .general-point-box.dvd-point .text-box {
    width: 100%;
  }
}
.general-point-box.dvd-point .image-box {
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .general-point-box.dvd-point .image-box {
    width: 70%;
    margin: auto;
  }
}
.general-point-box.dvd-point .image-box img {
  width: 100%;
}

.dvd-youtube-wrapper {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .dvd-youtube-wrapper {
    margin-bottom: 30px;
  }
}
.dvd-youtube-wrapper .youtube-box {
  width: 390px;
}
@media screen and (max-width: 1023px) {
  .dvd-youtube-wrapper .youtube-box {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .dvd-youtube-wrapper .youtube-box {
    width: 100%;
  }
}
.dvd-youtube-wrapper .youtube-box iframe {
  aspect-ratio: 16/9;
}
.dvd-youtube-wrapper .text-box {
  width: calc(100% - 390px - 30px);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.4rem;
}
@media screen and (max-width: 1023px) {
  .dvd-youtube-wrapper .text-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .dvd-youtube-wrapper .text-box {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1023px) {
  .dvd-contents-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .dvd-contents-wrapper {
    gap: 0;
  }
}
.dvd-contents-wrapper .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 1181px) {
  .dvd-contents-wrapper .inner-box {
    gap: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .dvd-contents-wrapper .inner-box {
    width: calc((100% - 30px) / 2);
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .dvd-contents-wrapper .inner-box {
    width: 100%;
  }
}
.dvd-contents-wrapper .inner-box:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .dvd-contents-wrapper .inner-box:not(:last-child) {
    margin-bottom: 5px;
  }
}
.dvd-contents-wrapper .diamond-list {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 1181px) {
  .dvd-contents-wrapper .diamond-list {
    width: calc((100% - 30px) / 3);
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 1023px) {
  .dvd-contents-wrapper .diamond-list {
    width: 100%;
  }
}
.dvd-contents-wrapper .note-text {
  margin-bottom: 40px;
}
@media screen and (max-width: 1181px) {
  .dvd-contents-wrapper .note-text {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 1023px) {
  .dvd-contents-wrapper .note-text {
    margin-bottom: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .dvd-contents-wrapper .note-text {
    position: static;
    margin-top: 20px;
  }
}

.course-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .course-tags {
    gap: 15px;
    margin-bottom: 15px;
  }
}
.course-tags img {
  display: inline;
  width: auto;
  height: 20px;
  vertical-align: middle;
  margin: -5px 5px 0 0;
}
.course-tags span {
  padding: 7.5px 20px 10px;
  background-color: #44A674;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .course-tags span {
    padding: 5px 20px 7.5px;
  }
}

.price-memo {
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .price-memo {
    margin-bottom: 17.5px;
  }
}
.price-memo.under {
  margin-top: 17.5px;
}
.price-memo span {
  padding: 7.5px 20px 10px;
  background-color: rgb(243, 152, 29);
  color: rgb(255, 255, 255);
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .price-memo span {
    padding: 5px 20px 7.5px;
  }
}
@media screen and (max-width: 767px) {
  .price-memo span {
    display: inline-block;
    width: 50%;
  }
}

.study-type {
  display: inline-block;
  width: 200px;
  font-size: 1.2rem;
  vertical-align: middle;
  background-color: #A2DD7A;
  text-align: center;
  padding: 5px 0 7.5px;
}
@media screen and (max-width: 1023px) {
  .study-type {
    width: 50%;
    font-size: 1rem;
  }
}

.before-price {
  margin: 0 10px 0 0;
  text-decoration: line-through;
  vertical-align: middle;
}

.before-price::after {
  content: "→";
  margin-left: 10px;
}

.price-block a {
  color: inherit;
  border-bottom: none;
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .price-block a {
    display: block;
    width: 100%;
    margin: 10px 0 0;
  }
}
.price-block .price {
  display: inline-block;
  width: 155px;
  text-align: right;
  vertical-align: sub;
}
@media screen and (max-width: 1023px) {
  .price-block .price {
    width: auto;
    text-align: left;
  }
}
.price-block .price.assistant {
  position: relative;
}
.price-block .price .assistant-before-price {
  position: absolute;
  top: -25px;
  left: 20px;
  font-size: 1.2rem;
  color: rgb(37, 38, 37);
  text-decoration: line-through;
}
@media screen and (max-width: 1023px) {
  .price-block .main-exam-price {
    margin-top: 0;
  }
}
.price-block .main-exam-price .price {
  width: auto !important;
}

.main-item {
  margin-bottom: 30px;
}
.main-item .link-box {
  width: 50%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .main-item .link-box {
    width: 80%;
    margin: 0 auto 30px;
  }
}

.course-details {
  margin: 100px auto;
}

.voice-link {
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A));
  background: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  background: -webkit-linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: auto;
  width: 90%;
  padding: 10px 20px 12.5px;
  border: 1px solid rgb(37, 38, 37);
  -o-border-image: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%) 1/1px;
     border-image: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A)) 1/1px;
     border-image: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%) 1/1px;
}
@media screen and (max-width: 1023px) {
  .voice-link {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .voice-link {
    padding: 5px;
  }
}
.voice-link:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
          box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
}

.video-course-link {
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A));
  background: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  background: -webkit-linear-gradient(270deg, #44A674 0%, #A2DD7A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: auto;
  width: 200px;
  padding: 5px 20px 7.5px;
  border: 1px solid rgb(37, 38, 37);
  -o-border-image: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%) 1/1px;
     border-image: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A)) 1/1px;
     border-image: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%) 1/1px;
}
@media screen and (max-width: 1080px) {
  .video-course-link {
    width: 145px;
  }
}
@media screen and (max-width: 767px) {
  .video-course-link {
    padding: 5px;
  }
}
.video-course-link:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
          box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.39);
}

.text-content-details {
  display: inline-block;
  margin-top: 10px;
}

@media screen and (max-width: 1023px) {
  .practical-item-text {
    margin-top: 15px;
  }
}

.image-100exam-book {
  width: 50% !important;
}

.text-100exam-book {
  margin-top: 5px;
  line-height: 16px;
}

.mt10 {
  display: inline-block;
  margin-top: 10px;
}

.main-exam-step-caution {
  display: block !important;
  margin: 2.5px 0 10px;
}

.purchase-conductor {
  margin-top: 65px !important;
}

.practical-beginning {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .practical-beginning {
    gap: 15px;
  }
}
.practical-beginning img {
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .practical-beginning img {
    width: 100%;
  }
}
.practical-beginning p {
  width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
  .practical-beginning p {
    width: 100%;
  }
}

.early-discount {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px 7.5px;
  margin-bottom: 5px;
  background-color: rgb(243, 152, 29);
  color: rgb(255, 255, 255);
  font-size: 0.8rem;
  font-weight: 700;
}

.national-price {
  width: 100%;
}

.national-price a {
  width: 100%;
  max-width: 100%;
  padding: 10px;
}

.national-price .before-price {
  font-size: 1rem !important;
}

.national-course-price-wrapper .time,
.national-course-price-wrapper .price {
  width: calc(50% - 25px);
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  .national-course-price-wrapper .time,
  .national-course-price-wrapper .price {
    width: 100%;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .national-course-price-wrapper .time,
  .national-course-price-wrapper .price {
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .national-course-price-wrapper .price-inner {
    padding-inline: 0;
  }
}

.kyouzai-caution {
  margin: 7.5px 0;
}

.news-archive-wrapper {
  width: 150px;
  margin-left: auto;
  margin-bottom: 50px;
}
.news-archive-wrapper .archive-title {
  margin-bottom: 5px;
  font-family: "Noto Serif JP", serif;
  font-size: 600;
  font-size: 1.1rem;
}

.page-news-list li:not(:first-child) a {
  padding-top: 30px;
}
.page-news-list a {
  color: rgb(37, 38, 37);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 30px;
  padding: 0 50px 20px;
  border-bottom: 1px solid rgb(243, 243, 243);
}
@media screen and (max-width: 767px) {
  .page-news-list a {
    padding: 0 0 20px;
  }
}
.page-news-list .time {
  width: 80px;
}
.page-news-list .news-title {
  width: calc(100% - 80px - 85px - 60px);
}
@media screen and (max-width: 1023px) {
  .page-news-list .news-title {
    width: 100%;
  }
}
.page-news-list .news-title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-tags {
  width: 85px;
  text-align: center;
  background-color: rgb(0, 157, 167);
  color: rgb(255, 255, 255);
  padding: 5px;
  font-size: 0.9rem;
}

.wp-pagenavi {
  margin-top: 50px;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  font-weight: 400;
  color: rgb(37, 38, 37);
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%) 1/0 0 2px;
     border-image: -webkit-gradient(linear, right top, left top, from(#44A674), to(#A2DD7A)) 1/0 0 2px;
     border-image: linear-gradient(270deg, #44A674 0%, #A2DD7A 100%) 1/0 0 2px;
}
.wp-pagenavi a.arrow, .wp-pagenavi span.arrow {
  display: inline-block;
  vertical-align: middle;
}
.wp-pagenavi a.arrow::before, .wp-pagenavi span.arrow::before {
  content: "";
  display: inline-block;
  width: 40px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/arrow.svg");
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a.arrow::before, .wp-pagenavi span.arrow::before {
    width: 21px;
  }
}
.wp-pagenavi a.arrow.left, .wp-pagenavi span.arrow.left {
  -webkit-transform: rotate(180deg) translateY(2px);
          transform: rotate(180deg) translateY(2px);
}

.single-title-wrapper {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(243, 243, 243);
}
.single-title-wrapper .time {
  margin-right: 20px;
}
.single-title-wrapper .news-tags {
  width: auto;
  padding: 5px 20px;
}
.single-title-wrapper .news-title {
  margin-top: 10px;
  font-size: 1.5rem;
}

.main-contents .image-box {
  margin-bottom: 30px;
}
.main-contents a {
  color: rgb(33, 167, 95);
  border-bottom: 1px solid rgb(33, 167, 95);
}
.main-contents a:hover {
  border-color: transparent;
}

.single-page-link {
  margin-top: 50px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-page-link a {
  color: rgb(37, 38, 37);
}
.single-page-link .arrow {
  display: block;
}
.single-page-link .arrow::before {
  content: "";
  display: inline-block;
  width: 40px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/arrow.svg");
}
@media screen and (max-width: 767px) {
  .single-page-link .arrow::before {
    width: 21px;
  }
}
.single-page-link .arrow.left {
  -webkit-transform: rotate(180deg) translateY(2px);
          transform: rotate(180deg) translateY(2px);
}

.interview-single-title {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .interview-single-title {
    margin-bottom: 30px;
  }
}
.interview-single-title .interview-title {
  font-size: 1.5rem;
  color: rgb(203, 183, 2);
  font-family: "Noto Serif JP", serif;
}
.interview-single-title .image-box {
  width: 260px;
}
@media screen and (max-width: 1023px) {
  .interview-single-title .image-box {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .interview-single-title .image-box {
    margin: auto;
  }
}
.interview-single-title .interview-title-wrapper {
  width: calc(100% - 260px - 30px);
}
@media screen and (max-width: 1023px) {
  .interview-single-title .interview-title-wrapper {
    width: calc(100% - 160px - 30px);
  }
}
@media screen and (max-width: 767px) {
  .interview-single-title .interview-title-wrapper {
    width: 100%;
  }
}

.interview-single-box:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .interview-single-box:not(:last-child) {
    margin-bottom: 35px;
  }
}
.interview-single-box .interview-contents-title {
  margin-bottom: 15px;
  font-weight: 600;
}
.interview-single-box .interview-contents-title::before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  width: 12px;
  aspect-ratio: 1/1;
  background-color: rgb(0, 157, 167);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.teacher-page-section:nth-child(even) {
  background-color: rgb(248, 248, 248);
}
.teacher-page-section:nth-last-of-type(2) {
  margin-bottom: 100px;
}

.teacher-name {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.teacher-name .positon {
  font-size: 1.1rem;
}
.teacher-name .name {
  display: block;
  font-size: 1.4rem;
}

.teacher-page-main-contents {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  .teacher-page-main-contents {
    gap: 30px;
  }
}
.teacher-page-main-contents .image-box {
  width: 270px;
}
@media screen and (max-width: 1023px) {
  .teacher-page-main-contents .image-box {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .teacher-page-main-contents .image-box {
    margin: auto;
  }
}
.teacher-page-main-contents .text-box {
  width: calc(100% - 270px - 50px);
}
@media screen and (max-width: 1023px) {
  .teacher-page-main-contents .text-box {
    width: calc(100% - 200px - 30px);
  }
}
@media screen and (max-width: 767px) {
  .teacher-page-main-contents .text-box {
    width: 100%;
  }
}
.teacher-page-main-contents .text-inner:not(:last-child) {
  margin-bottom: 30px;
}
.teacher-page-main-contents .text-inner .contents {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .teacher-page-main-contents .text-inner .contents {
    width: 100%;
  }
}
.teacher-page-main-contents .text-inner .contents.history {
  line-height: 2;
}

.teacher-title {
  margin-bottom: 15px;
  padding: 0 0 10px 20px;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: rgb(0, 157, 167);
  border-left: 5px solid rgb(0, 157, 167);
  border-bottom: 1px solid rgb(0, 157, 167);
}

.teacher-message-wrapper .contents {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .teacher-message-wrapper .contents {
    width: 100%;
  }
}

.teacher-message-title {
  margin-bottom: 40px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 30px;
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  background-color: rgb(203, 183, 2);
}
@media screen and (max-width: 767px) {
  .teacher-message-title {
    margin-inline: auto;
  }
}
.teacher-message-title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
  content: "";
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background-color: rgb(203, 183, 2);
}

.teacher-other-wrapper {
  margin-top: 50px;
}
.teacher-other-wrapper .other-after {
  width: 90%;
  margin: auto;
  padding-left: 425px;
  font-size: 0.8rem;
}
@media screen and (max-width: 1023px) {
  .teacher-other-wrapper .other-after {
    width: 100%;
  }
}

.teacher-other-list {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .teacher-other-list {
    width: 100%;
  }
}
.teacher-other-list li {
  margin-bottom: 5px;
}
.teacher-other-list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: rgb(217, 217, 217);
}
.teacher-other-list .main {
  display: inline-block;
  width: 410px;
}
@media screen and (max-width: 767px) {
  .teacher-other-list .main {
    width: auto;
    margin-right: 20px;
    font-size: 0.9rem;
  }
}
.teacher-other-list .sub {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .teacher-other-list .sub {
    font-size: 0.7rem;
  }
}
/*# sourceMappingURL=main.css.map */