@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: "Noto Serif JP", sans-serif;
  font-weight: 400;
}

body {
  color: #707070;
}

html {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.0191082803vw;
  }
}
@media (min-width: 1570px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

.header {
  height: 3.75rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.1607843137) 0 0.125rem 0.625rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    height: 6.25rem;
  }
}

.header__inner {
  height: inherit;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    display: flex;
    justify-content: space-between;
  }
}

.header__logo-wrapper {
  width: 14rem;
  padding: 0.3125rem 0;
}
@media screen and (min-width: 768px) {
  .header__logo-wrapper {
    width: 25.1875rem;
  }
}

.header__logo {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.header__logo a {
  height: inherit;
}

.header__nav {
  height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .header__nav {
    height: 6.25rem;
  }
}

.sp__nav-items {
  color: #fff;
  margin-top: 8.75rem;
}

.sp__nav-item {
  padding-bottom: 1.4375rem;
  margin: 0 auto;
  text-align: center;
  width: 18.5rem;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  border-bottom: 1px;
  border-style: solid;
  border-image-source: linear-gradient(to left, #EBF5FE, rgba(86, 169, 240, 0.5960784314) 50%, #EBF5FE);
  border-image-slice: 1;
}

.sp__nav-item:nth-child(n+2) {
  margin-top: 1.375rem;
}

@media screen and (min-width: 768px) {
  .pc__nav-items {
    color: #707070;
    display: flex !important;
    height: inherit;
    align-items: center;
    margin-right: 3rem;
  }
}

.pc__nav-item {
  font-size: 1.125rem;
  line-height: 1.7222222222;
  position: relative;
}

.pc__nav-item:nth-child(n+2) {
  margin-left: 2.8125rem;
}

.pc__nav-item:nth-child(n+2)::before {
  content: "";
  display: inline-flex;
  width: 0.625rem;
  height: 0.625rem;
  background: rgba(86, 169, 240, 0.5960784314);
  border-radius: 50%;
  margin-right: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .pc__nav-item-text {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .pc__nav-item-text:hover {
    opacity: 1;
  }
}

.pc__nav-item-text::before {
  content: "";
  position: absolute;
  height: 0.0625rem;
  width: 100%;
  background-color: rgba(86, 169, 240, 0.5960784314);
  top: 2.1875rem;
  transform: scale(0, 1);
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .pc__nav-item-text:hover::before {
    transform: scale(1, 1);
  }
}

.footer {
  background-color: #EBF5FE;
  padding-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 0;
  }
}

.footer__inner {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-top: 8.25rem;
    padding-bottom: 7.4375rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .footer__nav {
    margin-left: 12.8125rem;
  }
}

.footer__nav-items {
  border-bottom: 1px solid #4C6A84;
  padding-bottom: 2.25rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__nav-items {
    display: flex;
    padding-bottom: 2.5rem;
  }
}

.footer__nav-item:nth-child(n+2) {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .footer__nav-item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 5.4375rem;
  }
}

.footer__logo-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2.25rem;
}
.footer__logo-wrapper img {
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .footer__logo-wrapper img {
    width: 21.875rem;
  }
}

.footer__info {
  margin-top: 2rem;
  color: #4C6A84;
}
@media screen and (min-width: 768px) {
  .footer__info {
    margin-top: 2.5rem;
  }
}

.footer-address {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .footer-address {
    font-size: 1.5rem;
  }
}

.footer-tel {
  margin-top: 0.875rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer-tel {
    font-size: 3.75rem;
  }
}

.footer__copy {
  background-color: #4C6A84;
  color: #fff;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    height: 6.25rem;
  }
}

.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: 1570px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

#g-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  #g-nav {
    display: block;
  }
}

#g-nav.panelactive {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  display: block;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

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

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

/*ナビゲーションの縦スクロール*/
#g-nav-list {
  display: none; /*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  #g-nav-list {
    display: block;
    position: static;
  }
}

#g-nav.panelactive #g-nav-list {
  display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
  opacity: 0; /*はじめは透過0*/
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  #g-nav ul {
    opacity: initial;
    visibility: visible;
  }
}

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

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

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 9999; /*ボタンを最前面に*/
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .openbtn1 {
    display: none;
  }
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0.875rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: #4C6A83;
  width: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .openbtn1 span {
    display: none;
  }
}

