/* ==========================================================================
   戸建て住宅事業（分譲） - .business5-2
   ========================================================================== */

/* --------------------------------------------------------------------------
   共通スタイル
   -------------------------------------------------------------------------- */
#business section#business-details {
  padding-bottom: 0;
}

.bg-white {
  background: var(--color-white);
}

#business #business-details h3 {
  font-size: 2.8em;
}

#business #business-details h3.business {
  border: none;
}

#business #business-details h3.business::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  background: linear-gradient(to right, var(--color-orange) 0 50%, var(--color-blue) 50% 100%);
}

/* --------------------------------------------------------------------------
   ページトップ
   -------------------------------------------------------------------------- */
#business .page-top {
  padding-top: 7em;
  padding-bottom: 0;
}

#business .top-text {
  font-size: 2em;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}

/* --------------------------------------------------------------------------
   ブランド
   -------------------------------------------------------------------------- */
#business .brand {
  padding-top: 8em;
}

#business .brand-layout {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 10em;
}

/* ブランド - 左側 */
#business .brand-left h2 {
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}

#business .brand-cicle {
  margin-top: 3em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  padding: 5em;
}

#business .brand-cicle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 0.6em);
  height: 100%;
  background: var(--color-orange);
}

#business .brand-cicle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 0.6em);
  height: 100%;
  background: var(--color-blue);
}

#business .brand-cicle-inner {
  background: var(--color-white);
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2em;
}

#business .brand-cicle-inner p {
  padding-top: 1em;
  font-size: clamp(1.6em, 4vw, 2.4em);
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
  color: #231815;
}

#business .brand-cicle-inner span {
  font-size: clamp(2.2em, 5.5vw, 3.4em);
  font-weight: 700;
  width: fit-content;
  line-height: 1;
  padding: 0.1em 0.6em;
  background: var(--color-lightgray);
  border-radius: 5em;
  letter-spacing: 0.1em;
}

/* ブランド - 右側 */
#business #business-details .brand-right {
  margin-top: 0;
}

#business #business-details .brand-list li {
  border-top: 1px solid var(--color-black);
  padding: 3em 0;
}

#business #business-details .brand-list li:first-child {
  border: none;
  padding-top: 0;
}

#business #business-details .brand-list h3 {
  border-left: none;
  padding-left: 0;
  font-weight: 600;
  font-size: 2.2em;
  letter-spacing: 0.01em;
}

#business #business-details .brand-list h3 .slash {
  display: inline-block;
  width: 0.8em;
  aspect-ratio: 20 / 23;
  background: url(../_img/business/business5_2_icon_01.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0.4em;
}

#business #business-details .brand-list p {
  margin-top: 1em;
  color: var(--color-darkgray);
  font-size: 1.2em;
  line-height: 2.4;
  letter-spacing: 0.08em;
  font-weight: 500;
}

/* ブランド - ボックス */
#business .brand-box {
  margin-top: 8em;
  padding: 0 2em;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

#business .brand-box h2 {
  text-align: center;
  background: var(--color-orange);
  font-size: 1.9em;
  color: var(--color-white);
  font-weight: 500;
  padding: 0.4em 0;
}

#business .brand-box>div {
  margin-top: 2.5em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/* ブランド - カード */
#business #business-details .brand-card {
  text-align: center;
  margin-top: 0;
}

#business #business-details .brand-card:first-child {
  padding-right: 2.2em;
  border-right: 1px solid #000;
}

#business #business-details .brand-card:last-child {
  padding-left: 2.2em;
}

#business .brand-img {
  aspect-ratio: 13 / 8;
}

#business .brand-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#business #business-details .brand-card h3 {
  padding-left: 0;
  border: none;
  text-align: center;
  font-size: 1.8em;
  margin-top: 2em;
  font-weight: 600;
}

#business .brand-card .brand-logo {
  margin-top: 2em;
  height: 12em;
  display: flex;
  justify-self: center;
  align-items: center;
}

#business .brand-card .brand-logo img {
  width: 17em;
  height: auto;
}

#business .brand-card:last-child .brand-logo img {
  width: 14em;
}

#business .brand-card .arrow-link {
  margin-top: 1.5em;
  padding: 0.5em 0.8em 0.5em 4em;
  font-size: 1.3em;
  background: transparent;
  border: 1px solid #000;
  gap: 3em;
}

#business .brand-card .arrow-link:hover {
  color: var(--color-blue);
}

#business .brand-card a.arrow-link:hover::after {
  background: url(../_img/icon/arrow_blue.svg) right center / contain no-repeat;
}

/* --------------------------------------------------------------------------
   セクション共通
   -------------------------------------------------------------------------- */
