/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap");
.sp_only {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_only {
    display: inline-block;
  }
}

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

.mv_bg {
  background: url(../images/top/background.jpg) no-repeat center/cover;
  padding-bottom: 94px;
}
@media screen and (max-width: 750px) {
  .mv_bg {
    padding-bottom: 16vw;
  }
}

#hero {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
}
@media screen and (max-width: 750px) {
  #hero {
    padding-top: 10vw;
  }
}
#hero .title_box {
  text-align: center;
}
#hero .title_box .hero_text {
  font-size: 120px;
}
@media screen and (max-width: 750px) {
  #hero .title_box .hero_text {
    font-size: 9vw;
  }
}
#hero .featured-swiper {
  margin: 20px 0 30px;
}
@media screen and (max-width: 750px) {
  #hero .featured-swiper {
    margin: 5vw 0 5vw;
  }
}
#hero .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
}
@media screen and (max-width: 750px) {
  #hero .swiper-slide {
    width: 80%;
  }
}
#hero .slide-content {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  font-size: 1.2rem;
}
#hero .swiper-button-prev,
#hero .swiper-button-next {
  color: #333;
}
#hero .cta-btn {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  #hero .cta-btn {
    margin-top: 10vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#hero .btn {
  display: inline-block;
  padding: 7px 63px;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  #hero .btn {
    display: block;
    width: 80%;
    text-align: center;
    padding: 3vw 0;
  }
}
#hero .btn .btn_arw {
  display: inline-block;
  position: absolute;
  top: 22%;
  right: 24px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

#reccomend {
  padding: 50px 0;
}
@media screen and (max-width: 750px) {
  #reccomend {
    padding: 14vw 0 5vw;
  }
}
#reccomend .swiper_box {
  margin-top: 66px;
}
@media screen and (max-width: 750px) {
  #reccomend .swiper_box {
    margin-top: 10vw;
  }
}
#reccomend .featured-swiper--rec_logo .swiper-slide,
#reccomend .featured-swiper--rec_logo2 .swiper-slide {
  width: 13%;
}
@media screen and (max-width: 750px) {
  #reccomend .featured-swiper--rec_logo .swiper-slide,
  #reccomend .featured-swiper--rec_logo2 .swiper-slide {
    width: 17vw;
  }
}
#reccomend .slide-content a {
  display: block;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#reccomend .slide-content a img {
  width: 100%;
}
#reccomend .featured-swiper--rec_logo2 {
  margin-top: 20px;
}
#reccomend .featured-swiper--rec_logo2 .swiper-slide {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 750px) {
  #reccomend .featured-swiper--rec_logo2 .swiper-slide {
    -webkit-transform: translateX(8vw);
            transform: translateX(8vw);
  }
}
#reccomend .featured-swiper--rec_banner {
  margin-top: 15px;
}
#reccomend .featured-swiper--rec_banner .swiper-slide {
  width: 20%;
  -webkit-transform: translateX(4%);
          transform: translateX(4%);
}
@media screen and (max-width: 750px) {
  #reccomend .featured-swiper--rec_banner .swiper-slide {
    width: 39vw;
  }
}
#reccomend .cta-btn {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  #reccomend .cta-btn {
    margin-top: 10vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#reccomend .btn {
  display: inline-block;
  padding: 7px 63px;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  #reccomend .btn {
    display: block;
    width: 80%;
    text-align: center;
    padding: 3vw 0;
  }
}
#reccomend .btn .btn_arw {
  display: inline-block;
  position: absolute;
  top: 22%;
  right: 24px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

#movie {
  padding: 87px 0 140px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  #movie {
    padding: 13vw 0 25vw;
  }
}
#movie:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#63A35A), to(#579BBC));
  background: linear-gradient(90deg, #63A35A 0%, #579BBC 100%);
  border-radius: 30px 30px 0 0;
}
#movie .title_box .container {
  position: relative;
  top: 0;
  left: 0;
}
#movie .title_box .page-nation_wrap {
  position: absolute;
  top: -35px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#movie .title_box .swiper-button-next,
#movie .title_box .swiper-button-prev {
  position: relative;
  top: -2px;
  left: 0;
  width: 60px;
  height: 30px;
  margin-top: 0;
}
#movie .title_box .swiper-button-next:after,
#movie .title_box .swiper-button-prev:after {
  content: "";
}
#movie .title_box .swiper-pagination {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
}
#movie .swiper-button-next {
  background: url(../images/parts/page_nation_next.svg) no-repeat center/100% 100%;
}
#movie .swiper-button-prev {
  background: url(../images/parts/page_nation_prev.svg) no-repeat center/100% 100%;
}
#movie .swiper-button-next,
#movie .swiper-button-prev {
  width: 60px;
  height: 30px;
}
@media screen and (max-width: 750px) {
  #movie .swiper-button-next,
  #movie .swiper-button-prev {
    width: 10vw;
    height: 10vw;
  }
}
#movie .swiper-button-next:after,
#movie .swiper-button-prev:after {
  content: "";
}
#movie .swiper_box {
  margin-top: 60px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #movie .swiper_box {
    margin-top: 10vw;
  }
}
#movie .swiper_box .swiper-slide {
  width: 25%;
}
@media screen and (max-width: 750px) {
  #movie .swiper_box .swiper-slide {
    width: 65vw;
  }
}
#movie .swiper_box .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
#movie .swiper_box .subtitle {
  font-size: 16px;
  margin-top: 6px;
}
#movie .cta-btn {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  #movie .cta-btn {
    margin-top: 10vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#movie .btn {
  display: inline-block;
  padding: 7px 63px;
  background-color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  #movie .btn {
    display: block;
    width: 80%;
    text-align: center;
    padding: 3vw 0;
  }
}
#movie .btn .btn_arw {
  display: inline-block;
  position: absolute;
  top: 22%;
  right: 24px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

