@charset "UTF-8";
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.aboutConcept {
  padding: 9.6rem 6.4rem;
  display: flex;
  align-items: center;
  gap: 12rem;
}
@media screen and (max-width: 749px) {
  .aboutConcept {
    padding: 5.6rem 1.6rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 8rem;
  }
}
.aboutConcept__text {
  width: 43%;
  margin-top: -4rem;
}
@media screen and (max-width: 749px) {
  .aboutConcept__text {
    width: 100%;
  }
}
.aboutConcept__heading {
  margin-bottom: 8rem;
}
@media screen and (max-width: 749px) {
  .aboutConcept__heading {
    margin-bottom: 4rem;
  }
}
.aboutConcept__heading h2 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.8rem;
  line-height: normal;
}
@media screen and (max-width: 749px) {
  .aboutConcept__heading h2 {
    font-size: 2.4rem;
  }
}
.aboutConcept__sub {
  font-size: 1.2rem;
  line-height: 1.1;
  color: #999999;
  margin-bottom: 2.4rem;
}
.aboutConcept__desc {
  font-size: 1.4rem;
  line-height: 2.25;
}
.aboutConcept__desc p {
  margin-bottom: 2.4rem;
}
.aboutConcept__desc p:last-child {
  margin-bottom: 0;
}
.aboutConcept__img {
  position: relative;
  display: flex;
  width: 57%;
  align-items: flex-end;
}
@media screen and (max-width: 749px) {
  .aboutConcept__img {
    width: 100%;
  }
}
.aboutConcept__img-1 {
  width: 34%;
  margin: 0 -6.4rem 0 0;
  z-index: 10;
}
@media screen and (max-width: 749px) {
  .aboutConcept__img-1 {
    margin: 0 -3.2rem 0 0;
  }
}
.aboutConcept__img-2 {
  width: 77%;
  padding-bottom: 6.4rem;
}

.aboutEntAndLocation {
  padding: 9.6rem 6.4rem;
}
@media screen and (max-width: 749px) {
  .aboutEntAndLocation {
    padding: 5.6rem 1.6rem;
  }
}
.aboutEntAndLocation.type1 {
  background: #f0f3f5;
}
.aboutEntAndLocation__heading {
  margin-bottom: 4rem;
}
.aboutEntAndLocation__outline {
  font-size: 1.4rem;
  margin-bottom: 8rem;
  max-width: 80rem;
}
@media screen and (max-width: 749px) {
  .aboutEntAndLocation__outline {
    margin-bottom: 4rem;
  }
}
.aboutEntAndLocation__items {
  display: flex;
  gap: 6.4rem;
}
@media screen and (max-width: 749px) {
  .aboutEntAndLocation__items {
    flex-direction: column;
    gap: 4rem;
  }
}
.aboutEntAndLocation__item {
  width: 50%;
}
@media screen and (max-width: 749px) {
  .aboutEntAndLocation__item {
    width: 100%;
  }
}
.aboutEntAndLocation__item-img {
  margin-bottom: 1.6rem;
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}
.aboutEntAndLocation__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutEntAndLocation__item-desc {
  font-size: 1.4rem;
}

.aboutAccess {
  padding: 16rem 6.4rem 9.6rem;
}
@media screen and (max-width: 749px) {
  .aboutAccess {
    padding: 9.6rem 1.6rem 4.8rem;
  }
}
.aboutAccess__heading {
  margin-bottom: 8rem;
}
@media screen and (max-width: 749px) {
  .aboutAccess__heading {
    margin-bottom: 4rem;
  }
}
.aboutAccess__body {
  display: flex;
  gap: 6.4rem;
}
@media screen and (max-width: 749px) {
  .aboutAccess__body {
    flex-direction: column;
    gap: 4rem;
  }
}
.aboutAccess__text {
  width: 48%;
}
@media screen and (max-width: 749px) {
  .aboutAccess__text {
    width: 100%;
  }
}
.aboutAccess__location {
  padding: 2.4rem 0;
  margin-bottom: 4rem;
  border-top: 0.1rem solid #ebebeb;
  border-bottom: 0.1rem solid #ebebeb;
}
.aboutAccess__location-sub {
  font-size: 1.4rem;
  color: #999999;
  line-height: normal;
  margin-bottom: 0.8rem;
}
.aboutAccess__location-address {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2rem;
}
@media screen and (max-width: 749px) {
  .aboutAccess__location-address {
    font-size: 1.6rem;
  }
}
.aboutAccess__location-googleMaps {
  font-family: "Playfair Display", "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.2rem;
  display: inline-block;
  border-bottom: 0.1rem solid #262626;
  transition: 0.3s;
}
@media (hover: hover) {
  .aboutAccess__location-googleMaps:hover {
    opacity: 0.6;
  }
}
.aboutAccess__desc {
  font-size: 1.4rem;
}
.aboutAccess__desc p {
  margin-bottom: 2.4rem;
}
.aboutAccess__desc p:last-child {
  margin-bottom: 0;
}
.aboutAccess__img {
  flex: 1;
}

.aboutOutline {
  padding: 6.4rem 6.4rem 16rem;
}
@media screen and (max-width: 749px) {
  .aboutOutline {
    padding: 4.8rem 1.6rem 9.6rem;
  }
}
.aboutOutline__heading {
  margin-bottom: 8rem;
}
@media screen and (max-width: 749px) {
  .aboutOutline__heading {
    margin-bottom: 4rem;
  }
}
.aboutOutline__container {
  display: flex;
  gap: 0 6.4rem;
}
@media screen and (max-width: 749px) {
  .aboutOutline__container {
    flex-direction: column;
    gap: 3.2rem 0rem;
  }
}
.aboutOutline__group-container {
  margin-bottom: 3.2rem;
}
.aboutOutline__group-container:last-child {
  margin-bottom: 0;
}
.aboutOutline__group {
  width: 50%;
}
@media screen and (max-width: 749px) {
  .aboutOutline__group {
    width: 100%;
  }
}
.aboutOutline__grouplabel {
  font-size: 1.4rem;
  margin-bottom: 3.2rem;
}
.aboutOutline__item {
  padding: 1.6rem;
  display: flex;
  gap: 3.2rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-bottom: 0.1rem solid #ebebeb;
}
@media screen and (max-width: 749px) {
  .aboutOutline__item {
    padding: 1.6rem 0.8rem;
  }
}
.aboutOutline__item:first-child {
  border-top: 0.1rem solid #ebebeb;
}
.aboutOutline__item.no-border {
  border-bottom: none;
}
.aboutOutline__label {
  color: #999999;
  width: 7.2rem;
  min-width: 7.2rem;
}
@media screen and (max-width: 749px) {
  .aboutOutline__label {
    width: 7.2rem;
    min-width: 7.2rem;
  }
}/*# sourceMappingURL=about.css.map */