@charset "UTF-8";
body.architecture .container {
  padding-top: 0;
}

#secMV {
  width: 100%;
  height: 750px;
  background: url(../images/products/architecture/mv_bg-sp.jpg) center/cover no-repeat;
  color: #fff;
}
#secMV > .inner {
  height: 100%;
  display: flex;
  align-items: center;
}
#secMV .txtWrap {
  width: 100%;
  max-width: 400px;
  padding-top: 30px;
  margin: 0 auto;
}
#secMV .label {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.48;
}
#secMV .label span {
  padding: 2px 9px 3px;
  background-color: #A1C800;
  display: inline-block;
}
#secMV .ttl {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2778;
  white-space: nowrap;
}
#secMV .txt {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 900;
  line-height: 2;
  white-space: nowrap;
}
#secMV .btn-main {
  width: 100%;
  max-width: 385px;
  height: 53px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #secMV {
    height: 776px;
    padding-top: 0;
    background-image: url(../images/products/architecture/mv_bg-pc.jpg);
  }
  #secMV .txtWrap {
    max-width: 600px;
    padding-top: 105px;
    margin: 0 auto 0 0;
  }
  #secMV .label {
    font-size: 27px;
  }
  #secMV .label span {
    padding: 2px 18px 3px;
  }
  #secMV .ttl {
    margin-bottom: 36px;
    font-size: 70px;
    line-height: 1.2857;
    white-space: nowrap;
  }
  #secMV .txt {
    margin-bottom: 40px;
  }
  #secMV .btn-main {
    padding: 0 40px;
  }
}

.bcnWrap.input {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bcnWrap.input {
    margin-bottom: 75px;
  }
}

.msgSec__header .ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.msgSec__body {
  color: #fff;
  position: relative;
}
.msgSec__body::before {
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
}
.msgSec__body > .inner {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .msgSec__header .ttl {
    font-size: 42px;
  }
}
@media screen and (min-width: 992px) {
  .msgSec .ttl {
    font-size: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .msgSec .ttl {
    font-size: 64px;
  }
}
@media screen and (min-width: 1240px) {
  .msgSec__body::before {
    width: calc(100% - (50vw - 600px));
  }
}

#msgSec01 {
  margin-bottom: 70px;
}
#msgSec01 .msgSec__body {
  padding: 40px 0;
}
#msgSec01 .msgSec__body::before {
  background: #000 url(../images/products/architecture/msg01_bg-sp.jpg) center top/100% no-repeat;
  left: 0;
}
#msgSec01 .msgSec__body > .inner {
  padding-right: 20px;
}
#msgSec01 .msgSec__body .mainTxt {
  margin-bottom: 40px;
}
#msgSec01 .msgSec__body .mainTxt .ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
#msgSec01 .msgSec__body .mainTxt p {
  font-size: 16px;
  line-height: 1.625;
}
#msgSec01 .msgSec__body .mainTxt p + p {
  margin-top: 14px;
}
#msgSec01 .msgSec__body .column:not(:last-child) {
  margin-bottom: 30px;
}
#msgSec01 .msgSec__body .column .img {
  width: 100%;
  margin-bottom: 20px;
}
#msgSec01 .msgSec__body .column .img img {
  width: 100%;
  display: block;
}
#msgSec01 .msgSec__body .column p {
  font-size: 14px;
  line-height: 20px;
}
#msgSec01 .msgSec__body .column p.subTtl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #msgSec01 {
    margin-bottom: 115px;
  }
  #msgSec01 .msgSec__header .ttl {
    margin-left: -10px;
  }
  #msgSec01 .msgSec__header .ttl span {
    letter-spacing: -0.45em;
  }
  #msgSec01 .msgSec__body {
    padding: 107px 0 80px;
  }
  #msgSec01 .msgSec__body::before {
    background-image: url(../images/products/architecture/msg01_bg-pc.jpg);
  }
  #msgSec01 .msgSec__body > .inner {
    padding-right: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  #msgSec01 .msgSec__body .mainTxt {
    width: 62%;
    max-width: 680px;
    margin: 0 0 118px auto;
  }
  #msgSec01 .msgSec__body .mainTxt .ttl {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.5;
  }
  #msgSec01 .msgSec__body .column {
    width: 50%;
  }
  #msgSec01 .msgSec__body .column:not(:last-child) {
    margin-bottom: 0;
  }
  #msgSec01 .msgSec__body .column .txtWrap {
    padding-right: 50px;
  }
}
@media screen and (min-width: 992px) {
  #msgSec01 .msgSec__body .column .txtWrap {
    padding-right: 95px;
  }
}
@media screen and (min-width: 1200px) {
  #msgSec01 .msgSec__body > .inner {
    padding-right: 90px;
  }
}

