@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  font-size: 16px;
  color: #333333;
  font-family: "Noto Serif JP", serif;
}

body.is-scroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.header {
  width: 100%;
  height: 84px;
  background: #00A58C;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 780px) {
  .header {
    height: 80px;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  width: 350px;
  padding-left: 36px;
}
@media screen and (max-width: 780px) {
  .header__logo {
    width: 60%;
    max-width: 350px;
    min-width: 220px;
    padding-left: 34px;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.header__logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .header__logo a:hover {
    opacity: 0.7;
  }
}
.header__contents {
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 780px) {
  .header__contents {
    display: none;
  }
}

.header__container {
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__tel {
  padding-right: 20px;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.75;
  text-align: right;
}

.header__tel .number {
  font-size: 1.375rem;
}

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

.header__nav-item a {
  display: block;
  padding-inline: 18px;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .header__nav-item a:hover {
    opacity: 0.7;
  }
}
.header__cta {
  height: inherit;
}

.header__cta-btn {
  width: 244px;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FEDA42;
  padding-right: 4px;
  color: #333333;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .header__cta-btn {
    width: 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (any-hover: hover) {
  .header__cta-btn:hover {
    opacity: 0.9;
  }
}
.header__cta-btn .right {
  padding-left: 10px;
  position: relative;
}

.header__cta-btn .right::before {
  content: "・";
  position: absolute;
  left: -4px;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*========= ボタンのためのCSS ===============*/
.menu-btn {
  display: none;
  width: 80px;
  height: 80px;
  background: #FEDA42;
  cursor: pointer;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 780px) {
  .menu-btn {
    display: block;
  }
}

.menu-btn::after {
  content: "menu";
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: absolute;
  top: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (any-hover: hover) {
  .menu-btn:hover {
    opacity: 0.7;
  }
}
.menu-btn span {
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: #333333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.menu-btn span:nth-of-type(1) {
  top: 16px;
}

.menu-btn span:nth-of-type(2) {
  top: 30px;
}

.menu-btn span:nth-of-type(3) {
  top: 42px;
}

/*×に変化*/
.menu-btn.active span {
  width: 42px;
}

.menu-btn.active span:nth-of-type(1) {
  top: 30px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

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

.menu-btn.active span:nth-of-type(3) {
  top: 30px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

/*========= ナビゲーションのためのCSS ===============*/
.g-nav {
  background: #E2F1EC;
  pointer-events: none;
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 80px);
  /*ナビの高さ*/
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
.g-nav.panelactive {
  opacity: 1;
  z-index: 20;
  pointer-events: all;
}

.g-nav__inner {
  margin-top: 18px;
  width: 100%;
  padding-inline: 30px;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .g-nav__inner {
    padding-inline: 18px;
  }
}

/*ナビゲーション*/
.g-nav__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}

.g-nav__item {
  position: relative;
}

.g-nav__item::before {
  content: "";
  width: 12px;
  height: 14px;
  background: url(../img/arrow02.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.g-nav__item a {
  display: block;
  padding: 20px 28px 20px;
  border-bottom: 1px dashed #CCC;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.g-nav__about {
  margin-top: 70px;
}

.g-nav__logo {
  width: 312px;
  margin-inline: auto;
}
@media screen and (max-width: 500px) {
  .g-nav__logo {
    width: 100%;
    max-width: 312px;
  }
}
.g-nav__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.g-nav__address {
  margin-top: 26px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
}

.g-nav__tel {
  margin-top: 12px;
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
}

.g-nav__tel a {
  color: #333333;
}

.g-nav__department {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  word-break: keep-all;
}

.g-nav__btn-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}

.g-nav__office-hours {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 42px;
  padding: 0 10px 60px;
}
@media screen and (max-width: 599px) {
  .g-nav__office-hours {
    padding: 0 0 60px;
  }
}

@media screen and (max-width: 599px) {
  .g-nav__office-hours .office-hours__header {
    grid-template-columns: 2.5fr repeat(7, 1fr);
  }
}

@media screen and (max-width: 599px) {
  .g-nav__office-hours .office-hours__grid {
    grid-template-columns: 2.5fr repeat(7, 1fr);
  }
}

.g-nav__office-hours .office-hours__item {
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  .g-nav__office-hours .office-hours__item {
    font-size: 0.75rem;
  }
}

.g-nav__office-hours .office-hours__item.large {
  font-size: 1.1875rem;
}
@media screen and (max-width: 599px) {
  .g-nav__office-hours .office-hours__item.large {
    font-size: 0.875rem;
  }
}

.g-nav__office-hours .office-hours__item:nth-child(1) {
  padding: 10px 12px 12px 0;
}
@media screen and (max-width: 599px) {
  .g-nav__office-hours .office-hours__item:nth-child(1) {
    padding: 6px 4px 8px 0;
  }
}

.g-nav__office-hours .office-hours__item:nth-child(2),
.g-nav__office-hours .office-hours__item:nth-child(3),
.g-nav__office-hours .office-hours__item:nth-child(4),
.g-nav__office-hours .office-hours__item:nth-child(5),
.g-nav__office-hours .office-hours__item:nth-child(6),
.g-nav__office-hours .office-hours__item:nth-child(7) {
  padding: 10px 20px 12px;
}
@media screen and (max-width: 599px) {
  .g-nav__office-hours .office-hours__item:nth-child(2),
  .g-nav__office-hours .office-hours__item:nth-child(3),
  .g-nav__office-hours .office-hours__item:nth-child(4),
  .g-nav__office-hours .office-hours__item:nth-child(5),
  .g-nav__office-hours .office-hours__item:nth-child(6),
  .g-nav__office-hours .office-hours__item:nth-child(7) {
    padding: 10px 0 8px 0;
  }
}

@media screen and (max-width: 599px) {
  .g-nav__office-hours .office-hours__item:nth-child(8) {
    padding: 10px 4px 8px 0;
  }
}

.g-nav__office-hours .office-hours__text {
  letter-spacing: 0.09em;
}

.footer-top {
  padding: 66px 0 46px;
  position: relative;
}
@media screen and (max-width: 780px) {
  .footer-top {
    padding: 60px 0 32px;
  }
}

.footer-top::before {
  content: "";
  width: 89%;
  max-width: 1220px;
  height: 1px;
  background: #B5B5B6;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-footer .footer-top::before {
  display: none;
}

.footer__inner {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  padding-inline: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .footer__inner {
    padding-inline: 18px;
  }
}

.footer__desc {
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.01em;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .footer__desc .line {
    display: none;
  }
}

.footer__logo {
  margin: 34px auto 0;
  width: 312px;
}
@media screen and (max-width: 780px) {
  .footer__logo {
    width: 80%;
    max-width: 312px;
    min-width: 280px;
  }
}

.footer__logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .footer__logo a:hover {
    opacity: 0.7;
  }
}
.footer__address {
  margin-top: 18px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
}

.footer__tel a {
  display: block;
  color: #333333;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
}

.footer__tel .number {
  font-size: 1.5625rem;
}

.footer__nav {
  margin: 36px auto 0;
  width: 543px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 780px) {
  .footer__nav {
    margin: 30px auto 0;
    width: 64%;
    max-width: 543px;
    padding-block: 20px;
  }
}

.footer__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 780px) {
  .footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}

@media screen and (max-width: 780px) {
  .footer__nav-item {
    width: 100%;
  }
}

.footer__nav-item a {
  display: block;
  padding: 10px 16px;
  color: #333333;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 780px) {
  .footer__nav-item a {
    width: 100%;
    text-align: center;
    line-height: 1;
  }
}

.footer__nav-item span {
  position: relative;
}

.footer__nav-item span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1.5px;
  background: #00A58C;
  scale: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease;
}

@media (any-hover: hover) {
  .footer__nav-item a:hover span::after {
    scale: 1;
  }
}
.footer-bottom {
  height: 45px;
  background: #00A58C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__small {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: normal;
}

.main-visual {
  width: 100%;
  aspect-ratio: 1366/670;
  background: url(../img/main-visual.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
@media screen and (max-width: 780px) {
  .main-visual {
    aspect-ratio: 600/748;
    background: url(../img/main-visual-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.main-visual__heading {
  font-size: clamp(1.5rem, 1.1688950555rem + 1.4127144299vw, 2.375rem);
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: -0.025em;
  position: absolute;
  top: 37%;
  left: 6%;
}
@media screen and (max-width: 780px) {
  .main-visual__heading {
    padding-left: 20px;
    letter-spacing: normal;
    text-align: center;
    top: auto;
    bottom: 12.1657754011%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: clamp(1.875rem, 1.0416666667rem + 3.5555555556vw, 2.375rem);
    white-space: nowrap;
  }
}

.main-visual__office-hours {
  width: 600px;
  background: #DCEDE6;
  padding: 30px 52px;
  border-radius: 14px 0 0 14px;
  position: absolute;
  bottom: -78px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .main-visual__office-hours {
    width: auto;
    padding: 16px 24px;
  }
}
@media screen and (max-width: 780px) {
  .main-visual__office-hours {
    width: auto;
    padding: 30px 42px;
    bottom: -160px;
  }
}
@media screen and (max-width: 599px) {
  .main-visual__office-hours {
    padding: 20px 24px;
  }
}

.about-page-fv .page-fv__text {
  width: 146px;
}
@media screen and (max-width: 599px) {
  .about-page-fv .page-fv__text {
    width: 120px;
  }
}

.about-heading__block {
  padding: 94px 0 50px;
}
@media screen and (max-width: 780px) {
  .about-heading__block {
    padding: 60px 0 40px;
  }
}

.about-heading__title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: -0.03em;
  word-break: keep-all;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .about-heading__title {
    font-size: 1.125rem;
  }
}

.about-heading__contents {
  margin-top: 74px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 780px) {
  .about-heading__contents {
    margin-top: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.about-heading__img {
  width: 31.8032786885%;
  max-width: 388px;
  aspect-ratio: 388/310;
  margin-inline: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 780px) {
  .about-heading__img {
    width: 100%;
  }
}
.about-heading__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-heading__text {
  padding-top: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.04;
  letter-spacing: -0.02em;
}

.about-department__block {
  padding: 40px 0 80px;
}
@media screen and (max-width: 780px) {
  .about-department__block {
    padding: 40px 0 60px;
  }
}

.about-department__list {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
}
@media screen and (max-width: 780px) {
  .about-department__list {
    grid-template-columns: 1fr;
  }
}

.about-department__item {
  max-width: 387px;
  margin-inline: auto;
}

.about-department__item:nth-child(3) .card__img img {
  height: 83px;
}
@media screen and (max-width: 780px) {
  .about-department__item:nth-child(3) .card__img img {
    height: 78px;
  }
}

.about-doctor__block {
  padding: 92px 0 134px;
}
@media screen and (max-width: 780px) {
  .about-doctor__block {
    padding: 60px 0 80px;
  }
}

.about-doctor__contents {
  margin-top: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 76px;
}
@media screen and (max-width: 1024px) {
  .about-doctor__contents {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 780px) {
  .about-doctor__contents {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.about-doctor__img {
  width: 26.4754098361%;
  min-width: 200px;
  max-height: 323px;
  margin-inline: auto;
  aspect-ratio: 1/1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.about-doctor__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-doctor__title {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: normal;
}
@media screen and (max-width: 780px) {
  .about-doctor__title {
    font-size: 1.375rem;
    text-align: center;
  }
}

.meta {
  margin-right: 22px;
  font-size: 1rem;
}
@media screen and (max-width: 780px) {
  .meta {
    margin-right: 16px;
  }
}

.about-doctor__text {
  margin-top: 30px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.05;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 780px) {
  .about-doctor__text {
    margin-top: 20px;
  }
}

.about-doctor__list {
  margin-top: 104px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 780px) {
  .about-doctor__list {
    margin-top: 60px;
    grid-template-columns: 1fr;
  }
}

.about-doctor__item {
  width: 100%;
  max-width: 390px;
  aspect-ratio: 390/276;
  margin-inline: auto;
}
.about-doctor__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-policy__block {
  padding: 64px 0 54px;
  position: relative;
}
@media screen and (max-width: 780px) {
  .about-policy__block {
    padding: 40px 0 36px;
  }
}

.about-policy__block::before {
  content: "";
  width: 100%;
  height: calc(100% - 90px);
  background: #E9F4EF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .about-policy__block::before {
    aspect-ratio: 375/300;
  }
}

.about-policy__contents {
  padding: 48px 60px 60px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .about-policy__contents {
    padding: 48px 40px 40px;
    gap: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 780px) {
  .about-policy__contents {
    padding: 24px 30px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.about-policy__title.section-title {
  text-align: left;
  letter-spacing: 0.014em;
}
@media screen and (max-width: 780px) {
  .about-policy__title.section-title {
    padding-left: 0;
  }
}

.about-policy__text {
  margin-top: 36px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: -0.09em;
}

.about-policy__img {
  width: 32.131147541%;
  max-width: 392px;
  min-width: 260px;
  aspect-ratio: 392/306;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 780px) {
  .about-policy__img {
    width: 100%;
    max-width: 392px;
    aspect-ratio: 392/306;
    margin-inline: auto;
  }
}
.about-policy__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-point__block {
  padding: 68px 0 152px;
  position: relative;
}
@media screen and (max-width: 780px) {
  .about-point__block {
    padding: 50px 0 80px;
  }
}

.about-point__block::before {
  content: "";
  width: 100%;
  height: calc(100% - 194px);
  background: #E9F4EF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .about-point__block::before {
    height: calc(100% - 94px);
  }
}

.about-point__contents {
  padding: 46px 60px 91px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
}
@media screen and (max-width: 1024px) {
  .about-point__contents {
    padding: 46px 40px 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
@media screen and (max-width: 780px) {
  .about-point__contents {
    padding: 24px 30px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.about-point__text-box {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 780px) {
  .about-point__text-box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.about-point__title.section-title {
  text-align: left;
}

.about-policy__text {
  margin-top: 30px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 780px) {
  .about-policy__text {
    margin-top: 24px;
  }
}

.about-point__img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 32.131147541%;
  max-width: 392px;
  min-width: 260px;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .about-point__img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about-point__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-page-fv .page-fv__text {
  width: 252px;
}
@media screen and (max-width: 599px) {
  .contact-page-fv .page-fv__text {
    width: 230px;
  }
}

.contact-tel__block {
  padding: 94px 0 62px;
}
@media screen and (max-width: 780px) {
  .contact-tel__block {
    padding: 80px 0 40px;
  }
}

.contact-tel__number {
  margin-top: 42px;
  color: #00A58C;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .contact-tel__number {
    font-size: 1.5rem;
  }
}

.contact-tel__number a {
  color: #00A58C;
}

.contact-tel__number .number {
  font-size: 2.375rem;
}
@media screen and (max-width: 780px) {
  .contact-tel__number .number {
    font-size: 2rem;
  }
}

.contact-tel__text {
  margin-top: 12px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
}

.contact-line__block {
  padding: 46px 0 114px;
}
@media screen and (max-width: 780px) {
  .contact-line__block {
    padding: 40px 0 80px;
  }
}

.contact-line__text {
  margin-top: 40px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: normal;
  word-break: keep-all;
  text-align: center;
}

.contact-line__contents {
  margin-top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 58px;
}
@media screen and (max-width: 780px) {
  .contact-line__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-line__qr {
  width: 224px;
  aspect-ratio: 1/1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.contact-line__qr img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-line__list {
  margin-top: 42px;
}
@media screen and (max-width: 780px) {
  .contact-line__list {
    margin-top: 30px;
  }
}

.contact-line__item {
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: -0.08em;
  position: relative;
  padding-left: 16px;
}

.contact-line__item::before {
  content: "";
  position: absolute;
  left: 0;
}

.contact-line__item:nth-child(1)::before {
  content: "①";
}

.contact-line__item:nth-child(2)::before {
  content: "②";
}

.contact-line__item:nth-child(3)::before {
  content: "③";
}

.top-movie__block {
  padding: 146px 0 116px;
  position: relative;
}
@media screen and (max-width: 780px) {
  .top-movie__block {
    padding: 200px 0 44px;
  }
}

.top-movie__block::before {
  content: "";
  background: url(../img/tree.png) no-repeat;
  background-size: contain;
  width: 32.4304538799%;
  aspect-ratio: 443/356;
  position: absolute;
  top: -32px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .top-movie__block::before {
    display: none;
  }
}

.top-movie__block::after {
  content: "";
  background: url(../img/tree02.png) no-repeat;
  background-size: contain;
  width: 29.9414348463%;
  aspect-ratio: 409/357;
  position: absolute;
  bottom: -111px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .top-movie__block::after {
    display: none;
  }
}

.top-movie__text {
  color: #00A58C;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 780px) {
  .top-movie__text {
    font-size: clamp(1.125rem, 0.2916666667rem + 3.5555555556vw, 1.625rem);
  }
}
@media screen and (max-width: 780px) {
  .top-movie__text {
    padding-inline: 24px;
  }
}

.top-movie__youtube {
  margin-top: 44px;
  width: 63.9824304539%;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-movie__youtube iframe {
  aspect-ratio: 874/452;
  height: auto !important;
}
@media screen and (max-width: 780px) {
  .top-movie__youtube {
    width: calc(100% - 48px);
    max-width: 874px;
    margin-top: 32px;
    margin-inline: 24px;
  }
}

.top-heading__block {
  width: 100%;
  position: relative;
}

.top-heading__img {
  aspect-ratio: 1366/774;
}
.top-heading__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-heading__contents {
  width: 42.1669106881%;
  padding: 94px 60px 102px;
  background: #00A58C;
  opacity: 0.89;
  position: absolute;
  left: 4.39238653%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  .top-heading__contents {
    padding: 50px 40px 60px;
    min-width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .top-heading__contents {
    width: calc(100% - 48px);
    max-width: 550px;
    aspect-ratio: auto;
    margin: -30px auto 0;
    padding: 58px 50px 52px;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 780px) {
  .top-heading__contents {
    margin: -60px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .top-heading__contents {
    padding: 40px 20px;
    min-width: 280px;
  }
}

.top-heading__title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .top-heading__title {
    line-height: 1.75;
  }
}
@media screen and (max-width: 599px) {
  .top-heading__title {
    font-size: 1.375rem;
  }
}

.top-heading__text {
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.2;
  letter-spacing: -0.05em;
}

.top-heading__text.top {
  margin-top: 40px;
}
@media screen and (max-width: 780px) {
  .top-heading__text.top {
    margin-top: 32px;
  }
}
@media screen and (max-width: 599px) {
  .top-heading__text.top {
    margin-top: 20px;
    line-height: 1.75;
  }
}

.top-heading__text.bottom {
  margin-top: 36px;
}

.top-feature__block {
  padding: 170px 0 131px;
}
@media screen and (max-width: 780px) {
  .top-feature__block {
    padding: 100px 0 70px;
  }
}

.top-feature__list {
  margin-top: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 53px;
}
@media screen and (max-width: 1024px) {
  .top-feature__list {
    gap: 24px;
  }
}
@media screen and (max-width: 780px) {
  .top-feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}

.top-feature__img {
  width: 100%;
  max-width: 346px;
  margin-inline: auto;
  aspect-ratio: 1/1;
}
.top-feature__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-feature__text {
  margin-top: 36px;
  font-size: clamp(1.125rem, 0.9291775457rem + 0.5221932115vw, 1.375rem);
  font-weight: 600;
  line-height: 1.68;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .top-feature__text {
    margin-top: 20px;
    font-size: 1.125rem;
  }
}

.top-feature__btn {
  margin-top: 104px;
  width: 100%;
  margin-inline: auto;
}

.top-access__block {
  padding: 102px 0 111px;
  background: #E9F4EF;
}

.top-access__logo {
  width: 492px;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .top-access__logo {
    width: 100%;
    max-width: 492px;
  }
}
.top-access__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-access__contents {
  margin-top: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .top-access__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-access__d-list {
  width: 507px;
}
@media screen and (max-width: 1024px) {
  .top-access__d-list {
    width: 100%;
    max-width: 507px;
    margin-inline: auto;
  }
}

.top-access__d-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  border-bottom: 1px solid #333333;
  padding: 22px 0 22px;
}
@media screen and (max-width: 780px) {
  .top-access__d-item {
    grid-template-columns: 1fr;
    padding: 18px 0 14px;
  }
}

.top-access__d-item:nth-of-type(1) {
  padding: 8px 0 30px;
}
@media screen and (max-width: 780px) {
  .top-access__d-item:nth-of-type(1) {
    padding: 6px 0 18px;
  }
}

.top-access__term {
  padding-left: 4px;
}
@media screen and (max-width: 780px) {
  .top-access__term {
    padding-left: 16px;
  }
}

.top-access__desc {
  padding-left: 100px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 780px) {
  .top-access__desc {
    padding-left: 16px;
    margin-top: 14px;
    line-height: 1.75;
    word-break: keep-all;
  }
}

.top-access__desc a {
  color: #333333;
}

.top-access__office-hours {
  margin-inline: auto;
}

@media screen and (max-width: 599px) {
  .top-access__office-hours .office-hours__header {
    grid-template-columns: 2.5fr repeat(7, 1fr);
  }
}

@media screen and (max-width: 599px) {
  .top-access__office-hours .office-hours__grid {
    grid-template-columns: 2.5fr repeat(7, 1fr);
  }
}

.top-access__office-hours .office-hours__item {
  font-size: 1.0625rem;
}
@media screen and (max-width: 599px) {
  .top-access__office-hours .office-hours__item {
    font-size: 0.75rem;
  }
}

.top-access__office-hours .office-hours__item.large {
  font-size: 1.25rem;
}
@media screen and (max-width: 599px) {
  .top-access__office-hours .office-hours__item.large {
    font-size: 0.875rem;
  }
}

.top-access__office-hours .office-hours__item:nth-child(1) {
  padding: 10px 14px 12px 6px;
}
@media screen and (max-width: 599px) {
  .top-access__office-hours .office-hours__item:nth-child(1) {
    padding: 6px 4px 8px 0;
  }
}

.top-access__office-hours .office-hours__item:nth-child(2),
.top-access__office-hours .office-hours__item:nth-child(3),
.top-access__office-hours .office-hours__item:nth-child(4),
.top-access__office-hours .office-hours__item:nth-child(5),
.top-access__office-hours .office-hours__item:nth-child(6),
.top-access__office-hours .office-hours__item:nth-child(7) {
  padding: 12px 14px 12px;
}
@media screen and (max-width: 599px) {
  .top-access__office-hours .office-hours__item:nth-child(2),
  .top-access__office-hours .office-hours__item:nth-child(3),
  .top-access__office-hours .office-hours__item:nth-child(4),
  .top-access__office-hours .office-hours__item:nth-child(5),
  .top-access__office-hours .office-hours__item:nth-child(6),
  .top-access__office-hours .office-hours__item:nth-child(7) {
    padding: 10px 0 8px 0;
  }
}

.top-access__office-hours .office-hours__item:nth-child(8) {
  padding: 11px 0 12px;
  letter-spacing: -0.2em;
}
@media screen and (max-width: 599px) {
  .top-access__office-hours .office-hours__item:nth-child(8) {
    padding: 10px 4px 8px 0;
  }
}

.top-access__office-hours .office-hours__text {
  margin-top: 6px;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 599px) {
  .top-access__office-hours .office-hours__text {
    font-size: 1rem;
  }
}

.top-access__title.section-title {
  margin-top: 78px;
  font-size: 2rem;
}

.top-access__map {
  margin-top: 46px;
  width: 100%;
  aspect-ratio: 1122/420;
}
@media screen and (max-width: 780px) {
  .top-access__map {
    aspect-ratio: 600/300;
  }
}
@media screen and (max-width: 500px) {
  .top-access__map {
    aspect-ratio: 600/500;
  }
}

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

.top-access__list {
  margin-top: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
}
@media screen and (max-width: 780px) {
  .top-access__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.top-access__item {
  width: 28.5505124451%;
  aspect-ratio: 390/276;
}
@media screen and (max-width: 780px) {
  .top-access__item {
    width: calc(100% - 48px);
    max-width: 480px;
    padding-inline: 24px;
    margin-inline: auto;
  }
}
.top-access__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner {
  width: 100%;
  height: 100%;
  max-width: 1182px;
  padding-inline: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 500px) {
  .inner {
    padding-inline: 18px;
  }
}

.contact__inner {
  width: 100%;
  height: 100%;
  max-width: 1124px;
  padding-inline: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .contact__inner {
    padding-inline: 24px;
  }
}

.about__inner {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  padding-inline: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .about__inner {
    padding-inline: 24px;
  }
}

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

.lg-br {
  display: none;
}
@media screen and (max-width: 780px) {
  .lg-br {
    display: block;
  }
}

.md-br {
  display: none;
}
@media screen and (max-width: 780px) {
  .md-br {
    display: block;
  }
}

.sm-br {
  display: none;
}
@media screen and (max-width: 500px) {
  .sm-br {
    display: block;
  }
}

.btn {
  width: 328px;
  height: 62px;
  margin-inline: auto;
  display: grid;
  place-content: center;
  background: #00A58C;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 780px) {
  .btn {
    width: 100%;
    max-width: 328px;
  }
}

@media (any-hover: hover) {
  .btn:hover {
    opacity: 0.7;
  }
}
.btn::before {
  content: "";
  background: url(../img/arrow01.png) no-repeat;
  background-size: contain;
  width: 13px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .btn:hover::before {
    left: 22px;
  }
}
.line-btn {
  width: 354px;
  height: 61px;
  background: #3EA337;
  border-radius: 30px;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 780px) {
  .line-btn {
    width: 92%;
    max-width: 354px;
  }
}

.line-btn::before {
  content: "";
  background: url(../img/arrow01.png) no-repeat;
  background-size: contain;
  width: 13px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .line-btn:hover {
    opacity: 0.7;
  }
  .line-btn:hover::before {
    left: 36px;
  }
}
.g-nav-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 70px;
  background: #3EA337;
  border: 2px solid #fff;
  border-radius: 10px;
  padding-left: 66px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}

.g-nav-btn::before {
  content: "";
  width: 47px;
  height: 45px;
  background: url(../img/line-icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}

.section-title {
  color: #00A58C;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: -0.04em;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 780px) {
  .section-title {
    font-size: 1.5rem;
  }
}

.contact-title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
  word-break: keep-all;
  position: relative;
}
@media screen and (max-width: 780px) {
  .contact-title {
    font-size: 1.25rem;
  }
}

.contact-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #00A58C;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fixed-line {
  width: 82px;
  height: 166px;
  position: fixed;
  top: 350px;
  right: 0;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .fixed-line {
    top: auto;
    top: calc(100vh - 300px);
    width: 70px;
    height: 130px;
  }
}

.fixed-line a {
  width: 100%;
  height: 100%;
  background: #3EA337;
  border: 2px solid #fff;
  border-right: none;
  border-radius: 14px 0 0 14px;
  padding: 12px 0 20px 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .fixed-line a {
    padding: 10px 0 14px 6px;
    font-size: 0.875rem;
  }
}

.fixed-line a::before {
  content: "";
  background: url(../img/line-icon.png) no-repeat;
  background-size: contain;
  width: 47px;
  height: 45px;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .fixed-line a::before {
    width: 38px;
    height: 36px;
  }
}

@media (any-hover: hover) {
  .fixed-line a:hover {
    opacity: 0.7;
  }
}
.page-fv {
  width: 100%;
  aspect-ratio: 1366/228;
  background: url(../img/page-fv.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 780px) {
  .page-fv {
    aspect-ratio: 600/280;
    max-height: 300px;
  }
}

.page-fv__text {
  padding-top: 10px;
}
.page-fv__text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card {
  background: #DCEDE6;
  padding: 58px 32px 42px;
  border-radius: 14px;
}

.card__img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 110px;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .card__img {
    height: 100px;
  }
}
.card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card__title {
  margin-top: 46px;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.04em;
  text-align: center;
}

.card__text {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: -0.05em;
}

.office-hours {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #00A58C;
  border-radius: 8px;
}

.office-hours__header {
  display: grid;
  grid-template-columns: 2.35fr repeat(7, 1fr);
  border-bottom: 2px solid #00A58C;
}
@media screen and (max-width: 500px) {
  .office-hours__header {
    grid-template-columns: 2.5fr repeat(7, 1fr);
  }
}

.office-hours__item {
  white-space: nowrap;
  overflow: hidden;
  color: #333333;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (max-width: 599px) {
  .office-hours__item {
    font-size: 0.75rem;
    font-weight: bold;
  }
}

.office-hours__item.large {
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .office-hours__item.large {
    font-size: 0.875rem;
  }
}

.office-hours__item.blue {
  color: #00A58C;
}

.office-hours__item.time {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 500px) {
  .office-hours__item.time {
    letter-spacing: -0.01em;
  }
}

.office-hours__item:nth-child(1) {
  padding: 10px 12px 8px 0;
  text-align: right;
  border-right: 2px solid #00A58C;
}
.office-hours__item:nth-child(1).large {
  letter-spacing: 0.06em;
  text-align: center;
  padding: 10px 0 8px 0;
}
@media screen and (max-width: 599px) {
  .office-hours__item:nth-child(1) {
    padding: 10px 2px 8px 0;
  }
}

.office-hours__item:nth-child(2),
.office-hours__item:nth-child(3),
.office-hours__item:nth-child(4),
.office-hours__item:nth-child(5),
.office-hours__item:nth-child(6),
.office-hours__item:nth-child(7) {
  padding: 10px 18px 11px;
  text-align: center;
  border-right: 0.6px solid #00A58C;
}
@media screen and (max-width: 500px) {
  .office-hours__item:nth-child(2),
  .office-hours__item:nth-child(3),
  .office-hours__item:nth-child(4),
  .office-hours__item:nth-child(5),
  .office-hours__item:nth-child(6),
  .office-hours__item:nth-child(7) {
    padding: 10px 0 8px;
  }
}

.office-hours__item:nth-child(8) {
  padding: 10px 6px 8px 5px;
  letter-spacing: -0.2em;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .office-hours__item:nth-child(8) {
    padding: 10px 4px 8px 0;
    letter-spacing: -0.4em;
  }
}

.office-hours__grid {
  display: grid;
  grid-template-columns: 2.35fr repeat(7, 1fr);
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .office-hours__grid {
    grid-template-columns: 2.5fr repeat(7, 1fr);
  }
}

.office-hours__grid.am {
  border-bottom: 0.6px solid #00A58C;
}

.office-hours__text {
  margin-top: 4px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: left;
}

.office-hours__text .star {
  color: #00A58C;
}/*# sourceMappingURL=style.css.map */