#interview {
  padding: 87px 0;
  position: relative;
  top: 0;
  left: 0;
  margin-top: -40px;
}
@media screen and (max-width: 750px) {
  #interview {
    padding: 13vw 0 25vw;
  }
}
#interview:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
}
#interview .title_box .container {
  position: relative;
  top: 0;
  left: 0;
}
#interview .title_box .page-nation_wrap {
  position: absolute;
  top: -35px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#interview .title_box .swiper-button-next,
#interview .title_box .swiper-button-prev {
  position: relative;
  top: -2px;
  left: 0;
  margin-top: 0;
}
#interview .title_box .swiper-button-next:after,
#interview .title_box .swiper-button-prev:after {
  content: "";
}
#interview .title_box .swiper-pagination {
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
}
#interview .swiper-button-next {
  background: url(../images/parts/page_nation_next_line.svg) no-repeat center/100% 100%;
}
#interview .swiper-button-prev {
  background: url(../images/parts/page_nation_prev_line.svg) no-repeat center/100% 100%;
}
#interview .swiper-button-next,
#interview .swiper-button-prev {
  width: 60px;
  height: 30px;
}
@media screen and (max-width: 750px) {
  #interview .swiper-button-next,
  #interview .swiper-button-prev {
    width: 10vw;
    height: 10vw;
  }
}
#interview .swiper-button-next:after,
#interview .swiper-button-prev:after {
  content: "";
}
#interview .swiper_box {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  #interview .swiper_box {
    margin-top: 10vw;
  }
}
#interview .swiper_box .swiper-slide {
  width: 25%;
}
@media screen and (max-width: 750px) {
  #interview .swiper_box .swiper-slide {
    width: 65vw;
  }
}
#interview .swiper_box .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
#interview .swiper_box .dpt {
  font-size: 16px;
  margin-top: 6px;
}
#interview .swiper_box .start {
  font-size: 16px;
  margin-top: 6px;
}
#interview .cta-btn {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#interview .btn {
  display: inline-block;
  padding: 7px 63px;
  background-color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
}
#interview .btn .btn_arw {
  display: inline-block;
  position: absolute;
  top: 22%;
  right: 24px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

#article {
  margin-top: 64px;
  padding: 87px 0 140px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  #article {
    margin-top: 0;
    padding: 13vw 0 25vw;
  }
}
#article:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left top, right top, from(#63A35A), to(#579BBC));
  background: linear-gradient(90deg, #63A35A 0%, #579BBC 100%);
  border-radius: 30px 30px 0 0;
}
#article .article_list_wrap {
  margin-top: 76px;
  padding: 0 40px 50px 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  #article .article_list_wrap {
    padding: 0;
    margin-top: 2vw;
    padding-bottom: 12vw;
  }
}
#article .article_list_wrap:after {
  content: "";
  position: absolute;
  top: 130px;
  left: -40px;
  width: 100vw;
  height: calc(100% - 130px);
  border-radius: 30px 0 0 30px;
  background: -webkit-gradient(linear, left top, right top, from(#579BBC), to(#C3F4E9));
  background: linear-gradient(90deg, #579BBC 0%, #C3F4E9 100%);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  #article .article_list_wrap:after {
    left: -5vw;
  }
}
#article .article_list_wrap .article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#article .article_list_wrap .article_item {
  background-color: #fff;
  border-radius: 40px 0 40px 0;
  overflow: hidden;
  width: 31%;
  margin-right: 3%;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  #article .article_list_wrap .article_item {
    margin-top: 5vw;
  }
}
#article .article_list_wrap .article_item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  #article .article_list_wrap .article_item {
    width: 47%;
    margin-right: 5%;
    border-radius: 20px 0 20px 0;
  }
  #article .article_list_wrap .article_item:nth-child(3n) {
    margin-right: 5%;
  }
  #article .article_list_wrap .article_item:nth-child(even) {
    margin-right: 0;
  }
}
#article .article_list_wrap .article_item dt img {
  width: 100%;
}
#article .article_list_wrap .article_item dd {
  padding: 16px 10px;
}
@media screen and (max-width: 750px) {
  #article .article_list_wrap .article_item dd {
    padding: 3vw;
  }
}
#article .article_list_wrap .article_item dd .item_title {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #article .article_list_wrap .article_item dd .item_title {
    font-size: 3.8vw;
  }
}
#article .cta-btn {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  #article .cta-btn {
    margin-top: 10vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#article .btn {
  display: inline-block;
  padding: 7px 63px;
  background-color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  #article .btn {
    display: block;
    width: 80%;
    text-align: center;
    padding: 3vw 0;
  }
}
#article .btn .btn_arw {
  display: inline-block;
  position: absolute;
  top: 22%;
  right: 24px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}