@charset "utf-8";

/**
 * style.css
 * update: 2017.12.04
 */

/*========================================

  #sdMainVisual

========================================*/
#sdContainer-perspectives01 .sdMainVisual .item {
  background-color: #f7f7f7;
  background-size: cover;
  background-image: url("../img/mainvisual.jpg") !important;
}

@media (max-width: 640px) {
  #sdContainer-perspectives01 .sdMainVisual .item {
    background-image: url("../img/mainvisual_sp.jpg") !important;
  }
}

/*========================================

  .content__heading

========================================*/
#sdContainer-perspectives01 .content__heading {
  display: table;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 1;
  color: #393939;
  background: #ececec;
}
#sdContainer-perspectives01 .content__heading--inner {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 20px 0;
}
#sdContainer-perspectives01 .content__heading em {
  display: block;
  margin-bottom: 5px;
  font-size: 87.5%;
  font-style: normal;
}
#sdContainer-perspectives01 .content__heading h2 {
  font-family: "SST W20 Light", sans-serif;
  font-size: 170%;
}

@media (max-width: 640px) {
  #sdContainer-perspectives01 .content__heading {
    height: auto;
  }
  #sdContainer-perspectives01 .content__heading--inner {
    padding: 20px 30px;
  }
  #sdContainer-perspectives01 .content__heading em {
    font-size: 81.3%;
  }
  #sdContainer-perspectives01 .content__heading h1 {
    font-size: 175%;
  }
}

/*========================================

  .intro

========================================*/
#sdContainer-perspectives01 .sd-content .intro h2 {
  line-height: 1.75;
  color: #656565;
}
#sdContainer-perspectives01 .sd-content .intro p {
  letter-spacing: -0.04em;
}
#sdContainer-perspectives01.adjust .sd-content .intro h3 {
  font-size: 168.8%;
}

@media (max-width: 640px) {
  #sdContainer-perspectives01 .sd-content .intro p {
    text-align: left;
  }
}

/*========================================

  section

========================================*/
#sdContainer-perspectives01 .itv-caption {
  font-size: 0.688rem !important;
  line-height: 1.6 !important;
  margin: 20px auto 0;
  width: 600px;
}
#sdContainer-perspectives01 .sd-content h3 {
  margin: 0 0 60px;
  font-size: 181.3%;
  line-height: 1.4;
  text-align: center;
}
#sdContainer-perspectives01 img {
  width: 100%;
}
#sdContainer-perspectives01 .sd-content section .img-box {
  line-height: 0;
}
#sdContainer-perspectives01 .sd-content .no-04 img,
#sdContainer-perspectives01 .sd-content .no-06 img {
  width: 100%;
  height: auto;
}
#sdContainer-perspectives01 .sd-content section h5 {
  position: relative;
  z-index: 1;
  font-size: 137.5%;
  font-weight: 400;
  line-height: 1.5;
  color: #656565;
}
#sdContainer-perspectives01 .sd-content section p {
  position: relative;
  z-index: 1;
  font-size: 81.3%;
  line-height: 1.95;
  color: #656565;
}
#sdContainer-perspectives01 .sd-content section p strong {
  font-weight: 700;
}
#sdContainer-perspectives01 .sd-content section h5 + p {
  margin-top: 35px;
}
#sdContainer-perspectives01 .sd-content section p + p {
  margin-top: 25px;
}
#sdContainer-perspectives01 .sd-content section p.caption {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.6;
}

@media (max-width: 640px) {
  #sdContainer-perspectives01 h4 {
    margin: 0 0 40px;
  }
  #sdContainer-perspectives01 .sd-content section h5 + p {
    margin-top: 30px;
  }
  #sdContainer-perspectives01 .itv-section h4 {
    margin-bottom: 40px;
  }
  #sdContainer-perspectives01 .itv-caption {
    margin: 10px auto 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #sdContainer-perspectives01 .itv-section h4 {
    font-size: 162.5%;
  }
}

/*----------------------------------------
  section.no-01
----------------------------------------*/
#sdContainer-perspectives01 .sd-content section .img-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#sdContainer-perspectives01 .sd-content section .img-box .flex-item {
  margin-right: 10px;
}
#sdContainer-perspectives01 .sd-content section .img-box .flex-item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  #sdContainer-perspectives01 .sd-content section .img-box {
    display: block;
  }
}
#sdContainer-perspectives01 section.no-01 {
  margin-top: 70px;
}

#sdContainer-perspectives01 section.no-01 .embed {
  display: none;
}

@media (max-width: 640px) {
  #sdContainer-perspectives01 section.no-01 {
    margin-top: 50px;
  }
  #sdContainer-perspectives01 .sd-content section .img-box .flex-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #sdContainer-perspectives01
    .sd-content
    section
    .img-box
    .flex-item:last-child {
    margin-bottom: 0;
  }
}

/*----------------------------------------
  section.no-02
----------------------------------------*/
#sdContainer-perspectives01 section.no-02 {
  margin-top: 130px;
}
#sdContainer-perspectives01 .no-02 .itv-leftfix img {
  width: 100%;
  height: auto;
}
#sdContainer-perspectives01 .no-02 .itv-line {
  display: flex;
  justify-content: space-between;
}
#sdContainer-perspectives01 .no-02 .itv-rightfix {
  width: calc(100% - 520px);
}

@media (max-width: 640px) {
  #sdContainer-perspectives01 section.no-02 .img-box {
    margin-top: 50px;
  }
  #sdContainer-perspectives01 .no-02 .itv-line {
    display: block;
  }
  #sdContainer-perspectives01 .no-02 .itv-rightfix {
    width: 100%;
    margin-top: 25px;
  }
}

/*----------------------------------------
  section.no-03
----------------------------------------*/
#sdContainer-perspectives01 section.no-03 {
  margin-top: 130px;
}
#sdContainer-perspectives01 section.no-03 .flex-container {
  margin-bottom: 90px;
}
#sdContainer-perspectives01 section.no-03 .txt-box {
  margin: 0 auto;
  max-width: 690px;
}

@media (max-width: 640px) {
  #sdContainer-perspectives01 section.no-03 .flex-container {
    margin-bottom: 25px;
  }
  #sdContainer-perspectives01 section.no-03 .flex-container .flex-item {
    margin-bottom: 20px;
  }
  #sdContainer-perspectives01
    section.no-03
    .flex-container
    .flex-item:last-child {
    margin-bottom: 0;
  }
  #sdContainer-perspectives01 section.no-03 .txt-box {
    margin: 0 auto;
    max-width: 100%;
  }
}

/*----------------------------------------
  section.no-04
----------------------------------------*/
#sdContainer-perspectives01 section.no-04 {
  margin-top: 70px;
}
#sdContainer-perspectives01 section.no-04 .txt-box {
  margin: 0 auto;
  max-width: 690px;
}
#sdContainer-perspectives01 section.no-04 h5 {
  text-align: center;
}

@media (max-width: 640px) {
  #sdContainer-perspectives01 section.no-04 {
    margin-top: 70px;
  }
  #sdContainer-perspectives01 section.no-04 .txt-box {
    margin: 0 auto;
    max-width: 100%;
  }
  #sdContainer-perspectives01 section.no-04 h5 {
    text-align: center;
  }
}

/*----------------------------------------
  section.no-05
----------------------------------------*/
#sdContainer-perspectives01 section.no-05 {
  margin-top: 130px;
}
#sdContainer-perspectives01 section.no-05 .txt-box {
  margin: 0 auto;
  max-width: 690px;
}

/*----------------------------------------
  section.no-06
----------------------------------------*/
#sdContainer-perspectives01 section.no-06 {
  margin-top: 70px;
}

/*----------------------------------------
  section.no-07
----------------------------------------*/
#sdContainer-perspectives01 section.no-07 {
  margin: 30px auto 0;
  max-width: 690px;
  font-size: 0.688rem !important;
}
#sdContainer-perspectives01 section.no-07 dl {
  margin: 0;
}
#sdContainer-perspectives01 section.no-07 dl dd,
#sdContainer-perspectives01 section.no-07 dl dt {
  margin-left: 0;
}
#sdContainer-perspectives01 section.no-07 .profile {
  margin-bottom: 30px;
}
#sdContainer-perspectives01 section.no-07 .profile:last-child {
  margin-bottom: 0;
}
#sdContainer-perspectives01 section.no-07 .speakerName {
  margin-bottom: 10px;
  font-weight: bold;
}

@media (max-width: 640px) {
  #sdContainer-perspectives01 section.no-07 {
    max-width: 100%;
    margin-top: 30px;
  }
}

/*----------------------------------------
  section.no-08
----------------------------------------*/
#sdContainer-perspectives01 section.no-08 {
  margin-top: 130px;
  font-size: 0.688rem !important;
  line-height: 1.6 !important;
}
#sdContainer-perspectives01 section.no-08 .credit {
  display: flex;
  justify-content: center;
}
#sdContainer-perspectives01 section.no-08 .credit p {
  margin: 0 25px 0 0;
}
#sdContainer-perspectives01 section.no-08 .credit p:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  #sdContainer-perspectives01 section.no-08 .credit {
    display: block;
    text-align: center;
  }
  #sdContainer-perspectives01 section.no-08 .credit p {
    margin: 0;
  }
}

/*----------------------------------------
  SP
----------------------------------------*/
@media (max-width: 480px) {
  #sdContainer-perspectives01 section.no-08,
  #sdContainer-perspectives01 section.no-05,
  #sdContainer-perspectives01 section.no-03,
  #sdContainer-perspectives01 section.no-02 {
    margin-top: 80px;
  }
}
@media (max-width: 640px) {
  #sdContainer-perspectives01 section.no-08,
  #sdContainer-perspectives01 section.no-05,
  #sdContainer-perspectives01 section.no-03,
  #sdContainer-perspectives01 section.no-02 {
    margin-top: 80px;
  }
}
