.fv__inner {
  position: relative;
}

.fv__content {
  position: absolute;
  right: 13.1868131868%;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 8px));
          transform: translateY(calc(-50% - 8px));
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .fv__content {
    right: 9.5238095238%;
  }
}

.fv__title {
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 40px;
  line-height: 1.925;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 600px) {
  .fv__title {
    font-size: 24px;
    line-height: 1.2;
  }
}

.fv__title-sub {
  font-size: 18px;
  line-height: 1.75;
  color: #245c29;
}
@media screen and (max-width: 600px) {
  .fv__title-sub {
    font-size: 12px;
  }
}

.fv__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.page .heading {
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .page .heading {
    margin-bottom: 8px;
  }
}
.page .philosophy__content {
  text-align: center;
}
.page .text-lg {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page .text-lg {
    font-size: 16px;
    line-height: 1.75;
  }
}

.page .greeting {
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 20px;
  background-color: #f6f8f6;
  padding-block: 36px 50px;
}
.page .greeting__inner {
  max-width: 800px;
  margin-inline: auto;
}
.greeting__text + .greeting__text {
  margin-top: 33px;
}
@media screen and (max-width: 600px) {
  .greeting__text + .greeting__text {
    margin-top: 14px;
  }
}
.greeting__text.text-end {
  text-align: right;
  margin-top: 53px;
}
@media screen and (max-width: 600px) {
  .greeting__text.text-end {
    margin-top: 24px;
  }
}

.page .about {
  padding-block: 75px 60px;
}
@media screen and (max-width: 768px) {
  .page .about {
    padding-block: 45px;
  }
}
.page .about__inner {
  max-width: 1040px;
  margin-block: auto;
}
.page .heading {
  margin-bottom: 40px;
}
.page .about__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 60px;
}
.page .about__table tr:nth-child(even) th {
  background: #ffffff;
}
.page .about__table tr:last-child th, .page .about__table tr:last-child td {
  border-bottom: 1px solid #c8c8c8;
}
.page .about__table-th {
  border-top: 1px solid #c8c8c8;
  padding: 12px 0px;
  background: #ffffff;
  color: #333333;
  text-align: left;
  width: 23.8%;
}
.page .about__table-th:not(:first-child) {
  border-left: none;
}
.page .about__table-td {
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  padding: 9px 5px;
  background: #ffffff;
  color: #333;
}
.page .about__table-td:not(:first-child) {
  border-left: none;
}

.about__map-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .about__map-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page .drop-box__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1200px) {
  .page .drop-box__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page .drop-box__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.page .drop-box__link {
  width: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 600px) {
  .page .drop-box__link {
    font-size: 14px;
  }
}