#msgSec02 {
  padding-bottom: 70px;
}
#msgSec02 .msgSec__header {
  padding-left: 44px;
}
#msgSec02 .msgSec__header > .inner {
  width: 100%;
}
#msgSec02 .msgSec__header .ttl {
  padding-left: 10px;
  margin-bottom: 10px;
}
#msgSec02 .msgSec__header .txt {
  color: #F19900;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.48;
}
#msgSec02 .msgSec__body::before {
  right: 0;
}
#msgSec02 .msgSec__body > .inner {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 40px;
}
#msgSec02 .msgSec__body .img {
  width: calc(100% + 20px);
}
#msgSec02 .msgSec__body .img img {
  width: 100%;
  display: block;
}
#msgSec02 .msgSec__body .ttl {
  padding-left: 20px;
  margin-bottom: -7px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
#msgSec02 .msgSec__body .mainTxt {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 22px;
}
#msgSec02 .msgSec__body .txtWrap p {
  font-size: 14px;
  line-height: 1.4286;
}
#msgSec02 .msgSec__body .txtWrap p + p {
  margin-top: 14px;
}
#msgSec02 .msgSec__body .txtWrap p.subTtl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #msgSec02 {
    margin-bottom: 62px;
  }
  #msgSec02 .msgSec__header > .inner {
    max-width: 1100px;
    margin: 0 0 0 auto;
  }
  #msgSec02 .msgSec__header .ttl {
    margin-bottom: 0;
  }
  #msgSec02 .msgSec__header .txt {
    font-size: 26px;
  }
  #msgSec02 .msgSec__body > .inner {
    padding-bottom: 77px;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 80px 50px;
  }
  #msgSec02 .msgSec__body .ttl {
    width: 320px;
    padding-left: 20px;
    flex-shrink: 0;
  }
  #msgSec02 .msgSec__body .img img {
    width: calc(100% + 20px);
  }
  #msgSec02 .msgSec__body .mainTxt {
    width: calc(100% - 320px - 50px);
    padding-left: 0;
    grid-gap: 40px;
  }
  #msgSec02 .msgSec__body .txtWrap p.subTtl {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  #msgSec02 .msgSec__header .txt {
    font-size: 34px;
  }
  #msgSec02 .msgSec__body .ttl {
    width: 340px;
    padding-left: 40px;
  }
  #msgSec02 .msgSec__body .mainTxt {
    width: calc(100% - 340px - 50px);
  }
  #msgSec02 .msgSec__body .txtWrap p.subTtl br.disp_notpc {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  #msgSec02 .msgSec__header .txt {
    font-size: 40px;
  }
  #msgSec02 .msgSec__body {
    grid-gap: 80px 70px;
  }
  #msgSec02 .msgSec__body .ttl {
    width: 390px;
    padding-left: 90px;
  }
  #msgSec02 .msgSec__body .mainTxt {
    width: calc(100% - 390px - 70px);
  }
  #msgSec02 .msgSec__body .txtWrap p.subTtl br.disp_notpc {
    display: none !important;
  }
}
@media screen and (min-width: 1240px) {
  #msgSec02 .msgSec__header > .inner {
    max-width: 1100px;
    margin: 0 calc(-40px + 50vw - 600px) 0 auto;
  }
  #msgSec02 .msgSec__body .img {
    width: calc(100% + 50vw - 600px);
  }
  #msgSec02 .msgSec__body .img img {
    width: calc(100% + 50vw - 600px);
  }
}

#formSec {
  background-color: #F5F5F5;
  position: relative;
  /* 確認画面用 */
  /*完了画面用*/
}
#formSec .intro {
  padding: 10px 0;
  background-color: #A1C800;
}
#formSec .intro .txt {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6211;
}
#formSec > .inner {
  padding: 30px 0 70px;
}
#formSec .ttl {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
#formSec .formWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 26px;
}
#formSec .inputWrap {
  width: 100%;
}
#formSec .inputWrap.telWrap {
  max-width: 335px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#formSec .inputWrap.telWrap .error {
  position: absolute;
  left: 0;
  bottom: -20px;
}
#formSec .inputWrap.chkWrap {
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
}
#formSec .inputWrap.chkWrap input[type=checkbox] {
  display: none;
}
#formSec .inputWrap.chkWrap input[type=checkbox] + span {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#formSec .inputWrap.chkWrap input[type=checkbox] + span::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background-color: #fff;
  border: 1px solid #000;
  display: inline-block;
}
#formSec .inputWrap.chkWrap input[type=checkbox] + span a {
  text-decoration: underline;
}
#formSec .inputWrap.chkWrap input[type=checkbox] + span a:hover {
  text-decoration: none;
}
#formSec .inputWrap.chkWrap input[type=checkbox]:checked + span::before {
  background: #fff url(../images/products/architecture/icon_check-input.png) center/15px no-repeat;
}
#formSec .inputWrap .inputName {
  width: 100%;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
