/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
/**/
.copy_text {
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #0068b2;
}
@media screen and (min-width: 769px) {
  .copy_text {
    margin-bottom: 1rem;
    line-height: 1.5em;
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .copy_text {
    margin-bottom: 1rem;
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}

#renovation_sec {
  background: #f7f7f7;
}
@media screen and (min-width: 769px) {
  #renovation_sec {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #renovation_sec {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}
#renovation_sec .box {
  display: grid;
}
@media screen and (min-width: 769px) {
  #renovation_sec .box {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #renovation_sec .box {
    row-gap: 4rem;
  }
}
#renovation_sec .box dl {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #renovation_sec .box dl {
    row-gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #renovation_sec .box dl {
    row-gap: 2rem;
  }
}
#renovation_sec .box dl dt {
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #renovation_sec .box dl dt {
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #renovation_sec .box dl dt {
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 769px) {
  #relocation_sec figure {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #relocation_sec figure {
    margin-top: 4rem;
  }
}

#construction_sec {
  background: #f7f7f7;
}
@media screen and (min-width: 769px) {
  #construction_sec {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #construction_sec {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}
#construction_sec .image_box {
  background: #fff;
  border: 1px solid #cfcfcf;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #construction_sec .image_box {
    width: 70rem;
    margin-top: 3rem;
    padding: 4rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  #construction_sec .image_box {
    margin-top: 4rem;
    padding: 3.8rem 4rem;
  }
}

#group_sec .list {
  display: flex;
}
@media screen and (min-width: 769px) {
  #group_sec .list {
    justify-content: center;
    column-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #group_sec .list {
    flex-direction: column;
    row-gap: 6rem;
  }
}
#group_sec .list > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  #group_sec .list > li {
    row-gap: 1rem;
    width: 37.3rem;
  }
}
@media screen and (max-width: 768px) {
  #group_sec .list > li {
    row-gap: 1.5rem;
  }
}
#group_sec .list > li figure {
  position: relative;
}
@media screen and (max-width: 768px) {
  #group_sec .list > li figure {
    width: 56rem;
    margin: 0 auto;
  }
}
#group_sec .list > li figure::after {
  content: "";
  position: absolute;
  border: 1px solid #cfcfcf;
  inset: 0;
  pointer-events: none;
}
#group_sec .list > li a {
  display: flex;
  position: relative;
  font-weight: 500;
  transition: ease-out 0.6s all;
}
@media screen and (min-width: 769px) {
  #group_sec .list > li a {
    column-gap: 1.5rem;
    margin-top: 1rem;
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #group_sec .list > li a {
    column-gap: 3rem;
    margin-top: 1.5rem;
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}
#group_sec .list > li a span.window {
  flex-shrink: 0;
  display: block;
  position: relative;
  background: linear-gradient(to right, #0f3b6b, #0068ad, #0080cd);
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  #group_sec .list > li a span.window {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #group_sec .list > li a span.window {
    width: 4.5rem;
    height: 4.5rem;
    translate: 0 16.667%;
  }
}
#group_sec .list > li a span.window::after {
  content: "";
  position: absolute;
  background-image: url(../../common/img/icon_window_w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  inset: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #group_sec .list > li a span.window::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #group_sec .list > li a span.window::after {
    width: 1.44rem;
    height: 1.44rem;
  }
}
#group_sec .list > li a[href]:hover {
  color: #0068b2;
}
@media screen and (min-width: 769px) {
  #group_sec .list > li > p {
    line-height: 1.7em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #group_sec .list > li > p {
    line-height: 1.7em;
    font-size: 3.2rem;
  }
}