@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.main_wrap {
  width: 100%;
  padding: 30px 0;
  background-image: url(../img/redevelopment/main.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
}
@media (max-width: 740px) {
  .main_wrap {
    padding: 15px 0;
  }
}
.main_wrap .main {
  padding: 100px 0;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
@media (max-width: 740px) {
  .main_wrap .main {
    padding: 50px 0;
  }
}

.pl_btns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 740px) {
  .pl_btns {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.pl_btns .btn {
  position: relative;
  border: 15px #4d4d4d solid;
  overflow: hidden;
}
.pl_btns .btn img {
  border: 1px #fff solid;
}
.pl_btns .btn .bk_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.pl_btns .btn .bk_img.bk_img01 {
  background-image: url(../img/redevelopment/btn_bg01.jpg);
}
.pl_btns .btn .bk_img.bk_img02 {
  background-image: url(../img/redevelopment/btn_bg02.jpg);
}
.pl_btns .btn .bk_img.bk_img03 {
  background-image: url(../img/redevelopment/btn_bg03.jpg);
}
.pl_btns .btn .bk_img.bk_img04 {
  background-image: url(../img/redevelopment/btn_bg04.jpg);
}
.pl_btns .btn .bk_img.bk_img05 {
  background-image: url(../img/redevelopment/btn_bg05.jpg);
}
.pl_btns .btn .bk_img.bk_img06 {
  background-image: url(../img/redevelopment/btn_bg06.jpg);
}
@media (hover: hover) {
  .pl_btns .btn:hover .bk_img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.c01 .title_wrap {
  padding: 15px 0;
  text-align: center;
  background-color: #4d4d4d;
  color: #fff;
}
.c01 .txts01 .txt01 {
  text-align: center;
  border-left: 1px #4d4d4d solid;
  border-right: 1px #4d4d4d solid;
}
.c01 .txts01 .txt02 {
  text-align: justify;
}
.c01 .img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 740px) {
  .c01 .img {
    width: 100%;
  }
}
.c01 .hyou .titl {
  padding: 15px 0;
  text-align: center;
  background-color: #4d4d4d;
  color: #fff;
}
.c01 .hyou .naiyou {
  padding: 30px;
  background-color: #fff;
  display: grid;
  gap: 5px;
}
@media (max-width: 740px) {
  .c01 .hyou .naiyou {
    padding: 20px;
  }
}
.c01 .hyou .naiyou .txt {
  text-indent: -1em;
  padding-left: 1em;
}

.c02 .title_wrap {
  padding: 15px 0;
  text-align: center;
  background-color: #4d4d4d;
  color: #fff;
}
.c02 .txts01 {
  text-align: justify;
}
.c02 .hyou01 .titl {
  padding: 15px 0;
  text-align: center;
  background-color: #4d4d4d;
  color: #fff;
}
.c02 .hyou01 .naiyou {
  padding: 30px;
  background-color: #fff;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 740px) {
  .c02 .hyou01 .naiyou {
    padding: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
.c02 .hyou01 .naiyou .txt {
  display: grid;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media (max-width: 740px) {
  .c02 .hyou01 .naiyou .txt {
    padding: 10px 0;
  }
}
@media (max-width: 740px) {
  .c02 .hyou01 .naiyou .txt.line01 {
    border-bottom: 1px #4d4d4d solid;
  }
}
.c02 .hyou01 .naiyou .txt.line02 {
  border-left: 1px #4d4d4d solid;
  border-right: 1px #4d4d4d solid;
}
@media (max-width: 740px) {
  .c02 .hyou01 .naiyou .txt.line02 {
    border-right: none;
    border-bottom: 1px #4d4d4d solid;
  }
}
.c02 .hyou01 .naiyou .txt.line03 {
  border-right: 1px #4d4d4d solid;
}
@media (max-width: 740px) {
  .c02 .hyou01 .naiyou .txt.line03 {
    border-right: none;
  }
}
@media (max-width: 740px) {
  .c02 .hyou01 .naiyou .txt.line04 {
    border-left: 1px #4d4d4d solid;
  }
}
.c02 .img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 740px) {
  .c02 .img {
    width: 100%;
  }
}

.c03 .title_wrap {
  padding: 15px 0;
  text-align: center;
  background-color: #4d4d4d;
  color: #fff;
}
.c03 .txts01 {
  text-align: justify;
}
.c03 .img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 740px) {
  .c03 .img {
    width: 100%;
  }
}
.c03 .hyou .titl {
  padding: 15px 0;
  text-align: center;
  background-color: #4d4d4d;
  color: #fff;
}
.c03 .hyou .naiyou {
  padding: 30px;
  background-color: #fff;
}
@media (max-width: 740px) {
  .c03 .hyou .naiyou {
    padding: 20px;
  }
}
.c03 .hyou .naiyou .sec01 {
  padding-bottom: 20px;
  border-bottom: 1px #4d4d4d solid;
  -webkit-padding-start: none;
          padding-inline-start: none;
}
@media (max-width: 740px) {
  .c03 .hyou .naiyou .sec01 {
    padding-bottom: 10px;
  }
}
.c03 .hyou .naiyou .sec01 .txt01 {
  text-indent: -1em;
  padding-left: 1em;
}
.c03 .hyou .naiyou .sec01 .boxs01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .c03 .hyou .naiyou .sec01 .boxs01 {
    gap: 5px;
    margin-bottom: 10px;
  }
}
.c03 .hyou .naiyou .sec01 .boxs01 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: calc(20% - 10px);
  padding: 10px;
  background-color: #ededed;
  border-radius: 10px;
}
@media (max-width: 740px) {
  .c03 .hyou .naiyou .sec01 .boxs01 .box {
    width: calc(33.3% - 5px);
    padding: 10px 5px;
    font-size: 1rem;
  }
}
.c03 .hyou .naiyou .sec01 .img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 740px) {
  .c03 .hyou .naiyou .sec01 .img {
    width: 100%;
  }
}
.c03 .hyou .naiyou .sec01 .boxs02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (max-width: 740px) {
  .c03 .hyou .naiyou .sec01 .boxs02 {
    gap: 5px;
  }
}
.c03 .hyou .naiyou .sec01 .boxs02 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: calc(50% - 5px);
  padding: 10px;
  background-color: #ededed;
  border-radius: 10px;
}
@media (max-width: 740px) {
  .c03 .hyou .naiyou .sec01 .boxs02 .box {
    padding: 10px 5px;
    font-size: 1rem;
  }
}

