@charset "utf-8";

#wrapper {
  margin: 0 auto;
  overflow-x: hidden;
}

#postbox {
  width: min(100%, 1010px);
  margin: 0 auto;
  padding-bottom: 50px;
  word-wrap: break-word;
  white-space: normal;
}

#postbox img {
  max-width: 100%;
  height: auto;
}


/*==============================
powerbuild:パワービルド工法
==============================*/
/* PConly */
.powerbuildPage .pc_hidden {
  display: none;
}

/* common */
.powerbuildPage#postbox {
  max-width: 100%;
}

.powerbuildPage .color_blue01 {
  color: #456179;
}

.powerbuildPage .font_small {
  font-size: 0.9em;
}

.powerbuildPage img {
  max-width: 100%;
  height: auto;
}

.powerbuildPage p {
  line-height: 1.8;
}

.powerbuildPage .powerbuildPage__commonTtl {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.powerbuildPage .powerbuildPage__commonTxt {
  margin-bottom: 20px;
}

.powerbuildPage .powerbuildPage__commonImgBox {
  text-align: center;
}

.powerbuildPage .powerbuildPage__commonSection {
  padding-top: 80px;
}

@media screen and (max-width: 1009px) {
  .powerbuildPage .powerbuildPage__commonSection {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}


.powerbuildPage .featureBox__ttlMain {
  background: #594c47;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0.9em;
}

.powerbuildPage__commonFlexBox {
  display: flex;
  gap: 5%;
  margin-bottom: 70px;
}

.powerbuildPage__commonFlexBox-column {
  flex-direction: column;
}

.powerbuildPage__commonFlexBox-mini {
  margin: 30px 0 20px;
}

.powerbuildPage__commonFlexTtl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
}

.powerbuildPage__commonFlexTtl:not(:first-of-type) {
  margin-top: 30px;
}

.powerbuildPage__commonFlexTxtBox {
  width: 55%;
}

.powerbuildPage__commonFlexTxt:not(:first-of-type) {
  margin-top: 1em;
}

.powerbuildPage__commonFlexImgBox {
  width: 35%;
  margin-top: 10px;
}

.powerbuildPage__commonFlexBox-mini .powerbuildPage__commonFlexImgBox {
  margin-top: 0;
}

/* mvBox */
.powerbuildPage .mvBox {
  background: url(/assets/img/powerbuild/mvBox_bg.jpg) no-repeat center bottom;
}

@media screen and (max-width: 1009px) {
  .powerbuildPage .mvBox {
    margin: 0;
    padding: 50px 4% 300px;
  }
}

@media screen and (min-width: 1010px) {
  .powerbuildPage .mvBox {
    margin: 0 -500%;
    padding: 50px 500% 300px;
  }
}

.mvBox__inner {
  width: min(100%, 1010px);
}

.powerbuildPage .mvBox__ttlBox {
  color: #fff;
  display: flex;
  align-items: baseline;
  gap: 1em;
  font-size: 30px;
}

.powerbuildPage .mvBox__mainTtl {
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: 0.05em;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

.powerbuildPage .mvBox__subTtl {
  letter-spacing: 0.05em;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

.powerbuildPage .mvBox__txt {
  color: #fff;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

.powerbuildPage .mvBox__txtBox {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.powerbuildPage .mvBox__img {
  max-width: 130px;
}

/* qaBox */
.powerbuildPage .qaBox__ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #709bb0;
  margin-bottom: 30px;
}

.powerbuildPage .qaBox__ttl::before {
  content: "?";
  font-weight: bold;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #709bb0;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.powerbuildPage .qaBox__reason {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: center;
}

.powerbuildPage .qaBox__reasonTtl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #709bb0;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  padding: 0.6em 0.7em;
  border-radius: 3px;
}

.powerbuildPage .qaBox__reasonTxt {
  width: 60%;
  line-height: 2;
}

/* reasonBox */
.powerbuildPage .reasonBox {
  background: #594c47;
}

@media screen and (max-width: 1009px) {
  .powerbuildPage .reasonBox {
    margin: 80px 0 0;
    padding: 30px 4%;
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1010px) {
  .powerbuildPage .reasonBox {
    margin: 80px -500% 0;
    padding: 30px 500%;
  }
}

.powerbuildPage .reasonBox__inner {
  width: min(100%, 1010px);
}

.powerbuildPage .reasonBox__ttl {
  color: #fff;
}

.powerbuildPage .reasonBox__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5%;
}

.powerbuildPage .reasonBox__item {
  width: 30%;
  color: #fff;
}

.powerbuildPage .reasonBox__itemTxt {
  margin-top: 5px;
}

/* featureBox */
.powerbuildPage .featureBox__btnList {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2%;
  margin-top: 50px;
}

.powerbuildPage .featureBox__btnItem {
  width: 23.5%;
}

.powerbuildPage .featureBox__btnLink {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.3s;
}

.powerbuildPage .featureBox__btnLink:hover {
  text-decoration: none;
  opacity: 0.8;
}

.powerbuildPage .featureBox__btnTxt {
  background: #bd7840;
  color: #fff;
  font-weight: bold;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

.powerbuildPage .featureBox__btnMain {
  color: #fff;
  background: #594c47;
  padding: 20px;
  font-size: 1.5em;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.powerbuildPage .featureBox__btnMain::after {
  content: "";
  position: relative;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

.powerbuildPage .featureBox__ttl {
  font-size: 26px;
  display: flex;
  margin-bottom: 20px;
}

.powerbuildPage .featureBox__ttlTxt {
  background: #bd7840;
  color: #fff;
  font-weight: bold;
  flex-grow: 1;
  padding: 0.5em 0.9em;
}

/* materialBox */
.powerbuildPage .materialBox {
  background: url(/assets/img/powerbuild/materialBox_bg.jpg) no-repeat center top;
}

@media screen and (max-width: 1009px) {
  .powerbuildPage .materialBox {
    margin: 0;
    padding: 20px 0 90px;
  }
}

@media screen and (min-width: 1010px) {
  .powerbuildPage .materialBox {
    margin: 0 -500% 0;
    padding: 20px 500% 90px;
  }
}



.powerbuildPage .materialBox__inner {
  width: min(100%, 1010px);
}

.powerbuildPage .materialBox__mainTtl {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin: 20px 0;
}

.powerbuildPage .materialBox__list {
  display: flex;
}

.powerbuildPage .materialBox__item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
  gap: 10px;
  padding: 50px
}

.powerbuildPage .materialBox__item-wood {
  background: #bd7840;
}

.powerbuildPage .materialBox__item-wood::after {
  content: "";
  width: 26px;
  height: 100%;
  background: linear-gradient(0deg, #455f72 25%, #bd7840 25%, #bd7840 50%, #455f72 50%, #455f72 75%, #bd7840 75%, #bd7840);
  position: absolute;
  right: -13px;
  background-size: auto 102px;
  z-index: 1;
}

.powerbuildPage .materialBox__item-metal {
  background: #455f72;
}

.powerbuildPage .materialBox__itemTtl {
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
}

.powerbuildPage .materialBox__txt-big {
  font-size: 1.5em;
  font-weight: bold;
}

.powerbuildPage .materialBox__txt {
  text-align: center;
}

/*==============================
powerbuild:パワービルド工法 SP
==============================*/
@media screen and (max-width: 768px) {

  /* SPonly */
  .powerbuildPage .sp_hidden {
    display: none;
  }

  .powerbuildPage .powerbuildPage__commonTtl {
    font-size: 22px;
  }

  .powerbuildPage .powerbuildPage__commonSection {
    padding-top: 50px;
    width: 90%;
    margin: 0 auto;
  }

  .powerbuildPage .featureBox__ttlMain {
    display: flex;
    align-items: center;
    min-width: 3em;
  }

  .powerbuildPage__commonFlexBox {
    margin-bottom: 50px;
    flex-direction: column;
  }

  .powerbuildPage__commonFlexTtl {
    font-size: 18px;
  }

  .powerbuildPage__commonFlexTxtBox {
    width: 100%;
  }


  .powerbuildPage__commonFlexImgBox {
    width: 100%;
  }

  /* mvBox */
  .powerbuildPage .mvBox {
    background: url(/assets/img/powerbuild/mvBox_bg.jpg) no-repeat center bottom;
    padding: 50px 4%;
  }

  .powerbuildPage .mvBox__ttlBox {
    gap: 0 1em;
    font-size: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .powerbuildPage .mvBox__mainTtl {
    line-height: 1;
  }

  .powerbuildPage .mvBox__txtBox {
    flex-direction: column;
  }

  /* qaBox */
  .powerbuildPage .qaBox__ttl {
    flex-direction: column;
  }

  .powerbuildPage .qaBox__ttl::before {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .powerbuildPage .qaBox__reason {
    align-items: center;
    flex-direction: column;
  }

  .powerbuildPage .qaBox__reasonTtl {
    font-size: 22px;
    line-height: 1;
  }

  .powerbuildPage .qaBox__reasonTxt {
    width: 100%;
  }

  /* reasonBox */
  .powerbuildPage .reasonBox {
    margin: 50px 0 0;
    padding: 30px 0;
    width: 100%;
  }

  .powerbuildPage .reasonBox__inner {
    width: 100%;
  }

  .powerbuildPage .reasonBox__list {
    align-items: center;
    gap: 20px 5%;
    flex-direction: column;
  }

  .powerbuildPage .reasonBox__item {
    width: 70%;
  }

  .powerbuildPage .reasonBox__itemTxt {
    text-align: center;
  }

  /* featureBox */
  .powerbuildPage .featureBox__btnList {
    gap: 10px 2%;
    flex-wrap: wrap;
  }

  .powerbuildPage .featureBox__btnItem {
    width: 49%;
  }

  .powerbuildPage .featureBox__ttl {
    font-size: clamp(18px, 5.4vw, 20px);
    margin-bottom: 10px;
  }

  /* materialBox */
  .powerbuildPage .materialBox {
    background: url(/assets/img/powerbuild/materialBox_bg.jpg) no-repeat center top;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .powerbuildPage .materialBox__inner {
    width: 100%;
  }

  .powerbuildPage .materialBox__mainTtl {
    font-size: 24px;
  }

  .powerbuildPage .materialBox__item {
    padding: 20px;
  }

  .powerbuildPage .materialBox__itemTtl {
    font-size: 30px;
  }

  .powerbuildPage .materialBox__txt-big {
    font-size: 1.4em;
  }
}