/* メインビジュアル 動画 */
.main-visual {
  padding-top: 80px;
  background: url(../images/s-mainvisual.png) no-repeat center center / cover;
}

.main-visual-inner {
  max-width: 1200px;
  margin: auto;
  height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main-visual-inner h2 {
  font-size: 40px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-visual-inner span {
  font-size: 60px;
  font-family: 'Cinzel', serif;
  letter-spacing: 7px;
}

/* Medical */
.medical {
  width: 100%;
  padding: 80px 0;
  background: url(../images/flow_bg.png) no-repeat center center / cover;
}

.medical-inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}

.medical-inner h3 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  text-align: center;
}

.medical-title {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #DBDFDC 60%);
  border-bottom: 1px solid #657D5A;
  display: flex;
}

.medical-title .ja {
  font-size: 1.8rem;
  color: #333333;
  letter-spacing: 0.15em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  display: flex;
  align-items: end;
  margin: 0 0 7px 20px;
  height: 60px;
}

.medical-contents {
  background-color: #fff;
  padding: 50px;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #58462c;
  font-size: 1.2em;
  box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
  margin: 0 0 50px;
  display: flex;
  justify-content: space-between;
}

.medical-contents p {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  color: #333333;
  text-align: left;
  margin: 0 0 10px;
}

.medical-contents p.c-txt {
  font-size: 16px;
  display: inline;
}

.medical-contents p.c-txt span {
  display: inline;
}

.medical-contents-l {
  width: 45%;
  padding: 0 5%;
}

.medical-contents-l img {
  width: 100%;
}

.medical-contents-r {
  width: 55%;
}

.clinic-info01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #333333;
  margin-bottom: 40px;
}

.clinic-info01 dt {
  padding: 15px;
  border-bottom: 1px #37741C solid;
  width: 20%;
  display: flex;
  align-items: center;
}

.clinic-info01 dd {
  padding: 15px;
  border-bottom: 1px #C4BCB3 solid;
  width: 80%;
  line-height: 2;
}

.calendar {
  width: 100%;
}

.wrap02 .medical-contents {
  gap: 40px;
}

.medical-contents .green {
  color: #37741C;
  font-size: 24px;
}

.wrap02 .medical-contents-l iframe {
  aspect-ratio: 500 / 330;
  width: 100%;
  height: auto;
}

.wrap02 .medical-contents-l,
.wrap02 .medical-contents-r {
  width: 50%;
  padding: 0;
}

.wrap02 img {
  width: 100%;
}

.wrap02 .ft_16 {
  font-size: 16px;
  padding: 10px 0;
}

@media screen and (max-width: 896px) {

  /* メインビジュアル 動画 */
  .main-visual {
    padding-top: 80px;
    background: url(../images/s-mainvisual.png) no-repeat center center / cover;
  }

  .main-visual-inner {
    padding: 80px 0;
    max-width: 100%;
    margin: auto;
    text-align: center;
    height: 300px;
  }

  .main-visual-inner h2 {
    font-size: 24px;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
  }

  .main-visual-inner span {
    font-size: 2em;
    font-family: 'Cinzel', serif;
    letter-spacing: 7px;
    color: #ffffff;
  }

  /* Medical */
  .medical {
    width: 100%;
    padding: 80px 0;
    background: url(../images/greeting_bg.png) no-repeat center center / cover;
  }

  .medical-inner {
    max-width: 90%;
    margin: auto;
    padding: 0;
  }

  .medical-inner h3 {
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    text-align: center;
  }

  .medical-title {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #DBDFDC 60%);
    border-bottom: 1px solid #657D5A;
    display: flex;
  }

  .medical-title .ja {
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    display: flex;
    align-items: end;
    margin: 0 0 7px 20px;
    height: 60px;
  }

  .medical-contents {
    background-color: #fff;
    padding: 50px;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #58462c;
    font-size: 1.2em;
    box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
    margin: 0 0 50px;
  }

  .medical-contents p {
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    color: #333333;
    margin: 0 0 10px;
  }

  .medical-contents {
    flex-direction: column;
    gap: 40px;
  }

  .medical-contents-l,
  .medical-contents-r {
    width: 100%;
  }

  .wrap02 .medical-contents-l,
  .wrap02 .medical-contents-r {
    width: 100%;
  }

  /* Recruit */
  .recruit-list {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 80px;
    flex-direction: column;
    gap: 30px;
  }

  .recruit-list li:nth-of-type(1) {
    width: 100%;
  }

  .recruit-list li:nth-of-type(2) {
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 2;
  }

  .recruit-list li img {
    width: 100%;
  }
}