/*@keyframes scroll-anim {
    0% {
      opacity: 0;
      //translate: 0 -20px;
    }
    10% {
      opacity: 1;
      //translate: 0 -20px;
    }
    20% {
      opacity: 1;
      //translate: 0 0;
    }
    100% {
      opacity: 1;
    }
  }*/
:root {
  --blue: #004ea2;
  --yellow: #ffe71a;
  --water: #dceef8;
  --blueblack: #172a87;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: inherit;
  }
}

body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
body p {
  letter-spacing: 2;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
}

/*header{
    position: fixed;
    z-index: 50;
    .logo{
        padding: 36px 50px;
        a{
            img{
                width: 205px;
            }

        }
    }
}*/
main {
  width: 100%;
}
main .mv {
  /*.mv_upper{
      width: 100%;
      //height: 580px;
      background-image: url(/img/top_bg--.jpg);
      background-size: cover;
      background-position: center;
      padding: 110px 100px 0;
      position: relative;

      .student{
          img{
              position: absolute;
              bottom: 0%;
              right: 0%;
              @include break{
                  display: none;
              }
          }
      }
      .title-logo{
          width: 860px;
          object-fit: cover;
          padding: 0 12px;
          position: relative;
      }
      .box_area{
          display: flex;
          padding-bottom: 40px;
          position: relative;
          gap: 0 20px;
          .box{
              img{
                  max-width: 315px;
                  width: 100%;
                  object-fit: cover;
              }
          }
      }
  }*/
}
main .mv .mv_upper img {
  width: 100%;
}
main .mv .mv_bottom {
  width: 100%;
  height: 180px;
  background-image: url(/img/border_yellow.jpg);
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main .mv .mv_bottom {
    height: auto;
  }
}
main .mv .mv_bottom .ribon {
  width: 455px;
}
@media screen and (max-width: 768px) {
  main .mv .mv_bottom .ribon {
    width: 45%;
    position: absolute;
    top: -70px;
  }
}
main .mv .mv_bottom .benefits {
  width: 965px;
}
main .mv .mv_bottom .benefits img {
  text-align: right;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  main .mv .mv_bottom .benefits {
    max-width: 750px;
    width: 100%;
  }
  main .mv .mv_bottom .benefits img {
    padding: 55px 10px 25px;
  }
}
main .con1 {
  width: 100%;
  height: auto;
  background-image: url(/img/border_blue.jpg);
  background-position: center;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  main .con1 {
    padding: 80px 5%;
  }
}
main .con1 h2 .title_moji {
  max-width: 865px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  padding: 30px 100px 65px;
}
@media screen and (max-width: 768px) {
  main .con1 h2 .title_moji {
    padding: 0 0 50px;
  }
}
main .con1 .point, main .con1 .course {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  main .con1 .point, main .con1 .course {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  main .con1 .point, main .con1 .course {
    margin: 0 auto;
  }
}
main .con1 .point .subt, main .con1 .course .subt {
  background-color: var(--blue);
  position: relative;
  padding: 30px;
  color: #fff;
}
main .con1 .point .subt h3, main .con1 .course .subt h3 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 4;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  main .con1 .point .subt h3, main .con1 .course .subt h3 {
    font-size: 20px;
    line-height: 40px;
  }
}
main .con1 .point .subt h3 span, main .con1 .course .subt h3 span {
  color: #fff3af;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  main .con1 .point .subt h3 span, main .con1 .course .subt h3 span {
    font-size: 32px;
  }
}
main .con1 .point .subt .glass, main .con1 .course .subt .glass {
  position: absolute;
  left: 50px;
  top: -50px;
  width: 12%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  main .con1 .point .subt .glass, main .con1 .course .subt .glass {
    width: 20%;
    left: -10px;
    top: -30px;
  }
}
main .con1 .point .subt p, main .con1 .course .subt p {
  border: #fff solid 2px;
  padding: 40px;
  margin-top: 40px;
}
main .con1 .point .teacher_introduction {
  display: flex;
  flex-direction: row;
  padding-bottom: 135px;
}
@media screen and (max-width: 768px) {
  main .con1 .point .teacher_introduction {
    padding-bottom: 80px;
  }
}
main .con1 .point .teacher_introduction .teacher {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  main .con1 .point .teacher_introduction .teacher {
    display: block;
  }
}
main .con1 .point .teacher_introduction .teacher .photo {
  position: relative;
}
main .con1 .point .teacher_introduction .teacher .photo .people {
  -o-object-fit: cover;
     object-fit: cover;
}
main .con1 .point .teacher_introduction .teacher .photo .name {
  background: var(--yellow);
  position: absolute;
  bottom: 0;
}
main .con1 .point .teacher_introduction .teacher .photo .name p {
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  padding: 20px 30px;
  letter-spacing: 2;
}
@media screen and (max-width: 768px) {
  main .con1 .point .teacher_introduction .teacher .photo .name p {
    font-size: 18px;
  }
}
main .con1 .point .teacher_introduction .teacher .photo .name p span {
  font-size: 18px;
  font-weight: 500;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  main .con1 .point .teacher_introduction .teacher .photo .name p span {
    font-size: 14px;
  }
}
main .con1 .point .teacher_introduction .teacher .text {
  padding: 30px 35px;
}
main .con1 .point .teacher_introduction .teacher .text .text_box {
  border: var(--blue) solid 2px;
  background-color: #fff;
  padding: 27px;
}
main .con1 .point .teacher_introduction .teacher .text .text_box p {
  color: #000;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main .con1 .point .teacher_introduction .teacher .text .text_box p {
    line-height: 30px;
  }
}
main .con1 .point .teacher_introduction .teacher .no_01, main .con1 .point .teacher_introduction .teacher .no_03 {
  background-color: var(--water);
}
main .con1 .point .teacher_introduction .teacher .no_02 {
  background-color: #fff;
}
main .con1 .course {
  background-color: #fff;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  main .con1 .course {
    padding-bottom: 40px;
  }
}
main .con1 .course .type3 {
  position: relative;
}
@media screen and (max-width: 768px) {
  main .con1 .course .type3 {
    margin-bottom: 160px;
  }
}
main .con1 .course .type3 .list {
  max-width: 670px;
  width: 100%;
  margin: 150px 0 60px;
  padding-left: 80px;
}
main .con1 .course .type3 .list img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .con1 .course .type3 .list {
    margin: 0 auto;
    padding: 25px;
  }
}
main .con1 .course .type3 .woman {
  position: absolute;
  top: -100px;
  right: 30px;
  max-width: 510px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .con1 .course .type3 .woman {
    margin: 0 auto;
    max-width: 300px;
    top: auto;
    bottom: -220px;
  }
}
main .con1 .course .accordion {
  margin: 0 auto;
  padding: 0 100px;
}
@media screen and (max-width: 1200px) {
  main .con1 .course .accordion {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  main .con1 .course .accordion {
    width: 90%;
    padding: 0;
  }
}
main .con1 .course .accordion:not([open]) {
  margin-bottom: 7px;
}
main .con1 .course .accordion [aria-hidden=true] {
  display: none;
}
main .con1 .course .accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 10px;
  background-color: var(--yellow);
  color: var(--blue);
  font-weight: 700;
  font-size: 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main .con1 .course .accordion summary {
    padding: 25px 25px 25px 0;
  }
}
main .con1 .course .accordion summary::-webkit-details-marker {
  display: none;
}
main .con1 .course .accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-bottom: 3px solid var(--blue);
  border-right: 3px solid var(--blue);
  content: "";
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  main .con1 .course .accordion summary::after {
    width: 10px;
    height: 10px;
  }
}
main .con1 .course .accordion summary .icon {
  position: absolute;
  width: 100px;
  top: 0;
}
@media screen and (max-width: 768px) {
  main .con1 .course .accordion summary .icon {
    width: 55px;
    left: 15px;
  }
}
main .con1 .course .accordion summary p {
  margin: 0;
  margin-left: 130px;
  letter-spacing: 2;
  padding: 10px 0;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  main .con1 .course .accordion summary p {
    margin-left: 90px;
    font-size: 18px;
    padding: 0 10px 0 0;
    letter-spacing: 0;
  }
}
main .con1 .course .accordion .accordion_content {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 60px 80px 100px;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  main .con1 .course .accordion .accordion_content {
    display: block;
    width: 100%;
    padding: 30px 10px 50px;
  }
}
main .con1 .course .accordion .accordion_content .default {
  display: block;
}
main .con1 .course .accordion .accordion_content .textbox {
  width: 100%;
}
main .con1 .course .accordion .accordion_content .textbox p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
main .con1 .course .accordion .accordion_content .textbox .box {
  padding-top: 30px;
}
main .con1 .course .accordion .accordion_content .textbox .box .subt {
  background-color: var(--blue);
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 15px 25px;
}
main .con1 .course .accordion .accordion_content .textbox .box .subinner {
  color: #000;
  border: var(--blue) 2px solid;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 25px;
}
main .con1 .course .accordion .accordion_content .textbox .box .subinner span {
  color: #e60000;
  font-weight: 600;
}
main .con1 .course .accordion .accordion_content .pic {
  max-width: 360px;
}
main .con1 .course .accordion .accordion_content .pic img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .con1 .course .accordion .accordion_content .pic {
    max-width: 750px;
    padding-top: 30px;
  }
}
main .con1 .course .accordion[open] summary::after {
  transform: rotate(225deg);
}
main .movie {
  background-color: var(--water);
  padding-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  main .movie {
    padding: 0 20px 60px;
  }
}
@media screen and (max-width: 768px) {
  main .movie {
    padding: 0 0 60px;
  }
}
main .movie .title {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  main .movie .title {
    padding-bottom: 40px;
  }
}
main .movie .title h2 .title_moji {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 130px 40% 0 50px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  main .movie .title h2 .title_moji {
    padding: 40px 40% 0 50px;
  }
}
main .movie .title .man {
  max-width: 380px;
  position: absolute;
  top: 15px;
  right: 0;
}
main .movie .title .man img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  main .movie .title .man {
    max-width: 160px;
    top: auto;
    bottom: -50px;
  }
}
main .movie .title .back {
  position: absolute;
  top: 0;
  left: -10%;
  z-index: 0;
}
main .movie .movie_con {
  background-color: #fff;
  max-width: 1200px;
  aspect-ratio: 5/3;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main .movie .movie_con {
    margin: 0 20px;
  }
}
main .movie .movie_con .inner {
  background-color: #999;
  width: 80%;
  height: 80%;
}
main .good_point {
  background-color: #fff6aa;
}
main .good_point .title {
  background-color: var(--yellow);
  position: relative;
}
main .good_point .title .title_moji {
  position: relative;
  max-width: 775px;
  margin: 0 auto;
  padding: 85px 0 45px;
  z-index: 15;
}
main .good_point .title .title_moji img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .good_point .title .title_moji {
    max-width: 360px;
    padding: 55px 0 30px 50px;
  }
}
main .good_point .title .man {
  max-width: 380px;
  position: absolute;
  bottom: 0;
  z-index: 10;
  margin-left: 10%;
}
main .good_point .title .man img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .good_point .title .man {
    max-width: 200px;
    margin-left: 4%;
  }
}
main .good_point .triangle {
  margin: 0 auto;
  height: 125px;
  width: 250px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%);
          clip-path: polygon(0 0, 100% 0, 50% 50%);
  background-color: var(--yellow);
}
@media screen and (max-width: 768px) {
  main .good_point .triangle {
    height: 75px;
    width: 150px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%);
            clip-path: polygon(0 0, 100% 0, 50% 50%);
  }
}
main .good_point .quality {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  main .good_point .quality {
    width: 100%;
  }
}
main .good_point .quality .inner {
  position: relative;
}
main .good_point .quality .inner .inner_list {
  display: flex;
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  main .good_point .quality .inner .inner_list {
    display: block;
    padding: 50px 0 0;
  }
}
main .good_point .quality .inner .inner_list li {
  padding: 20px;
}
main .good_point .quality .inner .pic01, main .good_point .quality .inner .pic02 {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  main .good_point .quality .inner .pic01, main .good_point .quality .inner .pic02 {
    bottom: auto;
    top: -10px;
  }
}
main .good_point .quality .inner .pic01 {
  left: -28%;
  width: 40%;
}
@media screen and (max-width: 768px) {
  main .good_point .quality .inner .pic01 {
    max-width: 130px;
    left: auto;
  }
}
main .good_point .quality .inner .pic02 {
  width: 35%;
  right: -25%;
}
@media screen and (max-width: 768px) {
  main .good_point .quality .inner .pic02 {
    max-width: 110px;
    right: 0;
  }
}
main .fee {
  background-color: var(--water);
}
main .fee .fee_con {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  main .fee .fee_con {
    padding: 100px 20px 100px;
  }
}
@media screen and (max-width: 768px) {
  main .fee .fee_con {
    padding: 50px 0;
    width: 90%;
  }
}
main .fee .fee_con .title {
  background-image: url(/img/border_blue.jpg);
}
main .fee .fee_con .title h2 {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 45px;
}
@media screen and (max-width: 768px) {
  main .fee .fee_con .title h2 {
    padding: 35px;
    font-size: 30px;
  }
}
main .fee .fee_con .inner {
  background-color: #fff;
  margin: 0 auto;
  padding: 35px 100px 40px;
}
@media screen and (max-width: 768px) {
  main .fee .fee_con .inner {
    padding: 20px;
  }
}
main .fee .fee_con .inner ul {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  main .fee .fee_con .inner ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main .fee .fee_con .inner ul li:nth-child(-n+2) {
    padding-bottom: 10px;
  }
}
main .fee .fee_con .inner p {
  color: #000;
  font-size: 14px;
  text-align: right;
  padding: 5px 0 10px;
}
@media screen and (max-width: 768px) {
  main .fee .fee_con .inner p {
    padding-bottom: 40px;
  }
}
main .fee .fee_con .inner .table {
  max-width: 1000px;
  position: relative;
}
main .fee .fee_con .inner .table .fee_t {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .fee .fee_con .inner .table .fee_t {
    margin-top: 50px;
    width: 100%;
  }
}
main .fee .fee_con .inner .table .dragon {
  position: absolute;
  width: 45%;
  bottom: 0;
  right: -50px;
}
@media screen and (max-width: 768px) {
  main .fee .fee_con .inner .table .dragon {
    width: 75%;
    bottom: auto;
    top: -80px;
    right: -30px;
  }
}
main .con5 {
  background-image: url(/img/border_blue.jpg);
}
main .con5 .flow {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  main .con5 .flow {
    padding: 100px 20px 100px;
  }
}
@media screen and (max-width: 768px) {
  main .con5 .flow {
    padding: 60px 0 30px;
    width: 90%;
  }
}
main .con5 .flow .title {
  text-align: center;
  padding-bottom: 55px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main .con5 .flow .title {
    padding-bottom: 35px;
  }
}
main .con5 .flow .title h2 {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  main .con5 .flow .title h2 {
    font-size: 30px;
  }
}
main .con5 .flow .flow_table {
  background-color: #fff;
  padding: 100px;
}
@media screen and (max-width: 768px) {
  main .con5 .flow .flow_table {
    padding: 20px;
  }
}
main .con5 .flow .flow_table .inner .box {
  display: flex;
}
@media screen and (max-width: 768px) {
  main .con5 .flow .flow_table .inner .box {
    display: block;
  }
}
main .con5 .flow .flow_table .inner .box .left {
  background-color: var(--yellow);
  display: flex;
  align-items: center;
  padding: 57px 47px;
  flex-basis: 40%;
  justify-content: space-around;
}
@media screen and (max-width: 1200px) {
  main .con5 .flow .flow_table .inner .box .left {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  main .con5 .flow .flow_table .inner .box .left {
    padding: 35px 25px;
    justify-content: space-evenly;
    flex-direction: row;
  }
}
main .con5 .flow .flow_table .inner .box .left img {
  width: 90px;
}
@media screen and (max-width: 768px) {
  main .con5 .flow .flow_table .inner .box .left img {
    width: 60px;
  }
}
main .con5 .flow .flow_table .inner .box .left h3 {
  color: var(--blue);
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  main .con5 .flow .flow_table .inner .box .left h3 {
    font-size: 22px;
  }
}
main .con5 .flow .flow_table .inner .box .right {
  background-color: #fff;
  border: var(--yellow) solid 2px;
  padding: 50px 30px;
  display: flex;
  align-items: center;
  flex-basis: 60%;
}
@media screen and (max-width: 768px) {
  main .con5 .flow .flow_table .inner .box .right {
    padding: 25px;
  }
}
main .con5 .flow .flow_table .inner .box .right p {
  color: #000;
  font-weight: 500;
}
main .con5 .flow .flow_table .inner .triangle {
  margin: 0 auto;
  height: 35px;
  width: 70px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--yellow);
  margin-bottom: 30px;
}
main .con5 .area {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 100px;
}
@media screen and (max-width: 1200px) {
  main .con5 .area {
    padding: 0 20px 100px;
  }
}
@media screen and (max-width: 768px) {
  main .con5 .area {
    padding: 50px 0;
    width: 90%;
  }
}
main .con5 .area .title {
  text-align: center;
  padding-bottom: 55px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main .con5 .area .title {
    padding-bottom: 35px;
  }
}
main .con5 .area .title h2 {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  main .con5 .area .title h2 {
    font-size: 30px;
  }
}
main .con5 .area .area_table .tab-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
main .con5 .area .area_table .tab-1 > label {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: 20px;
  border-bottom: 2px solid var(--blueblack);
  background-color: var(--blueblack);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  /*&:hover {
      opacity: .8;
  }*/
}
@media screen and (max-width: 768px) {
  main .con5 .area .area_table .tab-1 > label {
    padding: 20px 12px;
  }
}
main .con5 .area .area_table .tab-1 > label:has(:checked) {
  background-color: #fff;
  border-color: var(--blueblack) #fff #fff;
  border-style: solid;
  border-width: 4px 1px 1px;
  color: var(--blueblack);
}
main .con5 .area .area_table .tab-1 > label:has(:checked):has(:checked) + div {
  display: block;
}
main .con5 .area .area_table .tab-1 input {
  display: none;
}
main .con5 .area .area_table .tab-1 .tab_inner {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
  color: #000;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  main .con5 .area .area_table .tab-1 .tab_inner {
    padding: 0 30px;
  }
}
main .con5 .area .area_table .tab-1 .tab_inner .inner_all {
  display: flex;
  align-items: center;
  color: var(--blueblack);
  padding: 80px 50px;
  border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
  gap: 0 60px;
}
@media screen and (max-width: 768px) {
  main .con5 .area .area_table .tab-1 .tab_inner .inner_all {
    display: block;
    padding: 50px 20px;
  }
}
main .con5 .area .area_table .tab-1 .tab_inner .inner_all:last-child {
  border-bottom: none;
}
main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left {
  width: 100%;
  /*.root{
      margin-bottom: 30px;
      .subt{
          margin-right: 15px;
          font-weight: bold;
          //font-size: 16px;
      }
      .br_right{
          margin-left: 40px;
      }
      @include break{
          margin-bottom: 15px;
      }
  }
  .tel{
      margin-bottom: 60px;
      display: flex;
      align-items: center;
      @include break{
          margin-bottom: 30px;
      }
      .subt{
          margin-right: 15px;
          font-weight: bold;
      }
      a{
          text-decoration: none;
          color: var(--blueblack);
      }

  }*/
}
main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left p {
  font-size: 16px;
  letter-spacing: 0;
}
main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left .name {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left .name {
    margin-bottom: 25px;
  }
}
main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left .name p {
  font-size: 28px;
  font-weight: 500;
}
main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left .spot {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left .spot {
    margin-bottom: 15px;
  }
}
main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
  gap: 10px 0;
}
main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left dl dt {
  width: 15%;
}
@media screen and (max-width: 768px) {
  main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left dl dt {
    width: 25%;
  }
}
main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left dl dd {
  width: 85%;
}
@media screen and (max-width: 768px) {
  main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left dl dd {
    width: 75%;
  }
}
main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left dl dd a {
  text-decoration: none;
  color: var(--blueblack);
}
@media screen and (max-width: 768px) {
  main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left .map {
    margin-bottom: 15px;
  }
}
main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left .map a {
  text-decoration: none;
}
main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left .map a:hover {
  opacity: 0.6;
}
main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left .map a .map_text {
  display: flex;
  align-items: center;
}
main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left .map a .map_text img {
  width: 16px;
  margin-right: 15px;
}
main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_left .map a .map_text p {
  color: var(--blueblack);
  border-bottom: var(--blueblack) solid 1px;
  font-size: 14px;
}
main .con5 .area .area_table .tab-1 .tab_inner .inner_all .inner_right .photo img {
  width: 100%;
}

