@charset "UTF-8";
/* ------------------------------
   Setting
------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
/* ===================================================================
  HOME
===================================================================*/
.home .Main {
  background: url("../../img/home/main_sp_4.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  aspect-ratio: 375 / 617;
  height: auto;
}

.home .Main .main_inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.home .Main h1 {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 290px;
  height: 143px;
  background: url("../../img/home/main_title_sp.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  margin: auto;
}

.home .Main p {
  display: none;
}

.home .pickup .pickup_wrap {
  margin: 4rem 0;
  overflow: hidden;
  padding-bottom: 2rem;
}

.home .pickup .swiper-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home .pickup .swiper-container {
  overflow: visible !important;
  position: relative;
  height: 393px;
  border-top: 6px solid #C08FB3;
  border-bottom: 6px solid #C08FB3;
}

.home .pickup .swiper-container::before {
  display: block;
  content: "";
  width: 6px;
  height: 387px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background: #C08FB3;
}

.home .pickup .swiper-container::after {
  display: block;
  content: "";
  width: 6px;
  height: 387px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  background: #C08FB3;
}

.home .pickup .slider_area {
  max-width: 320px;
  margin: 0 auto;
  padding: 0 12px;
  position: relative;
}

.home .pickup .slide_label {
  background: #C08FB3;
  color: #FFF;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 24px;
  font-weight: bold;
  padding: 1rem 2rem;
}

.home .pickup .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.home .pickup .swiper-slide {
  width: 295px;
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  overflow: hidden;
}

.home .pickup .swiper-slide img {
  max-width: 100%;
  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;
}

.home .pickup .swiper-button-prev,
.home .pickup .swiper-button-next {
  width: 10px;
  height: 27px;
  background-color: #424242;
  padding: 23px;
  border-radius: 50%;
  background-size: 10px 27px;
  z-index: 1;
}

.home .pickup .swiper-button-prev {
  left: 0;
}

.home .pickup .swiper-button-next {
  right: 0;
}

.home .pickup .swiper-pagination {
  position: relative;
  bottom: -10px;
}

.home .pickup .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 .5rem;
}

.home .pickup .swiper-pagination-bullet-active {
  background: #C08FB3;
}

.home .information .info_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 4rem;
}

.home .information h3 {
  font-size: 28px;
  margin-bottom: 2rem;
}

.home .information h3 span {
  font-size: 16px;
  display: block;
}

.home .information li {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.home .information li:first-child {
  border-top: 1px solid #E6E6E6;
  padding-top: 1.5rem;
}

.home .information .date_area {
  color: #ACA9A9;
  font-size: 12px;
  margin-bottom: 1rem;
}

.home .information .tag_area {
  font-size: 12px;
  margin-bottom: 1rem;
}

.home .information .info_more {
  margin-bottom: 4rem;
}

.home .movie {
  margin-bottom: 6rem;
}

.home .movie h3 {
  margin-left: 2rem;
  position: relative;
  font-size: 54px;
  padding-left: 46px;
  letter-spacing: .3rem;
  color: #19CBC7;
  margin-bottom: 3rem;
}

.home .movie h3::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 35px;
  height: 4px;
  background: #19CBC7;
}

.home .movie h3 span {
  display: block;
  letter-spacing: .2rem;
  font-size: 18px;
  color: #424242;
}

.home .movie div[class^="movie_sec"] {
  padding: 80% 0 0 0;
  margin-bottom: 4rem;
}

.home .movie div[class^="movie_sec"] .movie_con {
  margin: 0 2rem;
  font-size: 14px;
  font-size: 3.73333vw;
}

.home .movie div[class^="movie_sec"] .movie_con a {
  background: #FFF;
  border: 6px solid #19CBC7;
  display: block;
  padding: 3rem 4rem;
  font-weight: bold;
}

.home .movie div[class^="movie_sec"] .movie_con a h4 {
  font-size: 22px;
  color: #19CBC7;
  text-align: center;
  position: relative;
}

