@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.pc-only {
  display: block;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

html,
body {
  color: #333;
  line-height: 1.5;
  scroll-behavior: smooth;
}

.__inner {
  width: 92%;
  margin: 0 auto;
}

a {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.red {
  color: #F10000;
}

.small {
  font-size: 3rem;
}

@media (max-width: 767px) {
  .small {
    font-size: 1.4rem;
  }
}

.large {
  font-size: 4rem;
}

@media (max-width: 767px) {
  .large {
    font-size: 3rem;
  }
}

.purple {
  color: #3800AA;
}

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

.sec_ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .sec_ttl {
    font-size: 1.4rem;
  }
}

.underline_ttl h2 {
  position: relative;
  display: inline-block;
}

.underline_ttl h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background: #F10000;
}

.mv {
  position: relative;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .mv {
    height: 43vh;
  }
}

.mv-img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .mv-img {
    height: 70vh;
  }
}

.mv_btn {
  position: absolute;
  bottom: 10%;
  right: 10%;
  background: #07C053;
  text-align: center;
  width: 340px;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-animation: purupuru .8s infinite;
          animation: purupuru .8s infinite;
}

@media (max-width: 767px) {
  .mv_btn {
    width: 240px;
    bottom: 3%;
    left: 5%;
    margin-left: 0;
  }
}

.mv_btn a {
  display: block;
  padding: 20px 20px 20px 0px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  position: relative;
}

@media (max-width: 767px) {
  .mv_btn a {
    padding: 14px 14px 14px 0;
    font-size: 1.3rem;
  }
}

.mv_btn a:after {
  position: absolute;
  content: "";
  background-image: url(../img/icon-triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  top: 48%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .mv_btn a:after {
    width: 40px;
    height: 40px;
    right: 0px;
  }
}

.mv_btn:hover {
  background: orange;
}

@media (max-width: 767px) {
  .bookmark {
    display: none;
  }
}

.bookmark p {
  margin: 20px 10px;
}

@media (max-width: 767px) {
  .bookmark p {
    font-size: 0.8rem;
    margin-bottom: 24px;
  }
}

.bookmark_btn {
  background: #41E704;
  -webkit-box-shadow: 0px 3px 3px #aaa;
          box-shadow: 0px 3px 3px #aaa;
  text-align: center;
  color: #000;
  border-radius: 10px;
  padding: 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.bookmark_btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767px) {
  .bookmark_btn {
    border-radius: 3px;
    padding: 6px;
  }
}

.nayami {
  position: relative;
}

.nayami:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../img/nayami-bg.png) no-repeat center right/cover;
  width: 70%;
  height: 120%;
}

@media (max-width: 767px) {
  .nayami:after {
    width: 100%;
    height: 45%;
  }
}

@media (max-width: 767px) {
  .nayami_items {
    display: block;
  }
}

.nayami_img {
  width: 40%;
  height: 400px;
}

@media (max-width: 767px) {
  .nayami_img {
    width: 100%;
    height: 280px;
  }
}

.nayami_img img {
  padding-top: 10px;
  padding-right: 10px;
  position: relative;
}

.nayami_img p {
  text-align: center;
}

.nayami_text {
  border-radius: 20px;
  border: 1px solid #333;
  padding: 20px;
  background: #fff;
}

@media (max-width: 767px) {
  .nayami_text {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    margin-left: 0;
  }
}

.nayami_text li {
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .nayami_text li {
    padding: 6px 12px;
    margin-bottom: 6px;
    font-size: 1rem;
  }
}

.circle {
  background: #fff;
  border-radius: 50%;
  position: absolute;
  content: "";
}

@media (max-width: 767px) {
  .circle {
    display: none;
  }
}

.circle1 {
  width: 20px;
  height: 20px;
  top: 33%;
  left: 28%;
}

.circle2 {
  width: 30px;
  height: 30px;
  top: 31%;
  left: 32%;
}

.circle3 {
  width: 40px;
  height: 40px;
  top: 33%;
  left: 36%;
}

