/* Designed & Developed by Number Nine Inc. | https://nn9.jp */
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shippori+Mincho&display=swap");
html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: #f7fafa;
  overflow-x: hidden;
  letter-spacing: 0.03em;
  line-height: 1.9;
  font-weight: 500;
}

body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: var(--scroll-y);
}

body .inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 150px;
}

@media screen and (max-width: 1439px) {
  body .inner {
    padding: 0 7%;
  }
}

body .main_title {
  margin-bottom: 60px;
}

body .main_title > span {
  display: block;
  color: #206491;
  font-family: "Poppins", sans-serif;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

body .main_title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  color: #206491;
  font-size: 0.875rem;
  font-weight: bold;
}

body .main_title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .main_title ul.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body .main_title ul li {
  width: 28px;
  height: 28px;
  border-radius: 100px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2px;
}

body .main_title ul li:nth-child(odd) {
  background: #96c5d7;
}

body .main_title ul li:nth-child(even) {
  background: #85a9cd;
}

body .main_title ul li.small {
  font-size: 0.875rem;
  width: 20px;
  height: 20px;
  margin: 0 -5px;
  z-index: 1;
}

body .sub_title {
  color: #206491;
  font-weight: bold;
  font-size: 1.625rem;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 60px;
  padding-left: 20px;
  position: relative;
}

body .sub_title:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #206491;
  width: 6px;
  height: 100%;
  border-radius: 3px;
}

body .sub_title span {
  font-size: 1.25rem;
}

body .org_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 190px;
  min-height: 64px;
  border-radius: 100px;
  color: #fff;
  background: #fc9c66;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
}

body .org_btn.arrow:after {
  position: absolute;
  content: "";
  background: url("../image/common/org_btn_arrow.svg") no-repeat;
  background-size: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  body .org_btn:hover {
    background: #206491;
  }
  body .org_btn:hover:after {
    background: url("../image/common/org_btn_arrow_hover.svg") no-repeat;
  }
}

body .blue_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 300px;
  min-height: 64px;
  border-radius: 100px;
  color: #fff;
  background: #206491;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
}

body .blue_btn:after {
  position: absolute;
  content: "";
  background: url("../image/common/blue_btn_arrow.svg") no-repeat;
  background-size: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  body .blue_btn:hover {
    background: #fc9c66;
  }
  body .blue_btn:hover:after {
    background: url("../image/common/blue_btn_arrow_hover.svg") no-repeat;
  }
}

body .link_btn {
  max-width: 208px;
  display: block;
  color: #206491;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}

body .link_btn:after {
  position: absolute;
  content: "";
  background: url("../image/common/blue_link_arrow.svg") no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  body .link_btn:hover {
    color: #fc9c66;
  }
  body .link_btn:hover:after {
    background: url("../image/common/blue_link_arrow_hover.svg") no-repeat;
  }
}

body .fadeup {
  -webkit-animation-name: fadeupAnime;
          animation-name: fadeupAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeupAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeupAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

body .fadein {
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

body .fadein.fadein_btm {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

body .fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body .animation {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

body .animation.visible {
  opacity: 1;
  -webkit-animation: waveIn 1.4s ease-in-out forwards;
          animation: waveIn 1.4s ease-in-out forwards;
}

@-webkit-keyframes waveIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes waveIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

body .principal {
  position: relative;
  z-index: 1;
}

body .principal:after {
  position: absolute;
  content: "";
  top: 50px;
  left: 40px;
  z-index: -1;
  background: url("../image/common/bg_principal.svg") no-repeat;
  background-size: 100%;
  max-width: 267px;
  width: 88%;
  max-height: 274px;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  body .principal:after {
    width: 69.935%;
    top: 40px;
    left: 30px;
    max-width: none;
    max-height: none;
  }
}

body .principal .photo {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  body .principal .photo {
    width: 80.07%;
  }
}

body .principal .man {
  position: absolute;
  top: 50px;
  right: 50px;
}

@media screen and (max-width: 1024px) {
  body .principal .man {
    width: 58.182%;
    right: 0;
  }
}

body .principal .man img {
  display: block;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  body .principal .man img {
    width: 59.9%;
    margin-right: 20px;
  }
}

body .principal .man p {
  color: #fff;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding: 3px 40px 3px 70px;
  background: #206491;
}

@media screen and (max-width: 1024px) {
  body .principal .man p {
    padding: 3px 0 3px 50px;
    font-size: 0.929rem;
  }
}

body .principal .man p:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 18px 10px 18px 0px;
  border-color: transparent #d0e6ec transparent transparent;
  border-style: solid;
}

body .teacher_list {
  overflow: hidden;
  position: relative;
}

body .teacher_list li {
  width: 22.895%;
  color: #206491;
  text-align: center;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .teacher_list .pic {
  max-width: 261px;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 1439px) {
  body .teacher_list .pic {
    max-width: 100%;
  }
}

body .teacher_list .pic img {
  border-radius: 30px;
}

body .teacher_list .pic img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body .teacher_list .name {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
}

body .teacher_list .name span {
  display: block;
  font-size: 0.875rem;
}

body .teacher_list p {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}

body .teacher_list .modal_open {
  font-size: 0.875rem;
  text-decoration: underline;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin-top: auto;
}

body .teacher_list .modal_open:hover {
  cursor: pointer;
  color: #fc9c66;
}

body .modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

body .modal .modal_bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

body .modal .modal_content {
  background: #fff;
  border-radius: 30px;
  padding: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 466px;
  width: 60%;
}

body .modal .modal_close {
  position: absolute;
  top: -38px;
  right: -38px;
  background: #000;
  width: 96px;
  height: 96px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .number_list span {
  color: #fc9c66;
  font-weight: bold;
  margin-right: 5px;
}

body .dot_list li {
  position: relative;
  padding-left: 25px;
}

body .dot_list li:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fc9c66;
  border-radius: 100px;
}

body .dot_list li span {
  font-size: 0.8125rem;
}

body #cta {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 80px 60px 60px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1060px) {
  body #cta {
    padding: 80px 20px 60px;
  }
}

body #cta .balloon {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  background: #206491;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  max-width: 327px;
  width: 100%;
  padding: 10px;
  font-size: 1.625rem;
}

@media screen and (max-width: 960px) {
  body #cta .balloon {
    max-width: 280px;
  }
}

body #cta .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top: 20px solid #206491;
}

body #cta p {
  color: #206491;
  font-size: 1.125rem;
  text-align: center;
}

body #cta .org_btn {
  width: 440px;
  margin: 40px auto 0;
  position: relative;
}

body #cta .org_btn:before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  background: url("../image/common/cta_mail.svg") no-repeat;
  width: 44px;
  height: 36px;
}

body #cta .man {
  position: absolute;
  top: -197px;
  right: 60px;
}

@media screen and (max-width: 960px) {
  body #cta .man {
    max-width: 100px;
    top: -145px;
  }
}

body #cta .pic01 {
  position: absolute;
  top: -125px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1060px) {
  body #cta .pic01 {
    max-width: 200px;
    width: 45.16%;
  }
}

@media screen and (max-width: 960px) {
  body #cta .pic01 {
    max-width: 180px;
    top: -80px;
  }
}

body #cta .pic01:after {
  position: absolute;
  content: "";
  background: url("../image/top/bg_cta01.svg") no-repeat;
  background-size: 100%;
  top: 15px;
  left: -7px;
  z-index: -1;
  max-width: 273px;
  width: 100%;
  max-height: 224px;
  height: 100%;
}

@media screen and (max-width: 1060px) {
  body #cta .pic01:after {
    width: 97.31%;
  }
}

body #cta .pic02 {
  position: absolute;
  top: 187px;
  right: -20px;
  z-index: 1;
}

@media screen and (max-width: 1060px) {
  body #cta .pic02 {
    max-width: 250px;
    width: 56.061%;
  }
}

@media screen and (max-width: 960px) {
  body #cta .pic02 {
    max-width: 200px;
    top: 240px;
  }
}

body #cta .pic02:after {
  position: absolute;
  content: "";
  background: url("../image/top/bg_cta02.svg") no-repeat;
  background-size: 100%;
  top: 30px;
  left: -5px;
  z-index: -1;
  max-width: 276px;
  width: 100%;
  max-height: 276px;
  height: 100%;
}

@media screen and (max-width: 1060px) {
  body #cta .pic02:after {
    width: 78.92%;
  }
}

body #sub_cta {
  background: url("../image/common/bg_sub_cta.svg");
  background-position: center top;
  padding: 230px 0 80px;
  position: relative;
}

body #sub_cta .leaf01 {
  position: absolute;
  top: -30px;
  left: 200px;
}

@media screen and (max-width: 1400px) {
  body #sub_cta .leaf01 {
    top: -20px;
  }
}

@media screen and (max-width: 1300px) {
  body #sub_cta .leaf01 {
    top: -10px;
  }
}

@media screen and (max-width: 1200px) {
  body #sub_cta .leaf01 {
    top: 10px;
  }
}

@media screen and (max-width: 1100px) {
  body #sub_cta .leaf01 {
    top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  body #sub_cta .leaf01 {
    top: 50px;
  }
}

@media screen and (max-width: 960px) {
  body #sub_cta .leaf01 {
    max-width: 45px;
    width: 11.9%;
    top: 90px;
  }
}

@media screen and (max-width: 880px) {
  body #sub_cta .leaf01 {
    top: 100px;
  }
}

@media screen and (max-width: 800px) {
  body #sub_cta .leaf01 {
    top: 110px;
  }
}

body #sub_cta .leaf02 {
  position: absolute;
  top: -80px;
  right: 150px;
}

@media screen and (max-width: 1400px) {
  body #sub_cta .leaf02 {
    top: -60px;
  }
}

@media screen and (max-width: 1300px) {
  body #sub_cta .leaf02 {
    top: -40px;
  }
}

@media screen and (max-width: 1200px) {
  body #sub_cta .leaf02 {
    top: -20px;
  }
}

@media screen and (max-width: 960px) {
  body #sub_cta .leaf02 {
    max-width: 78px;
    width: 20.84%;
    top: 60px;
  }
}

@media screen and (max-width: 880px) {
  body #sub_cta .leaf02 {
    top: 70px;
  }
}

@media screen and (max-width: 830px) {
  body #sub_cta .leaf02 {
    top: 80px;
  }
}