.c04 .title_wrap {
  padding: 15px 0;
  text-align: center;
  background-color: #4d4d4d;
  color: #fff;
}
.c04 .txts01 {
  text-align: justify;
}
.c04 .img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 740px) {
  .c04 .img {
    width: 100%;
  }
}

.c05 .title_wrap {
  padding: 15px 0;
  text-align: center;
  background-color: #4d4d4d;
  color: #fff;
}
.c05 .txts01 {
  text-align: justify;
}
.c05 .img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 740px) {
  .c05 .img {
    width: 100%;
  }
}
.c05 .txts02 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 740px) {
  .c05 .txts02 {
    width: 100%;
  }
}

.c06 .title_wrap {
  padding: 15px 0;
  text-align: center;
  background-color: #4d4d4d;
  color: #fff;
}
.c06 .top_titl {
  padding: 15px;
  background-color: #4d4d4d;
  color: #fff;
}
.c06 .timeline01 {
  width: 100%;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 3fr 1fr 6fr;
  background: -webkit-gradient(linear, left top, right top, from(rgb(129, 141, 152)), color-stop(35%, rgb(129, 141, 152)), color-stop(35%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(129, 141, 152) 0%, rgb(129, 141, 152) 35%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%);
}
.c06 .timeline01 .nen {
  padding-bottom: 30px;
  text-align: right;
  color: #fff;
}
.c06 .timeline01 .deco .maru01 {
  width: 12px;
  height: 12px;
  margin: 10px auto 0;
  border-radius: 50%;
  background-color: #fff;
  border: 2px #4d4d4d solid;
}
@media (max-width: 740px) {
  .c06 .timeline01 .deco .maru01 {
    margin-top: 4px;
  }
}
.c06 .timeline01 .deco .maru02 {
  width: 8px;
  height: 8px;
  margin: 8px auto 0;
  border-radius: 50%;
  background-color: #4d4d4d;
}
@media (max-width: 740px) {
  .c06 .timeline01 .deco .maru02 {
    margin-top: 6px;
  }
}
.c06 .timeline01 .deco .line {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #4d4d4d;
}
.c06 .timeline01 .naiyou {
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 30px;
}
@media (max-width: 740px) {
  .c06 .timeline01 .naiyou {
    padding-top: 0;
  }
}
.c06 .timeline02 {
  width: 100%;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 3fr 1fr 6fr;
  background: -webkit-gradient(linear, left top, right top, from(rgb(145, 158, 144)), color-stop(35%, rgb(145, 158, 144)), color-stop(35%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(145, 158, 144) 0%, rgb(145, 158, 144) 35%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%);
}
.c06 .timeline02 .nen {
  padding-bottom: 30px;
  text-align: right;
  color: #fff;
}
.c06 .timeline02 .nen .txt01 {
  line-height: 1.2;
}
.c06 .timeline02 .deco .maru01 {
  width: 12px;
  height: 12px;
  margin: 8px auto 0;
  border-radius: 50%;
  background-color: #fff;
  border: 2px #4d4d4d solid;
}
@media (max-width: 740px) {
  .c06 .timeline02 .deco .maru01 {
    margin-top: 4px;
  }
}
.c06 .timeline02 .deco .maru02 {
  width: 8px;
  height: 8px;
  margin: 8px auto 0;
  border-radius: 50%;
  background-color: #4d4d4d;
}
@media (max-width: 740px) {
  .c06 .timeline02 .deco .maru02 {
    margin-top: 6px;
  }
}
.c06 .timeline02 .deco .line {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #4d4d4d;
}
.c06 .timeline02 .naiyou {
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 30px;
}
@media (max-width: 740px) {
  .c06 .timeline02 .naiyou {
    padding-right: 20px;
    padding-top: 0;
  }
}
.c06 .timeline02 .naiyou .txt01 {
  text-align: justify;
}
.c06 .member {
  padding: 30px;
  background-color: #fff;
}
@media (max-width: 740px) {
  .c06 .member {
    padding: 20px;
  }
}
.c06 .member .boxs {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
.c06 .member .boxs .box01 {
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  padding: 20px 0;
  background-color: #818181;
  color: #fff;
}
.c06 .member .boxs .box02 {
  padding: 20px 0;
  word-break: auto-phrase;
}
.c06 .member .line {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background-color: #333;
}
@media (max-width: 740px) {
  .c06 .member .line {
    margin: 10px 0;
  }
}/*# sourceMappingURL=redevelopment.css.map */