@charset "UTF-8";
/* CSS Document */
/*
 * Common Styles - Main Import File
 * ==========================================
 * This file imports all partial Sass files
 *
 * Structure:
 * 1. Config - Variables and Mixins
 * 2. Base - Global styles and utilities
 * 3. Sections - Header, Footer, Pages
 */
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-weight: 500;
  scroll-padding-top: 160px;
}
html body.hidden {
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  html {
    scroll-padding-top: 60px;
  }
}

section {
  padding: 60px 0;
}

.btn-area {
  display: flex;
}
.btn-area .btn-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex: none;
  height: 50px;
  background: #48AADD 0% 0% no-repeat padding-box;
  border-radius: 5px;
  gap: 10px;
  padding-left: 30px;
  padding-right: 20px;
  margin: 0 auto;
}
.btn-area .btn-text .btn-copy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-area .btn-text .btn-copy span {
  text-align: center;
  font: normal normal bold 17px/17px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1.75px;
  color: #FFFFFF;
}
.btn-area .btn-text .img {
  display: inline-block;
  background: url(../images/top/clinic/PC/right_white.png) no-repeat;
  background-size: contain;
  width: 10px;
  height: 12.5px;
}
.btn-area .btn-text.column {
  padding-left: 20px;
  padding-right: 30px;
}
.btn-area .btn-text.column .img {
  display: inline-block;
  background: url(../images/top/info/SMP/dot_white.png) no-repeat;
  background-size: contain;
  width: 17.5px;
  height: 17.5px;
}
.btn-area .btn-text.map {
  height: 30px;
  border: solid 1px #48AADD;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 20px;
}
.btn-area .btn-text.map .img {
  display: inline-block;
  background: url(../images/top/mv/PC/map_blue.png) no-repeat;
  background-size: contain;
  width: 11px;
  height: 16.5px;
  margin-top: 1px;
}
.btn-area .btn-text.map .btn-copy span {
  text-align: center;
  font: normal normal 500 13px/10px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.75px;
  color: #48AADD;
  display: block;
  margin-bottom: 2px;
}

.contact .cta-area .btn-text {
  display: block;
  width: 283px;
  margin: 0 auto;
}
.contact .cta-area.tel {
  display: flex;
}
.contact .cta-area.tel .btn-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex: none;
  height: 50px;
  border: solid 1px #48AADD;
  background-color: #fff;
  border-radius: 5px;
  gap: 10px;
  margin: 0 auto;
}
.contact .cta-area.tel .btn-text .btn-copy span {
  text-align: center;
  font: normal normal 600 19px/20px "Montserrat", sans-serif;
  letter-spacing: 0.95px;
  color: #48AADD;
  display: inline-block;
  margin-top: 2px;
}
.contact .cta-area.tel .btn-text .img {
  display: inline-block;
  background: url(../images/hf/SMP/tel_blue.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 18.5px;
}
.contact .cta-area.contact {
  display: flex;
}
.contact .cta-area.contact .btn-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex: none;
  height: 50px;
  background: #48AADD 0% 0% no-repeat padding-box;
  border-radius: 5px;
  gap: 10px;
  margin: 0 auto;
}
.contact .cta-area.contact .btn-text .btn-copy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .cta-area.contact .btn-text .btn-copy span {
  font: normal normal bold 17px/20px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1.7px;
  color: #FFFFFF;
}
.contact .cta-area.contact .btn-text .img {
  display: inline-block;
  background: url(../images/hf/SMP/24web_white.png) no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
}
.contact .cta-area.contact .btn-text.column {
  padding-left: 20px;
  padding-right: 30px;
}
.contact .cta-area.contact .btn-text.column .img {
  display: inline-block;
  background: url(../images/top/info/SMP/dot_white.png) no-repeat;
  background-size: contain;
  width: 17.5px;
  height: 17.5px;
}
.contact .cta-area.contact .btn-text.map {
  height: 30px;
  border: solid 1px #48AADD;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 20px;
}
.contact .cta-area.contact .btn-text.map .img {
  display: inline-block;
  background: url(../images/top/mv/PC/map_blue.png) no-repeat;
  background-size: contain;
  width: 11px;
  height: 16.5px;
}
.contact .cta-area.contact .btn-text.map .btn-copy span {
  text-align: center;
  font: normal normal 500 13px/10px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.75px;
  color: #48AADD;
}
.contact .notion {
  padding-left: 17px;
  position: relative;
  width: 283px;
  margin: 10px auto 25px;
}
.contact .notion p {
  text-align: left;
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.45px;
  color: #5C5C5C;
}
.contact .notion::before {
  content: "";
  display: block;
  position: absolute;
  content: "※";
  text-align: left;
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.45px;
  color: #5C5C5C;
  top: 0;
  left: 0;
}

.sec-title .ja {
  display: block;
  text-align: center;
  font: normal normal 500 23px/33px "Zen Maru Gothic", sans-serif;
  letter-spacing: 2.3px;
  color: #444444;
  margin-bottom: 2.5px;
}
.sec-title .en {
  display: block;
  text-align: center;
  font: normal normal 600 14px/20px "Montserrat", sans-serif;
  letter-spacing: 1.4px;
  color: #89C7E8;
}

.hours {
  position: relative;
  width: 345px;
  margin: 0 auto;
}
.hours__wrapper {
  margin: 0 auto;
}
.hours__wrapper .content {
  margin: 0 auto;
}
.hours__wrapper .content .info-area .info-header {
  display: flex;
  justify-content: space-between;
}
.hours__wrapper .content .info-area .calendar-area {
  width: 100%;
  background-color: #fff;
}
.hours__wrapper .content .info-area .calendar-area .calendar tr {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #DEDEDE;
  padding-left: 4px;
}
.hours__wrapper .content .info-area .calendar-area .calendar tr:first-child {
  border-top: 0px;
}
.hours__wrapper .content .info-area .calendar-area .calendar tr.pb-5 {
  padding-bottom: 5px;
}
.hours__wrapper .content .info-area .calendar-area .calendar tr.py-17 {
  padding: 17px 0 17px 4px;
}
.hours__wrapper .content .info-area .calendar-area .calendar tr.py-13 {
  padding: 13px 0 13px 4px;
}
.hours__wrapper .content .info-area .calendar-area .calendar th {
  text-align: left;
  font: normal normal 500 12px/18px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1.68px;
  color: #5C5C5C;
}
.hours__wrapper .content .info-area .calendar-area .calendar__th-left {
  text-align: left;
  width: 110px;
}
.hours__wrapper .content .info-area .calendar-area .calendar__th-left.big {
  font: normal normal normal 14px/18px "Montserrat", sans-serif;
  letter-spacing: 0.42px;
}
.hours__wrapper .content .info-area .calendar-area .calendar__th-top {
  text-align: center;
  width: 29px;
}
.hours__wrapper .content .info-area .calendar-area .calendar td {
  width: 29px;
  padding-left: 1px;
}
.hours__wrapper .content .info-area .calendar-area .calendar td .circle {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #69B9E3 0% 0% no-repeat padding-box;
}
.hours__wrapper .content .info-area .calendar-area .calendar td .line {
  display: block;
  width: 10px;
  height: 1.5px;
  border-radius: 100px;
  background-color: #5C5C5C;
}
.hours__wrapper .content .info-area .notion {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-left: 5px;
}
.hours__wrapper .content .info-area .notion__item {
  text-align: left;
  font: normal normal normal 12px/18px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
}

.fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: relative;
  transition-delay: var(--delay, 0s);
}
.fadein.is-active {
  opacity: 1;
}

