@charset "UTF-8";
/* CSS Document */


.width_wrrap{
  overflow: hidden;
}
.main_view{
  position: relative;
  height: 610px;
  background: linear-gradient(135deg, #fadbda 0%, #9388bc 66%, #4b82c8 100%);
}

.main_view p.point{
  position: absolute;
  color:#fff;
  font-size:64px;
  text-align: center;
  width: 100%;
  top:30%;
  left:0;
  z-index: 1;
}

.main_view .mv_txt{
  position: absolute;
  display: block;
  max-width: 680px;
  bottom:12%;
  left:50%;
  transform: translateX(-50%);
  z-index: 1;
}

.slider{
  padding-top: 15px;
}
.slider li{
  margin-right: 120px;
  max-width: 462px;
}
.slider li:nth-child(2n+1){
  margin-top: 70px;
}
.slider li img{
  width: 100%;
}



h3{
  position: relative;
  display: inline-block;
  font-size:30px;
  font-weight: 400;
  color:#000;
  padding-bottom: 10px;
  margin-top: 30px;
}

h3 span{
  font-weight: 600;
  color:#d96590;
}

h3::after{
  position: absolute;
  content:"";
  bottom:0;
  left:0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #fadbda 0%, #9388bc 66%, #4b82c8 100%);
}

.container{
  position: relative;
}

section.business .container,
section.about .container,
section.instructors .container,
section.news .container,
section.link .container{
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 25px;
}
section.business .container{
  padding: 40px 25px 80px;
}
section.news .container{
  padding-bottom: 150px;
}
.quick_list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 46px;
}

.quick_list li{
  width:23%;
}
.quick_list li:first-child a{
  padding-bottom: 32px;
}
.quick_list li a{
  display: block;
  box-shadow: 0 0 30px rgba(217, 101, 144, 0.3);
  border-radius: 33.8px;
  text-align: center;
  padding: 60px 20px;
  background-color: #fff;
  transition: 0.3s;
}
.quick_list li a:hover{
  background-color: #fadbda;
  transition: 0.3s;
}
.quick_list li img{
  max-width: 130px;
}