.circle4 {
  width: 50px;
  height: 50px;
  top: 38%;
  left: 40%;
}

.solve {
  position: relative;
}

.solve:after {
  position: absolute;
  content: "";
  top: -70px;
  left: -40px;
  z-index: -1;
  background: url(../img/teacher-bg.png) no-repeat center left/cover;
  width: 70%;
  height: 100%;
}

@media (max-width: 767px) {
  .solve:after {
    top: -30px;
    left: 0;
    width: 100%;
    height: 35%;
  }
}

.solve_ttl {
  color: #F10000;
  text-align: left;
  font-size: 4rem;
}

@media (max-width: 767px) {
  .solve_ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}

.solve_ttl span {
  color: #333;
}

@media (max-width: 767px) {
  .solve_items {
    display: block;
  }
}

.solve_text1 p,
.solve_text_more {
  font-size: 1.6rem;
  margin-bottom: 24px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .solve_text1 p,
  .solve_text_more {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}

.sarani {
  color: #F10000;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .sarani {
    font-size: 1.4rem;
  }
}

.sarani:before, .sarani:after {
  position: absolute;
  content: "";
  background: #F10000;
  width: 2px;
  height: 80%;
  bottom: 10px;
}

.sarani:before {
  left: 110px;
  -webkit-transform: rotate(-34deg);
          transform: rotate(-34deg);
}

.sarani:after {
  right: 110px;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
}

.solve_text_more li {
  margin-bottom: 20px;
  padding-left: 48px;
  position: relative;
}

@media (max-width: 767px) {
  .solve_text_more li {
    margin-bottom: 12px;
    margin-left: 24px;
    padding-left: 40px;
  }
}

.solve_text_more li:before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-check-red.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .solve_text_more li:before {
    width: 30px;
    height: 30px;
  }
}

.solve_img {
  width: 50%;
}

@media (max-width: 767px) {
  .solve_img {
    width: 100%;
  }
}

.problem_bg {
  position: relative;
}

.problem_text {
  position: absolute;
  top: 15%;
  left: 10%;
  color: #fff;
}

@media (max-width: 767px) {
  .problem_text {
    top: 12%;
    left: 5%;
  }
}

.problem_text p {
  font-size: 2rem;
  margin-bottom: 48px;
  border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
  .problem_text p {
    font-size: 1rem;
    margin-bottom: 12px;
    border-bottom: .4px solid #fff;
  }
}

@media (max-width: 767px) {
  .support {
    margin-bottom: 40px;
  }
}

.support_ttl {
  color: #F10000;
}

@media (max-width: 767px) {
  .support_ttl {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .support_item {
    display: block;
    margin-bottom: 20px;
  }
}

.support_item_text {
  width: 50%;
}

@media (max-width: 767px) {
  .support_item_text {
    width: 100%;
    margin-left: 0;
  }
}

.support_item_ttl {
  color: #F10000;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px solid #A9AA01;
}

@media (max-width: 767px) {
  .support_item_ttl {
    font-size: 1.4rem;
  }
}

.support_item_ttl span {
  font-family: "Times New Roman";
  font-size: 6rem;
  font-style: italic;
}

@media (max-width: 767px) {
  .support_item_ttl span {
    font-size: 3rem;
  }
}

.support_item_desc {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .support_item_desc {
    font-size: 1rem;
  }
}

.support_item_img {
  width: 40%;
}

@media (max-width: 767px) {
  .support_item_img {
    width: 80%;
    margin: 20px auto;
  }
}

.support_icon {
  position: relative;
}

.support_icon:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 440px;
  height: 160px;
  background-image: url(../img/icon-support1.png);
  bottom: -20%;
  left: 27%;
}

@media (max-width: 767px) {
  .support_icon:after {
    display: none;
  }
}

.support_icon2 {
  position: relative;
}

.support_icon2:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 440px;
  height: 160px;
  background-image: url(../img/icon-support2.png);
  bottom: -40%;
  left: 26%;
}

@media (max-width: 767px) {
  .support_icon2:after {
    display: none;
  }
}

