#kv {
  position: relative;
}
#kv .kv_slide {
  background-image: linear-gradient(to bottom, white 0%, white 50%, #db0012 50%, #db0012 100%);
}
#kv::after {
  content: "";
  display: block;
  height: 110px;
  background-color: #db0012;
}
@media (max-width: 768px) {
  #kv::after {
    height: 56px;
  }
}
#kv .swiper-slide a {
  display: block;
}
#kv .swiper-pagination {
  bottom: 56px;
}
@media (max-width: 768px) {
  #kv .swiper-pagination {
    bottom: 20px;
  }
}

#pickup {
  padding-top: 64px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  #pickup {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#pickup .pc_flex {
  margin-top: 32px;
}
@media (max-width: 768px) {
  #pickup .pc_flex {
    margin-top: 24px;
  }
}
#pickup .col3 {
  width: 32.8%;
  margin-right: 0.8%;
}
@media (max-width: 768px) {
  #pickup .col3 {
    width: 100%;
    margin-bottom: 32px;
  }
}
#pickup .col3:nth-child(3n+3) {
  margin-right: 0;
}
#pickup .col3:last-child {
  margin-bottom: 0;
}
#pickup a .thumbnail img {
  transition: all 0.5s;
}
#pickup a:hover .thumbnail img {
  transform: scale(1.1);
}
#pickup p {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 768px) {
  #pickup p {
    font-size: 1.6rem;
  }
}
#pickup .thumbnail {
  border: solid 1px #b3b3b3;
  border-radius: 3px;
  overflow: hidden;
}
#pickup .post_title {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-top: 16px;
  margin-bottom: 8px;
  line-height: 1.375;
}
@media (max-width: 768px) {
  #pickup .post_title {
    font-size: 2rem;
  }
}
#pickup .post_date {
  font-size: 2rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #pickup .post_date {
    font-size: 1.6rem;
  }
}
#pickup .post_description {
  font-size: 2rem;
  letter-spacing: 0.03em;
  font-weight: 400;
}
@media (max-width: 768px) {
  #pickup .post_description {
    font-size: 1.6rem;
  }
}

#educationalPolicy {
  background-color: #f2f2f2;
  padding-top: 100px;
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  #educationalPolicy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 769px) {
  #educationalPolicy .inner {
    position: relative;
  }
}
#educationalPolicy h3 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.46;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  #educationalPolicy h3 {
    width: 540px;
  }
}
@media (max-width: 768px) {
  #educationalPolicy h3 {
    font-size: 1.8rem;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 769px) {
  #educationalPolicy picture {
    width: 670px;
    height: 600px;
    position: absolute;
    top: 0;
    right: 20px;
  }
}
@media (min-width: 769px) {
  #educationalPolicy img {
    width: 670px;
    height: 600px;
  }
}
@media (max-width: 768px) {
  #educationalPolicy img {
    margin-bottom: 24px;
  }
}
#educationalPolicy p {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  #educationalPolicy p {
    width: 540px;
  }
}
@media (max-width: 768px) {
  #educationalPolicy p {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
}
@media (min-width: 769px) {
  #educationalPolicy .link {
    width: 540px;
    text-align: right;
  }
}
@media (max-width: 768px) {
  #educationalPolicy .link {
    text-align: center;
  }
}