#page01 .sec-title .ja {
  text-align: center;
  font: normal normal 500 23px/31px "Zen Maru Gothic", sans-serif;
  letter-spacing: 2.3px;
  color: #444444;
}
#page01 .btn-area {
  display: flex;
}
#page01 .btn-area .btn-text.flow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex: none;
  height: 50px;
  background: #48AADD 0% 0% no-repeat padding-box;
  border-radius: 5px;
  gap: 10px;
  padding-left: 20px;
  padding-right: 30px;
  margin: 0;
}
#page01 .btn-area .btn-text.flow .btn-copy {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page01 .btn-area .btn-text.flow .btn-copy span {
  text-align: center;
  font: normal normal bold 17px/17px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1.75px;
  color: #FFFFFF;
}
#page01 .btn-area .btn-text.flow .img {
  display: inline-block;
  background: url(../images/page01/first/PC/opencil2.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
#page01 .contact .cta-area .btn-text {
  display: block;
  width: 283px;
  margin: 0 auto;
}
#page01 .contact .cta-area.tel {
  display: flex;
}
#page01 .contact .cta-area.tel .btn-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex: none;
  height: 50px;
  border: solid 1px #48AADD;
  background-color: #fff;
  border-radius: 5px;
  gap: 10px;
  margin: 0 auto;
}
#page01 .contact .cta-area.tel .btn-text .btn-copy span {
  text-align: center;
  font: normal normal 600 19px/20px "Montserrat", sans-serif;
  letter-spacing: 0.95px;
  color: #48AADD;
}
#page01 .contact .cta-area.tel .btn-text .img {
  display: inline-block;
  background: url(../images/hf/SMP/tel_blue.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 18.5px;
}
#page01 .contact .cta-area.contact {
  display: flex;
}
#page01 .contact .cta-area.contact .btn-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex: none;
  height: 50px;
  background: #48AADD 0% 0% no-repeat padding-box;
  border-radius: 5px;
  gap: 10px;
  margin: 0 auto;
}
#page01 .contact .cta-area.contact .btn-text .btn-copy {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page01 .contact .cta-area.contact .btn-text .btn-copy span {
  font: normal normal bold 17px/20px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1.7px;
  color: #FFFFFF;
}
#page01 .contact .cta-area.contact .btn-text .img {
  display: inline-block;
  background: url(../images/hf/SMP/24web_white.png) no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
}
#page01 .contact .notion {
  padding-left: 17px;
  position: relative;
  width: 283px;
  margin: 10px auto 25px;
}
#page01 .contact .notion p {
  text-align: left;
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.45px;
  color: #5C5C5C;
}
#page01 .contact .notion::before {
  content: "";
  display: block;
  position: absolute;
  content: "※";
  text-align: left;
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.45px;
  color: #5C5C5C;
  top: 0;
  left: 0;
}

.fadein.fadeup {
  opacity: 0;
  transform: translate3d(0, 20px, 0) rotate(0.001deg);
  transition: 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: var(--delay, 0s);
}
.fadein.fadeup.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0.001deg);
}

.fadein-before {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: relative;
}
.fadein-before.is-active {
  opacity: 1;
}

.fadein-before.fadeup {
  opacity: 0;
  transform: translate3d(0, 20px, 0) rotate(0.001deg);
  transition: 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: var(--delay, 0s);
}
.fadein-before.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (min-width: 1025px) {
  section {
    padding: 90px 0;
  }
  .btn-area {
    display: flex;
  }
  .btn-area .btn-text {
    height: 53px;
    gap: 15px;
    padding-left: 40px;
    padding-right: 30px;
    margin: 0;
    border: solid 1px #48AADD;
    transition: all 0.4s ease;
  }
  .btn-area .btn-text .btn-copy span {
    font: normal normal bold 17px/20px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 1.7px;
    transition: all 0.4s ease;
  }
  .btn-area .btn-text .img {
    width: 8px;
    height: 10px;
    transition: all 0.4s ease;
  }
  .btn-area .btn-text:hover {
    background-color: #fff;
  }
  .btn-area .btn-text:hover .btn-copy span {
    color: #48AADD;
  }
  .btn-area .btn-text:hover .img {
    background: url(../images/top/clinic/PC/right_blue.png) no-repeat;
    background-size: contain;
  }
  .btn-area .btn-text.column {
    background-color: #fff;
    border: solid 1px #48AADD;
    padding-left: 20px;
    padding-right: 30px;
  }
  .btn-area .btn-text.column .btn-copy span {
    color: #48AADD;
  }
  .btn-area .btn-text.column .img {
    display: inline-block;
    background: url(../images/top/info/PC/dot_blue.png) no-repeat;
    background-size: contain;
    width: 17.5px;
    height: 17.5px;
  }
  .btn-area .btn-text.column:hover {
    background-color: #48AADD;
  }
  .btn-area .btn-text.column:hover .img {
    display: inline-block;
    background: url(../images/top/info/PC/dot_white.png) no-repeat;
    background-size: contain;
  }
  .btn-area .btn-text.column:hover .btn-copy span {
    color: #fff;
  }
  .btn-area .btn-text.map {
    height: 28px;
    width: 127px;
    padding-left: 0px;
    padding-right: 0px;
    gap: 6px;
  }
  .btn-area .btn-text.map .img {
    width: 12px;
    height: 17.5px;
  }
  .btn-area .btn-text.map .btn-copy span {
    text-align: center;
    font: normal normal 500 14px/20px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.01em;
    color: #48AADD;
    margin-bottom: 1px;
  }
  .btn-area .btn-text.map:hover {
    background: #48AADD;
  }
  .btn-area .btn-text.map:hover .img {
    background: url(../images/top/mv/PC/map_white.png) no-repeat;
    background-size: contain;
    width: 12px;
    height: 17.5px;
  }
  .btn-area .btn-text.map:hover .btn-copy span {
    color: #fff;
  }
  .sec-title .ja {
    font: normal normal 500 36px/42px "Zen Maru Gothic", sans-serif;
    letter-spacing: 3.6px;
    margin-bottom: 5px;
  }
  .sec-title .en {
    font: normal normal 600 18px/20px "Montserrat", sans-serif;
    letter-spacing: 1.8px;
  }
  .hours {
    width: 580px;
    margin: 0;
  }
  .hours__wrapper {
    width: 480px;
    margin: 0;
  }
  .hours__wrapper .content {
    margin: 0 auto;
  }
  .hours__wrapper .content .info-area .info-header {
    display: flex;
    justify-content: space-between;
  }
  .hours__wrapper .content .info-area .calendar-area {
    width: 100%;
    background-color: #fff;
  }
  .hours__wrapper .content .info-area .calendar-area .calendar tr {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #DEDEDE;
    padding-left: 8px;
  }
  .hours__wrapper .content .info-area .calendar-area .calendar tr:first-child {
    border-top: 0px;
  }
  .hours__wrapper .content .info-area .calendar-area .calendar tr.pb-5 {
    padding-bottom: 15px;
  }
  .hours__wrapper .content .info-area .calendar-area .calendar tr.py-17 {
    padding: 21px 0 21px 8px;
  }
  .hours__wrapper .content .info-area .calendar-area .calendar tr.py-13 {
    padding: 21px 0 21px 8px;
  }
  .hours__wrapper .content .info-area .calendar-area .calendar th {
    font: normal normal 500 16px/20px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 1.6px;
  }
  .hours__wrapper .content .info-area .calendar-area .calendar__th-left {
    width: 120px;
  }
  .hours__wrapper .content .info-area .calendar-area .calendar__th-left.big {
    font: normal normal 500 16px/20px "Montserrat", sans-serif;
    letter-spacing: 1.12px;
  }
  .hours__wrapper .content .info-area .calendar-area .calendar__th-top {
    text-align: center;
    width: 45px;
    padding-left: 5px;
  }
  .hours__wrapper .content .info-area .calendar-area .calendar td {
    width: 45px;
    padding-left: 7px;
  }
  .hours__wrapper .content .info-area .calendar-area .calendar td .circle {
    width: 13px;
    height: 13px;
  }
  .hours__wrapper .content .info-area .calendar-area .calendar td .line {
    width: 14px;
  }
  .hours__wrapper .content .info-area .notion {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 9px;
  }
  .hours__wrapper .content .info-area .notion__item {
    font: normal normal normal 16px/20px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  .sp {
    display: none !important;
  }
  #page01 .sec-title .ja {
    font: normal normal 500 36px/42px "Zen Maru Gothic", sans-serif;
    letter-spacing: 3.6px;
  }
  #page01 .btn-area {
    margin-top: 20px;
  }
  #page01 .btn-area .btn-text.flow {
    width: 256px;
    height: 47px;
    padding-left: 15px;
    padding-right: 20px;
    border: solid 1px #48AADD;
    transition: all 0.4s ease;
  }
  #page01 .btn-area .btn-text.flow .img {
    width: 18px;
    height: 18px;
    transition: all 0.4s ease;
  }
  #page01 .btn-area .btn-text.flow:hover {
    background: #fff;
  }
  #page01 .btn-area .btn-text.flow:hover .btn-copy {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page01 .btn-area .btn-text.flow:hover .btn-copy span {
    color: #48AADD;
  }
  #page01 .btn-area .btn-text.flow:hover .img {
    background: url(../images/page01/first/PC/pencil2_blue.png) no-repeat;
    background-size: contain;
  }
  #page01 .contact .cta-area .btn-text {
    display: block;
    width: 283px;
    margin: 0 auto;
  }
  #page01 .contact .cta-area.tel {
    display: flex;
    margin-bottom: 16px;
  }
  #page01 .contact .cta-area.tel .btn-text {
    justify-content: start;
    align-items: end;
    height: 30px;
    border: none;
    gap: 5px;
    margin: 0;
  }
  #page01 .contact .cta-area.tel .btn-text .btn-copy span {
    font: normal normal 500 34px/20px "Montserrat", sans-serif;
    letter-spacing: 1.7px;
  }
  #page01 .contact .cta-area.tel .btn-text .img {
    width: 22px;
    height: 29px;
  }
  #page01 .contact .cta-area.contact .btn-text {
    height: 47px;
    gap: 10px;
    margin: 0;
    border: solid 1px #48AADD;
    transition: all 0.4s ease;
  }
  #page01 .contact .cta-area.contact .btn-text .btn-copy {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page01 .contact .cta-area.contact .btn-text .btn-copy span {
    font: normal normal bold 17px/20px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 1.7px;
    color: #FFFFFF;
    transition: all 0.4s ease;
  }
  #page01 .contact .cta-area.contact .btn-text .img {
    display: inline-block;
    background: url(../images/hf/SMP/24web_white.png) no-repeat;
    background-size: contain;
    width: 21px;
    height: 21px;
    transition: all 0.4s ease;
  }
  #page01 .contact .cta-area.contact .btn-text:hover {
    background: #fff;
  }
  #page01 .contact .cta-area.contact .btn-text:hover .btn-copy {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page01 .contact .cta-area.contact .btn-text:hover .btn-copy span {
    color: #48AADD;
  }
  #page01 .contact .cta-area.contact .btn-text:hover .img {
    background: url(../images/page01/first/PC/24web_blue.png) no-repeat;
    background-size: contain;
  }
  #page01 .contact .notion {
    padding-left: 17px;
    width: 500px;
    margin: 0 0 20px;
  }
  #page01 .contact .notion p {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  #page01 .contact .notion::before {
    content: "";
    display: block;
    position: absolute;
    content: "※";
    text-align: left;
    font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.45px;
    color: #5C5C5C;
    top: 2px;
    left: 0;
  }
}
/*PC*/
#header *,
#header ::before,
#header ::after,
#footer *,
#footer ::before,
#footer ::after,
#top *,
#top ::before,
#top ::after {
  box-sizing: border-box;
}
#header h1,
#header h2,
#footer h1,
#footer h2,
#top h1,
#top h2 {
  font-size: inherit;
  font-weight: inherit;
}
#header ul,
#header ol,
#footer ul,
#footer ol,
#top ul,
#top ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header li,
#footer li,
#top li {
  list-style: none;
}
#header .sp,
#footer .sp,
#top .sp {
  display: none;
}
#header a,
#footer a,
#top a {
  text-decoration: none;
}
#header img,
#footer img,
#top img {
  vertical-align: bottom;
}
#header button,
#footer button,
#top button {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
#header button,
#header [type=button],
#header [type=reset],
#header [type=submit],
#footer button,
#footer [type=button],
#footer [type=reset],
#footer [type=submit],
#top button,
#top [type=button],
#top [type=reset],
#top [type=submit] {
  cursor: pointer;
}
#header button:disabled,
#header [type=button]:disabled,
#header [type=reset]:disabled,
#header [type=submit]:disabled,
#footer button:disabled,
#footer [type=button]:disabled,
#footer [type=reset]:disabled,
#footer [type=submit]:disabled,
#top button:disabled,
#top [type=button]:disabled,
#top [type=reset]:disabled,
#top [type=submit]:disabled {
  cursor: default;
}
@media screen and (max-width: 1024px) {
  #header .sp,
  #footer .sp,
  #top .sp {
    display: block;
  }
}

