.home #gws .header__logo,
.home #aws-contact .header__logo,
.home #azure-contact .header__logo {
  opacity: 1;
}

.header .header__logoArea {
  position: relative;
  z-index: 1;
}

#gws, #google-contact{
  background-color: #0D45B6;
  position: relative;
  overflow: hidden;
  height: 40px;
}

#gws::after, #google-contact::after {
  content: '';
  position: absolute;
  background-image: url(../img/lp/logo/top/head_sp_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  width: 141px;
  height: 32px;

}

#aws-contact {
  background-color: #FF5C2B;
  position: relative;
  overflow: hidden;
  height: 40px;
}

#aws-contact::after {
  content: '';
  position: absolute;
  background-image: url(../img/lp_aws/logo/top/head_sp_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  width: 206px;
  height: 40px;
}

#azure-contact {
  background-color: #292929;
  position: relative;
  overflow: hidden;
  height: 40px;
}

#azure-contact::after {
  content: '';
  position: absolute;
  background-image: url(../img/lp_azure/logo/top/head_sp_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  width: 164px;
  height: 40px;

}

.home.home-aws .mv__section,
.home.home-azure .mv__section,
.home.home .mv__section {
  padding-top: 0;
  padding-bottom: 0;
}

.home.home-aws .form__section,
.home.home-azure .form__section,
.home.home .form__section {
  margin-top: 0;
}

.home .form__lead--center {
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: .05em;
  line-height: 1.538;
  margin-bottom: 14px;
}

.home .form__lead--protectCenter {
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: .05em;
  line-height: 1.636;
  margin-bottom: 14px;
}

.home .input__checkbox {
  width: 100%;
}

.home .label__text::before {
  padding-right: 24px;
}

.home .input__checkbox input:checked+.label__text::after {
  top: 50%;
  margin-top: -11px;
}


.home .form__unit-body .form__selectBox {
  border: 1px solid #4285f4;
  width: 100%;
}
.home.home-azure .form__unit-body .form__selectBox{
  border: 1px solid #0e5399;
}
.home.home-aws .form__unit-body .form__selectBox{
  border: 1px solid #ffbf58;
}

.home .form__group-zip--prefecture .form__selectBox {
  position: relative;
  width: calc(100% - 66px);
}

.home .form__unit-body .form__select {
  margin-left: auto;
  margin-right: 0;
  height: 40px;
  width: 100%;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  background-color: #fff
}

.home .footer__contact-list {
  justify-content: center;
}

.home .bnr-pop{
  position: fixed;
  z-index: 10;
  right: 40px;
  bottom: 0;
  width: 250px;
  aspect-ratio: 1/1;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.16); */
}
.home .bnr-pop img{
  width: 100%;
}
.home .bnr-pop-link {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  cursor: pointer!important;
  transition: .3s;
}
.home .bnr-pop-link:hover {
  opacity: .8;
}
.home .bnr-pop-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 29px;
  height: 29px;
  cursor: pointer!important;
  z-index: 1;
}

@media screen and (max-width: 951px) {
  .home .bnr-pop{
    right: 20px;
    bottom: 0;
    max-width: 250px;
    width: 100%;
    z-index: 10;
  }
}

@media screen and (min-width: 768px) {
  #gws, #google-contact {
    height: 80px;
  }

  #gws::after, #google-contact::after {
    background-image: url(../img/lp/logo/top/head_pc_right.png);
    right: 0;
    top: -15px;
    width: 559px;
    height: 114px;
  }

  #aws-contact {
    height: 80px;
  }

  #aws-contact::after {
    background-image: url(../img/lp_aws/logo/top/head_pc_right.png);
    right: 0;
    top: 0;
    width: 818px;
    height: 80px;
  }

  #azure-contact {
    height: 80px;
  }

  #azure-contact::after {
    background-image: url(../img/lp_azure/logo/top/head_pc_right.png);
    right: 0;
    top: 0;
    width: 400px;
    height: 80px;
  }

  .home .form__lead--center {
    font-size: 1.6rem;
    line-height: 1.625;
  }

  .home .form__lead--protectCenter {
    font-size: 1.2rem;
    line-height: 1.333;
    margin-bottom: 18px;
}

  .home .label__text::before {
    padding-right: 20px;
  }

  .home .form__group-zip--prefecture .form__selectBox {
    width: 181px;
    margin-left: 14px;
}
}