@charset "UTF-8";
/* CSS Document */
/*
 * Top Page Styles
 * ==========================================
 * This file imports styles for top/front page
 *
 * Structure:
 * 1. Config - Variables and Mixins
 * 2. Base - Global styles and utilities
 * 3. Sections - Common reset, Front page
 */
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*/
#top {
  padding-top: 65px;
}
#top .mv {
  width: 94vw;
  padding: 0;
  position: relative;
  margin: 0 0 45px auto;
}
#top .mv .slider {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  border-radius: 40px 0 0 40px;
}
#top .mv .slider div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: slide-fade;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  transform: scale(1.5);
}
@keyframes slide-fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: scale(1); /* ここで画像サイズを1に戻す */
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
#top .mv .slider div:first-of-type {
  background-image: url(../images/top/mv/SMP/karigazou_2000x1084.jpg);
}
#top .mv .slider div:nth-of-type(2) {
  background-image: url(../images/top/mv/SMP/karigazou_2000x1084.jpg);
  animation-delay: 5s; /* 秒数を変更 */
}
#top .mv .slider div:last-of-type {
  background-image: url(../images/top/mv/SMP/karigazou_2000x1084.jpg);
  animation-delay: 10s; /* 秒数を変更 */
}
#top .mv .copy {
  width: 320px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#top .mv .copy h2 {
  text-align: left;
  font: normal normal 500 23px/33px "Zen Maru Gothic", sans-serif;
  letter-spacing: 2.3px;
  color: #FFFFFF;
  text-shadow: 0px 0px 15px #006CA5;
  margin-bottom: 10px;
}
#top .mv .copy .text {
  text-align: left;
  font: normal normal medium 15px/22px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.75px;
  color: #FFFFFF;
  text-shadow: 0px 0px 15px #006CA5;
}
#top .info {
  width: 345px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
#top .info .info-area {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  margin-top: -15px;
  overflow: hidden;
}
#top .info .info-area .info-list {
  overflow: hidden;
}
#top .info .info-area .info-list .slick-slide {
  width: 355px;
}
#top .info .info-area .info-list .info-item a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#top .info .info-area .info-list .info-item a .time time {
  display: inline-block;
  height: 27.5px;
  background: #69B9E3 0% 0% no-repeat padding-box;
  border-radius: 100px;
  text-align: left;
  font: normal normal 500 14px/27px "Montserrat", sans-serif;
  letter-spacing: 1.12px;
  color: #FFFFFF;
  padding: 0 15px;
  margin-bottom: 10px;
}
#top .info .info-area .info-list .info-item a .info-title .text-wrapper {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5C5C5C;
}
#top .info .info-area .info-list .info-item a .info-title .text {
  width: 292px;
  text-align: left;
  font: normal normal normal 15px/15px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.45px;
  color: #5C5C5C;
  display: block;
  transition: all 0.3s ease;
}
#top .info .info-area .info-list.info-slider {
  position: relative;
}
#top .info .info-area .info-list.info-slider .prev,
#top .info .info-area .info-list.info-slider .next {
  position: absolute;
  bottom: -6px;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 12.5px;
}
#top .info .info-area .info-list.info-slider .prev:before,
#top .info .info-area .info-list.info-slider .next:before {
  display: block;
  content: "";
  width: 10px;
  height: 12.5px;
  background-color: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