#page01 *,
#page01 ::before,
#page01 ::after {
  box-sizing: border-box;
}
#page01 ul,
#page01 ol {
  list-style: none;
}
#page01 li {
  list-style: none;
}
#page01 .sp {
  display: none;
}
#page01 img {
  vertical-align: bottom;
}
#page01 button {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
#page01 button,
#page01 [type=button],
#page01 [type=reset],
#page01 [type=submit] {
  cursor: pointer;
}
#page01 button:disabled,
#page01 [type=button]:disabled,
#page01 [type=reset]:disabled,
#page01 [type=submit]:disabled {
  cursor: default;
}
@media screen and (max-width: 1024px) {
  #page01 .sp {
    display: block;
  }
}

/*下層ページ*/
/*SMP*/
#page01 {
  /*初めての方へ*/
}
#page01 .clinic {
  padding-bottom: 60px;
}
#page01 .clinic .content {
  width: 328px;
  margin: 0 auto;
}
#page01 .clinic .content .copy {
  margin-bottom: 15px;
}
#page01 .clinic .content .copy p {
  text-align: left;
  font: normal normal 500 18px/28px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.44px;
  color: #48AADD;
}
#page01 .clinic .content .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
#page01 .clinic .content .text p {
  text-align: left;
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
}
#page01 .clinic .img-area {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
#page01 .clinic .img-area img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page01 .clinic .img-area .img01 {
  width: 200px;
  height: 133px;
  margin-left: 20%;
}
#page01 .clinic .img-area .img02 {
  width: 118px;
  height: 81px;
  margin: 15px 0 0 50%;
}
#page01 .feature {
  padding-top: 0;
}
#page01 .feature__wrapper {
  width: 330px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
#page01 .feature__title {
  width: 330px;
  margin: 0 auto 30px;
}
#page01 .feature__title .sec-title {
  margin-bottom: 30px;
}
#page01 .feature .exp {
  font: normal normal normal 15px/24px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
}
#page01 .feature__item .img {
  width: 195px;
  height: 195px;
  margin: 0 auto;
  position: relative;
}
#page01 .feature__item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page01 .feature__item .img .title {
  text-align: center;
  font: normal normal 500 16px/21px "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.8px;
  color: #48AADD;
  white-space: nowrap;
  position: absolute;
  bottom: 53px;
  left: 50%;
  transform: translateX(-50%);
}
#page01 .feature__item .content p {
  text-align: left;
  font: normal normal normal 15px/24px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
}
#page01 .promise {
  padding-top: 0;
  padding-bottom: 60px;
}
#page01 .promise__wrapper {
  width: 94%;
  max-width: 375px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5px;
  padding: 0 0 30px;
  position: relative;
}
#page01 .promise__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/page01/first/SMP/circle_smp.png) no-repeat;
  background-size: contain;
  width: 267px;
  height: 209px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
  opacity: 0.75;
}
#page01 .promise__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  background: transparent linear-gradient(to bottom, #F0F6F8 0%, #D4EEF8 100%) 0% 0% no-repeat padding-box;
  border-radius: 15px;
  width: 100%;
  height: 93%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#page01 .promise__title .icon {
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  position: relative;
  top: 10px;
}
#page01 .promise__title .icon img {
  display: block;
  width: 56px;
  height: 41px;
  margin: 0 auto;
}
#page01 .promise__title {
  position: relative;
}
#page01 .promise__title .sec-title {
  text-align: center;
}
#page01 .promise__title .sec-title .honda {
  text-align: center;
  font: normal normal 500 16px/23px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.6px;
  color: #444444;
}
#page01 .promise__title .sec-title .ja .num {
  font: normal normal 600 38px/38px "Montserrat", sans-serif;
  letter-spacing: 5px;
  color: #48AADD;
}
#page01 .promise__title .sec-title {
  margin-bottom: 30px;
}
#page01 .promise .row {
  display: flex;
  flex-direction: column;
  gap: 2.5px;
}
#page01 .promise__item {
  width: 300px;
  margin: 0 auto;
  padding: 20px 30px 25px;
  background-color: #fff;
  border-radius: 15px;
}
#page01 .promise__item .num {
  font-size: 43px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  line-height: 31px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(180deg, #B4E0F2 0%, #F0F6F8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 10px;
}
#page01 .promise__item .title {
  padding-bottom: 7.5px;
  border-bottom: dashed 1px #48AADD;
  text-align: center;
  font: normal normal 500 17px/25px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.36px;
  color: #48AADD;
  margin-bottom: 10px;
}
#page01 .promise__item .content p {
  text-align: left;
  font: normal normal normal 15px/24px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
}
#page01 .flow {
  padding-top: 0;
}
#page01 .flow .sec-title {
  margin-bottom: 38px;
}
#page01 .flow__wrapper {
  width: 100%;
  max-width: 396px;
  margin: 0 auto;
}
#page01 .flow__wrapper > .content {
  width: 333px;
  margin: 0 0 0 auto;
}
#page01 .flow__wrapper > .content .inner {
  margin-top: 48px;
  padding-bottom: 30px;
  position: relative;
}
#page01 .flow__wrapper > .content .inner .num-area {
  width: 65px;
  height: 65px;
}
#page01 .flow__wrapper > .content .inner .num-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page01 .flow__wrapper > .content .inner .num-area {
  position: absolute;
  top: -17px;
  left: -54px;
}
@media screen and (max-width: 390px) {
  #page01 .flow__wrapper > .content .inner .num-area {
    left: -43px;
    transform: scale(0.88);
  }
}
#page01 .flow__wrapper > .content .inner::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 50px;
  bottom: 0;
  width: 32px;
  height: 96%;
  background-color: #fff;
  transform: translateX(-50%);
  background-image: radial-gradient(circle, #7fc4e8 3.5px, transparent 3.5px);
  background-size: 12px 20px;
  background-repeat: repeat-y;
  background-position: center 0;
  z-index: 1;
}
@media screen and (max-width: 390px) {
  #page01 .flow__wrapper > .content .inner::before {
    left: -12.5px;
  }
}
#page01 .flow__wrapper > .content .inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 400px;
  height: 10px;
  background-color: #F0F0F0;
  bottom: 0;
  left: 40%;
  transform: translateX(-50%);
}
#page01 .flow__wrapper > .content .inner .item {
  width: 290px;
  margin: 0 auto;
}
#page01 .flow__wrapper > .content .inner .item h3 {
  text-align: left;
  font: normal normal 500 17px/25px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.02px;
  color: #5C5C5C;
  margin-bottom: 15px;
}
#page01 .flow__wrapper > .content .inner .item > .img {
  width: 150px;
  height: 103px;
  margin-bottom: 15px;
}
#page01 .flow__wrapper > .content .inner .item > .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
#page01 .flow__wrapper > .content .inner .item .content p {
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
}
#page01 .flow__wrapper > .content .inner .item .content .btn-area {
  margin-top: 10px;
}
#page01 .flow__wrapper > .content .inner .item .contact {
  margin-top: 15px;
}
#page01 .flow__wrapper > .content .inner .item.blue {
  position: relative;
  margin-bottom: 40px;
  width: 278px;
}
#page01 .flow__wrapper > .content .inner .item.blue h4 {
  font: normal normal 500 16px/23px "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.8px;
  color: #48AADD;
  margin-bottom: 10px;
}
#page01 .flow__wrapper > .content .inner .item.blue h4 .small {
  font: normal normal 500 15px/23px "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.75px;
}
#page01 .flow__wrapper > .content .inner .item.blue::before {
  content: "";
  display: block;
  position: absolute;
  width: 27.5px;
  height: 12.5px;
  background: url(../images/page01/first/PC/down.png) no-repeat;
  background-size: contain;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
