.bnr_construction {
  margin-top: 5rem;
}

.p-construction {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-construction__inner {
  max-width: calc(1100px + 10vw);
  margin: 0 auto;
  padding: 0 5vw;
}
.p-construction__secTTl {
  line-height: 1;
  text-align: center;
  font-weight: 600;
}
.p-construction__secTTl .ttl_sub {
  color: #2661c8;
  margin-bottom: 1.5rem;
  font-size: 2.8rem;
}
.p-construction__secTTl .ttl_main {
  font-size: 3.9rem;
  font-weight: 700;
}
.p-construction__secTTl .ttl_main .bd {
  display: inline-block;
  border-bottom: 2px dashed #507fd3;
  padding: 0 1rem 1.5rem 1rem;
}
.p-construction__secTTl .red {
  color: #dd0010;
}
.p-construction__secTTl .lg {
  font-size: 4.9rem;
}
@media screen and (max-width: 576px) {
  .p-construction__secTTl .ttl_sub {
    font-size: 2.2rem;
  }
  .p-construction__secTTl .ttl_main {
    font-size: 2.8rem;
  }
}

.p-construction_kv {
  position: relative;
  padding-bottom: 17rem;
}
.p-construction_kv * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-construction_kv__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10rem 0 6.5rem;
  background: url(../images/construction/img_kv.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-construction_kv__capTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.8rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1rem;
}
.p-construction_kv__capTop span {
  display: inline-block;
  background: #dd0010;
  border-radius: 50px;
  padding: 1.5rem 3.5rem;
  line-height: 1;
}
.p-construction_kv__capTop span:not(:first-child) {
  margin-left: 7px;
}
.p-construction_kv__capMain {
  margin-bottom: 3rem;
}
.p-construction_kv__capMain .main {
  margin-bottom: 1.5rem;
}
.p-construction_kv__desc {
  position: relative;
  width: 680px;
  margin: 0 auto;
}
.p-construction_kv__desc .shape {
  padding: 2rem;
  position: relative;
}
.p-construction_kv__desc .shape:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff685;
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-construction_kv__desc .txt {
  position: relative;
  font-style: italic;
  color: #0d2147;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.1;
  text-align: left;
}
.p-construction_kv__desc .txt span {
  font-size: 3.5rem;
}
.p-construction_kv__desc .txt span.num {
  font-size: 4rem;
}
.p-construction_kv__ellipse {
  padding: 1.5rem 4.5rem 1.5rem 2.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -13rem;
  background: #2661c8;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-construction_kv__ellipse .ellipse_txt {
  margin-left: 1rem;
}
.p-construction_kv__conv {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-construction_kv__conv:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 1.8rem;
  width: 100%;
  height: calc(100% - 1.8rem);
  background: #2661c8;
  z-index: -1;
}
.p-construction_kv__convInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-construction_kv__convTxt {
  color: #fff;
  margin-left: 1.8rem;
  line-height: 1;
  margin-top: 4.5rem;
  margin-bottom: 2.5rem;
}
.p-construction_kv__convTxt .txt_pl {
  font-size: 2.5rem;
  font-weight: 600;
}
.p-construction_kv__convTxt .txt_pl.sm {
  font-size: 2rem;
}
.p-construction_kv__convTxt .txt_num {
  font-size: 6.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.p-construction_kv__convTxt .txt_num a {
  color: #fff;
}
@media screen and (min-width: 998px) {
  .p-construction_kv__convTxt .txt_num a {
    pointer-events: none;
  }
}
.p-construction_kv__consultaion {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-construction_kv__consultaion .consultaion_img {
  position: relative;
  left: 15px;
}
.p-construction_kv__consultaion .consultaion_txt {
  position: relative;
}
.p-construction_kv__consultaion .consultaion_txt a {
  display: block;
  padding: 2.5rem 2rem;
  color: #fff;
  background: #dd0010;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 20px 0 0 20px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
}
.p-construction_kv__consultaion .consultaion_txt a:hover {
  background: #fff;
  color: #dd0010;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .p-construction_kv {
    padding-bottom: 15rem;
  }
  .p-construction_kv__convInner {
    padding-right: 15rem;
  }
  .p-construction_kv__convTxt .txt_num {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 999px) {
  .p-construction_kv__inner {
    padding-top: 5rem;
    padding-bottom: 3.5rem;
  }
  .p-construction_kv__convTxt .txt_num {
    font-size: 5rem;
  }
  .p-construction_kv__capTop {
    font-size: 3rem;
  }
  .p-construction_kv__capMain {
    width: 70%;
    margin: 0 auto 2rem;
  }
  .p-construction_kv__desc {
    width: 90%;
  }
  .p-construction_kv__desc .shape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-construction_kv__desc .shape:before {
    width: 80%;
  }
  .p-construction_kv__desc .txt {
    font-size: 2rem;
  }
  .p-construction_kv__desc .txt span {
    font-size: 3rem;
  }
  .p-construction_kv__desc .txt span.num {
    font-size: 3.5rem;
  }
  .p-construction_kv__ellipse {
    right: inherit;
    top: inherit;
    padding: 1.5rem;
    font-size: 2rem;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
  .p-construction_kv__ellipse .ellipse_icon {
    width: 15%;
  }
  .p-construction_kv__convImg {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .p-construction_kv {
    padding-bottom: 0;
  }
  .p-construction_kv__capTop {
    font-size: 2rem;
  }
  .p-construction_kv__capTop span {
    padding: 1rem;
  }
  .p-construction_kv__desc .txt span {
    font-size: 2.5rem;
  }
  .p-construction_kv__consultaion .consultaion_img img {
    width: 85px;
  }
  .p-construction_kv__conv {
    position: relative;
    background: #2661c8;
    left: inherit;
    bottom: inherit;
    width: auto;
  }
  .p-construction_kv__conv:before {
    display: none;
  }
  .p-construction_kv__convTxt {
    margin-top: 0;
  }
  .p-construction_kv__convTxt .txt_pl {
    font-size: 3vw;
  }
  .p-construction_kv__convTxt .txt_num {
    font-size: 5vw;
  }
  .p-construction_kv__convInner {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .p-construction_kv {
    overflow: hidden;
  }
  .p-construction_kv__desc {
    width: 82%;
  }
  .p-construction_kv__desc .txt {
    text-align: center;
  }
  .p-construction_kv__desc .shape {
    padding: 1.2rem;
    display: block;
  }
  .p-construction_kv__desc .shape:before {
    width: 100%;
  }
  .p-construction_kv__convInner {
    padding: 2rem 1.5rem;
    padding-right: 0;
    display: block;
  }
  .p-construction_kv__convTxt {
    margin: 0;
  }
  .p-construction_kv__convTxt .txt_pl {
    font-size: 2rem;
  }
  .p-construction_kv__convTxt .txt_pl.sm {
    font-size: 1.8rem;
  }
  .p-construction_kv__convTxt .txt_num {
    font-size: 3.5rem;
    margin-top: 0.4rem;
  }
  .p-construction_kv__ellipse {
    display: none;
  }
  .p-construction_kv__convImg {
    display: none;
  }
  .p-construction_kv__consultaion .consultaion_img img {
    width: 65px;
  }
  .p-construction_kv__consultaion .consultaion_txt a {
    font-size: 1.8rem;
    padding: 1rem 1.2rem;
    padding-right: 2.5rem;
  }
}

.p-construction_worry {
  background: url(../images/construction/bg_worry.jpg) no-repeat center/cover;
  padding: 6rem 0 2.5rem;
}
.p-construction_worry .p-construction__inner {
  position: relative;
}
.p-construction_worry__box {
  background: #fff;
  padding: 4rem 6rem 4rem 6rem;
  max-width: 1004px;
  margin: 0 auto;
}
.p-construction_worry__ttl {
  text-align: center;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 4rem;
  font-weight: 600;
}
.p-construction_worry__ttl span {
  color: #1f51ab;
}
.p-construction_worry__list {
  padding-right: 15rem;
}
.p-construction_worry__list li {
  font-size: 2.5rem;
  position: relative;
  padding: 0.8rem 0 0.8rem 4.6rem;
}
.p-construction_worry__list li:before {
  content: "";
  width: 35px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/construction/icon_check.svg) no-repeat center/contain;
}
.p-construction_worry__list li span {
  font-size: 2.8rem;
  color: #2660c7;
}
.p-construction_worry__list li:not(:last-child) {
  border-bottom: 1px dashed #e1e1e1;
}
.p-construction_worry__img {
  position: absolute;
  bottom: 0;
  bottom: -2.5rem;
  right: 3.5vw;
}
@media screen and (max-width: 1200px) {
  .p-construction_worry__img {
    right: 0;
    width: 20%;
  }
  .p-construction_worry__list {
    padding-right: 9rem;
  }
  .p-construction_worry__list li {
    font-size: 2.2rem;
  }
  .p-construction_worry__list li span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-construction_worry__box {
    padding: 4rem 3rem;
  }
  .p-construction_worry__list li:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .p-construction_worry__ttl {
    font-size: 3rem;
  }
  .p-construction_worry__list {
    padding-right: 0;
  }
  .p-construction_worry__list li {
    font-size: 2rem;
  }
  .p-construction_worry__list li:before {
    width: 25px;
    height: 25px;
  }
  .p-construction_worry__list li span {
    font-size: 2.2rem;
  }
  .p-construction_worry__img {
    width: 18%;
  }
}

.p-construction_reason {
  position: relative;
  background: #deebf4;
  padding: 6rem 0;
}
.p-construction_reason:before {
  content: "REASON";
  color: #c3d6ed;
  font-size: 25rem;
  font-weight: 600;
  line-height: 0.9;
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-construction_reason .p-construction__inner {
  position: relative;
}
.p-construction_reason__imgs {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-construction_reason__list {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-construction_reason__item {
  background: #fff;
  width: calc((100% - 1.8rem) / 2);
  border: 1px solid #2661c8;
  -webkit-box-shadow: 5px 6px 0 rgb(38, 97, 200);
          box-shadow: 5px 6px 0 rgb(38, 97, 200);
  padding: 3rem 0;
}
.p-construction_reason__item:nth-child(n+3) {
  margin-top: 2rem;
}
.p-construction_reason__itemTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3.5rem;
  font-weight: 600;
}
.p-construction_reason__itemTtl .num {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 6.4rem;
  color: #ec6d56;
  margin-right: 2.2rem;
}
.p-construction_reason__itemTtl .ttl {
  font-size: 3rem;
  line-height: 1.2;
  color: #2051ab;
}
.p-construction_reason__itemTxt {
  padding: 0 3.5rem;
  margin-top: 1.5rem;
}
.p-construction_reason__itemTxt p {
  padding-top: 1.5rem;
  border-top: 2px dashed #a0bae7;
}
.p-construction_reason__illust {
  position: absolute;
  right: 17rem;
  bottom: -13rem;
}
@media screen and (max-width: 1200px) {
  .p-construction_reason__itemTtl .ttl {
    font-size: 2.4rem;
  }
  .p-construction_reason__itemTtl .num {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-construction_reason__itemTtl {
    padding-left: 2.5rem;
  }
  .p-construction_reason__itemTtl .ttl {
    font-size: 2.2rem;
  }
  .p-construction_reason__itemTtl .num {
    font-size: 4.5rem;
    margin-right: 1rem;
  }
  .p-construction_reason__itemTxt {
    padding: 0 2.5rem;
  }
  .p-construction_reason__illust {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .p-construction_reason {
    padding-bottom: 12rem;
  }
  .p-construction_reason:before {
    font-size: 12rem;
  }
  .p-construction_reason__item {
    width: 100%;
  }
  .p-construction_reason__item:not(:first-child) {
    margin-top: 2rem;
  }
  .p-construction_reason__itemTtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-construction_reason__itemTtl .ttl {
    text-align: center;
  }
  .p-construction_reason__itemTtl .ttl .sp_none {
    display: none;
  }
  .p-construction_reason__illust {
    width: 25%;
    bottom: -25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-construction_reason:before {
    font-size: 10rem;
  }
}

.p-construction_works {
  padding: 7.5rem 0;
}
.p-construction_works .p-construction__inner {
  position: relative;
}
.p-construction_works__desc {
  text-align: center;
  margin-top: 2.8rem;
}
.p-construction_works__wrap {
  margin-top: 3.5rem;
  padding: 5.5rem 3.5rem 2.5rem 3.5rem;
  border: 1px solid #2661c8;
  -webkit-box-shadow: 4px 6px 0 #2661c8;
          box-shadow: 4px 6px 0 #2661c8;
}
.p-construction_works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5rem;
}
.p-construction_works__list li {
  margin: 0 1.5rem 5rem;
}
.p-construction_works__logo {
  margin-bottom: 1rem;
  text-align: center;
}
.p-construction_works__name {
  text-align: center;
}
.p-construction_works__note {
  margin-top: 5rem;
  text-align: center;
}
.p-construction_works__illust {
  position: absolute;
  left: 0;
  bottom: -10.5rem;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .p-construction_works__illust {
    width: 10%;
  }
  .p-construction_works__list li {
    width: 28%;
    margin: 0 2% 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-construction_works__wrap {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .p-construction_works__list li {
    width: 43%;
    margin: 0 3% 5rem;
  }
}

.p-construction_flow {
  background: #deebf4;
  padding: 5.3rem 0 13rem;
  position: relative;
}
.p-construction_flow .p-construction__inner {
  position: relative;
}
.p-construction_flow:before {
  content: "FLOW";
  color: #c3d6ed;
  font-size: 25rem;
  font-weight: 600;
  line-height: 0.9;
  position: absolute;
  left: 11rem;
  bottom: 0;
}
.p-construction_flow__ttl {
  color: #2660c7;
  font-weight: 600;
  background: #fff;
  border: 3px solid #2661c8;
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  font-size: 4rem;
  padding: 2.5rem 0;
  margin-bottom: 5rem;
  position: relative;
}
.p-construction_flow__ttl:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 27px 0 27px;
  border-color: #2661C8 transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -35px;
}
.p-construction_flow__item {
  background: #fff;
  border: 3px solid #2661c8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 4.5rem;
  border-radius: 10px;
}
.p-construction_flow__item:not(:first-child) {
  margin-top: 1.6rem;
}
.p-construction_flow__itemTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px dashed #c8c8c8;
  width: 29%;
}
.p-construction_flow__itemTtl .item_circle {
  border-radius: 50%;
  background: #2661c8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  width: 7.2rem;
  height: 7.2rem;
  margin-right: 3rem;
}
.p-construction_flow__itemTtl .item_circle .en {
  font-size: 1rem;
}
.p-construction_flow__itemTtl .item_circle .num {
  font-size: 2.7rem;
  margin-top: 0.5rem;
}
.p-construction_flow__itemTtl .item_ttl {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.1666;
  color: #2660c7;
  font-weight: 600;
}
.p-construction_flow__itemTtl .item_ttl.sp {
  display: none;
}
.p-construction_flow__itemTxt {
  width: 71%;
  margin-left: 3rem;
}
.p-construction_flow__itemTxt .txt_item:not(:first-child) {
  margin-top: 1.5rem;
}
.p-construction_flow__itemTxt .txt_item_ttl {
  font-weight: 600;
  color: #2660c7;
}
@media screen and (max-width: 1200px) {
  .p-construction_flow__item {
    padding: 2.5rem;
  }
  .p-construction_flow__itemTtl {
    width: 33%;
  }
  .p-construction_flow__itemTxt {
    width: 67%;
  }
}
@media screen and (max-width: 999px) {
  .p-construction_flow:before {
    font-size: 12rem;
  }
  .p-construction_flow__ttl {
    font-size: 3rem;
  }
  .p-construction_flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-construction_flow__itemTtl {
    border-right: none;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .p-construction_flow__itemTxt {
    width: 100%;
    margin-left: 0;
  }
  .p-construction_flow__itemTtl .item_circle {
    width: 6.2rem;
    height: 6.2rem;
    margin-right: 2rem;
  }
  .p-construction_flow__itemTtl .item_circle .num {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-construction_flow {
    padding-bottom: 12rem;
  }
  .p-construction_flow:before {
    font-size: 10rem;
    left: inherit;
    right: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-construction_flow__ttl {
    font-size: 2.6rem;
  }
  .p-construction_flow__ttl:before {
    border-width: 20px 18px 0 18px;
    bottom: -20px;
  }
  .p-construction_flow__itemTtl .item_ttl {
    font-size: 2.2rem;
  }
  .p-construction_flow__itemTtl .item_ttl.pc {
    display: none;
  }
  .p-construction_flow__itemTtl .item_ttl.sp {
    display: block;
  }
}

.p-construction_faq {
  padding: 6rem 0;
}
.p-construction_faq .p-construction__inner {
  position: relative;
}
.p-construction_faq__ttl {
  text-align: center;
  font-size: 2.9rem;
  line-height: 1;
  margin-bottom: 3.5rem;
  font-weight: 600;
}
.p-construction_faq__ttl span {
  display: inline-block;
  border-bottom: 3px solid #000059;
  padding-bottom: 2rem;
}
.p-construction_faq__desc {
  text-align: center;
  margin-bottom: 3rem;
}
.p-construction_faq__wrap {
  border-radius: 15px;
  border: 3px solid #2661c8;
  -webkit-box-shadow: 6px 6px 0 rgb(204, 204, 204);
          box-shadow: 6px 6px 0 rgb(204, 204, 204);
  padding: 5rem 6.5rem;
}
.p-construction_faq__illust {
  position: absolute;
  top: -9rem;
  left: 11rem;
}
.p-construction_faq__item:not(:first-child) {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 2px dashed #e7e7e7;
}
.p-construction_faq__item dt {
  color: #2661c8;
  font-size: 2.3rem;
  line-height: 1.5;
  padding-left: 4.5rem;
  position: relative;
}
.p-construction_faq__item dt:before {
  content: "Q.";
  color: #2661c8;
  font-size: 3.3rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.p-construction_faq__item dd {
  padding-left: 4.5rem;
  margin-left: 0;
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .p-construction_faq__illust {
    left: 0;
  }
}
@media screen and (max-width: 999px) {
  .p-construction_faq__wrap {
    padding: 5rem 3.5rem;
  }
  .p-construction_faq__illust {
    width: 13%;
    top: -13rem;
  }
}
@media screen and (max-width: 576px) {
  .p-construction_faq__wrap {
    padding: 4rem 3rem;
  }
  .p-construction_faq__item dt {
    font-size: 2.2rem;
    padding-left: 3.5rem;
  }
  .p-construction_faq__item dt:before {
    font-size: 2.5rem;
  }
  .p-construction_faq__item dd {
    padding-left: 3.5rem;
  }
}
/*# sourceMappingURL=style_construction.css.map */