@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
#main {
  padding: 0 20px 50px;
}

/*
#data
---------------------------------------------*/
#lead {
  margin-bottom: 100px;
  max-width: 984px;
  margin: 0 auto 100px;
  border-radius: 30px;
  padding: 50px 20px;
}
#lead hgroup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 5px;
  margin: 0 auto 60px;
  text-align: center;
  border-bottom: 5px solid #FFBA1D;
}
#lead hgroup p {
  font-family: "M PLUS 1", serif;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 120%;
}
#lead hgroup h2 {
  font-size: 188%;
  font-weight: 800;
  font-family: "Kosugi Maru", serif;
}
#lead .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#lead .container .text {
  width: 65%;
}
#lead .container .text p {
  font-size: 125%;
  line-height: 1.8;
}
#lead .container .drphoto {
  width: 30%;
  text-align: center;
}
#lead .container .drphoto dl {
  margin: 15px 0 0 0;
}
#lead .container .drphoto dl dt {
  font-size: 113%;
  margin-bottom: 5px;
}
#lead .container .drphoto dl dd {
  font-size: 150%;
}
@media screen and (max-width: 739px) {
  #lead {
    margin-bottom: 40px;
    padding: 50px 0;
  }
  #lead hgroup {
    margin-bottom: 40px;
  }
  #lead hgroup .icon {
    width: 50px;
    margin: 0 auto;
  }
  #lead hgroup p {
    font-size: 113%;
  }
  #lead hgroup h2 {
    font-size: 150%;
    margin-bottom: 5px;
  }
  #lead .container {
    display: block;
  }
  #lead .container .text {
    width: 100%;
  }
  #lead .container .text p {
    font-size: 100%;
    text-align: justify;
  }
  #lead .container .drphoto {
    width: 100%;
    text-align: center;
  }
  #lead .container .drphoto dl {
    margin: 15px 0 0 0;
  }
  #lead .container .drphoto dl dt {
    font-size: 100%;
    margin-bottom: 5px;
  }
  #lead .container .drphoto dl dd {
    font-size: 120%;
  }
}

/*
#data
---------------------------------------------*/
#charm {
  background: rgba(255, 180, 26, 0.1);
  max-width: 984px;
  border-radius: 30px;
  margin: 0 auto 100px;
  padding: 50px 20px;
}
#charm hgroup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 5px;
  margin: 0 auto 60px;
  text-align: center;
  border-bottom: 5px solid #FFBA1D;
}
#charm hgroup p {
  font-family: "M PLUS 1", serif;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 120%;
}
#charm hgroup h2 {
  font-size: 188%;
  font-weight: 800;
  font-family: "Kosugi Maru", serif;
}
#charm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 70px;
}
#charm ul li {
  width: calc(50% - 35px);
}
#charm ul li .photo {
  margin-bottom: 20px;
}
#charm ul li dl dt {
  font-size: 125%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
#charm ul li dl dd {
  font-size: 113%;
}
@media screen and (max-width: 739px) {
  #charm {
    margin: 0 auto 40px;
    padding: 50px 20px 10px;
  }
  #charm hgroup {
    margin-bottom: 40px;
  }
  #charm hgroup .icon {
    width: 50px;
    margin: 0 auto;
  }
  #charm hgroup p {
    font-size: 113%;
  }
  #charm hgroup h2 {
    font-size: 150%;
    margin-bottom: 5px;
  }
  #charm ul {
    display: block;
  }
  #charm ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  #charm ul li dl dd {
    font-size: 100%;
  }
}

/*
#data
---------------------------------------------*/
#data {
  margin-bottom: 100px;
}
#data hgroup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px 5px;
  margin: 0 auto 60px;
  text-align: center;
  border-bottom: 5px solid #FFBA1D;
}
#data hgroup p {
  font-family: "M PLUS 1", serif;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 120%;
}
#data hgroup h2 {
  font-size: 188%;
  font-weight: 800;
  font-family: "Kosugi Maru", serif;
}
#data dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10em 0 auto;
  grid-template-columns: 10em auto;
  gap: 15px 0;
  max-width: 984px;
  margin: 0 auto;
  border-top: 1px solid #E0E0E0;
  padding-top: 15px;
}
#data dl dt, #data dl dd {
  padding-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
}
#data dl dt {
  font-weight: bold;
  font-size: 125%;
}
#data dl dd {
  font-size: 113%;
  line-height: 1.8;
}
@media screen and (max-width: 739px) {
  #data {
    margin: 0 auto 40px;
    padding: 50px 0 10px;
  }
  #data hgroup {
    margin-bottom: 40px;
  }
  #data hgroup .icon {
    width: 50px;
    margin: 0 auto;
  }
  #data hgroup p {
    font-size: 113%;
  }
  #data hgroup h2 {
    font-size: 150%;
    margin-bottom: 5px;
  }
  #data dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
  }
  #data dl dt, #data dl dd {
    padding: 15px 10px;
    border-bottom: 1px solid #E0E0E0;
  }
  #data dl dt {
    font-weight: bold;
    font-size: 125%;
    background: #EFEFEF;
    padding: 15px 10px;
  }
  #data dl dd {
    font-size: 100%;
    text-align: justify;
  }
}

/*
.call
---------------------------------------------*/
.call {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto;
  padding: 40px 40px 20px;
  border: 2px solid #FFBA1D;
  border-radius: 20px;
  position: relative;
}
.call:before {
  content: "";
  display: block;
  background: #FFF url(/recruit/img/doctor/icon_hands.png) no-repeat center/contain;
  width: 70px;
  aspect-ratio: 70/63;
  position: absolute;
  left: calc(50% - 35px);
  top: -30px;
}
.call p {
  font-size: 160%;
}
.call .phone a {
  background: #FFBA1D;
  border-radius: 50vh;
  padding: 1rem 2rem;
  color: #5F482E;
  text-decoration: none;
  font-weight: bold;
  font-size: 120%;
  font-family: "M PLUS 1", serif;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}
.call .phone a:before {
  content: "";
  display: block;
  background: url(/recruit/img/doctor/icon_phone.png) no-repeat center/contain;
  width: 51px;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 739px) {
  .call {
    padding: 40px 20px 20px;
  }
  .call:before {
    width: 50px;
    left: calc(50% - 25px);
    top: -20px;
  }
  .call p {
    font-size: 128%;
  }
  .call .phone a {
    display: block;
    padding: 1rem 15px;
    font-size: 100%;
    text-align: center;
    border-radius: 15px;
  }
  .call .phone a:before {
    width: 30px;
    margin: 0 auto;
  }
}