.home .movie div[class^="movie_sec"] .movie_con a h4::before {
  display: block;
  font-family: "icomoon";
  width: 76px;
  margin: 0 auto;
  font-size: 76px;
  font-weight: normal;
}

.home .movie div[class^="movie_sec"] .movie_con a h4::after {
  display: block;
  content: "";
  background: #19CBC7;
  width: 30px;
  height: 4px;
  margin: 2rem auto 3rem;
}

.home .movie .movie_sec1 {
  background: url(../../img/home/movie_01_sp.jpg) no-repeat center top;
  background-size: 100%;
}

.home .movie .movie_sec1 .movie_con h4::before {
  content: "\e90d";
}

.home .movie .movie_sec2 {
  background: url(../../img/home/movie_02_sp.jpg) no-repeat center top;
  background-size: 100%;
}

.home .movie .movie_sec2 .movie_con h4::before {
  content: "\e912";
}

.home .movie .movie_sec2.mind_sec {
  background: url(../../img/home/mind_01_sp.jpg) no-repeat right top;
  background-size: 100%;
}

.home .movie .movie_sec2.mind_sec .movie_con h4::before {
  display: none;
}

.home .movie .movie_sec2.mind_sec .movie_con h4 span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.home .movie div[class^="movie_sec"].mind_sec .movie_con a {
  border-color: #f26262;
}

.home .movie div[class^="movie_sec"].mind_sec .movie_con a h4 {
  color: #f26262;
}

.home .movie div[class^="movie_sec"].mind_sec .movie_con a h4::after {
  background: #f26262;
}

.home .section1 {
  background: #C08FB3;
  padding: 3rem 1rem;
}

.home .section1 .sec1_inner_wrap {
  width: 100%;
  max-width: 600px;
  position: relative;
  height: auto;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.home .section1 .sec1_inner_wrap:before {
  content: "";
  display: block;
  padding-top: 200%;
}

.home .section1 .sec1_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home .section1 h4 {
  color: #FFF;
  font-size: 28px;
  position: relative;
  height: 50px;
  margin-bottom: 1rem;
}

.home .section1 h4 span {
  position: absolute;
  background: #C08FB3;
  z-index: 1;
  padding: 0 2rem;
  left: 0;
}

.home .section1 h4:after {
  position: absolute;
  width: 86%;
  height: 2px;
  content: "";
  background: #FFF;
  top: 20px;
  right: 10%;
}

.home .section1 .sec1_image {
  width: 100%;
}

.home .section1 .sec1_image img {
  width: 100%;
}

.home .section1 .sec1_con {
  background: #FFF;
  margin: 0 2rem;
  padding: 3rem;
  position: absolute;
  bottom: 0;
  height: 60%;
  font-size: 14px;
  font-size: 3.73333vw;
  line-height: 2;
}

.home .section1 .sec1_con p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background: #C08FB3;
  width: 160px;
  margin: 0 auto;
  padding: 1rem .5rem;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home .section1 .sec1_con p:after {
  display: block;
  content: "";
  border-top: 20px solid #C08FB3;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home .section1 .sec1_con h5 {
  color: #C08FB3;
  text-align: center;
  padding: 2rem 0;
  font-size: 22px;
  font-size: 5.86667vw;
}

.home .section1 .sec1_con ul {
  font-size: 16px;
  font-size: 4.26667vw;
  color: #C08FB3;
  font-weight: bold;
  position: absolute;
  bottom: 2rem;
}

.home .section1 .sec1_con ul li a {
  display: block;
  position: relative;
}

.home .section1 .sec1_con ul li a::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 6px;
  height: 2px;
  background: #C08FB3;
  margin-right: 1rem;
}

.home .section1 .sec1_con ul li a::after {
  display: inline-block;
  content: "\e902";
  color: #C08FB3;
  margin-left: 1rem;
  font-family: "icomoon";
  font-size: 14px;
  font-size: 3.73333vw;
}

