/*-----------------------------------------
About CSS
-------------------------------------------*/
#header .current:after {
  background: #3cb2eb;
}

.top-area {
  height: 190px;
  background: url(../img/about/about-bg@sp.jpg) no-repeat center center;
  background-size: cover;
}
@media (min-width: 751px) {
  .top-area {
    height: 380px;
    background: url(../img/about/about-bg.jpg) no-repeat center center;
    background-size: cover;
  }
}

.figure1 {
  position: relative;
}
@media (min-width: 751px) {
  .figure1 {
    left: -24px;
    width: calc(100% + 48px);
  }
}
@media (min-width: 751px) and (max-width: 1440px) {
  .figure1 {
    left: -1.66667vw;
    width: calc(100% + (24/1440)*200vw);
  }
}

.figure2 {
  position: relative;
}
@media (min-width: 751px) {
  .figure2 {
    left: -45px;
    width: calc(100% + 90px);
  }
}
@media (min-width: 751px) and (max-width: 1440px) {
  .figure2 {
    left: -3.125vw;
    width: calc(100% + (45/1440)*200vw);
  }
}

.figure4 img {
  width: 100%;
}

.align-center {
  text-align: center;
}

.figcaption {
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 20px;
}
.figcaption:before {
  content: "";
  width: 25px;
  height: 2px;
  display: block;
  background: #3cb2eb;
  margin-right: 9px;
}

@media (max-width: 750px) {
  .section__ttl {
    line-height: 1.36364;
  }
}

.page .intro-section {
  text-align: center;
}
@media (max-width: 750px) {
  .page .intro-section {
    margin-bottom: 70px;
  }
}

@media (max-width: 750px) {
  .page .intro-section .section__txt {
    line-height: 2;
  }
}

@media (max-width: 750px) {
  .zoom-btn {
    display: block;
    width: 290px;
    height: 45px;
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
    background: #135398;
    margin: auto;
    margin-top: 30px;
    line-height: 45px;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
  }

  .section {
    position: relative;
  }

  .modal {
    display: none;
    background: white url(../../shared/img/common/swipe.png) no-repeat center bottom 25px;
    position: fixed;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100vh - 40px);
    z-index: 10000;
    padding-bottom: 87px;
    background-size: 130px;
  }
  .modal .modal-close {
    text-align: right;
    padding-top: 15px;
    padding-right: 10px;
  }
  .modal .figure {
    width: 100%;
    height: calc(100% - 50px);
    box-sizing: border-box;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px;
  }
  .modal .figure img {
    max-width: inherit;
  }
}
.section__inner + .sub-section {
  margin-top: 120px;
}
@media (max-width: 750px) {
  .section__inner + .sub-section {
    margin-top: 60px;
  }
}

@media (min-width: 751px) and (max-width: 1023px) {
  .banner-area picture {
    display: block;
    height: 160px;
  }
}
