.lead {
  width: 100%;
  padding: 6.6666666667vw 0 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .lead {
    padding: 0 0 2.7777777778vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .lead {
    padding: 0 0 40px 0;
  }
}
.lead__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8vw;
}
@media screen and (min-width: 768px) {
  .lead__wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
}
.lead__lead {
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 700;
  color: #313131;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .lead__lead {
    font-size: 3rem;
    line-height: normal;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .lead__lead {
    margin-bottom: 30px;
  }
}
.lead__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2em;
  color: #313131;
}
.lead__caution {
  display: inline-block;
  position: relative;
}
.lead__caution span {
  position: absolute;
  top: -0.6rem;
  right: 0;
  content: "";
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .lead__caution span {
    top: -0.4rem;
  }
}
.lead__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lead__img {
    width: 36.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .lead__img {
    width: 530px;
  }
}
.lead__img img {
  width: 100%;
  height: auto;
}

.renovation {
  width: 100%;
  padding: 0 0 13.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .renovation {
    padding: 0 0 4.1666666667vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .renovation {
    padding: 0 0 60px 0;
  }
}
.renovation__container {
  width: 100vw;
  position: relative;
  height: 40vw;
  aspect-ratio: 375/150;
  overflow: hidden;
  margin: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .renovation__container {
    width: auto;
    aspect-ratio: auto;
    height: 20.8333333333vw;
    margin: 0 -5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__container {
    height: 300px;
    margin: 0 -80px;
  }
}
.renovation__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.renovation__bg img {
  width: 100%;
  height: auto;
}
.renovation__title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .renovation__title {
    font-size: 2rem;
  }
}
.renovation__title span {
  font-size: 2.3rem;
  letter-spacing: 0.35em;
}
@media screen and (min-width: 768px) {
  .renovation__title span {
    font-size: 3rem;
  }
}
.renovation__lead {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #313131;
  text-align: left;
  margin: 13.3333333333vw 0 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .renovation__lead {
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    margin: 3.4722222222vw 0 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__lead {
    margin: 50px 0 60px;
  }
}
.renovation__caution {
  display: inline-block;
  position: relative;
}
.renovation__caution span {
  position: absolute;
  top: -0.6rem;
  right: 0;
  content: "";
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .renovation__caution span {
    top: -0.2rem;
  }
}
.renovation__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5.3333333333vw;
  margin-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  .renovation__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3888888889vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__list {
    gap: 20px;
    margin-bottom: 50px;
  }
}
.renovation__item {
  background-color: #F5F5F5;
  padding: 2.6666666667vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .renovation__item {
    padding: 0.6944444444vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__item {
    padding: 10px 20px;
  }
}
.renovation__point {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0277C0;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .renovation__point {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__point {
    margin-bottom: 10px;
  }
}
.renovation__point span {
  font-size: 3rem;
}
.renovation__img--point {
  width: 81.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .renovation__img--point {
    width: 21.7361111111vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__img--point {
    width: 313px;
    margin-bottom: 10px;
  }
}
.renovation__img img {
  width: 100%;
  height: auto;
}
.renovation__img--before {
  width: 100%;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .renovation__img--before {
    width: 33.75vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__img--before {
    width: 486px;
    margin-bottom: 10px;
  }
}
.renovation__img--after {
  width: 100%;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .renovation__img--after {
    width: 44.375vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__img--after {
    width: 639px;
    margin-bottom: 10px;
  }
}
.renovation__subtitle--h2 {
  position: relative;
  font-size: 1.5rem;
  color: #999999;
  text-align: center;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .renovation__subtitle--h2 {
    font-size: 1.6rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__subtitle--h2 {
    padding-bottom: 10px;
  }
}
.renovation__subtitle--h2 span {
  font-size: 2rem;
  color: #585656;
}
@media screen and (min-width: 768px) {
  .renovation__subtitle--h2 span {
    font-size: 3rem;
  }
}
.renovation__subtitle--h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 58.1333333333vw;
  height: 0.8vw;
  background: linear-gradient(to right, #999 0%, #999 50%, #585656 50%, #585656 100%);
}
@media screen and (min-width: 768px) {
  .renovation__subtitle--h2::before {
    width: 15.1388888889vw;
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__subtitle--h2::before {
    width: 218px;
    height: 3px;
  }
}
.renovation__subtitle--h2 {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .renovation__subtitle--h2 {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__subtitle--h2 {
    margin-bottom: 40px;
  }
}
.renovation__subtitle--h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #313131;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .renovation__subtitle--h3 {
    font-size: 2.4rem;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__subtitle--h3 {
    margin-bottom: 10px;
  }
}
.renovation__subtitle--h4 {
  font-size: 1.6rem;
  color: #313131;
  font-weight: 600;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .renovation__subtitle--h4 {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__subtitle--h4 {
    margin-bottom: 18px;
  }
}
.renovation__text {
  font-size: 1.5rem;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .renovation__text {
    font-size: 1.6rem;
  }
}
.renovation__dl {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #313131;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .renovation__dl {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__dl {
    margin-bottom: 40px;
  }
}
.renovation__unit {
  display: flex;
  align-items: center;
  padding: 2.6666666667vw 5.3333333333vw;
  border: 0.2666666667vw solid #F5F5F5;
}
@media screen and (min-width: 768px) {
  .renovation__unit {
    padding: 0.6944444444vw 1.3888888889vw;
    border: 0.0694444444vw solid #F5F5F5;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__unit {
    padding: 10px 20px;
    border: 1px solid #F5F5F5;
  }
}
.renovation__unit:nth-child(odd) {
  background-color: #F5F5F5;
}
.renovation__unit:nth-child(even) {
  background-color: #ffffff;
}
.renovation__dt {
  width: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .renovation__dt {
    width: 12.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__dt {
    width: 180px;
  }
}
.renovation__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8vw;
}
@media screen and (min-width: 768px) {
  .renovation__wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
.renovation__comment {
  font-size: 1.38rem;
  line-height: 2;
  color: #313131;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .renovation__comment {
    letter-spacing: 0.05em;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__comment {
    margin-bottom: 40px;
  }
}
.renovation__group {
  position: relative;
}
.renovation__label--before {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #313131;
  font-size: 1rem;
  font-weight: 700;
  width: 14.9333333333vw;
  height: 4.8vw;
  border: 0.2666666667vw solid #313131;
  margin: 0 auto 1.3333333333vw auto;
}
@media screen and (min-width: 768px) {
  .renovation__label--before {
    position: absolute;
    font-size: 1.5rem;
    top: 0.3472222222vw;
    left: 0.8333333333vw;
    width: 5.5555555556vw;
    height: 1.7361111111vw;
    margin: 0;
    border: 0.0694444444vw solid #313131;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__label--before {
    top: 5px;
    left: 12px;
    width: 80px;
    height: 25px;
    border: 1px solid #313131;
  }
}
.renovation__label--after {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  width: 18.9333333333vw;
  height: 5.6vw;
  background-color: #313131;
  border: 0.2666666667vw solid #313131;
  margin: 0 auto 1.3333333333vw auto;
}
@media screen and (min-width: 768px) {
  .renovation__label--after {
    font-size: 2.6rem;
    width: 9.1666666667vw;
    height: 2.7083333333vw;
    margin: 0 auto 0.6944444444vw auto;
    border: 0.0694444444vw solid #313131;
  }
}
@media screen and (min-width: 1440px) {
  .renovation__label--after {
    width: 132px;
    height: 39px;
    margin: 0 auto 10px auto;
    border: 1px solid #313131;
  }
}

.customer {
  width: 100%;
  padding: 0 0 13.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .customer {
    padding: 0 0 5.5555555556vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .customer {
    padding: 0 0 80px 0;
  }
}
.customer__container {
  width: 100vw;
  position: relative;
  height: 40vw;
  aspect-ratio: 375/150;
  overflow: hidden;
  margin: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .customer__container {
    width: auto;
    aspect-ratio: auto;
    height: 20.8333333333vw;
    margin: 0 -5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .customer__container {
    height: 300px;
    margin: 0 -80px;
  }
}
.customer__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.customer__bg img {
  width: 100%;
  height: auto;
}
.customer__title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 2.3rem;
  letter-spacing: 0.35em;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .customer__title {
    letter-spacing: 0.1em;
    font-size: 3rem;
  }
}
.customer__lead {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #313131;
  margin: 13.3333333333vw 0 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .customer__lead {
    font-size: 3rem;
    line-height: 2;
    text-align: center;
    margin: 3.4722222222vw 0 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .customer__lead {
    margin: 50px 0 60px;
  }
}
.customer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8vw;
}
@media screen and (min-width: 768px) {
  .customer__wrapper {
    flex-direction: row;
    justify-content: center;
    gap: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .customer__wrapper {
    gap: 40px;
  }
}
.customer__block {
  background-image: url(../img/business/customer_block_bg1.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 52.7946666667vw 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .customer__block {
    background-size: 13.5423611111vw 6.8402777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .customer__block {
    background-size: 195.01px 98.5px;
  }
}
.customer__block:nth-child(2) {
  background-image: url(../img/business/customer_block_bg2.svg);
  background-size: 33.7226666667vw 40vw;
}
@media screen and (min-width: 768px) {
  .customer__block:nth-child(2) {
    background-size: 8.8277777778vw 10.4708333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .customer__block:nth-child(2) {
    background-size: 127.12px 150.78px;
  }
}
.customer__group {
  padding-left: 4vw;
  border-left: 0.2666666667vw solid #313131;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .customer__group {
    height: 13.6805555556vw;
    padding-left: 1.3888888889vw;
    border-left: 0.0694444444vw solid #313131;
    margin-bottom: 2.9861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .customer__group {
    height: 197px;
    padding-left: 20px;
    border-left: 1px solid #313131;
    margin-bottom: 43px;
  }
}
.customer__subtitle {
  font-size: 2.5rem;
  color: #313131;
  font-weight: 600;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .customer__subtitle {
    font-size: 3rem;
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .customer__subtitle {
    margin-bottom: 18px;
  }
}
.customer__text {
  font-size: 1.4rem;
  line-height: 2;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .customer__text {
    letter-spacing: 0.05em;
  }
}
.customer__caution {
  display: inline-block;
  position: relative;
}
.customer__caution span {
  position: absolute;
  top: -0.7rem;
  right: 0;
  content: "";
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .customer__caution span {
    top: -0.7rem;
  }
}
.customer__btn {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto;
  width: 92vw;
  height: 20.8vw;
}
@media screen and (min-width: 768px) {
  .customer__btn {
    font-size: 2rem;
    width: 28.3333333333vw;
    height: 5.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .customer__btn {
    width: 408px;
    height: 78px;
  }
}
.customer__btn small {
  font-size: 1.4rem;
}
.customer__btn--buy a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: inherit;
  height: inherit;
  text-decoration: none;
  font-size: inherit;
  background-image: url(../img/module/btn_img_bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  outline: 0.2666666667vw solid #ffffff;
  outline-offset: -1.6vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .customer__btn--buy a {
    outline: 0.0694444444vw solid #ffffff;
    outline-offset: -0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .customer__btn--buy a {
    outline: 1px solid #ffffff;
    outline-offset: -6px solid #ffffff;
  }
}
.customer__btn--buy a:hover {
  outline-color: #313131;
  background-image: url(../img/module/btn_img_bg2.jpg);
  color: #313131;
  transition: 0.5s ease;
  outline: 0.2666666667vw solid #313131;
  outline-offset: -1.6vw;
  border: 0.2666666667vw solid #313131;
}
@media screen and (min-width: 768px) {
  .customer__btn--buy a:hover {
    outline: 0.0694444444vw solid #313131;
    outline-offset: -0.4166666667vw;
    border: 0.0694444444vw solid #313131;
  }
}
@media screen and (min-width: 1440px) {
  .customer__btn--buy a:hover {
    outline: 1px solid #313131;
    outline-offset: -6px solid #313131;
    border: 1px solid #313131;
  }
}
.customer__btn--buy a:hover::before {
  background-image: url(../img/module/btn_arrow_right_icon2.svg);
}
.customer__btn--buy a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 4vw;
  width: 6.0453333333vw;
  height: 3.8426666667vw;
  transform: translateY(-50%);
  background-image: url(../img/module/btn_arrow_right_icon1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .customer__btn--buy a::before {
    right: 1.0416666667vw;
    width: 1.5743055556vw;
    height: 1.0006944444vw;
  }
}
@media screen and (min-width: 1440px) {
  .customer__btn--buy a::before {
    right: 15px;
    width: 22.67px;
    height: 14.41px;
  }
}
.customer__btn--buy a {
  background-image: url(../img/module/btn_three_icon1.svg), url(../img/module/btn_img_bg1.jpg);
  background-repeat: no-repeat;
  background-position: center left 6.6666666667vw, center;
  background-size: 8.2666666667vw 5.6vw, cover;
}
@media screen and (min-width: 768px) {
  .customer__btn--buy a {
    background-position: center left 1.7361111111vw, center;
    background-size: 2.1527777778vw 1.4583333333vw, cover;
  }
}
@media screen and (min-width: 1440px) {
  .customer__btn--buy a {
    background-position: center left 25px, center;
    background-size: 31px 21px, cover;
  }
}
.customer__btn--buy a:hover {
  background-image: url(../img/module/btn_three_icon2.svg), url(../img/module/btn_img_bg2.jpg);
  background-repeat: no-repeat;
  background-position: center left 6.4vw, center;
  background-size: 8.2666666667vw 5.6vw, cover;
}
@media screen and (min-width: 768px) {
  .customer__btn--buy a:hover {
    background-position: center left 1.6666666667vw, center;
    background-size: 2.1527777778vw 1.4583333333vw, cover;
  }
}
@media screen and (min-width: 1440px) {
  .customer__btn--buy a:hover {
    background-position: center left 24px, center;
    background-size: 31px 21px, cover;
  }
}
.customer__btn--sell a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: inherit;
  height: inherit;
  text-decoration: none;
  font-size: inherit;
  background-image: url(../img/module/btn_img_bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  outline: 0.2666666667vw solid #ffffff;
  outline-offset: -1.6vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .customer__btn--sell a {
    outline: 0.0694444444vw solid #ffffff;
    outline-offset: -0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .customer__btn--sell a {
    outline: 1px solid #ffffff;
    outline-offset: -6px solid #ffffff;
  }
}
.customer__btn--sell a:hover {
  outline-color: #313131;
  background-image: url(../img/module/btn_img_bg2.jpg);
  color: #313131;
  transition: 0.5s ease;
  outline: 0.2666666667vw solid #313131;
  outline-offset: -1.6vw;
  border: 0.2666666667vw solid #313131;
}
@media screen and (min-width: 768px) {
  .customer__btn--sell a:hover {
    outline: 0.0694444444vw solid #313131;
    outline-offset: -0.4166666667vw;
    border: 0.0694444444vw solid #313131;
  }
}
@media screen and (min-width: 1440px) {
  .customer__btn--sell a:hover {
    outline: 1px solid #313131;
    outline-offset: -6px solid #313131;
    border: 1px solid #313131;
  }
}
.customer__btn--sell a:hover::before {
  background-image: url(../img/module/btn_arrow_right_icon2.svg);
}
.customer__btn--sell a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 4vw;
  width: 6.0453333333vw;
  height: 3.8426666667vw;
  transform: translateY(-50%);
  background-image: url(../img/module/btn_arrow_right_icon1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .customer__btn--sell a::before {
    right: 1.0416666667vw;
    width: 1.5743055556vw;
    height: 1.0006944444vw;
  }
}
@media screen and (min-width: 1440px) {
  .customer__btn--sell a::before {
    right: 15px;
    width: 22.67px;
    height: 14.41px;
  }
}

.broker {
  width: 100%;
  padding: 0 0 13.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .broker {
    padding: 0 0 3.4722222222vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .broker {
    padding: 0 0 50px 0;
  }
}
.broker__container {
  width: 100vw;
  position: relative;
  height: 40vw;
  aspect-ratio: 375/150;
  overflow: hidden;
  margin: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .broker__container {
    width: auto;
    aspect-ratio: auto;
    height: 20.8333333333vw;
    margin: 0 -5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .broker__container {
    height: 300px;
    margin: 0 -80px;
  }
}
.broker__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.broker__bg img {
  width: 100%;
  height: auto;
}
.broker__title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 2.3rem;
  letter-spacing: 0.35em;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .broker__title {
    letter-spacing: 0.1em;
    font-size: 3rem;
  }
}
.broker__lead {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #313131;
  margin: 10.6666666667vw 0 4vw;
}
@media screen and (min-width: 768px) {
  .broker__lead {
    font-size: 3rem;
    line-height: 2;
    text-align: center;
    margin: 3.4722222222vw 0 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .broker__lead {
    margin: 50px 0 60px;
  }
}
.broker__description {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  color: #313131;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .broker__description {
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .broker__description {
    margin-bottom: 50px;
  }
}
.broker__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5.3333333333vw;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .broker__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3888888889vw;
    margin-bottom: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .broker__list {
    gap: 20px;
    margin-bottom: 70px;
  }
}
.broker__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F7F7F7;
  height: auto;
  padding: 5.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .broker__item {
    height: 27.7777777778vw;
    padding: 3.4722222222vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .broker__item {
    height: 400px;
    padding: 50px 0;
  }
}
.broker__img {
  width: 81.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .broker__img {
    width: 21.7361111111vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .broker__img {
    width: 313px;
    margin-bottom: 30px;
  }
}
.broker__img img {
  width: 100%;
  height: auto;
}
.broker__img--1 {
  width: 13.4026666667vw;
  height: 19.7093333333vw;
}
@media screen and (min-width: 768px) {
  .broker__img--1 {
    width: 4.3930555556vw;
    height: 6.5215277778vw;
  }
}
@media screen and (min-width: 1440px) {
  .broker__img--1 {
    width: 63.26px;
    height: 93.91px;
  }
}
.broker__img--2 {
  width: 14.792vw;
  height: 19.7093333333vw;
}
@media screen and (min-width: 768px) {
  .broker__img--2 {
    width: 5.2409722222vw;
    height: 6.5215277778vw;
  }
}
@media screen and (min-width: 1440px) {
  .broker__img--2 {
    width: 75.47px;
    height: 93.91px;
  }
}
.broker__img--3 {
  width: 22.0906666667vw;
  height: 22.9173333333vw;
}
@media screen and (min-width: 768px) {
  .broker__img--3 {
    width: 7.8361111111vw;
    height: 7.3569444444vw;
    margin-bottom: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .broker__img--3 {
    width: 112.84px;
    height: 105.94px;
    margin-bottom: 17px;
  }
}
.broker__img--4 {
  width: 24.2373333333vw;
  height: 19.6506666667vw;
}
@media screen and (min-width: 768px) {
  .broker__img--4 {
    width: 8.1173611111vw;
    height: 6.50625vw;
  }
}
@media screen and (min-width: 1440px) {
  .broker__img--4 {
    width: 116.89px;
    height: 93.69px;
  }
}
.broker__img--5 {
  width: 25.7093333333vw;
  height: 19.7093333333vw;
}
@media screen and (min-width: 768px) {
  .broker__img--5 {
    width: 8.7784722222vw;
    height: 6.50625vw;
  }
}
@media screen and (min-width: 1440px) {
  .broker__img--5 {
    width: 126.41px;
    height: 93.69px;
  }
}
.broker__img--6 {
  width: 28vw;
  height: 12.264vw;
}
@media screen and (min-width: 768px) {
  .broker__img--6 {
    width: 10.0694444444vw;
    height: 4.5826388889vw;
    margin-top: 1.0416666667vw;
    margin-bottom: 2.9861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .broker__img--6 {
    width: 145px;
    height: 65.99px;
    margin-top: 15px;
    margin-bottom: 43px;
  }
}
.broker__subtitle {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #313131;
  font-weight: 700;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .broker__subtitle {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .broker__subtitle {
    margin-bottom: 20px;
  }
}
.broker__text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .broker__text {
    line-height: 2;
  }
}
.broker__banner {
  width: 100%;
}
.broker__banner img {
  width: 100%;
  height: auto;
}
.broker__banner:hover {
  filter: brightness(0.8);
  transition: 0.5s ease;
}

.caution {
  width: 100%;
  padding: 0 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .caution {
    padding: 0 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .caution {
    padding: 0 0 20px;
  }
}
.caution__text {
  display: block;
  margin-left: auto;
  width: fit-content;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6em;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .caution__text {
    font-size: 1.4rem;
  }
}