#page01 .flow__wrapper > .content .inner .item.blue:last-child {
  margin-bottom: 0;
}
#page01 .flow__wrapper > .content .inner .item.blue:last-child::before {
  display: none;
}
#page01 .flow__wrapper > .content .inner__wrapper {
  width: 318px;
  border-radius: 0px 5px 5px 5px;
  padding-bottom: 20px;
}
#page01 .flow__wrapper > .content .inner__wrapper.blue {
  background: #F0F6F8 0% 0% no-repeat padding-box;
  position: relative;
  margin-top: 50px;
  padding-top: 20px;
}
#page01 .flow__wrapper > .content .inner__wrapper.blue .tag {
  position: absolute;
  top: -17px;
  left: 20px;
  display: flex;
  align-items: end;
  gap: 6px;
}
#page01 .flow__wrapper > .content .inner__wrapper.blue .tag img {
  width: 16px;
  height: 12.5px;
  object-fit: contain;
}
#page01 .flow__wrapper > .content .inner__wrapper.blue .tag .text {
  text-align: left;
  font: normal normal 500 16px/16px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.28px;
  color: #48AADD;
}
#page01 .flow__wrapper > .content .inner__wrapper.blue::before {
  content: "";
  display: block;
  position: absolute;
  width: 158px;
  height: 33px;
  background: #F0F6F8 0% 0% no-repeat padding-box;
  border-radius: 5px 15px 0px 0px;
  top: -30px;
  left: 0;
}
#page01 .flow__wrapper > .content .inner:first-child {
  margin-top: 0;
}
#page01 .flow__wrapper > .content .inner:nth-child(2)::before {
  height: 98.5%;
}
#page01 .flow__wrapper > .content .inner:nth-child(3)::before, #page01 .flow__wrapper > .content .inner:nth-child(3)::after {
  display: none;
}
#page01 .flow__wrapper > .content .inner:nth-child(3) {
  padding-bottom: 0;
}
#page01 .flow__wrapper > .content .inner:nth-child(3) .inner__wrapper {
  padding-bottom: 0;
}
#page01 .belonging {
  padding-top: 0;
}
#page01 .belonging__wrapper .sec-title {
  margin-bottom: 20px;
}
#page01 .belonging__wrapper ul {
  width: 92%;
  max-width: 365px;
  margin: 0 auto;
  background: transparent linear-gradient(135deg, #CCEAF7 0%, #DBEEF6 51%, #F0F6F8 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#page01 .belonging__wrapper ul li {
  background-color: #fff;
  width: 247px;
  margin: 0 auto;
  padding: 20px 20px 20px 36px;
  border-radius: 5px;
  text-align: left;
  font: normal normal 500 15px/23px "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.83px;
  color: #5C5C5C;
  position: relative;
}
#page01 .belonging__wrapper ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 12.5px;
  background: url(../images/page01/first/PC/check_blue.png) no-repeat;
  background-size: contain;
  top: 26px;
  left: 16px;
}
#page01 .payment {
  padding-top: 0;
  padding-bottom: 60px;
}
#page01 .payment__wrapper .sec-title {
  margin-bottom: 30px;
}
#page01 .payment__wrapper .item {
  width: 350px;
  margin: 0 auto 25px;
  overflow: hidden;
}
#page01 .payment__wrapper .item h3 {
  display: inline-block;
  text-align: left;
  font: normal normal 500 16px/16px "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.8px;
  color: #444444;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
#page01 .payment__wrapper .item h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 12.5px;
  height: 12.5px;
  border-radius: 50%;
  background: #89C7E8 0% 0% no-repeat padding-box;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#page01 .payment__wrapper .item h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 200px;
  right: -100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #89C7E8 0px, #89C7E8 3px, transparent 3px, transparent 6px);
}
#page01 .payment__wrapper .item p {
  text-align: left;
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
  margin-bottom: 5px;
}
#page01 .payment__wrapper .item img {
  height: 37px;
  object-fit: contain;
}
#page01 .payment__wrapper .item.mb-0 {
  margin-bottom: 0;
}
#page01 .payment__wrapper .item.mb-0 h3::after {
  left: 115px;
  right: -500%;
}
#page01 {
  /*スタッフ紹介*/
}
#page01 .text {
  width: 328px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#page01 .text p {
  text-align: left;
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
}
#page01 .doctor {
  padding-top: 0;
}
#page01 .doctor .sec-title {
  margin-bottom: 30px;
}
#page01 .doctor__wrapper {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
#page01 .doctor__wrapper .item {
  width: 320px;
  margin: 0 auto;
}
#page01 .doctor__wrapper .item .top {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#page01 .doctor__wrapper .item .top .img {
  width: 320px;
  height: 216px;
  margin: 0 auto;
}
#page01 .doctor__wrapper .item .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
#page01 .doctor__wrapper .item .top .text .name-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#page01 .doctor__wrapper .item .top .text .name-area .position {
  text-align: left;
  font: normal normal 500 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1.2px;
  color: #444444;
  padding-left: 12px;
  position: relative;
}
#page01 .doctor__wrapper .item .top .text .name-area .position::before {
  content: "";
  display: block;
  position: absolute;
  width: 7.5px;
  height: 7.5px;
  background: #89C7E8 0% 0% no-repeat padding-box;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