.openbtn1 span:nth-of-type(1) {
  top: 0.9375rem;
}

.openbtn1 span:nth-of-type(2) {
  top: 1.4375rem;
}

.openbtn1 span:nth-of-type(3) {
  top: 1.9375rem;
}

.openbtn1.active span:nth-of-type(1) {
  top: 1.125rem;
  left: 1.125rem;
  transform: translateY(6px) rotate(-45deg);
  width: 1.6875rem;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 1.875rem;
  left: 1.125rem;
  transform: translateY(-6px) rotate(45deg);
  width: 1.6875rem;
}

.circle {
  width: 45.3125rem;
  height: 45.3125rem;
  background: #EBF5FE;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.of {
  overflow: hidden;
  position: relative;
}

.orange {
  color: #FFB576;
  border-color: #FFB576;
}

.red {
  color: #FF7676;
  border-color: #FF7676;
}

.blue {
  color: #76ABFF;
  border-color: #76ABFF;
}

.part-mv {
  margin-top: 3.75rem;
  width: 100%;
  height: 13.75rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .part-mv {
    margin-top: 6.25rem;
  }
}

.part-mv::after {
  content: "";
  display: block;
  position: relative;
  width: inherit;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.part-mv__inner {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
}

.part__title-wrapper {
  color: #fff;
  text-align: center;
}

.part-title {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .part-title {
    font-size: 5rem;
  }
}

.part-text {
  margin-top: 0.75rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .part-text {
    font-size: 1.5rem;
  }
}

.back__wrapper {
  margin-top: 0.75rem;
  color: #4C6A84;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .back__wrapper {
    margin-top: 1.125rem;
  }
}

.back-btn {
  opacity: 0.5;
}

.mini-arrow {
  margin-left: 0.5rem;
}

.back-text {
  margin-left: 0.5rem;
}

.detail {
  padding: 2.875rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .detail {
    padding: 8.125rem 0 12.5rem;
  }
}

.detail-inner {
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .detail-inner {
    padding: 0 1.5625rem;
    margin: 0 auto;
    max-width: 74.375rem;
  }
}

.detail__img {
  width: 100%;
  height: 10.5625rem;
}
@media screen and (min-width: 768px) {
  .detail__img {
    width: 47.5rem;
    height: 26.25rem;
    margin: 0 auto;
  }
}

.detail__img img {
  object-fit: cover;
  height: inherit;
}

.detail-title {
  margin-top: 2.5rem;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 3rem;
  border-left: 0.25rem solid #4C6A84;
  padding-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .detail-title {
    margin-top: 5rem;
    font-size: 1.5rem;
    line-height: 1.7083333333;
    border-left: 0.375rem solid #4C6A84;
    padding-left: 0.625rem;
    line-height: 3.75rem;
  }
}

.detail-text {
  margin-top: 2.5rem;
  line-height: 1.6875;
}
@media screen and (min-width: 768px) {
  .detail-text {
    margin-top: 3.75rem;
  }
}

.detail__btn {
  margin-top: 5rem;
}

.top-mv {
  margin-top: 3.75rem;
  position: relative;
  height: calc(100vh - 5.625rem);
}
@media screen and (min-width: 768px) {
  .top-mv {
    margin-top: 6.25rem;
    height: calc(100vh - 8.125rem);
  }
}

.top-mv::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  height: inherit;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .top-mv::before {
    display: none;
  }
}

.top-mv__inner {
  width: 100%;
  height: inherit;
}

.top-mv__wrapper {
  height: inherit;
}

.mv__text-img {
  width: 100%;
  height: inherit;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.1607843137) 0 0.1875rem 0.375rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .mv__text-img {
    box-shadow: none;
    justify-content: initial;
    align-items: flex-end;
    padding-left: 10%;
  }
}

.mv__text-img img {
  width: 5.46875rem;
}
@media screen and (min-width: 768px) {
  .mv__text-img img {
    width: 9.375rem;
    height: 43.75rem;
  }
}