@media screen and (min-width: 769px) {
  body .pconly {
    display: block;
  }
  body .smonly {
    display: none;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

header.active {
  background: #fff;
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 150px;
  gap: 30px;
}

@media screen and (max-width: 1330px) {
  header .inner {
    padding: 20px;
    gap: 10px;
  }
}

header .h_blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 40px;
  padding: 15px 40px;
  max-width: 920px;
  width: 80.8%;
  max-height: 80px;
}

@media screen and (max-width: 1050px) {
  header .h_blc {
    padding: 15px;
  }
}

header .h_logo {
  max-width: 180px;
}

@media screen and (max-width: 880px) {
  header .h_logo {
    max-width: 120px;
  }
}

header .h_logo a {
  display: block;
}

header .h_logo img {
  width: 100%;
}

header .menu-content .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

@media screen and (max-width: 1050px) {
  header .menu-content .nav {
    gap: 20px;
  }
}

@media screen and (max-width: 880px) {
  header .menu-content .nav {
    gap: 10px;
  }
}

header .menu-content .nav > li {
  padding: 10px 0;
  color: #206491;
  font-weight: bold;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (min-width: 769px) {
  header .menu-content .nav > li:hover {
    color: #fc9c66;
  }
}

header .menu-content .nav > li.has_child {
  position: relative;
}

@media screen and (min-width: 769px) {
  header .menu-content .nav > li.has_child:hover:after {
    position: absolute;
    content: "";
    background: url("../image/common/icon_heart.svg") no-repeat;
    top: 0;
    left: 0;
    right: 0;
    width: 14px;
    height: 11px;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  header .menu-content .nav .sub_menu {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../image/common/bg_submenu.svg") no-repeat center/100% 100%;
    background-size: 100% 100%;
    min-height: 140px;
    height: auto;
    min-width: 270px;
    width: 100%;
    padding: 40px 20px 15px 55px;
    border-radius: 0 0 60px 60px;
    display: none;
  }
}

header .menu-content .nav .sub_menu a {
  position: relative;
  display: block;
  color: #fff;
}

header .menu-content .nav .sub_menu a:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100px;
}

@media screen and (min-width: 769px) {
  header .menu-content .nav .sub_menu a:hover {
    color: #206491;
  }
}

header .org_btn {
  height: 80px;
}

@media screen and (max-width: 1050px) {
  header .org_btn {
    min-width: 145px;
  }
}

main .mv {
  position: relative;
  min-height: 640px;
}

main .mv.top {
  min-height: 48.612vw;
}

@media screen and (max-width: 1200px) {
  main .mv.top {
    min-height: 55.612vw;
  }
}

@media screen and (max-width: 950px) {
  main .mv.top {
    min-height: 65.612vw;
  }
}

main .mv.top .left:after {
  -webkit-animation-name: fadeupAnime;
          animation-name: fadeupAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

main .mv.top .right:after {
  -webkit-animation-name: fadeupAnime;
          animation-name: fadeupAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

main .mv .left {
  position: absolute;
  top: 0;
  left: 0;
}

main .mv .left:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../image/common/mv_blue.svg") no-repeat;
  background-size: 100%;
  width: 63.889vw;
  height: 40.973vw;
}

main .mv .left .photo {
  width: 64.028vw;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

main .mv .left .leaf {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 6.042vw;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

main .mv .right {
  position: absolute;
  top: 0;
  right: 0;
}

main .mv .right:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  z-index: -1;
  background: url("../image/common/mv_org.svg") no-repeat;
  background-size: 100%;
  width: 35.764vw;
  height: 45.487vw;
}

main .mv .right .photo {
  width: 39.375vw;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

main .mv .right .leaf {
  position: absolute;
  bottom: 55px;
  right: 195px;
  width: 6.25vw;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

main .mv .txt {
  position: relative;
  top: 180px;
  left: 0;
  right: 0;
  margin: auto;
  width: 36.25vw;
}

main .mv .txt .balloon {
  position: relative;
  background: #206491;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  width: 30.07vw;
  margin: 0 auto;
  padding: 3px;
  font-family: "Kiwi Maru", serif;
  font-size: 1.25vw;
}

main .mv .txt .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 15px solid #206491;
}

main .mv .txt p {
  color: #206491;
  font-size: 2.08333vw;
  letter-spacing: 1.5px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 10px;
  text-shadow: #f7fafa 1px 0px 1px, #f7fafa -1px 0px 1px, #f7fafa 0px -1px 1px, #f7fafa -1px 0px 1px, #f7fafa 1px 1px 1px, #f7fafa -1px 1px 1px, #f7fafa 1px -1px 1px, #f7fafa -1px -1px 1px, #f7fafa 1px 1px 1px, #f7fafa -1px 1px 1px, #f7fafa 1px -1px 1px, #f7fafa -1px -1px 1px, #f7fafa 1px 1px 1px, #f7fafa -1px 1px 1px, #f7fafa 1px -1px 1px, #f7fafa -1px -1px 1px, #f7fafa 1px 1px 1px, #f7fafa -1px 1px 1px, #f7fafa 1px -1px 1px, #f7fafa -1px -1px 1px;
}

main .mv .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .mv .txt ul li {
  width: 2.987vw;
  height: 2.987vw;
  border-radius: 100px;
  color: #fff;
  font-size: 2.22222vw;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3px;
}

main .mv .txt ul li:nth-child(odd) {
  background: #96c5d7;
}

main .mv .txt ul li:nth-child(even) {
  background: #85a9cd;
}

main .mv .txt .copy {
  display: block;
  width: 36.25vw;
  margin: 30px auto 60px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@media screen and (min-width: 769px) {
  main .mv .txt .copy.smonly {
    display: none;
  }
}

main .mv .txt .org_btn {
  width: 29.167vw;
  margin: 0 auto;
  font-size: 1.25vw;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media screen and (max-width: 1050px) {
  main .mv .txt .org_btn {
    font-size: 0.8rem;
    width: 100%;
  }
}

main .mv .txt .man {
  position: absolute;
  left: -160px;
  bottom: 0;
  width: 10.209vw;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

main .mv .bread {
  position: relative;
  top: 130px;
  z-index: 1;
}

main .mv .bread ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  font-size: 0.8125em;
  color: #206491;
}

main .mv .bread ul a:hover {
  color: #fc9c66;
}

main .mv .page_title {
  position: absolute;
  top: 38%;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
  left: 0;
  right: 0;
  margin: auto;
  color: #206491;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}

main #media {
  padding: 60px 0 300px;
}

main #media .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main #media .ttl {
  width: 20%;
}

@media screen and (max-width: 950px) {
  main #media .ttl {
    width: 25%;
  }
}

main #media .ttl .main_title span {
  text-align: left;
  font-size: 4.375rem;
}

@media screen and (max-width: 1300px) {
  main #media .ttl .main_title span {
    font-size: 3.2rem;
  }
}

main #media .media_wrapper {
  width: 72.544%;
  height: 282px;
  position: relative;
}

@media screen and (max-width: 1250px) {
  main #media .media_wrapper {
    width: 77%;
  }
}

@media screen and (max-width: 950px) {
  main #media .media_wrapper {
    width: 70%;
  }
}

main #media .media_wrapper .media_list {
  overflow-y: auto;
  padding-right: 30px;
  height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

main #media .media_wrapper .media_list::-webkit-scrollbar {
  display: none;
}

main #media .media_wrapper li:first-child {
  border-top: 1px dashed #96c5d7;
}

main #media .media_wrapper li a {
  padding: 30px 0;
  border-bottom: 1px dashed #96c5d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-height: 94px;
  position: relative;
}

main #media .media_wrapper li a:after {
  position: absolute;
  content: "";
  background: url("../image/top/media_blue_arrow.svg") no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (min-width: 769px) {
  main #media .media_wrapper li a:hover:after {
    background: url("../image/top/media_blue_arrow_hover.svg") no-repeat;
  }
  main #media .media_wrapper li a:hover .cat {
    background: #206491;
    color: #fff;
  }
  main #media .media_wrapper li a:hover h3 {
    color: #fc9c66;
  }
}

main #media .media_wrapper .cat {
  display: block;
  max-width: 180px;
  width: 100%;
  min-height: 34px;
  text-align: center;
  background: #fff;
  color: #206491;
  border: 1px solid #206491;
  border-radius: 100px;
  font-weight: bold;
  padding: 0 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

main #media .media_wrapper h3 {
  width: calc(100% - 220px);
  color: #206491;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

main #media .media_wrapper .scroll_bar {
  position: absolute;
  top: 0;
  right: 2px;
  width: 3px;
  height: 100%;
  background: #ccc;
  border-radius: 10px;
  overflow: hidden;
  pointer-events: none;
}

main #media .media_wrapper .scroll_bar .scroll_progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #206491;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

main #about {
  position: relative;
  padding: 160px 0 100px;
  background: #d0e6ec;
}

main #about:after {
  position: absolute;
  content: "";
  top: -180px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../image/top/bg_heart.svg") no-repeat;
  background-size: 100%;
  max-width: 500px;
  width: 100%;
  min-height: 393px;
  z-index: -1;
}

main #about .leaf {
  position: absolute;
  top: -106px;
  right: 150px;
}

@media screen and (max-width: 1439px) {
  main #about .leaf {
    right: 22px;
  }
}

@media screen and (max-width: 960px) {
  main #about .leaf {
    top: -50px;
    max-width: 100px;
  }
}

main #about h2 {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  color: #206491;
  text-align: center;
}

main #about h2 span {
  font-size: 3.375rem;
  line-height: 1;
}

main #about .blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 110px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1300px) {
  main #about .blc {
    gap: 20px;
  }
}

main #about .blc .cont {
  max-width: 600px;
}

@media screen and (max-width: 1300px) {
  main #about .blc .cont {
    max-width: 500px;
  }
}

@media screen and (max-width: 1090px) {
  main #about .blc .cont {
    max-width: 400px;
  }
}

@media screen and (max-width: 840px) {
  main #about .blc .cont {
    max-width: 340px;
  }
}

main #about .blc .cont h3 {
  color: #206491;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

main #about .blc .cont h3 span {
  position: relative;
  z-index: 1;
}

main #about .blc .cont h3 span:after {
  position: absolute;
  content: "";
  background: url("../image/top/pink_heart.svg") no-repeat;
  background-size: 100%;
  width: 52px;
  height: 41px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

main #about .blc .cont p {
  color: #206491;
  line-height: 2.1;
  letter-spacing: 2px;
}

main #about .blc .cont p:not(:last-child) {
  margin-bottom: 20px;
}

main #about .blc .cont .blue_btn {
  width: 300px;
  margin: 40px 0 0;
}

main #about .blc .pic {
  max-width: 460px;
  margin-top: -55px;
}

main #about .blc .pic .pic_btm {
  position: relative;
  z-index: 1;
}

main #about .blc .pic .pic_btm:after {
  position: absolute;
  content: "";
  top: 40px;
  left: -10px;
  z-index: -1;
  background: url("../image/top/bg_about02.svg") no-repeat;
  background-size: 100%;
  max-width: 362px;
  width: 85%;
  max-height: 364px;
  height: 100%;
}

main #about .books {
  position: relative;
  background: #fff;
  border-radius: 30px 30px 0 0;
  padding: 75px 0 40px;
  margin-bottom: 2px;
}

@media screen and (max-width: 960px) {
  main #about .books {
    padding: 60px 0 100px;
  }
}

main #about .books h4 {
  display: inline-block;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
  width: 385px;
  text-align: center;
  padding: 7px 60px;
  font-size: 1.375rem;
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
  background: #206491;
}

@media screen and (max-width: 960px) {
  main #about .books h4 {
    padding: 5px 30px;
  }
}

main #about .books h4:before {
  position: absolute;
  content: "";
  background: url("../image/top/ribbon_left.svg") no-repeat;
  background-size: 100%;
  width: 83px;
  height: 55px;
  bottom: -16px;
  left: -43px;
}

main #about .books h4:after {
  position: absolute;
  content: "";
  background: url("../image/top/ribbon_right.svg") no-repeat;
  background-size: 100%;
  width: 83px;
  height: 55px;
  bottom: -16px;
  right: -43px;
}

main #about .books .book_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main #about .books .book_list li {
  width: 22%;
}

@media screen and (max-width: 1310px) {
  main #about .books .book_list li {
    width: 30%;
  }
}

@media screen and (max-width: 960px) {
  main #about .books .book_list li {
    width: 35%;
  }
}

main #about .books .book_list img {
  display: block;
  max-width: 160px;
  width: 100%;
  margin: 0 auto 10px;
}

main #about .books .book_list h5 {
  text-align: center;
  line-height: 1.5;
}

main #about .books .man {
  position: absolute;
  bottom: 0;
  right: 50px;
}

@media screen and (max-width: 1310px) {
  main #about .books .man {
    max-width: 65px;
    width: 19.7%;
    right: 20px;
  }
}

main #about .comment {
  background: #fff;
  border-radius: 0 0 30px 30px;
  padding: 30px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

@media screen and (max-width: 960px) {
  main #about .comment {
    padding: 20px;
    gap: 20px;
  }
}

main #about .comment p {
  color: #206491;
  letter-spacing: 2px;
  font-weight: bold;
}

main #about .comment p:not(:last-child) {
  margin-bottom: 20px;
}

main #about .comment p.small {
  font-size: 0.8125rem;
}

main #about .comment p span {
  color: #fc9c66;
}

main #teacher {
  padding: 100px 0 130px;
  background: url("../image/top/bg_dot.svg");
  background-size: cover;
  position: relative;
}

main #teacher .inner {
  position: relative;
}

main #teacher .lead {
  letter-spacing: 2px;
  margin-bottom: 60px;
}

main #teacher .lead p {
  text-align: center;
  color: #206491;
}

main #teacher .lead p:not(:last-child) {
  margin-bottom: 20px;
}

main #teacher .lead p.small {
  font-size: 0.8125rem;
}

main #teacher .lead strong {
  font-weight: bold;
}

main #teacher .lead span {
  color: #fc9c66;
}

main #teacher .teacher_list {
  margin-bottom: 150px;
}

main #teacher .swiper-pagination {
  bottom: 130px;
  z-index: 1;
}

main #teacher .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

main #teacher .swiper-pagination-bullet-active {
  background: #206491;
}

main #teacher .swiper-button-prev,
main #teacher .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #206491;
  border-radius: 100px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
  z-index: 1;
}

main #teacher .swiper-button-prev:after,
main #teacher .swiper-button-next:after {
  content: "";
  width: 18px;
  height: 16px;
}

main #teacher .swiper-button-disabled {
  background: #ccc;
}

main #teacher .swiper-button-prev {
  top: 56%;
  left: 130px;
}

@media screen and (max-width: 1439px) {
  main #teacher .swiper-button-prev {
    left: 80px;
  }
}

@media screen and (max-width: 960px) {
  main #teacher .swiper-button-prev {
    left: 40px;
  }
}

main #teacher .swiper-button-prev:after {
  background-image: url("../image/top/arrow_left.svg");
}

main #teacher .swiper-button-next {
  top: 56%;
  right: 130px;
}

@media screen and (max-width: 1439px) {
  main #teacher .swiper-button-next {
    right: 80px;
  }
}