#page01 .doctor__wrapper .item .top .text .name-area .name {
  text-align: left;
  font: normal normal 500 20px/20px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1px;
  color: #444444;
}
#page01 .doctor__wrapper .item .top .text .name-area .name .small {
  text-align: left;
  font: normal normal 500 15px/15px "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.57px;
}
#page01 .doctor__wrapper .item .top .text .hobby {
  padding-bottom: 20px;
  position: relative;
}
#page01 .doctor__wrapper .item .top .text .hobby p {
  text-align: left;
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
}
#page01 .doctor__wrapper .item .top .text .hobby p .pd {
  display: inline-block;
  padding-left: 150px;
}
#page01 .doctor__wrapper .item .top .text .hobby::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #89C7E8 0px, #89C7E8 3px, transparent 3px, transparent 6px);
}
#page01 .doctor__wrapper .item .top .text .message {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
#page01 .doctor__wrapper .item .top .text .message p {
  text-align: left;
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
}
#page01 .doctor__wrapper .item .top .text .message .bullet-list li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
}
#page01 .doctor__wrapper .item .top .text .message .bullet-list li::before {
  content: "・";
}
#page01 .doctor__wrapper .item .bottom {
  background: #F0F6F8 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#page01 .doctor__wrapper .item .bottom .b-left .title, #page01 .doctor__wrapper .item .bottom .b-right .title {
  text-align: left;
  font: normal normal 500 17px/17px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1.36px;
  color: #444444;
  margin-bottom: 15px;
}
#page01 .doctor__wrapper .item .bottom .b-left .content, #page01 .doctor__wrapper .item .bottom .b-right .content {
  text-align: left;
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
  padding-left: 18px;
  border-left: solid 5px #B4E0F2;
}
#page01 .doctor__wrapper .item .bottom .b-left .content.dl, #page01 .doctor__wrapper .item .bottom .b-right .content.dl {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 8px 14px;
}
#page01 .doctor__wrapper .item .bottom .b-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#page01 .doctor .staff {
  background: transparent linear-gradient(174deg, #F0F6F8 0%, #D4EEF8 49%, #F0F6F8 100%) 0% 0% no-repeat padding-box;
  padding: 45px 0;
  display: flex;
  flex-direction: column;
}
#page01 .doctor .staff__wrapper {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
#page01 .doctor .staff .item .top .text .name-area .about {
  text-align: left;
  font: normal normal normal 12px/16px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
  margin-top: -5px;
  padding-left: 13px;
  position: relative;
}
#page01 .doctor .staff .item .top .text .name-area .about::before {
  content: "";
  display: block;
  position: absolute;
  content: "※";
  font: normal normal normal 12px/16px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
  top: 1px;
  left: 0;
}
#page01 .doctor .staff .item .bottom {
  background-color: #fff;
}
#page01 .image {
  padding-top: 0;
}
#page01 .image .sec-title {
  margin-bottom: 30px;
}
#page01 .image img {
  display: block;
  width: 96%;
  max-width: 380px;
  margin: 0 auto;
  height: 203px;
  border-radius: 15px;
  margin-bottom: 10px;
}
#page01 {
  /*医院紹介*/
}
#page01 .overview {
  padding-top: 0;
}
#page01 .overview .clinic-info {
  width: 350px;
  margin: 0 auto;
  display: grid;
}
#page01 .overview .clinic-info dt {
  text-align: left;
  font: normal normal 500 16px/24px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1.28px;
  color: #121212;
  padding: 15px 8px;
  position: relative;
}
#page01 .overview .clinic-info dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background: #48AADD;
}
#page01 .overview .clinic-info dd {
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
  padding: 15px 8px;
  position: relative;
}
#page01 .overview .clinic-info dd a {
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
  position: relative;
}
#page01 .overview .clinic-info dd::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  border-radius: 5px;
  background: #e6e6e6;
}
#page01 .overview .clinic-info dd .item .img {
  width: 333px;
  height: 150px;
  margin: 0 auto 15px;
  overflow: hidden;
}
#page01 .overview .clinic-info dd .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page01 .overview .clinic-info dd .item .img iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page01 .overview .clinic-info dd .item p {
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
}
#page01 .overview .clinic-info dd .item:first-child {
  margin-bottom: 15px;
}
#page01 .overview .clinic-info dd .notion {
  display: block;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
#page01 .overview .clinic-info dd .notion::before {
  content: "";
  display: block;
  position: absolute;
  content: "※";
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
  top: 1px;
  left: 0;
}
#page01 .overview .clinic-info dd .cta-area.contact .btn-text {
  width: 285px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  gap: 10px;
  margin: 0 auto;
  background: #48AADD 0% 0% no-repeat padding-box;
  padding: 0 30px 0 20px;
  border-radius: 5px;
  height: 50px;
}
#page01 .overview .clinic-info dd .cta-area.contact .btn-text .btn-copy span {
  font: normal normal bold 17px/17px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1.7px;
  color: #FFFFFF;
}
#page01 .overview .clinic-info dd .cta-area.contact .btn-text .img {
  display: inline-block;
  background: url(../images/hf/SMP/24web_white.png) no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
}
#page01 .feature2 {
  padding-top: 0;
  padding-bottom: 60px;
}
#page01 .feature2__wrapper {
  width: 94%;
  max-width: 375px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5px;
  padding: 0 0 30px;
  position: relative;
}
#page01 .feature2__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/page01/first/SMP/circle_smp.png) no-repeat;
  background-size: contain;
  width: 267px;
  height: 209px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
  opacity: 0.75;
}
#page01 .feature2__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  background: transparent linear-gradient(to bottom, #F0F6F8 0%, #D4EEF8 100%) 0% 0% no-repeat padding-box;
  border-radius: 15px;
  width: 100%;
  height: 97%;
  top: 56px;
  left: 0;
  z-index: -1;
}
#page01 .feature2__title .icon {
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  position: relative;
  top: 10px;
}
#page01 .feature2__title .icon img {
  display: block;
  width: 56px;
  height: 41px;
  margin: 0 auto;
}
#page01 .feature2__title {
  position: relative;
}
#page01 .feature2__title .sec-title {
  text-align: center;
}
#page01 .feature2__title .sec-title .honda {
  text-align: center;
  font: normal normal 500 16px/23px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.6px;
  color: #444444;
}
#page01 .feature2__title .sec-title .ja .num {
  font: normal normal 600 38px/38px "Montserrat", sans-serif;
  letter-spacing: 5px;
  color: #48AADD;
}
#page01 .feature2__title .sec-title {
  margin-bottom: 30px;
}
#page01 .feature2 .row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#page01 .feature2__item {
  width: 277px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
#page01 .feature2__item .img {
  width: 277px;
  height: 172px;
  margin-bottom: 23px;
}
#page01 .feature2__item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px 15px 0 0;
}
#page01 .feature2__item .num {
  font-size: 33px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  line-height: 31px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(180deg, #B4E0F2 0%, #F0F6F8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 10px;
  position: absolute;
  top: 155px;
  left: 50%;
  transform: translateX(-50%);
}
#page01 .feature2__item .title {
  padding-bottom: 7.5px;
  text-align: center;
  font: normal normal 500 17px/25px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.36px;
  color: #48AADD;
  margin-bottom: 10px;
}
#page01 .feature2__item .content {
  padding: 0 28px 25px;
}
#page01 .feature2__item .content p {
  text-align: left;
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
}
#page01 .facility {
  padding-top: 45px;
  padding-bottom: 60px;
  background: #F0F6F8 0% 0% no-repeat padding-box;
}
#page01 .facility__wrapper {
  width: 94%;
  max-width: 375px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5px;
  position: relative;
}
#page01 .facility__title {
  position: relative;
}
#page01 .facility__title .sec-title {
  text-align: center;
}
#page01 .facility__title .sec-title {
  margin-bottom: 30px;
}
#page01 .facility__title .copy {
  margin-bottom: 15px;
  text-align: center;
}
#page01 .facility__title .copy p {
  text-align: center;
  font: normal normal 500 18px/28px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.44px;
  color: #48AADD;
}
#page01 .facility__title .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
#page01 .facility__title .text p {
  text-align: left;
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
}
#page01 .facility .row {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#page01 .facility__item {
  width: 277px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
#page01 .facility__item .img {
  width: 277px;
  height: 172px;
  margin-bottom: 30px;
}
#page01 .facility__item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px 15px 0 0;
}
#page01 .facility__item .img.row2 {
  margin-bottom: 61px;
}
#page01 .facility__item .title {
  font: normal normal 500 16px/27px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.48px;
  color: #FFFFFF;
  display: inline-block;
  height: 29px;
  background: #48AADD 0% 0% no-repeat padding-box;
  border-radius: 0px 2.5px 2.5px 0px;
  padding: 0 30px;
  position: absolute;
  top: 155px;
  left: 0;
}
#page01 .facility__item .title.row2 {
  height: 60px;
  background: none;
  border-radius: 0px;
  padding: 0;
}
#page01 .facility__item .title.row2 span {
  font: normal normal 500 16px/27px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.48px;
  color: #FFFFFF;
  display: inline-block;
  height: 29px;
  background: #48AADD 0% 0% no-repeat padding-box;
  border-radius: 0px 2.5px 2.5px 0px;
  padding: 0 30px;
  margin-bottom: 2.5px;
}
#page01 .facility__item .content {
  padding: 0 28px 25px;
}
#page01 .facility__item .content p {
  text-align: left;
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
}
#page01 .facility.white {
  background-color: #fff;
}
#page01 .facility.white .facility__item {
  box-shadow: 0px 0px 15px rgba(0, 108, 165, 0.1607843137);
}
#page01 .ict {
  padding: 30px 0 55px;
}
#page01 .ict__wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
#page01 .ict__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/page01/clinic/SMP/clinic_25smp.jpg) no-repeat;
  width: 500%;
  height: 265px;
  border-radius: 5px 0px 0px 5px;
  opacity: 0.6;
  top: -30px;
  left: 35px;
  z-index: -1;
  background-size: 95vw;
}
#page01 .ict__wrapper .img {
  width: 355px;
  height: 220px;
  margin: 0 auto 0 0;
}
#page01 .ict__wrapper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
#page01 .ict__title {
  width: 341px;
  margin: 0 auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  position: relative;
  top: -30px;
  padding: 25px 30px 0;
}
#page01 .ict__title .copy {
  margin-bottom: 15px;
  text-align: left;
}
#page01 .ict__title .copy p {
  font: normal normal 500 18px/28px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.44px;
  color: #48AADD;
}
#page01 .ict__title .text {
  width: unset;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#page01 .ict__title .text p {
  text-align: left;
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
}