#business .section {
  padding: 0;
}

#business .section-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30em;
  width: 100%;
}

#business .section-header p {
  font-size: 1.8em;
  color: var(--color-white);
  letter-spacing: 0.15em;
}

#business .section-header img {
  height: auto;
}

#business .section-inner {
  padding: 6em 0;
  margin-top: 0;
}

#business h2.section-title {
  text-align: center;
  font-size: 2.4em;
  letter-spacing: 0.1em;
}

#business h2.section-title strong {
  font-size: 2em;
  color: var(--color-orange);
}

/* --------------------------------------------------------------------------
   sec01
   -------------------------------------------------------------------------- */
#business .sec01 .section-header {
  background: #e7a929;
}

#business .sec01 .section-header img {
  width: 22em;
}

#business .sec01-list {
  margin-top: 10em;
  display: flex;
  flex-direction: column;
  gap: 10em;
}

#business .sec01-list li {
  display: flex;
  justify-content: end;
  gap: 8em;
  padding-left: 2em;
}

#business .sec01-list li[data-list="revese"] {
  flex-direction: row-reverse;
  justify-content: start;
  padding-right: 2em;
  padding-left: 0;
}

#business .sec01-contents {
  flex: 1;
  max-width: 62em;
}

#business .sec01-contents::before {
  content: "";
  aspect-ratio: 1/1;
  display: block;
  background: #fdf6ea;
  position: absolute;
  width: 28em;
  top: -5em;
  left: -5em;
  border-radius: 50%;
}

#business .sec01-list li[data-list="revese"] .sec01-contents::before {
  left: inherit;
  right: -5em;
}

#business .sec01-list hgroup span {
  font-size: 2.1em;
  color: var(--color-orange);
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.1em;
}

#business .sec01-list hgroup span strong {
  font-size: 1.6em;
  padding-left: 0.3em;
  letter-spacing: 0.05em;
}

#business #business-details .sec01-list hgroup h3 {
  border: none;
  padding-left: 0;
  margin-top: 0.4em;
  font-size: 2.4em;
  color: #000;
  letter-spacing: 0.1em;
}

#business #business-details .sec01-list p {
  margin-top: 1.5em;
  color: var(--color-darkgray);
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 1.2em;
}

#business .sec01-img {
  width: 40%;
  margin-top: 0;
}

#business .sec01-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* --------------------------------------------------------------------------
   sec02
   -------------------------------------------------------------------------- */
#business .sec02 .section-header {
  background: #3b6c8e;
}

#business .sec02 .section-header img {
  width: 18em;
}

#business .sec02 h2.section-title strong {
  color: #3b6c8e;
}

#business .sec02-list {
  margin-top: 5em;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6em 4em;
  justify-items: center;
}

#business .sec02-list li {
  width: 100%;
  max-width: 340px;
  grid-column: span 2;
}

#business .sec02-list li:nth-child(4),
#business .sec02-list li:nth-child(5) {
  max-width: 340px;
}

#business .sec02-list li:nth-child(4) {
  grid-column: 2 / 4;
}

#business .sec02-list li:nth-child(5) {
  grid-column: 4 / 6;
}

#business .sec02-list .list-circle {
  border-radius: 50%;
  aspect-ratio: 1/1;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1em, 2vw, 3em);
  color: #3b6c8e;
  background: #ebf0f4;
  padding: clamp(2em, 4vw, 5em) 0;
}

#business .sec02-list .list-circle>div * {
  display: block;
  text-align: center;
}

#business .sec02-list .list-circle>div span {
  font-size: clamp(1.2em, 2.5vw, 2em);
  font-family: "Murecho", sans-serif;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
}

#business .sec02-list .list-circle>div strong {
  margin-top: 0.1em;
  font-family: "Murecho", sans-serif;
  font-size: clamp(2em, 4vw, 3.5em);
  line-height: 1;
  font-weight: 700;
}

#business .sec02-list .list-circle img {
  margin-top: 0;
  width: clamp(5em, 8vw, 7em);
  height: auto;
}

#business #business-details .sec02-list h3 {
  border: none;
  padding-left: 0;
  font-size: 2em;
  text-align: center;
  margin-top: 1.5em;
}

#business #business-details .sec02-list p {
  margin-top: 1.5em;
  color: var(--color-darkgray);
  font-size: 1.2em;
  line-height: 2;
  letter-spacing: 0.05em;
}

/* --------------------------------------------------------------------------
   works
   -------------------------------------------------------------------------- */
#business .works {
  margin-top: 10em;
}

#business .works-inner {
  margin-top: 0;
  display: grid;
  grid-template-columns: 30% 1fr 30%;
}