@media screen and (max-width: 960px) {
  main #teacher .swiper-button-next {
    right: 40px;
  }
}

main #teacher .swiper-button-next:after {
  background-image: url("../image/top/arrow_right.svg");
}

main #teacher .blue_btn {
  width: 360px;
  margin: 0 auto;
}

main #teacher .man {
  position: absolute;
  bottom: 100px;
  right: 150px;
}

@media screen and (max-width: 1310px) {
  main #teacher .man {
    bottom: 80px;
    right: 50px;
  }
}

@media screen and (max-width: 1024px) {
  main #teacher .man {
    max-width: 98px;
    width: 26%;
  }
}

@media screen and (max-width: 960px) {
  main #teacher .man {
    bottom: 50px;
  }
}

main #support {
  padding: 230px 0 250px;
  margin: -130px 0 0;
  background: url("../image/top/bg_support.svg");
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 1;
}

main #support .lead {
  letter-spacing: 2px;
  margin-bottom: 80px;
}

main #support .lead p {
  text-align: center;
  color: #206491;
}

main #support .list {
  max-width: 790px;
  margin: 0 auto;
}

main #support .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}

main #support .list li:not(:last-child) {
  margin-bottom: 80px;
}

main #support .list li:nth-child(odd) .pic:after {
  left: -10px;
}

main #support .list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

main #support .list li:nth-child(even) .pic:after {
  right: -10px;
}

main #support .list li:first-child .pic:after {
  background: url("../image/top/bg_support01.svg") no-repeat;
  background-size: 100%;
}

main #support .list li:nth-child(2) .pic:after {
  background: url("../image/top/bg_support02.svg") no-repeat;
  background-size: 100%;
}

main #support .list li:last-child .pic:after {
  background: url("../image/top/bg_support03.svg") no-repeat;
  background-size: 100%;
}

main #support .list .pic {
  position: relative;
}

main #support .list .pic:after {
  position: absolute;
  content: "";
  top: 20px;
  z-index: -1;
  max-width: 390px;
  width: 100%;
  max-height: 319px;
  height: 100%;
}

main #support .list .cont {
  color: #206491;
  max-width: 360px;
  letter-spacing: 2px;
}

main #support .list .cont h3 {
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

main #support .list .cont p {
  margin-bottom: 40px;
}

main #support .man {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 960px) {
  main #support .man {
    max-width: 174px;
    width: 46.4%;
  }
}

main #top_nav {
  padding: 220px 0 160px;
  margin: -120px 0 0;
  background: url("../image/top/bg_top_nav.svg");
  background-position: center top;
  position: relative;
  z-index: 1;
}

main #top_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

main #top_nav ul li {
  width: 31.58%;
  color: #206491;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main #top_nav ul h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

main #top_nav ul img {
  border-radius: 30px;
  margin: 0 auto 20px;
}

main #top_nav ul p {
  margin-bottom: 20px;
}

main #top_nav ul .link_btn {
  margin-top: auto;
}

main #top_nav .leaf01 {
  position: absolute;
  bottom: -40px;
  left: 200px;
}

@media screen and (max-width: 1400px) {
  main #top_nav .leaf01 {
    bottom: -65px;
  }
}

@media screen and (max-width: 1200px) {
  main #top_nav .leaf01 {
    bottom: -100px;
  }
}

@media screen and (max-width: 1024px) {
  main #top_nav .leaf01 {
    bottom: -120px;
  }
}

@media screen and (max-width: 960px) {
  main #top_nav .leaf01 {
    max-width: 45px;
    width: 11.9%;
    bottom: -110px;
  }
}

@media screen and (max-width: 880px) {
  main #top_nav .leaf01 {
    bottom: -120px;
  }
}

@media screen and (max-width: 830px) {
  main #top_nav .leaf01 {
    bottom: -130px;
  }
}

@media screen and (max-width: 800px) {
  main #top_nav .leaf01 {
    bottom: -140px;
  }
}

main #top_nav .leaf02 {
  position: absolute;
  bottom: -60px;
  right: 150px;
}

@media screen and (max-width: 1400px) {
  main #top_nav .leaf02 {
    bottom: -80px;
  }
}

@media screen and (max-width: 1300px) {
  main #top_nav .leaf02 {
    bottom: -100px;
  }
}

@media screen and (max-width: 1200px) {
  main #top_nav .leaf02 {
    bottom: -120px;
  }
}

@media screen and (max-width: 960px) {
  main #top_nav .leaf02 {
    max-width: 78px;
    width: 20.84%;
    bottom: -110px;
  }
}

@media screen and (max-width: 880px) {
  main #top_nav .leaf02 {
    bottom: -120px;
  }
}

@media screen and (max-width: 830px) {
  main #top_nav .leaf02 {
    bottom: -130px;
  }
}

@media screen and (max-width: 800px) {
  main #top_nav .leaf02 {
    bottom: -140px;
  }
}

main #top_nav .man {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -190px;
  margin: auto;
}

@media screen and (max-width: 1440px) {
  main #top_nav .man {
    bottom: -150px;
  }
}

@media screen and (max-width: 960px) {
  main #top_nav .man {
    max-width: 89px;
    width: 23.68%;
  }
}

main #flow {
  padding: 230px 0 270px;
  background: url("../image/top/bg_flow.svg");
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 0;
}

main #flow .lead {
  letter-spacing: 2px;
  margin-bottom: 80px;
}

main #flow .lead p {
  text-align: center;
  color: #206491;
}

main #flow .flow_list {
  max-width: 760px;
  margin: 0 auto 220px;
}

main #flow .flow_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  position: relative;
}

main #flow .flow_list li:not(:last-child) {
  padding-bottom: 120px;
}

main #flow .flow_list li:not(:last-child):before {
  position: absolute;
  content: "";
  background: url("../image/top/flow_triangle.svg") no-repeat;
  background-size: 100%;
  width: 28px;
  height: 22px;
  bottom: 45px;
  left: 37px;
}

main #flow .flow_list li:not(:last-child):after {
  position: absolute;
  content: "";
  width: 4px;
  height: 30%;
  bottom: 80px;
  left: 48px;
  border-left: 5px dotted #206491;
}

main #flow .flow_list .step {
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #fff;
  min-width: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

main #flow .flow_list .step:after {
  position: absolute;
  content: "";
  background: url("../image/top/step_heart.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 100px;
  height: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

main #flow .flow_list .step span {
  display: block;
  font-size: 2rem;
}

main #flow .flow_list .cont {
  color: #206491;
  max-width: 630px;
  letter-spacing: 2px;
}

main #flow .flow_list .cont h3 {
  font-size: 1.625rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}

main .p_sub {
  position: relative;
  z-index: 1;
  margin-top: -250px;
  padding-bottom: 170px;
}

main .p_sub .sec:not(:last-child) {
  margin-bottom: 100px;
}

main #philosophy {
  color: #206491;
  letter-spacing: 2px;
  line-height: 2.2;
}

main #philosophy p:not(:last-child) {
  margin-bottom: 20px;
}

main #philosophy p.center {
  text-align: center;
}

main #philosophy p.bold {
  font-weight: bold;
}

main #philosophy p.small {
  font-size: 0.8125rem;
}

main #philosophy p span {
  color: #fc9c66;
  font-weight: bold;
}

main #philosophy p a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  main #philosophy p a:hover {
    color: #fc9c66;
  }
}

main #philosophy .list > li:not(:last-child) {
  margin-bottom: 60px;
}

main #philosophy .title {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 60px;
}

main #philosophy .title.center {
  text-align: center;
}

main #philosophy .title span {
  color: #fc9c66;
  text-align: center;
}

main #philosophy .mini_title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}

main #philosophy .imgleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}

@media screen and (max-width: 980px) {
  main #philosophy .imgleft {
    gap: 20px;
  }
}

main #philosophy .imgleft .pic {
  position: relative;
  min-width: 400px;
}

@media screen and (max-width: 980px) {
  main #philosophy .imgleft .pic {
    min-width: 260px;
  }
}

main #philosophy .imgleft .pic .men {
  position: absolute;
  bottom: -60px;
  right: 10px;
}

@media screen and (max-width: 980px) {
  main #philosophy .imgleft .pic .men {
    width: 30%;
  }
}

main #philosophy .imgleft .pic p {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.8;
}

main #philosophy .imgleft .cont {
  max-width: 680px;
}

@media screen and (max-width: 980px) {
  main #philosophy .imgleft .cont {
    max-width: 555px;
  }
}

main #philosophy .dot_list {
  margin-bottom: 20px;
}

main #philosophy .flow {
  max-width: 600px;
  margin: 0 auto;
}

main #philosophy .flow.org {
  max-width: 520px;
}

main #philosophy .flow.org .flow_list li {
  background: #f1e5df;
}

main #philosophy .flow.org .flow_list li:not(:last-child):after {
  border-top: 15px solid #fc9c66;
}

main #philosophy .flow.org .flow_list .bg {
  background: #fc9c66;
}

main #philosophy .flow.blue {
  margin: 100px auto 0;
}

main #philosophy .flow.blue .flow_list li {
  background: #d0e6ec;
}

main #philosophy .flow.blue .flow_list li:not(:last-child) {
  margin-bottom: 85px;
}

main #philosophy .flow.blue .flow_list li:not(:last-child):before {
  position: absolute;
  content: "";
  background: url("../image/philosophy/icon_man.svg") no-repeat;
  background-size: 100%;
  width: 50px;
  height: 51px;
  top: -51px;
  left: 0;
  right: 0;
  margin: auto;
}

main #philosophy .flow.blue .flow_list li:nth-child(3) {
  margin-bottom: 35px;
}

main #philosophy .flow.blue .flow_list .bg {
  background: #206491;
}

main #philosophy .flow .people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin-bottom: 20px;
}

main #philosophy .flow .people li:first-child div {
  background: #fc9c66;
}

main #philosophy .flow .people li:last-child div {
  background: #206491;
}

main #philosophy .flow .people div {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 3px;
  margin-top: 4px;
}

main #philosophy .flow .flow_list {
  margin-bottom: 60px;
}

main #philosophy .flow .flow_list li {
  position: relative;
  border-radius: 3px;
  text-align: center;
  padding: 10px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
}

main #philosophy .flow .flow_list li:not(:last-child) {
  margin-bottom: 35px;
}

main #philosophy .flow .flow_list li:not(:last-child):after {
  position: absolute;
  content: "";
  bottom: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 16px solid transparent;
  border-top: 15px solid #206491;
}

main #philosophy .flow .flow_list .bg {
  font-size: 1.625rem;
  color: #fff;
  padding: 20px;
}

main #philosophy .graf {
  display: block;
  margin: 0 auto 60px;
}

main #philosophy .circle_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}

@media screen and (max-width: 1070px) {
  main #philosophy .circle_list {
    gap: 20px;
  }
}

main #philosophy .circle_list li {
  position: relative;
  width: 204px;
  height: 204px;
  background: #d0e6ec;
  border-radius: 200px;
  font-size: 1.375rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 1070px) {
  main #philosophy .circle_list li {
    width: 150px;
    height: 150px;
    font-size: 1rem;
  }
}

main #philosophy .circle_list li:nth-child(2) {
  background: #c6ebd7;
  color: #22804d;
}

main #philosophy .circle_list li:nth-child(3) {
  background: #ebefbe;
  color: #6f7625;
}

main #philosophy .circle_list li:nth-child(4) {
  background: #f6d8c3;
  color: #935930;
}

main #philosophy table {
  width: 100%;
}

main #philosophy table tr:nth-child(even) td {
  background: #e9edee;
}

main #philosophy table tr:first-child th:not(:last-child) {
  border-right: 1px solid #fff;
}

main #philosophy table .bg th {
  background: #85a9cd;
  border-top: 1px solid #fff;
}

main #philosophy table .bg th:first-child {
  width: 720px;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
  main #philosophy table .bg th:first-child {
    width: 420px;
  }
}

main #philosophy table th {
  background: #206491;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 7px;
  vertical-align: middle;
}

main #philosophy table th.m_blue {
  background: #d0e6ec;
  color: #206491;
  border-top: 1px solid #fff;
}

main #philosophy table td {
  padding: 7px;
  text-align: center;
  border-bottom: 1px dashed #96c5d7;
}

main #philosophy .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 87px 30px;
  max-width: 906px;
  margin: 100px auto 60px;
}

@media screen and (max-width: 1070px) {
  main #philosophy .question {
    max-width: 660px;
    gap: 80px 20px;
  }
}

main #philosophy .question li {
  position: relative;
  border: 2px solid #206491;
  border-radius: 3px;
  width: 204px;
  height: 110px;
  font-size: 1.25rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1070px) {
  main #philosophy .question li {
    width: 150px;
    height: 55px;
    font-size: 1rem;
  }
}

