@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 potential
==================================================================================*/
#potential .main-content {
  color: #40474d;
}
#potential .mv .txt {
  width: 600px;
}
#potential .image .caption {
  text-align: right;
  line-height: 1.3;
}
#potential .image .caption.no-bg {
  background: transparent;
  color: #000;
}
#potential .image .caption.white {
  color: #fff;
  background: rgba(64, 71, 77, 0.4);
}
#potential .image .caption.outside {
  bottom: -30px;
}
#potential .intro {
  text-align: center;
  margin-bottom: 120px;
}
#potential .intro .title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 50px;
}
#potential .intro .lead {
  font-size: 14px;
  line-height: 2;
}
#potential .intro .img01 {
  max-width: 1040px;
  margin: 60px auto 20px;
}
#potential .intro .mini {
  font-size: 12px;
  line-height: 1.8;
}
#potential .sections {
  text-align: center;
  margin-bottom: 120px;
}
#potential .sections .title {
  font-size: 24px;
  line-height: 1.8;
  font-weight: normal;
  text-align: center;
  padding-bottom: 50px;
}
#potential .sections .lead {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 50px;
}
#potential .sec01 .image {
  max-width: 750px;
  margin: 0 auto 20px;
}
#potential .sec01 .mini {
  max-width: 750px;
  margin: auto;
  font-size: 12px;
  line-height: 1.8;
  text-align: right;
}
#potential .sec02 .list {
  max-width: 1040px;
  margin: auto;
}
#potential .sec02 .list li {
  display: inline-block;
  width: 31%;
  margin-right: 2%;
  vertical-align: top;
}
#potential .sec02 .list li:last-child {
  margin-right: auto;
}
#potential .sec02 .list .name {
  text-align: center;
  font-size: 24px;
  margin: 20px auto;
}
#potential .sec02 .list .info {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}
#potential .sec03 {
  background: url(../imgs/bg.jpg);
  background-size: cover;
  color: #fff;
  margin: auto;
}
#potential .sec03 .img01 {
  margin-bottom: 120px;
}
#potential .sec03 .list {
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  margin: 0 auto 100px;
}
#potential .sec03 .list li {
  width: 48%;
  margin-bottom: 30px;
  background: rgba(86, 91, 100, 0.6);
  padding: 40px;
  box-sizing: border-box;
}
#potential .sec03 .list li.wide {
  width: 100%;
}
#potential .sec03 .list li.wide .image, #potential .sec03 .list li.wide .mini {
  width: 80%;
  margin: 0 auto 20px;
}
#potential .sec03 .list li:nth-child(2) {
  padding-bottom: 20px;
}
#potential .sec03 .list .txt01 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 26px;
}
#potential .sec03 .list .txt02 {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 40px;
}
#potential .sec03 .list .mini {
  text-align: right;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
#potential .pageAnnotationArea {
  background: transparent;
}
#potential .pageAnnotation {
  padding: 0;
}

/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   potential
  ==================================================================================*/
  #potential .modal-overlay {
    background: rgba(255, 255, 255, 0.8) !important;
  }
  #potential .modal-window .modal-content .swipe-img img {
    width: 700px !important;
  }
  #potential .mv .txt {
    width: 55%;
  }
  #potential .intro {
    margin-bottom: 80px;
  }
  #potential .intro .title {
    font-size: 22px;
    line-height: 1.8;
    text-align: left;
    padding-bottom: 50px;
  }
  #potential .intro .lead {
    text-align: left;
    margin-bottom: 50px;
  }
  #potential .intro .lead br {
    display: none;
  }
  #potential .intro .img01 .swipe-img img {
    width: 1040px !important;
  }
  #potential .intro .mini {
    text-align: left;
  }
  #potential .sections {
    margin-bottom: 80px;
  }
  #potential .sections .title {
    text-align: left;
    font-size: 22px;
    line-height: 1.8;
    padding-bottom: 50px;
  }
  #potential .sections .lead {
    text-align: left;
    margin-bottom: 50px;
  }
  #potential .sections .lead br {
    display: none;
  }
  #potential .sec01 .mini {
    text-align: left;
  }
  #potential .sec02 .list li {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  #potential .sec02 .list li:last-child {
    margin: auto;
  }
  #potential .sec02 .list .name {
    font-size: 20px;
  }
  #potential .sec03 {
    background: url(../imgs/bg-sp.jpg);
    background-size: cover;
    color: #fff;
    margin: auto;
  }
  #potential .sec03 .img01 {
    margin-bottom: 80px;
  }
  #potential .sec03 .list {
    display: block;
    flex-wrap: nowrap;
    margin: 0 auto 80px;
  }
  #potential .sec03 .list li {
    width: 100%;
    margin-bottom: 20px;
    background: rgba(86, 91, 100, 0.6);
    padding: 40px 20px;
    box-sizing: border-box;
  }
  #potential .sec03 .list li.wide .image, #potential .sec03 .list li.wide .mini {
    width: 100%;
  }
  #potential .sec03 .list .txt01 {
    text-align: left;
    margin-bottom: 20px;
  }
  #potential .sec03 .list .txt02 {
    text-align: left;
    margin-bottom: 20px;
  }
  #potential .sec03 .list .txt02 br {
    display: none;
  }
  #potential .sec03 .list .mini {
    text-align: left;
  }
  #potential .pageAnnotationArea {
    background: transparent;
  }
}/*# sourceMappingURL=style.css.map */