@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

body {
  color: #707070;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

html.fixed,
html.fixed body {
  height: 100%;
  overflow: hidden;
}

body {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 6.25rem;
  }
}

main {
  position: relative;
  overflow: hidden;
}

.header {
  height: 3.75rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .header {
    display: flex;
    height: 6.25rem;
    align-items: center;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  z-index: 9999;
  position: fixed;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header__inner {
    height: 6.25rem;
    max-width: 120rem;
    width: 100%;
  }
}

.header__logo {
  height: inherit;
  width: 13.993125rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 25.1875rem;
    margin-left: -8.75rem;
  }
}

.header__logo a {
  height: inherit;
  align-items: center;
}

.header__logo img {
  width: 13.993125rem;
  height: 3.125rem;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    width: 25.1875rem;
    height: 5.625rem;
  }
}

.header__hamburger {
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}

.header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: block;
    position: static;
    z-index: 9999;
    margin-left: auto;
  }
}

.footer {
  margin-top: 7.5rem;
  background-color: #EBF5FE;
}
.footer__inner {
  padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .footer__box {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
  }
}

.footer__nav {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    padding-top: 8.25rem;
    width: 50%;
  }
}

.footer__logo {
  width: 11.25rem;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 50%;
    margin-top: 8.75rem;
    text-align: center;
  }
}

.footer__logo a {
  display: inline-block;
}

.footer__logo img {
  width: 11.25rem;
  height: 4.625rem;
}
@media screen and (min-width: 768px) {
  .footer__logo img {
    width: 21.875rem;
    height: 9.0625rem;
  }
}

.footer__info {
  margin-top: 2rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__info {
    width: 50%;
    margin-left: auto;
    margin-top: -3.125rem;
  }
}

.footer__adress {
  font-size: 1rem;
  line-height: 1.6875;
  color: #4C6A84;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__adress {
    font-size: 1.5rem;
    line-height: 1.7083333333;
  }
}

.footer__tel {
  font-size: 1.5rem;
  line-height: 1.7083333333;
  color: #4C6A84;
}
@media screen and (min-width: 768px) {
  .footer__tel {
    font-size: 2.5rem;
    line-height: 1.7;
  }
}

.footer-copyright {
  background-color: #4C6A84;
  text-align: center;
  padding: 1.125rem 0;
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    padding: 2.6875rem 0;
  }
}

.footer-copyright small {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}

.inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1920px;
    padding-right: 12.5rem;
    padding-left: 12.5rem;
  }
}

.top-btn {
  text-align: center;
}

.top-btn__arrow {
  position: relative;
  border: 1px solid #707070;
  padding: 1.875rem 6.5625rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #707070;
  outline: none;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .top-btn__arrow {
    padding: 1.9375rem 7.1875rem;
  }
}

.top-btn__arrow:hover {
  background: #4C6A84;
  color: #fff;
  opacity: 1;
}

.top-btn__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  /*下線の形状*/
  width: 3.5625rem;
  height: 0.0625rem;
  background: #707070;
  transition: all 0.3s linear;
}
@media screen and (min-width: 768px) {
  .top-btn__arrow::before {
    right: -2.4375rem;
    /*下線の形状*/
    width: 5rem;
    height: 0.0625rem;
  }
}

.top-btn__arrow::after {
  content: "";
  position: absolute;
  top: 37%;
  right: 1.3125rem;
  /*矢印の形状*/
  width: 0.0625rem;
  height: 0.75rem;
  background: #707070;
  transform: skewX(45deg);
  transition: all 0.3s linear;
}
@media screen and (min-width: 768px) {
  .top-btn__arrow::after {
    right: -2.25rem;
    top: 40%;
    width: 0.0625rem;
    height: 0.625rem;
  }
}

.top-btn__arrow:hover::before {
  right: -1.875rem;
}
@media screen and (min-width: 768px) {
  .top-btn__arrow:hover::before {
    right: -3.125rem;
  }
}

.top-btn__arrow:hover::after {
  right: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .top-btn__arrow:hover::after {
    right: -2.9375rem;
  }
}

.section-title {
  margin-right: auto;
  margin-left: auto;
}

.section-title h2 {
  font-size: 1.625rem;
  line-height: 1.6923076923;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .section-title h2 {
    font-size: 2.5rem;
    line-height: 1.7;
  }
}

.section-title h2:after {
  Content: attr(data-text);
  text-transform: capitalize;
  display: block;
  font-size: 1rem;
  line-height: 1.6875;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .section-title h2:after {
    margin-top: 0.625rem;
  }
}

.section-title img {
  width: 70px;
  height: 58px;
  object-fit: cover;
  margin-right: auto;
  margin-left: auto;
}

.hamburger {
  padding: 0.625rem;
  z-index: 9999;
}

