@charset "UTF-8";

.building2 .ttl, .building .sec03 .ttl, .business .sec_top dt, .sec_top .lead dt, .row.a .ttl {
  font-size: 2rem;
  font-weight: bold;
}

.business .sec_top dd, .dl_area dd, .sec_top .lead dd, .row.a .other .txt {
  font-size: 1.4rem;
  line-height: 2;
}

section {
  padding: 7rem 0;
}

.row.a {
  display: flex;
}

@media screen and (max-width: 767px) {
  .row.a {
    flex-direction: column;
  }
}

.row.a .ttl {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .row.a .ttl {
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
  }
}

.row.a .other {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .row.a .other {
    width: 100%;
  }
}

.sec_top {
  padding-top: 0;
}

.sec_top .mv {
  margin-bottom: 6rem;
}

.sec_top .lead {
  position: relative;
  padding: 8rem 0;
  text-align: center;
  max-height: 33.2rem;
}

@media screen and (max-width: 767px) {
  .sec_top .lead {
    padding: 0;
    max-height: none;
  }
}

.sec_top .lead::before, .sec_top .lead::after {
  /* content: "";
  background: url(../img/frame.png) no-repeat left center/contain;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%; */
}

@media screen and (max-width: 767px) {
  .sec_top .lead::before, .sec_top .lead::after {
    display: none;
  }
}

/* .sec_top .lead::after {
  transform: rotate(180deg);
} */

.sec_top .lead dt {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .sec_top .lead dd {
    text-align: left;
  }
}

.dl_area dl+dl {
  margin-top: 3rem;
}

.dl_area dt {
  font-size: 1.5rem;
  font-weight: bold;
}

.business .sec_top dt {
  margin-bottom: 3rem;
  text-align: center;
}

.business .sec_top dd {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .business .sec_top dd {
    text-align: left;
  }
}

.business .sec_top .item {
  display: flex;
  gap: 4rem;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .business .sec_top .item {
    flex-direction: column;
    gap: 2rem;
  }
}

.business .sec_top .item>* {
  width: calc(50% - 2rem);
}

@media screen and (max-width: 767px) {
  .business .sec_top .item>* {
    width: 100%;
  }
}

.business .sec_top .txt_area {
  display: flex;
  flex-direction: column;
}

.business .sec_top .ttl {
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .business .sec_top .ttl {
    font-size: 1.8rem;
  }
}

.business .sec_top .txt {
  font-size: 1.3rem;
  line-height: 2;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .business .sec_top .txt {
    /* font-size: 1.6rem; */
    font-size: 1.4rem;
    line-height: 2;
  }
}

.business .sec_top .c_btn {
  margin-top: auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .business .sec_top .c_btn {
    margin-top: 1rem;
  }
}

.bunjo .sec01 .other {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .bunjo .sec01 .other {
    flex-direction: column;
  }
}

.bunjo .sec01 .other .txt {
  width: calc(65% - 2rem);
}

@media screen and (max-width: 767px) {
  .bunjo .sec01 .other .txt {
    width: 100%;
  }
}

.bunjo .sec01 .other .img {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .bunjo .sec01 .other .img {
    width: 100%;
  }
}

.bunjo .sec02 .other .row.b{
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
}
.bunjo .sec02 .other .row.b .txt{
  width: calc(65% - 2rem);
}
.bunjo .sec02 .other .row.b div{
  width: 35%;
}
@media screen and (max-width: 767px) {
  .bunjo .sec02 .other .row.b{
    flex-direction: column;
  }
  .bunjo .sec02 .other .row.b .txt{
    width: 100%;
  }
  .bunjo .sec02 .other .row.b div{
    width: 100%;
  }
}

.bunjo .sec02 .other .img {
  display: flex;
  gap: 2rem;
  margin: 5rem 0;
}

.bunjo .sec02 .other .img div {
  width: calc(50% - 1rem);
}

.bunjo .sec03 .txt.a {
  padding-bottom: 3rem;
  font-size: 1.6rem;
}

.bunjo .sec03 .img {
  width: 15rem;
  margin-top: 5rem;
}

