@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;
  overflow: auto;
}

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

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", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
}

body {
  color: #707070;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@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;
}
@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

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

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

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

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}

.header__logo {
  width: 13.9375rem;
  height: inherit;
  margin: 0.3125rem 0;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 25rem;
    z-index: 15;
  }
}

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

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

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

.footer {
  margin-top: 7.5rem;
}

.footer__nav {
  background-color: #ebf5fe;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    height: 26.5rem;
  }
}

.footer__nav a {
  padding: 0.625rem;
}

@media screen and (min-width: 768px) {
  .footer__nav-body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
}

.footer__nav-list {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer__nav-list {
    display: flex;
    margin-left: 40%;
    margin-top: 5%;
  }
}

.footer__nav-list::after {
  content: "";
  border: 0.9px solid rgba(98, 171, 224, 0.3);
  width: 20.9375rem;
  display: flex;
  margin: 2.5rem auto;
}
@media screen and (min-width: 768px) {
  .footer__nav-list::after {
    display: none;
  }
}

.footer__nav-item {
  font-size: 1rem;
  line-height: 1.6875;
}
@media screen and (min-width: 768px) {
  .footer__nav-item {
    padding: 0 1.875rem 1.25rem;
    border-bottom: 1px solid rgba(98, 171, 224, 0.3);
  }
}

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

.footer__logo img {
  width: 11.25rem;
  height: 4.625rem;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__logo img {
    width: 21.875rem;
    height: 9.0625rem;
    position: absolute;
    left: 18%;
    margin-top: 1.875rem;
  }
}

.footer__contact {
  padding: 2rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .footer__contact {
    text-align: center;
    margin-left: 40%;
  }
}

.footer__address {
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .footer__address {
    font-size: 1.5rem;
    line-height: 1.7083333333;
    letter-spacing: 0.075rem;
  }
}

.footer__tel {
  font-size: 1.5rem;
  line-height: 1.7083333333;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .footer__tel {
    font-size: 2.5rem;
    line-height: 1.7;
    margin-top: 0;
  }
}

.footer__copyright {
  background-color: #4c6a84;
  width: 100%;
  height: 3.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    height: 6.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.footer__copyright small {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  color: #fff;
  display: inline-block;
  margin: 0.9375rem 0;
}
@media screen and (min-width: 768px) {
  .footer__copyright small {
    margin: 1.875rem 0;
  }
}

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

.top-btn {
  margin-top: 3.75rem;
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  border: 1px solid #707070;
  padding: 1.875rem 6.25rem;
  display: inline-block;
  text-align: center;
  color: #707070;
  /*アニメーションの指定*/
  transition: all 0.2s linear;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .top-btn {
    margin-top: 5rem;
    padding: 1.9375rem 6.25rem;
  }
}

.top-btn:hover {
  background: #4c6a84;
  color: #fff;
  opacity: 1;
}

/*矢印と下線の形状*/
.top-btn::before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  /*下線の形状*/
  width: 3.625rem;
  height: 0.0625rem;
  background: #4c6a84;
  /*アニメーションの指定*/
  transition: all 0.2s linear;
}
@media screen and (min-width: 768px) {
  .top-btn::before {
    right: -10%;
    height: 0.075rem;
  }
}

.top-btn::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  right: 1.3125rem;
  /*矢印の形状*/
  width: 0.125rem;
  height: 0.75rem;
  background: #4c6a84;
  transform: skew(45deg);
  /*アニメーションの指定*/
  transition: all 0.2s linear;
}
@media screen and (min-width: 768px) {
  .top-btn::after {
    top: 38%;
    right: -8.5%;
  }
}

/*hoverした際の移動*/
.top-btn:hover::before {
  right: -10%;
}
@media screen and (min-width: 768px) {
  .top-btn:hover::before {
    right: -16%;
  }
}

.top-btn:hover::after {
  right: -8%;
}
@media screen and (min-width: 768px) {
  .top-btn:hover::after {
    right: -14.5%;
  }
}

.top-section {
  text-align: center;
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .top-section {
    margin-top: 10rem;
    width: 100%;
  }
}

.top-section img {
  margin: 0 auto;
  width: 3.75rem;
  height: 3.625rem;
}
@media screen and (min-width: 768px) {
  .top-section img {
    width: 4.375rem;
    height: 3.625rem;
  }
}

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

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

