@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoColorEmoji-Regular";
  src: url(/fonts/NotoColorEmoji/NotoColorEmoji-Regular.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*============*/
/* forstudent */
/*============*/
.forstudent .com-heading01 {
  text-align: center;
}
@media (max-width: 767px) {
  .forstudent .com-heading01 .main img {
    height: 40px;
  }
}
.forstudent .com-heading01 .sub {
  display: block;
  margin-top: 20px;
  color: #636466;
  font-size: 20px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .forstudent .com-heading01 .sub {
    margin-top: 12px;
    font-size: 16px;
  }
}
.forstudent .com-heading02 {
  font-size: clamp(36px, 4.68vw, 48px);
  font-family: "NotoSansJP-Black", sans-serif;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .forstudent .com-heading02 {
    font-size: 24px;
  }
}
.forstudent .sec-main {
  margin-bottom: 82px;
}
@media (max-width: 767px) {
  .forstudent .sec-main {
    margin-bottom: 20px;
  }
}
.forstudent .sec-main .main-area {
  position: relative;
}
.forstudent .sec-main .main-area .main-img img {
  width: 100%;
  height: auto;
}
.forstudent .sec-main .main-area .main-heading {
  position: absolute;
  top: 29.17%;
  left: 6.25%;
  width: 30.72%;
}
@media (max-width: 1200px) {
  .forstudent .sec-main .main-area .main-heading {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-main .main-area .main-heading {
    top: 32.53vw;
    left: 5.33vw;
    width: 76.26vw;
  }
}
.forstudent .sec-point {
  margin-bottom: 84px;
}
@media (max-width: 767px) {
  .forstudent .sec-point {
    margin-bottom: 80px;
  }
}
.forstudent .sec-point h2 {
  margin-bottom: 28px;
  padding: 0 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .forstudent .sec-point h2 {
    margin-bottom: 14px;
    padding: 0;
  }
}
.forstudent .sec-point .nav-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: min(75px, 5.51vw);
  text-align: center;
}
@media (max-width: 767px) {
  .forstudent .sec-point .nav-list {
    max-width: 680px;
    margin: 0 auto min(60px, 8.24vw);
  }
}
.forstudent .sec-point .nav-list li {
  width: 28.07%;
}
@media (max-width: 767px) {
  .forstudent .sec-point .nav-list li {
    width: 26.76%;
  }
}
.forstudent .sec-point .nav-list li:not(.ic) {
  cursor: pointer;
}
.forstudent .sec-point .nav-list li.ic {
  position: relative;
  width: 6.31%;
}
@media (max-width: 767px) {
  .forstudent .sec-point .nav-list li.ic {
    width: 7.64%;
  }
}
.forstudent .sec-point .nav-list li.ic::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 31.14%;
  left: 0;
  width: 100%;
  height: 20.76%;
}
@media (max-width: 767px) {
  .forstudent .sec-point .nav-list li.ic::before {
    bottom: 32%;
    height: 27.5%;
  }
}
.forstudent .sec-point .nav-list li.ic.plus::before {
  background: url(/images/forstudent/point_ic07.svg) no-repeat;
  background-size: 100% auto;
}
.forstudent .sec-point .nav-list li.ic.arrow::before {
  background: url(/images/forstudent/point_ic08.svg) no-repeat;
  background-size: 100% auto;
}
.forstudent .sec-point .box {
  border-radius: 16px;
  box-shadow: 9px 9px 0 0 rgba(53, 32, 45, 0.3);
}
@media (max-width: 767px) {
  .forstudent .sec-point .box {
    box-shadow: 7px 7px 0 0 rgba(53, 32, 45, 0.3);
  }
}
.forstudent .sec-point .box .inner {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 96px clamp(32px, 3.71vw, 52px) 45px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .forstudent .sec-point .box .inner {
    padding: 20px 20px 24px;
  }
}
.forstudent .sec-point .box .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.forstudent .sec-point .box .inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.forstudent .sec-point .box .heading-wrap {
  position: absolute;
  top: 19px;
  left: 0;
}
@media (max-width: 767px) {
  .forstudent .sec-point .box .heading-wrap {
    position: relative;
    top: initial;
    left: initial;
    max-width: 150px;
    margin: 0 auto 13px;
  }
}
.forstudent .sec-point .box .heading-wrap h3 {
  position: relative;
  padding: 10px 50px;
  color: #FFF;
  font-size: 32px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  line-height: 1;
  -webkit-text-stroke: 1px #000;
  text-align: center;
}
@media (max-width: 767px) {
  .forstudent .sec-point .box .heading-wrap h3 {
    padding: 6px;
    font-size: 16px;
    -webkit-text-stroke: 0.4px #000;
  }
}
.forstudent .sec-point .box .heading-wrap h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.forstudent .sec-point .box .heading-wrap .bg {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: #F7FF8F;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .forstudent .sec-point .box .heading-wrap .bg {
    top: 5px;
    left: 5px;
  }
}
.forstudent .sec-point .box .sp-txt {
  position: relative;
}
.forstudent .sec-point .box .sp-txt::before, .forstudent .sec-point .box .sp-txt::after {
  content: "";
  position: absolute;
}
.forstudent .sec-point .box .sp-txt p {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 12px;
  line-height: 1;
}
.forstudent .sec-point .box .sp-txt p .wrap {
  display: flex;
}
.forstudent .sec-point .box .sp-txt p .wrap:nth-of-type(1) {
  justify-content: flex-start;
}
.forstudent .sec-point .box .sp-txt p .wrap:nth-of-type(2) {
  justify-content: flex-end;
}
.forstudent .sec-point .box .sp-txt p .wrap:not(:last-child) {
  margin-bottom: 2px;
}
.forstudent .sec-point .box .sp-txt p .txt {
  display: inline-block;
  padding: 2px;
  background: #FFF;
}
.forstudent .sec-point .box .point-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .forstudent .sec-point .box .point-list {
    display: block;
  }
}
.forstudent .sec-point .box .point-list li {
  width: 28.81%;
  padding: 24px 16px 35px;
  border-radius: 18px;
  background: #FFF;
  text-align: center;
}
@media (max-width: 1024px) {
  .forstudent .sec-point .box .point-list li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-point .box .point-list li {
    padding: 24px 16px 30px;
  }
}
@media (max-width: 1024px) {
  .forstudent .sec-point .box .point-list li:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-point .box .point-list li:not(:last-child) {
    margin-bottom: 17px;
  }
}
.forstudent .sec-point .box .point-list li h4 {
  margin-bottom: 4px;
  font-size: clamp(16px, 1.53vw, 20px);
  font-family: "ZenMaruGothic-Bold", sans-serif;
}
@media (max-width: 767px) {
  .forstudent .sec-point .box .point-list li h4 {
    margin-bottom: 6px;
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .forstudent .sec-point .box .point-list li h4 {
    font-size: 16px;
  }
}
.forstudent .sec-point .box .point-list li h4 span {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.forstudent .sec-point .box .point-list li h4 span::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 6px;
  left: -7px;
  z-index: -1;
  width: calc(100% + 14px);
  height: 10px;
  margin: 0 auto;
  background: #F7FF8F;
}
@media (max-width: 767px) {
  .forstudent .sec-point .box .point-list li h4 span::before {
    left: -4px;
    width: calc(100% + 8px);
  }
}
.forstudent .sec-point .box .point-list li h4 + p {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  font-size: clamp(18px, 1.69vw, 25px);
  font-family: "ZenMaruGothic-Bold", sans-serif;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .forstudent .sec-point .box .point-list li h4 + p {
    margin-bottom: 18px;
    font-size: 23px;
  }
}
@media (max-width: 374px) {
  .forstudent .sec-point .box .point-list li h4 + p {
    font-size: 18px;
  }
}
.forstudent .sec-point section {
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .forstudent .sec-point section {
    max-width: 680px;
    margin: 0 auto;
  }
}
.forstudent .sec-point section::before {
  content: "";
  position: absolute;
  top: max(-65px, -4.77vw);
  width: min(48px, 3.52vw);
  height: min(54px, 3.97vw);
}
@media (max-width: 767px) {
  .forstudent .sec-point section::before {
    top: max(-55px, -7.55vw);
    width: min(44px, 6.04vw);
    height: min(50px, 6.86vw);
  }
}
.forstudent .sec-point section:not(:last-child) {
  margin-bottom: min(86px, 6.3vw);
}
@media (max-width: 767px) {
  .forstudent .sec-point section:not(:last-child) {
    margin-bottom: min(72px, 9.89vw);
  }
}
.forstudent .sec-point-1::before {
  left: min(140px, 10.29vw);
  background: url(/images/forstudent/point_ic01.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .forstudent .sec-point-1::before {
    left: 10.88%;
  }
}
.forstudent .sec-point-1 .box .inner::before {
  background: repeating-linear-gradient(-45deg, #ADE09D, #ADE09D 10px, #FFF 10px, #FFF 20px);
}
.forstudent .sec-point-1 .box h3::before {
  background: linear-gradient(30deg, #C1E5F6 0%, #B8E3B1 54%, #FFEFB7 100%);
}
.forstudent .sec-point-1 .box .sp-txt {
  max-width: 135px;
  margin: 0 auto;
}
.forstudent .sec-point-1 .box .sp-txt::before {
  bottom: -3px;
  left: -18px;
  width: 22px;
  height: 30px;
  background: url(/images/forstudent/point_ic04.svg) no-repeat;
  background-size: 100% auto;
}
.forstudent .sec-point-1 .box .sp-txt::after {
  bottom: -3px;
  right: -23px;
  transform: scaleX(-1);
  width: 22px;
  height: 30px;
  background: url(/images/forstudent/point_ic04.svg) no-repeat;
  background-size: 100% auto;
}
.forstudent .sec-point-1 .box .sp-txt p .txt {
  color: #4BB566;
}
.forstudent .sec-point-1 .box .point-list li h4 {
  color: #4BB566;
}
.forstudent .sec-point-2::before {
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/forstudent/point_ic02.svg) no-repeat;
  background-size: 100% auto;
}
.forstudent .sec-point-2 .box .inner::before {
  background: repeating-linear-gradient(-45deg, #9ED9DD, #9ED9DD 10px, #FFF 10px, #FFF 20px);
}
.forstudent .sec-point-2 .box h3::before {
  background: linear-gradient(30deg, #DABAD5 0%, #A3D7E6 67%, #B8E6C3 96%);
}
.forstudent .sec-point-2 .box .sp-txt {
  max-width: 152px;
  margin: 0 auto;
}
.forstudent .sec-point-2 .box .sp-txt::before {
  bottom: -4px;
  left: -14px;
  width: 19px;
  height: 36px;
  background: url(/images/forstudent/point_ic05.svg) no-repeat;
  background-size: 100% auto;
}
.forstudent .sec-point-2 .box .sp-txt::after {
  bottom: -4px;
  right: -21px;
  transform: scaleX(-1);
  width: 19px;
  height: 36px;
  background: url(/images/forstudent/point_ic05.svg) no-repeat;
  background-size: 100% auto;
}
.forstudent .sec-point-2 .box .sp-txt p .txt {
  color: #59C3C9;
}
.forstudent .sec-point-2 .box .point-list li h4 {
  color: #59C3C9;
}
.forstudent .sec-point-3::before {
  right: min(140px, 10.29vw);
  background: url(/images/forstudent/point_ic03.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .forstudent .sec-point-3::before {
    right: 10.88%;
  }
}
.forstudent .sec-point-3 .box .inner::before {
  background: repeating-linear-gradient(-45deg, #FFBEC9, #FFBEC9 10px, #FFF 10px, #FFF 20px);
}
.forstudent .sec-point-3 .box h3::before {
  background: linear-gradient(30deg, #ECE6AE 0%, #FFB1C2 50%, #C3CBE1 100%);
}
.forstudent .sec-point-3 .box .sp-txt {
  max-width: 160px;
  margin: 0 auto;
}
.forstudent .sec-point-3 .box .sp-txt::before {
  top: -2px;
  left: -11px;
  width: 16px;
  height: 14px;
  background: url(/images/forstudent/point_ic06.svg) no-repeat;
  background-size: 100% auto;
}
.forstudent .sec-point-3 .box .sp-txt::after {
  bottom: -1px;
  right: -19px;
  transform: scaleX(-1);
  width: 16px;
  height: 14px;
  background: url(/images/forstudent/point_ic06.svg) no-repeat;
  background-size: 100% auto;
}
.forstudent .sec-point-3 .box .sp-txt p .wrap {
  justify-content: center !important;
}
.forstudent .sec-point-3 .box .sp-txt p .txt {
  color: #F280A6;
}
.forstudent .sec-point-3 .box .point-list li h4 {
  color: #F280A6;
}
.forstudent .sec-movie {
  margin-bottom: 106px;
}
@media (max-width: 767px) {
  .forstudent .sec-movie {
    margin-bottom: 80px;
  }
}
.forstudent .sec-movie .com-heading01 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .forstudent .sec-movie .com-heading01 {
    margin-bottom: 45px;
  }
}
.forstudent .sec-movie .movie-area {
  max-width: 964px;
  margin: 0 auto;
}
.forstudent .sec-movie .movie-area .inner {
  position: relative;
  padding-bottom: 56.25%;
}
.forstudent .sec-movie .movie-area .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.forstudent .sec-shisebi-num {
  margin-bottom: 84px;
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-num {
    margin-bottom: 45px;
  }
}
.forstudent .sec-shisebi-num .bg02 {
  padding: 80px 0 86px;
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-num .bg02 {
    padding: 40px 0 45px;
  }
}
.forstudent .sec-shisebi-num .com-heading02 {
  margin-bottom: 60px;
  color: #DB4B83;
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-num .com-heading02 {
    margin-bottom: 30px;
  }
}
.forstudent .sec-shisebi-num .num-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-num .num-list {
    max-width: 670px;
    margin: 0 auto;
  }
}
.forstudent .sec-shisebi-num .num-list li {
  width: 32.22%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-num .num-list li {
    margin-bottom: 6px;
    width: 48.97%;
  }
}
.forstudent .sec-shisebi-num .num-list li.wrap-list {
  width: 66.11%;
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-num .num-list li.wrap-list {
    width: 48.97%;
  }
}
.forstudent .sec-shisebi-num .num-list li.wrap-list .img-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-num .num-list li.wrap-list .img-wrap {
    display: block;
  }
}
.forstudent .sec-shisebi-num .num-list li.wrap-list .img-wrap img {
  display: block;
  width: 48.74%;
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-num .num-list li.wrap-list .img-wrap img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-num .num-list li.wrap-list .img-wrap img:not(:last-child) {
    margin-bottom: 4px;
  }
}
.forstudent .sec-shisebi-check {
  margin-bottom: 98px;
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-check {
    margin-bottom: 45px;
  }
}
.forstudent .sec-shisebi-check .com-heading02 {
  margin-bottom: 46px;
  color: #1E8C8C;
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-check .com-heading02 {
    margin-bottom: 24px;
  }
}
.forstudent .sec-shisebi-check .p-wrap {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-check .p-wrap {
    margin-bottom: 14px;
  }
}
.forstudent .sec-shisebi-check .p-wrap p:nth-of-type(1) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-check .p-wrap p:nth-of-type(1) {
    margin-bottom: 25px;
  }
}
.forstudent .sec-shisebi-check .list-col02 {
  justify-content: space-between;
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-check .list-col02 {
    display: block;
    margin-bottom: 25px;
  }
}
.forstudent .sec-shisebi-check .list-col02 li {
  width: 48.75%;
  margin: 0;
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-check .list-col02 li {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-check .list-col02 li:nth-of-type(1) {
    margin-bottom: 18px;
  }
}
.forstudent .sec-shisebi-check .list-col02 li img {
  border-radius: 16px;
}
.forstudent .sec-shisebi-check .link-area .bg01 {
  padding: 56px 0;
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-check .link-area .bg01 {
    padding: 25px 0 35px;
  }
}
.forstudent .sec-shisebi-check .link-area .bt-list {
  display: flex;
  justify-content: space-between;
  max-width: 1042px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .forstudent .sec-shisebi-check .link-area .bt-list {
    display: block;
  }
}
.forstudent .sec-shisebi-check .link-area .bt-list li {
  width: 48.17%;
}
@media (max-width: 1024px) {
  .forstudent .sec-shisebi-check .link-area .bt-list li {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-check .link-area .bt-list li {
    max-width: 242px;
  }
}
@media (max-width: 1024px) {
  .forstudent .sec-shisebi-check .link-area .bt-list li:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-check .link-area .bt-list li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.forstudent .sec-shisebi-check .link-area .bt-list li .com-bt {
  min-width: 100%;
  margin: 0;
  border-radius: 500px;
  font-size: clamp(22px, 2.15vw, 28px);
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-check .link-area .bt-list li .com-bt {
    font-size: 14px;
  }
}
.forstudent .sec-shisebi-check .link-area .bt-list li .com-bt::before {
  border-radius: 500px;
}
.forstudent .sec-shisebi-check .link-area .bt-list li .com-bt span {
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 500px;
  line-height: 113px;
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-check .link-area .bt-list li .com-bt span {
    line-height: 58px;
  }
}
.forstudent .sec-shisebi-check .link-area .bt-list li .com-bt span::after {
  right: 54px;
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .forstudent .sec-shisebi-check .link-area .bt-list li .com-bt span::after {
    right: 25px;
    width: 8px;
    height: 8px;
  }
}
.forstudent .sec-course {
  margin-bottom: 74px;
}
@media (max-width: 767px) {
  .forstudent .sec-course {
    margin-bottom: 60px;
  }
}
.forstudent .sec-course .com-heading02 {
  margin-bottom: 32px;
  color: #DB4B83;
}
@media (max-width: 767px) {
  .forstudent .sec-course .com-heading02 {
    margin-bottom: 28px;
  }
}
.forstudent .sec-course .com-heading01 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .forstudent .sec-course .com-heading01 {
    margin-bottom: 38px;
  }
}
.forstudent .sec-course .first-txt {
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .forstudent .sec-course .first-txt {
    max-width: 340px;
    margin: 0 auto 25px;
  }
}
.forstudent .sec-course .course-heading01 {
  position: relative;
  z-index: 0;
  margin-bottom: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .forstudent .sec-course .course-heading01 {
    max-width: 670px;
    margin: 0 auto 18px;
  }
}
.forstudent .sec-course .course-heading01::before {
  content: "";
  position: absolute;
  top: -12.56%;
  right: -2.5%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .forstudent .sec-course .course-heading01::before {
    top: -12px;
    right: -11px;
  }
}
.forstudent .sec-course .com-box01 {
  margin: 0;
  background: linear-gradient(45deg, #DADA8A 0%, #DAB4C9 50%, #96C8CB 100%);
}
.forstudent .sec-course .com-box01 .inner {
  padding: 60px 24px;
}
@media (max-width: 767px) {
  .forstudent .sec-course .com-box01 .inner {
    padding: 20px 16px 24px;
  }
}
.forstudent .sec-course .com-box01 .sub-ttl {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .forstudent .sec-course .com-box01 .sub-ttl {
    margin-bottom: 15px;
    font-size: 10px;
  }
}
.forstudent .sec-course .com-box01 h4 {
  font-size: clamp(26px, 2.66vw, 32px);
  font-family: "ZenMaruGothic-Bold", sans-serif;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .forstudent .sec-course .com-box01 h4 {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .forstudent .sec-course .com-box01 h4 .tb {
    display: none;
  }
}
.forstudent .sec-course .com-box01 .area01 .list-col02 {
  justify-content: space-between;
  max-width: 840px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .forstudent .sec-course .com-box01 .area01 .list-col02 {
    display: block;
    margin: 0 auto 27px;
  }
}
.forstudent .sec-course .com-box01 .area01 .list-col02 li {
  width: 46.42%;
  margin: 0;
}
@media (max-width: 767px) {
  .forstudent .sec-course .com-box01 .area01 .list-col02 li {
    max-width: 606px;
    width: 100%;
    margin: 0 auto;
  }
}
.forstudent .sec-course .com-box01 .area01 .list-col02 li figure {
  margin: 0;
}
@media (max-width: 767px) {
  .forstudent .sec-course .com-box01 .area01 .list-col02 li .com-img03::before {
    top: 6px;
    left: 8px;
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-course .com-box01 .area01 .list-col02 li .com-img03 img {
    border-radius: 8px;
  }
}
.forstudent .sec-course .com-box01 .area01 .list-col02 li .sub-txt {
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  .forstudent .sec-course .com-box01 .area01 .list-col02 li .sub-txt {
    font-size: 10px;
  }
}
.forstudent .sec-course .com-box01 .area02 h4 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .forstudent .sec-course .com-box01 .area02 h4 {
    margin-bottom: 16px;
  }
}
.forstudent .sec-course .com-box01 .area02 .com-box01 {
  margin: 0;
  background: linear-gradient(45deg, #B9B5CF 0%, #84BFB1 50%, #ABCAA3 100%);
}
.forstudent .sec-course .com-box01 .area02 .com-box01 .inner {
  padding: 16px;
}
@media (max-width: 767px) {
  .forstudent .sec-course .com-box01 .area02 .com-box01 .inner {
    padding: 14px 8px;
  }
}
.forstudent .sec-course .com-box01 .area02 .com-box01 .choice-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 1364px) {
  .forstudent .sec-course .com-box01 .area02 .com-box01 .choice-list {
    justify-content: space-between;
    max-width: 380px;
  }
}
.forstudent .sec-course .com-box01 .area02 .com-box01 .choice-list li {
  font-size: 22px;
}
@media (max-width: 1364px) {
  .forstudent .sec-course .com-box01 .area02 .com-box01 .choice-list li {
    width: 48%;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-course .com-box01 .area02 .com-box01 .choice-list li {
    font-size: 11.5px;
  }
}
.forstudent .sec-course .com-box01 .area02 .com-box01 .choice-list li:not(:last-child) {
  margin-right: min(70px, 5.13vw);
}
@media (max-width: 1364px) {
  .forstudent .sec-course .com-box01 .area02 .com-box01 .choice-list li:not(:last-child) {
    margin-right: 0;
  }
}
.forstudent .sec-course section:not(:last-child) {
  margin-bottom: 62px;
}
@media (max-width: 767px) {
  .forstudent .sec-course section:not(:last-child) {
    margin-bottom: 28px;
  }
}
.forstudent .sec-course-1 .course-heading01::before {
  background: linear-gradient(90deg, #98E5C9 0%, #72CCDB 100%);
}
.forstudent .sec-course-1 .com-box01 .inner {
  overflow: initial;
}
.forstudent .sec-course-1 .com-box01 .area01 h4 {
  margin-bottom: 80px;
}
@media (max-width: 1364px) {
  .forstudent .sec-course-1 .com-box01 .area01 h4 {
    margin-bottom: min(100px, 9.76vw);
  }
}
@media (max-width: 767px) {
  .forstudent .sec-course-1 .com-box01 .area01 h4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1364px) {
  .forstudent .sec-course-1 .com-box01 .area01 .list-col02 {
    max-width: 940px;
    padding: 0 4.39vw;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-course-1 .com-box01 .area01 .list-col02 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-course-1 .com-box01 .area01 .list-col02 li:nth-of-type(1) {
    margin-bottom: 28px;
  }
}
.forstudent .sec-course-1 .com-box01 .area01 .list-col02 li:nth-of-type(1) .com-img03 figcaption {
  position: absolute;
  top: -90px;
  left: -140px;
}
@media (max-width: 1364px) {
  .forstudent .sec-course-1 .com-box01 .area01 .list-col02 li:nth-of-type(1) .com-img03 figcaption {
    top: -6.59vw;
    left: -2.93vw;
    width: 14.22vw;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-course-1 .com-box01 .area01 .list-col02 li:nth-of-type(1) .com-img03 figcaption {
    top: max(-17px, -4.53vw);
    left: max(-15px, -4vw);
    width: min(95px, 25.33vw);
  }
}
.forstudent .sec-course-1 .com-box01 .area01 .list-col02 li:nth-of-type(2) .com-img03 figcaption {
  position: absolute;
  top: -86px;
  right: -147px;
}
@media (max-width: 1364px) {
  .forstudent .sec-course-1 .com-box01 .area01 .list-col02 li:nth-of-type(2) .com-img03 figcaption {
    top: -6.3vw;
    right: -2.93vw;
    width: 16.05vw;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-course-1 .com-box01 .area01 .list-col02 li:nth-of-type(2) .com-img03 figcaption {
    top: max(-17px, -4.53vw);
    right: max(-15px, -4vw);
    width: min(108px, 28.8vw);
  }
}
@media (max-width: 767px) {
  .forstudent .sec-course-1 .com-box01 .area02 .com-box01 .choice-list {
    max-width: 218px;
  }
}
@media (max-width: 374px) {
  .forstudent .sec-course-1 .com-box01 .area02 .com-box01 .choice-list {
    max-width: 108px;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-course-1 .com-box01 .area02 .com-box01 .choice-list li {
    width: 48%;
  }
}
@media (max-width: 374px) {
  .forstudent .sec-course-1 .com-box01 .area02 .com-box01 .choice-list li {
    width: 100%;
  }
}
.forstudent .sec-course-2 .course-heading01::before {
  background: linear-gradient(90deg, #F1B3A6 0%, #F280A6 100%);
}
.forstudent .sec-course-2 .com-box01 .area01 h4 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .forstudent .sec-course-2 .com-box01 .area01 h4 {
    margin-bottom: 22px;
  }
}
.forstudent .sec-course-2 .com-box01 .area01 .list-col02 li {
  width: 45.59%;
}
@media (max-width: 767px) {
  .forstudent .sec-course-2 .com-box01 .area01 .list-col02 li {
    width: 100%;
  }
}
.forstudent .sec-course-2 .com-box01 .area01 .list-col02 li:nth-of-type(2) {
  width: 48.57%;
}
@media (max-width: 767px) {
  .forstudent .sec-course-2 .com-box01 .area01 .list-col02 li:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-course-2 .com-box01 .area01 .list-col02 li:nth-of-type(2) .com-img03 {
    width: 48.54%;
  }
}
.forstudent .sec-course-2 .com-box01 .area01 .list-col02 li:nth-of-type(2) .com-img03:nth-of-type(1) {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .forstudent .sec-course-2 .com-box01 .area01 .list-col02 li:nth-of-type(2) .com-img03:nth-of-type(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-course-2 .com-box01 .area02 .com-box01 .choice-list {
    max-width: 268px;
  }
}
@media (max-width: 374px) {
  .forstudent .sec-course-2 .com-box01 .area02 .com-box01 .choice-list {
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-course-2 .com-box01 .area02 .com-box01 .choice-list li {
    width: 48%;
  }
}
@media (max-width: 374px) {
  .forstudent .sec-course-2 .com-box01 .area02 .com-box01 .choice-list li {
    width: 100%;
  }
}
.forstudent .sec-course-3 .course-heading01::before {
  background: linear-gradient(90deg, #AEE09D 0%, #7BC99A 100%);
}
.forstudent .sec-course-3 .com-box01 .area01 h4 {
  margin-bottom: 60px;
}
@media (max-width: 1364px) {
  .forstudent .sec-course-3 .com-box01 .area01 h4 {
    margin-bottom: min(100px, 9.76vw);
  }
}
@media (max-width: 767px) {
  .forstudent .sec-course-3 .com-box01 .area01 h4 {
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-course-3 .com-box01 .area01 h4 .tb {
    display: inline-block;
  }
}
.forstudent .sec-course-3 .com-box01 .area01 .list-col02 {
  margin-bottom: 0;
}
@media (max-width: 1364px) {
  .forstudent .sec-course-3 .com-box01 .area01 .list-col02 {
    max-width: 940px;
    padding: 0 4.39vw;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-course-3 .com-box01 .area01 .list-col02 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-course-3 .com-box01 .area01 .list-col02 li:nth-of-type(1) {
    margin-bottom: 28px;
  }
}
.forstudent .sec-course-3 .com-box01 .area01 .list-col02 li:nth-of-type(1) .com-img03 figcaption {
  position: absolute;
  top: -85px;
  left: -148px;
}
@media (max-width: 1364px) {
  .forstudent .sec-course-3 .com-box01 .area01 .list-col02 li:nth-of-type(1) .com-img03 figcaption {
    top: -6.59vw;
    left: -2.93vw;
    width: 14.8vw;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-course-3 .com-box01 .area01 .list-col02 li:nth-of-type(1) .com-img03 figcaption {
    top: max(-15px, -4vw);
    right: max(-18px, -4.8vw);
    left: initial;
    width: min(108px, 28.8vw);
  }
}
.forstudent .sec-course-3 .com-box01 .area01 .list-col02 li:nth-of-type(2) .com-img03 figcaption {
  position: absolute;
  top: -85px;
  right: -130px;
}
@media (max-width: 1364px) {
  .forstudent .sec-course-3 .com-box01 .area01 .list-col02 li:nth-of-type(2) .com-img03 figcaption {
    top: -6.3vw;
    right: -2.93vw;
    width: 13.78vw;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-course-3 .com-box01 .area01 .list-col02 li:nth-of-type(2) .com-img03 figcaption {
    top: max(-17px, -4.53vw);
    right: initial;
    left: max(-14px, -3.73vw);
    width: min(95px, 25.33vw);
  }
}
.forstudent .sec-link {
  margin-bottom: 80px;
}
.forstudent .sec-link .contents {
  max-width: 100%;
}
.forstudent .sec-link .bn-area .txt-wrap {
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width: 767px) {
  .forstudent .sec-link .bn-area .txt-wrap {
    margin-bottom: 20px;
  }
}
.forstudent .sec-link .bn-area .txt-wrap p {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 min(100px, 9.76vw);
  font-size: 18px;
}
@media (max-width: 767px) {
  .forstudent .sec-link .bn-area .txt-wrap p {
    padding: 0 50px;
    font-size: clamp(12px, 3.73vw, 14px);
  }
}
.forstudent .sec-link .bn-area .txt-wrap p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 37px;
  height: 76px;
  background: url(/images/forstudent/link_ic01.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .forstudent .sec-link .bn-area .txt-wrap p::before {
    width: 30px;
    height: 62px;
  }
}
.forstudent .sec-link .bn-area .txt-wrap p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 47px;
  height: 83px;
  background: url(/images/forstudent/link_ic02.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .forstudent .sec-link .bn-area .txt-wrap p::after {
    width: 40px;
    height: 71px;
  }
}
.forstudent .sec-link .bn-area .txt-wrap p span {
  display: block;
  margin-top: 25px;
  font-size: 24px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
}
@media (max-width: 1024px) {
  .forstudent .sec-link .bn-area .txt-wrap p span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .forstudent .sec-link .bn-area .txt-wrap p span {
    margin-top: 8px;
    font-size: clamp(14px, 4.26vw, 16px);
  }
}
.forstudent .sec-link .bn-area .list-bn {
  display: flex;
  justify-content: space-between;
  max-width: 1680px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .forstudent .sec-link .bn-area .list-bn {
    display: block;
    margin-top: 40px;
  }
}
.forstudent .sec-link .bn-area .list-bn li {
  width: 48.8%;
}
@media (max-width: 767px) {
  .forstudent .sec-link .bn-area .list-bn li {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }
}
/*# sourceMappingURL=forstudent.css.map */