/* ------------------------------------------------------------
// about
------------------------------------------------------------ */
.header-wrap {
  position: fixed;
  z-index: 100;
}

.content-ttl-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 380px;
  padding: 20px 20px 40px;
  background: url(../images/about/page-title.png) no-repeat center center/cover;
}
.content-ttl-img .content-ttl-box {
  display: inline-block;
  text-align: center;
  padding: 20px 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
}
.content-ttl-img .content-ttl-box .ttl-en {
  font-size: 48px;
  line-height: 1.2;
}
.content-ttl-img .content-ttl-box .ttl-jp {
  font-size: 14px;
  color: #fab153;
  line-height: 1.2;
}
@media screen and (max-width: 575px) {
  .content-ttl-img {
    height: 240px;
    padding: 20px;
  }
  .content-ttl-img .content-ttl-box {
    padding: 10px 60px;
    border-radius: 10px;
  }
  .content-ttl-img .content-ttl-box .ttl-en {
    font-size: 36px;
  }
  .content-ttl-img .content-ttl-box .ttl-jp {
    font-size: 13px;
  }
}

.greeting-box {
  display: flex;
  gap: 60px;
  margin: 0 100px;
}
.greeting-box .content {
  flex: 1;
}
.greeting-box .content p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 40px;
}
.greeting-box .photo {
  width: 334px;
}
.greeting-box .photo .name {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 18px;
  margin-top: 12px;
  padding: 20px;
  border: 2px dashed #4699d4;
  border-radius: 10px;
}
.greeting-box .photo .name .job {
  font-size: 15px;
  color: #ffffff;
  padding: 1px 8px 0;
  background: #4699d4;
  border-radius: 3px;
}
.greeting-box .photo .name .en {
  font-size: 15px;
  color: #cccccc;
}
@media print, screen and (max-width: 991px) {
  .greeting-box {
    gap: 40px;
    margin: 0 20px;
  }
  .greeting-box .content p {
    font-size: 16px;
  }
  .greeting-box .photo {
    width: 260px;
  }
  .greeting-box .photo .name {
    gap: 8px;
    padding: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .greeting-box {
    flex-direction: column;
    gap: 30px;
    margin: 0;
  }
  .greeting-box .content p {
    line-height: 1.8;
    letter-spacing: 0;
    margin-top: 20px;
  }
  .greeting-box .photo {
    width: 260px;
    margin: 0 auto;
  }
}

.about-fbox {
  display: flex;
  gap: 40px;
}
.about-fbox .box {
  width: calc(50% - 20px);
}
.about-fbox .box dl dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  height: 30px;
  padding: 2px 20px 0;
  background: #4699d4;
  border-radius: 10px;
}
.about-fbox .box dl dd {
  padding: 10px 0 0 0;
}
.about-fbox .box dl dd:not(:last-child) {
  margin-bottom: 40px;
}
.about-fbox .box dl dd .tel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 500;
}
.about-fbox .box dl dd .tel i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #134e78;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e7f9fd;
}
.about-fbox .box dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.about-fbox .box dl dd ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 15px;
  padding: 3px 15px;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
.about-fbox .time-table {
  width: 100%;
}
.about-fbox .time-table table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 5px;
}
.about-fbox .time-table table tr th,
.about-fbox .time-table table tr td {
  text-align: center;
  padding: 15px 5px;
  border: 1px solid #f2f9fe;
}
.about-fbox .time-table table tr th {
  color: #ffffff;
  width: calc((100% - 180px) / 7);
  background: #134e78;
}
.about-fbox .time-table table tr th:first-child {
  width: 180px;
}
.about-fbox .time-table table tr td:first-child {
  background: #e2f1fb;
}
.about-fbox .note {
  font-size: 14px;
  margin-top: 2px;
}
@media print, screen and (max-width: 991px) {
  .about-fbox {
    flex-direction: column;
    gap: 30px;
  }
  .about-fbox .box {
    width: 100%;
  }
  .about-fbox .box dl dt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    height: 30px;
    padding: 2px 20px 0;
    background: #4699d4;
    border-radius: 10px;
  }
  .about-fbox .box dl dd {
    padding: 10px 0 0 0;
  }
  .about-fbox .box dl dd:not(:last-child) {
    margin-bottom: 30px;
  }
  .about-fbox .time-table table tr th,
  .about-fbox .time-table table tr td {
    padding: 15px 0;
  }
  .about-fbox .time-table table tr th {
    width: calc((100% - 120px) / 7);
  }
  .about-fbox .time-table table tr th:first-child {
    width: 120px;
  }
}

.medical-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}
.medical-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  height: 180px;
  max-width: 180px;
  background: #4699d4;
  border-radius: 50%;
}
.medical-list li::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 4%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #4699d4;
}
.medical-list li .txt {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.medical-list li .min {
  font-size: 14px;
  color: #ffffff;
}
.medical-list li .free {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333333;
  margin-top: 2px;
  padding: 2px 15px 1px;
  background: #ffffff;
  border-radius: 5px;
}
@media print, screen and (max-width: 991px) {
  .medical-list {
    gap: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .medical-list {
    gap: 20px;
  }
  .medical-list li {
    height: 140px;
    max-width: 140px;
  }
  .medical-list li .txt {
    font-size: 18px;
  }
  .medical-list li .min {
    font-size: 13px;
  }
  .medical-list li .free {
    font-size: 13px;
    padding: 2px 12px 1px;
  }
}

.medical-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 60px 100px 0;
  padding: 30px 20px;
  border: 5px solid #4699d4;
  border-radius: 20px;
}
@media print, screen and (max-width: 767px) {
  .medical-txt {
    font-size: 16px;
    margin: 40px auto 0;
    padding: 20px;
  }
}

.equipment-box {
  display: flex;
  gap: 40px;
}
.equipment-box:not(:last-child) {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px dashed #cccccc;
}
.equipment-box .img {
  width: 300px;
}
.equipment-box .img img {
  border-radius: 10px;
}
.equipment-box .content {
  flex: 1;
}
.equipment-box .content .ttl {
  font-size: 20px;
  font-weight: 700;
  color: #134e78;
}
.equipment-box .content p {
  margin-top: 15px;
}
@media print, screen and (max-width: 767px) {
  .equipment-box {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 575px) {
  .equipment-box {
    gap: 20px;
  }
  .equipment-box:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .equipment-box .img {
    width: 100%;
  }
  .equipment-box .content .ttl {
    font-size: 18px;
    padding: 10px 10px 9px;
    border-top: 3px solid #dddddd;
    border-bottom: 3px solid #dddddd;
  }
}

.history-box .history-ttl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #ffffff;
  height: 30px;
  margin: 30px 0 10px;
  padding: 2px 20px 0;
  background: #4699d4;
  border-radius: 10px;
}
.history-box ul {
  margin-left: 2em;
}
.history-box ul li {
  list-style-type: disc;
}

.notification-box p {
  font-weight: 700;
}
.notification-box dl {
  margin-top: 40px;
}
.notification-box dl dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #ffffff;
  height: 30px;
  padding: 2px 20px 0;
  background: #4699d4;
  border-radius: 10px;
}
.notification-box dl dd {
  margin: 10px 20px 30px;
}
.notification-box dl dd:last-child {
  margin-bottom: 0;
}