#top .info .info-area .info-list.info-slider .prev {
  right: 42px;
  background: url(../images/top/mv/PC/left_blue.png) no-repeat;
  background-size: contain;
  z-index: 50;
}
#top .info .info-area .info-list.info-slider .next {
  right: 10px;
  background: url(../images/top/mv/PC/right_blue.png) no-repeat;
  background-size: contain;
  z-index: 50;
}
#top .info .info-area .info-list.info-slider .slick-list {
  width: 355px;
}
#top .hours {
  padding: 45px 0 0;
}
#top .feature__wrapper {
  width: 328px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 47px;
}
#top .feature__title .icon {
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
}
#top .feature__title .icon .foam {
  position: absolute;
  inset: 0;
  top: 0px;
  left: 0%;
}
#top .feature__title .icon .foam .foam__box {
  position: absolute;
  width: 20%;
  height: auto;
  z-index: 1;
}
#top .feature__title .icon .foam .foam__box img {
  width: 100%;
  height: 100%;
}
#top .feature__title .icon .foam .foam__box__a {
  top: 20px;
  left: 50%;
  transform: translateX(-98%);
  width: 30px;
}
#top .feature__title .icon .foam .foam__box__b {
  top: 25px;
  left: 50%;
  transform: translateX(5px);
  width: 23.5px;
}
#top .feature__title .icon .foam .bubble {
  position: relative;
  aspect-ratio: 1;
}
#top .feature__title {
  position: relative;
}
#top .feature__title .sec-title {
  text-align: center;
}
#top .feature__title .sec-title .honda {
  text-align: center;
  font: normal normal 500 16px/23px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.6px;
  color: #444444;
}
#top .feature__title .sec-title .ja .num {
  font: normal normal 600 38px/38px "Montserrat", sans-serif;
  letter-spacing: 5px;
  color: #48AADD;
}
#top .feature__title .sec-title {
  margin-bottom: 30px;
}
#top .feature .exp {
  font: normal normal normal 15px/24px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
}
#top .feature__item .img {
  width: 250px;
  height: 167px;
  margin: 0 auto 15px;
  position: relative;
}
#top .feature__item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
#top .feature__item .img .num {
  font-size: 43px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  line-height: 31px;
  font-weight: bold;
  background: linear-gradient(180deg, #B4E0F2 0%, #F0F6F8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: absolute;
  top: -17px;
  right: 20px;
}
#top .feature__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: 15px;
}
#top .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;
}
#top .menu {
  background: linear-gradient(135deg, #F0F6F8, #D4EEF8);
  background-size: 200% 200%;
  animation: Grad 5s ease infinite;
  position: relative;
  padding: 14.5vw 0;
}
#top .menu::before, #top .menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 6.9vw;
  left: 0;
}
#top .menu::before {
  background: url(../images/top/menu/SMP/haikei1smp.png) no-repeat;
  background-size: contain;
  top: 0;
}
#top .menu::after {
  background: url(../images/top/menu/SMP/haikei2smp.png) no-repeat;
  background-size: contain;
  bottom: -2px;
}
@keyframes Grad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#top .menu__wrapper .sec-title {
  margin-bottom: 30px;
}
#top .menu__wrapper .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#top .menu__wrapper .list .item {
  width: 358px;
  margin: 0 auto;
  padding: 27px 55px 25px 22px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
}
#top .menu__wrapper .list .item .item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#top .menu__wrapper .list .item__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
#top .menu__wrapper .list .item__header .img {
  width: 55px;
}
#top .menu__wrapper .list .item__header .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top .menu__wrapper .list .item__header .title {
  text-align: left;
  font: normal normal 500 18px/15px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.44px;
  color: #48AADD;
}
#top .menu__wrapper .list .item__header .title .small {
  text-align: left;
  font: normal normal 500 15px/24px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.2px;
}
#top .menu__wrapper .list .item .content p {
  text-align: left;
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
}
#top .menu__wrapper .list .item button {
  display: block;
  width: 32px;
  height: 32px;
  background: #48AADD 0% 0% no-repeat padding-box;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  border: none;
}
#top .menu__wrapper .list .item button::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 12px;
  background: url(../images/top/menu/PC/right_white.png) no-repeat;
  background-size: contain;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
}
#top .clinic .img-area {
  width: 100%;
  max-width: 400px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