.quick_list li p.txt1{
  font-size:26px;
  line-height: 1.3;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quick_list li p.txt2{
  font-size:18px;
  color:#b7b7b7;
  margin-top: 10px;
}

.quick_list li:nth-of-type(even) a{
   box-shadow: 0 0 30px rgba(75, 130, 200, 0.3);
}

.title_nayami{
  text-align: center;
  margin-top:60px;
}
.title_nayami img{
  max-width: 500px;
}

.container2 {
  margin: 30px auto 0;
  max-width: 1000px;
  width: 100%;
}
.thumbnail{
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 1;
}
.thumbnail .slick-track {
  transform: unset;
}
.thumbnail-img {
  background: none;
  opacity: 0.8;
  transition: opacity .3s linear;
}
.thumbnail .list01.slick-current {
  background: url("../images/index/solve01_on_bg.png") no-repeat top center/contain;
  opacity: 1;
}
.thumbnail .list02.slick-current {
  background: url("../images/index/solve02_on_bg.png") no-repeat top center/contain;
  opacity: 1;
}
.thumbnail .list03.slick-current {
  background: url("../images/index/solve03_on_bg.png") no-repeat top center/contain;
  opacity: 1;
}
.thumbnail .list04.slick-current {
  background: url("../images/index/solve04_on_bg.png") no-repeat top center/contain;
  opacity: 1;
}
.thumbnail .list05.slick-current {
  background: url("../images/index/solve05_on_bg.png") no-repeat top center/contain;
  opacity: 1;
}
.thumbnail-img img{
  width: 100%;
}


@media screen and (min-width: 767px) {
  .thumbnail .slick-track {
    transform: none !important;
  }
}

.solve_list{
  position: relative;
  top:-41px;
  z-index: 0;
}

.solve_list li{
  position: relative;
  padding: 40px;
}

.solve_list li .solve_list_wrrap{
  position: relative;
  background-color: #fff;
  border-radius: 33.8px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 30px 20px;
}

.solve_list li h4{
  font-size:34px;
  
}
.solve_list li p{
  font-size:18px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  margin-top: 20px;
}
.solve_list_box{
  display: flex;
  justify-content: center;
  gap:15px;
  margin-top: 30px;
}
.solve_list_box a{
  display: flex;
  align-items: center;
  width: 240px;
  min-height: 70px;
  padding-left: 50px;
  text-align: left;
  border:1px solid #4b82c8;
  border-radius: 10px;
  background: url("../images/index/icon_solve_list_box.svg") no-repeat center left 20px/20px 20px;
}

.solve_list .slick-dots {
  position: absolute;
  top: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 1;
}

.solve_list .slick-dots li {
  position: relative;
  display: inline-block;
  width: 18% !important;
  height: 300px !important;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.solve_list .slick-dots li::before,
.solve_list .slick-dots li::after{
  position: absolute;
  width: 100%;
  height: 320px;
  top:0;
  left:0;
  content:"";
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  transition: 0.3s;
}
.solve_list .slick-dots li::after{
  height: 450px;
  background-position: center bottom;
  z-index: 2;
}
.solve_list .slick-dots li button{
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
}
.solve_list .slick-dots li button:after {
  position: absolute;
  top:auto;
  bottom: -50px !important;
  left:50%;
  transform: translateX(-50%);
  width: 188px;
  height: 100px;
  content: '';
  text-align: center;
  opacity: 1;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}


.solve_list .slick-dots li:nth-child(1) button:after {
  background-image: url("../images/index/solve01_btn.png");
}
.solve_list .slick-dots li:nth-child(2) button:after {
  background-image: url("../images/index/solve02_btn.png");
}
.solve_list .slick-dots li:nth-child(3) button:after {
  background-image: url("../images/index/solve03_btn.png");
}
.solve_list .slick-dots li:nth-child(4) button:after {
  background-image: url("../images/index/solve04_btn.png");
}
.solve_list .slick-dots li:nth-child(5) button:after {
  background-image: url("../images/index/solve05_btn.png");
}

.solve_list .slick-dots li:nth-child(1):before{
  background-image: url("../images/index/solve01.png");
}
.solve_list .slick-dots li:nth-child(2):before{
  background-image: url("../images/index/solve02.png");
}
.solve_list .slick-dots li:nth-child(3):before{
  background-image: url("../images/index/solve03.png");
}
.solve_list .slick-dots li:nth-child(4):before{
  background-image: url("../images/index/solve04.png");
}
.solve_list .slick-dots li:nth-child(5):before{
  background-image: url("../images/index/solve05.png");
}


.solve_list .slick-dots li:nth-child(1):after{
  background-image: url("../images/index/solve01_bg.png");
}
.solve_list .slick-dots li:nth-child(2):after{
  background-image: url("../images/index/solve02_bg.png");
}
.solve_list .slick-dots li:nth-child(3):after{
  background-image: url("../images/index/solve03_bg.png");
}
.solve_list .slick-dots li:nth-child(4):after{
  background-image: url("../images/index/solve04_bg.png");
}
.solve_list .slick-dots li:nth-child(5):after{
  background-image: url("../images/index/solve05_bg.png");
}

.solve_list .slick-dots li::after{
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}

.solve_list .slick-dots li.slick-active:nth-child(1):after{
  opacity: 1;
  transition: 0.3s;
}
.solve_list .slick-dots li.slick-active:nth-child(2):after{
  opacity: 1;
  transition: 0.3s;
}
.solve_list .slick-dots li.slick-active:nth-child(3):after{
  opacity: 1;
  transition: 0.3s;
}
.solve_list .slick-dots li.slick-active:nth-child(4):after{
  opacity: 1;
  transition: 0.3s;
}
.solve_list .slick-dots li.slick-active:nth-child(5):after{
  opacity: 1;
  transition: 0.3s;
}




section.about{
  position: relative;
  background: url("../images/index/about_bg.jpg") repeat-x center bottom/1500px 800px;
}
section.about .container{
  min-height: 920px;
  padding-left: 100px;
}
section.about h2{
  margin-top: 50px;
}
section.about .about_img{
  position: absolute;
  top:0; 
  right: 0;
  width: 830px;
  height:auto;
}

section.about p.kako{
  position: relative;
  display: inline-block;
  margin: 40px 0 0 40px;
  font-size:54px;
  padding: 0 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
section.about p.kako::before,
section.about p.kako::after{
  content:"";
  position: absolute;
  top:0;
  left:0;
  width: 43px;
  height: 43px;
  border-color:#fadbda;
  border-style: solid;
  border-width: 4px 0 0 4px;
}
section.about p.kako::after{
  top:auto;
  left:auto;
  bottom:0;
  right:0;
  border-color:#93b4de;
  border-width: 0 4px 4px 0;
}
  
section.about p.read{
  font-size:18px;
  line-height: 2;
  margin: 40px 0 0 40px;
  text-align: left;
}

section.about a.more{
  margin-left: 40px;
  margin-top: 40px;
}

section.instructors .container{
  padding-left: 100px;
  padding-bottom: 180px;
}
section.instructors .instructors_box{
  position: relative;
  max-width: 1200px;
  margin: 30px auto;
}
section.instructors .instructors_list{
  position: relative;
  display: flex;
  justify-content: space-between;
}
section.instructors .instructors_list li{
  position: relative;
  width: 47%;
}

section.instructors .instructors_list li:last-child{
  bottom:-100px;
}
section.instructors .instructors_list li a.more{
  position: absolute;
  bottom:0;
  right:-20px;
  padding: 10px 100px 10px 30px; 
  background-color: #fff;
}
section.instructors .instructors_list li a.more::before,
section.instructors .instructors_list li a.more::after{
  top:10px;
}
section.news{
  background-color: #fcedec;
}

section.news .news_box{
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
section.news .news_box .news_left,
section.news .news_box .news_right{
  position: relative;
  width: 48%;
}
section.news .news_box .news_right{
  bottom:-70px;
}
section.news .news_box .news_list{
  margin-top: 40px;
  
}
section.news .news_box h2 span {
  display: inline-block;
}



section.photo .container {
  position: relative;
  height: 600px;
  margin: 0 auto;
  margin: 100px 0;
  background: url("../images/index/photo01.jpg") no-repeat top center/cover;
}
  
section.link .container{
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 100px;
}  
section.link .link_box{
  position: relative;
  height: 450px;
}
section.link .link_box:last-child{
  margin-top: 200px;
}
section.link .link_box div{
  position:absolute;
  width: 53%;
  aspect-ratio:1.4 / 1;
  text-align: center;
  padding-top: 120px;
}
section.link .link_box h2,
section.link .link_box h2 span,
section.link .link_box p,
section.link .link_box a{
  color:#fff;
  padding-left: 0;
}
section.link .link_box p.read{
  text-align: left;
  width: 50%;
  margin: 30px auto;
}

section.link .link_box .link_works{
  top:-90px;
  left:0;
  background: url("../images/index/link_works_bg.png") no-repeat;
  background-size: cover;
  background-position: top right;
}
section.link .link_box .link_media{
  top:0;
  right:0;
  background: url("../images/index/link_media_bg.png") no-repeat;
  background-size: cover;
  background-position: bottom left;
}
section.link .link_box .link_voice{
  bottom:0;
  left:0;
  background: url("../images/index/link_voice_bg.png") no-repeat;
  background-size: cover;
  background-position: top right;
}
section.link .link_box .link_faq{
  bottom:-90px;
  right:0;
  background: url("../images/index/link_faq_bg.png") no-repeat;
  background-size: cover;
  background-position: bottom left;
}


section.link .link_box div.link_works a.more::after,
section.link .link_box div.link_faq a.more::after{
  border-color:#b5b5b5 #ffffff #b5b5b5 #ffffff;
}
section.link .link_box div.link_works a.more:hover::before,
section.link .link_box div.link_faq a.more:hover::before{
  color:#4b82c8;
  transition: 0.3s;
}
section.link .link_box div.link_works a.more:hover::after,
section.link .link_box div.link_faq a.more:hover::after{
  border-color:#c9d9ee #ffffff #c9d9ee #ffffff;
  background-color: #ffffff;
  transition: 0.3s;
}

section.link .link_box div.link_media a.more::after,
section.link .link_box div.link_voice a.more::after{
  border-color:#b5b5b5 #ffffff #b5b5b5 #ffffff;
}
section.link .link_box div.link_media a.more:hover::before,
section.link .link_box div.link_voice a.more:hover::before{
  color:#d96590;
  transition: 0.3s;
}
section.link .link_box div.link_media a.more:hover::after,
section.link .link_box div.link_voice a.more:hover::after{
  border-color:#fadbda #ffffff #fadbda #ffffff;
  background-color: #ffffff;
  transition: 0.3s;
}

section.link{
  background: linear-gradient(to bottom, #fff 20%, #fcedec 20%, #fcedec 80%, #fff 80% );
}



.news_more_link_box,
.blog_more_link_box{
  margin-top: 20px;
  text-align: right;
}
.blog_more_link_box a.more::after{
  border-color: #cfcfcf #4b82c8 #cfcfcf #4b82c8;
}

.blog_more_link_box a.more::before {
  content: "";
  background: url("../images/index/icon_more_blog_bg.svg") no-repeat center center/15px 15px;
}
.blog_more_link_box a.more:hover::after {
  border-color: #cbdbef #4b82c8 #cbdbef #4b82c8;
  background-color: #4b82c8;
}
.blog_more_link_box a.more:hover::before {
  content: "";
  background: url("../images/index/icon_more_blog_bg_on.svg") no-repeat center center/15px 15px;
}



@media screen and (max-width: 1268px) {
  section.about .about_img {
    top: 30px;
    right: 0;
    width: 50%;
    height: auto;
    text-align: right;
  }
  section.about .about_img img{
    width: 100%;
  }
}


 @media screen and (max-width: 1023px) {
  
  .main_view p.point {
    font-size:6vw;
  }
  .quick_list {
    flex-wrap: wrap;
    justify-content:center;
    gap:20px;
  }
  .quick_list li{
    width: 45%;
   }
  section.about .about_img {
    top: 30px;
    right: 0;
    width: 300px;
    height: auto;
    text-align: right;
  }
  section.about .about_img img{
    width: 100%;
  }
  section.link .link_box {
    height: auto;
  }
  section.link .container {
    margin: 0 auto;
    padding: 60px 15px;
  }
  section.link .link_box div {
    position: relative;
    width: 70%;
    aspect-ratio: 1.4 / 1;
    text-align: center;
    padding-top: 50px;
  }
  section.link .link_box p.read {
    width: 70%;
  }
  section.link .container {
    margin: 0 auto;
    padding: 60px 0;
  }
  section.link .link_box .link_works,
  section.link .link_box .link_voice{
    top: 0;
    left: 0;
  }

  section.link .link_box .link_media,
  section.link .link_box .link_faq{
    top: 0;
    right: 0;
    margin-top: -80px;
    margin-left: 30%;
  }
  section.link .link_box a.more{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    bottom:70px;
  } 
  section.link .link_box:last-child {
    margin-top: 40px;
  }
   
   
}

 @media screen and (max-width: 767px) {
  
   
   
  section.business .container,
  section.about .container,
  section.instructors .container,
  section.news .container,
  section.link .container {
    margin: 0 auto;
    padding: 60px 15px;
  }
   
   
  .slider li {
    margin-right: 60px;
    max-width: 280px;
  }
  .main_view p.point {
    font-size:8vw;
  }
  .main_view .mv_txt {
    width: 80%;
    bottom:26%;
  }
   .main_view {
    position: relative;
    height: 400px;
    background: linear-gradient(135deg, #fadbda 0%, #9388bc 66%, #4b82c8 100%);
  }
   
  .slider li:nth-child(2n+1) {
    margin-top: 50px;
  }
   
  h3 {
    font-size: 18px;
  }
  h3 span {
    font-size: 26px;
  }
  .quick_list {
    gap: 15px;
  }
  .quick_list li img {
    max-width: 60%;
  }
  .quick_list li p.txt1 {
    font-size: 15px;
    line-height: 1.3;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .quick_list li a {
    box-shadow: 0 0 10px rgba(217, 101, 144, 0.3);
    border-radius: 20px;
    text-align: center;
    padding: 30px 20px;
  }

  .quick_list li p.txt2 {
    font-size: 12px;
    margin-top: 10px;
  }
  .quick_list li:first-child a{
    padding-bottom: 15px;
  }
  .solve_list {
    position: relative;
    top: -15px;
  }
  .solve_list li h4 {
    font-size: 24px;
  }
  .solve_list li .solve_list_wrrap {
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    padding: 30px 20px;
  }
  .solve_list li {
    position: relative;
    padding: 15px;
  }
  .solve_list li p {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
   
  .solve_list_box {
    flex-flow: column;
    gap: 10px;
    margin-top: 10px;
  }
  .solve_list_box a {
    width: auto;
  }
  .solve_list_box div {
    width: 100%;
  }
   
  .thumbnail {
    padding-left: 0;
    padding-right: 0;
  }
   
  .title_nayami {
    margin-top: 30px;
    padding-left:20px;
    padding-right: 20px;
  }

   
  section.about {
    position: relative;
    background: url("../images/index/about_bg.jpg") repeat-x center top 80px /auto 100%;
  } 
  
  section.about h2 {
    position: relative;
    margin-top: 0;
    margin-bottom: 280px;
    z-index: 1;
  }
   
  section.about .container {
    min-height: 920px;
    padding-left: 15px;
  }
  section.about p.kako {
    margin: 30px 0 0 20px;
    font-size: 20px;
    padding: 0 10px;
  }
   
  section.about p.kako::before, section.about p.kako::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-color: #fadbda;
    border-style: solid;
    border-width: 2px 0 0 2px;
  }
  section.about p.kako::after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    border-color: #93b4de;
    border-width: 0 2px 2px 0;
  }
   
  section.about p.read {
    font-size: 14px;
    line-height: 2;
    margin: 40px 0 0 15px;
    text-align: left;
  }
  section.about a.more {
    margin-left: 0;
    margin-top: 0;
    margin-right: 20px;
  }
   
  .about_more_box{
   text-align: right;
   margin-top: 80px;
  }
   
  section.instructors .instructors_list {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  section.instructors .instructors_list li a.more {
    position: absolute;
    bottom: 0;
    right: -10px;
    padding: 10px 60px 10px 20px;
    background-color: #fff;
  }
  section.instructors .instructors_list li {
    position: relative;
    width: 90%;
  }
  section.instructors .instructors_list li:last-child {
    margin-left: 10%;
    margin-top: 30px;
    bottom: 0;
  }
   
  section.news .container {
    padding-bottom: 150px;
  }
  section.news .news_box {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  section.news .news_box .news_left,
  section.news .news_box .news_right {
    position: relative;
    width: 100%;
  }
  .news_list li a {
    padding: 10px 45px 10px 20px;
    border-radius: 10px;
  }
   .news_list li a {
    background: #fff url("../images/common/arrow_right_pink.svg") no-repeat center right 20px/13px 6px;
  }
  .news_list li a .news_title {
    font-size: 13px;
    color: #000;
    margin-top: 5px;
  }
  .news_right .news_list li a {
    background: #fff url("../images/common/arrow_right_blue.svg") no-repeat center right 20px/13px 6px;
  }
   
  section.photo .container {
    height: 300px;
    background: url("../images/index/photo01.jpg") no-repeat top center/auto 100%;
  }
   
  section.link .link_box div {
    width: 90%;
    aspect-ratio: 1.4 / 1;
    padding-top: 25px;
  }  
  section.link .link_box h2{
    font-size:28px;
  }
  section.link .link_box h2 span{
    padding-left: 0;
    font-size: 13px;
  }
  section.link .link_box p.read {
    font-size:13px;
    text-align: left;
    width: 85%;
    margin: 10px auto;
    line-height: 1.2;
  }
  section.link .link_box .link_media,
  section.link .link_box .link_faq{
    margin-top: -40px;
    margin-left: 15%;
  }
  section.link .link_box a.more{
    bottom:40px;
  } 
   
  


}












