#formSec .inputWrap .inputName .inquiry {
  padding: 4px 10px;
  background-color: #f00;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1667;
  display: inline-block;
}
#formSec .inputWrap input[type=text], #formSec .inputWrap input[type=email], #formSec .inputWrap input[type=tel], #formSec .inputWrap select {
  width: 100%;
  height: 50px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #000;
}
#formSec .inputWrap input[type=text].zip, #formSec .inputWrap input[type=email].zip, #formSec .inputWrap input[type=tel].zip, #formSec .inputWrap select.zip {
  max-width: 150px;
}
#formSec .inputWrap input[type=text].tel, #formSec .inputWrap input[type=email].tel, #formSec .inputWrap input[type=tel].tel, #formSec .inputWrap select.tel {
  max-width: 97px;
}
#formSec .inputWrap input[type=submit] {
  width: 100%;
  max-width: 335px;
  height: 70px;
  margin: 0 auto;
  background-color: #F19900;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#formSec .selectWrap {
  width: 100%;
  position: relative;
}
#formSec .selectWrap::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: auto 0;
  background: url(../images/products/architecture/icon_arrow.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  pointer-events: none;
}
#formSec .selectWrap.prefecture {
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  #formSec .intro {
    background-color: #A1C800;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #formSec .intro > .inner {
    width: 100%;
  }
  #formSec .intro .txt {
    padding: 4px 18px 5px;
    background-color: #A1C800;
    font-size: 20px;
    line-height: 1.3593;
    white-space: nowrap;
  }
  #formSec > .inner {
    max-width: 900px;
    padding: 148px 0 130px;
  }
  #formSec .ttl {
    margin-bottom: 56px;
    font-size: 32px;
    line-height: 1.125;
  }
  #formSec .formWrap {
    grid-gap: 25px;
  }
  #formSec .inputWrap.chkWrap {
    padding: 35px 0;
  }
}
@media screen and (min-width: 992px) {
  #formSec .intro .txt {
    font-size: 27px;
  }
}
@media screen and (min-width: 1240px) {
  #formSec .intro {
    padding-left: calc(50vw - 600px);
  }
}
#formSec.confirm > .inner {
  max-width: 900px;
  padding: 70px 0;
}
#formSec.confirm .ttl {
  margin-bottom: 40px;
}
#formSec.confirm .formWrap {
  padding-top: 20px;
  border-top: 1px solid #D2D2D2;
  grid-gap: 20px;
}
#formSec.confirm .inputWrap {
  padding: 0 10px 14px;
  border-bottom: 1px solid #D2D2D2;
}
#formSec.confirm .inputWrap.telWrap {
  max-width: 100%;
}
#formSec.confirm .inputWrap.chkWrap {
  padding-top: 10px;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#formSec.confirm .inputWrap.chkWrap::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background: #fff url(../images/products/architecture/icon_check-confirm.png) center/15px no-repeat;
  border: 1px solid #000;
  display: inline-block;
}
#formSec.confirm .inputWrap.btnWrap {
  padding: 0;
  border-bottom: 0;
  display: grid;
  grid-gap: 10px;
}
#formSec.confirm .inputWrap.btnWrap input[type=submit] {
  height: 60px;
}
#formSec.confirm .inputWrap.btnWrap input[type=submit].back {
  background-color: #ACACAC;
}
#formSec.confirm .selectWrap::before {
  display: none;
}
@media screen and (min-width: 768px) {
  #formSec.confirm > .inner {
    padding: 100px 0 130px;
  }
  #formSec.confirm .ttl {
    margin-bottom: 60px;
    line-height: 1.5625;
  }
  #formSec.confirm .formWrap {
    padding-top: 32px;
    grid-gap: 40px;
  }
  #formSec.confirm .inputWrap {
    padding: 0px 0px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 100px;
  }
  #formSec.confirm .inputWrap.chkWrap {
    padding: 20px 0;
    grid-gap: 8px;
  }
  #formSec.confirm .inputWrap.btnWrap {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  #formSec.confirm .inputWrap.btnWrap input[type=submit] {
    max-width: 100%;
    height: 70px;
  }
  #formSec.confirm .inputWrap.btnWrap input[type=submit].back {
    order: -1;
  }
  #formSec.confirm .inputWrap .inputName {
    max-width: 176px;
    justify-content: flex-end;
    flex-shrink: 0;
  }
}
#formSec.complete > .inner {
  padding: 70px 0 88px;
}
#formSec.complete .ttl {
  margin-bottom: 40px;
  text-align: center;
}
#formSec.complete .txt {
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}
#formSec.complete .btn-main {
  width: 100%;
  max-width: 355px;
  height: 70px;
  padding: 0 30px;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #formSec.complete > .inner {
    padding: 108px 0;
  }
  #formSec.complete .ttl {
    margin-bottom: 36px;
  }
  #formSec.complete .btn-main {
    padding: 0 40px;
    margin-top: 60px;
  }
}