#slider {
  height: inherit;
  width: 100%;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  #slider {
    display: block;
    width: 80%;
    height: inherit;
    margin: 0 0 0 auto;
    box-shadow: rgba(0, 0, 0, 0.1607843137) 0 0.1875rem 0.375rem;
  }
}

.top-bgc {
  background-color: #4C6A84;
  height: 1.875rem;
  width: 90%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top-bgc {
    width: 78%;
    z-index: 2;
  }
}

.mv-circle {
  left: -34.375rem;
  top: 22.375rem;
}
@media screen and (min-width: 768px) {
  .mv-circle {
    left: -10.625rem;
    top: 22.375rem;
  }
}

.top-news {
  padding-top: 5.625rem;
  position: relative;
  z-index: 2;
}

.top-news__inner {
  width: 21.25rem;
}
@media screen and (min-width: 768px) {
  .top-news__inner {
    width: 81.25rem;
  }
}

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

.news__item {
  display: block;
  padding-bottom: 1.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .news__item {
    padding-bottom: 2.5rem;
  }
}

.news__item:last-of-type {
  padding-bottom: 0;
}

.news__item:nth-child(n+2) {
  padding-top: 1.90625rem;
  border-top: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .news__item:nth-child(n+2) {
    padding-top: 2.5rem;
    border-top: 1px solid rgba(86, 169, 240, 0.5960784314);
  }
}

@media screen and (min-width: 768px) {
  .news__item-meta {
    display: flex;
    align-items: center;
    padding-left: 3.125rem;
  }
}

.news__item-date {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .news__item-date {
    font-size: 1rem;
    line-height: 1.6875;
  }
}

.news__item-category {
  display: inline-block;
  border: 1px solid;
  padding: 0.4375rem 0.375rem;
  margin-left: 1.375rem;
  font-size: 0.875rem;
  line-height: 1;
  min-width: 7.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news__item-category {
    font-size: 1rem;
    margin-left: 4rem;
  }
}

.news__item-title {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: normal;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .news__item-title {
    margin-top: initial;
    margin-left: 3.5rem;
    font-size: 1rem;
    line-height: 1.6875;
    max-width: 39.4375rem;
  }
}

.news-circle {
  right: -31.5rem;
}
@media screen and (min-width: 768px) {
  .news-circle {
    right: -22.6875rem;
    top: 35.625rem;
  }
}

@media screen and (min-width: 768px) {
  .arrow::before {
    content: "";
    height: 1px;
    background-color: #707070;
    position: absolute;
    width: 5rem;
    top: 0;
    right: 0;
    transition: all 0.4s linear;
  }
}

@media screen and (min-width: 768px) {
  .arrow::after {
    content: "";
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: -0.8125rem;
    right: 0.3125rem;
    /*矢印の形状*/
    width: 1px;
    height: 0.9375rem;
    background: #707070;
    transform: skewX(50deg);
    /*アニメーションの指定*/
    transition: all 0.2s linear;
  }
}

.arrow {
  position: absolute;
  right: 3.125rem;
  transition: all 0.2s linear;
}

/*hoverした際の移動*/
.news__item a:hover {
  opacity: 0.7;
}

.news__item a:hover .arrow {
  right: 1.875rem;
  transition: all 0.2s linear;
}

.top__btn {
  display: block;
  width: 18.125rem;
  background-color: #fff;
  border: 1px solid #707070;
  padding: 1.8125rem 0;
  text-align: center;
  position: relative;
  margin: 3.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .top__btn {
    width: 20rem;
    margin: 5rem auto 0;
    transition: 0.3s;
  }
  .top__btn:hover {
    opacity: 1;
  }
}

.top__btn-text {
  font-size: 1rem;
  line-height: 1.6875;
}
@media screen and (min-width: 768px) {
  .top__btn-text {
    font-size: 1.125rem;
    line-height: 1.7222222222;
  }
}

.top__btn::before {
  content: "";
  height: 1px;
  background-color: #707070;
  width: 3.125rem;
  position: absolute;
  top: 2.5rem;
  right: 1rem;
  transition: all 0.2s linear;
}
@media screen and (min-width: 768px) {
  .top__btn::before {
    width: 5rem;
    right: -2.5rem;
  }
}

