  .keyVisual__cap {
    left: 0;
    right: auto;
  }

  .mainArticle__headline {
    white-space: nowrap;
  }

  .profileBox {
    border: 1px solid #dcdcdc;
    margin-top: 40px;
  }
  .profileBox__inner {
    padding: 30px;
    display: flex;
    justify-content: space-between;
  }
  .profileBox.profileBox--2col {
    margin-bottom: 40px;
  }
  .profileBox.profileBox--2col .profileBox__item:nth-child(n + 1) {
    width: calc(180/780*100%);
  }
  .profileBox.profileBox--2col .profileBox__item:nth-child(n + 2) {
    width: calc(570/780*100%);
  }
  @media only screen and (max-width: 736px) {
    .profileBox {
      margin-top: calc(60/750*100vw);
    }
    .profileBox__inner {
      padding: calc(40/750*100vw);
      display: flex;
      flex-direction: column;
    }
    .profileBox.profileBox--2col .profileBox__item:nth-child(n + 1) {
      width: 100%;
    }
    .profileBox.profileBox--2col .profileBox__item:nth-child(n + 2) {
      width: 100%;
      margin-top: calc(40/750*100vw);
    }
    .profileBox.profileBox--2col .profileBox__item img {
      width: 100%;
    }
  }

  .profileBox__name {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .13em;
    line-height: 1; }
  .profileBox__name small {
    font-size: 14px;
  }
@media only screen and (max-width: 736px) {
  .profileBox__name {
    font-size: calc(32/750*100vw);
  }
  .profileBox__name small {
    font-size: calc(24/750*100vw);
  }
  .profileBox .photo__image {
    width: 100%;
  }
}

  .mainArticle__headline {
    white-space: nowrap;
  }
@media only screen and (max-width: 736px) {
  .mainArticle__headline {
    white-space: inherit;
    font-size: calc(33vw/750*100);
  }
}

  .profileBox__text {
    font-size: 14px;
    line-height: 1.714;
  }
  .profileBox__text::before,
  .profileBox__text::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .profileBox__text::before {
    margin-top: calc((1 - 1.714) * 0.5em);
  }
  .profileBox__text::after {
    margin-bottom: calc((1 - 1.714) * 0.5em);
  }

  .text + .cap {
    margin-top: 40px;
  }

  .cap + .photo {
    margin-top: 15px;
  }

  .photo + .text {
    margin-top: 60px;
  }

  .photo__cap--left {
    left: 0;
    right: auto;
    text-align: left;
  }

  .cap--right {
    margin-top: 10px;
    text-align: right;
  }
@media only screen and (max-width: 736px) {
  .profileBox__text {
    font-size: calc(24/750*100vw);
    letter-spacing: .15em;
  }

  .text + .cap {
    margin-top: calc(60/750*100vw);
  }

  .photo + .text {
    margin-top: calc(100/750*100vw);
  }

  .cap + .photo {
    margin-top: calc(20/750*100vw);
  }
}

.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt25 { margin-top: 25px;}
.mt40 { margin-top: 40px !important;}
@media only screen and (max-width: 736px) {
  .mt25 { margin-top: calc(40vw/750*100);}
  .mt40 { margin-top: calc(60vw/750*100) !important;}
}

.imgKakoi {
  border: solid 1px #dcdcdc;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .imgKakoi {
    width: 100%;
  }
}

.layoutCol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.is-reverse {
  flex-direction: row-reverse;
}
.is-center {
  align-items: center;
}

.clmTwo__item {
  width: calc(400/840*100%);
}
@media only screen and (max-width: 736px) {
  .clmTwo__item {
    width: 100%;
  }

  .clmTwo__item:nth-child(n+2) {
    margin-top: calc(60vw/750*100);
  }
}

/* contSection */
.photoGroup + .text,
.contSection__row + .text {
  margin-top: 60px;
}

.profileBox + .text {
  margin-top: 40px;
}

.contSection__link {
  display: block;
  transition: all .3s ease;
}
@media only screen and (min-width: 737px) {
  .contSection__link:hover {
    opacity: .7;
  }
}
@media only screen and (max-width: 736px) {
  .photoGroup + .text,
  .contSection__row + .text {
    margin-top: calc(100vw/750*100);
  }

  .profileBox + .text {
    margin-top: calc(60vw/750*100);
  }
}

.questionnaire {
  background-color: #f8f8f8;
  padding: 55px 0 50px;
}
.questionnaire__inner {
  margin: 0 auto;
  text-align: center;
}
.questionnaire__headline {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
.questionnaire__txt {
  font-size: 16px;
  margin-bottom: 30px;
}
.questionnaire__btn {
  display: inline-block;
  background-color: #a3a3a3;
  max-width: 340px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 18px 0;
  border-radius: 30px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.questionnaire__btn:hover {
  opacity: .7;
}

@media only screen and (max-width: 736px) {
  .questionnaire {
    padding: 40px 0 25px;
  }
  .questionnaire__headline {
    font-size: 16px;
  }
  .questionnaire__txt {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .questionnaire__btn {
    max-width: 80%;
    width: 100%;
    font-size: 12px;
    padding: 15px 0;
    border-radius: 25px;
    cursor: unset;
    transition-duration: unset;
  }
  .questionnaire__btn:hover {
    opacity: unset;
  }
}

.heading--outline {
  font-size: 18px;
  line-height: 1;
}

.photo + .heading--outline {
  margin-top: 60px;
}

.heading--outline + .cap {
  margin-top: 20px;
  color: #1c1c1c;
}

.photo__cap--small {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  font-size: 10px;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width: 736px) {
  .heading--outline {
    font-size: calc(32/750*100vw);
  }

  .photo + .heading--outline {
    margin-top: calc(120/750*100vw);
  }

  .heading--outline + .cap {
    margin-top: calc(30/750*100vw);
  }

  .space--sp {
    padding-bottom: 20px;
  }
}