#contactSec {
  padding: 50px 0 85px;
  background: url(../images/products/architecture/contact_bg-sp.jpg) center/cover no-repeat;
  color: #fff;
}
#contactSec .secTtl {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
#contactSec .list {
  width: 100%;
  max-width: 400px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  grid-gap: 35px;
}
#contactSec .listItem {
  padding: 22px 9px 0;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contactSec .listItem .ttl {
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
#contactSec .listItem img {
  display: block;
}
#contactSec .listItem img.img01, #contactSec .listItem img.img04 {
  width: 56px;
  margin-bottom: 20px;
}
#contactSec .listItem img.img02 {
  width: 118px;
  margin: 10px 0;
}
#contactSec .listItem img.img03 {
  width: 58px;
  margin: 9px 0 0;
}
#contactSec .listItem .txt {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
#contactSec .listItem .txt strong {
  color: #A1C800;
  font-weight: 700;
}
#contactSec .listItem .countList {
  padding: 0 0 0 13px;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 18px;
  counter-reset: contact_list 0;
}
#contactSec .listItem .countList li::before {
  counter-increment: contact_list 1;
  content: "STEP" counter(contact_list, decimal-leading-zero);
  margin-bottom: 11px;
  color: #A1C800;
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
}
#contactSec .listItem .countList li p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3125;
}
#contactSec .listItem .countList li p small {
  font-size: 12px;
  line-height: 1.25;
  display: inline-block;
}
#contactSec .listItem .btn-main {
  width: 205px;
  height: 36px;
  margin: 0 auto -16px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #contactSec {
    padding: 100px 0 115px;
    background-image: url(../images/products/architecture/contact_bg-pc.jpg);
  }
  #contactSec .secTtl {
    margin-bottom: 100px;
    font-size: 22px;
    line-height: 1.5625;
    text-align: left;
  }
  #contactSec .list {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  #contactSec .listItem .ttl {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4;
  }
  #contactSec .listItem img {
    display: block;
  }
  #contactSec .listItem img.img01, #contactSec .listItem img.img04 {
    width: 64px;
    margin: 10px auto 40px;
  }
  #contactSec .listItem img.img02 {
    width: 135px;
    margin: 8px 0 5px;
  }
  #contactSec .listItem img.img03 {
    width: 67px;
  }
  #contactSec .listItem .txt {
    font-size: 14px;
    line-height: 1.5;
  }
  #contactSec .listItem .countList {
    padding: 0 0 0 6px;
    margin-bottom: 30px;
    grid-gap: 20px;
  }
  #contactSec .listItem .countList li p {
    font-size: 14px;
    line-height: 1.7143;
  }
  #contactSec .listItem .countList li p small {
    font-size: 10px;
  }
  #contactSec .listItem .countList li::before {
    margin-bottom: 0;
    font-size: 16px;
    flex-shrink: 0;
  }
  #contactSec .listItem .btn-main {
    width: calc(100% - 20px);
    max-width: 234px;
    height: 41px;
    margin: auto auto -20px;
  }
}
@media screen and (min-width: 992px) {
  #contactSec .secTtl {
    font-size: 28px;
  }
  #contactSec .list {
    grid-gap: 27px;
  }
  #contactSec .listItem {
    padding: 30px 16px 0;
  }
  #contactSec .listItem .ttl {
    margin-bottom: 26px;
    font-size: 22px;
  }
  #contactSec .listItem .countList li {
    display: flex;
    align-items: flex-start;
    grid-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #contactSec .secTtl {
    font-size: 32px;
  }
  #contactSec .listItem .ttl {
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  #contactSec .listItem.item2 {
    padding: 30px 20px 0;
  }
}