  .keyVisual__cap {
    position: static;
  }

  .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;}
.mt60 { margin-top: 60px;}
.mt80 { margin-top: 80px;}
@media only screen and (max-width: 736px) {
  .mt25 { margin-top: calc(40vw/750*100);}
  .mt40 { margin-top: calc(60vw/750*100) !important;}
  .mt60 { margin-top: calc(80vw/750*100);}
  .mt80 { margin-top: calc(100vw/750*100);}
}

.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 */
.contSection.pc_mt120 {
  margin-top: 120px;
}

@media only screen and (max-width:736px) {
  .contSection.pc_mt120 {
    margin-top: calc(120vw/750*100);
  }
}

.contSection_box {
  margin-top: 20px;
  padding: 30px ;
  border: 1px solid rgba(0, 0, 0, .3);
}
.contSection_box__headline {
  font-size: 18px;
}
.contSection_box__text {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 16px !important;
}
.contSection_box .photo_wrap {
  margin-top: 20px;
}

@media only screen and (max-width:768px) {
  .contSection_box {
    padding: 20px;
  }
  .contSection_box__headline {
    font-size: 16px;
  }
  .contSection_box__text {
    font-size: 12px;
    margin-top: 10px !important;
  }
  .contSection_box .photo_wrap {
    margin-top: 14px;
  }
}

.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;
  }
}

.unit-box {
  padding: 29px 19px;
  border: solid 1px #ccc;
}

.unit-box__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
  font-size: 13px;
}

.unit-box__list:first-of-type {
  margin-top: 10px;
}

.unit-box__head {
  width: 150px;
  text-align: right;
}

.unit-box__text {
  width: 360px;
}

.unit-box__cap {
  font-size: 10px;
}

.unit-box .text {
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .unit-box {
    padding: calc(40/750*100vw);
  }

  .unit-box__list {
    justify-content: flex-start;
    gap: calc(10/750*100vw);
    font-size: calc(24/750*100vw);
  }

  .unit-box__list:first-of-type {
    margin-top: calc(30/750*100vw);
  }

  .unit-box__head {
    width: auto;
    text-align: left;
  }

  .unit-box__text {
    width: auto;
  }
}

@media only screen and (max-width:425px) {
  .unit-box {
    padding: 20px 12px;
  }
  .unit-box .text {
    font-size: 14px;
  }
}

.text sup {
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (max-width: 736px) {
  .text sup {
    font-size: calc(22/750*100vw);
  }
}

.photo {
  width: 100%;
}

.photo + .cap {
  color: #1c1c1c;
}

/* views */
.spView {
  display: none !important;
}
@media only screen and (max-width:768px) {
  .spView {
    display: block !important;
  }
  .pcView {
    display: none !important;
  }
}

.mainArticle {
  max-width: 1280px;
  width: 96%;
}

/* 
============================================ */
.pu_title {
  position: relative;
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-bottom: 40px;
}
.pu_title span {
  font-size: 80%;
}
.photo_wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
}
.photo_wrap.col3 {
  grid-template-columns: repeat(3,1fr);
}
.photo_item .cap.right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.contents_box {
  position: relative;
  margin-inline: auto;
  border: 1px solid #dbdbdb;
  padding: 50px 32px 30px;
}
.box_title01 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 267px;
}

@media only screen and (max-width:768px) {
  .contSection__headline + .photo, .contSection__headline + .text, .contSection__headline + .aroundCol {
    margin-top: 15px;
    text-align: left;
}
  .pu_title {
    font-size: 23px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .photo_wrap {
    margin-top: 20px;
    gap: 8px;
  }
  .text-center {
    text-align: left;
  }
  .contents_box {
    padding: 40px 20px 20px;
  }
}

sup {
  font-size: 68%;
  vertical-align: top;
}

.map_img figure {
  position: relative;
}
.map_img figure::before {
  content: attr(data-map);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #646464;
  padding: 4px 10px;
  font-family: serif;
  font-size: 18px;
}

@media only screen and (max-width:768px) {
  .map_img figure::before {
    padding: 2px 4px;
    font-family: serif;
    font-size: 14px;
  }
}