main #philosophy .question li:after {
  position: absolute;
  content: "";
  background: url("../image/philosophy/icon_question.svg") no-repeat;
  background-size: 100%;
  top: -57px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 57px;
}

main #philosophy .box {
  background: #fae39d;
  border-radius: 30px;
  text-align: center;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 40px 0;
  max-width: 480px;
  margin: 170px auto 0;
  position: relative;
}

main #philosophy .box:after {
  position: absolute;
  content: "";
  top: -105px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 48px solid transparent;
  border-top: 42px solid #206491;
}

main #company {
  color: #206491;
  letter-spacing: 2px;
  line-height: 2.2;
}

main #company p:not(:last-child) {
  margin-bottom: 20px;
}

main #company p span {
  color: #fc9c66;
  font-weight: bold;
}

main #company p strong {
  font-weight: bold;
}

main #company .list > li:not(:last-child) {
  margin-bottom: 60px;
}

main #company .mini_title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}

main #company .mini_title.center {
  text-align: center;
}

main #company .mini_title span {
  color: #fc9c66;
}

main #company .dot_list {
  margin-bottom: 20px;
}

main #company .imgright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 60px;
}

@media screen and (max-width: 980px) {
  main #company .imgright {
    gap: 20px;
  }
}

main #company .imgright .pic {
  position: relative;
  min-width: 400px;
}

@media screen and (max-width: 980px) {
  main #company .imgright .pic {
    min-width: 260px;
  }
}

main #company .imgright .pic .men {
  position: absolute;
  bottom: -40px;
  right: -25px;
}

@media screen and (max-width: 980px) {
  main #company .imgright .pic .men {
    width: 30%;
    bottom: 0;
  }
}

main #company .imgright .cont {
  max-width: 680px;
}

@media screen and (max-width: 980px) {
  main #company .imgright .cont {
    max-width: 555px;
  }
}

main #company .imgright.wide {
  margin-bottom: 20px;
}

main #company .imgright.wide .pic {
  min-width: 270px;
}

main #company .imgright.wide .pic img {
  border-radius: 30px;
}

main #company .imgright.wide .cont {
  max-width: 810px;
}

main #company .balloon {
  position: relative;
  background: #206491;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  max-width: 400px;
  font-size: 1.25rem;
  margin: 60px auto 40px;
}

main #company .balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 5px solid transparent;
  border-top: 10px solid #206491;
}

main #company .case {
  max-width: 500px;
  margin: 0 auto 60px;
}

main #company .case > li:not(:last-child) {
  margin-bottom: 15px;
}

main #company .case ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

main #company .case .arrow {
  width: 270px;
  max-height: 40px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
  background: #d0e6ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

main #company .case .arrow:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 20px solid transparent;
  border-left: 10px solid #d0e6ec;
}

main #company .case .circle {
  width: 72px;
  height: 72px;
  color: #fff;
  background: #206491;
  border-radius: 200px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main #company .case .circle span {
  display: block;
  letter-spacing: -1px;
}

main #company .case .circle em {
  font-size: 1rem;
}

main #company .real {
  padding: 230px 0 200px;
  background: url("../image/company/bg_real.webp") no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  margin: 80px 0 100px;
}

main #company .real:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: url("../image/company/bg_btm.webp");
  background-position: center bottom;
  width: 100%;
  min-height: 116px;
}

main #company .real .main_title {
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
}

main #company .real .blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 20px;
}

main #company .real .signal {
  background: #f7fafa;
  border-radius: 30px;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  max-width: 360px;
}

@media screen and (max-width: 1260px) {
  main #company .real .signal {
    max-width: 300px;
  }
}

@media screen and (max-width: 1024px) {
  main #company .real .signal {
    width: 100%;
  }
}

main #company .real .signal .white {
  background: #fff;
  padding: 40px;
  border-radius: 30px;
}

@media screen and (max-width: 1260px) {
  main #company .real .signal .white {
    padding: 20px;
  }
}

main #company .real .signal .ylw {
  background: #fae39d;
  border-radius: 30px;
  padding: 32px 10px;
}

main #company .real .signal h4 {
  font-size: 1.75rem;
}

main #company .real .signal strong {
  display: block;
  font-size: 1.25rem;
  margin: 20px 0;
}

@media screen and (max-width: 1260px) {
  main #company .real .signal strong {
    font-size: 1rem;
  }
}

main #company .real .signal h5 {
  font-size: 1.5rem;
  margin-top: -20px;
}

main #company .real .signal p {
  font-size: 1.0625rem;
}

@media screen and (max-width: 1260px) {
  main #company .real .signal p {
    font-size: 0.875rem;
  }
}

main #company .real .signal p:not(:last-child) {
  margin-bottom: 10px;
}

main #company .real .cont {
  max-width: 720px;
}

@media screen and (max-width: 1260px) {
  main #company .real .cont {
    max-width: 600px;
  }
}

@media screen and (max-width: 1024px) {
  main #company .real .cont {
    max-width: 500px;
  }
}

@media screen and (max-width: 920px) {
  main #company .real .cont {
    max-width: 350px;
  }
}

main #manager {
  color: #206491;
  letter-spacing: 2px;
  line-height: 2.2;
}

main #manager p:not(:last-child) {
  margin-bottom: 20px;
}

main #manager p.small {
  text-align: center;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 1.8;
}

main #manager p span {
  display: block;
  color: #fc9c66;
  font-weight: bold;
}

main #manager p strong {
  font-weight: bold;
}

main #manager .list > li:not(:last-child) {
  margin-bottom: 60px;
}

main #manager .title {
  color: #fc9c66;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 60px;
}

main #manager .mini_title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
}

main #manager .mini_title.center {
  text-align: center;
  margin-bottom: 60px;
}

main #manager .imgleft,
main #manager .imgright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main #manager .imgleft .pic,
main #manager .imgright .pic {
  min-width: 440px;
}

@media screen and (max-width: 1024px) {
  main #manager .imgleft .pic,
  main #manager .imgright .pic {
    min-width: 360px;
  }
}

@media screen and (max-width: 980px) {
  main #manager .imgleft .pic,
  main #manager .imgright .pic {
    min-width: 280px;
  }
}

main #manager .imgleft .cont,
main #manager .imgright .cont {
  max-width: 690px;
}

@media screen and (max-width: 1024px) {
  main #manager .imgleft .cont,
  main #manager .imgright .cont {
    max-width: 500px;
  }
}

main #manager .imgleft .principal,
main #manager .imgright .principal {
  margin-bottom: 50px;
}

main #manager .imgleft .principal .man p,
main #manager .imgright .principal .man p {
  line-height: 1.9;
}

@media screen and (max-width: 1024px) {
  main #manager .imgleft .principal .man p,
  main #manager .imgright .principal .man p {
    padding: 3px 0 3px 20px;
  }
}

main #manager .imgleft .principal .man p:after,
main #manager .imgright .principal .man p:after {
  border-color: transparent #fae39d transparent transparent;
}

@media screen and (max-width: 1600px) {
  main #manager .imgleft .principal .man p:after,
  main #manager .imgright .principal .man p:after {
    border-color: transparent #f7fafa transparent transparent;
  }
}

main #manager .imgleft .boss,
main #manager .imgright .boss {
  position: relative;
  min-width: 460px;
}

@media screen and (max-width: 1024px) {
  main #manager .imgleft .boss,
  main #manager .imgright .boss {
    min-width: 380px;
  }
}

@media screen and (max-width: 980px) {
  main #manager .imgleft .boss,
  main #manager .imgright .boss {
    min-width: 250px;
  }
}

main #manager .imgleft .boss .men,
main #manager .imgright .boss .men {
  position: absolute;
  bottom: -20px;
  left: 30px;
}

@media screen and (max-width: 980px) {
  main #manager .imgleft .boss .men,
  main #manager .imgright .boss .men {
    width: 30%;
  }
}

main #manager .imgleft .dot_list,
main #manager .imgright .dot_list {
  margin-bottom: 20px;
}

main #manager .imgleft.wide,
main #manager .imgright.wide {
  gap: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
  main #manager .imgleft.wide,
  main #manager .imgright.wide {
    gap: 20px;
  }
}

main #manager .imgleft.wide .pic,
main #manager .imgright.wide .pic {
  min-width: 270px;
}

main #manager .imgleft.wide .pic img,
main #manager .imgright.wide .pic img {
  border-radius: 30px;
}

main #manager .imgleft.wide .cont,
main #manager .imgright.wide .cont {
  max-width: 810px;
}

main #manager .imgright {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

main #manager .books img {
  display: block;
  margin: 0 auto 20px;
}

main #instructor {
  color: #206491;
  letter-spacing: 2px;
  line-height: 2.2;
}

main #instructor p:not(:last-child) {
  margin-bottom: 20px;
}

main #instructor p span {
  display: block;
  color: #fc9c66;
  font-weight: bold;
}

main #instructor .mini_title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 20px;
}

main #instructor .mini_title span {
  color: #fc9c66;
}

main #instructor .list > li:not(:last-child) {
  margin-bottom: 60px;
}

main #instructor .imgright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 60px;
}

@media screen and (max-width: 980px) {
  main #instructor .imgright {
    gap: 20px;
  }
}

main #instructor .imgright .pic {
  position: relative;
  min-width: 400px;
}

@media screen and (max-width: 980px) {
  main #instructor .imgright .pic {
    min-width: 260px;
  }
}

main #instructor .imgright .pic .men {
  position: absolute;
  bottom: -40px;
  left: -40px;
}

@media screen and (max-width: 980px) {
  main #instructor .imgright .pic .men {
    width: 30%;
    bottom: 0;
    left: -20px;
  }
}

main #instructor .imgright .cont {
  max-width: 680px;
}

@media screen and (max-width: 980px) {
  main #instructor .imgright .cont {
    max-width: 555px;
  }
}

main #instructor .circle_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 100px auto 70px;
}

@media screen and (max-width: 1330px) {
  main #instructor .circle_list {
    gap: 10px;
  }
}

main #instructor .circle_list li {
  position: relative;
  width: 204px;
  height: 204px;
  background: #d0e6ec;
  border-radius: 200px;
  font-size: 1.625rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 1330px) {
  main #instructor .circle_list li {
    width: 125px;
    height: 125px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

main #instructor .circle_list li:after {
  position: absolute;
  content: "";
  top: -42px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../image/instructor/icon_leaf.svg") no-repeat;
  background-size: 100%;
  width: 70px;
  height: 42px;
}

main #instructor .circle_list li:nth-child(2) {
  background: #c6ebd7;
  color: #22804d;
}

main #instructor .circle_list li:nth-child(2):after {
  background: url("../image/instructor/icon_leaf_green.svg") no-repeat;
  background-size: 100%;
}

main #instructor .circle_list li:nth-child(3) {
  background: #ebefbe;
  color: #6f7625;
}

main #instructor .circle_list li:nth-child(3):after {
  background: url("../image/instructor/icon_leaf_yellow.svg") no-repeat;
  background-size: 100%;
}

main #instructor .circle_list li:nth-child(4) {
  background: #f6d8c3;
  color: #935930;
}

main #instructor .circle_list li:nth-child(4):after {
  background: url("../image/instructor/icon_leaf_orange.svg") no-repeat;
  background-size: 100%;
}

main #instructor .circle_list li:nth-child(5) {
  background: #fcc6c5;
  color: #963331;
}

main #instructor .circle_list li:nth-child(5):after {
  background: url("../image/instructor/icon_leaf_red.svg") no-repeat;
  background-size: 100%;
}

main #instructor .balloon {
  position: relative;
  background: #206491;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  max-width: 580px;
  font-size: 1.25rem;
  margin: 60px auto 50px;
}

main #instructor .balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 5px solid transparent;
  border-top: 10px solid #206491;
}

main #instructor .graf {
  display: block;
  margin: 0 auto;
}

main #instructor .teacher_list {
  margin: 60px auto 0;
}

main #instructor .teacher_list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 60px 32px;
}

@media screen and (max-width: 1330px) {
  main #instructor .teacher_list ul {
    gap: 40px 20px;
  }
}

main #instructor .teacher_list li {
  width: 100%;
}

main #teaching {
  color: #206491;
  letter-spacing: 2px;
  line-height: 2.2;
}

main #teaching p:not(:last-child) {
  margin-bottom: 20px;
}

main #teaching p.bold {
  font-weight: bold;
}

main #teaching p span {
  display: block;
  color: #fc9c66;
  font-weight: bold;
}

main #teaching .title {
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 60px;
}

main #teaching .mini_title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}

main #teaching .list > li:not(:last-child) {
  margin-bottom: 60px;
}

main #teaching .imgright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 60px;
}

@media screen and (max-width: 980px) {
  main #teaching .imgright {
    gap: 20px;
  }
}

main #teaching .imgright .pic {
  position: relative;
  min-width: 400px;
}