.hamburger {
  padding: 0.625rem;
}

.hamburger span {
  display: block;
  width: 1.6875rem;
  height: 0.125rem;
  background-color: #4c6a84;
  transition: 0.3s;
}

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

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

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

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

.header-nav {
  width: 100%;
  height: 100vh;
  background-color: #707070;
  opacity: 80%;
  overflow-y: scroll;
  margin-top: 3.75rem;
  position: fixed;
  z-index: 10;
  top: 0;
}
@media screen and (min-width: 768px) {
  .header-nav {
    width: initial;
    height: inherit;
    overflow-y: initial;
    background-color: #fff;
    opacity: initial;
    margin-top: initial;
  }
}

.header-nav__items {
  height: inherit;
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
  text-align: center;
  min-height: 25rem;
}
@media screen and (min-width: 768px) {
  .header-nav__items {
    min-height: initial;
    flex-direction: row;
    margin-top: initial;
    justify-content: end;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item {
    height: inherit;
    display: flex;
    align-items: center;
  }
}

.header-nav__item a {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  padding: 1.375rem 0;
  display: block;
  border-bottom: 0.5px solid rgb(118, 209, 209);
  width: 18.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header-nav__item a {
    color: #707070;
    font-size: 1.125rem;
    line-height: 1.7222222222;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
    position: relative;
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item a::before {
    content: "";
    position: absolute;
    width: calc(100% - 8.75rem);
    height: 0.0625rem;
    background-color: rgba(98, 171, 224, 0.3);
    bottom: 1.875rem;
    transform: scale(0, 1);
    transition: 0.5s;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item:nth-child(n+2)::before {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background-color: rgba(86, 169, 240, 0.5960784314);
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item a:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item a:hover::before {
    transform: scale(1, 1);
  }
}

.header-nav__circle.circle-active {
  transform: scale(50);
}

.header-nav__circle {
  position: fixed;
  z-index: 5;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(112, 112, 112, 0.9);
  transform: scale(0);
  right: -50px;
  top: -50px;
  transition: all 0.8s;
}

@media screen and (min-width: 768px) {
  .mv-section__inner {
    width: 95rem;
  }
}

.mv-section__wrapper {
  background-color: #000000;
  height: auto;
  position: relative;
  width: 100vw;
  margin: 3.75rem calc(50% - 50vw) 0;
}
@media screen and (min-width: 768px) {
  .mv-section__wrapper {
    height: 18.75rem;
    margin-top: 6.25rem;
  }
}

.mv-section__wrapper img {
  background-color: #000000;
  opacity: 0.7;
  height: auto;
  object-fit: cover;
  width: 100vw;
  height: 13.75rem;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .mv-section__wrapper img {
    height: 18.75rem;
  }
}

.mv-section__title {
  position: absolute;
  color: #fff;
  font-size: 3.75rem;
  line-height: 1.7;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .mv-section__title {
    font-size: 5rem;
    line-height: 1.7;
  }
}

.mv-section__subtitle {
  position: absolute;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6875;
  margin-top: 0.75rem;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .mv-section__subtitle {
    font-size: 1.5rem;
    line-height: 1.7083333333;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 8s linear 0s normal both;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper {
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .swiper {
    width: 98.75rem;
    margin-right: initial;
    opacity: 1;
  }
}

.swiper-slide {
  background-color: #fff;
}

.breadcrumb {
  display: flex;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    margin-top: 1rem;
  }
}

.breadcrumb li {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #4c6a84;
}

.breadcrumb li a {
  opacity: 0.5;
}

.breadcrumb li::after {
  content: "＞";
  display: inline-block;
  margin: 0 0.5rem;
}

.breadcrumb li:last-child::after {
  display: none;
}

.btn {
  width: 18.125rem;
  height: 4.75rem;
  font-size: 1rem;
  border: 1px solid #707070;
  background-color: #4c6a84;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 1.875rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 20rem;
    height: 5rem;
    font-size: 1.125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

.section {
  height: 13.75rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section {
    width: 33.75rem;
    height: 12.5rem;
  }
}

.section__img {
  width: 3.75rem;
  height: 3.125rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section__img {
    width: 4.375rem;
    height: 3.625rem;
  }
}

.section__title {
  font-size: 1.625rem;
  line-height: 1.6923076923;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 1.875rem;
    line-height: 1.7;
  }
}

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

.section__text p:nth-of-type(2) {
  margin-top: -0.625rem;
}

.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: opacity 1.5s, transform 1.5s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

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

.top-mv__text {
  width: 5.46875rem;
  height: 31.25rem;
  margin-top: 6.4375rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top-mv__text {
    width: 9.375rem;
    height: 47rem;
    left: 10%;
    transform: translateX(-30%);
  }
}

.top-mv__slider.vegas-container {
  width: 100%;
  min-height: 43.75rem;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .top-mv__slider.vegas-container {
    width: 81.8181818182%;
    min-height: 56.25rem;
    margin: 0 0 0 auto;
    opacity: 1;
  }
}

.top-mv__bg {
  width: 90%;
  height: 1.875rem;
  margin-left: auto;
  background-color: #4c6a84;
}
@media screen and (min-width: 768px) {
  .top-mv__bg {
    width: 80.5%;
    position: relative;
  }
}

.top-mv__polka-dot {
  top: 18.75rem;
  left: -34.375rem;
  display: inline-block;
  width: 45.3125rem;
  height: 45.3125rem;
  border-radius: 50%;
  background-color: #ebf5fe;
  position: absolute;
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .top-mv__polka-dot {
    top: 41.5%;
    left: -12%;
    display: inline-block;
    width: 45.3125rem;
    height: 45.3125rem;
    border-radius: 50%;
    background-color: #ebf5fe;
    position: absolute;
    z-index: -10;
  }
}

.top-mv_bg-white {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .top-mv_bg-white {
    background-color: initial;
  }
}

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

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

@media screen and (min-width: 768px) {
  .top-news__container a {
    display: flex;
    margin-top: 5rem;
    width: 70.25rem;
    height: 3.75rem;
  }
}

.top-news__container a:hover {
  opacity: 0.7;
}

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

.top-news__time {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}

.top-news__title {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 0.1875rem 0.375rem;
  margin-left: 1.375rem;
}
@media screen and (min-width: 768px) {
  .top-news__title {
    font-size: 1rem;
    line-height: 1.6875;
    margin-left: 4rem;
    padding: 0.5rem;
    width: 13.75rem;
    text-align: center;
    white-space: nowrap;
  }
}

.top-news__title--yellow {
  color: #ffb576;
}

.top-news__title--red {
  color: #ff7676;
}

.top-news__title--blue {
  color: #76abff;
}

.top-news__text p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .top-news__text p {
    font-size: 1rem;
    line-height: 1.6875;
    width: 39.375rem;
    margin-left: 3.5rem;
    margin-top: 0.625rem;
  }
}

.top-news__border {
  border-bottom: 1px solid #707070;
  margin: 1.25rem;
}

@media screen and (min-width: 768px) {
  .top-news__arrow {
    position: relative;
    display: inline-block;
    color: #707070;
  }
}

/*矢印と下線の形状*/
@media screen and (min-width: 768px) {
  .top-news__arrow::before {
    content: "";
    position: absolute;
    bottom: 50%;
    width: 5rem;
    height: 0.03125rem;
    background: #707070;
    right: -15%;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .top-news__arrow::after {
    content: "";
    position: absolute;
    bottom: 65%;
    right: -15%;
    width: 1.75rem;
    height: 0.03125rem;
    background: #707070;
    transform: rotate(35deg);
    transition: all 0.3s;
  }
}

/*hoverした際の移動*/
@media screen and (min-width: 768px) {
  .top-news__arrow:hover::before {
    right: -20%;
  }
}

@media screen and (min-width: 768px) {
  .top-news__arrow:hover::after {
    right: -20%;
  }
}

@media screen and (min-width: 768px) {
  .top-news__border {
    width: 81.25rem;
    border-bottom: 1px solid rgba(98, 171, 224, 0.3);
    margin-top: 5rem;
  }
}

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

@media screen and (min-width: 768px) {
  .top-news__polka-dot {
    top: 78%;
    right: -18%;
    width: 45.3125rem;
    height: 45.3125rem;
    border-radius: 50%;
    background-color: #ebf5fe;
    position: absolute;
    overflow: hidden;
    z-index: -10;
  }
}

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

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

.top-about__container {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-about__container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}

.top-about__img img {
  max-width: 31.25rem;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .top-about__img img {
    max-width: 93.75rem;
    height: 50rem;
    margin-left: 6.25rem;
    margin-top: 6.25rem;
  }
}

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

.top-about__title {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-about__title {
    font-size: 1.5rem;
    line-height: 1.7083333333;
    margin-top: 5rem;
  }
}

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

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

.attachment-post-thumbnail {
  margin: 0 auto;
}

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

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

.top-treatment__container {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-treatment__container {
    display: flex;
    flex-direction: row;
  }
}

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

.top-treatment__img img {
  max-width: 31.25rem;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .top-treatment__img img {
    max-width: 93.75rem;
    height: 50rem;
  }
}

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

.top-treatment__title {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-treatment__title {
    font-size: 1.5rem;
    line-height: 1.7083333333;
    margin-top: 5rem;
  }
}

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

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

@media screen and (min-width: 768px) {
  .top-treatment__polka-dot {
    top: -40%;
    left: -20%;
    display: inline-block;
    width: 45.3125rem;
    height: 45.3125rem;
    border-radius: 50%;
    background-color: #ebf5fe;
    position: absolute;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .attachment-post-thumbnail {
    margin: 0 auto;
  }
}

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

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

.top-contact__img {
  margin: 0 calc(50% - 50vw);
}

.top-contact__img img {
  height: 15.625rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .top-contact__img img {
    opacity: 0.7;
    width: 100%;
    height: 40rem;
    object-position: 0 30%;
    position: relative;
  }
}

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

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

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

@media screen and (min-width: 768px) {
  .top-contact__wrapper {
    position: absolute;
    width: 100%;
    top: -15%;
    margin: 0 auto;
  }
}

.top-access__map {
  width: 100%;
  height: 100%;
  text-align: center;
}

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

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

.top-access__table table {
  margin-top: 3.75rem;
  width: 20.9375rem;
  height: 6.25rem;
  border-collapse: collapse;
  margin: 3.75rem auto;
}
@media screen and (min-width: 768px) {
  .top-access__table table {
    width: 56.25rem;
    height: 14.75rem;
    margin: 5rem auto;
  }
}

.top-access__table tr {
  border: 0.5px solid #707070;
}

.top-access__table tr {
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.top-access__table tr:nth-of-type(1) {
  border: none;
}

.top-access__table th {
  font-size: 0.875rem;
  padding: 0.9375rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .top-access__table th {
    font-size: 1.875rem;
    padding: 1.25rem 1.875rem;
  }
}

.top-access__table td {
  font-size: 1.25rem;
  padding: 0.375rem;
  color: #4c6a84;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-access__table td {
    font-size: 2.5rem;
    padding: 1.25rem;
  }
}

.top-access__table--blue {
  color: #76ABFF;
}

.top-access__table--red {
  color: red;
}

.top-access__table--color-size {
  color: black !important;
  font-size: 0.875rem !important;
}
@media screen and (min-width: 768px) {
  .top-access__table--color-size {
    font-size: 1.875rem !important;
  }
}

.about-director {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .about-director {
    margin-top: 8.125rem;
    height: 68.75rem;
  }
}

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

.about-director__img {
  width: 100vw;
  margin: 2.5rem calc(50% - 50vw) 0;
  box-shadow: 0.125rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .about-director__img {
    width: 64.25rem;
    margin: initial;
    margin-top: 5rem;
  }
}

.about-director__text {
  background-color: #fff;
  height: 40rem;
  padding: 3.75rem 1.25rem 0;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin: 0 auto;
  box-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, 0.05);
  transform: translate(0%, -7%);
}
@media screen and (min-width: 768px) {
  .about-director__text {
    width: 55rem;
    height: 48.125rem;
    padding: 5rem 2.5rem;
    font-size: 1.5rem;
    line-height: 1.7083333333;
    margin: 0 0 0 auto;
    transform: translate(0%, -60%);
  }
}

.about-director__text p {
  margin-top: -0.625rem;
}
@media screen and (min-width: 768px) {
  .about-director__text p {
    margin-top: -2.5rem;
    width: 50rem;
  }
}

.about-director__text span {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .about-director__text span {
    font-size: 1.875rem;
    line-height: 1.3666666667;
    display: block;
    margin-top: 2.5rem;
  }
}

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

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

.about-director__sign img {
  width: 6.25rem;
  height: 1.5rem;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .about-director__sign img {
    width: 10.375rem;
    height: 2.5rem;
  }
}

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

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

.about-hospital__text {
  height: auto;
  font-size: 1rem;
  line-height: 1.6875;
  color: #707070;
  margin: 2.5rem auto;
}
@media screen and (min-width: 768px) {
  .about-hospital__text {
    width: 63.125rem;
    font-size: 1.5rem;
    line-height: 1.7083333333;
    margin-top: 5.8125rem;
  }
}

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

.about-hospital__img-container {
  width: 100%;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .about-hospital__img-container {
    margin-top: 5rem;
    width: 95rem;
    height: 41.625rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.75rem 5.3125rem;
    margin-bottom: 12.5rem;
  }
}

.about-hospital__img img:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about-hospital__img img:nth-child(n+2) {
    margin-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .treatment-inner {
    width: 82.5rem;
  }
}

.treatment_btn {
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .treatment_btn {
    display: flex;
    margin: 8.125rem 2.5rem 0;
  }
}

.treatment_btn a {
  width: 80%;
}

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

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

@media screen and (min-width: 768px) {
  .treatment__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 11.25rem;
    margin-top: 6.25rem;
  }
}

.treatment__img {
  margin: 4.375rem auto 0;
}

.treatment__img img {
  width: 13.75rem;
  height: 13.75rem;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05);
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .treatment__img img {
    width: 17.5rem;
    height: 17.5rem;
    margin-top: 0;
    transform: scale(1);
    transition: 0.3s ease-in-out;
  }
}

.treatment__img img:hover {
  transform: scale(1.2);
}
@media screen and (min-width: 768px) {
  .treatment__img img:hover {
    transform: scale(1.2);
  }
}

.treatment__hide {
  display: block;
  line-height: 0;
  overflow: hidden;
  width: 13.75rem;
  height: 13.75rem;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .treatment__hide {
    display: block;
    line-height: 0;
    overflow: hidden;
    width: 17.5rem;
    height: 17.5rem;
    border-radius: 50%;
    margin: 0 auto;
  }
}

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

.treatment-detail__img {
  width: 20.9375rem;
  height: auto;
  margin: 2.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .treatment-detail__img {
    width: 47.5rem;
    margin-top: 8.125rem;
  }
}

.treatment-detail__title {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .treatment-detail__title {
    font-size: 1.5rem;
    line-height: 1.7083333333;
    margin-top: 5rem;
  }
}

.treatment-detail__title p {
  margin-left: 0.75rem;
}

.treatment-detail__title::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 3rem;
  background-color: #4c6a84;
}
@media screen and (min-width: 768px) {
  .treatment-detail__title::before {
    width: 0.375rem;
    height: 3.75rem;
  }
}

.treatment-detail__text {
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .treatment-detail__text {
    width: 71.25rem;
    margin-top: 3.75rem;
    margin-left: 0;
  }
}

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

.news-mv__img {
  overflow: hidden;
}

.news-mv__img img {
  transform: scale(1.2);
}

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

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

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

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

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

.news-item__title {
  font-size: 1rem;
  line-height: 1.375;
  margin-top: 0.4375rem;
  height: 2.375rem;
}
@media screen and (min-width: 768px) {
  .news-item__title {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin-top: 1.5rem;
    width: 50rem;
    height: 4rem;
  }
}

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

.news-item__img img {
  width: 7.5rem;
  height: 5.875rem;
  margin-left: 1rem;
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .news-item__img img {
    width: 18.75rem;
    height: 12.5rem;
    margin-left: 1.875rem;
  }
}

.news-links {
  width: 21.25rem;
  margin: 0 auto;
  display: flex;
  margin-top: 3.75rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .news-links {
    width: 25.25rem;
    margin-top: 6.25rem;
  }
}

.news-links img {
  width: 0.5rem;
  height: 0.625rem;
}
@media screen and (min-width: 768px) {
  .news-links img {
    width: 0.625rem;
    height: 0.9375rem;
  }
}

.news-links__current {
  background-color: #4c6a84;
  color: #fff;
}

.news__arrow1 {
  padding: 0.5rem;
  margin-right: -0.5rem;
}
@media screen and (min-width: 768px) {
  .news__arrow1 {
    padding: 0.75rem;
    margin-right: 0.5rem;
  }
}

.news__arrow2 {
  padding: 0.5rem;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .news__arrow2 {
    padding: 0.75rem;
  }
}

.news-links__dots {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .news-links__dots {
    margin-bottom: 1rem;
    padding: 0.5rem;
  }
}

.news-sidebar {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .news-sidebar {
    margin-top: 7.5rem;
    margin-left: 7.5rem;
    background-color: #ebf5fe;
    width: 18.75rem;
    height: 59.375rem;
  }
}

.news-sidebar__wrapper {
  height: 14.4375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news-sidebar__wrapper {
    width: 18.75rem;
    height: 20.625rem;
  }
}

.news-sidebar__wrapper:nth-of-type(2) {
  margin-top: 6.25rem;
}

.news-sidebar__title p {
  font-size: 1.375rem;
  line-height: 1.6818181818;
  margin-left: 1.8125rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .news-sidebar__title p {
    font-size: 1.75rem;
    line-height: 1.7142857143;
    margin-left: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .news-sidebar__title:nth-of-type(2) {
    margin-top: 12.5rem;
  }
}

.news-sidebar__title::after {
  content: "";
  border: 0.8px solid rgba(86, 169, 240, 0.5960784314);
  display: flex;
  margin-top: 1.5rem;
  opacity: 50%;
}
@media screen and (min-width: 768px) {
  .news-sidebar__title::after {
    width: 13.75rem;
    margin: 0.625rem auto;
  }
}

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

.news-sidebar__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-sidebar__item {
    margin-left: 2.5rem;
  }
}

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

.news-sidebar__item img {
  width: 0.5625rem;
  height: 0.9375rem;
  transform: scale(-1, 1);
  margin-right: 20%;
}
@media screen and (min-width: 768px) {
  .news-sidebar__item img {
    margin-right: 2.5rem;
  }
}

.news-sidebar__item-archive {
  position: relative;
}

.news-sidebar__item-archive li a::after {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  border-top: solid 2.8px #4c6a84;
  border-right: solid 2.8px #4c6a84;
  position: absolute;
  top: 25%;
  right: 20%;
  transform: rotate(45deg);
  border-radius: 1.8px;
}
@media screen and (min-width: 768px) {
  .news-sidebar__item-archive li a::after {
    width: 0.75rem;
    height: 0.75rem;
    border-top: solid 1.5px #4c6a84;
    border-right: solid 1.5px #4c6a84;
    position: absolute;
    top: 25%;
    right: 20%;
    border-radius: 1px;
  }
}

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

.wp-pagenavi .page {
  display: inline-block;
  font-size: 0.875rem;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.6);
  padding: 0.375rem 0.75rem;
}

.wp-pagenavi .page:nth-child(n+2) {
  margin-left: 0.625rem;
}

.wp-pagenavi .current {
  display: inline-block;
  font-size: 0.875rem;
  border: 1px solid #4c6a84;
  border-radius: 3px;
  background-color: #4c6a84;
  color: #fff;
  padding: 0.375rem 0.75rem;
  margin-left: 0.625rem;
}

.wp-pagenavi .nextpostslink {
  width: 0.5625rem;
  height: 0.375rem;
  font-size: 1.375rem;
  padding: 0.375rem;
  margin-left: 0.625rem;
}

.wp-pagenavi .previouspostslink {
  width: 0.5625rem;
  height: 0.375rem;
  font-size: 1.375rem;
  padding: 0.375rem;
}

.news-detail {
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .news-detail {
    display: flex;
  }
}

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

.news-detail__img img {
  object-fit: contain;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news-detail__img img {
    width: 71.25rem;
    height: 40rem;
  }
}

@media screen and (min-width: 768px) {
  .news-detail__meta {
    width: 71.25rem;
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .news-detail__meta span {
    font-size: 1rem;
    line-height: 1.6875;
    padding: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .news-detail__meta time {
    float: right;
    font-size: 1rem;
    line-height: 1.6875;
    color: #000000;
  }
}

.news-detail__title {
  height: 7.625rem;
  font-size: 1.25rem;
  line-height: 1.7;
  margin-top: 4.625rem;
  padding: 0.875rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .news-detail__title {
    width: 71.1875rem;
    height: 3.75rem;
    font-size: 1.5rem;
    line-height: 1.7083333333;
    margin-top: 4.875rem;
  }
}

.news-detail__title p {
  margin-left: 1.125rem;
}
@media screen and (min-width: 768px) {
  .news-detail__title p {
    margin-left: 0.625rem;
  }
}

.news-detail__title::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 8.125rem;
  background-color: #4c6a84;
}
@media screen and (min-width: 768px) {
  .news-detail__title::before {
    width: 0.375rem;
    height: 3.75rem;
  }
}

.news-detail__text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .news-detail__text {
    font-size: 1rem;
    line-height: 1.6875;
    width: 71.25rem;
    height: auto;
  }
}

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

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

.news-links__before {
  align-items: center;
  font-size: 1.1875rem;
  line-height: 1.7222222222;
}
@media screen and (min-width: 768px) {
  .news-links__before {
    font-size: 1.125rem;
    line-height: 1.7222222222;
    margin-left: 15%;
  }
}

.news-links__before a {
  color: #4c6a84;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  margin-right: 1.875rem;
}

.news-links__before img {
  width: 0.5625rem;
  height: 0.9375rem;
  margin-right: 1.25rem;
}

.news-links__after {
  display: flex;
  align-items: center;
  font-size: 1.1875rem;
  line-height: 1.7222222222;
}
@media screen and (min-width: 768px) {
  .news-links__after {
    font-size: 1.125rem;
    line-height: 1.7222222222;
    margin-right: 15%;
  }
}

.news-links__after a {
  color: #4c6a84;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  margin-left: 1.875rem;
}

.news-links__after img {
  width: 0.5625rem;
  height: 0.9375rem;
  transform: scale(-1, 1);
  margin-left: 1.25rem;
}

.news-links__btn {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news-links__btn {
    width: 71.25rem;
    margin-top: -5%;
  }
}

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

.contact {
  width: 100vw;
  height: 84.375rem;
  margin: 5rem calc(50% - 50vw) 0;
  background-color: #ebf5fe;
}
@media screen and (min-width: 768px) {
  .contact {
    width: 62.5rem;
    margin: 7.5rem auto 0;
  }
}

.contact__form {
  margin: 0 1.25rem;
  padding-top: 3.75rem;
}

.contact-form__item {
  height: 5.625rem;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6875;
}
@media screen and (min-width: 768px) {
  .contact-form__item {
    width: 53.125rem;
    height: 3.125rem;
    display: flex;
    justify-content: space-between;
    margin-top: 3.75rem;
  }
}

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

.contact-form__title {
  color: #000000;
}

@media screen and (min-width: 768px) {
  .contact-form__title-wrapper {
    display: flex;
    align-items: center;
    margin-left: 5%;
  }
}

.contact-form__title-wrapper span {
  margin-left: 1rem;
  color: #ff7979;
  border: 1px solid #ff7979;
  padding: 0.25rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .contact-form__title-wrapper span {
    padding: 0.0625rem 0.3125rem;
  }
}

.contact-form__input-wrapper input {
  width: 100%;
  height: 3.125rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  margin-top: 0.875rem;
  display: flex;
  align-items: center;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .contact-form__input-wrapper input {
    width: 31.25rem;
    margin-top: initial;
    align-items: initial;
    margin: 0 0 0 auto;
  }
}

::placeholder {
  color: #afafaf;
}

.contact-form__message-wrapper textarea {
  width: 100%;
  height: 13.5625rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  margin-top: 0.875rem;
  padding: 0.9375rem 0 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .contact-form__message-wrapper textarea {
    width: 31.25rem;
    margin: 0 0 0 auto;
  }
}

.contact__body {
  text-align: center;
  margin-top: 20%;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  transform: translateY(55%);
}
@media screen and (min-width: 768px) {
  .contact__body {
    transform: translateY(50%);
    margin-top: 10rem;
  }
}

.contact__btn {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .contact__btn {
    display: inline-block;
    text-align: center;
  }
}

.contact-btn {
  width: 18.125rem;
  height: 4.75rem;
  font-size: 1rem;
  border: 1px solid #707070;
  background-color: #4c6a84;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contact-btn {
    width: 20rem;
    height: 5rem;
    font-size: 1.125rem;
  }
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  max-width: 62.5rem;
  margin: 0 auto;
}

.contact-complete__btn {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .contact-complete__btn {
    margin-top: 7.5rem;
    display: flex;
    justify-content: center;
  }
}

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