.bunjo .sec03 ul {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

.bunjo .sec03 ul p {
  padding-top: 0.5rem;
  font-size: 1.1rem;
  text-align: right;
}

.bunjo .sec03 ul.grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bunjo .sec03 ul.grid li.col2{
  grid-column: span 2;
}


@media screen and (max-width: 767px) {
  .bunjo .sec03 ul p {
    font-size: .8rem;
    letter-spacing: -.01em;
  }
}

.building .sec01 .dl_area {
  counter-reset: num 0;
  margin-bottom: 5rem;
}

.building .sec01 .dl_area dl {
  position: relative;
  padding-left: 4rem;
}

.building .sec01 .dl_area dl::before {
  counter-increment: num 1;
  content: counter(num);
  position: absolute;
  inset: 0 auto auto 0;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

.building .sec01 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.building .sec01 ul li {
  width: calc(33.3333333333% - 0.68rem);
}

@media screen and (max-width: 767px) {
  .building .sec01 ul li {
    width: 60%;
    margin: 0 auto;
  }
}

.building .sec02 .img {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 5rem;
}

.building .sec02 .img div {
  width: calc(33.3333333333% - 1rem);
}

.building .sec02 .img div.u_visible_pc, .building .sec02 .img div.u_visible_sp {
  width: 100%;
}

.building .sec03 .ttl {
  margin-bottom: 5rem;
  text-align: center;
}

.building .sec03 .img {
  margin-bottom: 5rem;
}

.building .sec03 .items .item+.item {
  margin-top: 5rem;
}

.building .sec03 .items .item_ttl {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.building .sec03 .items ul {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .building .sec03 .items ul {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .building .sec03 .items ul li {
    width: calc(50% - 1rem);
  }
}

.building .sec03 .items ul .txt {
  padding-top: 0.5rem;
  font-size: 1.1rem;
}

.building .sec04 .items {
  margin-top: 5rem;
}

.building .sec04 .items .item+.item {
  margin-top: 5rem;
}

.building .sec04 .items ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.building .sec04 .items ul::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border-left: 2rem solid #595757;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
}

@media screen and (max-width: 767px) {
  .building .sec04 .items ul::before {
    border-left: 1.5rem solid #595757;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
  }
}

.building .sec04 .items ul li {
  width: 46%;
}

.building2 .ttl {
  margin-bottom: 3rem;
  text-align: center;
}

.building2 .lists {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.building2 .lists li {
  width: calc(33.3333333333% - 2rem);
}

@media screen and (max-width: 767px) {
  .building2 .lists li {
    width: 100%;
  }
}

.building2 .lists li .txt1 {
  background: #c5d5e1;
  padding: 1rem;
  font-size: 1rem;
}

.building2 .lists li a {
  display: block;
  position: relative;
}

.building2 .lists li a::before {
  content: "";
  background: rgba(255, 255, 255, 0.8) url(../img/icon_up.svg) no-repeat center/80%;
  display: block;
  position: absolute;
  inset: auto 0 0 auto;
  width: 3rem;
  height: 3rem;
  transition: 0.2s;
}

.building2 .lists li a:hover::before {
  transform: scale(1.2);
  transform-origin: right bottom;
}

.building2 .modal {
  display: none;
  background: #333;
  color: #fff;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 3rem 0;
  z-index: 66;
  overflow: scroll;
}

.building2 .modal .close {
  color: #fff;
  display: block;
  position: absolute;
  inset: 2rem 2rem auto auto;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.building2 .modal .txt1 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.building2 .modal .txt2 {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.building2 .modal .modal_slider {
  padding: 0 5rem;
}

@media screen and (max-width: 767px) {
  .building2 .modal .modal_slider {
    padding: 0;
  }
}

.building2 .modal .modal_slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.building2 .modal .modal_slider .slick-dots li {
  width: calc(16.6666666667% - 0.84rem);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .building2 .modal .modal_slider .slick-dots li {
    width: calc(33.3333333333% - 0.67rem);
  }
}

.building2 .modal .modal_slider .slick-dots li.slick-active {
  border: 3px solid #fff;
}

.building2.construction .modal .u_inner::before {
  content: "■施工例";
  display: block;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

.building2.renewal .modal .u_inner::before {
  content: "■リニューアル実施例";
  display: block;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

.building2 .others table {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .building2 .others table {
    overflow: scroll;
    display: block;
  }
}

.building2 .others table tr:nth-child(odd) {
  background: #eeeeef;
}

.building2 .others table th {
  background: #595757;
  color: #fff;
  padding: 1rem;
  font-size: 1.4rem;
  white-space: nowrap;
}

.building2 .others table td {
  padding: 1rem;
  font-size: 1.2rem;
  white-space: nowrap;
}

.reform .mv img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .reform .sec01 {
    padding: 3rem 0;
  }
}

.reform .sec01 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .reform .sec01 ul {
    gap: 3rem;
  }
}

.reform .sec01 ul li {
  width: calc(33.3333333333% - 2.7rem);
}

@media screen and (max-width: 767px) {
  .reform .sec01 ul li {
    width: calc(50% - 1.5rem);
  }
}

.circulation .lead {
  max-height: none;
}
.circulation .lead dd + dd{
  padding-top: 6rem;
}
.circulation .lead dd span{
  display: block;
  padding-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .circulation .img{
    margin-top: 6rem;
  }
}

/*# sourceMappingURL=style.css.map */