.hamburger span {
  display: block;
  width: 1.6875rem;
  height: 0.125rem;
  background-color: #707070;
  border-radius: 0.0625rem;
  transition: 0.3s;
}

.hamburger span:nth-child(2) {
  margin: 0.375rem 0;
}

.hamburger.open span:nth-child(1) {
  transform: translate(0, -1px) rotate(45deg);
  transform-origin: left;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translate(0, 1px) rotate(-45deg);
  transform-origin: left;
}

.header-nav {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .header-nav {
    overflow-y: initial;
    height: 6.25rem;
    width: initial;
  }
}

.header-nav__items {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 25rem;
  width: 18.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: -8.75rem;
}
@media screen and (min-width: 768px) {
  .header-nav__items {
    min-height: inherit;
    flex-direction: row;
    height: 6.25rem;
    position: static;
    margin-top: 0;
    margin-right: 4.25rem;
    margin-left: 0;
    width: initial;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item {
    margin-left: 3.125rem;
    height: inherit;
    margin-left: 3.125rem;
    display: flex;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item:first-child {
    margin-left: 0;
  }
}

.header-nav__item a {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  text-align: center;
  display: block;
  padding: 1.375rem 0;
  color: #fff;
  border-bottom: 1px solid #76ABFF;
}
@media screen and (min-width: 768px) {
  .header-nav__item a {
    color: #707070;
    height: 6.25rem;
    display: flex;
    padding-top: 1.875rem;
    border-bottom: initial;
    font-size: 1.125rem;
    line-height: 1.7222222222;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item::after {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background-color: #56A9F0;
    opacity: 0.5;
    margin-top: 2.625rem;
    margin-left: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item:nth-child(4)::after {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item::before {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 1.25rem;
    left: -0.625rem;
    /*線の形状*/
    width: 80%;
    height: 0.0625rem;
    background: #4C6A84;
    /*アニメーションの指定*/
    transition: all 0.3s;
    transform: scale(0, 1); /*X方向0、Y方向1*/
    transform-origin: center top; /*上部中央基点*/
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item:nth-child(4):before {
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item:hover::before {
    transform: scale(1, 1); /*X方向にスケール拡大*/
  }
}

/*丸の拡大*/
.header__circle {
  position: fixed;
  z-index: 20;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #707070;
  opacity: 0.9;
  /*丸のスタート位置と形状*/
  transform: scale(0); /*scaleをはじめは0に*/
  right: -3.125rem;
  top: 0;
  transition: all 0.6s; /*0.6秒かけてアニメーション*/
}
@media screen and (min-width: 768px) {
  .header__circle {
    display: none;
  }
}

.header__circle.circleactive {
  transform: scale(30); /*クラスが付与されたらscaleを拡大*/
}

/*背景が出現後にナビゲーションを表示*/
.header-nav.panelactive ul {
  opacity: 1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
.header-nav.panelactive ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.2s; /*0.2 秒遅らせて出現*/
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-news {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .top-news {
    margin-top: 10rem;
  }
}

.top-news__items {
  margin-top: 2.5rem;
  width: 18.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .top-news__items {
    margin-top: 5rem;
    width: 81.25rem;
  }
}

.top-news__item {
  margin-top: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .top-news__item {
    border-bottom: 1px solid #4C6A84;
    margin-top: 0;
  }
}

.top-news__item:last-child {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .top-news__item a {
    display: flex;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .top-news__item a::before {
    content: "";
    position: absolute;
    bottom: 3.53125rem;
    right: 5.5rem;
    width: 3.625rem;
    height: 1px;
    background: #707070;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .top-news__item a::after {
    content: "";
    position: absolute;
    bottom: 3.6875rem;
    right: 5.4375rem;
    width: 0.625rem;
    height: 1px;
    background: #707070;
    transform: rotate(35deg);
    transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .top-news__item a:hover::before {
    right: 4.25rem;
  }
}

@media screen and (min-width: 768px) {
  .top-news__item a:hover::after {
    right: 4.1875rem;
  }
}

.top-news__date {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .top-news__date {
    font-size: 1rem;
    line-height: 1.6875;
    margin-left: 5.5rem;
  }
}

.top-news__category {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 0.5rem 0.375rem;
  margin-left: 1.375rem;
  border: 1px solid;
}
@media screen and (min-width: 768px) {
  .top-news__category {
    font-size: 1rem;
    line-height: 1.6875;
    padding: 0.5rem 0.5rem;
    margin-left: 4rem;
  }
}

.top-news__category-red {
  color: #FF7676;
  border: 1px solid #FF7676;
}

.top-news__category-blue {
  color: #76ABFF;
  border: 1px solid #76ABFF;
}

.top-news__text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .top-news__text {
    font-size: 1rem;
    line-height: 1.6875;
    margin-top: 0;
    margin-left: 4rem;
    width: 39.4375rem;
  }
}

.top-news__btn {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-news__btn {
    margin-top: 2.5rem;
  }
}

.top-about {
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .top-about {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .top-about__box {
    display: flex;
    flex-direction: row-reverse;
    max-width: 120rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.top-about__imgs {
  width: 100%;
  max-width: 24.375rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-about__imgs {
    max-width: initial;
    overflow: initial;
    width: 50%;
    display: flex;
    margin-right: 12.5rem;
    margin-left: 0;
  }
}

.top-about__img1 {
  width: 19.6875rem;
  height: 16.875rem;
  object-fit: cover;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.16);
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .top-about__img1 {
    width: 25rem;
    height: 40.4375rem;
    margin-left: 0;
    margin-top: 3.5rem;
    margin-right: -2.5rem;
  }
}

.top-about__img2 {
  width: 19.6875rem;
  height: 16.875rem;
  object-fit: cover;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.16);
  margin-top: -4.1875rem;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .top-about__img2 {
    width: 25rem;
    height: 40.4375rem;
    margin-right: 0;
  }
}

.top-about__inner {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .top-about__inner {
    margin-top: 3.5rem;
  }
}

.top-about__content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.top-about__content h3 {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-about__content h3 {
    font-size: 1.5rem;
    line-height: 1.7083333333;
    margin-top: 5rem;
  }
}

.top-about__text {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-align: center;
  width: 16.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .top-about__text {
    font-size: 1.125rem;
    line-height: 1.7222222222;
    width: initial;
  }
}

.top-about__btn {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .top-about__btn {
    margin-top: 5rem;
  }
}

.top-about__balloon {
  position: absolute;
  top: 96.75rem;
  left: 9.625rem;
}
@media screen and (min-width: 768px) {
  .top-about__balloon {
    top: 98.1875rem;
    left: 95rem;
  }
}

.top-treatment {
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .top-treatment {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .top-treatment__box {
    display: flex;
    max-width: 120rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.top-treatment__imgs {
  width: 100%;
  max-width: 24.375rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-treatment__imgs {
    max-width: initial;
    overflow: initial;
    width: 50%;
    display: flex;
    margin-left: 12.5rem;
    margin-right: 0;
  }
}

.top-treatment__img1 {
  width: 19.6875rem;
  height: 16.875rem;
  object-fit: cover;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.16);
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .top-treatment__img1 {
    width: 25rem;
    height: 40.4375rem;
    margin-left: 0;
    margin-top: 3.5rem;
    margin-right: -2.5rem;
  }
}

.top-treatment__img2 {
  width: 19.6875rem;
  height: 16.875rem;
  object-fit: cover;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.16);
  margin-top: -4.1875rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .top-treatment__img2 {
    width: 25rem;
    height: 40.4375rem;
    margin-right: 0;
  }
}

.top-treatment__inner {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .top-treatment__inner {
    margin-top: 3.5rem;
  }
}

.top-treatment__content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.top-treatment__content h3 {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-treatment__content h3 {
    font-size: 1.5rem;
    line-height: 1.7083333333;
    margin-top: 5rem;
  }
}

.top-treatment__text {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .top-treatment__text {
    font-size: 1.125rem;
    line-height: 1.7222222222;
  }
}

.top-treatment__btn {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .top-treatment__btn {
    margin-top: 5rem;
  }
}

.top-treatment__balloon {
  position: absolute;
  top: 167.75rem;
  left: -33.5625rem;
}
@media screen and (min-width: 768px) {
  .top-treatment__balloon {
    top: 154.875rem;
    left: -22.0625rem;
  }
}

.top-contact {
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .top-contact {
    margin-top: 10rem;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .top-contact__back img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 40rem;
    opacity: 0.4;
  }
}

@media screen and (min-width: 768px) {
  .top-contact::after {
    content: "";
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 31.25rem;
    left: 0;
    background-color: white;
    opacity: 0.4;
  }
}

.top-contact__img {
  width: 100%;
  background-color: #fff;
}

.top-contact__img img {
  aspect-ratio: 1.7277921121;
  width: 100%;
  opacity: 0.4;
  object-fit: cover;
}

.top-contact__inner {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .top-contact__inner {
    padding: 9.375rem 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3;
    margin-top: 18.75rem;
  }
}

.top-contact__text {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-align: center;
  width: 18.4375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .top-contact__text {
    margin-top: 5rem;
    font-size: 1.125rem;
    line-height: 1.7222222222;
    width: initial;
  }
}

.top-contact__btn {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .top-contact__btn {
    margin-top: 5rem;
  }
}

.top-contact__balloon {
  position: absolute;
  top: 256.9375rem;
  left: -10.9375rem;
}

.footer-nav__items {
  border-bottom: 1px solid #4C6A84;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer-nav__items {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
  }
}

.footer-nav__item {
  font-size: 1rem;
  line-height: 1.6875;
  text-align: center;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .footer-nav__item {
    margin-top: 0;
  }
}

.footer-nav__item a {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer-nav__item a {
    padding: 1.25rem 0.625rem 2.5rem 0.625rem;
  }
}

.footer-nav__item:first-child {
  margin-top: 0;
}

.balloon {
  background-color: #EBF5FE;
  border-radius: 50%;
  z-index: -2;
  width: 45.3125rem;
  height: 45.3125rem;
}

.page-mv {
  width: 100%;
  position: relative;
  z-index: 1;
  background-size: 100%;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .page-mv {
    background-size: cover;
    background-position: center;
  }
}

.page-mv::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.3;
}

.page-mv__title {
  position: relative;
  z-index: 3;
  padding: 3.4375rem 0;
}
@media screen and (min-width: 768px) {
  .page-mv__title {
    padding: 5.5625rem 0;
  }
}

.page-mv__title h2 {
  font-size: 3.75rem;
  line-height: 1.7;
  text-align: center;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-mv__title h2 {
    font-size: 5rem;
    line-height: 1.7;
  }
}

.page-mv__title span {
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 768px) {
  .page-mv__title span {
    font-size: 1.5rem;
    line-height: 1.7083333333;
  }
}

.about-footer {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .about-footer {
    margin-top: 0;
  }
}

.treatment-pain {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .treatment-pain {
    margin-top: 7.125rem;
  }
}

.treatment-pain__text {
  font-size: 1rem;
  line-height: 1.6875;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .treatment-pain__text {
    margin-top: 2.5rem;
  }
}

.treatment-pain__items {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .treatment-pain__items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3.75rem;
    width: 82.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.treatment-pain__item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .treatment-pain__item {
    margin-top: 0;
    margin-left: 15rem;
  }
}

.treatment-pain__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .treatment-pain__item:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .treatment-pain__item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .treatment-pain__item:nth-child(n+4) {
    margin-top: 3.75rem;
  }
}

.treatment-pain__item img {
  width: 13.75rem;
  height: 13.75rem;
  object-fit: cover;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .treatment-pain__item img {
    width: 17.5rem;
    height: 17.5rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.treatment-pain__mask {
  display: block;
  line-height: 0; /*行の高さを0にする*/
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, 0.05);
}

.treatment-pain__item a:hover img {
  transform: scale(1.2);
}

.treatment-pain__item p {
  font-size: 1rem;
  line-height: 1.6875;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .treatment-pain__item p {
    font-size: 1.5rem;
    line-height: 1.7083333333;
  }
}

.treatment-upset {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .treatment-upset {
    margin-top: 9.75rem;
  }
}

.treatment-upset__text {
  font-size: 1rem;
  line-height: 1.6875;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .treatment-upset__text {
    margin-top: 2.5rem;
  }
}

.treatment-upset__items {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .treatment-upset__items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3.75rem;
    width: 82.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.treatment-upset__item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .treatment-upset__item {
    margin-top: 0;
    margin-left: 15rem;
  }
}

.treatment-upset__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .treatment-upset__item:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .treatment-upset__item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .treatment-upset__item:nth-child(n+4) {
    margin-top: 3.75rem;
  }
}

.treatment-upset__item img {
  width: 13.75rem;
  height: 13.75rem;
  object-fit: cover;
  margin-right: auto;
  margin-left: auto;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .treatment-upset__item img {
    width: 17.5rem;
    height: 17.5rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.treatment-upset__mask {
  display: block;
  line-height: 0; /*行の高さを0にする*/
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, 0.05);
}

.treatment-upset__item a:hover img {
  transform: scale(1.2);
}

.treatment-upset__item p {
  font-size: 1rem;
  line-height: 1.6875;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .treatment-upset__item p {
    font-size: 1.5rem;
    line-height: 1.7083333333;
  }
}

.treatment-checkup {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .treatment-checkup {
    margin-top: 9.75rem;
    margin-bottom: 12.5rem;
  }
}

.treatment-checkup__text {
  font-size: 1rem;
  line-height: 1.6875;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .treatment-checkup__text {
    margin-top: 2.5rem;
  }
}

.treatment-checkup__items {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .treatment-checkup__items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3.75rem;
    width: 82.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.treatment-checkup__item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .treatment-checkup__item {
    margin-top: 0;
    margin-left: 15rem;
  }
}

.treatment-checkup__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .treatment-checkup__item:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .treatment-checkup__item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .treatment-checkup__item:nth-child(n+4) {
    margin-top: 3.75rem;
  }
}

.treatment-checkup__item img {
  width: 13.75rem;
  height: 13.75rem;
  object-fit: cover;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .treatment-checkup__item img {
    width: 17.5rem;
    height: 17.5rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.treatment-checkup__mask {
  display: block;
  line-height: 0; /*行の高さを0にする*/
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, 0.05);
}

.treatment-checkup__item a:hover img {
  transform: scale(1.2);
}

.treatment-checkup__item p {
  font-size: 1rem;
  line-height: 1.6875;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .treatment-checkup__item p {
    font-size: 1.5rem;
    line-height: 1.7083333333;
  }
}

.page-btn {
  text-align: center;
}

.page-btn a {
  font-size: 1rem;
  line-height: 1.6875;
  color: #fff;
  background-color: #4C6A84;
  padding: 1.875rem 5.5625rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 1.125rem;
    line-height: 1.7222222222;
    padding: 1.9375rem 6.0625rem;
  }
}

.news-list {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .news-list {
    margin-top: 0;
    margin-left: 3.75rem;
  }
}

.news-list__item {
  margin-top: 2rem;
  max-width: 34.6875rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .news-list__item {
    margin-top: 2.5rem;
    max-width: initial;
  }
}

@media screen and (min-width: 768px) {
  .news-list__item:first-child {
    margin-top: 0;
  }
}

.news-list__item a {
  display: flex;
  justify-content: space-between;
}
.news-list__category {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  border: 1px solid;
  display: inline-block;
  padding: 0.125rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .news-list__category {
    font-size: 1rem;
    line-height: 1.6875;
    padding: 0.125rem 0.5rem;
  }
}

.news-list__text {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .news-list__text {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.news-list__date {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .news-list__date {
    font-size: 1rem;
    line-height: 1.6875;
  }
}

.news-list__thumbnail {
  width: 9.375rem;
  height: inherit;
  object-fit: cover;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .news-list__thumbnail {
    width: 18.75rem;
    height: 12.5rem;
    margin-left: 1.875rem;
  }
}

.news-list__btn {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .news-list__btn {
    margin-top: 6.25rem;
  }
}

.news-list__btn ul {
  display: flex;
  justify-content: center;
}

.news-list__btn li a {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  border: 1px solid #707070;
  padding: 0.625rem 0.75rem;
  border-radius: 0.1875rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .news-list__btn li a {
    font-size: 1rem;
    line-height: 1.6875;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    margin-left: 0.75rem;
  }
}

.news-list__btn li:last-child a {
  border: initial;
}

.news-list__btn li a:hover {
  background-color: #4C6A84;
  opacity: 1;
  color: #fff;
}

.news-nav {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .news-nav {
    margin-top: 0;
    background-color: #EBF5FE;
    width: 18.75rem;
    padding: 5rem 2.5rem;
    height: 100%;
    margin-left: auto;
  }
}

.news-nav__archive {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .news-nav__archive {
    margin-top: 7.5rem;
  }
}

.news-nav__title {
  font-size: 1.375rem;
  line-height: 1.6818181818;
  font-weight: 400;
  border-bottom: 1px solid rgba(76, 106, 132, 0.5);
  padding-left: 1.8125rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news-nav__title {
    font-size: 1.75rem;
    line-height: 1.7142857143;
    padding-left: 0;
  }
}

.news-nav__items {
  margin-top: 1.5rem;
  width: 13.6875rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .news-nav__items {
    margin-top: 2.5rem;
  }
}

.news-nav__items li {
  margin-top: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-nav__items li {
    margin-top: 2.5rem;
  }
}

.news-nav__items li:first-child {
  margin-top: 0;
}

.news-nav__items li a {
  font-size: 1rem;
  line-height: 1.6875;
}

.news-nav__items li::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 3px #4C6A84;
  border-right: solid 3px #4C6A84;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 0;
  margin-top: -4px;
  border-radius: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin-top: 6.25rem;
  }
}

.pages {
  display: none;
}

.current {
  border: 1px solid #707070;
  padding: 0.625rem 0.75rem;
  border-radius: 0.1875rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .current {
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    margin-left: 0.75rem;
  }
}

.previouspostslink {
  margin-left: 0;
}

.wp-pagenavi li {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi li {
    margin-left: 0.75rem;
  }
}

.wp-pagenavi a {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  border: 1px solid #707070;
  padding: 0.625rem 0.75rem;
  border-radius: 0.1875rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a {
    font-size: 1rem;
    line-height: 1.6875;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    margin-left: 0.75rem;
  }
}

.wp-pagenavi a:hover {
  background-color: #4C6A84;
  opacity: 1;
  color: #fff;
}

.test {
  font-size: 1rem;
  color: red;
}
@media screen and (min-width: 768px) {
  .test {
    font-size: 3.125rem;
    color: green;
  }
}

@media screen and (min-width: 768px) {
  .top-mv {
    margin-bottom: 1.875rem;
  }
}

.top-mv__inner {
  display: block;
  z-index: -1;
  background-color: #fff;
  box-shadow: 1.875rem 1.875rem #4C6A84;
}
@media screen and (min-width: 768px) {
  .top-mv__inner {
    position: initial;
    display: flex;
    flex-direction: row-reverse;
    background-color: initial;
    box-shadow: initial;
  }
}

.top-mv__slide {
  width: 100%;
  height: inherit;
  object-fit: cover;
  opacity: 0.5;
  box-shadow: 1.875rem 1.875rem #4C6A84;
}
@media screen and (min-width: 768px) {
  .top-mv__slide {
    width: 95.6875rem;
    height: 100%;
    opacity: 1;
    box-shadow: 1.875rem 1.875rem #4C6A84;
    margin-left: auto;
    z-index: -1;
  }
}

.top-mv__slide li {
  margin-top: -6.25rem;
}

.top-mv__slide img {
  aspect-ratio: 0.5266853933;
  width: 100%;
  object-fit: cover;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .top-mv__slide img {
    aspect-ratio: 1.8011764706;
    width: 100%;
    height: inherit;
  }
}

.top-mv__title {
  position: absolute;
  top: 6.4375rem;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .top-mv__title {
    top: 0;
    left: 0;
    position: initial;
    margin-left: 12.6375rem;
    margin-top: 4.66875rem;
  }
}

.top-mv__title img {
  width: 5.46875rem;
  height: 31.551875rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .top-mv__title img {
    width: 9.375rem;
    height: 47rem;
  }
}

.top-mv__balloon {
  position: absolute;
  top: 15rem;
  left: -34.375rem;
}
@media screen and (min-width: 768px) {
  .top-mv__balloon {
    top: 22.375rem;
    left: -10.625rem;
  }
}

.top-access {
  margin-top: 11.125rem;
}
@media screen and (min-width: 768px) {
  .top-access {
    margin-top: 60rem;
  }
}

.top-access__map {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .top-access__map {
    margin-top: 5rem;
    text-align: center;
  }
}

.top-access__map iframe {
  width: 100%;
  height: 25rem;
}
@media screen and (min-width: 768px) {
  .top-access__map iframe {
    width: 40.625rem;
    height: 28.125rem;
  }
}

.top-access__text {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-access__text {
    margin-top: 5rem;
  }
}

.top-access__text p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-access__text p {
    font-size: 1rem;
    line-height: 1.6875;
  }
}

.top-access__time {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .top-access__time {
    margin-top: 5rem;
  }
}

.top-access__time img {
  aspect-ratio: 3.3838383838;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .top-access__time img {
    width: 50rem;
    height: 14.75rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.about-mv {
  background-image: url("../img/common/about/sp_about-mv.jpg");
}
@media screen and (min-width: 768px) {
  .about-mv {
    background-image: url("../img/common/about/about.mv.jpg");
  }
}

.about-doctor {
  margin-top: 6.125rem;
}
@media screen and (min-width: 768px) {
  .about-doctor {
    margin-top: 10rem;
  }
}

.about-doctor__inner h2 {
  font-size: 1.625rem;
  line-height: 1.6923076923;
  font-weight: 400;
  color: #4C6A84;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-doctor__inner h2 {
    font-size: 2.5rem;
    line-height: 1.7;
  }
}

.about-doctor__box {
  margin-top: 2.5rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .about-doctor__box {
    margin-top: 5rem;
    max-width: 95rem;
  }
}

.about-doctor__box img {
  aspect-ratio: 1.5;
  width: 115%;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  box-shadow: 0.125rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .about-doctor__box img {
    aspect-ratio: 1.4985422741;
    margin-right: 0;
    margin-left: 0;
    width: 65%;
  }
}

.about-doctor__content {
  position: relative;
  background-color: #fff;
  padding: 3.75rem 1.25rem;
  box-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, 0.05);
  margin-top: -3rem;
}
@media screen and (min-width: 768px) {
  .about-doctor__content {
    padding: 5rem 2.5rem;
    margin-top: -30.375rem;
    margin-left: 40rem;
  }
}

.about-doctor__content p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .about-doctor__content p {
    font-size: 1.5rem;
    line-height: 1.7083333333;
  }
}

.about-doctor__content h3 {
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .about-doctor__content h3 {
    font-size: 1.875rem;
    line-height: 1.7;
    margin-top: 3.4375rem;
  }
}

.about-doctor__content p:nth-child(3) {
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about-doctor__content p:nth-child(3) {
    padding-top: 1.6875rem;
  }
}

.about-doctor__sign {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .about-doctor__sign {
    margin-top: 3.75rem;
  }
}

.about-doctor__sign p {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .about-doctor__sign p {
    font-size: 1rem;
    line-height: 1.6875;
  }
}

.about-doctor__sign img {
  width: 6.25rem;
  height: 1.5rem;
  object-fit: cover;
  margin-left: auto;
  margin-right: 0.3125rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .about-doctor__sign img {
    width: 10.375rem;
    height: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .about-doctor__balloon1 {
    position: absolute;
    top: 28.875rem;
    left: 91.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .about-doctor__balloon2 {
    position: absolute;
    top: 70.5625rem;
    left: -16.875rem;
  }
}

.about-hospital {
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .about-hospital {
    margin-top: 10rem;
    margin-bottom: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .about-hospital__inner {
    width: 100%;
    max-width: 120rem;
  }
}

.about-hospital__inner h2 {
  color: #4C6A84;
  font-size: 1.625rem;
  line-height: 1.6923076923;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-hospital__inner h2 {
    font-size: 1.875rem;
    line-height: 1.7;
  }
}

.about-hospital__inner p {
  font-size: 1rem;
  line-height: 1.6875;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .about-hospital__inner p {
    font-size: 1.5rem;
    line-height: 1.7083333333;
    margin-top: 5.8125rem;
    max-width: 63.125rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.about-hospital__imgs {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .about-hospital__imgs {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 120rem;
  }
}

.about-hospital__imgs img {
  width: 20.9375rem;
  height: 15.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about-hospital__imgs img {
    margin-top: 0;
    width: 28.125rem;
    height: 20.8125rem;
    margin-right: 0;
    margin-left: 5.3125rem;
  }
}

.about-hospital__imgs img:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .about-hospital__imgs img:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .about-hospital__imgs img:nth-child(n+4) {
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .about-hospital__imgs img:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .about-hospital__balloon3 {
    position: absolute;
    top: 154.8125rem;
    left: 84.875rem;
  }
}

.treatment-mv {
  background-image: url("../img/common/treatment/sp_treatment-mv.jpg");
}
@media screen and (min-width: 768px) {
  .treatment-mv {
    background-image: url("../img/common/treatment/treatment-mv.jpg");
  }
}

.treatment-btn {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .treatment-btn {
    margin-top: 10rem;
    display: flex;
    justify-content: center;
  }
}

.treatment-btn li {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .treatment-btn li {
    margin-top: 0;
    margin-left: 5rem;
  }
}

.treatment-btn li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .treatment-btn li:first-child {
    margin-left: 0;
  }
}

.treatment-btn a {
  font-size: 1rem;
  line-height: 1.6875;
  color: #fff;
  background-color: #4C6A84;
  display: block;
  width: 18.125rem;
  padding-top: 1.8125rem;
  padding-bottom: 1.9375rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .treatment-btn a {
    font-size: 1.125rem;
    line-height: 1.7222222222;
    width: 20rem;
    padding-top: 1.9375rem;
    padding-bottom: 1.9375rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.page-treatment {
  margin-top: 4.5rem;
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .page-treatment {
    margin-top: 10rem;
    margin-bottom: 12.5rem;
  }
}

.page-treatment__thumbnail {
  width: 100%;
  height: 10.5625rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .page-treatment__thumbnail {
    width: 47.5rem;
    height: 26.25rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.page-treatment__content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-treatment__content {
    margin-top: 5rem;
    width: 71.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-treatment__content h2 {
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 400;
  padding-left: 0.75rem;
  border-left: 4px solid #4C6A84;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .page-treatment__content h2 {
    font-size: 1.5rem;
    line-height: 1.7083333333;
    padding-left: 0.625rem;
  }
}

.page-treatment__content p {
  font-size: 1rem;
  line-height: 1.6875;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-treatment__content p {
    margin-top: 3.75rem;
  }
}

.treatment-page__btn {
  margin-top: 6.25rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .treatment-page__btn {
    margin-top: 8.75rem;
  }
}

.news-mv {
  background-image: url("../img/common/news/sp_news-mv.jpg");
}
@media screen and (min-width: 768px) {
  .news-mv {
    background-image: url("../img/common/news/news-mv.jpg");
  }
}

.news-inner {
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .news-inner {
    display: flex;
    margin-bottom: 12.5rem;
    margin-top: 10rem;
    justify-content: center;
  }
}

.news-page {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .news-page {
    margin-top: 0;
    width: 71.25rem;
  }
}

.news-page__thumbnail {
  aspect-ratio: 1.9822485207;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .news-page__thumbnail {
    aspect-ratio: 1.78125;
    width: 100%;
  }
}

.news-page__content {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .news-page__content {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .news-page__meta {
    display: flex;
    align-items: center;
    gap: 62.5rem;
    width: 71.25rem;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .news-page__category {
    border: 1px solid;
    display: inline-block;
    padding: 0.125rem 0.375rem;
    font-size: 1rem;
    line-height: 1.6875;
    padding: 0.125rem 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .news-page__date {
    font-size: 1rem;
    line-height: 1.6875;
    color: black;
    display: inline-block;
    margin-left: 53.125rem;
  }
}

.news-page__title {
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 400;
  border-left: 4px solid #4C6A84;
  padding-left: 0.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-right: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .news-page__title {
    font-size: 1.5rem;
    line-height: 1.7083333333;
    border-left: 6px solid #4C6A84;
    padding-left: 0.625rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    padding-right: 0;
    margin-top: 3.75rem;
  }
}

.news-page__text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 2.5rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .news-page__text {
    font-size: 1rem;
    line-height: 1.6875;
    margin-top: 3.75rem;
    padding-right: 0;
  }
}

.contact-mv {
  background-image: url("../img/common/contact/sp_contact-mv.jpg");
}
@media screen and (min-width: 768px) {
  .contact-mv {
    background-image: url("../img/common/contact/contact-mv.jpg");
  }
}

.contact__inner {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    margin-top: 10rem;
  }
}

.contact__text {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.6875;
  text-align: center;
  text-indent: 1em;
  width: 20.3125rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .contact__text {
    width: initial;
    text-indent: 0;
  }
}

.contact-form {
  margin-top: 5rem;
  background-color: #EBF5FE;
  width: 100vw;
  height: 100%;
  padding-top: 3.75rem;
  margin-left: -1.25rem;
}
@media screen and (min-width: 768px) {
  .contact-form {
    margin-top: 7.5rem;
    padding-top: 7.5rem;
    width: 68.75rem;
    margin-left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 12.5rem;
  }
}

.contact-form__items {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact-form__items {
    padding-right: 0;
    padding-left: 0;
    width: 49.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__list {
    display: flex;
    margin-top: 2.5rem;
  }
}

.contact-form__item {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__item {
    margin-top: 1.0625rem;
    margin-right: auto;
  }
}

.contact-form__item::after {
  content: "必須";
  color: #FF7979;
  border: 1px solid #FF7979;
  padding: 0.25rem 0.375rem;
  margin-left: 1rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .contact-form__item::after {
    padding: 0.3125rem 0.3125rem;
    margin-left: 0.875rem;
  }
}

.contact-form__label {
  font-size: 1rem;
  line-height: 1.6875;
}

.contact-form__area {
  width: 100%;
  background-color: #fff;
  margin-top: 0.875rem;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .contact-form__area {
    width: 31.25rem;
    margin-top: 0;
    margin-left: auto;
  }
}

.contact-form__area input {
  height: 3.125rem;
  padding-left: 1.25rem;
  width: inherit;
}

.contact-form__area textarea {
  height: 12.1875rem;
  padding-left: 1.25rem;
  padding-top: 0.625rem;
  width: inherit;
}

.contact-form__content {
  margin-top: 3.75rem;
}

.contact-form__content p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-align: center;
  margin-right: 1.875rem;
  margin-left: 1.875rem;
}

.contact-form__btn {
  margin-top: 3.75rem;
  padding-bottom: 6.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-form__btn {
    margin-top: 5rem;
    padding-bottom: 7.5rem;
  }
}

.contact-form__btn input {
  padding: 1.875rem 7.0625rem;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6875;
  text-align: center;
  background-color: #4C6A84;
}
@media screen and (min-width: 768px) {
  .contact-form__btn input {
    padding: 1.9375rem 7.75rem;
    font-size: 1.125rem;
    line-height: 1.7222222222;
  }
}

.contact-completion {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .contact-completion {
    margin-top: 10rem;
    margin-bottom: 12.5rem;
  }
}

.contact-completion__text {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .contact-completion__text {
    margin-top: 2.5rem;
  }
}

.contact-completion__text p {
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: 400;
  text-align: center;
}

.contact-completion__btn {
  margin-top: 6.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-completion__btn {
    margin-top: 5rem;
  }
}

.contact-completion__btn a {
  font-size: 1.125rem;
  line-height: 1.7222222222;
  color: #fff;
  background-color: #4C6A84;
  padding: 1.875rem 6.0625rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .contact-completion__btn a {
    padding: 1.9375rem 6.625rem;
  }
}

.news-btn {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  width: 18.125rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .news-btn {
    margin-top: 7.5rem;
    flex-direction: row;
    align-items: center;
    flex-wrap: initial;
    width: initial;
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
  }
}

.news-btn__befor {
  order: 1;
}
.news-btn__befor a {
  font-size: 1.125rem;
  line-height: 1.7222222222;
  padding-left: 1.25rem;
  color: #4C6A84;
}

.news-btn__befor #text {
  color: #4C6A84;
}

.news-btn__after {
  order: 2;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .news-btn__after {
    order: 3;
    margin-left: 0;
  }
}

.news-btn__after a {
  font-size: 1.125rem;
  line-height: 1.7222222222;
  padding-right: 1.25rem;
  color: #4C6A84;
}

.news-btn__back {
  margin-top: 1.5rem;
  order: 3;
}
@media screen and (min-width: 768px) {
  .news-btn__back {
    margin: 0 8.625rem;
    order: 2;
  }
}

#breadcrumbs {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  #breadcrumbs {
    margin-top: 1rem;
  }
}

.breadcrumb_last {
  color: #4C6A84;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

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