
/**
* Message
**/

.p-messageTop {
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .p-messageTop {
    padding: 8vw 0 5vw;
  }
}


.p-messageTop__inner {
  display: flex;
  position: relative;
  max-width: 722px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-messageTop__inner {
    align-items: center;
    padding: 0 5vw;
    gap: 2vw;
  }
}

.p-messageTop__img {
  position: relative;
  max-width: 410px;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .p-messageTop__img {
    width: calc(100% - 30vw);
  }
}

.p-messageTop__img figure {
  position: relative;
}

.p-messageTop__txt {
  margin-top: 57px;
}

@media only screen and (max-width: 767px) {
  .p-messageTop__txt {
    margin-top: 0;
  }
}

.p-messageTop__txt h3 {
  margin-bottom: 16px;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-messageTop__txt h3 {
    margin-bottom: 2vw;
    font-size: 3.2vw;
  }
}

.p-messageTop__txt h3 strong {
  font-weight: 600;
}

.p-messageTop__txt h2 {
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-messageTop__txt h2 {
    font-size: 4.8vw;
    position: absolute;
    bottom: -9vw;
    z-index: 1;
    left: 50%;
    transform: translate(-50%,0);
  }
}


.p-messageTop__txt h2 strong {
  z-index: 1;
  white-space: nowrap;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .p-messageTop__txt h2 strong {
    margin-top: 0;
    margin-left: 0;
    position: static;
  }
}

.p-messageTop__txt h2 span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 12px;
  font-size: 28px;
  line-height: 1.5em;
  font-weight: 500;
  color: #fff;
  background: #065EAC;
}

@media only screen and (max-width: 767px) {
  .p-messageTop__txt h2 span {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
}

.p-messageTop__img--cap {
  margin-top: 2.8vw;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .p-messageTop__img--cap {
    margin-top: 13vw;
    text-align: center;
  }
}

.p-messageTop__img--name span {
  color: #065EAC;
  font-size: 0.75rem;
}

@media only screen and (max-width: 767px) {
  .p-messageTop__img--name span {
    font-size: 3vw;
  }
}

.p-messageTop__img--name strong {
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
  .p-messageTop__img--name strong {
    font-size: 3.8vw;
  }
}

@media only screen and (max-width: 767px) {
  .p-messageTop__img--name {
    margin-bottom: 8px;
  }
}

.p-messageBtm {
  padding: 80px 0 60px;
  border-top: 10px solid #cddfee;
}

@media only screen and (max-width: 767px) {
  .p-messageBtm {
    padding: 8vw 0;
    border-top: 6px solid #cddfee;
  }
}

.p-messageBtm__inner {
}

.p-messageBtm--top {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .p-messageBtm--top {
    margin-bottom: 48px;
    padding: 0 20px;
  }
}

.p-messageBtm--top p {
  line-height: 1.8;
  font-size: 0.875rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-messageBtm--top p {
    font-size: 3.2vw;
  }
}

.p-messageBtm__article {
  max-width: 1400px;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 767px) {
  .p-messageBtm__article {
    margin: 0 auto 8vw;
  }
}

.p-messageBtm__article:last-child {
  margin-bottom: 0;
}

.p-messageBtm__main {
  /*margin-left: calc((100vw - 767px) / 2);*/
  /*width: calc((100vw - 825px));
  margin-left: calc((100vw - 766px) / 2);
  margin-right: 0;*/
}

@media only screen and (max-width: 1080px) {
  .p-messageBtm__main {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-messageBtm__main {
    margin-left: 0;
    margin-right: 0;
    padding: 0 5vw;
  }
}

.p-messageBtm__main--inner {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
}

@media only screen and (max-width: 767px) {
  .p-messageBtm__main--inner {
    flex-direction: column;
    gap: 20px;
  }
}

.p-messageBtm__main[layout="reverse"] {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .p-messageBtm__main[layout="reverse"] {
    width: 100%;
  }
}

.p-messageBtm__main[layout="reverse"] .p-messageBtm__main--inner {
  flex-direction: row-reverse;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .p-messageBtm__main[layout="reverse"] .p-messageBtm__main--inner {
    flex-direction: column;
    width: 100%;
  }
}

.p-messageBtm__txt {
  max-width: 418px;
  width: 40%;
  font-size: 0.875rem;
}

@media only screen and (max-width: 767px) {
  .p-messageBtm__txt {
    width: 100%;
    max-width: 100%;
    font-size: 3.4vw;
  }
}

.p-messageBtm__txt[size="large"] {
  max-width: 650px;
  width: 100%;
  margin: 0 auto; 
}

@media only screen and (max-width: 767px) {
  .p-messageBtm__txt[size="large"] {
    max-width: 100%;
    width: 100%;
  }
}

.p-messageBtm__img {
  width: calc(63% + 50px);
  max-width: 556px;
}

@media only screen and (max-width: 767px) {
  .p-messageBtm__img {
    width: 100%;
    max-width: 100%;
  }
}

.p-messageBtm__img img {
  width: 100%;
}

.p-messageBtm__txt p {
  line-height: 1.8;
}

.p-messageBtm__ttl {
  width: 100%;
  max-width: 1027px;
  margin-left: auto;
  margin-bottom:  50px;
  padding-bottom: 12px;
  color: #065EAC;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 6px solid #065EAC;
}

.p-messageBtm__ttl[size="large"] {
  width: 100%;
  max-width: 1027px;
}

@media only screen and (max-width: 767px) {
  .p-messageBtm__ttl {
    margin-left: 4vw;
    width: calc(100% - 4vw);
    margin-bottom:  4vw;
    padding-bottom: 2vw;
    font-size: 4.8vw;
    border-bottom: 4px solid #065EAC;
  }
  .p-messageBtm__ttl[size="large"] {
    width: calc(100% - 4vw);
  }
}

.p-messageBtm__img figure figcaption {
  max-width: 335px;
  margin-top: 20px;
  opacity: 0.5;
  font-size: 0.875rem;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .p-messageBtm__img figure figcaption {
    margin-top: 4vw;
    max-width: 100%;
    font-size: 3.4vw;
    line-height: 1.6;
  }
}

.p-messageBtm__main[layout="reverse"] .p-messageBtm__img figure figcaption {
  margin-left:  auto;
}

.p-messageBtm__center {
  max-width: 767px;
  margin: 40px auto 0;
}

.p-messageBtm__center figure figcaption {
  margin-top: 20px;
  text-align: left;
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .p-messageBtm__center figure figcaption {
    margin-top: 20px;
    padding: 0 20px;
  }
}

.p-messageBtm__interview {
  max-width: 335px;
  margin-top: 20px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .p-messageBtm__interview {
    max-width: 100%;
  }
}

.p-messageBtm__interview small {
  display: block;
  margin-top: 6px;
  font-size: 0.75rem;
  color: #959393;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .p-messageBtm__interview small {
    margin-top: 1.2vw;
    font-size: 3vw;
  }
}

.p-messageBtm__interview dl {
  display: inline-flex;
  border-radius: 5px;
  background: #065EAC;
  color: #fff;
}

.p-messageBtm__interview dl dt {
  width: 30%;
  padding: 4px 12px;
  border-right: 1px solid #fff;
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .p-messageBtm__interview dl dt {
    padding: 4px 12px;
    font-size: 3.2vw;
  }
}

.p-messageBtm__interview dl dd {
  position: relative;
  width: 80%;
  padding: 4px 24px 4px 12px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .p-messageBtm__interview dl dd {
    padding: 1.2vw 6vw 1.2vw 3vw;
    font-size: 3.2vw;
  }
}

.p-messageBtm__interview dl dd:after {
  position: absolute;
      top: 50%;
      right: 6px;
      content: "";
      width: 7px;
      height: 19px;
      margin-top: -10px;
      background: url(../images/common/icon-btn-arrow-w.svg) no-repeat;
      background-size: 100%;
}