@charset "UTF-8";
/* CSS Document */
/*
 * Header & Footer Styles
 * ==========================================
 * This file imports styles for header and footer
 *
 * Structure:
 * 1. Config - Variables and Mixins
 * 2. Sections - Common reset, Header, Footer
 */
/*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;
  }
}

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 {
  width: 100%;
  height: 210px;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s ease;
}
#header .header-wrapper {
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
#header .header-wrapper .top-menu {
  width: 100%;
  max-width: 1380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px auto 0;
  padding-right: 40px;
  transition: all 0.3s ease;
  opacity: 1;
  overflow: hidden;
}
@media screen and (max-width: 1379px) {
  #header .header-wrapper .top-menu {
    width: 92%;
  }
}
#header .header-wrapper .top-menu .logo {
  display: flex;
  gap: 12px;
}
#header .header-wrapper .top-menu .logo h1 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 104px;
  gap: 20px;
}
#header .header-wrapper .top-menu .logo h1 a {
  display: block;
  width: 290px;
  height: 104px;
}
#header .header-wrapper .top-menu .logo h1 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}
#header .header-wrapper .top-menu .logo h1 span {
  font: normal normal medium 14px/24px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1.4px;
  color: #717171;
}
#header .header-wrapper .top-menu .logo h1 span .break {
  display: none;
}
@media screen and (max-width: 1379px) {
  #header .header-wrapper .top-menu .logo h1 span .break {
    display: block;
  }
}
#header .header-wrapper .top-menu .logo h1:hover a img {
  opacity: 0.5;
}
#header .header-wrapper .top-menu .contact {
  display: grid;
  grid-template-columns: 235px 275px;
  grid-template-areas: "a b" "c c";
}
#header .header-wrapper .top-menu .contact .cta-area {
  display: flex;
}
#header .header-wrapper .top-menu .contact .cta-area .btn-text {
  display: block;
  width: 283px;
  margin: 0 auto;
}
#header .header-wrapper .top-menu .contact .cta-area.tel {
  display: flex;
  grid-area: a;
}
#header .header-wrapper .top-menu .contact .cta-area.tel .btn-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: start;
  width: 235px;
  flex-direction: row;
  flex: none;
  height: 50px;
  gap: 5px;
  margin: 0 auto;
  border: none;
}
#header .header-wrapper .top-menu .contact .cta-area.tel .btn-text .btn-copy span {
  text-align: center;
  font: normal normal 500 26px/20px "Montserrat", sans-serif;
  letter-spacing: 1.3px;
  color: #48AADD;
  display: inline-block;
  margin-top: 2px;
}
#header .header-wrapper .top-menu .contact .cta-area.tel .btn-text .img {
  display: inline-block;
  background: url(../images/hf/SMP/tel_blue.png) no-repeat;
  background-size: contain;
  width: 17px;
  height: 22px;
}
#header .header-wrapper .top-menu .contact .cta-area.contact {
  width: 275px;
  display: flex;
  grid-area: b;
}
#header .header-wrapper .top-menu .contact .cta-area.contact .btn-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 275px;
  flex-direction: row;
  flex: none;
  height: 47px;
  background: #48AADD 0% 0% no-repeat padding-box;
  border: solid 1px #48AADD;
  border-radius: 5px;
  gap: 10px;
  margin: 0 auto;
  transition: all 0.4s ease;
}
#header .header-wrapper .top-menu .contact .cta-area.contact .btn-text .btn-copy {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header-wrapper .top-menu .contact .cta-area.contact .btn-text .btn-copy span {
  text-align: center;
  font: normal normal bold 17px/20px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1.7px;
  color: #FFFFFF;
  transition: all 0.4s ease;
}
#header .header-wrapper .top-menu .contact .cta-area.contact .btn-text .img {
  display: inline-block;
  background: url(../images/hf/SMP/24web_white.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  transition: all 0.4s ease;
}
#header .header-wrapper .top-menu .contact .cta-area.contact .btn-text.column {
  padding-left: 20px;
  padding-right: 30px;
}
#header .header-wrapper .top-menu .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;
}
#header .header-wrapper .top-menu .contact .cta-area.contact .btn-text.map {
  height: 30px;
  border: solid 1px #48AADD;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 20px;
}
#header .header-wrapper .top-menu .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;
}
#header .header-wrapper .top-menu .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;
}
#header .header-wrapper .top-menu .contact .cta-area.contact .btn-text:hover {
  background: #fff 0% 0% no-repeat padding-box;
  border: solid 1px #48AADD;
}
#header .header-wrapper .top-menu .contact .cta-area.contact .btn-text:hover .btn-copy span {
  color: #48AADD;
}
#header .header-wrapper .top-menu .contact .cta-area.contact .btn-text:hover .img {
  background: url(../images/hf/PC/24web_blue.png) no-repeat;
  background-size: contain;
}
#header .header-wrapper .top-menu .contact .notion {
  width: 100%;
  padding-left: 15px;
  position: relative;
  margin: 10px 0 0;
  padding-top: 10px;
  grid-area: c;
  border-top: dotted 1px #48AADD;
  display: flex;
  justify-content: center;
}
#header .header-wrapper .top-menu .contact .notion p {
  text-align: left;
  font: normal normal normal 13px/17px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.65px;
  color: #5C5C5C;
}
#header .header-wrapper .top-menu .contact .notion::before {
  content: "";
  display: block;
  position: absolute;
  content: "※";
  text-align: left;
  font: normal normal normal 13px/17px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.65px;
  color: #5C5C5C;
  top: 11px;
  left: 50px;
}
#header .header-wrapper .pc-menu-list {
  width: 1280px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: margin 0.3s ease;
}
#header .header-wrapper .pc-menu-list .menu {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: color 0.2s ease;
  letter-spacing: 0.01em;
  border-bottom: solid 3px transparent;
  transition: all 0.2s ease;
  text-align: center;
  position: relative;
}
#header .header-wrapper .pc-menu-list .menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #89C7E8;
  top: 50%;
  transform: translateY(-50%);
  right: -63px;
  rotate: 20deg;
}
#header .header-wrapper .pc-menu-list .menu:last-child::after {
  display: none;
}
#header .header-wrapper .pc-menu-list .menu a .ja {
  display: block;
  text-align: center;
  font: normal normal 500 18px/26px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.8px;
  color: #444444;
}
#header .header-wrapper .pc-menu-list .menu a .en {
  text-align: center;
  font: normal normal 600 13px/20px Montserrat;
  letter-spacing: 1.3px;
  color: #89C7E8;
}
#header .header-wrapper .pc-menu-list .menu:before {
  content: "";
  display: block;
  opacity: 0;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background-color: #89C7E8;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease;
}
#header .header-wrapper .pc-menu-list .menu:hover {
  position: relative;
}
#header .header-wrapper .pc-menu-list .menu:hover a {
  color: #FD7F06;
}
#header .header-wrapper .pc-menu-list .menu:hover:before {
  opacity: 1;
  width: 7px;
  height: 7px;
}
#header .header-wrapper .pc-menu-list .menu:first-child {
  margin-left: 0;
}
#header .header-wrapper .scrolled-menu {
  opacity: 0;
  height: 0;
  transition: margin 0.3s ease;
}
#header .header-wrapper .header_hamburger {
  display: none;
}
#header .child-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease, top 0.3s ease;
  width: 100%;
  background: rgba(212, 238, 248, 0.95) 0% 0% no-repeat padding-box;
  padding: 60px 0;
  z-index: 200;
  position: absolute;
  top: 210px;
  flex-direction: row;
  transition: all 0.3s ease;
}
#header .child-menu__wrapper {
  width: 1070px;
  margin: 0 auto;
  display: flex;
}
#header .child-menu__wrapper .child-menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#header .child-menu__wrapper .child-menu-list .menu {
  display: block;
  align-items: center;
}
#header .child-menu__wrapper .child-menu-list .menu a {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 341px;
  box-shadow: 0px 0px 30px rgba(0, 108, 165, 0.1607843137);
  border-radius: 10px;
  padding: 20px 25px;
  gap: 10px;
  position: relative;
  transition: all 0.4s ease;
  border: 4px solid transparent;
}
#header .child-menu__wrapper .child-menu-list .menu a img {
  width: 50px;
  height: 40px;
  object-fit: contain;
}
#header .child-menu__wrapper .child-menu-list .menu a p {
  text-align: left;
  font: normal normal 500 20px/26px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.6px;
  color: #48AADD;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header .child-menu__wrapper .child-menu-list .menu a p .small {
  text-align: left;
  font: normal normal 100 16px/26px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.28px;
  color: #48AADD;
}
#header .child-menu__wrapper .child-menu-list .menu a 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: 20px;
  border: solid 1px transparent;
  transition: all 0.4s ease;
}
#header .child-menu__wrapper .child-menu-list .menu a 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%);
  transition: all 0.4s ease;
}
#header .child-menu__wrapper .child-menu-list .menu:hover a {
  background: #F0F6F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px rgba(0, 108, 165, 0.1607843137);
  border: 4px solid #48AADD;
  transform: scale(1.1, 1.1);
}
#header .child-menu__wrapper .child-menu-list .menu:hover button {
  background: #fff 0% 0% no-repeat padding-box;
  border: solid 1px #48AADD;
}
#header .child-menu__wrapper .child-menu-list .menu:hover button::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/top/menu/PC/right_blue.png) no-repeat;
  background-size: contain;
}
#header .child-menu .flex {
  display: flex;
}
#header .child-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
#header .filter {
  display: none;
}
#header.is-scrolled {
  height: 100px;
}
#header.is-scrolled .header-wrapper {
  height: 100px;
}
#header.is-scrolled .header-wrapper .top-menu {
  opacity: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}
#header.is-scrolled .header-wrapper .pc-menu-list {
  opacity: 0;
  height: 0;
}
#header.is-scrolled .header-wrapper > .scrolled-menu {
  opacity: 1;
  height: auto;
  transition: margin 0.3s ease;
  width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .pc-menu-list {
  opacity: 1;
  height: auto;
  width: 860px;
  margin: 0 0 20px;
  justify-content: space-between;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .pc-menu-list .menu::after {
  right: -27px;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "a b" "c c";
}
#header.is-scrolled .header-wrapper > .scrolled-menu .contact .cta-area {
  display: flex;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .contact .cta-area .btn-text {
  display: block;
  width: unset;
  margin: 0 auto;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .contact .cta-area.tel {
  display: flex;
  grid-area: a;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .contact .cta-area.tel .btn-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex: none;
  height: 50px;
  gap: 5px;
  margin: 0 auto;
  border: none;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .contact .cta-area.tel .btn-text .btn-copy span {
  text-align: center;
  font: normal normal 500 20px/20px "Montserrat", sans-serif;
  letter-spacing: 1.3px;
  color: #48AADD;
  display: inline-block;
  margin-top: 2px;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .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: 18px;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .contact .cta-area.contact {
  width: 190px;
  display: flex;
  grid-area: b;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .contact .cta-area.contact .btn-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  flex-direction: row;
  flex: none;
  height: 47px;
  background: #48AADD 0% 0% no-repeat padding-box;
  border: solid 1px #48AADD;
  border-radius: 5px;
  gap: 7px;
  margin: 0 auto;
  transition: all 0.4s ease;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .contact .cta-area.contact .btn-text .btn-copy {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .contact .cta-area.contact .btn-text .btn-copy span {
  text-align: center;
  font: normal normal bold 17px/20px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1.7px;
  color: #FFFFFF;
  transition: all 0.4s ease;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .contact .cta-area.contact .btn-text .img {
  display: inline-block;
  background: url(../images/hf/SMP/24web_white.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  transition: all 0.4s ease;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .contact .cta-area.contact .btn-text.column {
  padding-left: 20px;
  padding-right: 30px;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .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;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .contact .cta-area.contact .btn-text.map {
  height: 30px;
  border: solid 1px #48AADD;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 20px;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .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;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .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;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .contact .cta-area.contact .btn-text:hover {
  background: #fff 0% 0% no-repeat padding-box;
  border: solid 1px #48AADD;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .contact .cta-area.contact .btn-text:hover .btn-copy span {
  color: #48AADD;
}
#header.is-scrolled .header-wrapper > .scrolled-menu .contact .cta-area.contact .btn-text:hover .img {
  background: url(../images/hf/PC/24web_blue.png) no-repeat;
  background-size: contain;
}
#header.is-scrolled .child-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease, top 0.3s ease;
  width: 100%;
  background: rgba(212, 238, 248, 0.95) 0% 0% no-repeat padding-box;
  padding: 60px 0;
  z-index: 200;
  position: absolute;
  top: 100px;
  flex-direction: row;
  transition: all 0.3s ease;
}
#header.is-scrolled .child-menu__wrapper {
  width: 1070px;
  margin: 0 auto;
  display: flex;
}
#header.is-scrolled .child-menu__wrapper .child-menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#header.is-scrolled .child-menu__wrapper .child-menu-list .menu {
  display: block;
  align-items: center;
}
#header.is-scrolled .child-menu__wrapper .child-menu-list .menu a {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 341px;
  box-shadow: 0px 0px 30px rgba(0, 108, 165, 0.1607843137);
  border-radius: 10px;
  padding: 20px 25px;
  gap: 10px;
  position: relative;
  transition: all 0.4s ease;
  border: 4px solid transparent;
}
#header.is-scrolled .child-menu__wrapper .child-menu-list .menu a img {
  width: 50px;
  height: 40px;
  object-fit: contain;
}
#header.is-scrolled .child-menu__wrapper .child-menu-list .menu a p {
  text-align: left;
  font: normal normal 500 20px/26px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.6px;
  color: #48AADD;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header.is-scrolled .child-menu__wrapper .child-menu-list .menu a p .small {
  text-align: left;
  font: normal normal 100 16px/26px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.28px;
  color: #48AADD;
}
#header.is-scrolled .child-menu__wrapper .child-menu-list .menu a 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: 20px;
  border: solid 1px transparent;
  transition: all 0.4s ease;
}
#header.is-scrolled .child-menu__wrapper .child-menu-list .menu a 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%);
  transition: all 0.4s ease;
}
#header.is-scrolled .child-menu__wrapper .child-menu-list .menu:hover a {
  background: #F0F6F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px rgba(0, 108, 165, 0.1607843137);
  border: 4px solid #48AADD;
  transform: scale(1.1, 1.1);
}
#header.is-scrolled .child-menu__wrapper .child-menu-list .menu:hover button {
  background: #fff 0% 0% no-repeat padding-box;
  border: solid 1px #48AADD;
}
#header.is-scrolled .child-menu__wrapper .child-menu-list .menu:hover button::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/top/menu/PC/right_blue.png) no-repeat;
  background-size: contain;
}
#header.is-scrolled .child-menu .flex {
  display: flex;
}
#header.is-scrolled .child-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

/*SMP*/
@media only screen and (max-width: 1279px) {
  #header {
    background-color: #fff !important;
    height: 65px;
  }
  #header .header-wrapper {
    width: 100%;
    height: 65px;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
  }
  #header .header-wrapper > .scrolled-menu {
    display: none;
    opacity: 0;
    height: 0;
  }
  #header .header-wrapper.is-scrolled .header-wrapper > .scrolled-menu {
    display: none;
    opacity: 0;
    height: 0;
  }
  #header .header-wrapper .top-menu {
    width: calc(100% - 65px);
    padding-left: 25px;
    margin-top: 0;
  }
  #header .header-wrapper .top-menu .logo h1 {
    height: 52px;
  }
  #header .header-wrapper .top-menu .logo h1 a {
    width: 145px;
    height: 52px;
  }
  #header .header-wrapper .top-menu .logo h1 span {
    display: none;
  }
  #header .header-wrapper .top-menu .contact {
    display: none;
  }
  #header .header-wrapper .top-menu .menu {
    display: none !important;
  }
  #header .header-wrapper .pc-menu-list {
    display: none !important;
  }
  #header .header-wrapper .header_hamburger {
    display: block;
    z-index: 200;
    width: 65px;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background: #69B9E3 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 10px;
  }
  #header .header-wrapper .header_hamburger .hamburger {
    width: 45px;
    height: 54px;
    border-radius: 2.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #header .header-wrapper .header_hamburger .hamburger .hamburger-line {
    display: block;
    transition: all 0.3s ease;
    content: "";
    width: 22.5px;
    height: 2.5px;
    background-color: #fff;
    margin: 2.5px 0;
  }
  #header .header-wrapper .header_hamburger .hamburger .hamburger-text {
    margin-top: 5px;
    display: block;
    position: relative;
  }
  #header .header-wrapper .header_hamburger .hamburger .hamburger-text::before {
    content: "";
    display: block;
    position: absolute;
    content: "MENU";
    text-align: center;
    font: normal normal 500 10px/10px "Montserrat", sans-serif;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open {
    background-color: #fff;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    background: #48AADD 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    background: #48AADD 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-text::before {
    content: "";
    display: block;
    position: absolute;
    content: "CLOSE";
    text-align: center;
    font: normal normal 500 10px/10px "Montserrat", sans-serif;
    letter-spacing: 0.5px;
    color: #48AADD;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #header .header-wrapper .header_hamburger.is-open {
    background-color: #fff;
  }
  #header .child-menu {
    display: none;
  }
  #header .filter {
    opacity: 0;
    display: none;
    width: 100%;
    height: 100dvh;
    background-color: #fff;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    overflow: scroll;
  }
  #header .filter .slide-nav {
    padding-top: 80px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #header .filter .slide-nav .flex-item .sec {
    width: 285px;
    margin: 0 auto;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title {
    color: #1E3C0D;
    padding: 20px 2.5px;
    letter-spacing: 0.1em;
    border-bottom: solid 1px #C2E0F0;
    position: relative;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title a {
    display: block;
    text-align: left;
    font: normal normal 500 17px/17px "Zen Maru Gothic", sans-serif;
    letter-spacing: 1.75px;
    color: #5C5C5C;
    position: relative;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title a::before {
    content: "";
    display: block;
    width: 10px;
    height: 12.5px;
    background: url(../images/hf/SMP/right_blue.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title.bb-none {
    border: none;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title.b-none.open {
    border: none;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title.hasChild a::before {
    width: 17.5px;
    height: 1.5px;
    background: #0089B0 0% 0% no-repeat padding-box;
    right: 2.5px;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title.hasChild a::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 1;
    width: 1.5px;
    height: 17.5px;
    background: #0089B0 0% 0% no-repeat padding-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10.5px;
    transition: all 0.3s ease;
  }
  #header .filter .slide-nav .flex-item .sec .menu-title.hasChild.open a::after {
    display: none;
    opacity: 0;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav {
    overflow: hidden;
    transition: height 0.4s ease;
    opacity: 0;
    height: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav .menu-title {
    display: block;
    margin: 15px 0;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav .menu-detail {
    font-size: 12px;
    position: relative;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav .menu-detail a {
    text-align: left;
    font: normal normal normal 15px/35px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.45px;
    color: #5C5C5C;
    transition: all 0.2s ease;
    white-space: nowrap;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav .menu-detail:last-child {
    margin-bottom: 15px;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav .nav-menu {
    position: relative;
  }
  #header .filter .slide-nav .flex-item .sec .slide-child-nav.open {
    opacity: 1;
    height: auto;
    border-bottom: solid 1px #C2E0F0;
  }
  #header .filter .slide-nav .flex-item .sec.bb-none {
    border-bottom: none;
  }
  #header .filter .contact {
    background: #F0F6F8 0% 0% no-repeat padding-box;
  }
  #header .filter.is-open {
    display: block;
    opacity: 1;
  }
  #header.is-scrolled .header-wrapper > .scrolled-menu {
    display: none;
  }
  #header.is-scrolled .header-wrapper {
    height: 65px;
  }
  #header.is-scrolled {
    height: 65px;
  }
  #header.is-scrolled .header-wrapper .top-menu {
    opacity: 1;
    height: 65px;
    margin: 0;
    pointer-events: visible;
    /* opacity: 0; */
    /* height: 0; */
    /* margin: 0; */
    /* pointer-events: none; */
  }
}
/*SMP*/
#footer {
  padding-top: 0px;
  position: relative;
}
#footer .footer-top {
  padding-bottom: 45px;
}
#footer .footer-top .right .logo {
  width: 205px;
  height: 73px;
  margin: 0 auto;
}
#footer .footer-top .right .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#footer .footer-top .right > .contact {
  padding-top: 30px;
}
#footer .footer-top .right .hours {
  padding: 30px 0;
}
#footer .footer-top .left .map-area {
  overflow: hidden;
  width: 350px;
  height: 200px;
  margin: 0 auto 10px;
}
#footer .footer-top .left .img-area {
  width: 350px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#footer .footer-top .left .img-area img {
  width: 170px;
  height: 109px;
  object-fit: cover;
  border-radius: 5px;
}
#footer .footer-bottom {
  width: 100%;
  padding: 0;
  background: #F0F6F8 0% 0% no-repeat padding-box;
  margin-top: 0;
}
#footer .footer-bottom__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer .footer-bottom__wrapper .footer-bottom__nav {
  position: relative;
}
#footer .footer-bottom__wrapper .slide-nav {
  padding-top: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec {
  width: 285px;
  margin: 0 auto;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title {
  color: #1E3C0D;
  padding: 20px 2.5px;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #C2E0F0;
  position: relative;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title a {
  display: block;
  text-align: left;
  font: normal normal 500 17px/17px "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.75px;
  color: #5C5C5C;
  position: relative;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title a::before {
  content: "";
  display: block;
  width: 10px;
  height: 12.5px;
  background: url(../images/hf/SMP/right_blue.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title.b-none.open {
  border: none;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title.hasChild a::before {
  display: none;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title.hasChild.open a::after {
  display: none;
  opacity: 0;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav {
  overflow: hidden;
  opacity: 1;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-title {
  display: block;
  margin: 15px 0;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail {
  font-size: 12px;
  position: relative;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail a {
  text-align: left;
  font: normal normal normal 15px/35px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.45px;
  color: #5C5C5C;
  border-bottom: solid 1px transparent;
  transition: all 0.2s ease;
  white-space: nowrap;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail:last-child {
  padding-bottom: 15px;
  border-bottom: solid 1px #C2E0F0;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .nav-menu {
  position: relative;
}
#footer .footer-bottom__wrapper .slide-nav .flex-item .sec.bb-none {
  border-bottom: none;
}
#footer .footer-bottom .privacy {
  text-align: center;
  margin-bottom: 30px;
}
#footer .footer-bottom .privacy a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  letter-spacing: 0.03em;
  font-weight: normal;
  color: #5C5C5C;
}
#footer .footer-bottom small {
  display: block;
  padding-bottom: 70px;
  text-align: center;
}
#footer .footer-bottom small p {
  font-family: "Montserrat", sans-serif;
  color: #9A9A9A;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: center;
}

.footer-cta-area {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 105px;
  z-index: 20;
  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(90px);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.footer-cta-area .go-top {
  display: flex;
  justify-content: end;
  padding-right: 8px;
}
.footer-cta-area .go-top .btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #00A2CF;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.footer-cta-area .go-top .btn img {
  width: 9px;
  height: 7px;
}
.footer-cta-area .go-top .btn span {
  text-align: center;
  font: normal normal bold 9px/10px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.9px;
  color: #00A2CF;
}
.footer-cta-area .footer-cta {
  width: 100%;
  height: 56px;
  margin: 8px auto 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5px;
  background-color: #fff;
  align-items: center;
  transition: all 0.3s ease;
}
.footer-cta-area .footer-cta .btn a {
  background: #48AADD 0% 0% no-repeat padding-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 6px;
  border-radius: 100px;
  height: 40px;
}
.footer-cta-area .footer-cta .btn.tel a {
  flex-direction: row;
  gap: 5px;
}
.footer-cta-area .footer-cta .btn.tel a img {
  width: 12.5px;
  height: 16.5px;
  object-fit: contain;
}
.footer-cta-area .footer-cta .btn.tel a span {
  text-align: left;
  font: normal normal 600 15px/15px "Montserrat", sans-serif;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.footer-cta-area .footer-cta .btn.contact a img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}
.footer-cta-area .footer-cta .btn.contact a span {
  text-align: center;
  font: normal normal bold 12px/10px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.84px;
  color: #FFFFFF;
}
.footer-cta-area.footer-cta-scrolled {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  .footer-cta-area {
    display: none;
  }
}

/*PC*/
@media only screen and (min-width: 1280px) {
  #footer {
    padding-top: 0px;
    position: relative;
  }
  #footer .footer-top {
    padding-bottom: 50px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 90px;
  }
  #footer .footer-top .right {
    width: 515px;
  }
  #footer .footer-top .right .logo {
    width: 290px;
    height: 104px;
    margin: 0 0 20px;
  }
  #footer .footer-top .right .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #footer .footer-top .right > .contact {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  #footer .footer-top .right > .contact .cta-area {
    display: flex;
  }
  #footer .footer-top .right > .contact .cta-area .btn-text {
    display: block;
    width: 283px;
    margin: 0 auto;
  }
  #footer .footer-top .right > .contact .cta-area.tel {
    display: flex;
    grid-area: a;
    height: 42px;
    margin-bottom: 10px;
  }
  #footer .footer-top .right > .contact .cta-area.tel .btn-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    flex: none;
    height: 42px;
    gap: 5px;
    margin: 0 auto 10px;
    border: none;
  }
  #footer .footer-top .right > .contact .cta-area.tel .btn-text .btn-copy span {
    text-align: left;
    font: normal normal 500 34px/42px "Montserrat", sans-serif;
    letter-spacing: 1.7px;
    color: #48AADD;
    display: inline-block;
    margin-top: 2px;
  }
  #footer .footer-top .right > .contact .cta-area.tel .btn-text .img {
    display: inline-block;
    background: url(../images/hf/SMP/tel_blue.png) no-repeat;
    background-size: contain;
    width: 22px;
    height: 29px;
  }
  #footer .footer-top .right > .contact .cta-area.contact {
    width: 275px;
    display: flex;
    grid-area: b;
  }
  #footer .footer-top .right > .contact .cta-area.contact .btn-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex: none;
    height: 47px;
    background: #48AADD 0% 0% no-repeat padding-box;
    border: solid 1px #48AADD;
    border-radius: 5px;
    gap: 10px;
    margin: 0 auto;
    transition: all 0.4s ease;
  }
  #footer .footer-top .right > .contact .cta-area.contact .btn-text .btn-copy {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer .footer-top .right > .contact .cta-area.contact .btn-text .btn-copy span {
    text-align: center;
    font: normal normal bold 17px/20px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 1.7px;
    color: #FFFFFF;
    transition: all 0.4s ease;
  }
  #footer .footer-top .right > .contact .cta-area.contact .btn-text .img {
    display: inline-block;
    background: url(../images/hf/SMP/24web_white.png) no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    transition: all 0.4s ease;
  }
  #footer .footer-top .right > .contact .cta-area.contact .btn-text.column {
    padding-left: 20px;
    padding-right: 30px;
  }
  #footer .footer-top .right > .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;
  }
  #footer .footer-top .right > .contact .cta-area.contact .btn-text.map {
    height: 30px;
    border: solid 1px #48AADD;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 20px;
  }
  #footer .footer-top .right > .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;
  }
  #footer .footer-top .right > .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;
  }
  #footer .footer-top .right > .contact .cta-area.contact .btn-text:hover {
    background: #fff 0% 0% no-repeat padding-box;
    border: solid 1px #48AADD;
  }
  #footer .footer-top .right > .contact .cta-area.contact .btn-text:hover .btn-copy span {
    color: #48AADD;
  }
  #footer .footer-top .right > .contact .cta-area.contact .btn-text:hover .img {
    background: url(../images/hf/PC/24web_blue.png) no-repeat;
    background-size: contain;
  }
  #footer .footer-top .right > .contact .notion {
    width: 100%;
    padding-left: 15px;
    position: relative;
    border-top: none;
    margin: 0 0 20px;
  }
  #footer .footer-top .right > .contact .notion p {
    text-align: left;
    font: normal normal normal 16px/26px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
    color: #5C5C5C;
  }
  #footer .footer-top .right > .contact .notion::before {
    content: "";
    display: block;
    position: absolute;
    content: "※";
    text-align: left;
    font: normal normal normal 13px/17px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.65px;
    color: #5C5C5C;
    top: 5px;
    left: 0px;
  }
  #footer .footer-top .right .hours {
    padding: 30px 0;
    margin: 0;
  }
  #footer .footer-top .left {
    width: 540px;
  }
  #footer .footer-top .left .map-area {
    width: 538px;
    height: 331px;
    margin: 0 auto 25px;
  }
  #footer .footer-top .left .map-area iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  #footer .footer-top .left .img-area {
    width: 540px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #footer .footer-top .left .img-area img {
    width: 260px;
    height: 167px;
    border-radius: 10px;
  }
  #footer .footer-bottom {
    width: 100%;
    padding: 0;
    background: #F0F6F8 0% 0% no-repeat padding-box;
    margin-top: 0;
  }
  #footer .footer-bottom__wrapper {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #footer .footer-bottom__wrapper .footer-bottom__nav {
    position: relative;
  }
  #footer .footer-bottom__wrapper .slide-nav {
    padding-top: 60px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
    gap: 80px;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec {
    width: unset;
    margin: 0 auto;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title {
    color: #1E3C0D;
    padding: 20px 2.5px;
    letter-spacing: 0.1em;
    border-bottom: none;
    position: relative;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title a {
    display: inline-block;
    text-align: left;
    font: normal normal 500 18px/20px "Zen Maru Gothic", sans-serif;
    letter-spacing: 1.8px;
    color: #444444;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title a .en {
    text-align: left;
    font: normal normal 600 13px/20px Montserrat;
    letter-spacing: 1.3px;
    color: #89C7E8;
    margin-top: 5px;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title a::before {
    display: none;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #444;
    bottom: 22px;
    left: 0;
    opacity: 0;
    transition: all 0.2s ease;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title a:hover::after {
    opacity: 1;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title.b-none.open {
    border: none;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title.hasChild a::before {
    display: none;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title.hasChild a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #444;
    bottom: 22px;
    left: 0;
    opacity: 0;
    transition: all 0.2s ease;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .menu-title.hasChild a:hover::after {
    display: block;
    opacity: 1;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 188px;
    flex-wrap: wrap;
    gap: 15px 0;
    opacity: 1;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-title {
    display: block;
    margin: 15px 0;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail {
    font-size: 12px;
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail a {
    text-align: left;
    font: normal normal normal 16px/36px "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.48px;
    color: #5C5C5C;
    border-bottom: solid 1px transparent;
    line-height: 1;
    transition: all 0.2s ease;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail:last-child {
    border: none;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .menu-detail:hover a {
    border-bottom: solid 1px;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec .slide-child-nav .nav-menu {
    position: relative;
  }
  #footer .footer-bottom__wrapper .slide-nav .flex-item .sec.bb-none {
    border-bottom: none;
  }
  #footer .footer-bottom .bottom-flex-wrap {
    display: flex;
    width: 1000px;
    justify-content: space-between;
  }
  #footer .footer-bottom .privacy {
    text-align: center;
    margin-bottom: 30px;
  }
  #footer .footer-bottom .privacy a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.03em;
    font-weight: normal;
    color: #5C5C5C;
    border-bottom: solid 1px transparent;
    transition: all 0.2s ease;
  }
  #footer .footer-bottom .privacy a:hover {
    border-bottom: solid 1px;
  }
  #footer .footer-bottom small {
    display: block;
    padding-bottom: 40px;
    text-align: center;
  }
  #footer .footer-bottom small p {
    color: #9A9A9A;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #footer .go-top {
    display: none;
  }
  .footer-cta-area {
    display: none;
  }
}

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