@media screen and (max-width: 980px) {
  main #teaching .imgright .pic {
    min-width: 260px;
  }
}

main #teaching .imgright .pic .men {
  position: absolute;
  bottom: -40px;
  left: 40px;
}

@media screen and (max-width: 980px) {
  main #teaching .imgright .pic .men {
    width: 30%;
    bottom: 0;
    left: 20px;
  }
}

main #teaching .imgright .cont {
  max-width: 680px;
}

@media screen and (max-width: 980px) {
  main #teaching .imgright .cont {
    max-width: 555px;
  }
}

main #teaching .imgright.wide .pic {
  min-width: 270px;
}

main #teaching .imgright.wide .pic img {
  border-radius: 30px;
}

main #teaching .imgright.wide .cont {
  max-width: 810px;
}

main #teaching .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.625rem;
  font-weight: bold;
  border: 2px solid #206491;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  line-height: 1.6;
  padding: 0 35px;
  max-width: 270px;
  min-height: 90px;
}

@media screen and (max-width: 900px) {
  main #teaching .box {
    font-size: 1.4rem;
    padding: 0 20px;
  }
}

main #teaching .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

main #teaching .point .batsu {
  position: relative;
  width: 26px;
  height: 26px;
}

main #teaching .point .batsu:before, main #teaching .point .batsu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 30px;
  background: #206491;
  border-radius: 3px;
}

main #teaching .point .batsu:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

main #teaching .point .batsu:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

main #teaching .number_list,
main #teaching .dot_list {
  margin-bottom: 20px;
}

main #teaching table {
  width: 100%;
}

main #teaching table tr:nth-child(even) td {
  background: #e9edee;
}

main #teaching table th {
  background: #206491;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
  width: 40%;
  border-bottom: 1px solid #fff;
}

main #teaching table th.d_blue {
  background: #85a9cd;
}

main #teaching table th.sub_blue {
  background: #96c5d7;
}

main #teaching table td {
  padding: 6px 0 6px 60px;
  border-bottom: 1px dashed #96c5d7;
}

main #teaching .step li {
  position: relative;
}

main #teaching .step li:not(:last-child) {
  margin-bottom: 120px;
}

main #teaching .step li:not(:last-child):after {
  position: absolute;
  content: "";
  bottom: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 48px solid transparent;
  border-top: 40px solid #206491;
}

main #teaching .step li h4 {
  font-weight: bold;
}

main #teaching .circle_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin: 100px auto 0;
}

@media screen and (max-width: 990px) {
  main #teaching .circle_list {
    gap: 20px;
  }
}

main #teaching .circle_list li {
  position: relative;
  width: 261px;
  height: 261px;
  background: #d0e6ec;
  border-radius: 200px;
  font-size: 1.625rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 990px) {
  main #teaching .circle_list li {
    width: 200px;
    height: 200px;
    font-size: 1.2rem;
  }
}

main #teaching .circle_list li:after {
  position: absolute;
  content: "";
  top: -42px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../image/teaching/icon_leaf.svg") no-repeat;
  background-size: 100%;
  width: 70px;
  height: 42px;
}

main #teaching .circle_list li:nth-child(2) {
  background: #c6ebd7;
  color: #22804d;
}

main #teaching .circle_list li:nth-child(2):after {
  background: url("../image/teaching/icon_leaf_green.svg") no-repeat;
  background-size: 100%;
}

main #teaching .circle_list li:nth-child(3) {
  background: #ebefbe;
  color: #6f7625;
}

main #teaching .circle_list li:nth-child(3):after {
  background: url("../image/teaching/icon_leaf_yellow.svg") no-repeat;
  background-size: 100%;
}

main #course {
  color: #206491;
  letter-spacing: 2px;
  line-height: 2.2;
}

main #course .sec p:not(:last-child),
main #course .list li p:not(:last-child) {
  margin-bottom: 20px;
}

main #course .sec p.center,
main #course .list li p.center {
  text-align: center;
}

main #course .sec p.bold,
main #course .list li p.bold {
  font-weight: bold;
}

main #course .sec p.small,
main #course .list li p.small {
  font-size: 0.8125rem;
}

main #course .sec p span,
main #course .list li p span {
  color: #fc9c66;
  font-weight: bold;
  display: block;
}

main #course .tile_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 1139px) {
  main #course .tile_list {
    margin-top: 40px;
  }
}

main #course .tile_list li {
  position: relative;
  min-width: 204px;
}

@media screen and (max-width: 1139px) {
  main #course .tile_list li {
    min-width: 130px;
    max-width: 130px;
  }
}

main #course .tile_list li:not(:first-child) .box:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 16px solid transparent;
  border-left: 14px solid #206491;
}

main #course .tile_list li.org .box {
  border: 2px solid #fc9c66;
}

main #course .tile_list li.org .box:after {
  border-left: 14px solid #fc9c66;
}

main #course .tile_list li.org .box span {
  background: #fc9c66;
}

main #course .tile_list li.org .box .txt {
  color: #fc9c66;
}

main #course .tile_list li img {
  position: absolute;
  top: -92px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1139px) {
  main #course .tile_list li img {
    width: 40%;
    top: -40px;
  }
}

main #course .tile_list li .box {
  background: #fff;
  border: 2px solid #206491;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0 10px;
  position: relative;
  min-height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main #course .tile_list li .box > span {
  display: block;
  margin: 0 auto 10px;
  background: #206491;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  width: 100px;
  letter-spacing: 0;
  line-height: 1.5;
}

main #course .tile_list li .box .txt {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media screen and (max-width: 1139px) {
  main #course .tile_list li .box .txt {
    font-size: 1rem;
  }
}

main #course .tile_list li .box .txt span {
  display: block;
  font-size: 1rem;
}

main #course .tile_list li p {
  padding-top: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 1139px) {
  main #course .tile_list li p {
    width: 130px;
  }
}

main #course .tile_list li p span {
  color: #fc9c66;
  font-weight: bold;
}

main #course .tile_list .balloon {
  position: absolute;
  bottom: -70px;
  display: inline-block;
  min-width: 440px;
  max-width: 100%;
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
  border-radius: 100px;
  background: #fc9c66;
}

@media screen and (max-width: 1139px) {
  main #course .tile_list .balloon {
    min-width: 280px;
  }
}

main #course .tile_list .balloon:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 16px solid #fc9c66;
}

main #course .list {
  margin: 60px 0 0;
}

main #course .list:not(:last-of-type) {
  margin: 60px 0;
}

main #course .list > li:not(:last-child) {
  margin-bottom: 60px;
}

main #course .list > li.mb {
  margin-bottom: 130px;
}

main #course .list .dot_list {
  font-weight: bold;
  margin-bottom: 20px;
}

main #course .title {
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 60px;
}

main #course .title span {
  display: block;
  font-size: 1rem;
  margin: 10px 0;
}

main #course .title span.org {
  font-size: 1.625rem;
  position: relative;
}

main #course .imgright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
  main #course .imgright {
    gap: 20px;
  }
}

main #course .imgright .pic {
  min-width: 270px;
}

main #course .imgright .pic img {
  border-radius: 30px;
}

main #course .imgright .cont {
  max-width: 810px;
}

main #course .next {
  margin: 100px auto 0;
  text-align: center;
}

main #course .next span {
  border: 48px solid transparent;
  border-top: 40px solid #206491;
}

main #course .mini_title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}

main #course .mini_title.center {
  text-align: center;
}

main #course table {
  width: 100%;
  margin: 60px auto;
}

main #course table tr:nth-child(odd) td {
  background: #e9edee;
}

main #course table tr:first-child th:not(:last-child) {
  border-right: 1px solid #fff;
}

main #course table tr:not(:first-child) th {
  background: #d0e6ec;
  color: #206491;
  border-bottom: 1px solid #fff;
}

main #course table th {
  background: #206491;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
}

main #course table th:not(:first-child) {
  width: 300px;
}

@media screen and (max-width: 1235px) {
  main #course table th:not(:first-child) {
    width: 250px;
  }
}

@media screen and (max-width: 1060px) {
  main #course table th:not(:first-child) {
    width: 220px;
  }
}

@media screen and (max-width: 955px) {
  main #course table th:not(:first-child) {
    width: 200px;
  }
}

@media screen and (max-width: 885px) {
  main #course table th:not(:first-child) {
    width: 165px;
  }
}

main #course table th span {
  display: block;
  font-size: 0.8125rem;
}

main #course table td {
  padding: 6px 0;
  text-align: center;
  border-bottom: 1px dashed #96c5d7;
}

main #course table td > span {
  display: block;
  font-size: 0.8125rem;
}

main #course table td p {
  text-align: left;
  line-height: 1.6;
  padding: 5px 20px;
}

@media screen and (max-width: 1235px) {
  main #course table td p {
    padding: 0 10px;
  }
}

main #course table td p span {
  color: #fc9c66;
  font-weight: bold;
}

main #course .tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  max-width: 910px;
  margin: 65px auto;
}

@media screen and (max-width: 1056px) {
  main #course .tree {
    gap: 40px;
  }
}

main #course .tree.mini ul:after {
  height: 55%;
}

@media screen and (max-width: 1056px) {
  main #course .tree.mini ul:after {
    height: 56%;
  }
}

main #course .tree .circle {
  width: 204px;
  height: 204px;
  background: #d0e6ec;
  font-size: 1.625rem;
  font-weight: bold;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (max-width: 1056px) {
  main #course .tree .circle {
    width: 120px;
    height: 120px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 810px) {
  main #course .tree .circle {
    width: 100px;
    height: 100px;
    font-size: 1rem;
  }
}

main #course .tree .circle:before {
  position: absolute;
  content: "";
  background: url("../image/course/icon_leaf.svg") no-repeat;
  background-size: 100%;
  width: 70px;
  height: 42px;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}

main #course .tree .circle:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #206491;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
}

@media screen and (max-width: 1056px) {
  main #course .tree .circle:after {
    width: 20px;
    right: -20px;
  }
}

main #course .tree .circle.green {
  background: #c6ebd7;
  color: #22804d;
}

main #course .tree .circle.green:before {
  background: url("../image/course/icon_leaf_green.svg") no-repeat;
  background-size: 100%;
}

main #course .tree .circle.yellow {
  background: #ebefbe;
  color: #6f7625;
}

main #course .tree .circle.yellow:before {
  background: url("../image/course/icon_leaf_yellow.svg") no-repeat;
  background-size: 100%;
}

main #course .tree ul {
  position: relative;
}

main #course .tree ul:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 79%;
  background: #206491;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
}

@media screen and (max-width: 1056px) {
  main #course .tree ul:after {
    left: -20px;
    height: 80%;
  }
}

main #course .tree ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

main #course .tree ul li:not(:last-child) {
  margin-bottom: 40px;
}

main #course .tree ul li:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #206491;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
}

@media screen and (max-width: 1056px) {
  main #course .tree ul li:after {
    width: 20px;
    left: -20px;
  }
}

main #course .tree ul .square {
  background: #206491;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6;
  width: 250px;
  min-height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1056px) {
  main #course .tree ul .square {
    width: 160px;
    min-height: 140px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 810px) {
  main #course .tree ul .square {
    width: 120px;
    font-size: 1rem;
  }
}

main #course .tree ul .square.org {
  background: #fc9c66;
}

main #course .tree ul .square.sub_blue {
  background: #96c5d7;
}

main #course .tree ul .cont {
  max-width: 355px;
  min-width: 355px;
}

main #course .tree ul .mini_title {
  margin-bottom: 0;
}

main #course .tree ul .mini_title > span {
  display: inline-block;
  background: #fc9c66;
  color: #fff;
  text-align: center;
  width: 145px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 0.95rem;
  letter-spacing: 0;
  margin-left: 5px;
}

main #course .tree ul .mini_title > span span {
  letter-spacing: -5px;
}

main #course .tree ul p {
  line-height: 1.7;
}

main #course .case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 140px 0 10px;
  position: relative;
}

main #course .case img {
  display: block;
  margin: 0 auto 5px;
}

main #course .case p {
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
}

main #course .case .arrow {
  width: 190px;
  max-height: 60px;
  padding: 10px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
  background: #d0e6ec;
  position: relative;
}

@media screen and (max-width: 860px) {
  main #course .case .arrow {
    width: 150px;
  }
}

main #course .case .arrow:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 30px solid transparent;
  border-left: 15px solid #d0e6ec;
}

main #course .case .balloon {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  background: #206491;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  max-width: 200px;
  font-size: 1.25rem;
  margin: auto;
}

main #course .case .balloon.long {
  max-width: 300px;
}

main #course .case .balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 5px solid transparent;
  border-top: 10px solid #206491;
}

main #course .case .width {
  min-width: 120px;
}

main #case {
  color: #206491;
  letter-spacing: 2px;
  line-height: 2.2;
}

main #case .photo {
  position: #96c5d7;
  max-width: 720px;
  margin: 0 auto 60px;
}

