@charset "UTF-8";
@font-face {
  font-family: "YuMincho";
  src: url("/font/YuMinchoMedium.otf");
  src: url("/font/YuMinchoMedium.otf") format("otf");
}
body {
  color: #4C4948;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block;
  }
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/*=================================================================
# main-visual
=================================================================*/
.bg-image {
  background-image: url(../img/top/main-visual_pc.png);
  background-size: cover;
  background-position: center;
  aspect-ratio: 40/23;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .bg-image {
    background-image: url(../img/top/main-visual_sp.png);
    height: 83vh;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 30px;
  }
}

.mv-box {
  position: absolute;
  left: 60px;
  bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .mv-box {
    left: 30px;
    bottom: 90px;
  }
}

.mv-title {
  font-family: "YuMincho";
  font-size: 64px;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .mv-title {
    font-size: 30px;
    letter-spacing: 0.15em;
  }
}

.mv-sub-title {
  font-size: 24px;
  color: #fff;
  letter-spacing: 1.8px;
  margin-top: 45px;
}

.mv-text {
  font-size: 16px;
  color: #fff;
  letter-spacing: 5px;
  line-height: 33px;
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .mv-text {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 26px;
    margin-top: 15px;
  }
}

.mv-link {
  color: #fff;
  border: 1px solid #fff;
  width: 85px;
  padding: 5px 10px;
  margin-top: 30px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mv-link:hover {
  background-color: #ECADB1;
}

/*=================================================================
# header
=================================================================*/
#header {
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 1130.98px) {
  #header {
    display: none;
  }
}

#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header-inner {
  padding: 10px 20px;
  margin: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo img {
  width: 335px;
  height: 32px;
}