/*.floating_telBtn,.floating_webBtn{
    opacity: 0;
  animation: scroll-anim linear;
  animation-timeline: scroll();
  &:hover{
    opacity: 0.8;
  }
}*/
.pagetop {
  visibility: hidden;
  opacity: 0;
}
.pagetop.active {
  visibility: visible;
  opacity: 1;
}

.floating_telBtn {
  position: fixed;
  top: 340px;
  right: 0;
  margin-left: auto;
  width: 200px;
  z-index: 21;
  transition: all 0.3s;
}
.floating_telBtn img {
  width: 100%;
  height: auto;
}

.floating_webBtn {
  position: fixed;
  top: 550px;
  right: 0;
  margin-top: 10px;
  margin-left: auto;
  width: 150px;
  z-index: 21;
  transition: all 0.3s;
}
.floating_webBtn img {
  width: 100%;
  height: auto;
}

footer .conF {
  background-color: var(--water);
  position: relative;
  width: 100%;
}
footer .conF .back {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
footer .conF .inner {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  padding: 300px 100px 160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .conF .inner {
    padding: 50px 0;
    width: 90%;
  }
}
footer .conF .inner .title {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  footer .conF .inner .title {
    padding: 0;
  }
}
footer .conF .inner .student {
  position: relative;
  bottom: -50px;
}
@media screen and (max-width: 768px) {
  footer .conF .inner .student {
    margin-top: 20px;
    bottom: -20px;
  }
}
footer .conF .inner .btn {
  display: flex;
  gap: 0 40px;
  position: relative;
  z-index: 20;
  /*a{
      &:hover{
          opacity: 0.8;
      }
  }*/
}
@media screen and (max-width: 768px) {
  footer .conF .inner .btn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer .conF .inner .btn a .btn:first-child {
    margin-bottom: 10px;
  }
}

.footer_floating {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 21;
  width: 100%;
  height: 21.33vw;
  background-color: hsla(0, 0%, 100%, 0.8);
}
.footer_floating .footer__sticky-phone {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(15px, -50%);
  width: 44.8vw;
  height: 13.33vw;
}
.footer_floating .footer__sticky-link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-15px, -50%);
  width: 44.8vw;
  height: 13.33vw;
}/*# sourceMappingURL=style.css.map */