#ourStrengths {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #ourStrengths {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 769px) {
  #ourStrengths .inner {
    position: relative;
  }
}
@media (min-width: 769px) {
  #ourStrengths h2 {
    position: absolute;
    left: 740px;
    top: 16px;
  }
}
#ourStrengths .image_block {
  position: relative;
}
@media (min-width: 769px) {
  #ourStrengths .image_block {
    width: 670px;
    height: 638px;
  }
}
@media (max-width: 768px) {
  #ourStrengths .image_block {
    max-width: 100%;
    height: auto;
    aspect-ratio: 670/638;
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
#ourStrengths .image_block picture {
  position: absolute;
}
#ourStrengths .image_block picture.large {
  top: 0;
  right: 0;
}
@media (min-width: 769px) {
  #ourStrengths .image_block picture.large {
    width: 609px;
    height: 427px;
  }
}
@media (max-width: 768px) {
  #ourStrengths .image_block picture.large {
    width: 90.8%;
  }
}
@media (min-width: 769px) {
  #ourStrengths .image_block picture.large img {
    width: 609px;
    height: 427px;
  }
}
@media (max-width: 768px) {
  #ourStrengths .image_block picture.large img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 609/427;
  }
}
@media (min-width: 769px) {
  #ourStrengths .image_block picture.medium {
    width: 325px;
    height: 228px;
    bottom: 40px;
    left: 0;
  }
}
@media (max-width: 768px) {
  #ourStrengths .image_block picture.medium {
    width: 48.5%;
    bottom: 6.26%;
    left: 0;
  }
}
@media (min-width: 769px) {
  #ourStrengths .image_block picture.medium img {
    width: 325px;
    height: 228px;
  }
}
@media (max-width: 768px) {
  #ourStrengths .image_block picture.medium img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 325/228;
  }
}
#ourStrengths .image_block picture.small {
  bottom: 0;
}
@media (min-width: 769px) {
  #ourStrengths .image_block picture.small {
    width: 257px;
    height: 180px;
    right: 60px;
  }
}
@media (max-width: 768px) {
  #ourStrengths .image_block picture.small {
    width: 38.3%;
    right: 8.9%;
  }
}
@media (min-width: 769px) {
  #ourStrengths .image_block picture.small img {
    width: 257px;
    height: 180px;
  }
}
@media (max-width: 768px) {
  #ourStrengths .image_block picture.small img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 257/180;
  }
}
#ourStrengths .image_block picture img {
  border-radius: 3px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
#ourStrengths ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
@media (min-width: 769px) {
  #ourStrengths ol {
    position: absolute;
    left: 740px;
    top: 150px;
  }
}
@media (max-width: 768px) {
  #ourStrengths ol {
    padding-bottom: 16px;
  }
}
#ourStrengths li {
  counter-increment: my-counter;
  position: relative;
  padding-left: 64px;
  font-size: 2.2rem;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #ourStrengths li {
    font-size: 1.8rem;
    margin-bottom: 32px;
    padding-left: 52px;
  }
}
#ourStrengths li::before {
  content: counter(my-counter);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  background-color: #db0012;
  color: #ffffff;
  font-size: 3.2rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: italic;
}
@media (max-width: 768px) {
  #ourStrengths li::before {
    width: 44px;
    height: 44px;
    font-size: 2.6rem;
  }
}
@media (min-width: 769px) {
  #ourStrengths .link {
    text-align: right;
    margin-top: -40px;
  }
}
@media (max-width: 768px) {
  #ourStrengths .link {
    text-align: center;
  }
}

#results {
  background-color: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #results {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#results .pc_flex {
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 768px) {
  #results .pc_flex {
    margin-top: 24px;
  }
}
#results .col2 {
  width: 48.4%;
}
@media (max-width: 768px) {
  #results .col2 {
    width: 100%;
  }
  #results .col2:not(:last-child) {
    margin-bottom: 32px;
  }
}
#results a {
  display: block;
  text-align: center;
}
#results a .bnr {
  border: solid 1px #666666;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 32px;
}
#results a img {
  transition: all 0.5s;
}
#results a:hover img {
  transform: scale(1.1);
}