main #case .photo img:first-child {
  display: block;
  border-radius: 30px;
}

main #case .photo .man01 {
  position: absolute;
  bottom: -20px;
  left: 20px;
}

main #case .photo .man02 {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

main #case .list li:not(:last-child) {
  margin-bottom: 60px;
}

main #case .list li h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}

main #case .list li p.narrow {
  width: 71.053%;
}

main #case .list li p:not(:last-child) {
  margin-bottom: 20px;
}

main #case .list li p span {
  color: #fc9c66;
  font-weight: bold;
}

main #case .imgleft,
main #case .imgright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
  main #case .imgleft,
  main #case .imgright {
    gap: 20px;
  }
}

main #case .imgleft .pic,
main #case .imgright .pic {
  position: relative;
  min-width: 270px;
}

main #case .imgleft .pic img,
main #case .imgright .pic img {
  border-radius: 30px;
}

main #case .imgleft .cont,
main #case .imgright .cont {
  max-width: 810px;
}

main #case .imgright {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

main #case .point {
  position: relative;
  background: #d0e6ec;
  border-radius: 30px;
  padding: 30px 40px;
}

main #case .point span {
  position: absolute;
  top: -40px;
  left: 40px;
  background: #206491;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 120px;
  border-radius: 10px 10px 0 0;
  padding: 5px;
}

main #price {
  color: #206491;
  letter-spacing: 2px;
  line-height: 2.2;
}

main #price p {
  margin-bottom: 20px;
}

main #price p.small {
  font-size: 0.8125rem;
}

main #price p span {
  color: #fc9c66;
  font-weight: bold;
}

main #price .imgright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 60px;
}

@media screen and (max-width: 980px) {
  main #price .imgright {
    gap: 20px;
  }
}

main #price .imgright .pic {
  position: relative;
  min-width: 400px;
}

@media screen and (max-width: 980px) {
  main #price .imgright .pic {
    min-width: 260px;
  }
}

main #price .imgright .pic .men01 {
  position: absolute;
  bottom: -40px;
  right: -40px;
}

@media screen and (max-width: 980px) {
  main #price .imgright .pic .men01 {
    width: 30%;
    bottom: 0;
    right: 0;
  }
}

main #price .imgright .pic .men02 {
  position: absolute;
  bottom: -40px;
  left: -20px;
}

@media screen and (max-width: 980px) {
  main #price .imgright .pic .men02 {
    width: 30%;
    bottom: 20px;
    left: 0;
  }
}

main #price .imgright .cont {
  max-width: 680px;
}

@media screen and (max-width: 980px) {
  main #price .imgright .cont {
    max-width: 555px;
  }
}

main #price .number_list:not(:last-child) {
  margin-bottom: 20px;
}

main #price .number_list strong,
main #price .number_list h3 {
  margin-bottom: 20px;
  font-weight: bold;
}

main #price .price_list h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}

main #price .price_list h3 strong {
  color: #fc9c66;
}

main #price .price_list h3 span {
  font-size: 1rem;
}

main #price table {
  width: 100%;
  font-weight: bold;
  margin: 50px auto;
}

main #price table tr:nth-child(odd) td {
  background: #e9edee;
}

main #price table th {
  background: #206491;
  color: #fff;
  text-align: center;
  padding: 10px;
}

main #price table th:first-child {
  width: 40%;
  border-right: 1px solid #fff;
}

main #price table td {
  padding: 20px 0;
  border-bottom: 1px dashed #96c5d7;
}

main #price table td:first-child {
  padding: 20px 0 20px 20px;
}

main #price table td:last-child {
  padding: 20px 20px 20px 0;
}

main #price table td span {
  color: #fc9c66;
}

main #price .dot_list:not(:last-child) {
  margin-bottom: 60px;
}

main #school {
  color: #206491;
  letter-spacing: 2px;
}

main #school .imgright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 60px;
}

@media screen and (max-width: 980px) {
  main #school .imgright {
    gap: 20px;
  }
}

main #school .imgright .pic {
  position: relative;
  min-width: 400px;
}

@media screen and (max-width: 980px) {
  main #school .imgright .pic {
    min-width: 260px;
  }
}

main #school .imgright .pic .men01 {
  position: absolute;
  bottom: -40px;
  left: -145px;
}

@media screen and (max-width: 980px) {
  main #school .imgright .pic .men01 {
    width: 50%;
    bottom: 0;
    left: -50px;
  }
}

main #school .imgright .pic .men02 {
  position: absolute;
  bottom: -40px;
  right: -25px;
}

@media screen and (max-width: 980px) {
  main #school .imgright .pic .men02 {
    width: 30%;
    bottom: 20px;
    right: 0;
  }
}

main #school .imgright .cont {
  max-width: 680px;
}

@media screen and (max-width: 980px) {
  main #school .imgright .cont {
    max-width: 555px;
  }
}

main #school p:not(:last-child) {
  margin-bottom: 20px;
}

main #school p.small {
  font-size: 0.8125rem;
}

main #school p span {
  color: #fc9c66;
  font-weight: bold;
}

main #school .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
  margin-bottom: 60px;
}

main #school .list img {
  margin-bottom: 20px;
  border-radius: 30px;
}

main #school .list h3 {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

main #school .list a {
  display: block;
  text-decoration: underline;
}

main #privacy {
  color: #206491;
  letter-spacing: 2px;
  line-height: 2.2;
}

main #privacy .lead {
  margin-bottom: 100px;
}

main #privacy .list > li:not(:last-child) {
  margin-bottom: 100px;
}

main #privacy .list p:not(:last-child) {
  margin-bottom: 20px;
}

footer {
  background: #206491;
}

footer .inner {
  color: #fff;
  letter-spacing: 2px;
}

footer .f_logo {
  background: #fff;
  text-align: center;
  padding: 50px;
}

footer .f_logo a {
  display: inline-block;
}

footer .f_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 225px;
  padding: 80px 0 30px;
}

@media screen and (max-width: 1160px) {
  footer .f_top {
    gap: 100px;
  }
}

@media screen and (max-width: 930px) {
  footer .f_top {
    gap: 40px;
  }
}

footer h2 {
  font-size: 1.125rem;
  font-weight: bold;
}

footer h2.l_nav {
  margin-top: -20px;
}

@media screen and (min-width: 769px) {
  footer h2 a:hover {
    color: #fc9c66;
  }
}

footer .fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 85px;
}

@media screen and (max-width: 1160px) {
  footer .fnav {
    gap: 50px;
  }
}

@media screen and (max-width: 930px) {
  footer .fnav {
    gap: 30px;
  }
}

footer .fnav > li:last-child a {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  footer .fnav > li:last-child a:hover {
    color: #fc9c66;
  }
}

footer .fnav h2 {
  margin-bottom: 10px;
}

footer .fnav h2 + ul {
  padding-left: 20px;
}

footer .fnav h2 + ul a {
  display: inline-block;
  position: relative;
}

footer .fnav h2 + ul a:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}

@media screen and (min-width: 769px) {
  footer .fnav h2 + ul a:hover {
    color: #fc9c66;
  }
}

footer .f_btm {
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

footer .f_btm li:not(:last-child) {
  position: relative;
}

footer .f_btm li:not(:last-child):after {
  position: absolute;
  content: "|";
  top: 0;
  right: -25px;
}

@media screen and (min-width: 769px) {
  footer .f_btm a:hover {
    color: #fc9c66;
  }
}

footer .copyright {
  background: #fff;
  padding: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  letter-spacing: 2px;
  font-size: 0.875rem;
}

footer .pagetop {
  position: fixed;
  bottom: 40px;
  right: 150px;
  display: none;
  z-index: 9;
}

@media screen and (max-width: 1024px) {
  footer .pagetop {
    right: 20px;
  }
}

@media screen and (min-width: 769px) {
  footer .pagetop:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 87.5%;
  }
  body .inner {
    padding: 0 22.5px;
  }
  body .main_title {
    margin-bottom: 40px;
  }
  body .main_title > span {
    font-size: 3.429rem;
  }
  body .main_title ul li {
    width: 25px;
    height: 25px;
    font-size: 1.15rem;
  }
  body .sub_title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  body .org_btn {
    min-height: 80px;
    font-size: 1.15rem;
    letter-spacing: 1px;
  }
  body .org_btn.arrow:after {
    right: 25px;
    width: 26px;
    height: 26px;
  }
  body .blue_btn {
    min-height: 80px;
    font-size: 1.15rem;
    letter-spacing: 1px;
  }
  body .blue_btn:after {
    right: 25px;
    width: 26px;
    height: 26px;
  }
  body .link_btn {
    max-width: 174px;
    width: 100%;
    font-size: 1.15rem;
  }
  body .link_btn:after {
    width: 28px;
    height: 28px;
  }
  body .principal .man p:after {
    border-width: 15px 10px 15px 0px;
  }
  body .teacher_list {
    overflow: inherit;
  }
  body .teacher_list .name {
    font-size: 1.143rem;
  }
  body .teacher_list .name span {
    font-size: 1rem;
  }
  body .teacher_list p {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
  }
  body .teacher_list .modal_open {
    display: none;
  }
  body .dot_list li {
    padding-left: 20px;
  }
  body #cta {
    padding: 50px 15px;
  }
  body #cta .balloon {
    width: 51.516%;
    font-size: 1.429rem;
    left: auto;
  }
  body #cta .balloon:before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 12px solid #206491;
  }
  body #cta p {
    font-size: 1.143rem;
  }
  body #cta .org_btn {
    width: 300px;
    margin: 20px auto 0;
  }
  body #cta .org_btn:before {
    top: -10%;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    left: 0;
  }
  body #cta .pic01:after {
    top: 10px;
    left: -3px;
  }
  body #cta .pic02 {
    max-width: 250px;
    top: 310px;
  }
  body #cta .pic02:after {
    left: -5px;
  }
  body #sub_cta {
    background-size: cover;
    padding: 200px 0 40px;
  }
  body #sub_cta .leaf01 {
    max-width: 45px;
    width: 11.9%;
    left: 23px;
    top: 100px;
  }
}

@media screen and (max-width: 768px) and (min-width: 500px) {
  body #sub_cta .leaf01 {
    top: 80px;
  }
}

@media screen and (max-width: 768px) and (min-width: 600px) {
  body #sub_cta .leaf01 {
    top: 70px;
  }
}

@media screen and (max-width: 768px) and (min-width: 700px) {
  body #sub_cta .leaf01 {
    top: 50px;
  }
}

@media screen and (max-width: 768px) {
  body #sub_cta .leaf02 {
    max-width: 78px;
    width: 20.84%;
    right: 21px;
    top: 85px;
  }
}

@media screen and (max-width: 768px) and (min-width: 500px) {
  body #sub_cta .leaf02 {
    top: 70px;
  }
}

@media screen and (max-width: 768px) and (min-width: 600px) {
  body #sub_cta .leaf02 {
    top: 55px;
  }
}

@media screen and (max-width: 768px) and (min-width: 700px) {
  body #sub_cta .leaf02 {
    top: 40px;
  }
}