/*PC*/
@media only screen and (min-width: 1025px) {
  #page01 {
    /*スタッフ紹介*/
    /*医院紹介*/
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  #page01 {
    padding-top: 65px;
  }
}
@media only screen and (min-width: 1025px) {
  #page01 .clinic {
    padding-bottom: 90px;
    width: 100%;
    max-width: 1132px;
    margin: 0 auto;
  }
  #page01 .clinic__wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
  #page01 .clinic .content {
    width: 577px;
    margin: 0 0 0 auto;
  }
  #page01 .clinic .content .copy {
    margin-bottom: 30px;
  }
  #page01 .clinic .content .copy p {
    font: normal normal 500 30px/44px "Zen Maru Gothic", sans-serif;
    letter-spacing: 2.4px;
  }
  #page01 .clinic .content .text {
    width: 577px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0px;
  }
  #page01 .clinic .content .text p {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  #page01 .clinic .img-area {
    margin: 0;
  }
  #page01 .clinic .img-area img {
    border-radius: 30px;
  }
  #page01 .clinic .img-area .img01 {
    width: 400px;
    height: 267px;
    margin-left: 0;
  }
  #page01 .clinic .img-area .img02 {
    width: 170px;
    height: 117px;
    margin: 30px 0 0 77%;
  }
  #page01 .feature {
    padding-top: 0;
    padding-bottom: 170px;
  }
  #page01 .feature__wrapper {
    width: 100%;
    max-width: 1225px;
    flex-direction: row;
    gap: 55px;
  }
  #page01 .feature__title {
    width: 100%;
    max-width: 1225px;
    margin: 0 auto;
  }
  #page01 .feature__title .sec-title {
    margin-bottom: 30px;
    position: relative;
  }
  #page01 .feature__title .sec-title .ja {
    position: relative;
    width: 515px;
    margin: 0 auto;
  }
  #page01 .feature__title .sec-title .ja::before, #page01 .feature__title .sec-title .ja::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 33px;
    bottom: 0;
  }
  #page01 .feature__title .sec-title .ja::before {
    background: url(../images/page01/first/PC/hukidashi_left.png) no-repeat;
    background-size: contain;
    left: -63px;
  }
  #page01 .feature__title .sec-title .ja::after {
    background: url(../images/page01/first/PC/hukidashi_right.png) no-repeat;
    background-size: contain;
    right: -63px;
  }
  #page01 .feature__title .sec-title::before, #page01 .feature__title .sec-title::after {
    content: "";
    display: block;
    position: absolute;
    width: 254px;
    height: 20px;
    background: #F0F0F0 0% 0% no-repeat padding-box;
    border-radius: 2px;
    bottom: 5px;
  }
  #page01 .feature__title .sec-title::before {
    left: 0px;
  }
  #page01 .feature__title .sec-title::after {
    right: 0px;
  }
  #page01 .feature .exp {
    margin-bottom: 10px;
  }
  #page01 .feature .exp p {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
    text-align: center;
  }
  #page01 .feature__item {
    width: 264px;
  }
  #page01 .feature__item .img {
    width: 260px;
    height: 260px;
  }
  #page01 .feature__item .img .title {
    font: normal normal 500 18px/24px "Zen Maru Gothic", sans-serif;
    letter-spacing: 0.9px;
    bottom: 75px;
  }
  #page01 .feature__item .content p {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  #page01 .promise {
    padding-bottom: 90px;
  }
  #page01 .promise__wrapper {
    width: 100%;
    max-width: 1400px;
    padding: 0 0 60px;
  }
  #page01 .promise__wrapper .row {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 100%;
    max-width: 1261px;
    margin: 0 auto;
  }
  #page01 .promise__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/page01/first/PC/circle.png) no-repeat;
    background-size: contain;
    width: 535px;
    height: 319px;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
    opacity: 0.75;
  }
  #page01 .promise__wrapper::after {
    content: "";
    display: block;
    position: absolute;
    background: transparent linear-gradient(to bottom, #F0F6F8 0%, #D4EEF8 100%) 0% 0% no-repeat padding-box;
    border-radius: 15px;
    width: 100%;
    height: 93%;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  #page01 .promise__title {
    margin-top: -43px;
  }
  #page01 .promise__title .icon {
    width: 100%;
    height: 55px;
    margin-bottom: 25px;
  }
  #page01 .promise__title .icon img {
    width: 67px;
    height: 55px;
  }
  #page01 .promise__title {
    position: relative;
  }
  #page01 .promise__title .sec-title {
    text-align: center;
  }
  #page01 .promise__title .sec-title .honda {
    font: normal normal 500 22px/34px "Zen Maru Gothic", sans-serif;
    letter-spacing: 2.2px;
  }
  #page01 .promise__title .sec-title .ja .num {
    font: normal normal 600 56px/68px "Montserrat", sans-serif;
    letter-spacing: 5px;
    color: #48AADD;
  }
  #page01 .promise__title .sec-title {
    margin-bottom: 30px;
  }
  #page01 .promise__item {
    width: 417px;
    margin: 0;
    padding: 40px 35px;
    border-radius: 30px;
  }
  #page01 .promise__item .num {
    font-size: 56px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  #page01 .promise__item .title {
    padding-bottom: 20px;
    border-bottom: dashed 1px #48AADD;
    font: normal normal 500 22px/30px "Zen Maru Gothic", sans-serif;
    letter-spacing: 1.1px;
    margin-bottom: 20px;
  }
  #page01 .promise__item .content p {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  #page01 .flow {
    width: 960px;
    padding-top: 0;
    margin: 0 auto;
  }
  #page01 .flow .sec-title {
    margin-bottom: 80px;
  }
  #page01 .flow__wrapper {
    width: 840px;
    max-width: unset;
    margin: 0 0 0 auto;
  }
  #page01 .flow__wrapper > .content {
    width: 840px;
    margin: 0 0 0 auto;
  }
  #page01 .flow__wrapper > .content .inner {
    margin-top: 75px;
    padding-bottom: 50px;
    position: relative;
  }
  #page01 .flow__wrapper > .content .inner .num-area {
    width: 120px;
    height: 120px;
    top: -47px;
    left: -120px;
  }
  #page01 .flow__wrapper > .content .inner::before {
    left: -61px;
    top: 78px;
    bottom: 0;
    width: 39px;
    height: 82%;
    background-image: radial-gradient(circle, #7fc4e8 2px, transparent 2px);
    background-size: 12px 16px;
  }
  #page01 .flow__wrapper > .content .inner::after {
    width: 995px;
    height: 9px;
    left: 43%;
  }
  #page01 .flow__wrapper > .content .inner .item {
    width: 760px;
    position: relative;
  }
  #page01 .flow__wrapper > .content .inner .item h3 {
    font: normal normal 500 30px/30px "Zen Maru Gothic", sans-serif;
    letter-spacing: 2.4px;
    margin-bottom: 20px;
  }
  #page01 .flow__wrapper > .content .inner .item > .img {
    width: 170px;
    height: 117px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #page01 .flow__wrapper > .content .inner .item > .img img {
    border-radius: 20px;
  }
  #page01 .flow__wrapper > .content .inner .item .content {
    margin-bottom: 30px;
  }
  #page01 .flow__wrapper > .content .inner .item .content p {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  #page01 .flow__wrapper > .content .inner .item.blue {
    position: relative;
    margin-bottom: 60px;
    width: 760px;
  }
  #page01 .flow__wrapper > .content .inner .item.blue h4 {
    font: normal normal 500 22px/26px "Zen Maru Gothic", sans-serif;
    letter-spacing: 1.1px;
  }
  #page01 .flow__wrapper > .content .inner .item.blue h4 .small {
    font: normal normal 500 18px/26px "Zen Maru Gothic", sans-serif;
    letter-spacing: 0.9px;
  }
  #page01 .flow__wrapper > .content .inner .item.blue .content {
    width: 556px;
    min-height: 50px;
  }
  #page01 .flow__wrapper > .content .inner .item.blue::before {
    width: 35px;
    height: 17px;
    bottom: -48px;
  }
  #page01 .flow__wrapper > .content .inner .item.blue.mb-40 {
    margin-bottom: 40px;
  }
  #page01 .flow__wrapper > .content .inner .item.blue:last-child {
    margin-bottom: 0;
  }
  #page01 .flow__wrapper > .content .inner .item.blue:last-child::before {
    display: none;
  }
  #page01 .flow__wrapper > .content .inner__wrapper {
    width: 318px;
    border-radius: 0px 5px 5px 5px;
    padding-bottom: 40px;
  }
  #page01 .flow__wrapper > .content .inner__wrapper.blue {
    width: 840px;
    margin: 97px 40px 0 auto;
    padding-top: 40px;
  }
  #page01 .flow__wrapper > .content .inner__wrapper.blue .tag {
    top: -23px;
    left: 40px;
    gap: 12px;
  }
  #page01 .flow__wrapper > .content .inner__wrapper.blue .tag img {
    width: 32px;
    height: 25px;
  }
  #page01 .flow__wrapper > .content .inner__wrapper.blue .tag .text {
    font: normal normal 500 26px/26px "Zen Maru Gothic", sans-serif;
    letter-spacing: 2.08px;
    margin-bottom: 2px;
  }
  #page01 .flow__wrapper > .content .inner__wrapper.blue::before {
    width: 283px;
    height: 57px;
    border-radius: 10px 30px 0px 0px;
    top: -55px;
  }
  #page01 .flow__wrapper > .content .inner:first-child {
    margin-top: 0;
  }
  #page01 .flow__wrapper > .content .inner:first-child .item > .img {
    right: -40px;
  }
  #page01 .flow__wrapper > .content .inner:nth-child(2)::before {
    height: 94%;
  }
  #page01 .flow__wrapper > .content .inner:nth-child(3)::before, #page01 .flow__wrapper > .content .inner:nth-child(3)::after {
    display: none;
  }
  #page01 .flow__wrapper > .content .inner:nth-child(3) {
    padding-bottom: 0;
  }
  #page01 .flow__wrapper > .content .inner:nth-child(3) .inner__wrapper {
    padding-bottom: 0;
    padding-left: 43px;
  }
  #page01 .belonging__wrapper .sec-title {
    margin-bottom: 40px;
  }
  #page01 .belonging__wrapper ul {
    width: 100%;
    max-width: 1096px;
    border-radius: 10px;
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  #page01 .belonging__wrapper ul li {
    width: 493px;
    margin: 0;
    padding: 40px 40px 40px 70px;
    border-radius: 10px;
    font: normal normal 500 20px/26px "Zen Maru Gothic", sans-serif;
    letter-spacing: 1.18px;
  }
  #page01 .belonging__wrapper ul li::before {
    width: 29px;
    height: 25px;
    top: 39px;
    left: 31px;
  }
  #page01 .payment {
    padding-bottom: 90px;
  }
  #page01 .payment__wrapper .sec-title {
    margin-bottom: 40px;
  }
  #page01 .payment__wrapper .item {
    width: 552px;
    margin: 0 auto 30px;
  }
  #page01 .payment__wrapper .item h3 {
    font: normal normal 500 22px/26px "Zen Maru Gothic", sans-serif;
    letter-spacing: 1.1px;
    padding-left: 24px;
  }
  #page01 .payment__wrapper .item h3::before {
    width: 15px;
    height: 15px;
  }
  #page01 .payment__wrapper .item h3::after {
    left: 265px;
    right: -1000%;
  }
  #page01 .payment__wrapper .item p {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
    margin-bottom: 10px;
    padding-left: 24px;
  }
  #page01 .payment__wrapper .item img {
    height: 58px;
    padding-left: 24px;
  }
  #page01 .payment__wrapper .item.mb-0 {
    margin-bottom: 0;
  }
  #page01 .payment__wrapper .item.mb-0 h3::after {
    left: 155px;
  }
  #page01 .text {
    width: 508px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #page01 .text p {
    text-align: center;
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  #page01 .doctor {
    padding-top: 0;
  }
  #page01 .doctor .sec-title {
    margin-bottom: 60px;
  }
  #page01 .doctor__wrapper {
    display: flex;
    flex-direction: column;
    gap: 90px;
  }
  #page01 .doctor__wrapper .item {
    width: 100%;
    max-width: 1142px;
  }
  #page01 .doctor__wrapper .item .top {
    flex-direction: row;
    justify-content: space-between;
  }
  #page01 .doctor__wrapper .item .top .img {
    width: 500px;
    height: 678px;
    margin: 0;
  }
  #page01 .doctor__wrapper .item .top .img img {
    border-radius: 40px;
  }
  #page01 .doctor__wrapper .item .top .text {
    width: 544px;
    margin: 0;
    gap: 30px;
  }
  #page01 .doctor__wrapper .item .top .text .name-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #page01 .doctor__wrapper .item .top .text .name-area .position {
    font: normal normal 500 18px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 1.44px;
    padding-left: 26px;
  }
  #page01 .doctor__wrapper .item .top .text .name-area .position::before {
    width: 13px;
    height: 13px;
  }
  #page01 .doctor__wrapper .item .top .text .name-area .name {
    font: normal normal 500 30px/26px "Zen Maru Gothic", sans-serif;
    letter-spacing: 1.5px;
  }
  #page01 .doctor__wrapper .item .top .text .name-area .name .small {
    font: normal normal 500 16px/26px "Zen Maru Gothic", sans-serif;
    letter-spacing: 0.8px;
  }
  #page01 .doctor__wrapper .item .top .text .hobby {
    padding-bottom: 30px;
    position: relative;
  }
  #page01 .doctor__wrapper .item .top .text .hobby p {
    font: normal normal normal 16px/29px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  #page01 .doctor__wrapper .item .top .text .hobby p .pd {
    display: inline;
    padding-left: 0px;
  }
  #page01 .doctor__wrapper .item .top .text .hobby::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #89C7E8 0px, #89C7E8 3px, transparent 3px, transparent 6px);
  }
  #page01 .doctor__wrapper .item .top .text .message {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }
  #page01 .doctor__wrapper .item .top .text .message p {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  #page01 .doctor__wrapper .item .top .text .message .bullet-list li {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  #page01 .doctor__wrapper .item .bottom {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 40px 50px 50px;
    flex-direction: row;
    gap: 70px;
  }
  #page01 .doctor__wrapper .item .bottom .b-left .title, #page01 .doctor__wrapper .item .bottom .b-right .title {
    font: normal normal 500 24px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 1.92px;
    margin-bottom: 20px;
  }
  #page01 .doctor__wrapper .item .bottom .b-left .content, #page01 .doctor__wrapper .item .bottom .b-right .content {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
    padding-left: 20px;
    border-left: solid 6px #B4E0F2;
  }
  #page01 .doctor__wrapper .item .bottom .b-left .content.dl, #page01 .doctor__wrapper .item .bottom .b-right .content.dl {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 2px 20px;
  }
  #page01 .doctor__wrapper .item .bottom .b-left {
    width: 468px;
  }
  #page01 .doctor__wrapper .item .bottom .b-right {
    gap: 40px;
  }
  #page01 .doctor .staff {
    display: block;
    padding: 90px 0;
  }
  #page01 .doctor .staff__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px 0;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  #page01 .doctor .staff .item {
    width: 500px;
    margin: 0;
  }
  #page01 .doctor .staff .item .top {
    flex-direction: column;
  }
  #page01 .doctor .staff .item .top .img {
    width: 500px;
    height: 334px;
  }
  #page01 .doctor .staff .item .top .text {
    width: 100%;
    gap: 20px;
  }
  #page01 .doctor .staff .item .top .text .name-area .name {
    line-height: 40px;
  }
  #page01 .doctor .staff .item .top .text .name-area .about {
    width: 485px;
    font: normal normal normal 13px/18px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.65px;
    margin-top: -16px;
    padding-left: 13px;
    position: relative;
  }
  #page01 .doctor .staff .item .top .text .name-area .about::before {
    font: normal normal normal 13px/18px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.65px;
    top: 1px;
    left: 0;
  }
  #page01 .doctor .staff .item .top .text .hobby {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  #page01 .doctor .staff .item .top .text .message {
    margin-bottom: 30px;
  }
  #page01 .doctor .staff .item .bottom {
    background-color: #fff;
    padding: 30px 40px 40px;
  }
  #page01 .image {
    padding-top: 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  #page01 .image .sec-title {
    margin-bottom: 60px;
    position: relative;
    width: 438px;
    margin: 0 auto 60px;
  }
  #page01 .image .sec-title::before, #page01 .image .sec-title::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 33px;
    bottom: 0;
  }
  #page01 .image .sec-title::before {
    background: url(../images/page01/first/PC/hukidashi_left.png) no-repeat;
    background-size: contain;
    left: -63px;
  }
  #page01 .image .sec-title::after {
    background: url(../images/page01/first/PC/hukidashi_right.png) no-repeat;
    background-size: contain;
    right: -63px;
  }
  #page01 .image .inner {
    display: flex;
    gap: 20px;
  }
  #page01 .image .inner > img {
    width: 810px;
    max-width: unset;
    height: 501px;
    margin: 0;
    border-radius: 40px;
  }
  #page01 .image .inner .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #page01 .image .inner .wrapper img {
    width: 450px;
    max-width: unset;
    height: 241px;
    border-radius: 30px;
    margin: 0;
  }
  #page01 .clinic.clinic2 {
    padding-bottom: 170px;
  }
  #page01 .clinic.clinic2 .clinic__wrapper {
    width: 1100px;
    flex-direction: row;
  }
  #page01 .clinic.clinic2 .clinic__wrapper .content {
    margin: 0;
  }
  #page01 .clinic.clinic2 .clinic__wrapper .content .text {
    width: 578px;
    margin: 0;
  }
  #page01 .clinic.clinic2 .clinic__wrapper .img-area {
    margin-left: 47px;
  }
  #page01 .overview__wrapper .sec-title {
    margin-bottom: 60px;
  }
  #page01 .overview .clinic-info {
    width: 932px;
    grid-template-columns: 206px 1fr;
    column-gap: 16px;
    row-gap: 30px;
  }
  #page01 .overview .clinic-info dt {
    font: normal normal 500 18px/28px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 1.44px;
    padding: 0 10px 30px;
  }
  #page01 .overview .clinic-info dt::after {
    height: 3px;
    border-radius: 10px;
  }
  #page01 .overview .clinic-info dd {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
    padding: 0 20px 30px;
  }
  #page01 .overview .clinic-info dd a {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  #page01 .overview .clinic-info dd::after {
    height: 3px;
    border-radius: 10px;
  }
  #page01 .overview .clinic-info dd .item .img {
    width: 400px;
    height: 200px;
    margin: 0 0 20px 0;
  }
  #page01 .overview .clinic-info dd .item p {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  #page01 .overview .clinic-info dd .item:first-child .img {
    width: 666px;
    height: 331px;
  }
  #page01 .overview .clinic-info dd .item:first-child {
    margin-bottom: 20px;
  }
  #page01 .overview .clinic-info dd .notion {
    display: block;
    margin-bottom: 20px;
    padding-left: 17px;
  }
  #page01 .overview .clinic-info dd .notion::before {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
    top: 0px;
  }
  #page01 .overview .clinic-info dd .cta-area.contact .btn-text {
    width: 280px;
    height: 47px;
    gap: 7px;
    margin: 0;
    padding: 0 25px 0 20px;
    border: solid 1px #48AADD;
    transition: all 0.4s ease;
  }
  #page01 .overview .clinic-info dd .cta-area.contact .btn-text .btn-copy span {
    transition: all 0.4s ease;
  }
  #page01 .overview .clinic-info dd .cta-area.contact .btn-text .img {
    transition: all 0.4s ease;
  }
  #page01 .overview .clinic-info dd .cta-area.contact .btn-text:hover {
    background: #fff;
  }
  #page01 .overview .clinic-info dd .cta-area.contact .btn-text:hover .btn-copy {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page01 .overview .clinic-info dd .cta-area.contact .btn-text:hover .btn-copy span {
    color: #48AADD;
  }
  #page01 .overview .clinic-info dd .cta-area.contact .btn-text:hover .img {
    background: url(../images/page01/first/PC/24web_blue.png) no-repeat;
    background-size: contain;
  }
  #page01 .feature2 {
    padding-bottom: 90px;
  }
  #page01 .feature2__wrapper {
    width: 100%;
    max-width: 1340px;
    padding: 0 0 70px;
  }
  #page01 .feature2__wrapper .row {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 100%;
    max-width: 1261px;
    margin: 0 auto;
  }
  #page01 .feature2__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/page01/first/PC/circle.png) no-repeat;
    background-size: contain;
    width: 535px;
    height: 319px;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
    opacity: 0.75;
  }
  #page01 .feature2__wrapper::after {
    content: "";
    display: block;
    position: absolute;
    background: transparent linear-gradient(to bottom, #F0F6F8 0%, #D4EEF8 100%) 0% 0% no-repeat padding-box;
    border-radius: 15px;
    width: 100%;
    height: 93%;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  #page01 .feature2__title {
    margin-top: -43px;
  }
  #page01 .feature2__title .icon {
    width: 100%;
    height: 55px;
    margin-bottom: 35px;
    top: 20px;
  }
  #page01 .feature2__title .icon img {
    width: 67px;
    height: 55px;
  }
  #page01 .feature2__title {
    position: relative;
  }
  #page01 .feature2__title .sec-title {
    text-align: center;
    margin-bottom: 45px;
  }
  #page01 .feature2__title .sec-title .honda {
    font: normal normal 500 22px/34px "Zen Maru Gothic", sans-serif;
    letter-spacing: 2.2px;
  }
  #page01 .feature2__title .sec-title .ja .num {
    font: normal normal 600 56px/68px "Montserrat", sans-serif;
    letter-spacing: 5px;
    color: #48AADD;
  }
  #page01 .feature2 .row {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
  #page01 .feature2__item {
    width: 380px;
    margin: 0;
    border-radius: 30px;
  }
  #page01 .feature2__item .img {
    width: 380px;
    height: 235px;
    border-radius: 30px;
    margin-bottom: 40px;
  }
  #page01 .feature2__item .num {
    font-size: 56px;
    line-height: 40px;
    top: 215px;
  }
  #page01 .feature2__item .title {
    font: normal normal 500 22px/30px "Zen Maru Gothic", sans-serif;
    letter-spacing: 1.1px;
    margin-bottom: 20px;
  }
  #page01 .feature2__item .content {
    padding: 0 33px 30px;
  }
  #page01 .feature2__item .content p {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  #page01 .facility {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  #page01 .facility__wrapper {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5px;
    position: relative;
  }
  #page01 .facility__title {
    position: relative;
  }
  #page01 .facility__title .sec-title {
    text-align: center;
  }
  #page01 .facility__title .sec-title {
    margin-bottom: 40px;
  }
  #page01 .facility__title .copy {
    margin-bottom: 30px;
  }
  #page01 .facility__title .copy p {
    font: normal normal 500 30px/44px "Zen Maru Gothic", sans-serif;
    letter-spacing: 2.4px;
  }
  #page01 .facility__title .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }
  #page01 .facility__title .text p {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
    text-align: center;
  }
  #page01 .facility .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
  #page01 .facility__item {
    width: 380px;
    height: 415px;
    border-radius: 30px;
  }
  #page01 .facility__item .img {
    width: 380px;
    height: 235px;
    margin-bottom: 43px;
  }
  #page01 .facility__item .img img {
    border-radius: 30px 30px 0 0;
  }
  #page01 .facility__item .img.row2 {
    margin-bottom: 92px;
  }
  #page01 .facility__item .title {
    font: normal normal 500 22px/45px "Zen Maru Gothic", sans-serif;
    letter-spacing: 1.1px;
    height: 46px;
    border-radius: 0px 5px 5px 0px;
    top: 212px;
  }
  #page01 .facility__item .title.row2 {
    height: 95px;
  }
  #page01 .facility__item .title.row2 span {
    font: normal normal 500 22px/45px "Zen Maru Gothic", sans-serif;
    letter-spacing: 1.1px;
    height: 46px;
    border-radius: 0px 5px 5px 0px;
    padding: 0 30px;
    margin-bottom: 3px;
  }
  #page01 .facility__item .content {
    padding: 0 33px 30px;
  }
  #page01 .facility__item .content p {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  #page01 .facility.white {
    background-color: #fff;
  }
  #page01 .facility.white .facility__item {
    height: 540px;
    box-shadow: 0px 0px 15px rgba(0, 108, 165, 0.1607843137);
  }
  #page01 .ict {
    padding: 90px 0;
    position: relative;
  }
  #page01 .ict__wrapper {
    width: 100%;
    max-width: 1280px;
    padding-left: 22px;
    margin: 0 auto;
    display: flex;
  }
  #page01 .ict__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/page01/clinic/PC/clinic_25pc.jpg) no-repeat;
    width: 500%;
    height: 528px;
    border-radius: 10px 0px 0px 10px;
    opacity: 0.6;
    top: -90px;
    left: 370px;
    z-index: -1;
    background-size: contain;
  }
  #page01 .ict__wrapper .img {
    width: 710px;
    height: 439px;
    margin: 0 auto 0 0;
  }
  #page01 .ict__wrapper .img img {
    border-radius: 30px;
  }
  #page01 .ict__title {
    width: 544px;
    height: 330px;
    margin: 0;
    border-radius: 40px;
    top: 50px;
    left: -60px;
    padding: 50px 60px 0;
  }
  #page01 .ict__title .copy {
    margin-bottom: 20px;
  }
  #page01 .ict__title .copy p {
    font: normal normal 500 28px/42px "Zen Maru Gothic", sans-serif;
    letter-spacing: 2.24px;
  }
  #page01 .ict__title .text p {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
}

/*# sourceMappingURL=page01.css.map */