.top__btn::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 37%;
  right: 1.375rem;
  /*矢印の形状*/
  width: 1px;
  height: 0.625rem;
  background: #707070;
  transform: skewX(50deg);
  /*アニメーションの指定*/
  transition: all 0.2s linear;
}
@media screen and (min-width: 768px) {
  .top__btn::after {
    top: 38%;
    right: -2.1875rem;
  }
}

.top__btn:hover {
  background-color: #4c6a84;
  color: #fff;
}

/*hoverした際の移動*/
.top__btn:hover::before {
  right: -1.25rem;
}
@media screen and (min-width: 768px) {
  .top__btn:hover::before {
    right: -3.125rem;
  }
}

.top__btn:hover::after {
  right: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .top__btn:hover::after {
    right: -2.8125rem;
  }
}

.top-title {
  width: auto;
  text-align: center;
  margin: 0 auto;
}

.top-title__img {
  display: inline-block;
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .top-title__img {
    width: 4.375rem;
  }
}

.top-title__img img {
  object-fit: cover;
}

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

.top-subtitle {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .top-subtitle {
    font-size: 1rem;
    line-height: 1.6875;
  }
}

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

.about__inner {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .about__inner {
    flex-direction: initial;
    justify-content: center;
  }
}

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

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

.about-title {
  font-size: 1.25rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .about-title {
    font-size: 1.5rem;
    line-height: 1.7083333333;
  }
}

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

.about__img__wrapper {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .about__img__wrapper {
    width: 47.5rem;
  }
}

.about__img__wrapper img {
  width: 19.6875rem;
  height: 16.875rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .about__img__wrapper img {
    width: 47.5rem;
    height: initial;
  }
}

.sp-about-img1 {
  margin-top: -4.1875rem;
  transform: scale(-1, 1);
}

.sp-about-img2 {
  margin-left: auto;
}

.sp-treatment-img1 {
  margin-left: auto;
  margin-top: -4.1875rem;
}

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

.treatment-circle {
  top: 1.9375rem;
  left: -33.5625rem;
}
@media screen and (min-width: 768px) {
  .treatment-circle {
    top: -7.1875rem;
    left: -22.5625rem;
  }
}

.top-contact {
  margin-top: 7.5rem;
  padding-bottom: 6.125rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-contact {
    margin-top: 10rem;
    padding-bottom: 0;
  }
}

.contact__img {
  width: 100%;
  height: 13.5625rem;
  position: relative;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .contact__img {
    height: 40rem;
    z-index: 1;
  }
}

.contact__img img {
  height: inherit;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .contact__img img {
    object-position: top;
  }
}

.contact__body {
  margin-top: 3.75rem;
  padding: 0 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__body {
    margin-top: 5rem;
    padding: 0 1.5625rem;
    width: 100%;
    position: absolute;
    top: 0%;
    z-index: 2;
  }
}

.contact-text {
  margin-top: 2.5rem;
  font-size: 0.875rem;
}

.contact-circle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.top-access {
  padding: 5rem 0 7.5rem 0;
}
@media screen and (min-width: 768px) {
  .top-access {
    padding: 10rem 0 12.5rem 0;
  }
}

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

.access__map {
  min-width: 20.9375rem;
  height: 25rem;
}
@media screen and (min-width: 768px) {
  .access__map {
    width: 40.625rem;
    height: 28.125rem;
    margin: 0 auto;
  }
}

.access__map iframe {
  width: 100%;
  height: 100%;
}

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

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

.about-mv {
  background-image: url(../img/about/about_mv.jpg);
}

@media screen and (min-width: 768px) {
  .about-dc {
    position: relative;
  }
}

.dc-title {
  margin-top: 4.5rem;
  color: #4C6A84;
  font-weight: normal;
  font-size: 1.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .dc-title {
    font-size: 2.5rem;
  }
}

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

.dc__img {
  margin: 0 -1.25rem;
}
@media screen and (min-width: 768px) {
  .dc__img {
    margin: initial;
    width: 64.25rem;
  }
}

.dc__img img {
  object-fit: cover;
}

.dc__body {
  margin-top: -3rem;
  padding: 3.75rem 1.25rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.0509803922) 0.125rem 0.125rem 0.375rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  position: relative;
}
@media screen and (min-width: 768px) {
  .dc__body {
    width: 55rem;
    margin-top: 12.5rem;
    margin-left: -24.25rem;
    padding: 5rem 2.5rem;
    font-size: 1.5rem;
    line-height: 1.7083333333;
  }
}