@media screen and (max-width: 768px) {
  body #sub_cta .balloon {
    left: 0;
  }
  header .inner {
    background: #fff;
    padding: 20px 22.5px;
    min-height: 70px;
  }
  header .inner > .org_btn {
    display: none;
  }
  header .h_blc {
    padding: 0;
  }
  header .h_logo {
    max-width: 135px;
  }
  header .menu-btn,
  header #menu-btn-check {
    position: fixed;
    top: 10px;
    right: 22.5px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    z-index: 100;
    text-align: center;
    display: block;
    background: #206491;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after,
  header #menu-btn-check span,
  header #menu-btn-check span:before,
  header #menu-btn-check span:after {
    content: "";
    display: block;
    height: 2px;
    width: 26px;
    background: #fff;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before,
  header #menu-btn-check span:before {
    top: 16px;
  }
  header .menu-btn span:after,
  header #menu-btn-check span:after {
    top: 8px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header #menu-btn-check {
    display: none;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #206491;
    position: fixed;
    top: -100%;
    left: 0;
    padding-top: 70px;
    overflow-y: scroll;
    z-index: -1;
  }
  header .menu-content .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 25px 22.5px;
  }
  header .menu-content .nav > li {
    width: 100%;
    border-bottom: 1px solid #fff;
    letter-spacing: 2px;
    font-size: 1.15rem;
    padding: 0;
    color: #fff;
  }
  header .menu-content .nav > li.has_child {
    padding: 20px;
  }
  header .menu-content .nav > li.has_child.open:before {
    opacity: 0;
  }
  header .menu-content .nav > li.has_child.open:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  header .menu-content .nav > li.has_child:before, header .menu-content .nav > li.has_child:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 1px;
    background: #fff;
    position: absolute;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    top: 35px;
    right: 20px;
  }
  header .menu-content .nav > li.has_child:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  header .menu-content .nav > li > a {
    display: block;
    padding: 20px;
  }
  header .menu-content .nav .sub_menu {
    display: none;
    padding: 20px 0 0 20px;
    font-weight: normal;
  }
  header .menu-content .nav .sub_menu li:not(:last-child) {
    margin-bottom: 5px;
  }
  header .menu-content .org_btn {
    margin: 25px 22.5px 50px;
  }
  header .bread ul {
    gap: 10px;
    padding: 20px 0;
  }
  main .mv {
    overflow: hidden;
    min-height: 60vh;
  }
  main .mv.top {
    min-height: 640px;
  }
  main .mv.sub .left:after {
    background-size: 80%;
  }
  main .mv.sub .right:after {
    background-size: 80%;
    top: -70px;
    right: -45px;
  }
  main .mv .left:after {
    background: url("../image/common/mv_blue_sp.svg") no-repeat;
    background-size: 100%;
    max-width: 500px;
    width: 95.47vw;
    height: 76.973vw;
  }
  main .mv .left .photo {
    max-width: 500px;
    width: 95.47vw;
  }
  main .mv .left .leaf {
    left: 8px;
    width: 11%;
  }
  main .mv .right {
    top: 210px;
  }
  main .mv .right:after {
    background: url("../image/common/mv_org_sp.svg") no-repeat;
    background-size: 100%;
    max-width: 265px;
    width: 59.134vw;
    height: 87.487vw;
  }
  main .mv .right .photo {
    max-width: 300px;
    width: 66.134vw;
  }
  main .mv .right .leaf {
    bottom: 30px;
    right: 112px;
    width: 17.34%;
  }
  main .mv .txt {
    top: 145px;
    max-width: 400px;
    width: 88vw;
  }
  main .mv .txt .balloon {
    width: 200px;
    font-size: 1rem;
    line-height: 1.4;
    padding: 10px;
    margin: 0 32.5px 0 auto;
  }
  main .mv .txt .balloon:before {
    left: 75%;
    border: 6px solid transparent;
    border-top: 10px solid #206491;
  }
  main .mv .txt p {
    font-size: 1.29rem;
    margin: 10px auto 0;
  }
  main .mv .txt ul li {
    width: 28px;
    height: 28px;
    font-size: 1.43rem;
    padding-bottom: 2px;
  }
  main .mv .txt .copy {
    width: auto;
    margin: 5px auto 200px;
  }
  main .mv .txt .copy.pconly {
    display: none;
  }
  main .mv .txt .org_btn {
    width: 100%;
    font-size: 1.15rem;
  }
  main .mv .txt .man {
    left: 12.5px;
    bottom: 120px;
    max-width: 103px;
    width: 31.213%;
  }
  main .mv .bread {
    top: 80px;
  }
  main .mv .page_title {
    font-size: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main #media {
    padding: 60px 0 130px;
  }
  main #media .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main #media .ttl {
    width: 100%;
  }
  main #media .ttl .main_title span {
    font-size: 3.429rem;
  }
  main #media .ttl .link_btn {
    display: none;
  }
  main #media .media_wrapper {
    width: 100%;
    height: 405px;
    margin-bottom: 65px;
  }
  main #media .media_wrapper li a {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    max-height: none;
  }
  main #media .media_wrapper .cat {
    max-width: 170px;
    min-height: 30px;
  }
  main #media .media_wrapper h3 {
    width: calc(100% - 30px);
    letter-spacing: 2px;
  }
  main #media .link_btn {
    margin: 0 auto;
  }
  main #about {
    padding: 80px 0 60px;
  }
  main #about:after {
    top: -60px;
    max-width: 184px;
    min-height: 145px;
  }
  main #about .leaf {
    max-width: 60px;
    top: -30px;
  }
  main #about h2 {
    top: -30px;
    font-size: 1.14rem;
  }
  main #about h2 span {
    font-size: 1.857rem;
  }
  main #about .blc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  main #about .blc .cont {
    max-width: 100%;
  }
  main #about .blc .cont h3 {
    font-size: 1.429rem;
  }
  main #about .blc .cont h3 span:after {
    width: 38px;
    height: 29px;
    top: 3px;
  }
  main #about .blc .cont .blue_btn {
    width: 330px;
    margin: 60px auto 0;
  }
  main #about .blc .pic {
    width: 100%;
    margin: 0 auto;
  }
  main #about .blc .pic .principal {
    left: -20px;
  }
  main #about .blc .pic .pic_btm {
    top: -30px;
    right: -65px;
  }
  main #about .blc .pic .pic_btm:after {
    top: 30px;
    left: -5px;
    max-width: none;
    max-height: none;
    width: 71.82%;
  }
  main #about .blc .pic .pic_btm .photo02 {
    width: 85.46%;
  }
  main #about .books {
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
  }
  main #about .books h4 {
    font-size: 1.143rem;
    padding: 5px 30px;
    width: 260px;
    top: -35px;
  }
  main #about .books h4:before {
    width: 55px;
    height: 38px;
    left: -29px;
    bottom: -14px;
  }
  main #about .books h4:after {
    width: 55px;
    height: 38px;
    right: -29px;
    bottom: -14px;
  }
  main #about .books .book_list {
    overflow: hidden;
  }
  main #about .books .book_list ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main #about .books .book_list li {
    width: auto;
  }
  main #about .books .book_list img {
    max-width: 300px;
    width: 73%;
  }
  main #about .books .man {
    right: 0;
    left: 0;
    margin: auto;
  }
  main #about .comment {
    border-radius: 0 0 20px 20px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
  main #about .comment p.small {
    letter-spacing: 1px;
  }
  main #about .comment .pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  main #about .comment .pic img {
    width: 34.483%;
  }
  main #teacher {
    padding: 60px 0 200px;
    overflow: hidden;
  }
  main #teacher .lead {
    margin-bottom: 40px;
  }
  main #teacher .lead p {
    text-align: left;
  }
  main #teacher .teacher_list {
    margin-bottom: 100px;
  }
  main #teacher .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px 0;
    width: 60%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    right: 0;
    margin: auto;
  }
  main #teacher .swiper-button-prev {
    top: 64%;
    left: 60px;
  }
  main #teacher .swiper-button-next {
    top: 64%;
    right: 60px;
  }
  main #teacher .blue_btn {
    width: 330px;
  }
  main #teacher .man {
    bottom: 30px;
  }
  main #support {
    padding: 100px 0 150px;
    margin: -70px 0 0;
    background: url("../image/top/bg_support_sp.svg");
    background-position: center top;
    background-size: cover;
  }
  main #support .lead p {
    text-align: left;
  }
  main #support .list {
    max-width: 100%;
  }
  main #support .list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main #support .list li:nth-child(odd) .pic:after {
    left: 0;
  }
  main #support .list li:nth-child(odd) .cont {
    margin: -60px auto 0;
  }
  main #support .list li:nth-child(odd) .cont h3 {
    text-align: right;
  }
  main #support .list li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main #support .list li:nth-child(even) .pic {
    margin-left: auto;
  }
  main #support .list li:nth-child(even) .pic:after {
    right: 0;
  }
  main #support .list li:nth-child(even) .pic img {
    display: block;
    margin-left: auto;
  }
  main #support .list .pic {
    width: 71.22%;
  }
  main #support .list .pic:after {
    width: 97.87%;
    top: 15px;
  }
  main #support .list .cont {
    max-width: 330px;
    margin: -50px auto 0;
  }
  main #support .list .cont h3 {
    font-size: 1.429rem;
  }
  main #top_nav {
    padding: 80px 0;
    margin: -35px 0 0;
    background: url("../image/top/bg_top_nav_sp.svg");
    background-position: center top;
  }
  main #top_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  main #top_nav ul li {
    width: 100%;
  }
  main #top_nav ul h2 {
    margin-bottom: 10px;
  }
  main #top_nav ul img {
    max-width: 360px;
    width: 100%;
  }
  main #top_nav ul p {
    margin-bottom: 30px;
  }
  main #top_nav .leaf01 {
    max-width: 45px;
    width: 11.9%;
    left: 23px;
    bottom: -5px;
  }
  main #top_nav .leaf02 {
    max-width: 78px;
    width: 20.84%;
    right: 21px;
    bottom: -15px;
  }
  main #top_nav .man {
    bottom: -40px;
  }
  main #flow {
    padding: 100px 0 180px;
    background: url("../image/top/bg_flow_sp.svg");
    background-position: center top;
  }
  main #flow .lead {
    margin-bottom: 40px;
  }
  main #flow .lead p {
    text-align: left;
  }
  main #flow .flow_list {
    margin: 0 auto 140px;
  }
  main #flow .flow_list li {
    gap: 20px;
  }
  main #flow .flow_list li:not(:last-child) {
    padding-bottom: 60px;
    min-height: 220px;
  }
  main #flow .flow_list li:not(:last-child):before {
    width: 19px;
    height: 15px;
    left: 23px;
  }
  main #flow .flow_list li:not(:last-child):after {
    width: 3px;
    height: 45%;
    left: 30px;
    bottom: 70px;
    border-left: 4px dotted #206491;
  }
  main #flow .flow_list .step {
    font-size: 0.714rem;
    min-width: 66px;
  }
  main #flow .flow_list .step:after {
    width: 66px;
    height: 52px;
  }
  main #flow .flow_list .step span {
    font-size: 1.571rem;
  }
  main #flow .flow_list .cont h3 {
    font-size: 1.429rem;
    margin-bottom: 20px;
  }
  main .p_sub {
    margin-top: -100px;
    padding-bottom: 20px;
  }
  main .p_sub .sec:not(:last-child) {
    margin-bottom: 60px;
  }
  main #philosophy p.small {
    font-size: 0.8rem;
  }
  main #philosophy .list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #philosophy .title {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  main #philosophy .mini_title {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  main #philosophy .imgleft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
  main #philosophy .imgleft .pic {
    margin: 0 auto;
  }
  main #philosophy .imgleft .pic .men {
    bottom: -40px;
  }
  main #philosophy .imgleft .pic p {
    bottom: -40px;
  }
  main #philosophy .imgleft .cont {
    max-width: 100%;
  }
  main #philosophy .flow.blue {
    margin: 80px auto 0;
  }
  main #philosophy .flow .people {
    gap: 20px;
  }
  main #philosophy .flow .people div {
    font-size: 1rem;
  }
  main #philosophy .flow .flow_list {
    margin-bottom: 40px;
  }
  main #philosophy .flow .flow_list li {
    font-size: 1rem;
  }
  main #philosophy .flow .flow_list .bg {
    font-size: 1.1rem;
    padding: 20px 0;
  }
  main #philosophy .graf {
    display: block;
    margin: 0 auto 40px;
  }
  main #philosophy .circle_list {
    gap: 5px;
    max-width: 330px;
    margin: 0 auto;
  }
  main #philosophy .circle_list li {
    width: 80px;
    height: 80px;
    font-size: 0.8rem;
    letter-spacing: 0;
  }
  main #philosophy table .bg th:first-child {
    width: 60%;
  }
  main #philosophy table th:first-child {
    width: 20%;
  }
  main #philosophy table td {
    vertical-align: middle;
  }
  main #philosophy .question {
    max-width: 330px;
    margin: 60px auto 40px;
    gap: 50px 10px;
  }
}

@media screen and (max-width: 768px) and (min-width: 555px) {
  main #philosophy .question {
    max-width: 510px;
    gap: 80px 10px;
    margin: 90px auto 40px;
  }
}

@media screen and (max-width: 768px) {
  main #philosophy .question li {
    width: 75px;
    height: 30px;
    font-size: 0.7rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 555px) {
  main #philosophy .question li {
    width: 120px;
    height: 50px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  main #philosophy .question li:after {
    top: -35px;
    width: 30px;
    height: 35px;
  }
}

@media screen and (max-width: 768px) and (min-width: 555px) {
  main #philosophy .question li:after {
    top: -57px;
    width: 50px;
    height: 57px;
  }
}

@media screen and (max-width: 768px) {
  main #philosophy .box {
    max-width: 300px;
    font-size: 1.2rem;
    padding: 20px 0;
    margin: 80px auto 0;
  }
  main #philosophy .box:after {
    top: -50px;
    border: 28px solid transparent;
    border-top: 22px solid #206491;
  }
  main #company .list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #company .mini_title {
    font-size: 1rem;
    line-height: 1.8;
  }
  main #company .imgright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  main #company .imgright .pic {
    margin: 0 auto;
  }
  main #company .imgright .pic .men {
    right: 0;
  }
  main #company .imgright .cont {
    max-width: 100%;
  }
  main #company .imgright.wide {
    gap: 40px;
  }
  main #company .balloon {
    max-width: 300px;
    font-size: 1.2rem;
    margin: 40px auto 20px;
  }
  main #company .case {
    margin: 0 auto 40px;
  }
  main #company .case > li:not(:last-child) {
    margin-bottom: 10px;
  }
  main #company .case img {
    width: 50px;
  }
  main #company .case .arrow {
    width: 150px;
    font-size: 1rem;
    letter-spacing: 0;
  }
  main #company .case .arrow:after {
    right: -24px;
    border: 16px solid transparent;
    border-left: 8px solid #d0e6ec;
  }
  main #company .case .circle {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }
  main #company .case .circle em {
    font-size: 0.8rem;
  }
  main #company .real {
    padding: 200px 0 80px;
    margin: -100px 0 60px;
  }
}