#top .clinic .img-area img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top .clinic .img-area .img01 {
  width: 200px;
  height: 148px;
}
#top .clinic .img-area .img02 {
  width: 87px;
  height: 87px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-30%);
}
#top .clinic .img-area .img03 {
  width: 90px;
  height: 120px;
  position: absolute;
  bottom: 28px;
  transform: translateX(-30%);
  right: -25px;
}
#top .clinic .content {
  width: 312px;
  margin: 0 auto;
}
#top .clinic .content .sec-title {
  margin-bottom: 20px;
}
#top .clinic .content .sec-title .en, #top .clinic .content .sec-title .ja {
  text-align: left;
}
#top .clinic .content .copy {
  margin-bottom: 15px;
}
#top .clinic .content .copy p {
  text-align: left;
  font: normal normal 500 18px/28px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.44px;
  color: #48AADD;
}
#top .clinic .content .text {
  margin-bottom: 20px;
}
#top .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;
}
#top .staff {
  padding-top: 0;
}
#top .staff__wrapper > .img {
  width: 100%;
  max-width: 400px;
  height: 212px;
  margin: 0 auto;
}
#top .staff__wrapper > .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
}
#top .staff__wrapper .content__wrapper {
  width: 350px;
  margin: -30px auto 0;
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 26px 0;
  position: relative;
}
#top .staff__wrapper .content__wrapper .sec-title {
  margin-bottom: 30px;
}
#top .staff__wrapper .content__wrapper .copy {
  margin-bottom: 15px;
}
#top .staff__wrapper .content__wrapper .copy p {
  text-align: left;
  font: normal normal 500 18px/28px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.44px;
  color: #48AADD;
}
#top .staff__wrapper .content__wrapper .text {
  margin-bottom: 20px;
}
#top .staff__wrapper .content__wrapper .text p {
  text-align: left;
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
}
#top .first {
  padding: 0;
}
#top .first .img {
  display: block;
  width: 292.5px;
  margin: 0 auto;
}
#top .first .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top .column__wrapper .title {
  margin-bottom: 30px;
}
#top .column__wrapper .list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
#top .column__wrapper .list .item {
  width: 350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
#top .column__wrapper .list .item .item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#top .column__wrapper .list .item .img {
  width: 75px;
  height: 75px;
}
#top .column__wrapper .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
#top .column__wrapper .list .item .content {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#top .column__wrapper .list .item .content__head {
  display: flex;
  align-items: center;
  gap: 15px;
}
#top .column__wrapper .list .item .content__head time {
  text-align: left;
  font: normal normal normal 13.5px/23px "Montserrat", sans-serif;
  letter-spacing: 1.08px;
  color: #919191;
}
#top .column__wrapper .list .item .content__head .cat {
  text-align: left;
  font: normal normal 500 13.5px/23px Zen Kaku Gothic New;
  letter-spacing: 0.4px;
  color: #48AADD;
}
#top .column__wrapper .list .item .content__title h3 span {
  text-align: left;
  font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.6px;
  color: #5C5C5C;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*PC*/