.dc__body-text:nth-child(n+2) {
  margin-top: 0.625rem;
}

.dc__body-attention {
  margin-top: 3.125rem;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .dc__body-attention {
    margin-top: 3.75rem;
    font-size: 1.875rem;
  }
}

.dc__sin {
  margin-top: 2.625rem;
  text-align: end;
}

.dc-sin {
  color: #000;
}
@media screen and (min-width: 768px) {
  .dc-sin {
    font-size: 1rem;
  }
}

.dc__sin__img {
  margin-top: 0.5rem;
  width: 6.25rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .dc__sin__img {
    margin-top: 0.625rem;
    width: 10.375rem;
  }
}

@media screen and (min-width: 768px) {
  .dc-circle-1st {
    position: absolute;
    top: 10.125rem;
    right: -16.875rem;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .dc-circle-2nd {
    position: absolute;
    top: 45.5625rem;
    left: -16.875rem;
    z-index: -1;
  }
}

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

.hospital-title {
  text-align: center;
  font-weight: normal;
  font-size: 1.625rem;
  color: #4C6A84;
}
@media screen and (min-width: 768px) {
  .hospital-title {
    font-size: 1.875rem;
  }
}

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

.hospital__body-text:nth-child(n+2) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .hospital__body-text:nth-child(n+2) {
    margin-top: initial;
  }
}

