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



/*==============================
共通
==============================*/

.titleBox{
  margin-bottom: 50px;
  text-align: center;
}
.titleBox h2{
  font-size: 40px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.titleBox hr{
  border: none;
  margin: 0 auto;
  width: 50px;
  height: 5px;
  background-color: #84b9e1;
  margin-bottom: 20px;
}
.titleBox h3{
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 0;
}

@media screen and (max-width: 600px){
}

/*==============================
メイン
==============================*/

#headWrap{
  position: relative;
  background-color: #fff;
  height: 100vh;
}

#headWrap > .slider-pro{
  margin-right: 0;
}

.headCover{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  border: 100px solid #fff;
  z-index: 10;
}

#headWrap > img{
  width: 50%;
  max-width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#headWrap > h1{
  position: absolute;
  font-size: 28px;
  letter-spacing: 8px;
  font-weight: 500;
  top: 150px;
  padding: 15px;
  padding-left: 115px;
  left: 0;
  z-index: 11;
  background-color: rgba(45,54,121,.5);
  color: #fff;
}

#aboutWrap{
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background-color: #f2f5f8;
}

#aboutWrap > div{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

#aboutWrap > div div{
  width: 50%;
}

#aboutWrap > div div img{
  max-width: 100%;
  margin-bottom: 30px;
}

#aboutWrap > div div h2{
  font-family: 'Hannari';
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

#aboutWrap > div div p{
  font-family: 'Hannari';
  font-weight: normal;
  line-height: 36px;
}

#aboutWrap > div > img{
  align-self: center;
  width: 50%;
}

#aboutWrap > img:nth-of-type(1){
  position: absolute;
  top: -20px;
  left: -20px;
  opacity: .3;
}

#aboutWrap > img:nth-of-type(2){
  position: absolute;
  bottom: -20px;
  right: -20px;
  opacity: .3;
}
#courseWrap{
  padding: 100px 100px;
}

.courseBox:nth-of-type(2){
  flex-flow: row-reverse;
  margin-bottom: 100px;
}

.courseBox{
  position: relative;
  width: 100%;
  max-width: calc(100vw - 200px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.courseText{
  width: 50%;
  padding: 50px;
}

.courseText h3{
  font-size: 36px;
  letter-spacing: 4px;
  margin-bottom: 15px;
  font-weight: 500;
}

.courseText h4{
  font-size: 22px;
  letter-spacing: 0;
  color: #84b9e1;
  margin-bottom: 30px;
}

.courseText h5{
  font-family: 'Hannari';
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.courseText p{
  line-height: 36px;
  margin-bottom: 30px;
}

.courseBox > img{
  width: 50%;
}

.courseBox:nth-of-type(2) > span{
  position: absolute;
  right: -60px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 60px;
  line-height: 37px;
  letter-spacing: 0;
  color: #84b9e1;
  border-left: 2px solid #84b9e1;
}

.courseBox:nth-of-type(3) > span{
  position: absolute;
  left: -60px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 60px;
  line-height: 37px;
  letter-spacing: 0;
  color: #84b9e1;
  border-left: 2px solid #84b9e1;
}

#designWrap{
  width: 100%;
  padding: 100px 20px;
  margin-bottom: 100px;
  background-image: linear-gradient(90deg, rgba(242, 245, 248, 1) 40% 40%, rgba(255, 255, 255, 1) 40%);
  text-align: center;
}

.designtextBox{
  display: flex;
  align-items: flex-start;
  max-width: calc(100vw - 200px);
  margin: 0 auto 50px;
  text-align: left;
}

.designtextBox > h2{
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 4px;
  margin-bottom: 15px;
  font-weight: 500;
  margin-right: 20px;
}

.designtextBox > h3{
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0;
  color: #84b9e1;
  margin-bottom: 30px;
  margin-right: 20px;
}

.designtextBox > p{
  line-height: 36px;
}

.sliderArea {
  max-width: calc(100vw - 200px);
  margin: 0 auto 50px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin-right: 5vw;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before{
  content: "<";
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
  font-size: 50px;
}
.slick-next:before{
  content: ">";
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
  font-size: 50px;
}
.slick-prev:before, .slick-next:before {
  color: #84b9e1;
}
.slick-prev{
  left: -15px;
}
.slick-next{
  right: calc(5vw - 10px);
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1400px) {
  #aboutWrap > img:nth-of-type(1),
  #aboutWrap > img:nth-of-type(2){
    opacity:.1;
  }
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
  .courseText{
    padding: 20px;
  }
  
  .designtextBox{
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  #headWrap{
    border: none;
    height: auto;
    margin-top: 60px;
  }
  
  .headCover{
    display: none;
  }
  
  #aboutWrap > div{
    width: 100%;
    max-width: 800px;
    display: block;
    text-align: center;
  }
  
  #aboutWrap > div div{
    width: 100%;
    margin-bottom: 30px;
  }
  
  #aboutWrap > div > img{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .courseBox{
    display: block;
    max-width: 800px;
  }
  
  .courseText{
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
    padding-right: 30px;
  }
  
  .courseBox > img{
    width: 100%;
  }
  
  .courseBox:nth-of-type(2) > span{
    top: 0;
    right: -20px;
    font-size: 40px;
    line-height: 24px;
    letter-spacing: 0;
  }
  
  .courseBox:nth-of-type(3) > span{
    top: 0;
    right: -20px;
    left: auto;
    font-size: 40px;
    line-height: 24px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 800px) {
  #headWrap > img{
    width: 40%;
  }
  
  #headWrap > h1{
    top: 100px;
    font-size: 22px;
    letter-spacing: 2px;
  }
  
  #courseWrap{
    padding: 100px 20px;
  }
  
  .courseText{
    padding-right: 50px;
  }
  
  .courseBox:nth-of-type(2) > span,
  .courseBox:nth-of-type(3) > span{
    right: 10px;
  }
  
  .designtextBox{
    max-width: 100%;
  }
  
  .sliderArea{
    max-width: 100%;
  }
}

@media screen and (max-width: 600px){
  #aboutWrap > div div img{
    max-width: 150px;
  }
  
  .courseText h3{
    font-size: 26px;
    letter-spacing: 3px;
  }
  
  .courseText h5{
    font-size: 18px;
    letter-spacing: 1px;
  }
  
  .slick-slide{
    margin-right: 0;
  }
  
  .slick-next{
    margin-right: -25px;
  }
}

@media screen and (max-width: 414px){
}