.header-nav {
  margin-left: auto;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-item + .menu-item {
  margin-left: 25px;
}

.nav-link {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 22px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-link span {
  font-size: 12px;
  color: #ECADB1;
  font-family: "Lato";
  font-weight: 300;
}

.nav-link:hover {
  opacity: 0.6;
}

.header-contact-nav {
  margin-left: 25px;
}

.header-contact-link {
  font-size: 14px;
  letter-spacing: 1.5px;
  border: 1px solid #999999;
  padding: 15px 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-contact-link:hover {
  background-color: #ECADB1;
  color: #fff;
  border: 1px solid #fff;
}

/*=================================================================
# drawer-icon
=================================================================*/
.drawer-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: none;
}
@media screen and (max-width: 1130.98px) {
  .drawer-nav {
    display: block;
    z-index: 100;
  }
}

.drawer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.drawer-logo img {
  width: 250px;
}
@media screen and (max-width: 767.98px) {
  .drawer-logo img {
    width: 180px;
  }
}

.drawer-icon {
  background: #ECADB1;
  position: absolute;
  top: 0;
  right: 0;
}

.drawer-icon-bars {
  padding: 7px;
}

.drawer-icon-bar1 {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.drawer-icon-bar2 {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-top: 7px;
}

.drawer-icon-bar3 {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-top: 7px;
}

.drawer-menutext {
  font-size: 10px;
  color: #fff;
  margin-top: 2px;
}

.drawer-content {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  right: 0;
  left: 0;
  bottom: 0;
  padding: 30px;
  height: 100vh;
  width: 100%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drawer-content.is-active {
  -webkit-transform: translateY(53px);
          transform: translateY(53px);
  opacity: 1;
  z-index: 100;
}

.drawer-icon-imgs {
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.drawer-icon-imgs.is-active {
  opacity: 1;
}

.drawer-icon-img1 {
  display: block;
  width: 70px;
  margin: 0 auto;
}

.drawer-icon-img2 {
  width: 230px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

.drawer-content-items {
  margin-top: 30px;
  padding: 0 10px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  opacity: 0;
}
.drawer-content-items.is-active {
  opacity: 1;
}

.drawer-content-item a {
  font-size: 17px;
  font-weight: "Noto Sans JP";
}

.drawer-content-item + .drawer-content-item {
  margin-top: 20px;
}

.drawer-content-button {
  text-align: center;
  margin-top: 50px;
}
.drawer-content-button a {
  border: 1px solid #4C4948;
  padding: 5px 10px;
}
.drawer-content-button.is-active .drawer-content {
  display: none;
}

/*　上に上がる動き　*/
.drawer-nav.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
.drawer-nav.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mv-white-space {
  padding: 20px;
}

/*=================================================================
# detail
=================================================================*/
.detail-title {
  font-size: 30px;
  font-family: "YuMincho";
}

.detail-subtitle {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.detail-text {
  letter-spacing: 2px;
  line-height: 28px;
  color: #707070;
}

.detail-content {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  right: 0;
  left: 0;
  bottom: 0;
  padding: 30px;
  height: 100vh;
  width: 100%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detail-content.is-active {
  -webkit-transform: translateY(53px);
          transform: translateY(53px);
  opacity: 1;
  z-index: 100;
}

.detail-content-button {
  text-align: center;
  margin-top: 50px;
}
.detail-content-button a {
  border: 1px solid #4C4948;
  padding: 5px 10px;
}
.detail-content-button.is-active .detail-content {
  display: none;
}

.drawer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

/*=================================================================
# meintenance
=================================================================*/
.box-inner {
  padding: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .box-inner {
    display: block;
    padding-top: 45px;
    padding-right: 4vw;
    padding-bottom: 45px;
    padding-left: 4vw;
  }
}

.bg-pink {
  background-color: #ECADB1 !important;
}

.section-box-left {
  width: 50%;
  height: 365px;
  background: #fff;
}
@media screen and (max-width: 1130.98px) {
  .section-box-left {
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .section-box-left {
    width: 100%;
    height: 250px;
  }
}

.box-left-inner {
  padding: 50px;
}
@media screen and (max-width: 767.98px) {
  .box-left-inner {
    padding: 30px 20px;
  }
}

body {
  font-family: "Noto Sans JP";
}

.box-title {
  font-size: 35px;
  letter-spacing: 3px;
  line-height: 50px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .box-title {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
  }
}

.box-sub-title {
  font-size: 12px;
  color: #707070;
  margin-top: 40px;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 767.98px) {
  .box-sub-title {
    margin-top: 20px;
  }
}

.box-text {
  font-size: 16px;
  margin-top: 40px;
  line-height: 25px;
}
@media screen and (max-width: 767.98px) {
  .box-text {
    margin-top: 20px;
  }
}

.box-link {
  color: #0071BC;
}

.section-box-right {
  width: 50%;
}
.section-box-right img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 365px;
  width: 100%;
}
@media screen and (max-width: 1130.98px) {
  .section-box-right img {
    display: block;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .section-box-right img {
    height: 250px;
  }
}
@media screen and (max-width: 767.98px) {
  .section-box-right {
    width: 100%;
  }
}

/*=================================================================
# info
=================================================================*/
.info {
  background-color: #F8FBF8;
}

.info-inner {
  padding: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .info-inner {
    display: block;
    padding: 30px 20px;
  }
}

.info-title {
  font-size: 34px;
  color: #ECADB1;
  font-weight: 100;
  letter-spacing: 7.5px;
  font-family: "Lato";
}
@media screen and (max-width: 767.98px) {
  .info-title {
    font-size: 21px;
    letter-spacing: 3px;
  }
}

.info-right {
  margin-left: auto;
}

.info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .info-list {
    display: block;
    border-bottom: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767.98px) {
  .info-item {
    border-bottom: 1px solid #707070;
    margin-top: 20px;
  }
}

.info-item + .info-item {
  margin-left: 20px;
}
@media screen and (max-width: 767.98px) {
  .info-item + .info-item {
    margin-left: 0;
  }
}

.detail-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.detail-link:hover {
  opacity: 0.5;
}

.time {
  margin-right: 15px;
}

/*=================================================================
# policy
=================================================================*/
.policy {
  padding-top: 80px;
}

.contents {
  padding-top: 20px;
}

.clinic {
  padding-top: 20px;
}

.staff {
  padding-top: 80px;
}

.access {
  padding-top: 20px;
}

.blog {
  padding-top: 80px;
}

.common-header-title {
  text-align: center;
}

.common-header-title-en {
  font-size: 33px;
  color: #ECADB1;
  letter-spacing: 7.5px;
  font-family: "YuMincho";
}
@media screen and (max-width: 767.98px) {
  .common-header-title-en {
    font-size: 30px;
    letter-spacing: 3px;
  }
}

.common-header-title-ja {
  font-size: 14px;
  color: #ECADB1;
  letter-spacing: 6px;
  margin-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .common-header-title-ja {
    font-size: 13px;
    letter-spacing: 3px;
  }
}

.common-middle-box {
  width: 100%;
  max-width: 630px;
  margin: 45px auto;
}
@media screen and (max-width: 767.98px) {
  .common-middle-box {
    margin-top: 20px;
    margin-right: 6vw;
    margin-bottom: 10px;
    margin-left: 6vw;
    max-width: none;
    width: auto;
  }
}

.common-title {
  font-size: 50px;
  letter-spacing: 12px;
  font-family: "YuMincho";
}
@media screen and (max-width: 767.98px) {
  .common-title {
    font-size: 27px;
    letter-spacing: 5px;
  }
}

.common-subtitle {
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
  letter-spacing: 10px;
}
@media screen and (max-width: 767.98px) {
  .common-subtitle {
    font-size: 20px;
    letter-spacing: 2px;
    text-align: start;
    margin-top: 20px;
    font-weight: 600;
  }
}

.common-text {
  font-size: 16px;
  margin-top: 30px;
  line-height: 33px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767.98px) {
  .common-text {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.bg-gray {
  background-color: #F8FBF8;
}

.common-footer-title {
  font-size: 34px;
  letter-spacing: 1.8px;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .common-footer-title {
    font-size: 23px;
  }
}

.common-footer-text-box {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .common-footer-text-box {
    margin-top: 20px;
  }
}

.common-footer-sub-title {
  font-size: 16px;
  padding-left: 40px;
  position: relative;
  margin-top: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767.98px) {
  .common-footer-sub-title {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 26px;
  }
}

.common-footer-sub-title::before {
  position: absolute;
  content: "✔︎";
  left: 5px;
  color: #fff;
  background-color: #8CC63F;
  border-radius: 50%;
  padding: 2px 5px;
}
@media screen and (max-width: 767.98px) {
  .common-footer-sub-title::before {
    font-size: 10px;
    border-radius: 50%;
    padding: 0px 8px;
  }
}

.common-footer-button {
  margin-top: 80px;
}
@media screen and (max-width: 767.98px) {
  .common-footer-button {
    text-align: center;
    margin-top: 40px;
  }
}

.common-footer-link {
  font-size: 16px;
  letter-spacing: 2px;
  border: 1px solid #4C4948;
  padding: 20px;
  border-radius: 35px;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .common-footer-link {
    display: block;
    padding: 15px;
    font-size: 15px;
    letter-spacing: 0.18em;
  }
}

.common-footer-link:hover {
  background: #ECADB1;
  color: #fff;
  border: 1px solid #fff;
}

.staff-icon-after {
  position: relative;
}

.staff-icon-after::after {
  position: absolute;
  content: url(../img/top/staff-icon.png);
  display: inline-block;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  right: -50px;
  top: -50px;
}
@media screen and (max-width: 767.98px) {
  .staff-icon-after::after {
    -webkit-transform: scale(0.35);
            transform: scale(0.35);
    top: -70px;
    right: -70px;
  }
}

.staff-text {
  margin-top: 20px;
  line-height: 33px;
}

.staff-padding {
  padding-top: 0 !important;
}

/*=================================================================
# schedule
=================================================================*/
.schedule-table {
  margin-top: 30px;
  width: 100%;
  font-size: 16px;
}

.schedule-tr {
  border-top: 1px solid #ECADB1;
  line-height: 39px;
}
.schedule-tr th {
  font-weight: normal;
}

.schedule-tr:last-child {
  border-bottom: 1px solid #ECADB1;
}

.box-table-text {
  margin-top: 30px;
  line-height: 30px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767.98px) {
  .box-table-text {
    letter-spacing: 1px;
  }
}

.schedule-number {
  font-size: 38px;
  color: #ECADB1;
  margin-top: 30px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767.98px) {
  .schedule-number {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
  }
}

.schedule-number-text {
  margin-top: 100px;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1130.98px) {
  .schedule-number-text {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .schedule-number-text {
    margin-top: 20px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 767.98px) {
  .schedule-sp-height {
    height: auto !important;
  }
}

/*=================================================================
# blog
=================================================================*/
.blog-items {
  padding: 0 60px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .blog-items {
    padding: 0 4vw;
  }
}

.blog-items-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blog-items {
  margin-top: 45px;
}

.blog-item {
  width: calc(25% - 7.5px);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .blog-item {
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 767.98px) {
  .blog-item:nth-child(2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .blog-item:nth-child(3) {
    margin-top: 20px;
  }
}

.blog-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767.98px) {
  .blog-item:last-child {
    margin-top: 20px;
  }
}

.blog-item:hover {
  opacity: 0.7;
}

.blog-image img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-text-box {
  margin-top: 30px;
}

.blog-time {
  color: #ECADB1;
}

.blog-title {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .blog-title {
    font-size: 15px;
  }
}

.blog-button {
  margin-top: 20px;
  display: inline-block;
  border: 1px solid #4C4948;
  padding: 10px 20px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767.98px) {
  .blog-button {
    margin-top: 10px;
    font-size: 13px;
    padding: 5px 10px;
  }
}

/*=================================================================
# footer
=================================================================*/
.footer-inner {
  padding: 60px;
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .footer-inner {
    padding: 30px;
  }
}

.footer-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1130.98px) {
  .footer-logo-box {
    display: block;
    text-align: center;
    width: 320px;
    margin: 0 auto;
  }
}

.footer-icon {
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-logo {
  padding-left: 15px;
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .footer-logo {
    margin-top: 20px;
    padding-left: 0;
    width: 260px;
  }
}

.footer-sp-menu {
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 1130.98px) {
  .footer-sp-menu {
    display: block;
  }
}

.footer-sp-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-sp-li {
  position: relative;
}

.footer-sp-li + .footer-sp-li {
  padding-left: 12px;
}

.footer-sp-link {
  line-height: 30px;
}

.footer-sp-link::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  background-color: #000;
  left: 5px;
  top: 7px;
}

.footer-sp-li:first-child .footer-sp-link::before {
  content: none;
}

.footer-text-box {
  margin-top: 30px;
}
.footer-text-box p {
  line-height: 35px;
}
@media screen and (max-width: 1130.98px) {
  .footer-text-box {
    display: none;
  }
}

.footer-button {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1130.98px) {
  .footer-button {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-button {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.footer-button-link {
  background-color: #fff;
  border: 1px solid #eeffee;
  padding: 15px 20px;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-button-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1130.98px) {
  .footer-nav {
    display: none;
  }
}

.footer-nav-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60px;
}
@media screen and (max-width: 1130.98px) {
  .footer-nav-box {
    padding-top: 5px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-nav-box {
    padding-top: 15px;
  }
}

.color-black {
  color: #4C4948 !important;
}

.footer-right {
  text-align: right;
}
@media screen and (max-width: 1130.98px) {
  .footer-right {
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 1130.98px) {
  .footer-right-nav {
    display: none;
  }
}

.footer-text-right {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.copyright {
  margin-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .copyright {
    margin-top: 0;
    font-size: 11px;
  }
}

/*=================================================================
# scroll
=================================================================*/
.sp-scroll {
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
@media screen and (max-width: 1130.98px) {
  .sp-scroll {
    display: block;
  }
}

/*スクロールダウン全体の場所*/
.scrolldown4 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 1%;
  right: 50%;
  /*矢印の動き1秒かけて永遠にループ*/
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@-webkit-keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 10%;
  }
  100% {
    bottom: 1%;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 10%;
  }
  100% {
    bottom: 1%;
  }
}
/*Scrollテキストの描写*/
.scrolldown4 span {
  position: absolute;
  left: 50%;
  bottom: 30px;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 10px;
  left: 5px;
  /*矢印の形状*/
  width: 1px;
  height: 15px;
  background: #fff;
  rotate: 50deg;
}

html {
  scroll-behavior: smooth;
  scroll-margin-top: 100px;
}

.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 10px;
  right: 5px;
  /*矢印の形状*/
  width: 1px;
  height: 15px;
  background: #fff;
  rotate: -50deg;
}

/*=================================================================
# contact-icon
=================================================================*/
.contact-icon {
  position: fixed;
  top: 70%;
  right: 0;
  background: #ECADB1;
  border: 1px solid #fff;
  border-radius: 10px 0 0 10px;
  opacity: 0.7;
  display: none;
}
@media screen and (max-width: 1130.98px) {
  .contact-icon {
    display: block;
    z-index: 9999;
  }
}

.contact-icon-inner {
  display: block;
  padding: 15px;
}
.contact-icon-inner span {
  color: #fff;
  font-size: 40px;
}

body {
  color: #4C4948;
  text-align: justify;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block;
  }
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*=================================================================
# page-fv
=================================================================*/
.page-fv {
  position: relative;
}

.bg-policy {
  background-image: url(../img/policy/fv-policy.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 90vh;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .bg-policy {
    background-position: right 35% bottom 10%;
  }
}

.page-fv-inner {
  position: absolute;
  left: 60px;
  bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .page-fv-inner {
    top: 170px;
    left: 20px;
  }
}

.page-text-box h2 {
  font-size: 44px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: bold;
  letter-spacing: 8px;
}
@media screen and (max-width: 767.98px) {
  .page-text-box h2 {
    font-size: 35px;
    letter-spacing: 5px;
  }
}
.page-text-box p {
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767.98px) {
  .page-text-box p {
    line-height: 40px;
    font-size: 13px;
  }
}

/*=================================================================
# policy-first
=================================================================*/
.policy-first {
  margin-top: 60px;
}

.page-title {
  font-size: 36px;
  letter-spacing: 15px;
  text-align: center;
  line-height: 50px;
  font-family: "YuMincho";
}
@media screen and (max-width: 767.98px) {
  .page-title {
    font-size: 27px;
    letter-spacing: 3px;
    font-weight: bold;
  }
}

.page-middle-box {
  width: 100%;
  max-width: 750px;
  margin: 45px auto;
}
@media screen and (max-width: 767.98px) {
  .page-middle-box {
    margin-top: 20px;
    margin-right: 6vw;
    margin-bottom: 10px;
    margin-left: 6vw;
    max-width: none;
    width: auto;
  }
}

.page-text {
  font-size: 16px;
  margin-top: 30px;
  line-height: 33px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767.98px) {
  .page-text {
    margin-top: 20px;
    font-size: 17px;
    letter-spacing: 1px;
  }
}

.page-text + .page-text {
  margin-top: 15px;
}

/*=================================================================
# policy-second
=================================================================*/
.policy-second {
  padding: 50px;
}
@media screen and (max-width: 767.98px) {
  .policy-second {
    padding: 20px 0;
  }
}

.bg-green {
  background-color: #F8FBF8;
}

.page-inner {
  margin: 0 10px;
  padding: 0 4vw;
}

.policy-second-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.policy-second-title {
  font-size: 36px;
  text-align: center;
  letter-spacing: 3px;
  line-height: 48px;
}
@media screen and (max-width: 767.98px) {
  .policy-second-title {
    text-align: left;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 2px;
  }
}

.policy-second-items {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .policy-second-items {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.policy-second-item {
  width: 270px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .policy-second-item {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .policy-second-item + .policy-second-item {
    margin-top: 20px;
  }
}

.item-circle {
  width: 220px;
  height: 220px;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 auto;
}

.item-circle-title {
  font-size: 54px;
  letter-spacing: 10px;
  margin-top: 55px;
}

.item-circle-text {
  margin-top: 20px;
}

.item-text-box {
  margin-top: 20px;
}

.item-title {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.item-text {
  text-align: left;
  line-height: 30px;
}

.policy-second-footer {
  margin-top: 40px;
  line-height: 30px;
}

/*=================================================================
# flow
=================================================================*/
.policy-flow {
  padding-top: 50px;
}

.plan-items {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4vw;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .plan-items {
    padding: 0 4vw;
  }
}

.plan-item {
  width: calc(50% - 10px);
  height: 220px;
  border: 2px solid #ECADB1;
  padding: 40px;
}
@media screen and (max-width: 960px) {
  .plan-item {
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .plan-item {
    height: 220px;
    padding: 20px;
    width: 100%;
  }
}

.plan-item:nth-child(2n) {
  margin-left: 20px;
}
@media screen and (max-width: 767.98px) {
  .plan-item:nth-child(2n) {
    margin-left: 0;
  }
}

.plan-item:nth-child(n+1) {
  margin-top: 20px;
}

.plan-item:nth-child(4) {
  border: none;
}
.plan-item:nth-child(4) .plan-item-title {
  border-bottom: 1px solid #000;
}

.plan-item:nth-child(8) {
  border: none;
}
.plan-item:nth-child(8) .plan-item-title {
  border: none;
}
@media screen and (max-width: 767.98px) {
  .plan-item:nth-child(8) {
    display: none;
  }
}

.plan-item:nth-child(10) {
  border: none;
}

.plan-item-title {
  font-size: 28px;
  border-bottom: 2px solid #ECADB1;
  padding-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .plan-item-title {
    font-size: 25px;
    text-align: center;
  }
}

.plan-item-text {
  margin-top: 20px;
  line-height: 30px;
}
@media screen and (max-width: 767.98px) {
  .plan-item-text {
    line-height: 30px;
  }
}

.plan-item-text-last {
  line-height: 30px;
}

/*=================================================================
# footer-pop
=================================================================*/
.footer-pop-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .footer-pop-inner {
    display: block;
    padding-top: 45px;
    padding-right: 4vw;
    padding-bottom: 45px;
    padding-left: 4vw;
  }
}

.pop-item {
  width: calc(33.3333333% - 33.3333333333px);
  margin: 20px 15px 0;
}

.pop-item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1179px) {
  .pop-item {
    width: calc(50% - 25px);
  }
  .pop-item:nth-child(2n-1) {
    margin-right: 20px;
  }
  .pop-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .pop-item {
    margin: 34px 0 0 0 !important;
    width: auto;
    height: auto;
  }
}

.pop-item-link {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .pop-item-link {
    width: 100%;
    height: auto;
  }
}

.pop-item-link:hover .pop-button {
  background-color: #ECADB1;
  color: #fff;
  border: 1px solid #fff;
}

.pop-image img {
  width: 100%;
}

.pop-title {
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .pop-title {
    text-align: left;
    font-size: 23px;
    font-weight: bold;
  }
}

.pop-button {
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 30px;
  width: 250px;
  text-align: center;
  margin: 0 auto;
  padding: 15px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .pop-button {
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.18em;
  }
}

body {
  color: #4C4948;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block;
  }
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#first,
#second,
#third {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 767.98px) {
  #first,
  #second,
  #third {
    scroll-margin-top: 50px;
  }
}

/*=================================================================
# fv-contents
=================================================================*/
.bg-contens {
  background-image: url(../img/contents/fv-contents.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 90vh;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .bg-contens {
    background-position: right 40% bottom 10%;
  }
}

.fv-text-position {
  top: 150px;
}
@media screen and (max-width: 767.98px) {
  .fv-text-position {
    top: 170px;
    left: 20px;
  }
}

.page-text-box p {
  line-height: 30px;
}
@media screen and (max-width: 767.98px) {
  .page-text-box p {
    line-height: 30px;
  }
}

/*=================================================================
# contents-button
=================================================================*/
.contents-button-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
}
@media screen and (max-width: 767.98px) {
  .contents-button-box {
    display: block;
  }
}

.content-button {
  width: calc(33.333% - 13.3333333333px);
}
@media screen and (max-width: 767.98px) {
  .content-button {
    width: 100%;
  }
}
.content-button a {
  border: 1px solid #000;
  border-radius: 40px;
  padding: 20px;
  width: 100%;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.content-button a:hover {
  background-color: #ECADB1;
  color: #fff;
  border: 1px solid #fff;
}

.content-button:nth-child(2) {
  margin: 0 20px;
}
@media screen and (max-width: 767.98px) {
  .content-button:nth-child(2) {
    margin: 20px 0;
  }
}

/*=================================================================
# contents-graph
=================================================================*/
.contents-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 4vw;
}

.contents-graph-title {
  font-size: 36px;
  text-align: center;
  line-height: 55px;
  letter-spacing: 8px;
}
@media screen and (max-width: 767.98px) {
  .contents-graph-title {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 3px;
    text-align: left;
  }
}

.contents-graph-text {
  font-size: 28px;
  text-align: center;
  margin-top: 40px;
  letter-spacing: 7px;
}
@media screen and (max-width: 767.98px) {
  .contents-graph-text {
    font-size: 20px;
    text-align: left;
    letter-spacing: 4px;
    margin-top: 20px;
  }
}

.contents-graph-image {
  padding-top: 40px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.contents-graph-image img {
  width: 100%;
}

/*=================================================================
#treatment
=================================================================*/
.treatment-contents {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4vw;
}
@media screen and (max-width: 767.98px) {
  .treatment-contents {
    margin-top: 30px;
  }
}

.treatment-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .treatment-item {
    display: block;
  }
}

.treatment-item + .treatment-item {
  margin-top: 40px;
}

.treatment-text-box {
  height: auto;
  width: 50%;
  padding: 40px 30px;
}
@media screen and (max-width: 767.98px) {
  .treatment-text-box {
    width: 100%;
    padding: 20px 15px;
    height: auto;
  }
}

.treatment-title {
  font-size: 28px;
  padding-bottom: 15px;
  letter-spacing: 5px;
  line-height: 40px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767.98px) {
  .treatment-title {
    font-size: 25px;
    letter-spacing: 3px;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.treatment-title span {
  font-size: 15px;
  letter-spacing: 0px;
}

.treatment-image {
  height: auto;
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .treatment-image {
    width: 100%;
    height: 250px;
  }
}
.treatment-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.treatment-text {
  letter-spacing: 2px;
  line-height: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .treatment-text {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767.98px) {
  .text-box-space1 {
    padding: 20px 15px 0;
  }
}

@media screen and (max-width: 767.98px) {
  .text-box-space2 {
    padding: 10px 15px 20px;
  }
}

.maintenance-items {
  margin-top: 40px;
}

.text-box-space3 {
  margin-top: 0;
}

/*=================================================================
#
=================================================================*/
body {
  color: #4C4948;
  text-align: justify;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block;
  }
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*=================================================================
# page-fv
=================================================================*/
.page-fv {
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .staff-fv-position {
    top: 44%;
    left: 20px;
  }
}

@media screen and (max-width: 767.98px) {
  .staff-fv-text {
    letter-spacing: 2px !important;
    font-size: 29px !important;
  }
}

/*=================================================================
# staff
=================================================================*/
.bg-staff {
  background-image: url(../img/staff/fv-staff.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 90vh;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .bg-staff {
    background-position: right 43% bottom -40px;
    background-repeat: no-repeat;
  }
}

.staff-profile {
  width: 100%;
  max-width: 1100px;
  margin: 65px auto 0;
  padding: 0 4vw;
}
.staff-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .staff-header-inner {
    display: block;
  }
}

.staff-header-image {
  height: auto;
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .staff-header-image {
    width: 100%;
  }
}
.staff-header-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff-header-box {
  height: auto;
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .staff-header-box {
    width: 100%;
  }
}

.staff-box-inner {
  padding: 40px;
}
@media screen and (max-width: 767.98px) {
  .staff-box-inner {
    padding: 20px;
  }
}

@media screen and (max-width: 767.98px) {
  .staff-text-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.staff-text-01 {
  letter-spacing: 2px;
}
@media screen and (max-width: 767.98px) {
  .staff-text-01 {
    letter-spacing: 0;
  }
}

.staff-text-02 {
  margin-top: 15px;
  font-size: 28px;
  letter-spacing: 6px;
}
@media screen and (max-width: 767.98px) {
  .staff-text-02 {
    margin-top: 0;
    margin-left: 10px;
    letter-spacing: 3px;
  }
}

.staff-text-03 {
  margin-top: 20px;
  letter-spacing: 3px;
  line-height: 30px;
}
@media screen and (max-width: 767.98px) {
  .staff-text-03 {
    letter-spacing: 0px;
  }
}

.staff-footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 750px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767.98px) {
  .staff-footer-inner {
    margin-top: 15px;
  }
}

.staff-footer-image img {
  width: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

.staff-footer-box {
  margin-left: 20px;
  width: 100%;
}

.staff-text-04 {
  font-size: 18px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
  font-family: "lato";
}
@media screen and (max-width: 767.98px) {
  .staff-text-04 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.staff-text-05 {
  font-size: 13px;
  line-height: 25px;
}
@media screen and (max-width: 767.98px) {
  .staff-text-05 {
    font-size: 10px;
    line-height: 15px;
  }
}

.staff-section {
  padding-top: 30px;
}

body {
  color: #4C4948;
  text-align: justify;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block;
  }
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*=================================================================
# page-fv
=================================================================*/
.page-fv {
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .access-fv-position {
    top: auto;
    left: 20px;
  }
}

/*=================================================================
# staff
=================================================================*/
.bg-access {
  background-image: url(../img/top/top-access.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 90vh;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .bg-access {
    background-position: right 25% bottom 10%;
  }
}

.access-map {
  margin: 50px auto 0;
  width: 100%;
  max-width: 900px;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.map-footer-text {
  margin: 20px 0;
}
.map-footer-text a {
  color: #0071BB;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.map-footer-text a:hover {
  opacity: 0.6;
}

/*=================================================================
# access-way
=================================================================*/
.access-way {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4vw 50px;
}

.access-way-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .access-way-inner {
    display: block;
  }
}

.access-way1 {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .access-way1 {
    width: 100%;
    margin-top: 30px;
  }
}

.access-way1 + .access-way1 {
  margin-left: 20px;
}
@media screen and (max-width: 767.98px) {
  .access-way1 + .access-way1 {
    margin-left: 0;
  }
}

.access-way1-inner {
  padding: 40px;
}
@media screen and (max-width: 767.98px) {
  .access-way1-inner {
    padding: 20px;
  }
}

.access-way-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
}

.access-way-img img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.access-way-box {
  margin-left: 20px;
}

.access-header-text01 {
  font-size: 12px;
}

.access-header-text02 {
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .access-header-text02 {
    font-size: 24px;
  }
}

.access-way-footer {
  margin-top: 20px;
}
.access-way-footer p {
  font-size: 14px;
  line-height: 25px;
}

.access-info {
  margin-top: 0;
  padding-top: 60px;
}

.access-info {
  padding-bottom: 30px;
}

.info-footer-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .info-footer-box {
    display: block;
  }
}

.info-footer-left {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .info-footer-left {
    width: 100%;
  }
}

.info-footer-left-inner p {
  margin-top: 0;
}

.info-footer-right {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .info-footer-right {
    width: 100%;
    margin-top: 40px;
  }
}

.info-footer-right-button {
  border: 1px solid #000;
  padding: 20px 30px;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .info-footer-right-button {
    padding: 15px 30px;
  }
}

.info-footer-right-button:hover {
  background-color: #ECADB1;
  color: #fff;
  border: #fff;
}

body {
  color: #4C4948;
  text-align: justify;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block;
  }
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*=================================================================
# page-fv
=================================================================*/
.page-fv {
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .access-fv-position {
    top: auto;
    left: 20px;
  }
}

/*=================================================================
# staff
=================================================================*/
.bg-clinic {
  background-image: url(../img/top/top-clinic.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 90vh;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .bg-clinic {
    background-position: right 80% bottom 10%;
  }
}

@media screen and (max-width: 767.98px) {
  .clinic-sp-text {
    font-size: 35px !important;
  }
}

.slider-section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 4vw 0;
}

/*==================================================
スライダーのためのcss
===================================*/
/*画像の横幅を100%にしてレスポンシブ化*/
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/
.gallery {
  margin: 0 0 5px 0;
}

.gallery1 {
  margin: 0 0 5px 0;
}

.gallery2 {
  margin: 0 0 5px 0;
}

.gallery3 {
  margin: 0 0 5px 0;
}

.gallery4 {
  margin: 0 0 5px 0;
}

#slider-size .slick-track {
  width: 100% !important;
}

#slider-cont {
  width: 33% !important;
}

/*矢印の設定*/
/*選択するサムネイル画像の設定*/
.search-icon img::before {
  display: block;
  position: absolute;
  content: url(../img/clinic/search-icon.png);
  width: 10px;
  height: 10px;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

.choice-btn li.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
}

.choice-btn .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
  /*画面幅サイズ変更に伴うサムネイル固定*/
}

.choice-btn1 li.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
}

.choice-btn1 .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
  /*画面幅サイズ変更に伴うサムネイル固定*/
}

.choice-btn2 li.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
}

.choice-btn2 .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
  /*画面幅サイズ変更に伴うサムネイル固定*/
}

.choice-btn3 li.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
}

.choice-btn3 .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
  /*画面幅サイズ変更に伴うサムネイル固定*/
}

.choice-btn4 li.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
}

.choice-btn4 .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
  /*画面幅サイズ変更に伴うサムネイル固定*/
}

/*=================================================================
# slider-custom
=================================================================*/
.slider-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .slider-inner {
    display: block;
  }
}

.slider-left {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .slider-left {
    width: 100%;
  }
}

.slider-right {
  width: 50%;
  display: grid;
  padding: 40px;
}
@media screen and (max-width: 767.98px) {
  .slider-right {
    width: 100%;
    display: block;
    padding: 20px;
  }
}

.choice-btn {
  grid-row: 2/3;
}

.choice-btn1 {
  grid-row: 2/3;
}

.slider-text-box {
  grid-row: 1/2;
}

.slider-title {
  font-size: 28px;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 767.98px) {
  .slider-title {
    margin-top: 20px;
  }
}

.slider-text {
  margin-top: 20px;
  letter-spacing: 2px;
  line-height: 25px;
}

/*=================================================================
# big-silider
=================================================================*/
.slider-big-section {
  margin: 40px auto;
  padding: 60px 4vw;
  width: 100%;
}

.bg-white {
  background-color: #fff;
}

.color-pink {
  color: #ECADB1;
  font-size: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .color-pink {
    font-size: 25px;
  }
}

.slider-big-right {
  width: 50%;
  display: grid;
  padding: 40px;
}
@media screen and (max-width: 767.98px) {
  .slider-big-right {
    width: 100%;
    padding: 20px;
  }
}

/*=================================================================
#
=================================================================*/
.slider-box-inner {
  padding: 40px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .slider-box-inner {
    padding: 20px;
  }
}

.slider-text-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767.98px) {
  .slider-text-sp {
    display: block;
  }
}

.slider-text-01 {
  letter-spacing: 2px;
  color: #ECADB1;
}
@media screen and (max-width: 767.98px) {
  .slider-text-01 {
    letter-spacing: 0;
  }
}

.slider-text-02 {
  font-size: 28px;
  letter-spacing: 6px;
  margin-left: 10px;
}
@media screen and (max-width: 767.98px) {
  .slider-text-02 {
    font-size: 25px;
    margin-top: 15px;
    margin-left: 0px;
    letter-spacing: 3px;
  }
}

.slider-text-03 {
  margin-top: 20px;
  letter-spacing: 3px;
  line-height: 30px;
}
@media screen and (max-width: 767.98px) {
  .slider-text-03 {
    letter-spacing: 0px;
  }
}

p {
  color: #4C4948;
}

body {
  color: #4C4948;
  text-align: justify;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block;
  }
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*=================================================================
# simple-mv
=================================================================*/
@media screen and (max-width: 1130px) {
  .simple-mv {
    padding-top: 50px;
  }
}

.simple-mv-inner {
  background-color: #ECADB1;
  padding: 40px;
}

.simple-mv-title {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-family: "YuMincho";
}
@media screen and (max-width: 767.98px) {
  .simple-mv-title {
    font-size: 35px;
  }
}

.simple-mv-text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}

/*=================================================================
# contact
=================================================================*/
.contact-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 4vw;
}

.contact-header-text01 {
  text-align: center;
  line-height: 30px;
}

.contact-header-text02 {
  text-align: center;
  font-size: 38px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ECADB1;
}

.contact-header-text03 {
  text-align: center;
  color: #ECADB1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-footer {
  padding-top: 50px;
}

.contact-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #9B9898;
  padding: 30px 10px;
}
@media screen and (max-width: 767.98px) {
  .contact-item {
    display: block;
    padding: 15px 10px;
  }
}
.contact-item dt {
  width: 33%;
}
@media screen and (max-width: 767.98px) {
  .contact-item dt {
    width: 100%;
  }
}
.contact-item dd {
  width: 67%;
}
@media screen and (max-width: 767.98px) {
  .contact-item dd {
    width: 100%;
  }
}
.contact-item dd input {
  background-color: #F8FBF8;
  width: 100%;
  padding: 10px;
}
.contact-item dd input[type=text]:hover, .contact-item dd input[type=text]:focus {
  border-color: #ECADB1;
}
.contact-item dd textarea {
  width: 100%;
  background-color: #F8FBF8;
}

.contact-inputBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .contact-inputBox {
    display: block;
    margin: 10px 0;
  }
}

.contact-item:nth-child(3) input {
  width: 30%;
}
@media screen and (max-width: 767.98px) {
  .contact-item:nth-child(3) input {
    width: 60%;
  }
}

.post-number-text {
  font-size: 13px;
  color: #808080;
  padding-left: 20px;
}
@media screen and (max-width: 767.98px) {
  .post-number-text {
    padding-left: 0;
    margin-top: 10px;
  }
}

.contact-item:last-child {
  border-bottom: none;
  display: block;
}
.contact-item:last-child dd {
  width: 100%;
}

.contact-requireLabel {
  background-color: #ECADB1;
  color: #fff;
  padding: 3px;
  border-radius: 2px;
  font-size: 10px;
  margin-left: 20px;
}

.contact-textarea {
  margin: 20px 0 0 20px;
}
@media screen and (max-width: 767.98px) {
  .contact-textarea {
    margin: 20px 0 0 0;
  }
}

.contact-confirm {
  text-align: center;
}
.contact-confirm button {
  border: 1px solid #4C4948;
  padding: 10px 20px;
  border-radius: 20px;
  width: 200px;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-confirm button:hover {
  background-color: #ECADB1;
  color: #fff;
  border: #fff;
}

body {
  color: #4C4948;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block;
  }
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*=================================================================
# info
=================================================================*/
.info-article-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 4vw;
}

.info-article-item {
  margin-top: 60px;
}

.info-date {
  color: #ECADB1;
}

.info-article-title {
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #808080;
}

.space {
  margin: 40px;
}

.info-article-content {
  padding-top: 30px;
  line-height: 25px;
}

body {
  color: #4C4948;
  text-align: justify;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block;
  }
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*=================================================================
# blog
=================================================================*/
.blog-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .blog-inner {
    display: block;
  }
}

.blog-left {
  width: 70%;
}
@media screen and (max-width: 767.98px) {
  .blog-left {
    width: 100%;
  }
}

.blog-date {
  color: #ECADB1;
}

.blog-article-content {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.blog-right {
  width: 20%;
}
@media screen and (max-width: 767.98px) {
  .blog-right {
    width: 40%;
  }
}

.blog-article-title {
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #808080;
}

.space {
  margin: 40px;
}

.blog-cat + .blog-cat {
  padding-top: 30px;
}

.blog-cat-title {
  background-color: #ECADB1;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
}

.blog-cat-items {
  padding-top: 10px;
}
.blog-cat-items li {
  padding-left: 20px;
  position: relative;
}
.blog-cat-items li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ECADB1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
.blog-cat-items li + li {
  margin-top: 10px;
}
.blog-cat-items li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-cat-items li a:hover {
  opacity: 0.7;
}

.pagenation {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

.pagenation a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagenation a:hover {
  opacity: 0.6;
}

.pagenation a.next,
.pagenation a.prev {
  font-size: 30px;
}

.pagenation a.next:hover,
.pagenation a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #808080;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  height: 40px;
  line-height: 38px;
  margin-right: 14px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background: #ECADB1;
  border: 1px solid #ECADB1;
  color: #fff;
  font-weight: 700;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 40px;
  min-width: initial;
  width: auto;
}

.staff-footer-inner-space{
margin-top:0;
}