#course {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #course {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#course h3 {
  font-size: 3.2rem;
  font-weight: 600;
  margin-top: 80px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  #course h3 {
    font-size: 2.4rem;
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
@media (min-width: 769px) {
  #course .pc_flex {
    justify-content: space-between;
  }
}
#course .course .flex_block {
  background-color: #e6f0f0;
  padding: 50px 30px 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-image: url(../../images/modules/arrow_black.svg);
  background-repeat: no-repeat;
  background-position: right 24px bottom 18px;
  transition: all 0.3s ease;
}
#course .course .flex_block:hover {
  background-color: rgb(200.625, 222.375, 222.375);
}
#course .course .flex_block.external_link {
  background-color: #f2f2f2;
}
#course .course .flex_block.external_link:hover {
  background-color: rgb(217.8, 217.8, 217.8);
}
@media (min-width: 769px) {
  #course .course .flex_block {
    width: 625px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  #course .course .flex_block {
    padding: 50px 16px 32px 16px;
  }
}
#course .course .flex_block .course_category {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 64px;
  width: 95px;
  height: 42px;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  background-color: #db0012;
  clip-path: polygon(100% 0, 100% 100%, 50% 80%, 0 100%, 0 0);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1;
  padding-bottom: 0.5em;
}
@media (max-width: 768px) {
  #course .course .flex_block .course_category {
    left: 50%;
    transform: translateX(-50%);
  }
}
#course .course .flex_block .course_category.add_blue {
  background-color: #00a1db;
}
#course .course .flex_block .course_category.add_navy {
  background-color: #004099;
}
#course .course .flex_block .course_category.add_yellow {
  background-color: #edb656;
}
#course .course .flex_block .course_category.add_gray {
  background-color: #bfbfbf;
}
#course .course .flex_block .course_name {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.45;
}
@media (min-width: 769px) {
  #course .course .flex_block .course_name {
    width: calc(100% - 360px);
    text-align: center;
  }
}
@media (max-width: 768px) {
  #course .course .flex_block .course_name {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
}
#course .course .flex_block .course_name span {
  display: block;
  font-size: 75%;
  letter-spacing: 0;
}
#course .course .flex_block .course_outline {
  font-size: 2rem;
  letter-spacing: 0.03em;
}
@media (min-width: 769px) {
  #course .course .flex_block .course_outline {
    width: 360px;
  }
}
@media (max-width: 768px) {
  #course .course .flex_block .course_outline {
    width: 100%;
    font-size: 1.6rem;
  }
}
#course .course .flex_block + .flex_block {
  border-top: solid 3px #ffffff;
}
@media (min-width: 769px) {
  #course .course .flex_block.pc_remove_border {
    border-top: none;
  }
}
@media (max-width: 768px) {
  #course .course.highschool {
    margin-bottom: 40px;
  }
}
#course .bnr_trial {
  margin-top: 48px;
}
@media (max-width: 768px) {
  #course .bnr_trial {
    margin-top: 24px;
  }
}
#course .bnr_trial a {
  display: block;
  transition: all 0.3s;
}
#course .bnr_trial a:hover {
  opacity: 0.8;
}

#about {
  background-color: #f2f2f2;
}
#about .pc_flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
}
@media (max-width: 768px) {
  #about .pc_flex {
    margin-top: 24px;
  }
}
@media (min-width: 769px) {
  #about .bnr_movie {
    width: 52%;
  }
}
@media (max-width: 768px) {
  #about .bnr_movie {
    margin-bottom: 32px;
  }
}
#about .bnr_movie a {
  display: block;
  border: solid 1px #f2f2f2;
  border-radius: 3px;
  overflow: hidden;
}
#about .bnr_movie a img {
  transition: all 0.5s;
}
#about .bnr_movie a:hover img {
  transform: scale(1.1);
}
#about ul.links {
  width: 39%;
}
@media (max-width: 768px) {
  #about ul.links {
    width: 100%;
  }
}
#about ul.links li a {
  display: block;
  background-color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  padding: 35px;
  padding-right: 70px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  #about ul.links li a {
    font-size: 1.8rem;
    padding: 24px;
    padding-right: 48px;
  }
}
#about ul.links li a:hover {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
}
#about ul.links li a::before {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-image: url(../../images/modules/icon_guide.svg);
  background-size: contain;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #about ul.links li a::before {
    width: 45px;
    height: 45px;
    left: 24px;
  }
}
#about ul.links li a.guide::before {
  background-image: url(../../images/modules/icon_guide.svg);
}
#about ul.links li a.faq::before {
  background-image: url(../../images/modules/icon_faq.svg);
}
#about ul.links li a.message::before {
  background-image: url(../../images/modules/icon_message.svg);
}
#about ul.links li a::after {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-image: url(../../images/modules/arrow_black.svg);
  background-size: contain;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #about ul.links li a::after {
    right: 24px;
  }
}
#about ul.links li + li {
  margin-top: 32px;
}
@media (max-width: 768px) {
  #about ul.links li + li {
    margin-top: 24px;
  }
}

