.mv {
  margin-bottom: 5.4dvw !important;
}
@media screen and (max-width: 991px) {
  .mv {
    display: block !important;
    margin-bottom: 11.11dvw !important;
  }
}

.hasLeftTitle-right1 {
  margin-left: 15px;
  padding-right: calc(var(--baseW) * 5);
}
@media screen and (max-width: 991px) {
  .hasLeftTitle-right1 {
    padding-right: 0;
  }
}

.sectionAbout-h2 {
  font-size: 1.87rem;
  line-height: 1.86;
  margin-bottom: 2.56dvw !important;
  margin-top: -0.88dvw !important;
  margin-right: -0.2em !important;
}
@media screen and (max-width: 991px) {
  .sectionAbout-h2 {
    font-size: 1rem;
    line-height: 1.87;
    margin-top: 9.16dvw !important;
    margin-bottom: 7.5dvw !important;
  }
}

.sectionAbout-text {
  line-height: 2.12em;
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  .sectionAbout-text {
    font-size: 0.75rem;
    line-height: 2;
  }
}
.sectionAbout-text p {
  line-height: inherit;
}
.sectionAbout-text p:not(:last-child) {
  margin-bottom: 2.62em !important;
}
@media screen and (max-width: 991px) {
  .sectionAbout-text p:not(:last-child) {
    margin-bottom: 2.33em !important;
  }
}

.sectionAbout-gallery1 {
  margin-top: 4.79dvw;
  margin-bottom: 4.79dvw !important;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .sectionAbout-gallery1 {
    margin-top: 16.66dvw !important;
    flex-direction: column;
    gap: 16.66dvw !important;
    margin-bottom: 20.55dvw !important;
  }
}
.sectionAbout-gallery1 figure {
  flex: calc(var(--baseW) * 5) 0 0 !important;
}
@media screen and (max-width: 991px) {
  .sectionAbout-gallery1 .wp-block-image:first-child {
    margin-left: -8.34dvw !important;
    width: 77.77dvw !important;
  }
  .sectionAbout-gallery1 .wp-block-image:nth-child(2) {
    width: 100% !important;
  }
}

.sectionAbout-img1 {
  position: relative;
}
@media screen and (max-width: 991px) {
  .sectionAbout-img1 {
    margin-top: 14.72dvw !important;
    text-align: right;
  }
}
.sectionAbout-img1 img {
  position: absolute;
  top: 0;
  width: calc(var(--baseW) * 4.5);
  max-width: none;
  left: calc(var(--baseW) * 2);
}
@media screen and (max-width: 991px) {
  .sectionAbout-img1 img {
    position: relative;
    width: 66.66dvw;
    left: 8.33dvw;
  }
}

.sectionAbout-img2 {
  margin-top: 6.14dvw !important;
  margin-bottom: 10.81dvw !important;
}
@media screen and (max-width: 991px) {
  .sectionAbout-img2 {
    margin-top: 15dvw !important;
    margin-bottom: 27.77dvw !important;
  }
}

.sectionAbout-fullWidthLinks {
  font-family: var(--mincho-old);
}
@media screen and (max-width: 991px) {
  .sectionAbout-fullWidthLinks {
    gap: 0 !important;
  }
}
.sectionAbout-fullWidthLinks .wp-block-image {
  position: relative;
}
.sectionAbout-fullWidthLinks .wp-block-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #383838;
  opacity: 0.6;
  transition: opacity 0.4s;
  pointer-events: none;
}

.sectionAbout-fullWidthLinks-right {
  padding-left: calc(var(--baseW) * 2);
}
@media screen and (max-width: 991px) {
  .sectionAbout-fullWidthLinks-right {
    padding-bottom: 16.66dvw;
  }
}

.sectionAbout-fullWidthLinks-title {
  padding-top: 8.78dvw;
  font-size: 1.75rem;
  line-height: 1.1;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .sectionAbout-fullWidthLinks-title {
    padding-top: 0;
    margin-top: -14.45dvw !important;
    color: #fff;
    font-size: 1.75rem;
    margin-bottom: 20.55dvw !important;
    position: relative;
  }
}

.sectionAbout-fullWidthLinks-text {
  padding-top: 2.09dvw !important;
  line-height: 2.12 !important;
  margin-bottom: 0 !important;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .sectionAbout-fullWidthLinks-text {
    padding-top: 0 !important;
    font-size: 0.75rem;
    line-height: 2.83 !important;
  }
}

.sectionAbout-fullWidthLinks-link {
  padding-top: 4.12dvw;
}
@media screen and (max-width: 991px) {
  .sectionAbout-fullWidthLinks-link {
    padding-right: 19.16dvw;
  }
}
.sectionAbout-fullWidthLinks-link a {
  font-size: 1.25rem;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 0.2em;
  border-bottom: solid 1px currentColor;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .sectionAbout-fullWidthLinks-link a {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}
.sectionAbout-fullWidthLinks-link a:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url("../images/linkIcon-bgWh.svg") bottom/contain no-repeat;
  margin-left: 0.4em;
  transform: translateY(10%);
}

.sectionAbout-fullWidthLinks:has(.sectionAbout-fullWidthLinks-a:hover) .wp-block-image:after {
  opacity: 0;
  transition: opacity 0.4s;
}
.sectionAbout-fullWidthLinks:has(.sectionAbout-fullWidthLinks-a:hover) .sectionAbout-fullWidthLinks-link a:after {
  background-image: url(../images/linkIcon-red.svg);
}

@media screen and (max-width: 991px) {
  .main-section {
    margin-bottom: 0;
  }
}

.site-body {
  padding-bottom: 8.1dvw;
}
@media screen and (max-width: 991px) {
  .site-body {
    padding-bottom: 11.11dvw;
  }
}

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