#business .works-img {
  margin-top: 0;
  height: 100%;
}

#business .works-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#business .works-img:last-child img {
  object-position: top left;
}

#business .works-main {
  margin-top: 0;
  text-align: center;
  padding: 4em 3em;
  background: #f0f0f0;
}

#business .works-main span {
  position: relative;
  display: inline-block;
  font-size: 1.6em;
  font-weight: 700;
  color: #231815;
}

#business .works-main span::before {
  content: "";
  width: 1px;
  height: 1.6em;
  background: #231815;
  position: absolute;
  top: 0.1em;
  left: -1.5em;
  transform: rotate(-30deg);
}

#business .works-main span::after {
  content: "";
  width: 1px;
  height: 1.6em;
  background: #231815;
  position: absolute;
  top: 0.1em;
  right: -1.5em;
  transform: rotate(30deg);
}

#business .works-main hgroup {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

#business .works-main h2 {
  margin-top: 0;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 3.4em;
  font-weight: 900;
}

#business .works-main h2::after {
  content: "";
  display: block;
  width: 1em;
  height: 0.2em;
  background: var(--color-blue);
  margin: 0 auto;
}

#business .works-main p {
  margin-top: 0;
  font-size: 1.4em;
  font-weight: 700;
}

#business #business-details a.arrow-link {
  width: 90%;
  max-width: 300px;
  padding: 0.4em 1em;
  margin: 2em auto 0;
  gap: 1em;
  border-radius: 0;
  letter-spacing: 0.05em;
  background: none;
  font-size: 1.4em;
  font-weight: 700;
  border: 1px solid #000;
}

/* ==========================================================================
   メディアクエリ
   ========================================================================== */

@media (max-width: 1980px) {
  #business #business-details .service-header>.flex>div:last-child img {
    left: 47%;
    width: 94%;
  }
}

@media (max-width: 1720px) {
  #business #business-details .service-header>.flex>div:last-child img {
    left: 41%;
    width: 90%;
  }
}

@media (max-width: 1440px) {
  #business #business-details .service-header>.flex>div:last-child img {
    left: 39%;
    width: 82%;
  }
}

/* --------------------------------------------------------------------------
   1080px以下
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  #business .brand-cicle {
    padding: 3em;
  }

  #business .sec01-list li {
    gap: 4em;
  }
}

/* --------------------------------------------------------------------------
   920px以下
   -------------------------------------------------------------------------- */
@media (max-width: 920px) {
  #business #business-details .service-header>.flex>div:last-child img {
    width: 100%;
    left: 50%;
  }

  /* ブランド */
  #business .brand-layout {
    grid-template-columns: 1fr;
  }

  #business .brand-cicle {
    padding: 5em;
    max-width: 500px;
    margin: 2em auto 0;
  }

  #business .brand-box>div {
    grid-template-columns: 1fr;
    gap: 6em;
  }

  #business #business-details .brand-card:first-child,
  #business #business-details .brand-card:last-child {
    padding: 0;
    border: none;
  }

  #business .brand-card .brand-logo {
    height: auto;
  }

  /* sec01 */
  #business .sec01-list {
    margin-top: 6em;
  }

  #business .sec01-list li {
    flex-direction: column-reverse;
    gap: 2em;
    padding: 0 2em;
  }

  #business .sec01-list {
    overflow: hidden;
  }

  #business .sec01-list li[data-list="revese"] {
    flex-direction: column-reverse;
    padding: 0 2em;
  }

  #business .sec01-contents::before {
    width: 20em;
    top: -1em;
    left: -5em;
  }

  #business .sec01-list li[data-list="revese"] .sec01-contents::before {
    right: inherit;
    left: -5em;
  }

  #business .sec01-img {
    width: 100%;
  }

  /* sec02 */
  #business .sec02-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3em 2em;
  }

  #business .sec02-list li {
    grid-column: span 1;
  }

  #business .sec02-list li:nth-child(4),
  #business .sec02-list li:nth-child(5) {
    grid-column: span 1;
  }

  #business .sec02-list li:nth-child(5) {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #business .sec02-list .list-circle {
    padding: clamp(4em, 8vw, 6em) 0;
  }

  #business .sec02-list .list-circle>div span {
    font-size: clamp(2em, 2.5vw, 4em);
  }

  #business .sec02-list .list-circle>div strong {
    font-size: clamp(4em, 3vw, 6em);
  }

  #business .sec02-list .list-circle img {
    width: clamp(4em, 10vw, 9em);
  }

  /* works */
  #business .works-inner {
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   820px以下
   -------------------------------------------------------------------------- */
@media (max-width: 820px) {}

