/* メインビジュアル下テキスト */

.about-center-title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.about-center-title h2 {
  font-weight: 600;
}

/* 新築・リフォーム（北欧スタイル） */
.about-nordic-style {
  margin-bottom: 150px;
}

.about-nordic-style-item {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
  position: relative;
}

.about-nordic-style-one-image {
  width: 45%;
}

.about-nordic-style-one-image img {
  width: 100%;
}

.about-nordic-style-one-text {
  width: 35%;
  padding: 3.4% 0px 3.4% 3.66%;
}

.about-nordic-style-one-room-image {
  width: 20%;
  margin-top: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-nordic-style-one-room-image img {
  width: 100%;
}

.about-nordic-style-one-text-space {
  margin-bottom: 7.91%;
}

.about-nordic-style-two-box {
  width: 50%;
}

.about-nordic-style-two-title {
  text-align: center;
}

.about-nordic-style-two-text {
  padding: 0% 7.3% 5.21% 7.3%;
}

.about-nordic-style-two-text h3 {
  font-weight: 600;
  margin-bottom: 3.66%;
}

.about-nordic-style-two-image {
  width: 50%;
}

.about-nordic-style-two-image img {
  width: 100%;
}

.about-nordic-style-button-red {
  width: 400px;
  display: flex;
  justify-content: end;
  z-index: 1000;
  position: relative;
  margin: auto;
}

.about-rounded-button-red {
  align-items: center;
  width: 400px;
  padding: 5.2% 0px 5.2%;
  border: none;
  border-radius: 10px;
  background-color: #d43333;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  justify-content: center;
  font-weight: bold;
  border: solid 1px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  position: relative;
}

.about-rounded-button-red::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
}

.about-rounded-button-red:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.about-nordic-style-three {
  display: flex;
}

.about-nordic-style-three-image {
  width: 50%;
}

.about-nordic-style-three-image img {
  width: 100%;
}

.about-nordic-style-three-text {
  width: 50%;
}

/* 他とは違う5つの特徴 */
.about-five-features {
  margin-bottom: 120px;
}

.about-five-features-title {
  margin-bottom: 3.39%;
  text-align: center;
}

.about-five-features-image {
  text-align: center;
  width: 63.81%;
  margin: auto auto 35px;
}

.about-five-features-image img {
  width: 100%;
}

.about-five-features-box {
  width: 63.81%;
  margin: auto;
}

.about-five-features-item {
  width: 100%;
  margin: auto;
}

.about-five-features-item-title {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}

.about-five-features-item-title img {
  object-fit: contain;
}

.about-number-box {
  width: 40px;
  height: 40px;
  background-color: #4b5558; /* 濃いグレー（画像と同系色） */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 20px; */
  font-weight: bold;
  font-family: sans-serif;
  margin-right: 25px;
}

.about-five-features-item-text {
  margin-bottom: 50px;
}

/* その他の業務もお任せ下さい */
.about-others-work {
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
  gap: 4.95%;
  width: 95%;
  margin: auto auto 150px;
  flex-direction: row-reverse;
}

.about-others-work-title {
  margin-bottom: 40px;
}

.about-others-work-text p {
  margin-top: 40px;
}

.about-others-work-image-box {
  margin-top: 100px;
}

.about-others-work-text-box {
  gap: 40px;
}

.about-others-work-image-box img {
  width: 100%;
}

.about-others-work-image-box p {
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
  /* メインビジュアル下テキスト */
  .about-center-title-sp {
    display: block;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
  }

  /* 新築・リフォーム（北欧スタイル） */
  .about-nordic-style-one-text-space {
    margin-bottom: 0;
  }
  .about-nordic-style {
    margin-bottom: 85px;
  }

  .about-nordic-style-item {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }

  .about-nordic-style-one-room-image {
    position: relative;
    width: 100%;
  }

  .about-nordic-style-two-title {
    margin-bottom: 0;
  }

  .about-nordic-style-one-text {
    width: 90%;
    margin: 0 auto 40px;
    padding: 30px 0px 0px 0px;
    gap: 30px;
  }

  .about-nordic-style-one-image {
    width: 100%;
  }

  .about-nordic-style-two-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-nordic-style-two-box {
    width: 90%;
    margin: auto;
  }

  .about-nordic-style-two-text h3 {
    margin-bottom: 30px;
  }

  .about-nordic-style-two-text {
    padding: 0px;
  }

  .about-nordic-style-two-text p {
    margin-bottom: 40px;
  }

  .about-nordic-style-button-red {
    width: 100%;
    justify-content: center;
    z-index: 1000;
    text-align: center;
    margin: auto auto 30px;
  }

  .top-business-content-button-red-two {
    width: 100%;
    justify-content: center;
    z-index: 1000;
    margin: auto;
    text-align: center;
  }

  .about-nordic-style-two-title-new-image {
    max-width: 120px;
  }

  .about-rounded-button-red {
    width: 400px;
    padding: 4.5% 0px 4.5%;
  }

  /* 他とは違う5つの特徴 */
  .about-five-features {
    margin-bottom: 85px;
  }

  .about-five-features-title {
    margin-bottom: 30px;
  }

  .about-five-features-image {
    width: 100%;
    margin: auto auto 50px;
    min-width: auto;
  }

  .about-five-features-item-title img {
    width: auto;
  }

  .about-five-features-box {
    width: 95%;
    margin: auto;
    min-width: auto;
  }

  .about-number-box {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  /* その他の業務もお任せ下さい */
  .about-others-work {
    display: block;
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 85px;
  }
  .about-others-work .heading-container{
    width: 100%;
  }

  .about-others-work .rays{
    right: 40%;
  }

  .about-others-work-image-box {
    margin-bottom: 0;
  }

  .about-others-work-text-box {
    width: 90%;
    margin: auto;
  }

  .about-others-work-text p {
    margin-top: 0;
  }

  .about-others-work-title {
    position: relative;
  }

  .about-others-work-title h2 {
    font-weight: 600;
    letter-spacing: 2px;
    width: 288px;
  }

  .about-others-work-title img {
    position: absolute;
    bottom: 65px;
    width: 50px;
    left: 245px;
  }
}
