.mv {
  background-image: url(../img/mv.jpg);
  background-size: cover;
  height: 545px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 767px) {
    .mv {
      height: 47.8971962617vw; } }

.btn {
  margin: 1.5em auto; }
  .btn.long {
    max-width: 28rem; }
    @media (max-width: 767px) {
      .btn.long {
        width: 100%; } }

.sec01 {
  padding: 4em 0; }

.sec02 {
  padding: 4em 0; }

.sec03 {
  padding: 4em 0; }

.sec04 {
  padding: 4em 0; }

.sec05 {
  padding: 4em 0; }

.sec06 {
  padding: 4em 0; }

.sec07 {
  padding: 4em 0; }

.sec08 {
  padding: 4em 0; }

.sec09 {
  padding: 4em 0; }

.sec10 {
  padding: 4em 0; }

.sec11 {
  padding: 4em 0; }

.story-mes-kawakami {
  background: url("../img/intervew.jpg") no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 auto;
  height: 540px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: inherit; }
  @media (max-width: 767px) {
    .story-mes-kawakami {
      background: url("../img/intervew_sp.jpg") no-repeat;
      background-position: center top;
      height: 112.1495327103vw;
      background-size: contain;
      display: block;
      padding-top: 50.2336448598vw; } }
  .story-mes-kawakami h2 img {
    max-width: 100%;
    width: auto; }
    @media (max-width: 980px) {
      .story-mes-kawakami h2 img {
        width: 60%; } }
    @media (max-width: 767px) {
      .story-mes-kawakami h2 img {
        width: 100%; } }

.story_ttl {
  position: relative; }
  .story_ttl span {
    font-size: 36px; }
  .story_ttl img {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    @media (max-width: 767px) {
      .story_ttl img {
        left: 15%; } }

.doctor_wrap {
  padding: 20px 45px;
  width: 575px;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  font-weight: normal; }
  @media (max-width: 980px) {
    .doctor_wrap {
      width: 60%; } }
  @media (max-width: 767px) {
    .doctor_wrap {
      width: 100%;
      height: auto;
      padding: 4.6728971963vw 5.8411214953vw; } }
  .doctor_wrap .doctor_copy {
    font-size: 31px; }
    @media (max-width: 980px) {
      .doctor_wrap .doctor_copy {
        font-size: 2.8333333333vw; } }
    @media (max-width: 767px) {
      .doctor_wrap .doctor_copy {
        font-size: 4.6728971963vw;
        text-align: center; } }
  .doctor_wrap .label {
    background: #40220F;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: .2em 1.5em;
    margin-bottom: .8em; }
    @media (max-width: 980px) {
      .doctor_wrap .label {
        font-size: 1.6666666667vw; } }
    @media (max-width: 767px) {
      .doctor_wrap .label {
        padding: 1.8691588785vw 2.8037383178vw;
        font-size: 3.2710280374vw;
        margin: 0.2em auto 0.8em;
        width: 55%;
        display: block;
        text-align: center; } }
  .doctor_wrap .doctor {
    font-size: 17px;
    border-top: 1px #40220F solid;
    padding-top: .3em;
    margin-top: 1.2em;
    margin-bottom: .5em; }
    @media (max-width: 980px) {
      .doctor_wrap .doctor {
        font-size: 1.6666666667vw;
        margin-bottom: 1em; } }
    @media (max-width: 767px) {
      .doctor_wrap .doctor {
        font-size: 3.2710280374vw;
        text-align: center;
        margin-bottom: 0.2em; } }
    .doctor_wrap .doctor span {
      font-size: 30px;
      margin-left: 1em; }
      @media (max-width: 980px) {
        .doctor_wrap .doctor span {
          font-size: 2.5vw; } }
      @media (max-width: 767px) {
        .doctor_wrap .doctor span {
          font-size: 4.2056074766vw; } }
