.commonBottomCtaArea {
  background-image: url(../images/gallery_bk.jpg);
}

@media screen and (max-width: 767px) {
  .commonBottomCtaArea {
    background-image: url(../images/gallery_bk_sp.jpg);
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .commonBottomCtaArea .wrap .info {
    flex-direction: initial;
    gap: 0;
    align-items: center;
  }
  .commonBottomCtaArea .wrap .info .tl {
    flex: 1;
    justify-content: left;
  }
  .commonBottomCtaArea .wrap .info .tl .tlEn {
    font-size: 16px;
    justify-content: left;
    width: 100%;
  }
}
h1 {
  text-align: center;
  padding-bottom: 35px;
}

.secNavArea .navArea {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.secNavArea .navArea a {
  padding: 25px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .secNavArea .navArea a {
    border-right: 1px solid #CCCCCC;
  }
  .secNavArea .navArea a:first-child {
    border-left: 1px solid #CCCCCC;
  }
}
@media screen and (max-width: 767px) {
  .secNavArea .navArea {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
  }
  .secNavArea .navArea a {
    gap: 6px;
    padding: 20px 10px;
    border-bottom: 1px solid #CCCCCC;
  }
  .secNavArea .navArea a img {
    padding-top: 10px;
  }
  .secNavArea .navArea a:first-child {
    border-top: 1px solid #CCCCCC;
  }
}
.secRenovation, .secReform {
  padding-top: 64px;
  padding-bottom: 54px;
}
.secRenovation .gridArea, .secReform .gridArea {
  margin-top: 48px;
  display: grid;
  grid-template-columns: clamp(12.5rem, -21.875rem + 55vw, 19.375rem) 1fr;
  align-items: flex-start;
}
.secRenovation .gridArea .topImg, .secReform .gridArea .topImg {
  padding-bottom: 48px;
}
.secRenovation .gridArea .infoArea .txWrap, .secReform .gridArea .infoArea .txWrap {
  padding-bottom: 32px;
}
.secRenovation .gridArea .infoArea .txWrap .tl, .secReform .gridArea .infoArea .txWrap .tl {
  padding-bottom: 12px;
}
.secRenovation .gridArea .infoArea .imgWrap .imgGrid, .secReform .gridArea .infoArea .imgWrap .imgGrid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr max-content 1fr;
  gap: 8px;
}
.secRenovation .gridArea .infoArea .imgWrap .imgGrid > div .tl, .secReform .gridArea .infoArea .imgWrap .imgGrid > div .tl {
  color: #6D6D6D;
  padding-bottom: 4px;
}
.secRenovation .gridArea .infoArea .imgWrap .imgGrid .tri, .secReform .gridArea .infoArea .imgWrap .imgGrid .tri {
  position: relative;
  top: 15px;
}
.secRenovation .gridArea .infoArea .imgWrap .line, .secReform .gridArea .infoArea .imgWrap .line {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #CCCCCC;
}

.secRenovation {
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 1000px) {
  .secRenovation .gridArea, .secReform .gridArea {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .secRenovation, .secReform {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .secRenovation .innerWidth, .secReform .innerWidth {
    width: 100%;
  }
  .secRenovation .innerWidth .topImg picture img, .secReform .innerWidth .topImg picture img {
    width: 100%;
    max-width: initial;
  }
  .secRenovation .gridArea, .secReform .gridArea {
    margin-top: 40px;
  }
}
.secCommitment, .secFlow {
  padding-bottom: 64px;
}
.secCommitment h2, .secFlow h2 {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 11px;
  margin-bottom: 32px;
}
.secCommitment h2 + p, .secFlow h2 + p {
  padding-bottom: 40px;
}
.secCommitment .gridArea, .secFlow .gridArea {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 24px;
  align-items: center;
}
.secCommitment .gridArea .txArea .tl, .secFlow .gridArea .txArea .tl {
  padding-bottom: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.secCommitment .gridArea .txArea .innerWrap, .secFlow .gridArea .txArea .innerWrap {
  display: grid;
  grid-template-columns: 1fr max-content max-content;
}
.secCommitment .gridArea .txArea .innerWrap .line, .secFlow .gridArea .txArea .innerWrap .line {
  margin: 0 15px;
  height: 100%;
  width: 1px;
  background: #CCCCCC;
}
.secCommitment .gridArea .txArea .innerWrap .btnWrap, .secFlow .gridArea .txArea .innerWrap .btnWrap {
  display: grid;
  gap: 10px;
  grid-template-rows: max-content max-content;
}
.secCommitment .gridArea .txArea .innerWrap .btnWrap a, .secFlow .gridArea .txArea .innerWrap .btnWrap a {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #CCCCCC;
  width: 164px;
}
.secCommitment .gridArea .txArea .innerWrap .btnWrap .comBtn::after, .secFlow .gridArea .txArea .innerWrap .btnWrap .comBtn::after {
  background: #000;
}
.secCommitment .gridArea .wrap .line, .secFlow .gridArea .wrap .line {
  height: 100%;
  width: 1px;
  background: #CCCCCC;
}

@media screen and (max-width: 1000px) {
  .secCommitment h2 + p, .secFlow h2 + p {
    padding-bottom: 32px;
  }
  .secCommitment .gridArea, .secFlow .gridArea {
    display: grid;
    gap: 24px;
  }
  .secCommitment .gridArea .txArea, .secFlow .gridArea .txArea {
    padding-bottom: 24px;
  }
  .secCommitment .gridArea .txArea .innerWrap, .secFlow .gridArea .txArea .innerWrap {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr max-content max-content;
  }
  .secCommitment .gridArea .txArea .innerWrap .line, .secFlow .gridArea .txArea .innerWrap .line {
    margin: 16px 0;
    width: 100%;
    height: 1px;
  }
  .secCommitment .gridArea .txArea .innerWrap .btnWrap, .secFlow .gridArea .txArea .innerWrap .btnWrap {
    grid-template-columns: max-content max-content;
    gap: 10px;
    grid-template-rows: 1fr;
  }
}
@media screen and (max-width: 700px) {
  .secCommitment .gridArea, .secFlow .gridArea {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .secCommitment .gridArea .imgArea img, .secFlow .gridArea .imgArea img {
    max-width: initial;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */