  .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) {
    max-width: 30%;
  }
  .profileBox.profileBox--2col .profileBox__item:nth-child(n + 2) {
    max-width: 68%;
  }
  @media only screen and (max-width: 736px) {
    .profileBox.profileBox--2col {
      margin-bottom: 20px;
    }
    .profileBox.profileBox--2col .profileBox__item:nth-child(n + 1) {
      max-width: 100%;
      order: 1;
    }
    .profileBox.profileBox--2col .profileBox__item:nth-child(n + 1) img {
      width: 100%;
    }
    .profileBox.profileBox--2col .profileBox__item:nth-child(n + 2) {
      max-width: 100%;
      order: 2;
    }
  }
  .profileBox__item {
    max-width: 240px;
    width: 100%;
  }
  .profileBox__name {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .13em;
    line-height: 1; }
  .profileBox__name small {
    display: block;
    font-size: 14px;
    font-weight: 400;
  }
  .profileBox__name span {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
  }
  .profileHistory {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    font-size: 14px;
  }
  .profileHistory dt {
    width: 25%;
  }

  .profileHistory dd {
    width: 75%;
  }
  .profileBox__item .caption {
    text-align: right;
    font-size: 13px;
    padding-bottom: 5px;
  }
  @media only screen and (max-width: 736px) {
    .profileBox__inner {
      padding: 30px;
      display: flex;
      flex-direction: column;
    }
    .profileBox__item {
      max-width: 100%;
    }
    .profileBox__item:not(:last-child) {
      margin-bottom: 20px;
    }
    .profileBox__item:nth-child(n+1) {
      order: 2;
    }
    .profileBox__item:nth-child(n+2) {
      order: 1;
    }
    .profileBox__item:nth-child(n+3) {
      order: 3;
    }
    .profileBox__name {
      font-size: 14px;
      line-height: 1; }
    .profileBox__name small {
      font-size: 12px;
    }
    .profileBox__name span {
      font-size: 16px;
    }
    .profileHistory {
      width: 100%;
      margin-top: 20px;
      font-size: 12px;
    }
    .profileHistory dt {
      /* width: 25%; */
    }

    .profileHistory dd {
      /* width: 75%; */
    }
    .profileBox .photo__image {
      width: 100%;
    }
    .profileBox .profileBox__item .caption {
      font-size: 12px;
    }
  }

  .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 .photoFloat {
    float: right;
    font-size: 12px;
    text-align: right;
  }
  .profileBox__text .photoFloat img {
    display: block;
    margin-left: 10px;
    margin-bottom: 5px;
  }
  .mt15 { margin-top: 15px;}
  .mt25 { margin-top: 25px;}
  .borderColumn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
    margin-top: 60px;
    padding-bottom: 20px;
  }
  .borderColumn .caption {
    font-size: 12px;
    color: #333;
  }
  .borderColumn + .text {
    margin-top: 60px;
  }
@media only screen and (max-width: 736px) {
  .profileBox__text .photoFloat {
    display: block;
    float: none;
    font-size: calc(24vw/750*100);
    margin-bottom: calc(20vw/750*100);
  }
  .profileBox__text .photoFloat img {
    margin-left: 0;
    margin-bottom: 0;
  }

  .mt25 { margin-top: calc(40vw/750*100);}
  .borderColumn {
    margin-top: calc(80vw/750*100);
    padding-bottom: calc(40vw/750*100);
  }
  .borderColumn .caption {
    font-size: calc(24vw/750*100);
  }
  .borderColumn + .text {
    margin-top: calc(80vw/750*100);
  }
}

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

  .clmHeading {
    font-size: 18px;
    letter-spacing: .15em;
    line-height: 1.55;
  }
  .clmHeading::before,
  .clmHeading::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .clmHeading::before {
    margin-top: calc((1 - 1.55) * 0.5em);
  }
  .clmHeading::after {
    margin-bottom: calc((1 - 1.55) * 0.5em);
  }

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

  .clmHeading + .bukkenDetail {
    margin-top: 30px;
  }

  .contSection__headline + .clmHeading {
    margin-top: 40px;
  }
@media only screen and (max-width: 736px) {
  .clmHeading {
    font-size: calc(32vw/750*100);
  }
  .bukkenDetail {
    font-size: 12px;
  }

  .clmHeading + .bukkenDetail {
    margin-top: calc(40vw/750*100);
  }

  .contSection__headline + .clmHeading {
    margin-top: calc(40vw/750*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%);
  }
  .clmThree__item {
    width: calc(260/840*100%);
  }

  .layoutCol--anchor01 .clmDefault__item{
    width: calc(190/840*100%);
  }

  .layoutCol--anchor01 .clmDefault__item:first-child{
    width: calc(436/840*100%);
  }

  .clmDefault__item--flexSP  .photo + .photo {
    margin-top: 60px;
    margin-top: 55px\0;
  }

  .clmThree__item .photo + .photo {
    margin-top: 34px;
  }

  .layoutCol--anchor01 .clmDefault__item .photo img {
    width: 100%;
  }

  .layoutCol--anchor01 .clmDefault__item .photo .photo__cap{
    margin: 0;
  }

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

  .clmThree__item .photo img {
    width: 100%;
  }

  .layoutCol--anchor01 .clmDefault__item{
    width: 49%;
  }

  .layoutCol--anchor01 .clmDefault__item:first-child{
    width: 100%;
  }

  .clmDefault__item--flexSP  .photo + .photo {
    margin-top: calc(100/736*100vw)
  }

  .clmDefault__item--flexSP {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .clmThree__item .photo + .photo {
    margin-top: 0;
  }

  .clmThree__item--Double {
    width: 100%;
  }

  .photoSpc {

  }
  .textSpc {
    margin-top: calc(50vw/750*100) !important;
  }
}

/*  */
  .clmDefault__row {
    margin-top: 20px;
  }
  .clmDefault__row + .text {
    margin-top: 60px;
  }
  .text + .clmDefault__row,
  .photo + .clmDefault__row {
    margin-top: 40px;
  }

  .clmDefault__row + .clmDefault__row {
    margin-top: 40px;
  }

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

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

  .bukkenHeading {
    font-size: 16px;
  }
  .clmHeading + .bukkenHeading {
    margin-top: 30px;
  }
  .bukkenDetail__row {
    margin-top: 10px;
  }
  .bukkenDetail__row > div:nth-child(n+3) {
    margin-top: 10px;
  }
  .bukkenDetail__heading {
    width: 65px;
  }
  .bukkenDetail__text {
    width: calc(100% - 65px);
    padding-left: 10px;
    box-sizing: border-box;
  }
  .bukkenDetail__text .indent {
    display: inline-block;
    text-indent: -10px;
  }
@media only screen and (max-width: 736px) {
  .clmDefault__row {
    margin-top: calc(30vw/750*100);
  }
  .clmDefault__item:nth-child(n+2) {
    margin-top: calc(80vw/750*100);
  }

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

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

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

  .bukkenHeading {
    font-size: calc(28vw/750*100);
  }
  .clmHeading + .bukkenHeading {
    margin-top: calc(40vw/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;
  }
}