.hospital__img {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .hospital__img {
    flex-direction: initial;
    flex-wrap: wrap;
    gap: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .hospital-img {
    width: 28.125rem;
  }
}

@media screen and (min-width: 768px) {
  .hospital-img:nth-child(n+2) {
    margin-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .hospital-img:nth-child(4n) {
    margin-left: initial;
  }
}

.hospital-img img {
  object-fit: cover;
}

.hospital-circle {
  position: absolute;
  right: -10.1875rem;
  bottom: -7.1875rem;
  z-index: -1;
}

.treatment-mv {
  background-image: url(../img/treatment/treatment_mv.jpg);
}

.treatment-btn__wrapper {
  margin-top: 2.875rem;
  text-align: center;
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .treatment-btn__wrapper {
    display: block;
    margin-top: 8.125rem;
  }
}

.treatment__btn {
  margin: 0 auto;
  width: 18.125rem;
  height: 4.75rem;
  background-color: #4C6A84;
  color: #fff;
  display: inline-block;
  transition: 0.7s;
}
@media screen and (min-width: 768px) {
  .treatment__btn {
    width: 20rem;
    height: 5rem;
  }
}

.treatment__btn:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .treatment__btn:nth-child(n+2) {
    margin-top: initial;
    margin-left: 5rem;
  }
}

.treatment-btn {
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.treatment-btn-text {
  font-size: 1rem;
  line-height: 1.6875;
}
@media screen and (min-width: 768px) {
  .treatment-btn-text {
    font-size: 1.125rem;
    line-height: 1.7222222222;
  }
}

.treatment-section {
  padding-top: 5rem;
}

.treatment-section:last-of-type {
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .treatment-section:last-of-type {
    padding-bottom: 12.5rem;
  }
}

.treatment-section__inner {
  max-width: 85.625rem;
}

.treatment__title {
  width: 100%;
  text-align: center;
}

.treatment-title__img {
  width: 3.75rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .treatment-title__img {
    width: 4.375rem;
  }
}

.treatment-title__img img {
  object-fit: cover;
}

.treatment-title-text {
  margin-top: 0.75rem;
  font-weight: normal;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .treatment-title-text {
    font-size: 1.875rem;
  }
}

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

.treatment__body {
  margin-top: 2.5rem;
  text-align: center;
  display: grid;
}
@media screen and (min-width: 768px) {
  .treatment__body {
    margin-top: 3.75rem;
    display: flex;
  }
}

.treatment-body__img {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .treatment-body__img {
    width: 25rem;
    text-align: center;
  }
}

.treatment-body__img img {
  display: inline-block;
  width: 13.75rem;
  height: 13.75rem;
  box-shadow: rgba(0, 0, 0, 0.0509803922) 0.125rem 0.125rem 0.375rem;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .treatment-body__img img {
    width: 17.5rem;
    height: 17.5rem;
  }
}

.treatment-body-title {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .treatment-body-title {
    margin-top: 1.25rem;
    font-size: 1.5rem;
  }
}

.zoomIn:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .zoomIn:nth-child(n+2) {
    margin-top: initial;
    margin-left: 3.75rem;
  }
}

.zoomIn img {
  transform: scale(1);
  transition: 0.3s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn a:hover img { /*hoverした時の変化*/
  transform: scale(1.2); /*拡大の値を変更したい場合はこの数値を変更*/
}

/*　画像のマスク　*/
.mask {
  display: inline-block;
  line-height: 0; /*行の高さを0にする*/
  overflow: hidden; /*拡大してはみ出る要素を隠す*/
  border-radius: 50%;
}

.news-mv {
  background-image: url(../img/news/news_mv.jpg);
}

.news-item {
  padding-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .news-item {
    padding-top: 8.125rem;
    padding-bottom: 18.75rem;
  }
}

@media screen and (min-width: 768px) {
  .news-item__inner {
    display: flex;
    justify-content: space-between;
  }
}

.news-items {
  width: 100%;
  padding-bottom: 5.75rem;
}
@media screen and (min-width: 768px) {
  .news-items {
    width: 68.75rem;
    padding-bottom: initial;
  }
}

.news-item__body {
  display: flex;
  justify-content: space-between;
  height: 5.875rem;
}
@media screen and (min-width: 768px) {
  .news-item__body {
    height: 12.5rem;
  }
}

.news-item-category {
  display: inline-block;
  border: 1px solid;
  padding: 0.4375rem 0.3125rem;
  font-size: 0.875rem;
  line-height: 1;
  min-width: 7.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news-item-category {
    padding: 0.4375rem;
    font-size: 1rem;
    min-width: 8.9375rem;
  }
}

.news__item-text {
  margin-top: 0.375rem;
  font-size: 1rem;
  line-height: 1.125;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .news__item-text {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.news-item-date {
  display: block;
  margin-top: 0.4375rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .news-item-date {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.news-item__img {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .news-item__img {
    margin-left: 1.875rem;
  }
}

.news-item__img img {
  object-fit: cover;
  aspect-ratio: 120/94;
  width: 7.5rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .news-item__img img {
    aspect-ratio: 300/200;
    width: 18.75rem;
  }
}

.news-item__body:nth-child(n+2) {
  margin-top: 2rem;
}

.wp-pagenavi {
  margin-top: 6.25rem;
  text-align: center;
}

.wp-pagenavi .previouspostslink {
  font-size: 1.875rem;
  border: none;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
}

.wp-pagenavi .page {
  border-radius: 0.25rem;
  border-color: #707070;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 0;
  margin: 0.375rem;
}

.wp-pagenavi .current {
  background-color: #4C6A84;
  border-radius: 0.25rem;
  border-color: #707070;
  color: #fff;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 0;
  margin: 0.375rem;
}

.wp-pagenavi .nextpostslink {
  font-size: 1.875rem;
  border: none;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
}

.extend {
  border: none !important;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
}

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

.news-nav-title {
  border-bottom: 1px solid rgba(86, 169, 240, 0.5960784314);
  font-size: 1.375rem;
  font-weight: normal;
  padding-left: 1.8125rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news-nav-title {
    padding-left: initial;
    font-size: 1.75rem;
  }
}

.news-nav-title:nth-child(n+2) {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .news-nav-title:nth-child(n+2) {
    margin-top: 7.5rem;
  }
}

.news-nav__category {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news-nav__category {
    margin-top: 2.5rem;
    height: 12.5rem;
  }
}

.news-nav-item {
  padding-left: 3.75rem;
  font-size: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-nav-item {
    padding-left: initial;
  }
}

.news-nav-item a {
  width: 100%;
  display: inline-block;
}

.news-nav-item::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  position: absolute;
  right: 3.5625rem;
  top: 0.5rem;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .news-nav-item::after {
    right: 0;
  }
}

.news-nav-item:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .news-nav-item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .news-detail__body {
    width: 71.25rem;
  }
}

.news-detail__img {
  width: 100%;
}

.new-detail__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2rem;
  margin-top: 5rem;
}

.news-detail-date {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .desktop__btn-flex {
    display: flex;
    width: 54.125rem;
    margin: 7.5rem auto 0;
    justify-content: center;
    position: relative;
  }
}

.news-detail__btn {
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  color: #4c6a84;
  width: 18.125rem;
  padding: 0 1.875rem;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.7222222222;
}

.news-detail__btn::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  position: absolute;
  left: 0rem;
  top: 0.6875rem;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .news-detail__btn::before {
    right: 0;
  }
}

.news-detail__btn::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  position: absolute;
  right: 0rem;
  top: 0.6875rem;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .news-detail__btn::after {
    right: 0;
  }
}

.news-detail-btn_before::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  position: absolute;
  left: 0rem;
  top: 2.1875rem;
  transform: rotate(-135deg);
}

