/*=============================================
******************* lead  *********************
*=============================================*/
#lead {
  padding: 13vw 0;
}
#lead h2 {
  text-align: center;
  margin: 4vw 0 7vw;
}
#lead .txt span {
  display: block;
  line-height: 30px;
  font-size: 14px;
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  #lead {
    padding: 176px 0 76px;
  }
  #lead .ttl-icon span {
    margin-top: 19px;
    letter-spacing: 0.13em;
  }
  #lead .ttl-icon span:before {
    height: 190px;
  }
  #lead h2 {
    margin: 0 0 78px -15px;
    letter-spacing: 0.2em;
  }
  #lead .txt {
    text-align: center;
  }
  #lead .txt span {
    margin-top: 63px;
  }
}

/*=============================================
******************* reco  **********************
*=============================================*/
#reco {
  overflow: visible;
}
#reco .sub-ttl {
  margin-top: 2vw;
  margin-bottom: 10vw;
}
#reco .style-js {
  margin: 10vw 0;
  background: url('../img/shared/background.jpg') repeat;
  z-index: 2;
  position: relative;
}
#reco .style-js .sub {
  width: 60vw;
  height: 60vw;
  margin: 0 auto;
}
#reco .style-js .sub:nth-child(2) {
  margin-top: 10vw;
  margin-bottom: calc(((-100vh + 17.3vw) + 60vw) / 2);
  padding-bottom: 10vw;
}
#reco .style-js .photo3 {
  height: calc(100vh - 17.3vw);
  position: relative;
}
#reco .style-js .photo3 p {
  width: 60vw;
  height: 60vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
#reco .style-js .photo3 p.active {
  opacity: 1;
}
#reco .style-js .photo3 p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#reco .style-js .txt {
  margin: 6vw 4% 0;
}
#reco .reco-js2 {
  margin: 0;
  padding-bottom: 10vw;
}
#reco .curtain {
  margin-top: -100vh;
}
#reco .curtain .bg {
  background: #252121;
  display: flex;
  height: calc(100vh - 17.3vw);
}
#reco .curtain .inner {
  min-width: 60vw;
  min-height: 60vw;
  position: relative;
  margin: auto;
}
#reco .curtain .inner p {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#reco .curtain .inner p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#reco .curtain .inner p.photo4 img {
  object-position: 16%;
}
#reco .curtain .inner p.active {
  opacity: 1;
}
#reco .curtain .txt {
  margin: 7vw 4% 0;
}
#reco .parallax {
  padding: 12vw 0;
}
#reco .parallax .row {
  flex-direction: row;
  align-items: center;
}
#reco .parallax .row p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#reco .reco-js2 .photo3 .bg img {
  object-position: 34%;
}
#reco .parallax .row:nth-child(1) {
  margin-bottom: -7%;
}
#reco .parallax .row:nth-child(1) p:nth-child(1) {
  margin-left: 9.3%;
  width: 38.3%;
}
#reco .parallax .row:nth-child(1) p:nth-child(2) {
  margin: -7.1% 0 0 7.7%;
  width: 38.5%;
}
#reco .parallax .row:nth-child(2) {
  justify-content: space-between;
}
#reco .parallax .row:nth-child(2) p:nth-child(1) {
  margin: 9.7% 0 0 6.5%;
  width: 37.5%;
}
#reco .parallax .row:nth-child(2) p:nth-child(2) {
  margin-right: 8.1%;
  width: 40.5%;
}
@media screen and (min-width: 768px) {
  #reco .wrap {
    max-width: 900px;
  }
  #reco h2 {
    margin-left: 8px;
  }
  #reco .sub-ttl {
    margin-top: 11px;
    margin-bottom: 116px;
  }
  #reco .style-js {
    margin: 106px 0;
    padding-bottom: 180px;
  }
  #reco .style-js .sub {
    width: 460px;
    height: 460px;
  }
  #reco .style-js .sub:nth-child(2) {
    margin-top: 132px;
    padding-bottom: 132px;
    margin-bottom: calc((-100vh + 460px) / 2);
  }
  #reco .style-js .photo3 {
    height: 100vh;
  }
  #reco .style-js .photo3 p {
    width: 460px;
    height: 460px;
  }
  #reco .style-js .txt {
    font-size: 18px;
    line-height: 50px;
    width: 375px;
    margin: -380px calc(50% - 600px) 0 auto;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  #reco .reco-js2 {
    margin-bottom: 0;
    padding-bottom: 129px;
  }

  #reco .curtain {
    position: relative;
  }
  #reco .curtain .bg {
    height: 100vh;
  }
  #reco .curtain .inner {
    min-width: 460px;
    min-height: 460px;
  }
  #reco .curtain .txt {
    position: absolute;
    bottom: 0;
    right: calc(50% - 600px);
    width: 462px;
    bottom: 184px;
    opacity: 0;
    transition: opacity 0.5s ease;
    color: #fff;
    margin: 0;
  }
  #reco .curtain .txt.active {
    opacity: 1;
  }
  #reco .parallax {
    padding: 93px 0 114px;
  }
  #reco .parallax .row:nth-child(1) {
    margin-bottom: -82px;
  }
}
@media (max-width: 1260px) and (min-width: 768px) {
  #reco .style-js .txt {
    margin-right: 30px;
  }
  #reco .curtain .txt {
    right: 30px;
  }
}

/*=============================================
******************* other  ********************
*=============================================*/
#other {
  padding-bottom: 12vw;
}
#other .note {
  font-size: 12px;
  text-align: center;
  margin: 2vw 0 10vw;
}
#other .row {
  gap: 6vw;
}
#other .row .photo {
  margin: 0 3%;
}
#other .box {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  #other {
    padding-bottom: 115px;
  }
  #other .wrap {
    max-width: 1200px;
  }
  #other .sub-ttl {
    margin-top: 12px;
  }
  #other .note {
    font-size: 14px;
    margin: 37px 0 118px 9px;
  }
  #other .row .photo {
    margin: 0;
  }
  #other .box {
    padding-top: 0;
    padding-bottom: 6px;
    margin-bottom: 84px;
  }
  #other .box:before,
  #other .box:after {
    width: 6px;
  }
  #other .box .inner {
    max-width: 100%;
    width: 1000px;
    margin: 0 auto;
    gap: 30px;
    justify-content: space-between;
  }
  #other .box .inner .content {
    margin-right: 15px;
    min-width: 335px;
  }
  #other .box .inner h3 {
    margin-top: 52px;
  }
  #other .box .inner dl {
    width: 190px;
    padding-right: 1px;
  }
    #other .box .inner .note {
      text-align: left;
      width:250px;
      line-height:180%;
      text-indent: -1em;
      margin-left:60px;
  }
   #other .txt{
     text-align: center;
  }
}

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