.support_icon3 {
  position: relative;
}

.support_icon3:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 540px;
  height: 200px;
  background-image: url(../img/icon-support3.png);
  bottom: -48%;
  left: 30%;
}

@media (max-width: 767px) {
  .support_icon3:after {
    display: none;
  }
}

.suitability {
  width: 60%;
  padding: 20px;
}

@media (max-width: 767px) {
  .suitability {
    width: 100%;
    padding: 12px;
  }
}

.muiteiru {
  background: rgba(255, 239, 0, 0.4);
  border-radius: 0 20px 20px 0px;
  position: relative;
}

@media (max-width: 767px) {
  .muiteiru {
    border-radius: 0 8px 8px 0;
  }
}

.muiteiru:before, .muiteiru:after {
  position: absolute;
  content: "";
}

.muiteiru:before {
  background-image: url(../img/positive.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: 60px;
  width: 300px;
  height: 300px;
}

@media (max-width: 767px) {
  .muiteiru:before {
    left: unset;
    right: 0;
    width: 100px;
    height: 100px;
  }
}

.muiteiru:after {
  background-image: url(../img/icon-light.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: -45px;
  width: 200px;
  height: 150px;
}

@media (max-width: 767px) {
  .muiteiru:after {
    right: 0px;
    width: 80px;
    height: 80px;
  }
}

.muiteinai {
  background: rgba(56, 0, 170, 0.4);
  border-radius: 20px 0px 0px 20px;
  margin: -47px 0 48px auto;
  position: relative;
}

@media (max-width: 767px) {
  .muiteinai {
    border-radius: 8px 0 0 8px;
    margin: 0px 0 22px auto;
  }
}

.muiteinai:before, .muiteinai:after {
  position: absolute;
  content: "";
}

.muiteinai:before {
  background-image: url(../img/negative.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -8px;
  left: 51%;
  width: 300px;
  height: 200px;
}

@media (max-width: 767px) {
  .muiteinai:before {
    left: unset;
    right: 0;
    width: 100px;
    height: 100px;
    bottom: -4px;
  }
}

.muiteinai:after {
  background-image: url(../img/icon-cloud.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 35px;
  width: 150px;
  height: 150px;
}

@media (max-width: 767px) {
  .muiteinai:after {
    top: 25px;
    right: 20px;
    width: 100px;
    height: 100px;
  }
}

.border {
  border: 5px solid #fff;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .border {
    border: 2px solid #fff;
    border-radius: 10px;
  }
}

.border h4 {
  font-size: 2.4rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .border h4 {
    font-size: 1.4rem;
  }
}

.border li {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .border li {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}

.muiteiru_list {
  color: #F10000;
  padding-left: 240px;
}

@media (max-width: 767px) {
  .muiteiru_list {
    padding-left: 20px;
  }
}

.muiteinai_list {
  color: #3800AA;
  padding-left: 100px;
}

@media (max-width: 767px) {
  .muiteinai_list {
    padding-left: 30px;
  }
}

.intro {
  background: url(../img/map.png) no-repeat center center/cover;
  width: 100%;
}

@media (max-width: 767px) {
  .intro_items {
    display: block;
  }
}

.intro_img {
  width: 50%;
}

@media (max-width: 767px) {
  .intro_img {
    width: 90%;
    margin: 0 auto;
  }
}

.intro_text {
  padding: 18px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 0 #88E0FF;
          box-shadow: 10px 10px 0 #88E0FF;
  width: 50%;
  margin-left: -100px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .intro_text {
    padding: 12px;
    width: 90%;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.4;
    -webkit-box-shadow: 5px 5px 0 #88E0FF;
            box-shadow: 5px 5px 0 #88E0FF;
  }
}

.career {
  display: block;
  margin: 18px auto;
}

.faq {
  background: url(../img/faq-bg.png) no-repeat center center/cover;
  width: 100%;
}

@media (max-width: 767px) {
  .faq {
    padding-bottom: 36px;
  }
}

.faq_wrapper {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .faq_wrapper {
    width: 100%;
  }
}

.faq_wrapper .faq_item dt {
  background: #00CCEC;
  color: #fff;
  padding: 8px 18px;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 20px 20px 0 0;
}

@media (max-width: 767px) {
  .faq_wrapper .faq_item dt {
    padding: 6px 10px;
    font-size: 1rem;
    border-radius: 10px 10px 0 0;
  }
}

.faq_wrapper .faq_item dd {
  background: #fff;
  color: #333;
  border: 1px solid #00CCEC;
  padding: 8px 18px;
  font-size: 1.2rem;
  border-radius: 0 0 20px 20px;
}

@media (max-width: 767px) {
  .faq_wrapper .faq_item dd {
    padding: 6px 10px;
    font-size: 1rem;
    border-radius: 0 0 10px 10px;
  }
}

@media (max-width: 767px) {
  .faq_item {
    margin-bottom: 24px;
  }
}

.plan {
  background: url(../img/form-bg.jpg) no-repeat center center/cover;
  width: 100%;
}

@media (max-width: 767px) {
  .plan {
    padding-bottom: 12px;
  }
}

.tbl-r03 {
  margin: 0 auto 48px;
  width: 60%;
  font-weight: 700;
}

@media (max-width: 767px) {
  .tbl-r03 {
    width: 100%;
    margin: 0 auto 24px;
  }
}

th {
  background: #FFEF00;
  border: solid 1px #ccc;
  padding: 10px;
}

@media (max-width: 767px) {
  th {
    padding: 6px;
  }
}

td {
  border: solid 1px #ccc;
  padding: 10px;
  background: #fff;
}

@media (max-width: 767px) {
  td {
    padding: 6px;
    font-size: 0.8rem;
  }
}

td:first-child {
  text-align: center;
}

.more {
  font-weight: 700;
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .more {
    width: 100%;
  }
}

.more p {
  color: #F10000;
  font-size: 2.4rem;
  margin-bottom: 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .more p {
    font-size: 2rem;
  }
}

.more .more_list li {
  list-style: none;
  position: relative;
  padding-left: 120px;
  margin-bottom: 64px;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .more .more_list li {
    padding-left: 0;
    text-align: center;
    margin-bottom: 32px;
    font-size: 1.2rem;
  }
}

.more .more_list li:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon-check.png) no-repeat center center/contain;
  width: 80px;
  height: 80px;
}

@media (max-width: 767px) {
  .more .more_list li:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .price_wrapper {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

.price_wrapper p {
  text-align: left;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .price_wrapper p {
    text-align: center;
    line-height: 1;
  }
}

.price_wrapper p:nth-of-type(2) {
  font-size: 6rem;
  margin-left: 32px;
}

@media (max-width: 767px) {
  .price_wrapper p:nth-of-type(2) {
    margin-left: 0;
    text-align: center;
    font-size: 3rem;
  }
}

.price {
  -webkit-text-stroke: .6px #fff;
  font-family: "HGP創英角ﾎﾟｯﾌﾟ体";
}

.price_btn {
  background: #07C053;
  text-align: center;
  width: 480px;
  margin: 0 auto 120px;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-animation: purupuru .8s infinite;
          animation: purupuru .8s infinite;
}

@media (max-width: 767px) {
  .price_btn {
    width: 340px;
    margin: 0 auto 60px;
  }
}

.price_btn a {
  display: block;
  padding: 20px 20px 20px 0px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
}

@media (max-width: 767px) {
  .price_btn a {
    padding: 18px 10px 10px 0;
    font-size: 1.5rem;
  }
}

.price_btn a:after {
  position: absolute;
  content: "";
  background-image: url(../img/icon-triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  top: 48%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .price_btn a:after {
    width: 46px;
    height: 46px;
    top: 54%;
  }
}

.price_btn:hover {
  background: orange;
}

.purupuru {
  -webkit-animation: purupuru 0.1s infinite;
          animation: purupuru 0.1s infinite;
}

@-webkit-keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
}

@keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
}

.footer_items {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.footer_links a {
  display: block;
}