.news-detail-btn_after::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  position: absolute;
  right: 0rem;
  top: 2.1875rem;
  transform: rotate(45deg);
}

.news-detail-btn_before {
  margin-top: 1.875rem;
  align-items: center;
}

.news-detail-btn_before a {
  display: inline-block;
  margin-right: 8.625rem;
}

.news-detail-btn_after {
  margin-top: 1.875rem;
  align-items: center;
}

.news-detail-btn_after a {
  display: inline-block;
  margin-left: 8.625rem;
}

.news-detail__wrapper {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news-detail__wrapper {
    margin-top: initial;
  }
}

.news-detail__nav {
  padding-bottom: 0;
}

.contact-mv {
  background-image: url(../img/contact/contact_mv.jpg);
}

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

.contact-title-text {
  margin-top: 0.75rem;
  font-size: 1.625rem;
  line-height: 1.6923076923;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .contact-title-text {
    font-size: 1.875rem;
    line-height: 1.7;
  }
}

.contact-subtitle {
  margin-top: 2.5rem;
  line-height: 1.6875;
}

.contact-from {
  background-color: #EBF5FE;
  padding: 3.75rem 0 6.25rem;
  margin: 5rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .contact-from {
    padding: 7.5rem 6.25rem;
    margin: 7.5rem auto 12.5rem;
    width: 62.5rem;
  }
}

@media screen and (min-width: 768px) {
  .from-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .from-item_textarea {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem;
  }
}

.from-item_textarea .from-title-wrapper {
  margin-top: 0.75rem;
}

.required {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #FF7979;
  color: #FF7979;
  padding: 0.25rem 0.3125rem;
  line-height: 1;
  margin-left: 1rem;
}

.from-item:nth-child(n+2) {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .from-item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.from-input-wrapper {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .from-input-wrapper {
    margin-top: 0;
  }
}

.from-input-wrapper input[type=text],
.from-input-wrapper input[type=tel],
.from-input-wrapper input[type=email] {
  background-color: #fff;
  width: 100%;
  height: 3.125rem;
  padding: 1.0625rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .from-input-wrapper input[type=text],
  .from-input-wrapper input[type=tel],
  .from-input-wrapper input[type=email] {
    width: 31.25rem;
  }
}

.from-input-wrapper textarea {
  background-color: #fff;
  width: 100%;
  padding: 1.0625rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .from-input-wrapper textarea {
    width: 31.25rem;
    height: 13.5625rem;
  }
}

.from-input-wrapper input::placeholder,
.from-input-wrapper textarea::placeholder {
  color: #AFAFAF;
}

.from-attention-text {
  margin-top: 3.75rem;
  text-align: center;
  font-size: 0.875rem;
}

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

/*ボタンのデフォルトのスタイルを無効化する*/
input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 4.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
}
@media screen and (min-width: 768px) {
  input[type=submit] {
    font-size: 1.125rem;
  }
}

span.wpcf7-spinner {
  display: none;
}

.contact-from__btn {
  width: 18.125rem;
  height: 4.75rem;
  background-color: #4C6A84;
  color: #fff;
  display: inline-block;
  transition: 0.7s;
}

.contact-from__btn:hover {
  opacity: 0.7;
}

.contact-end {
  padding-bottom: 6.25rem;
}

.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 */