@media only screen and (min-width: 1025px) {
  #top {
    padding-top: 210px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  #top {
    padding-top: 75px;
  }
}
@media only screen and (min-width: 1025px) {
  #top .top__wrapper {
    position: relative;
  }
  #top .mv {
    width: 92vw;
    padding: 0;
    position: relative;
    margin: 0 auto;
  }
  #top .mv .slider {
    width: 100%;
    height: calc(100vh - 210px);
    overflow: hidden;
    position: relative;
    max-width: 100%;
    border-radius: 80px;
  }
  #top .mv .copy {
    width: 706px;
    bottom: 140px;
    left: 70px;
    transform: translateX(0);
  }
  #top .mv .copy h2 {
    font: normal normal 500 40px/55px "Zen Maru Gothic", sans-serif;
    letter-spacing: 4px;
    text-shadow: 0px 0px 30px #006CA5;
    margin-bottom: 20px;
  }
  #top .mv .copy .text {
    font: normal normal 500 20px/30px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 1px;
    text-shadow: 0px 0px 30px #006CA5;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1350px) {
  #top .mv .copy {
    left: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  #top .info {
    width: 570px;
    position: relative;
    top: -80px;
    z-index: 10;
    width: 92%;
    left: calc(4% + 70px);
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1350px) {
  #top .info {
    left: calc(4% + 30px);
  }
}
@media only screen and (min-width: 1025px) {
  #top .info .info-area {
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
    margin-top: -15px;
    overflow: hidden;
  }
  #top .info .info-area .info-list {
    overflow: hidden;
  }
  #top .info .info-area .info-list .slick-slide {
    width: 570px;
  }
  #top .info .info-area .info-list .info-item {
    overflow: hidden;
  }
  #top .info .info-area .info-list .info-item a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #top .info .info-area .info-list .info-item a .time time {
    width: 130px;
    height: 43px;
    border-radius: 100px 0 0 100px;
    font: normal normal 500 16px/43px "Montserrat", sans-serif;
    letter-spacing: 1.28px;
    margin-bottom: 0px;
    padding-left: 20px;
  }
  #top .info .info-area .info-list .info-item a .info-title {
    width: 440px;
    background-color: #fff;
    border-radius: 0 100px 100px 0;
    padding-left: 25px;
  }
  #top .info .info-area .info-list .info-item a .info-title .text-wrapper {
    width: 349px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #top .info .info-area .info-list .info-item a .info-title .text {
    font: normal normal normal 16px/41px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
    display: inline;
    border-bottom: solid 1px transparent;
    transition: all 0.3s ease;
    position: relative;
  }
  #top .info .info-area .info-list .info-item a .info-title:hover .text {
    border-bottom: solid 1px #444;
  }
  #top .info .info-area .info-list.info-slider {
    position: relative;
  }
  #top .info .info-area .info-list.info-slider .prev,
  #top .info .info-area .info-list.info-slider .next {
    bottom: 16px;
    width: 8px;
    height: 10px;
  }
  #top .info .info-area .info-list.info-slider .prev:before,
  #top .info .info-area .info-list.info-slider .next:before {
    width: 8px;
    height: 10px;
  }
  #top .info .info-area .info-list.info-slider .prev:hover,
  #top .info .info-area .info-list.info-slider .next:hover {
    cursor: pointer;
  }
  #top .info .info-area .info-list.info-slider .prev {
    right: 55px;
    background: url(../images/top/mv/PC/left_blue.png) no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
  }
  #top .info .info-area .info-list.info-slider .prev:hover {
    background: url(../images/top/mv/PC/left_white2.png) no-repeat;
    background-size: contain;
  }
  #top .info .info-area .info-list.info-slider .next {
    right: 30px;
    background: url(../images/top/mv/PC/right_blue.png) no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
  }
  #top .info .info-area .info-list.info-slider .next:hover {
    background: url(../images/top/mv/PC/right_white2.png) no-repeat;
    background-size: contain;
  }
  #top .info .info-area .info-list.info-slider .slick-list {
    width: 570px;
  }
  #top .hours {
    padding: 50px 0 0 55px;
    background-color: #fff;
    border-radius: 40px 0px 0px 0px;
    position: absolute;
    bottom: -15px;
    right: 3.8%;
    z-index: 50;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1350px) {
  #top .hours {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  #top .feature {
    padding-top: 116px;
  }
  #top .feature__wrapper {
    width: 100%;
    max-width: 1230px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 55px 42px;
  }
  #top .feature__title {
    width: 382px;
  }
  #top .feature__title .icon {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
  }
  #top .feature__title .icon .foam {
    position: absolute;
    inset: 0;
    top: 0px;
    left: 0%;
  }
  #top .feature__title .icon .foam .foam__box {
    position: absolute;
    width: 20%;
    height: auto;
    z-index: 1;
  }
  #top .feature__title .icon .foam .foam__box img {
    width: 100%;
    height: 100%;
  }
  #top .feature__title .icon .foam .foam__box__a {
    width: 40px;
    height: 55px;
    transform: translateX(-98%);
    width: 30px;
  }
  #top .feature__title .icon .foam .foam__box__b {
    width: 27px;
    height: 27px;
    transform: translateX(5px);
    width: 23.5px;
  }
  #top .feature__title .icon .foam .bubble {
    position: relative;
    aspect-ratio: 1;
  }
  #top .feature__title {
    position: relative;
  }
  #top .feature__title .sec-title {
    text-align: center;
  }
  #top .feature__title .sec-title .honda {
    font: normal normal 500 22px/34px "Zen Maru Gothic", sans-serif;
    letter-spacing: 2.2px;
  }
  #top .feature__title .sec-title .ja .num {
    font: normal normal 600 56px/68px "Montserrat", sans-serif;
    letter-spacing: 5px;
    color: #48AADD;
  }
  #top .feature__title .sec-title {
    margin-bottom: 40px;
  }
  #top .feature .exp {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
    width: 347px;
    margin: 0 auto;
  }
  #top .feature__item {
    width: 382px;
  }
  #top .feature__item:nth-child(1) {
    --delay: 0s;
  }
  #top .feature__item:nth-child(2) {
    --delay: 0.2s;
  }
  #top .feature__item:nth-child(3) {
    --delay: 0.4s;
  }
  #top .feature__item:nth-child(4) {
    --delay: 0.6s;
  }
  #top .feature__item:nth-child(5) {
    --delay: 0.8s;
  }
  #top .feature__item:nth-child(6) {
    --delay: 1s;
  }
  #top .feature__item:nth-child(7) {
    --delay: 1.2s;
  }
  #top .feature__item:nth-child(8) {
    --delay: 1.4s;
  }
  #top .feature__item:nth-child(9) {
    --delay: 1.6s;
  }
  #top .feature__item:nth-child(10) {
    --delay: 1.8s;
  }
  #top .feature__item:nth-child(11) {
    --delay: 2s;
  }
  #top .feature__item .img {
    width: 350px;
    height: 233px;
    margin: 0 auto 20px;
  }
  #top .feature__item .img img {
    border-radius: 30px;
  }
  #top .feature__item .img .num {
    font-size: 56px;
    line-height: 41px;
    font-weight: bold;
    position: absolute;
    top: -25px;
    right: 25px;
  }
  #top .feature__item .title {
    width: 346px;
    padding-bottom: 7.5px;
    font: normal normal 500 22px/30px "Zen Maru Gothic", sans-serif;
    letter-spacing: 1.1px;
    margin: 0 auto 20px;
    padding-bottom: 15px;
    white-space: nowrap;
  }
  #top .feature__item .title span {
    position: relative;
    left: -17px;
  }
  #top .feature__item .content {
    width: 350px;
    margin: 0 auto;
  }
  #top .feature__item .content p {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  #top .menu {
    background: linear-gradient(135deg, #F0F6F8, #D4EEF8);
    background-size: 200% 200%;
    animation: Grad 5s ease infinite;
    padding: 155px 0;
  }
  #top .menu::before, #top .menu::after {
    height: 6.3vw;
    left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  #top .menu::before, #top .menu::after {
    height: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  #top .menu::before {
    background: url(../images/top/menu/PC/haikei1pc.png) no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  #top .menu::before {
    background-size: contain;
  }
}
@media only screen and (min-width: 1025px) {
  #top .menu::after {
    background: url(../images/top/menu/PC/haikei2pc.png) no-repeat;
    background-size: cover;
    bottom: 0;
    box-shadow: 0 30px 0 #fff;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  #top .menu::after {
    background-size: contain;
  }
}
@media only screen and (min-width: 1025px) {
  @keyframes Grad {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  #top .menu__wrapper .sec-title {
    margin-bottom: 40px;
  }
  #top .menu__wrapper .sec-title .ja {
    line-height: 52px;
  }
  #top .menu__wrapper .list {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
  #top .menu__wrapper .list .item {
    width: 403px;
    margin: 0;
    padding: 30px 65px 30px 30px;
    border-radius: 30px;
    border: 5px solid transparent;
    transition: all 0.4s ease;
  }
  #top .menu__wrapper .list .item__header {
    gap: 10px;
    margin-bottom: 10px;
    align-items: start;
  }
  #top .menu__wrapper .list .item__header .img {
    width: 50px;
  }
  #top .menu__wrapper .list .item__header .title {
    font: normal normal 500 24px/26px "Zen Maru Gothic", sans-serif;
    letter-spacing: 1.92px;
  }
  #top .menu__wrapper .list .item__header .title .small {
    font: normal normal 500 20px/26px "Zen Maru Gothic", sans-serif;
    letter-spacing: 1.6px;
    white-space: nowrap;
  }
  #top .menu__wrapper .list .item .content p {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  #top .menu__wrapper .list .item button {
    width: 35px;
    height: 35px;
    right: 20px;
    border: 1px solid transparent;
    transition: all 0.4s ease;
  }
  #top .menu__wrapper .list .item button::before {
    width: 8px;
    height: 10px;
    transition: all 0.4s ease;
  }
  #top .menu__wrapper .list .item:hover {
    cursor: pointer;
    background: #F0F6F8 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 30px rgba(0, 108, 165, 0.2549019608);
    border: 5px solid #48AADD;
    scale: 1.1;
  }
  #top .menu__wrapper .list .item:hover button {
    background: #fff 0% 0% no-repeat padding-box;
    border: 1px solid #48AADD;
  }
  #top .menu__wrapper .list .item:hover button::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/top/menu/PC/right_blue.png) no-repeat;
    background-size: contain;
  }
  #top .clinic {
    padding: 90px 0 160px;
    position: relative;
  }
  #top .clinic__wrapper {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
  }
  #top .clinic .img-area {
    display: none;
  }
  #top .clinic .content {
    width: 400px;
    padding: 0;
    margin: 0 0 0 760px;
    position: relative;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 14990px) {
  #top .clinic .content {
    margin: 0 0 0 50%;
  }
}
@media only screen and (min-width: 1025px) {
  #top .clinic .content .sec-title {
    margin-bottom: 30px;
  }
  #top .clinic .content .sec-title .en {
    margin-bottom: 5px;
  }
  #top .clinic .content .sec-title .ja {
    line-height: 52px;
  }
  #top .clinic .content .copy {
    margin-bottom: 30px;
  }
  #top .clinic .content .copy p {
    font: normal normal 500 26px/38px "Zen Maru Gothic", sans-serif;
    letter-spacing: 2.08px;
  }
  #top .clinic .content .text {
    margin-bottom: 30px;
  }
  #top .clinic .content .text p {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  #top .clinic .content .btn-area {
    position: relative;
  }
  #top .clinic .content .btn-area::before {
    content: "";
    display: block;
    position: absolute;
    width: 210px;
    height: 210px;
    border-radius: 30px;
    background: url(../images/top/clinic/PC/karigazou_500x504.jpg) no-repeat;
    object-fit: cover;
    bottom: -75px;
    left: -300px;
  }
  #top .clinic .content::before {
    content: "";
    display: block;
    position: absolute;
    width: 550px;
    height: 408px;
    border-radius: 30px;
    background: url(../images/top/clinic/PC/karigazou_1000x741.jpg) no-repeat;
    object-fit: cover;
    bottom: inherit;
    top: -30px;
    left: -730px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1499px) {
  #top .clinic .content::before {
    left: calc(-550px - 39%);
  }
}
@media only screen and (min-width: 1025px) {
  #top .clinic .content::after {
    content: "";
    display: block;
    position: absolute;
    width: 250px;
    height: 334px;
    border-radius: 30px;
    background: url(../images/top/clinic/PC/karigazou_500x666.jpg) no-repeat;
    object-fit: cover;
    bottom: 50px;
    right: -316px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1499px) {
  #top .clinic .content::after {
    right: calc(-316px + 8%);
  }
}
@media only screen and (min-width: 1025px) {
  #top .staff {
    padding-top: 0;
  }
  #top .staff__wrapper > .img {
    width: 100%;
    max-width: 1150px;
    height: 610px;
    margin: 0 auto;
  }
  #top .staff__wrapper > .img img {
    border-radius: 50px;
  }
  #top .staff__wrapper .content {
    width: 100%;
    max-width: 1150px;
    margin: -260px auto 0;
  }
  #top .staff__wrapper .content__wrapper {
    width: 733px;
    margin: 0;
    border-radius: 0px 40px 0px 0px;
    padding: 56px 70px 0 100px;
    position: relative;
  }
  #top .staff__wrapper .content__wrapper .sec-title {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 30px;
    position: absolute;
    top: 56px;
    left: 0;
  }
  #top .staff__wrapper .content__wrapper .sec-title .ja, #top .staff__wrapper .content__wrapper .sec-title .en {
    writing-mode: vertical-lr;
  }
  #top .staff__wrapper .content__wrapper .sec-title .ja {
    font: normal normal 500 24px/29px "Zen Maru Gothic", sans-serif;
    letter-spacing: 6px;
  }
  #top .staff__wrapper .content__wrapper .sec-title .en {
    font: normal normal 600 18px/20px "Montserrat", sans-serif;
    letter-spacing: 1.8px;
  }
  #top .staff__wrapper .content__wrapper .copy {
    margin-bottom: 30px;
  }
  #top .staff__wrapper .content__wrapper .copy p {
    font: normal normal 500 26px/38px "Zen Maru Gothic", sans-serif;
    letter-spacing: 2.08px;
  }
  #top .staff__wrapper .content__wrapper .text {
    margin-bottom: 30px;
  }
  #top .staff__wrapper .content__wrapper .text p {
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  #top .first .img {
    width: 564px;
    transition: 0.4s;
  }
  #top .first .img:hover {
    cursor: pointer;
    transform: translateY(-20px);
  }
  #top .column__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1083px;
    margin: 0 auto;
  }
  #top .column__wrapper .title {
    margin-bottom: 40px;
  }
  #top .column__wrapper .title .sec-title {
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
    gap: 5px;
    margin-bottom: 40px;
  }
  #top .column__wrapper .title .sec-title .en {
    margin-bottom: 5px;
  }
  #top .column__wrapper .list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 0px;
  }
  #top .column__wrapper .list .item {
    width: 663px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  #top .column__wrapper .list .item .img {
    width: 90px;
    height: 90px;
  }
  #top .column__wrapper .list .item .img img {
    border-radius: 10px;
    transition: all 0.5s ease;
  }
  #top .column__wrapper .list .item .content {
    width: 543px;
    gap: 5px;
  }
  #top .column__wrapper .list .item .content__head {
    gap: 30px;
  }
  #top .column__wrapper .list .item .content__head time {
    font: normal normal normal 16px/20px "Montserrat", sans-serif;
    letter-spacing: 1.28px;
  }
  #top .column__wrapper .list .item .content__head .cat {
    font: normal normal 500 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
  }
  #top .column__wrapper .list .item .content__title h3 .text-wrapper {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #top .column__wrapper .list .item .content__title h3 .text {
    text-align: left;
    font: normal normal normal 15px/23px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.6px;
    color: #5C5C5C;
    display: inline;
    border-bottom: solid 1px transparent;
    transition: all 0.5s ease;
    box-shadow: inset 0 -1px 0 transparent;
  }
  #top .column__wrapper .list .item:hover {
    cursor: pointer;
  }
  #top .column__wrapper .list .item:hover .img img {
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 108, 165, 0.16);
  }
  #top .column__wrapper .list .item:hover .content__title h3 .text {
    border-bottom: solid 1px #444;
  }
}

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