@media screen and (max-width: 768px) and (max-width: 470px) {
  main #company .real {
    padding: 250px 0 80px;
    margin: -180px 0 60px;
  }
}

@media screen and (max-width: 768px) {
  main #company .real .main_title {
    font-size: 1.4rem;
  }
  main #company .real .blc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  main #company .real .signal {
    margin: 0 auto;
  }
  main #company .real .signal .ylw {
    padding: 10px;
  }
  main #company .real .cont {
    max-width: 100%;
  }
  main #manager p.small {
    font-size: 0.8rem;
  }
  main #manager .list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #manager .title {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  main #manager .mini_title {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  main #manager .mini_title.center {
    margin-bottom: 40px;
  }
  main #manager .imgleft,
  main #manager .imgright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main #manager .imgleft .pic,
  main #manager .imgright .pic {
    min-width: 330px;
    margin: 0 auto;
  }
  main #manager .imgleft .cont,
  main #manager .imgright .cont {
    min-width: 100%;
  }
  main #manager .imgleft .principal,
  main #manager .imgright .principal {
    margin-bottom: 40px;
  }
  main #manager .imgleft .boss,
  main #manager .imgright .boss {
    max-width: 330px;
    margin: 0 auto 40px;
  }
  main #manager .imgleft .boss .men,
  main #manager .imgright .boss .men {
    bottom: 0px;
  }
  main #manager .imgleft > img,
  main #manager .imgright > img {
    margin: 0 auto 40px;
  }
  main #manager .imgleft.wide,
  main #manager .imgright.wide {
    gap: 40px;
  }
  main #instructor .mini_title {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  main #instructor .list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #instructor .imgright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  main #instructor .imgright .pic {
    margin: 0 auto;
  }
  main #instructor .imgright .pic .men {
    left: 0;
  }
  main #instructor .imgright .cont {
    max-width: 100%;
  }
  main #instructor .circle_list {
    gap: 5px;
    margin: 60px auto 40px;
  }
  main #instructor .circle_list li {
    width: 62px;
    height: 62px;
    font-size: 0.7rem;
  }
  main #instructor .circle_list li:after {
    top: -16px;
    width: 30px;
    height: 20px;
  }
  main #instructor .balloon {
    max-width: 580px;
    font-size: 1rem;
    line-height: 1.6;
    padding: 5px 10px;
    margin: 40px auto;
  }
  main #instructor .teacher_list {
    margin: 40px auto 0;
  }
  main #instructor .teacher_list ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  main #teaching .title {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  main #teaching .mini_title {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  main #teaching .list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #teaching .imgright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  main #teaching .imgright .pic {
    margin: 0 auto;
  }
  main #teaching .imgright .pic .men {
    left: 0;
  }
  main #teaching .imgright .cont {
    max-width: 100%;
  }
  main #teaching .imgright.wide {
    gap: 40px;
  }
  main #teaching .box {
    min-width: 90px;
    width: 20%;
    min-height: 80px;
    font-size: 1rem;
    padding: 0 5px;
    letter-spacing: 0;
  }
  main #teaching .point {
    gap: 5px;
  }
  main #teaching .point .batsu {
    width: 20px;
    height: 20px;
  }
  main #teaching .point .batsu:before, main #teaching .point .batsu:after {
    width: 4px;
    height: 20px;
  }
  main #teaching table th {
    width: 30%;
  }
  main #teaching table td {
    padding: 5px 0 5px 10px;
  }
  main #teaching .step li:not(:last-child) {
    margin-bottom: 80px;
  }
  main #teaching .step li:not(:last-child):after {
    bottom: -90px;
    border: 38px solid transparent;
    border-top: 30px solid #206491;
  }
  main #teaching .circle_list {
    gap: 15px;
    margin: 60px auto 0;
  }
  main #teaching .circle_list li {
    width: 100px;
    height: 100px;
    font-size: 0.8rem;
    letter-spacing: 0;
  }
  main #teaching .circle_list li:after {
    top: -20px;
    width: 40px;
    height: 25px;
  }
  main #course .sec > p.center,
  main #course .list li > p.center {
    text-align: left;
  }
  main #course .sec > p.small,
  main #course .list li > p.small {
    font-size: 0.8rem;
  }
  main #course .tile_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  main #course .tile_list li {
    min-width: 100%;
  }
  main #course .tile_list li:not(:first-child) .box:after {
    top: -30%;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 16px solid transparent;
    border-top: 14px solid #206491;
  }
  main #course .tile_list li.org .box:after {
    border-top: 14px solid #fc9c66;
  }
  main #course .tile_list li img {
    width: 50px;
    top: -39px;
  }
  main #course .tile_list li .box {
    padding: 10px 0;
    min-height: 100px;
  }
  main #course .tile_list li .box .txt {
    font-size: 1.2rem;
  }
  main #course .tile_list li p {
    width: 100%;
  }
  main #course .tile_list .balloon {
    bottom: -35px;
    right: 0;
    min-width: 140px;
    width: 40%;
    font-size: 0.75rem;
    letter-spacing: 0;
    padding: 0 5px;
  }
  main #course .tile_list .balloon:before {
    top: 8px;
    left: -3px;
    border: 4px solid transparent;
    border-right: 8px solid #fc9c66;
  }
  main #course .list {
    margin: 40px 0 0;
  }
  main #course .list:not(:last-of-type) {
    margin: 60px 0;
  }
  main #course .list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #course .list > li.mb {
    margin-bottom: 60px;
  }
  main #course .title {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  main #course .title span.org {
    font-size: 1.4rem;
  }
  main #course .imgright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  main #course .imgright .pic {
    margin: 0 auto;
  }
  main #course .imgright .cont {
    max-width: 100%;
  }
  main #course .next {
    margin: 60px auto 0;
  }
  main #course .next span {
    border: 38px solid transparent;
    border-top: 30px solid #206491;
  }
  main #course .mini_title {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  main #course .js-scrollable {
    margin: 40px auto;
  }
  main #course .js-scrollable .scroll-hint-icon {
    width: 140px;
    height: 90px;
  }
  main #course table {
    min-width: 700px;
    margin: 0 auto;
  }
  main #course table th {
    padding: 5px;
    line-height: 1.5;
  }
  main #course table th:not(:first-child) {
    width: 180px;
  }
  main #course table th span {
    font-size: 0.8rem;
  }
  main #course table td {
    padding: 0;
  }
  main #course table td > span {
    font-size: 0.8rem;
  }
  main #course .tree {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
    max-width: 330px;
    margin: 40px auto;
  }
  main #course .tree.mini ul:after {
    height: 54%;
  }
  main #course .tree.long ul:after {
    height: 77%;
  }
  main #course .tree .circle {
    width: 40px;
    height: 220px;
    margin: auto;
    font-size: 1.2rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 5px;
  }
  main #course .tree .circle:before {
    width: 40px;
    height: 25px;
    top: -20px;
  }
  main #course .tree .circle:after {
    width: 10px;
    right: -10px;
  }
  main #course .tree ul {
    width: 85%;
  }
  main #course .tree ul:after {
    height: 79%;
    left: -10px;
  }
  main #course .tree ul li {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
  }
  main #course .tree ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #course .tree ul li:after {
    width: 10px;
    left: -10px;
  }
  main #course .tree ul .square {
    font-size: 1.1rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: 40px;
    height: auto;
    line-height: 1.2;
  }
  main #course .tree ul .cont {
    min-width: 220px;
  }
  main #course .tree ul .mini_title {
    margin-bottom: 10px;
  }
  main #course .tree ul .mini_title > span {
    display: block;
    margin-left: 0;
    font-size: 0.7rem;
  }
  main #course .tree ul p {
    line-height: 1.6;
  }
  main #course .case {
    margin: 80px auto 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 330px;
  }
  main #course .case img {
    width: 30px;
  }
  main #course .case p {
    font-size: 0.8rem;
    line-height: 1.5;
  }
  main #course .case .arrow {
    width: 80px;
    max-height: 30px;
    font-size: 0.9rem;
    padding: 0;
    letter-spacing: 0;
  }
  main #course .case .arrow:after {
    right: -22px;
    border: 14px solid transparent;
    border-left: 8px solid #d0e6ec;
  }
  main #course .case .balloon {
    top: -40px;
    font-size: 1rem;
    letter-spacing: 0;
    max-width: 100px;
  }
  main #course .case .balloon.long {
    max-width: 180px;
  }
  main #course .case .width {
    min-width: 50px;
  }
  main #case .photo .man01 {
    width: 30%;
  }
  main #case .photo .man02 {
    width: 40%;
  }
  main #case .list li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #case .list li h3 {
    font-size: 1.2rem;
  }
  main #case .list li p.narrow {
    width: 80%;
  }
  main #case .imgleft,
  main #case .imgright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  main #case .imgleft .pic,
  main #case .imgright .pic {
    margin: 0 auto;
  }
  main #case .imgleft .cont,
  main #case .imgright .cont {
    max-width: 100%;
  }
  main #case .point {
    padding: 20px;
  }
  main #case .point span {
    position: absolute;
    top: -30px;
    left: 30px;
    width: 100px;
    padding: 0;
  }
  main #price .sec:nth-of-type(1) .number_list > li,
  main #price .sec:nth-of-type(2) .number_list h3,
  main #price .sec:nth-of-type(2) .number_list strong {
    display: block;
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-bottom: 10px;
  }
  main #price .imgright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  main #price .imgright .pic {
    margin: 0 auto;
  }
  main #price .imgright .cont {
    max-width: 100%;
  }
  main #price .price_list h3 {
    font-size: 1.2rem;
  }
  main #price .price_list h3 span {
    display: block;
    font-size: 0.8rem;
  }
  main #price table {
    margin: 40px auto;
  }
  main #price table td:first-child {
    padding: 20px 0 20px 10px;
  }
  main #price table td:last-child {
    padding: 20px 10px 20px 0;
  }
  main #price .dot_list:not(:last-child) {
    margin-bottom: 40px;
  }
  main #school .imgright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
  main #school .imgright .pic {
    margin: 0 auto;
  }
  main #school .imgright .pic .men01 {
    left: 0;
  }
  main #school .imgright .pic .men02 {
    bottom: 0;
    right: 20px;
  }
  main #school .imgright .cont {
    max-width: 100%;
  }
  main #school .list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
    margin-bottom: 40px;
  }
  main #school .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main #school .list img {
    border-radius: 20px;
    margin-bottom: 10px;
  }
  main #school .list a {
    margin-top: auto;
  }
  main #privacy .lead {
    margin-bottom: 40px;
  }
  main #privacy .list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #privacy .number_list li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  footer .f_logo {
    padding: 30px;
  }
  footer .f_logo a {
    max-width: 162px;
  }
  footer .f_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    padding: 20px 0 0;
  }
  footer h2 {
    font-size: 1.143rem;
  }
  footer h2.l_nav {
    margin-top: 0;
    width: 100%;
  }
  footer h2.l_nav a {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #fff;
  }
  footer .fnav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    font-size: 1.143rem;
  }
  footer .fnav > li {
    width: 100%;
  }
  footer .fnav > li:last-child a {
    display: block;
    margin-bottom: 0;
  }
  footer .fnav a {
    padding: 20px;
    border-bottom: 1px solid #fff;
  }
  footer .fnav h2 {
    display: none;
  }
  footer .fnav h2 + ul {
    padding-left: 0;
  }
  footer .fnav h2 + ul a {
    display: block;
  }
  footer .fnav h2 + ul a:after {
    display: none;
  }
  footer .f_btm {
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  footer .f_btm li {
    width: 100%;
  }
  footer .f_btm li:not(:last-child):after {
    display: none;
  }
  footer .f_btm a {
    display: block;
    padding: 20px;
    font-size: 1.143rem;
    border-bottom: 1px solid #fff;
  }
  footer .copyright {
    font-size: 0.714rem;
    padding: 10px 0;
  }
  footer .pagetop {
    bottom: 70px;
  }
  footer .sp_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    display: none;
  }
  footer .sp_fix .org_btn {
    border-radius: 0;
    min-height: 60px;
  }
  .pconly {
    display: none;
  }
  .smonly {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */