@charset "UTF-8";

.header {
  display: block;
  position: relative;
  line-height: 1.4;
  padding: 10px 0;
}
.header-logo-catch > img {
  vertical-align: baseline;
}
.wrapper {
  width: 100%;
}
.vol-mv {
  margin-top: 0;
}
.vol-sec01 {
  background: url(../crosstalk/image/sec01_bg.jpg) center center / cover no-repeat;
  padding: 50px 0;
}
.vol-sec01__ttlBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 22px;
}
.vol-sec01__ttlBox p {
  display: inline-block;
  font-weight: bold;
  background: #f0d44d;
  padding: 4px 30px;
  font-size: 35px;
  line-height: 1;
}
.vol-sec01__ttlBox em {
  color: #1773b7;
  font-weight: bold;
}
.vol-sec01__lead {
  color: #fff;
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5;
}
@media screen and (max-width: 1000px) {
  .vol-sec01 {
    padding: 30px 0;
  }
  .vol-sec01__ttlBox {
    row-gap: 10px;
  }
  .vol-sec01__ttlBox p {
    padding: 2px 15px;
    font-size: 17.5px;
  }
  .vol-sec01__ttlBox em {
    color: #1773b7;
    font-weight: bold;
  }
  .vol-sec01__lead {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2.1;
  }
}

.is_lead {
  color: #1773b7;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.08px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
}
.is_lead.is_big_margin {
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .is_lead {
    font-size: 14px;
    line-height: 1.77;
    margin-bottom: 25px;
  }
  .is_lead.is_big_margin {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.is_blue {
  background-color: #86b3e0;
  color: #fff;
}
.is_orange {
  background-color: #ef845c;
  color: #fff;
}
.is_green {
  background-color: #74987c;
  color: #fff;
}
.is_small {
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .is_small {
    font-size: 12px;
  }
}

.vol-sec03 {
  padding: 30px 0 10px;
}
.vol-sec03__link {
  margin-bottom: 70px;
}
.vol-sec03__link .button__md {
  font-size: 20px;
}
.vol-sec03__ttl::before {
  background-color: #2d91cd;
}
.vol-sec03__ttl::after {
  background-color: #1773b7;
}
.vol-sec03__interviewList {
  margin-top: 35px;
}
.vol-sec03__interviewList dd {
  letter-spacing: 0.3px;
}
.vol-sec03__imgBox {
  margin-top: 45px;
  margin-bottom: 45px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.vol-sec03__imgBox .vol-sec03__imgBox__img {
  border: 2px solid #1773b7;
  border-radius: 30px;
  padding: 30px;
}
.vol-sec03__imgBox .vol-sec03__imgBox__img.is_bg_blue {
  background: #eff5fa;
}
.vol-sec03__imgBox__header {
  font-weight: bold;
  font-size: 18px;
}
.vol-sec03__imgBox figcaption {
  white-space: normal;
}
@media screen and (max-width: 1000px) {
  .vol-sec03 {
    padding-top: 15px;
  }
  .vol-sec03__link {
    margin-bottom: 35px;
  }
  .vol-sec03__link .button__md {
    font-size: 14px;
  }
  .vol-sec03__interviewList {
    margin-top: 25px;
  }
  .vol-sec03__ttl {
    letter-spacing: 0.08em;
  }
  .vol-sec03__imgBox {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .vol-sec03__imgBox.is_border {
    border-radius: 15px;
    padding: 15px;
  }
  .vol-sec03__imgBox__header {
    font-size: 16px;
  }
  .vol-sec03__imgBox .vol-sec03__imgBox__img {
    border-radius: 15px;
    padding: 15px;
  }
}


.crosstalk-after {
  background: url(../crosstalk/image/profiles_bg.jpg) top center / cover no-repeat;
  padding: 45px 0 70px;
}
.crosstalk-after .is_lead {
  margin-bottom: 25px;
  text-align: center;
}
.crosstalk-after .vol-sec03__imgBox {
  margin-top: 25px;
}
.crosstalk-profiles {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  padding: 50px 75px;
  background-color: #fff;
  border-radius: 20px;
}
.crosstalk-profiles dl {}
.crosstalk-profiles dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
}
.crosstalk-profiles dd {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.78;
}
@media screen and (max-width: 1000px) {
  .crosstalk-after .is_lead {
    text-align: left;
  }
  .crosstalk-profiles {
    border-radius: 10px;
    row-gap: 25px;
    padding: 35px 15px;
  }
  .crosstalk-profiles dt {
    font-size: 14px;
  }
  .crosstalk-profiles dd {
    font-size: 12px;
  }
}


.crosstalk-link {
  padding: 60px 0;
  background: url(../crosstalk/image/link_bg.png) center center / cover no-repeat;
}
.crosstalk-link__box {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 75px;
}
.crosstalk-link__box__heading {
  font-size: 18px;
  font-weight: bold;
}
.crosstalk-link dl {
  margin-top: 20px;
}
.crosstalk-link dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
}
.crosstalk-link dd {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .crosstalk-link {
    padding: 40px 0;
  }
  .crosstalk-link__box {
    border-radius: 10px;
    padding: 35px 15px;
  }
  .crosstalk-link__box__heading {
    font-size: 14px;
  }
  .crosstalk-link dt {
    font-size: 14px;
  }
  .crosstalk-link dd {
    font-size: 12px;
  }
}