.home .blog {
  position: relative;
}

.home .blog::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 305px;
  background: #FCFC62;
  z-index: 0;
}

.home .blog_wrap {
  position: relative;
  z-index: 1;
  padding: 4rem 2rem 0;
}

.home .blog_wrap h3 {
  position: relative;
  font-size: 54px;
  padding-left: 46px;
  letter-spacing: .3rem;
}

.home .blog_wrap h3::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 35px;
  height: 4px;
  background: #424242;
}

.home .blog_wrap h3 span {
  display: block;
  letter-spacing: .2rem;
  font-size: 18px;
  color: #424242;
}

.home .blog_wrap .blog_list {
  padding: 3rem 0 0;
}

.home .blog_wrap .blog_list li {
  margin-bottom: 2rem;
}

.home .blog_wrap .blog_list dt {
  width: 100%;
}

.home .blog_wrap .blog_list dt img {
  width: 100%;
  height: auto;
}

.home .blog_wrap .blog_list dd {
  padding: 0 1rem;
}

.home .blog_wrap .blog_list dd.title {
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.home .blog_wrap .blog_list dd.other {
  clear: both;
  padding-top: 1rem;
}

.home .blog_wrap .blog_list dd.other .date {
  color: #ACA9A9;
}

.home .blog_wrap .blog_list dd.other .tag {
  display: inline-block;
  color: #ACA9A9;
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: .2rem 1rem;
  text-align: center;
  font-weight: bold;
  margin: 0 .6rem;
}

.home .blog_wrap .blog_list dd.other .num {
  display: block;
  font-weight: bold;
  float: right;
}

.home .blog_wrap .blog_list dd.other .num::before {
  display: inline-block;
  content: "\e909";
  font-family: "icomoon";
  font-size: 20px;
  vertical-align: middle;
  margin-right: .6rem;
}

.home .sns {
  background: #FFF;
}

.home .sns .swiper-slide {
  text-align: center;
  margin-top: 40px;
}

.home .sns .sns_wrap {
  background: #7AAFF4;
  position: relative;
  z-index: 1;
  padding-top: 4rem;
  overflow: hidden;
}

.home .sns h3 {
  margin-left: 2rem;
  position: relative;
  font-size: 54px;
  padding-left: 46px;
  letter-spacing: .3rem;
  color: #FFF;
}

.home .sns h3::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 35px;
  height: 4px;
  background: #FFF;
}

.home .sns h3 span {
  display: block;
  letter-spacing: .2rem;
  font-size: 18px;
}