#news .pc_flex {
  justify-content: space-between;
}
@media (max-width: 768px) {
  #news .news_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
  }
}
#news .button.black {
  width: 180px;
}
@media (min-width: 769px) {
  #news .button.black {
    margin-top: 48px;
  }
}
@media (max-width: 768px) {
  #news .button.black {
    width: 160px !important;
    background-position: right 24px center;
  }
}
#news ul {
  border-top: solid 1px #b3b3b3;
}
@media (min-width: 769px) {
  #news ul {
    width: 920px;
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  #news ul {
    margin-top: 40px;
  }
}
#news li a {
  display: block;
  border-bottom: solid 1px #b3b3b3;
  background-image: url(../../images/modules/arrow_black.svg);
  background-repeat: no-repeat;
  background-position: right 24px center;
}
@media (min-width: 769px) {
  #news li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 24px;
  }
}
@media (max-width: 768px) {
  #news li a {
    padding: 16px;
    position: relative;
    background-position: right 8px center;
  }
}
#news li a:hover {
  background-color: #f8f8f8;
}
#news li a .date {
  font-size: 2.4rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media (min-width: 769px) {
  #news li a .date {
    width: 164px;
  }
}
@media (max-width: 768px) {
  #news li a .date {
    font-size: 1.8rem;
  }
}
#news li a .post_info {
  padding-right: 48px;
}
@media (min-width: 769px) {
  #news li a .post_info {
    width: calc(100% - 164px);
  }
}
@media (max-width: 768px) {
  #news li a .post_info {
    padding-right: 32px;
  }
}
#news li a .title {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  #news li a .title {
    font-size: 1.6rem;
  }
}
#news li a .category {
  margin-bottom: 16px;
  width: 100%;
}
@media (max-width: 768px) {
  #news li a .category {
    margin-bottom: 8px;
  }
}
#news li a .category span {
  font-size: 1.8rem;
  display: inline-block;
  border: solid 1px #db0012;
  border-radius: 3px;
  width: 120px;
  text-align: center;
  margin-right: 5px;
}
@media (max-width: 768px) {
  #news li a .category span {
    font-size: 1.2rem;
    width: 80px;
  }
}

#sns {
  background-color: #f2f2f2;
}
@media (min-width: 769px) {
  #sns .pc_flex {
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 64px;
  }
}
#sns p {
  font-size: 2rem;
}
@media (max-width: 768px) {
  #sns p {
    font-size: 1.6rem;
  }
}
#sns p.small {
  font-size: 1.8rem;
  margin-top: 8px;
}
@media (max-width: 768px) {
  #sns p.small {
    font-size: 1.4rem;
  }
}
@media (min-width: 769px) {
  #sns .youtube {
    width: 55.3%;
    padding-right: 30px;
  }
}
#sns .youtube .logo {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #sns .youtube .logo {
    margin-top: 32px;
  }
}
#sns .youtube .logo img {
  width: 164px;
  height: 38px;
}
#sns .youtube a {
  display: block;
  border: solid 1px #cccccc;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 24px;
}
#sns .youtube a img {
  transition: all 0.5s;
}
#sns .youtube a:hover img {
  transform: scale(1.1);
}
@media (min-width: 769px) {
  #sns .sns {
    width: 44.7%;
    padding-left: 30px;
    border-left: 1px solid #b3b3b3;
  }
}
@media (max-width: 768px) {
  #sns .sns {
    border-top: 1px solid #b3b3b3;
    padding-top: 40px;
    margin-top: 40px;
  }
}
#sns .sns_block.add_border {
  border-top: solid 1px #b3b3b3;
  padding-top: 40px;
  margin-top: 40px;
}
#sns .sns_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
#sns .sns_icon a {
  display: block;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  #sns .sns_icon a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#sns .sns_icon a:hover {
  opacity: 0.6;
}
#sns .sns_icon img {
  width: 68px;
  height: 68px;
}
@media (max-width: 768px) {
  #sns .sns_icon img {
    width: 56px;
    height: 56px;
  }
}
/*# sourceMappingURL=home.css.map */
