.kokusai {
  --category-color: #F1A036;
}

.kougaku {
  --category-color: #42A4D7;
}

.ningen {
  --category-color: #E66360;
}

.kenko {
  --category-color: #74AC50;
}

.yakugaku {
  --category-color: #1AA697;
}

.keizai {
  --category-color: #F1A036;
}

.seimei {
  --category-color: #74AC50;
}

.learn-course .wave_area1 {
  background: url(../../img/learn-course/wave_1_sp.png) repeat-x center/cover;
}
@media only screen and (min-width: 769px) {
  .learn-course .wave_area1 {
    background: url(../../img/learn-course/wave_1.png) repeat-x center/cover;
  }
}
.learn-course .wave_area2 {
  background: url(../../img/learn-course/wave_2_sp.png) repeat-x center/cover;
}
@media only screen and (min-width: 769px) {
  .learn-course .wave_area2 {
    background: url(../../img/learn-course/wave_2.png) repeat-x center/cover;
  }
}
.learn-course .modalClose {
  cursor: pointer;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../../img/feel-about/icon_close.svg) no-repeat center/20px 20px;
  background-color: #FFE703;
  border: 6px solid #222;
}
@media only screen and (min-width: 769px) {
  .learn-course .modalClose {
    width: 80px;
    height: 80px;
    bottom: -40px;
    background: url(../../img/feel-about/icon_close.svg) no-repeat center/30px 30px;
    background-color: #FFE703;
  }
}
.learn-course .fukidashi_ttl {
  font-size: clamp(1.8rem, 1.632rem + 0.42vw, 2rem);
  text-align: center;
  padding: 13px 0;
  border-top: 6px solid #222;
  border-bottom: 6px solid #222;
  position: relative;
}
.learn-course .fukidashi_ttl::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  margin: auto;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #222;
  border-bottom: 0;
  display: block;
}
@media only screen and (min-width: 769px) {
  .learn-course {
    padding: 16px 0;
  }
}
.learn-course .page_ttlarea {
  background: url(../../img/learn-course/page_ttl_bg_sp.png) no-repeat center bottom/100% auto;
}
@media only screen and (min-width: 641px) {
  .learn-course .page_ttlarea {
    background: url(../../img/learn-course/page_ttl_bg.png) no-repeat left center/cover;
  }
}
.learn-course .page_ttlarea .ttl_area {
  background: url(../../img/learn-course/title_icon.png) no-repeat left bottom/137px auto;
  background-color: #F1A036;
}
@media only screen and (min-width: 641px) {
  .learn-course .page_ttlarea .ttl_area {
    background: url(../../img/learn-course/title_icon.png) no-repeat right bottom/250px auto;
    background-color: #F1A036;
  }
}
.learn-course .page_ttlarea .wave_area {
  background: url(../../img/learn-course/wave_ttl_sp.png) repeat-x;
}
@media only screen and (min-width: 641px) {
  .learn-course .page_ttlarea .wave_area {
    background: url(../../img/learn-course/wave_ttl.png) repeat-x;
  }
}
.learn-course .lead_section {
  padding: 70px 0;
}
@media only screen and (min-width: 769px) {
  .learn-course .lead_section {
    padding: 100px 0;
  }
}
.learn-course .lead_section .lead_ttl {
  font-size: clamp(2.6rem, 1.421rem + 2.95vw, 4rem);
  color: #F1A036;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 25px;
  font-weight: bold;
}
.learn-course .lead_section .desc {
  font-size: clamp(1.5rem, 1.416rem + 0.21vw, 1.6rem);
  text-align: center;
}
.learn-course .orange_section {
  position: relative;
  background-color: #F1A036;
  padding: 30px 0;
}
@media only screen and (min-width: 769px) {
  .learn-course .orange_section {
    padding: 120px 0 100px;
  }
}
.learn-course .orange_section .heading {
  padding: 25px 0;
  margin-bottom: 30px;
  position: relative;
}
.learn-course .orange_section .heading::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.learn-course .orange_section .heading .orange_ttl {
  font-size: clamp(2.4rem, 1.221rem + 2.95vw, 3.8rem);
  text-align: center;
  font-weight: bold;
  position: relative;
  line-height: 1.8em;
  white-space: normal;
}
@media only screen and (min-width: 769px) {
  .learn-course .orange_section .heading .orange_ttl {
    text-align: left;
  }
}
.learn-course .orange_section .heading .orange_ttl .orange {
  color: #F1A036;
  font-size: 1.4em;
}
@media only screen and (min-width: 769px) {
  .learn-course .orange_section .heading .orange_ttl .orange {
    font-size: 4.4rem;
  }
}
.learn-course .orange_section .desc {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .learn-course .orange_section .desc {
    margin-bottom: 0;
    width: 47%;
  }
}
@media only screen and (min-width: 769px) {
  .learn-course .orange_section .imgarea {
    width: 42%;
    position: absolute;
    top: 45px;
    right: 3%;
    max-width: 650px;
  }
}
@media only screen and (min-width: 1100px) {
  .learn-course .orange_section .imgarea {
    width: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .learn-course .orange_section .imgarea {
    right: calc((100vw - 1400px) / 2 + 3%);
  }
}
@media only screen and (min-width: 769px) {
  .learn-course .orange_section.reverse .heading .orange_ttl {
    width: 48%;
    margin: 0 0 0 auto;
  }
  .learn-course .orange_section.reverse .desc {
    margin: 0 0 0 auto;
  }
  .learn-course .orange_section.reverse .imgarea {
    right: auto;
    left: 3%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1100px) {
  .learn-course .orange_section.reverse .imgarea {
    width: 48%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1440px) {
  .learn-course .orange_section.reverse .imgarea {
    left: calc((100vw - 1400px) / 2 + 3%);
  }
}
.learn-course .slider_section {
  padding-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .learn-course .slider_section {
    padding-bottom: 100px;
  }
}
.learn-course .slider_section .slider_area {
  padding-top: 60px;
  padding-bottom: 100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.learn-course .slider_section .swiper-button-prev,
.learn-course .slider_section .swiper-button-next {
  display: none;
}
@media only screen and (min-width: 769px) {
  .learn-course .slider_section .swiper-button-prev,
  .learn-course .slider_section .swiper-button-next {
    display: flex;
  }
}
@media only screen and (min-width: 769px) {
  .learn-course .depertment_slider .swiper-slide {
    width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .learn-course .depertment_slider .swiper-slide {
    width: 61.7857142857vw !important;
  }
}
@media only screen and (min-width: 769px) {
  .learn-course .depertment_slider .flex_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1100px) {
  .learn-course .depertment_slider .flex_block {
    width: 61.7857142857vw;
  }
}
.learn-course .depertment_slider .text_box {
  border: 4px #222 solid;
  border-radius: 20px;
  position: relative;
  padding: 10.2564102564vw 5.1282051282vw 0;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  height: 94.8717948718vw;
}
@media only screen and (min-width: 769px) {
  .learn-course .depertment_slider .text_box {
    width: 50%;
    margin-bottom: 0;
    height: auto;
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .learn-course .depertment_slider .text_box {
    padding: 3.5714285714vw 2.1428571429vw;
    width: 50%;
    height: 27.1428571429vw;
  }
}
.learn-course .depertment_slider .text_box .depertment_name {
  font-size: 5.641025641vw;
  line-height: 12.0512820513vw;
  color: #fff;
  background-color: var(--category-color);
  width: 64.1025641026vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -25px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
}
@media only screen and (min-width: 769px) {
  .learn-course .depertment_slider .text_box .depertment_name {
    font-size: 2.2rem;
    width: 250px;
    line-height: 47px;
  }
}
@media only screen and (min-width: 1100px) {
  .learn-course .depertment_slider .text_box .depertment_name {
    font-size: 2vw;
    width: 17.8571428571vw;
    top: -1.7857142857vw;
    line-height: 3.7142857143vw;
  }
}
.learn-course .depertment_slider .text_box .box_ttl {
  font-size: 5.1282051282vw;
  font-weight: bold;
  margin-bottom: 14px;
  line-height: 1.5em;
}
@media only screen and (min-width: 769px) {
  .learn-course .depertment_slider .text_box .box_ttl {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .learn-course .depertment_slider .text_box .box_ttl {
    font-size: 1.7142857143vw;
    margin-bottom: 1.4285714286vw;
  }
}
.learn-course .depertment_slider .text_box .tags {
  margin-bottom: 13px;
  display: flex;
}
.learn-course .depertment_slider .text_box .tag {
  font-size: 2.5641025641vw;
  font-weight: bold;
  border-radius: 100vh;
  border: solid 2px #222;
  line-height: 22px;
  background-color: #FFE703;
  margin-right: 5px;
  padding: 0 0.5em;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .learn-course .depertment_slider .text_box .tag {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1100px) {
  .learn-course .depertment_slider .text_box .tag {
    font-size: 1vw;
    line-height: pc(30);
  }
}
.learn-course .depertment_slider .text_box .tag .icon {
  display: inline-block;
  align-items: center;
  width: 11px;
  margin-left: 7px;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  .learn-course .depertment_slider .text_box .tag .icon {
    width: 1.0714285714vw;
    margin-left: 0.5vw;
  }
}
.learn-course .depertment_slider .text_box .desc {
  font-size: 3.0769230769vw;
}
@media only screen and (min-width: 769px) {
  .learn-course .depertment_slider .text_box .desc {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1100px) {
  .learn-course .depertment_slider .text_box .desc {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 769px) {
  .learn-course .depertment_slider .imgarea {
    width: 49%;
  }
}
.learn-course .modal {
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: auto;
  background-color: rgba(17, 150, 103, 0.7);
  padding-bottom: 300px;
}
.learn-course .modal .modal_box {
  background-color: #fff;
  max-width: 1024px;
  width: 90%;
  border-radius: 50px;
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
  border: solid 6px #222;
  padding: 40px 3% 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .learn-course .modal .modal_box {
    padding: 80px 120px 120px;
  }
}
.learn-course .modal .modal_box .box_ttl {
  font-size: clamp(2.4rem, 1.895rem + 1.26vw, 3rem);
  color: #F3A124;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8em;
}
.learn-course .modal .modal_box .desc {
  font-size: clamp(1.6rem, 1.432rem + 0.42vw, 1.8rem);
}
.learn-course .box_section {
  padding-bottom: 60px;
}
@media only screen and (min-width: 769px) {
  .learn-course .box_section {
    padding-bottom: 100px;
  }
}
.learn-course .box_section .swiper_area {
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .learn-course .box_section .swiper_area {
    max-width: 90%;
    margin: 0 auto;
    width: 1024px;
  }
  .learn-course .box_section .swiper_area .pagenation_area {
    display: none;
  }
}
.learn-course .box_section .swiper_area .swiper-wrapper {
  justify-content: space-between;
}
.learn-course .box_section .swiper_area .box_slider .text_box {
  background-color: #fff;
  border-radius: 20px;
  border: solid 4px #222;
  padding: 30px 20px;
  width: 96%;
  margin: -30px auto 0;
  position: relative;
}
.learn-course .box_section .swiper_area .box_slider .text_box .box_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #F1A036;
}
.learn-course .box_section .swiper_area .box_slider .text_box .desc {
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .learn-course .box_section .swiper_area .box_slider .swiper-slide {
    width: 31%;
  }
}
.learn-course .box_section .check_box {
  border: 4px #222 solid;
  border-radius: 20px;
  background-color: #F1A036;
  padding: 60px 3%;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .learn-course .box_section .check_box {
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.learn-course .box_section .check_box .icon {
  width: 106px;
  position: absolute;
  top: -30px;
  left: -20px;
}
@media only screen and (min-width: 769px) {
  .learn-course .box_section .check_box .icon {
    width: 120px;
    top: -38px;
    left: -42px;
  }
}
@media only screen and (min-width: 769px) {
  .learn-course .box_section .check_box .textarea {
    width: 48%;
  }
}
.learn-course .box_section .check_box .textarea .box_ttl {
  font-size: clamp(2.4rem, 2.232rem + 0.42vw, 2.6rem);
  font-weight: bold;
  text-align: center;
  display: table;
  margin: auto;
  position: relative;
  margin-bottom: 1em;
}
.learn-course .box_section .check_box .textarea .box_ttl::before {
  content: "";
  background: url(../../img/learn-course/title_deco_l.svg) no-repeat center/contain;
  position: absolute;
  left: -50px;
  bottom: 0;
  width: 42px;
  height: 40px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .learn-course .box_section .check_box .textarea .box_ttl::before {
    content: none;
  }
}
@media only screen and (min-width: 769px) {
  .learn-course .box_section .check_box .textarea .box_ttl::before {
    width: 25px;
  }
}
.learn-course .box_section .check_box .textarea .box_ttl::after {
  content: "";
  background: url(../../img/learn-course/title_deco_r.svg) no-repeat center/contain;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 42px;
  height: 40px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .learn-course .box_section .check_box .textarea .box_ttl::after {
    content: none;
  }
}
@media only screen and (min-width: 769px) {
  .learn-course .box_section .check_box .textarea .box_ttl::after {
    width: 25px;
  }
}
.learn-course .box_section .check_box .textarea .desc {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .learn-course .box_section .check_box .textarea .desc {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 769px) {
  .learn-course .box_section .check_box .imgarea {
    width: 48%;
  }
}
.learn-course .navbox_section {
  background-color: #119667;
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 769px) {
  .learn-course .navbox_section {
    margin-bottom: -10px;
  }
}
.learn-course .navbox_section .wave_area1 {
  background: url(../../img/learn-course/wave_1_gr_sp.png) repeat-x center/cover;
}
@media only screen and (min-width: 769px) {
  .learn-course .navbox_section .wave_area1 {
    background: url(../../img/learn-course/wave_1_gr.png) repeat-x center/cover;
  }
}
.learn-course .navbox_section .wave_area2 {
  background: url(../../img/learn-course/wave_2_gr_sp.png) repeat-x center/cover;
}
@media only screen and (min-width: 769px) {
  .learn-course .navbox_section .wave_area2 {
    background: url(../../img/learn-course/wave_2_gr.png) repeat-x center/cover;
  }
}
.learn-course .navbox_section .navbox_ttl {
  font-size: clamp(3.4rem, 2.558rem + 2.11vw, 4.4rem);
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5em;
  margin-bottom: 45px;
}
@media only screen and (min-width: 769px) {
  .learn-course .navbox_section .nav_box_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.learn-course .navbox_section .nav_box_list::after {
  content: "";
  display: block;
  width: 32%;
}
.learn-course .navbox_section .nav_box_list .nav_box {
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .learn-course .navbox_section .nav_box_list .nav_box {
    margin-bottom: 30px;
    width: 32%;
    display: flex;
    flex-direction: column;
  }
}
.learn-course .navbox_section .nav_box_list .nav_box .linkbox {
  width: 96%;
  background-color: white;
  border-radius: 20px;
  border: solid 4px #222;
  margin-top: -20px;
  position: relative;
  padding: 36px 30px 28px;
  flex-grow: 1;
  margin: -20px auto 0;
}
.learn-course .navbox_section .nav_box_list .nav_box .linkbox .faculty_link {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 250px;
}
.learn-course .navbox_section .nav_box_list .nav_box .linkbox .faculty_link a {
  color: #fff;
  display: block;
  background-color: var(--category-color);
  padding: 0 0 0 14px;
  font-weight: bold;
  position: relative;
  border-radius: 10px;
  width: 250px;
  height: 52px;
  font-size: 1.8rem;
  line-height: 52px;
}
.learn-course .navbox_section .nav_box_list .nav_box .linkbox .faculty_link a::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../../img/learn-course/icon_arw.svg) no-repeat center/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.learn-course .navbox_section .nav_box_list .nav_box .linkbox .depertment_list li {
  margin-bottom: 10px;
}
.learn-course .navbox_section .nav_box_list .nav_box .linkbox .depertment_list li:last-child {
  margin-bottom: 0;
}
.learn-course .navbox_section .nav_box_list .nav_box .linkbox .depertment_list li a {
  font-size: 1.4rem;
}
.learn-course .navbox_section .nav_box_list .nav_box .linkbox .depertment_list li a::before {
  content: "";
  mask: url(../../img/learn-course/icon_link.svg) center center/contain no-repeat;
  width: 4px;
  height: 7px;
  background-color: var(--category-color);
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}