.home .sns .sns_list {
  text-align: center;
  color: #FFF;
  padding: 3rem 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.home .sns .sns_list dt {
  position: relative;
}

.home .sns .sns_list dt span {
  position: absolute;
  top: 0;
  left: 20px;
}

.home .sns .swiper-container {
  width: 100%;
  max-width: 180px !important;
  margin: 0 auto !important;
  overflow: visible !important;
}

.home .sns .sns_link {
  color: #FFF;
  padding-bottom: 4rem;
}

.home .sns .sns_link p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.home .sns .sns_fb_wrap,
.home .sns .sns_tw_wrap,
.home .sns .sns_line_wrap,
.home .sns .sns_insta_wrap,
.home .sns .sns_youtube_wrap,
.home .sns .sns_youtube_wrap_last,
.home .sns .sns_media_wrap {
  padding: 3rem 2rem;
}

.home .sns .sns_fb_wrap a,
.home .sns .sns_tw_wrap a,
.home .sns .sns_line_wrap a,
.home .sns .sns_insta_wrap a,
.home .sns .sns_youtube_wrap a,
.home .sns .sns_youtube_wrap_last a,
.home .sns .sns_media_wrap a {
  line-height: 4.4;
  display: block;
  text-align: center;
  max-width: 335px;
  margin: 0 auto;
  height: 60px;
  padding: 0 0 0 2rem;
  letter-spacing: 0.1;
  font-size: 13px;
}

.home .sns .sns_line_wrap {
  border-top: 4px solid #FFF;
}

.home .sns .sns_line_wrap a {
  background: #00B900 url(../../img/common/ico_line.png) no-repeat 20% center;
}

.home .sns .sns_youtube_wrap,
.home .sns .sns_youtube_wrap_last,
.home .sns .sns_media_wrap {
  border-top: 4px solid #FFF;
  font-weight: bold;
}

.home .sns .sns_youtube_wrap a,
.home .sns .sns_youtube_wrap_last a {
  background: #FFF url(../../img/common/ico_youtube.svg) no-repeat 5% center;
  color: #C4302B;
}

.home .sns .sns_fb_wrap,
.home .sns .sns_tw_wrap,
.home .sns .sns_insta_wrap,
.home .sns .sns_media_wrap {
  border-top: 4px solid #FFF;
}

.home .sns .sns_fb_wrap a {
  background: #FFF url(../../img/common/ico_fb.svg) no-repeat 5% center;
  color: #1877f2;
}

.home .sns .sns_tw_wrap a {
  background: #FFF url(../../img/common/ico_tw.svg) no-repeat 5% center;
  color: #1DA1F2;
}

.home .sns .sns_insta_wrap a {
  background: #FFF url(../../img/common/ico_insta.svg) no-repeat 5% center;
  color: #D93177;
}

.home .sns .sns_media_wrap a {
  background: #FFF url(../../img/common/ico_media.svg) no-repeat 5% center;
  color: #C08FB3;
}

.home .section2 {
  padding: 2rem;
}

.home .section2 div[class^="sec2_"] {
  margin-bottom: 2rem;
  position: relative;
}

.home .section2 div[class^="sec2_"] a {
  display: block;
  height: 170px;
}

.home .section2 div[class^="sec2_"] span {
  width: 100%;
  color: #FFF;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home .section2 div[class^="sec2_"] span::before {
  display: block;
  font-family: "icomoon";
  font-size: 48px;
  font-weight: normal;
}

.home .section2 .sec2list_top,
.home .section2 .sec2list_bottom {
  width: 100%;
  text-align: center;
}

.home .section2 .sec2_info {
  background: url(../../img/home/bottom_menu1.jpg) no-repeat center center;
  background-size: cover;
}

.home .section2 .sec2_info span::before {
  content: "\e914";
}

.home .section2 .sec2_education {
  background: url(../../img/home/bottom_menu2_2022.jpg) no-repeat center center;
  background-size: cover;
}

.home .section2 .sec2_education span::before {
  content: "\e90b";
}

.home .section2 .sec2_life {
  background: url(../../img/home/bottom_menu3.jpg) no-repeat center center;
  background-size: cover;
}

.home .section2 .sec2_life span::before {
  content: "\e90a";
}

.home .section2 .sec2_test {
  margin-right: 1rem;
  width: 50%;
  background: url(../../img/home/bottom_menu4.jpg) no-repeat 60% center;
  background-size: auto 170px;
}

.home .section2 .sec2_test span::before {
  content: "\e910";
  font-size: 34px !important;
}

.home .section2 .sec2_course {
  width: 50%;
  margin-left: 1rem;
  background: url(../../img/home/bottom_menu5.jpg) no-repeat center center;
  background-size: auto 170px;
}

.home .section2 .sec2_course span::before {
  content: "\e918";
  font-size: 34px !important;
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 768px) {
  .home .Main {
    background: url("../../img/home/main_pc_4.jpg") no-repeat center top;
    background-size: cover;
    overflow: hidden;
    aspect-ratio: 683 / 321;
    height: auto !important;
  }
  .home .Main h1 {
    width: 250px;
    height: 288px;
    background: url("../../img/home/main_title_pc.svg") no-repeat left top;
    top: 63px;
    left: 60px;
    right: auto;
  }
  .home .Main p {
    position: absolute;
    display: block;
    color: #FFF;
    font-weight: bold;
    left: 0;
    top: 48rem;
    line-height: 2;
  }
  .home .pickup .swiper-slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .home .pickup .swiper-container {
    height: 433px;
  }
  .home .pickup .swiper-container::before {
    height: 421px;
  }
  .home .pickup .swiper-container::after {
    height: 421px;
  }
  .home .pickup .slide_label {
    font-size: 32px;
  }
  .home .pickup .slider_area {
    padding: 0;
    max-width: 1080px;
  }
  .home .pickup .swiper-slide {
    width: 1080px;
    height: 421px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .home .pickup .swiper-button-prev {
    left: -20px;
  }
  .home .pickup .swiper-button-next {
    right: -20px;
  }
  .home .information {
    margin-bottom: 8rem;
  }
  .home .information h3 {
    font-size: 32px;
  }
  .home .information h3 span {
    display: inline-block;
    vertical-align: 20%;
    margin-left: 2rem;
    font-size: 18px;
  }
  .home .information .date_area {
    font-size: 14px;
    float: left;
    margin-right: 1.2rem;
    padding-top: .3rem;
  }
  .home .information .tag_area {
    font-size: 14px;
    float: left;
  }
  .home .information .tag_area span {
    margin-bottom: 0;
  }
  .home .information .title_area {
    clear: both;
    font-size: 16px;
  }
  .home .movie {
    margin-bottom: 16rem;
  }
  .home .movie h3 {
    max-width: 1080px;
    margin: 0 auto 4rem;
    padding-left: 66px;
    font-size: 74px;
  }
  .home .movie h3::before {
    top: 60px;
    width: 50px;
  }
  .home .movie h3 span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 2rem;
  }
  .home .movie div[class^="movie_sec"] {
    margin-bottom: 12rem;
    position: relative;
    height: 365px;
    padding: 0;
  }
  .home .movie div[class^="movie_sec"] .movie_con {
    margin: 0;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
  }
  .home .movie div[class^="movie_sec"] .movie_con a {
    position: absolute;
    max-width: 330px;
  }
  .home .movie div[class^="movie_sec"] .movie_con a:hover {
    background: #19CBC7;
    color: #FFF;
  }
  .home .movie div[class^="movie_sec"] .movie_con a:hover h4 {
    color: #FFF;
  }
  .home .movie div[class^="movie_sec"] .movie_con a:hover h4::after {
    background: #FFF;
  }
  .home .movie .movie_sec1 {
    background: url(../../img/home/movie_01.jpg) no-repeat left top;
    background-size: 1283px 365px;
  }
  .home .movie .movie_sec1 .movie_con a {
    right: 0;
    top: 80px;
  }
  .home .movie .movie_sec2 {
    background: url(../../img/home/movie_02.jpg) no-repeat right top;
    background-size: 1283px 365px;
  }
  .home .movie .movie_sec2 .movie_con a {
    top: 80px;
  }
  .home .movie .movie_sec2.mind_sec {
    background: url(../../img/home/mind_01.jpg) no-repeat right top;
    background-size: 1283px auto;
  }
  .home .movie .movie_sec2.mind_sec .movie_con h4 span {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  .home .movie .movie_sec2.mind_sec .movie_con a {
    top: 200px;
  }
  .home .movie div[class^="movie_sec"].mind_sec {
    height: 457px;
  }
  .home .movie div[class^="movie_sec"].mind_sec .movie_con a::hover {
    background: #f26262;
  }
  .home .section1 .sec1_wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 4rem;
    padding-bottom: 0;
    margin-bottom: -50px;
  }
  .home .section1 .sec1_inner_wrap {
    width: 33.33333%;
    width: calc(100% / 3);
    margin: 0 auto;
    margin-bottom: 0;
  }
  .home .section1 .sec1_inner_wrap:before {
    display: none;
  }
  .home .section1 .sec1_inner {
    position: relative;
    height: unset;
  }
  .home .section1 h4 {
    font-size: 32px;
    margin-bottom: 1.4rem;
  }
  .home .section1 .sec1_con {
    top: -100px;
    font-size: 14px;
    position: relative;
    height: unset;
  }
  .home .section1 .sec1_con h5 {
    color: #C08FB3;
    text-align: center;
    font-size: 22px;
  }
  .home .section1 .sec1_con ul {
    font-size: 16px;
    position: relative;
    bottom: 0;
  }
  .home .section1 .sec1_con ul::before {
    content: "";
    display: block;
    padding-top: 20%;
  }
  .home .section1 .sec1_con ul li a::after {
    font-size: 14px;
  }
  .home .blog::before {
    height: 305px;
  }
  .home .blog .blog_wrap {
    max-width: 1080px;
    margin: 0 auto;
  }
  .home .blog h3 {
    padding-left: 66px;
    font-size: 74px;
  }
  .home .blog h3::before {
    top: 60px;
    width: 50px;
  }
  .home .blog h3 span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 2rem;
  }
  .home .blog .blog_list {
    padding-bottom: 4rem;
  }
  .home .blog .blog_list li {
    width: 33.33333%;
    width: calc(100% / 3);
    margin-right: 2rem;
  }
  .home .blog .blog_list li:last-child {
    margin-right: 0;
  }
  .home .blog .blog_list dt {
    width: 300px;
    height: 183px;
    overflow: hidden;
  }
  .home .blog .blog_list dd.title {
    font-size: 18px;
  }
  .home .sns {
    padding: 6rem 0 6rem 6rem;
  }
  .home .sns .sns_wrap {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .home .sns .sns_inner {
    max-width: 1080px;
    margin: 0 auto;
  }
  .home .sns h3 {
    padding-left: 66px;
    font-size: 74px;
    margin-left: 0;
  }
  .home .sns h3::before {
    top: 60px;
    width: 50px;
  }
  .home .sns h3 span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 2rem;
  }
  .home .sns .sns_list {
    max-width: 1080px;
    text-align: center;
    padding: 3rem 0;
  }
  .home .sns .sns_list li {
    width: 16.66666%;
    width: calc(100% / 6);
  }
  .home .sns .sns_list dt {
    max-width: 152px;
    margin: 0 auto;
  }
  .home .sns .sns_list dt span {
    left: 0;
    z-index: 1;
  }
  .home .sns .sns_list dt img {
    width: 100%;
  }
  .home .sns .sns_list a:hover img {
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
  }
  .home .sns .swiper-container {
    max-width: 1080px !important;
  }
  .home .sns .sns_link {
    color: #FFF;
    padding-bottom: 6rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home .sns .sns_link p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
  }
  .home .sns .sns_fb_wrap,
  .home .sns .sns_tw_wrap,
  .home .sns .sns_line_wrap,
  .home .sns .sns_insta_wrap,
  .home .sns .sns_youtube_wrap,
  .home .sns .sns_youtube_wrap_last,
  .home .sns .sns_media_wrap {
    padding: 3rem 2rem;
  }
  .home .sns .sns_fb_wrap p,
  .home .sns .sns_tw_wrap p,
  .home .sns .sns_line_wrap p,
  .home .sns .sns_insta_wrap p,
  .home .sns .sns_youtube_wrap p,
  .home .sns .sns_youtube_wrap_last p,
  .home .sns .sns_media_wrap p {
    text-align: left;
  }
  .home .sns .sns_fb_wrap a,
  .home .sns .sns_tw_wrap a,
  .home .sns .sns_line_wrap a,
  .home .sns .sns_insta_wrap a,
  .home .sns .sns_youtube_wrap a,
  .home .sns .sns_youtube_wrap_last a,
  .home .sns .sns_media_wrap a {
    white-space: nowrap;
    line-height: 4.4;
    margin: 0;
    padding: 0 0 0 3rem;
    font-size: 14px;
  }
  .home .sns .sns_line_wrap {
    width: 50%;
    border: 4px solid #FFF;
  }
  .home .sns .sns_line_wrap ul {
    width: 100%;
  }
  .home .sns .sns_line_wrap a {
    background-position: 20% center;
  }
  .home .sns .sns_line_wrap a:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .home .sns .sns_youtube_wrap {
    width: 50%;
    border: 4px solid #FFF;
  }
  .home .sns .sns_youtube_wrap ul,
  .home .sns .sns_youtube_wrap_last ul {
    width: 100%;
  }
  .home .sns .sns_youtube_wrap a,
  .home .sns .sns_youtube_wrap_last a {
    background-position: 20% center;
  }
  .home .sns .sns_youtube_wrap a:hover,
  .home .sns .sns_youtube_wrap_last a:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .home .sns .sns_youtube_wrap_last {
    width: 50%;
    border: 4px solid #FFF;
    border-top: none;
  }
  .home .sns .sns_insta_wrap {
    width: 50%;
    border: 4px solid #FFF;
    border-top: none;
  }
  .home .sns .sns_fb_wrap {
    width: 50%;
    border: 4px solid #FFF;
  }
  .home .sns .sns_tw_wrap {
    width: 50%;
    border: 4px solid #FFF;
    border-left: none;
  }
  .home .sns .sns_media_wrap {
    width: 50%;
    border: 4px solid #FFF;
    border-left: none;
    border-top: none;
  }
  .home .sns .sns_fb_wrap ul,
  .home .sns .sns_tw_wrap ul,
  .home .sns .sns_insta_wrap ul,
  .home .sns .sns_media_wrap ul {
    width: 100%;
  }
  .home .sns .sns_fb_wrap a,
  .home .sns .sns_tw_wrap a,
  .home .sns .sns_insta_wrap a,
  .home .sns .sns_media_wrap a {
    background-position: 5% center;
  }
  .home .sns .sns_fb_wrap a:hover {
    background-image: url(../../img/common/ico_fb_w.svg);
    background-color: #1877f2;
    color: #FFF;
    background-position: 5% center;
  }
  .home .sns .sns_tw_wrap a:hover {
    background-image: url(../../img/common/ico_tw_w.svg);
    background-color: #1DA1F2;
    color: #FFF;
    background-position: 5% center;
  }
  .home .sns .sns_insta_wrap a:hover {
    background-image: url(../../img/common/ico_insta_w.svg);
    background-color: #D93177;
    color: #FFF;
    background-position: 5% center;
  }
  .home .sns .sns_insta_wrap.seito {
    border-left: none;
  }
  .home .sns .sns_youtube_wrap_last.seito {
    border-left: none;
  }
  .home .sns .line_sec1,
  .home .sns .insta_sec1,
  .home .sns .youtube_sec1 {
    width: 75%;
  }
  .home .sns .line_sec2,
  .home .sns .insta_sec2,
  .home .sns .youtube_sec2 {
    width: 25%;
  }
  .home .sns .line_sec2 img,
  .home .sns .insta_sec2 img,
  .home .sns .youtube_sec2 img {
    width: 100%;
  }
  .home .section2 {
    padding: 0;
  }
  .home .section2 div[class^="sec2_"] {
    margin-bottom: 0;
  }
  .home .section2 div[class^="sec2_"] a {
    display: block;
  }
  .home .section2 div[class^="sec2_"] a:hover {
    background: #C08FB3;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  }
  .home .section2 .sec2list_top div[class^="sec2_"] {
    width: 33.33333%;
    width: calc(100% / 3);
  }
  .home .section2 .sec2list_top div[class^="sec2_"] a {
    height: 219px;
  }
  .home .section2 .sec2list_bottom div[class^="sec2_"] a {
    height: 167px;
  }
  .home .section2 .sec2_test {
    margin-right: 0;
    background-position: center center;
    background-size: cover;
  }
  .home .section2 .sec2_course {
    margin-left: 0;
    background-position: center center;
    background-size: cover;
  }
}

/*# sourceMappingURL=style.css.map */
