.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.middle {
    max-width: 19rem; }
    @media (max-width: 767px) {
      .btn.middle {
        width: 90%; } }

.sec01 {
  padding: 4em 0; }

.sec02 {
  background: #FDF2E5;
  padding: 4em 0; }

.sec03 {
  padding: 4em 0 0; }

.sec04 {
  background: #FDF2E5;
  padding: 4em 0; }

.interview_doctor {
  margin-bottom: 47px;
  background-color: #fff;
  border: 1px solid #ccc;
  position: relative; }

.interview_doctor::before,
.interview_doctor::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.interview_doctor::before {
  border: 11px solid transparent;
  border-top-color: #fff;
  top: 100%;
  z-index: 2; }

.interview_doctor::after {
  border: 13px solid transparent;
  border-top-color: #ccc;
  top: 100%;
  z-index: 1; }

.interview_doctor dl {
  margin: 0;
  padding: 50px 26px 40px;
  line-height: 2.13; }

.interview_doctor dt {
  margin-bottom: 34px;
  padding-bottom: 40px;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 0 1px; }

.interview_doctor dd {
  margin: 0;
  line-height: 1.8; }

.interview_title {
  margin-bottom: 34px; }

.interview_heading {
  margin-bottom: 36px; }

.interview_heading ~ p {
  margin-top: 2em;
  font-size: 1.25rem;
  line-height: 2; }

@media (min-width: 768px) {
  .sec01 {
    padding: 75px 0 65px; }

  .sec02 {
    padding: 72px 0 55px; }

  .sec03 {
    padding: 62px 0 65px; }

  .interview_title {
    max-width: 600px;
    margin: 0 auto; }

  .interview_heading {
    margin: 51px auto 40px; }

  .interview_heading ~ p {
    font-size: 20px; }

  .interview_doctor {
    margin-bottom: 53px; }

  .interview_doctor dl {
    padding: 36px 50px; }

  .sec01 .interview_doctor dt img {
    max-width: 461px; }

  .sec02 .interview_doctor dt img {
    max-width: 535px; }

  .sec03 .interview_doctor dt img {
    max-width: 483px; } }
@media (min-width: 1024px) {
  .interview_doctor {
    margin-bottom: 53px; }

  .interview_doctor dl {
    display: flex;
    padding: 36px 0; }

  .interview_doctor dt {
    flex-shrink: 0;
    width: 50%;
    margin: 0;
    padding: 0 32px 0 50px;
    border-width: 0 1px 0 0; }

  .interview_doctor dd {
    padding: 0 50px 0 28px; }

  .sec02 .interview_doctor dt {
    width: 51%; }

  .sec02 .interview_doctor dd {
    padding-left: 35px; } }
.record {
  font-size: 28px;
  margin-bottom: .3em; }
  @media (max-width: 1270px) {
    .record {
      font-size: 2.1666666667vw; } }
  @media (max-width: 980px) {
    .record {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .record {
      font-size: 5.3738317757vw;
      text-align: center; } }

.doctor_name {
  font-size: 42px; }
  @media (max-width: 1270px) {
    .doctor_name {
      font-size: 3.1666666667vw; } }
  @media (max-width: 980px) {
    .doctor_name {
      font-size: 42px; } }
  @media (max-width: 767px) {
    .doctor_name {
      font-size: 8.4112149533vw;
      text-align: center; } }
  .doctor_name span {
    font-size: 24px; }
    @media (max-width: 1270px) {
      .doctor_name span {
        font-size: 2vw; } }
    @media (max-width: 980px) {
      .doctor_name span {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .doctor_name span {
        font-size: 5.3738317757vw; } }

.ttl_doctor {
  border-top: 1px #E47F00 solid;
  border-bottom: 1px #E47F00 solid;
  margin: 0 auto 1em;
  width: 55%;
  padding: 0.9em 0; }
  @media (max-width: 767px) {
    .ttl_doctor {
      width: 100%; } }