/* --------------------------------------------------------------------------
   600px以下
   -------------------------------------------------------------------------- */
@media (max-width: 600px) {
  #business .sec02-list .list-circle {
    padding: clamp(3em, 7vw, 6em) 0;
  }

  #business .sec02-list .list-circle>div span {
    font-size: clamp(1em, 1.5vw, 3em);
  }

  #business .sec02-list .list-circle>div strong {
    font-size: clamp(3em, 2.5vw, 5em);
  }

  #business .sec02-list .list-circle img {
    width: clamp(2em, 10vw, 7em);
  }
}

/* --------------------------------------------------------------------------
   520px以下
   -------------------------------------------------------------------------- */
@media (max-width: 520px) {

  /* ページトップ */
  #business .top-text {
    margin-top: 2em;
    font-size: 1.4em;
  }

  /* ブランド */
  #business .brand {
    padding: 3em 0 5em;
  }

  #business .brand-layout {
    gap: 5em;
  }

  #business .brand-left h2 {
    font-size: 2em;
  }

  #business .brand-cicle {
    padding: 3em;
  }

  #business .brand-cicle-inner {
    gap: 1.5em;
  }

  #business #business-details .brand-list li {
    padding: 2em 0;
  }

  #business #business-details .brand-list h3 {
    font-size: 1.8em;
  }

  #business #business-details .brand-list h3 .slash {
    width: 0.7em;
    margin: 0 0.2em;
  }

  #business #business-details .brand-list p {
    margin-top: 0.6em;
    font-size: 1.1em;
    line-height: 2;
    letter-spacing: 0.08em;
    font-weight: 500;
  }

  #business .brand-box {
    margin-top: 3em;
  }

  #business .brand-box h2 {
    font-size: 1.5em;
  }

  #business .brand-box>div {
    gap: 4em;
  }

  #business #business-details .brand-card h3 {
    margin-top: 1em;
    font-size: 1.4em;
  }

  #business .brand-card .brand-logo img,
  #business .brand-card:last-child .brand-logo img {
    width: 13em;
  }

  #business .brand-card .arrow-link {
    font-size: 1.1em;
    padding: 0.5em 0.8em 0.5em 2em;
    gap: 1.5em;
    min-width: 260px;
  }

  /* セクション共通 */
  #business .section-header {
    height: 15em;
  }

  #business .section-header p {
    font-size: 1.4em;
  }

  #business .section-inner {
    padding: 4em 0;
  }

  #business h2.section-title {
    font-size: 2em;
  }

  /* sec01 */
  #business .sec01 .section-header img {
    margin-top: 1em;
    width: 12em;
  }

  #business .sec01-list {
    gap: 5em;
    margin-top: 3em;
  }

  #business .sec01-list li {
    gap: 1em;
  }

  #business .sec01-list hgroup span {
    font-size: 1.4em;
  }

  #business .sec01-list hgroup span strong {
    font-size: 1.5em;
  }

  #business #business-details .sec01-list hgroup h3 {
    font-size: 1.6em;
  }

  #business #business-details .sec01-list p {
    margin-top: 1em;
    font-size: 1.1em;
  }

  /* sec02 */
  #business .sec02 .section-header img {
    width: 11em;
    margin-top: 1.2em;
  }

  #business .sec02-list {
    margin-top: 3em;
    grid-template-columns: 1fr;
    gap: 3em;
  }

  #business .sec02-list li {
    grid-column: span 1;
    max-width: 280px !important;
    justify-self: center;
  }

  #business .sec02-list li:nth-child(5) {
    grid-column: span 1;
  }

  #business .sec02-list .list-circle {
    padding: 4em 0;
  }

  #business .sec02-list .list-circle>div span {
    font-size: 1.8em;
  }

  #business .sec02-list .list-circle>div strong {
    font-size: 2.6em;
  }

  #business .sec02-list .list-circle img {
    width: 5.8em;
  }

  #business #business-details .sec02-list h3 {
    font-size: 1.8em;
    margin-top: 1em;
  }

  #business #business-details .sec02-list p {
    margin-top: 1em;
  }

  /* works */
  #business .works {
    margin-top: 5em;
  }

  #business .works-main {
    padding: 3em 2em;
  }

  #business .works-main span {
    font-size: 1.3em;
  }

  #business .works-main hgroup {
    margin-top: 0.5em;
    gap: 0.3em;
  }

  #business .works-main h2 {
    font-size: 2.8em;
  }

  #business .works-main p {
    font-size: 1.1em;
  }

  #business #business-details a.arrow-link {
    max-width: 260px;
    font-size: 1.2em;
    margin: 1.5em auto 0;
  }
}