@charset "UTF-8";
.keyvisual {
  padding: 10.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .keyvisual {
    padding: 6.9444444444vw 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual {
    padding: 100px 0 0 0;
  }
}
.keyvisual__swiper {
  overflow: visible;
}
.keyvisual__swiper .swiper-slide-active {
  transition: 0.7s;
  transform: translateY(-5.3333333333vw);
}
@media screen and (min-width: 768px) {
  .keyvisual__swiper .swiper-slide-active {
    transform: translateY(-3.4722222222vw);
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__swiper .swiper-slide-active {
    transform: translateY(-50px);
  }
}
.keyvisual__item {
  overflow: hidden;
  border-radius: 8vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__item {
    border-radius: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__item {
    border-radius: 40px;
  }
}
.keyvisual__item img {
  width: 100%;
  height: auto;
}
.keyvisual__title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 5.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .keyvisual__title {
    font-size: 3rem;
    margin: 1.7361111111vw 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__title {
    margin: 25px 0 20px;
  }
}
.keyvisual__btn {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  width: 64vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .keyvisual__btn {
    font-size: 1.6rem;
    width: 18.75vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__btn {
    width: 270px;
  }
}
.keyvisual__btn a {
  width: inherit;
  height: inherit;
  font-size: inherit;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #49667E;
  border: 0.2666666667vw solid #49667E;
  border-radius: 13.3333333333vw;
  padding: 2.6666666667vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .keyvisual__btn a {
    border: 0.0694444444vw solid #49667E;
    border-radius: 3.4722222222vw;
    padding: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__btn a {
    border: 1px solid #49667E;
    border-radius: 50px;
    padding: 10px;
  }
}
.keyvisual__btn a:hover {
  background-color: #ffffff;
  color: #49667E;
  border-color: #49667E;
  transition: 0.5s ease;
}

.feature {
  padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .feature {
    padding: 2.0833333333vw 0 4.1666666667vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .feature {
    padding: 30px 0 60px 0;
  }
}
.feature__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .feature__title {
    font-size: 3rem;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .feature__title {
    margin-bottom: 30px;
  }
}
.feature__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .feature__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .feature__list {
    gap: 30px;
  }
}
.feature__item a {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .feature__item a {
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .feature__item a {
    gap: 10px;
  }
}
.feature__item a:hover {
  opacity: 0.7;
  transition: 0.5s ease;
}
.feature__item a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-image: url("../img/index/feature_item_blue_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 5.8666666667vw;
  height: 5.8666666667vw;
}
.feature__item a::before {
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .feature__item a::before {
    content: "";
    position: absolute;
    background-image: url("../img/index/feature_item_blue_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.5277777778vw;
    height: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .feature__item a::before {
    content: "";
    position: absolute;
    background-image: url("../img/index/feature_item_blue_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
  }
}
.feature__img {
  width: 64vw;
  height: 33.3333333333vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .feature__img {
    width: 16.6666666667vw;
    height: 8.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .feature__img {
    width: 240px;
    height: 125px;
  }
}
.feature__img img {
  width: 100%;
  height: auto;
}
.feature__text {
  font-size: 1.4rem;
  font-weight: bold;
  color: #49667E;
}
.feature__text span {
  font-size: 1.9rem;
  display: block;
}

.property {
  width: 100%;
  overflow: hidden;
  padding: 5.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .property {
    padding: 4.1666666667vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .property {
    padding: 60px 0;
  }
}
.property__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__title {
    font-size: 3rem;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__title {
    margin-bottom: 30px;
  }
}
.property__title {
  position: relative;
  z-index: 1;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__title {
    margin-bottom: 0;
  }
}
.property__group {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .property__group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__group {
    margin-bottom: 30px;
  }
}
.property__list {
  display: flex;
  justify-content: space-between;
}
.property__item a {
  text-decoration: none;
  color: #3C3C3C;
}
.property__item a:hover {
  opacity: 0.8;
  transition: 0.5s ease;
}
.property__favorite {
  position: absolute;
  content: "";
  position: absolute;
  background-image: url("../img/index/property_favorite_icon2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 6.168vw;
  height: 5.296vw;
  top: 1.3333333333vw;
  right: 1.3333333333vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .property__favorite {
    content: "";
    position: absolute;
    background-image: url("../img/index/property_favorite_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.0777777778vw;
    height: 1.7840277778vw;
    top: 0.6944444444vw;
    right: 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__favorite {
    content: "";
    position: absolute;
    background-image: url("../img/index/property_favorite_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 29.92px;
    height: 25.69px;
    top: 10px;
    right: 32px;
  }
}
.property__favorite--active {
  background-image: url(../img/index/property_favorite_icon1.svg);
}
.property__favorite button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.property__thumbnail {
  position: relative;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .property__thumbnail {
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__thumbnail {
    border-radius: 10px;
  }
}
.property__thumbnail img {
  width: 100%;
  height: auto;
}
.property__thumbnail {
  width: 45.3333333333vw;
  height: 49.6vw;
}
@media screen and (min-width: 768px) {
  .property__thumbnail {
    width: 15.2777777778vw;
    height: 16.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__thumbnail {
    width: 220px;
    height: 240px;
  }
}
.property__thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.property__container {
  padding: 2.6666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .property__container {
    padding: 0.6944444444vw 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .property__container {
    padding: 10px 0 0;
  }
}
.property__post {
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .property__post {
    font-size: 1.6rem;
  }
}
.property__wrapper {
  display: flex;
  gap: 10.6666666667vw;
  margin-bottom: 2.6666666667vw;
  align-items: self-end;
}
@media screen and (min-width: 768px) {
  .property__wrapper {
    gap: 3.4722222222vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__wrapper {
    gap: 50px;
    margin-bottom: 10px;
  }
}
.property__rent {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .property__rent {
    line-height: 2.5rem;
    font-size: 2.1rem;
  }
}
.property__rent span {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .property__rent span {
    font-size: 2.5rem;
  }
}
.property__rent .property__label {
  font-size: 1.2rem;
  color: #49667E;
}
@media screen and (min-width: 768px) {
  .property__rent .property__label {
    font-size: 1.4rem;
  }
}
.property__management {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .property__management {
    line-height: 2.65rem;
    font-size: 1.6rem;
  }
}
.property__management span {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .property__management span {
    font-size: 2rem;
  }
}
.property__management .property__label {
  font-size: 1.2rem;
  color: #49667E;
}
@media screen and (min-width: 768px) {
  .property__management .property__label {
    font-size: 1.4rem;
  }
}
.property__management:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3C3C3C;
  left: -6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__management:before {
    left: -1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__management:before {
    left: -25px;
  }
}
.property__text {
  line-height: 1.3;
  font-size: 1.3rem;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__text {
    line-height: 2;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.property__unit {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__unit {
    justify-content: center;
    gap: 1.3888888889vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__unit {
    gap: 20px;
    margin-top: 30px;
  }
}
.property__btn {
  font-size: 1.6rem;
  width: 44vw;
  height: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__btn {
    width: 10.4166666667vw;
    height: 2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn {
    width: 150px;
    height: 35px;
  }
}
.property__btn a {
  width: inherit;
  height: inherit;
  font-size: inherit;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 13.3333333333vw;
  border: 0.2666666667vw solid #49667E;
  padding: 2.6666666667vw;
  color: #49667E;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .property__btn a {
    border: 0.0694444444vw solid #49667E;
    border-radius: 3.4722222222vw;
    padding: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn a {
    border: 1px solid #49667E;
    border-radius: 50px;
    padding: 10px;
  }
}
.property__btn a:hover {
  background-color: #49667E;
  color: #ffffff;
  border-color: #ffffff;
  transition: 0.5s ease;
}

@media screen and (min-width: 768px) {
  .search-bar {
    width: fit-content;
  }
}
.search-bar__form {
  position: relative;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search-bar__form {
    width: 41.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .search-bar__form {
    width: 594px;
  }
}
.search-bar__input {
  width: 100%;
  height: 12vw;
  padding: 2.1333333333vw 4vw 1.6vw 4vw;
  border-radius: 13.3333333333vw;
  border: 0.2666666667vw solid #3C3C3C;
  color: #3C3C3C;
  font-size: 1.6rem;
  outline: none;
}
@media screen and (min-width: 768px) {
  .search-bar__input {
    height: 3.125vw;
    padding: 0.5555555556vw 2.0833333333vw 0.4166666667vw 2.0833333333vw;
    border-radius: 3.4722222222vw;
    border: 0.0694444444vw solid #3C3C3C;
  }
}
@media screen and (min-width: 1440px) {
  .search-bar__input {
    height: 45px;
    padding: 8px 30px 6px 30px;
    border-radius: 50px;
    border: 1px solid #3C3C3C;
  }
}
.search-bar__input::placeholder {
  color: #8DABC4;
}
.search-bar__input:focus {
  border-color: #49667E;
}
.search-bar__btn {
  display: block;
  position: absolute;
  width: 12vw;
  height: 12vw;
  border-radius: 13.3333333333vw;
  right: 0;
  background: url(../img/module/search-bar_img_icon1.svg), #49667E;
  background-size: 4.7866666667vw 4.7866666667vw;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .search-bar__btn {
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 3.4722222222vw;
    background-size: 1.2465277778vw 1.2465277778vw;
  }
}
@media screen and (min-width: 1440px) {
  .search-bar__btn {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-size: 17.95px 17.95px;
  }
}

.news {
  width: 100%;
  margin: 0 auto;
  padding: 13.3333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 3.4722222222vw 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .news {
    padding: 50px 0 0;
  }
}
.news__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 6.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .news__wrapper {
    margin: 0 0 2.0833333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .news__wrapper {
    margin: 0 0 30px 0;
  }
}
.news__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .news__title {
    font-size: 3rem;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__title {
    margin-bottom: 30px;
  }
}
.news__title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.news__btn {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  width: 45.6vw;
  height: 10.1333333333vw;
}
@media screen and (min-width: 768px) {
  .news__btn {
    width: 13.8888888889vw;
    height: 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__btn {
    width: 200px;
    height: 45px;
  }
}
.news__btn a {
  width: inherit;
  height: inherit;
  font-size: inherit;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #49667E;
  border: 0.2666666667vw solid #49667E;
  border-radius: 13.3333333333vw;
  padding: 2.6666666667vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .news__btn a {
    border: 0.0694444444vw solid #49667E;
    border-radius: 3.4722222222vw;
    padding: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__btn a {
    border: 1px solid #49667E;
    border-radius: 50px;
    padding: 10px;
  }
}
.news__btn a:hover {
  background-color: #ffffff;
  color: #49667E;
  border-color: #49667E;
  transition: 0.5s ease;
}
.news__item a {
  position: relative;
  display: block;
  align-items: center;
  border-bottom: 0.2666666667vw solid #ffffff;
  padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 0;
  color: #3C3C3C;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .news__item a {
    display: flex;
    padding: 1.0416666667vw;
    gap: 2.7777777778vw;
    border-bottom: 0.0694444444vw solid #ffffff;
  }
}
@media screen and (min-width: 1440px) {
  .news__item a {
    padding: 15px;
    gap: 40px;
    border-bottom: 1px solid #ffffff;
  }
}
.news__item a:hover {
  filter: brightness(0.8);
  transition: 0.5s ease;
}
.news__item a:hover::after {
  opacity: 1;
  transition: 0.35s ease-in;
}
.news__item a::after {
  opacity: 0;
  position: absolute;
  content: "";
  background-color: rgba(73, 102, 126, 0.15);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.news__item a::before {
  position: absolute;
  content: "";
  content: "";
  position: absolute;
  background-image: url("../img/index/news_img_blue_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 4.4853333333vw;
  height: 4.328vw;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .news__item a::before {
    right: 1.3888888889vw;
    content: "";
    position: absolute;
    background-image: url("../img/index/news_img_blue_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.1680555556vw;
    height: 1.1270833333vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__item a::before {
    right: 20px;
    content: "";
    position: absolute;
    background-image: url("../img/index/news_img_blue_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 16.82px;
    height: 16.23px;
  }
}
.news__item:first-child a {
  border-top: 0.2666666667vw solid #ffffff;
}
@media screen and (min-width: 768px) {
  .news__item:first-child a {
    border-top: 0.0694444444vw solid #ffffff;
  }
}
@media screen and (min-width: 1440px) {
  .news__item:first-child a {
    border-top: 1px solid #ffffff;
  }
}
.news__unit {
  display: flex;
  align-items: center;
  gap: 4vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news__unit {
    gap: 2.7777777778vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .news__unit {
    gap: 40px;
  }
}
.news__date {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .news__date {
    font-size: 1.5rem;
  }
}
.news__category {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  color: #49667E;
  width: 26.6666666667vw;
  padding: 0.5333333333vw 6.6666666667vw 0.5333333333vw 6.6666666667vw;
  border-radius: 13.3333333333vw;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .news__category {
    font-size: 1.2rem;
    width: 6.9444444444vw;
    border-radius: 3.4722222222vw;
    padding: 0.4166666667vw 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .news__category {
    width: 100px;
    border-radius: 50px;
    padding: 6px 30px;
  }
}
.news__post {
  font-size: 1.6rem;
  letter-spacing: 0;
}

.about {
  padding: 6.6666666667vw 0 8vw 0;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .about {
    padding: 120px 0;
  }
}
.about__list {
  display: block;
  overflow: hidden;
  border-radius: 8vw;
}
@media screen and (min-width: 768px) {
  .about__list {
    display: flex;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .about__list {
    border-radius: 30px;
  }
}
.about__item {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 0.2666666667vw solid #ffffff;
  height: 34.6666666667vw;
}
@media screen and (min-width: 768px) {
  .about__item {
    width: 50%;
    height: 17.3611111111vw;
    border-left: 0.0694444444vw solid #ffffff;
    border-bottom: none;
  }
}
@media screen and (min-width: 1440px) {
  .about__item {
    height: 250px;
    border-left: 1px solid #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .about__item:hover .about__img {
    filter: brightness(0.8);
    transition: 0.5s ease;
  }
}
.about__item a {
  width: 100%;
  height: 100%;
}
.about__item {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* 既存の高さ指定はそのまま */
  /* フィルタは画像にのみ適用する（テキストを含むfigure全体ではなく） */
}
.about__item a {
  display: block;
  /* ← これを追加 */
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .about__item:hover .about__img img {
    filter: brightness(0.8);
  }
}
.about__img {
  position: relative;
  /* ← これを追加（配置基準にする） */
  width: 100%;
  height: 100%;
}
.about__img img {
  display: block;
  /* ← インライン画像の隙間防止 */
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ← 高さ固定時の伸縮歪み防止 */
  transition: filter 0.5s ease;
  /* ← 初期側に定義 */
}
.about__img::before {
  position: absolute;
  content: "";
  top: 0;
  /* ← 基準を明示 */
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 102, 126, 0.8);
  z-index: 1;
  pointer-events: none;
  /* ← マウスイベント拾わないように（任意） */
}
.about__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* ← 1行に */
  white-space: nowrap;
  font-size: 2rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  z-index: 3;
}