@charset "UTF-8";
.cs-fadein {
  opacity: 0;
  transform: translate(0, 35px);
  transition: all 0.5s ease;
}
.cs-fadein.show {
  opacity: 1;
  transform: none;
}

.header {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 6rem);
  position: relative;
}
.header .logo {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .header .logo {
    left: 0;
    text-align: center;
    padding-top: 1rem;
  }
}

.header-logo img {
  width: 25rem;
}

.sec2-top {
  background-image: url(../img/desktop/background_a-min.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 8.5rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 750px) {
  .sec2-top {
    padding-top: 7rem;
    padding-bottom: 4rem;
    background-image: url(../img/mobile/background_a.jpg);
  }
}

.cont-1300 {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 6rem);
}

.sec2-top-box {
  background-color: #fff;
  border-radius: 2rem;
  position: relative;
  padding: 0.8rem;
  width: 105.2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .sec2-top-box {
    width: 100%;
  }
}
.sec2-top-box:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  bottom: 0.8rem;
  left: 0.8rem;
  right: 0.8rem;
  border: max(0.3rem, 1px) solid #006934;
  border-radius: 2rem;
}

.sec2-top-title {
  width: 35rem;
  position: absolute;
  top: -2.2rem;
  left: 50%;
  transform: translateX(-50%);
}

.sec2-top-data {
  padding-top: 4.3rem;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 750px) {
  .sec2-top-data {
    padding-top: 5rem;
    padding-bottom: 2.1rem;
  }
}
.sec2-top-data p {
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 900;
  color: #006934;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec2-top-data p {
    font-size: 4.3rem;
  }
}
.sec2-top-data p .small {
  font-size: 4.2rem;
}
@media screen and (max-width: 750px) {
  .sec2-top-data p .small {
    font-size: 2.9rem;
  }
}
.sec2-top-data p .small.vs-02 {
  font-size: 2.3rem;
  display: inline-flex;
  width: 3.8rem;
  height: 3.8rem;
  justify-content: center;
  align-items: center;
  background-color: #006934;
  color: #fff;
  border-radius: 100rem;
  transform: translateY(-0.7rem);
}
@media screen and (max-width: 750px) {
  .sec2-top-data p .small.vs-02 {
    font-size: 1.6rem;
    width: 2.6rem;
    height: 2.6rem;
    transform: translateY(-0.4rem);
  }
}

.gr-txt-sec2top-link {
  font-size: 3.3rem;
  font-weight: 900;
  color: #fff;
  width: 53.7rem;
  height: 9rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  display: block;
  padding: 0.4rem;
  background: #A37208;
  background: linear-gradient(90deg, rgb(163, 114, 8) 0%, rgb(244, 222, 80) 50%, rgb(163, 114, 8) 100%);
  border-radius: 4.5rem;
}
@media screen and (max-width: 750px) {
  .gr-txt-sec2top-link {
    width: 57.8rem;
    height: 9.7rem;
    font-size: 3.5rem;
    border-radius: 9rem;
  }
}
.gr-txt-sec2top-link span {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #780002;
  background: linear-gradient(-45deg, rgb(120, 0, 2) 0%, rgb(229, 0, 18) 100%);
  border-radius: 4.5rem;
}
@media screen and (max-width: 750px) {
  .gr-txt-sec2top-link span {
    border-radius: 9rem;
  }
}
.gr-txt-sec2top-link span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5rem;
  width: 2.3rem;
  height: 2.4rem;
  background-image: url(../img/common/down.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-50%);
}

.gr-txt-sec2top-shadow {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.gr-txt-sec2top-shadow:hover:before {
  bottom: 0;
  opacity: 0;
}
.gr-txt-sec2top-shadow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4.5rem;
  background-color: #720600;
  bottom: -0.7rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  .gr-txt-sec2top-shadow:before {
    border-radius: 9rem;
  }
}

.sec2-top-txt {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding-top: 3rem;
  padding-bottom: 2.7rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .sec2-top-txt {
    font-size: 1.9rem;
    text-align: left;
    line-height: 1.6;
    padding-left: 5.3rem;
    padding-right: 5.3rem;
    padding-bottom: 3rem;
  }
}

.sec2-top-bottom {
  padding-top: 3.7rem;
}
@media screen and (max-width: 750px) {
  .sec2-top-bottom {
    padding-top: 7.7rem;
  }
}

.title-style1 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 900;
  color: #ffdb29;
}
@media screen and (max-width: 750px) {
  .title-style1 {
    font-size: 3.3rem;
  }
}
.title-style1 span {
  display: inline-block;
  border-bottom: max(1px, 0.2rem) solid #ffdb29;
  padding-bottom: 0.2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  letter-spacing: 0.5rem;
}

.sec2-top-bottom-txt {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding-top: 4.3rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 750px) {
  .sec2-top-bottom-txt {
    font-size: 2.1rem;
    line-height: 1.6;
    padding-top: 4.5rem;
    padding-bottom: 3rem;
  }
}
.sec2-top-bottom-txt span {
  font-size: 3.3rem;
  font-weight: 900;
  color: #ffdb29;
}
@media screen and (max-width: 750px) {
  .sec2-top-bottom-txt span {
    font-size: 3rem;
  }
}

.sec2-top-bottom-img {
  text-align: center;
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 750px) {
  .sec2-top-bottom-img {
    padding-bottom: 6rem;
  }
}
.sec2-top-bottom-img img {
  width: 93rem;
}
@media screen and (max-width: 750px) {
  .sec2-top-bottom-img img {
    width: 65.5rem;
  }
}

@media screen and (max-width: 750px) {
  .sec2-top-bottom-img2 {
    margin-left: -1rem;
    margin-right: -1.5rem;
  }
}

.sec2-top-bottom-img3 {
  background-image: url(../img/common/img_bg01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 10rem;
  padding-bottom: 7.5rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .sec2-top-bottom-img3 {
    background-image: url(../img/common/img_bg02.png);
    padding-top: 14rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 20.5rem;
    margin-top: 6rem;
  }
}

.sec2-top-bottom-img3-item1 {
  text-align: center;
  padding-left: 3rem;
}
@media screen and (max-width: 750px) {
  .sec2-top-bottom-img3-item1 {
    padding-left: 1rem;
    padding-right: 4.4rem;
  }
}
.sec2-top-bottom-img3-item1 img {
  width: 110.7rem;
}

.title-style2 {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  color: #40210F;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  align-items: center;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
}
@media screen and (max-width: 750px) {
  .title-style2 {
    font-size: 2.8rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.title-style2:before, .title-style2:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.title-style2:before {
  background-image: url(../img/common/img_line1.svg);
  background-position: right center;
}
@media screen and (max-width: 750px) {
  .title-style2:before {
    background-image: url(../img/common/img_line3.svg);
    height: 3px;
  }
}
.title-style2:after {
  background-image: url(../img/common/img_line2.svg);
  background-position: left center;
}
@media screen and (max-width: 750px) {
  .title-style2:after {
    background-image: url(../img/common/img_line4.svg);
  }
}

.sec2-top-bottom-img3 .title-style2 {
  padding-left: 10.5rem;
  padding-right: 8rem;
  line-height: 1;
  padding-top: 1.8rem;
}
@media screen and (max-width: 750px) {
  .sec2-top-bottom-img3 .title-style2 {
    padding-left: 5rem;
    padding-right: 4.5rem;
    padding-top: 3.3rem;
  }
}

.sec2-top-bottom-sub-ft {
  padding-top: 1.7rem;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  text-align: right;
  max-width: 103rem;
  margin-left: auto;
  margin-right: auto;
  text-shadow: rgb(64, 33, 15) 3px 0px 0px, rgb(64, 33, 15) 2.83487px 0.981584px 0px, rgb(64, 33, 15) 2.35766px 1.85511px 0px, rgb(64, 33, 15) 1.62091px 2.52441px 0px, rgb(64, 33, 15) 0.705713px 2.91581px 0px, rgb(64, 33, 15) -0.287171px 2.98622px 0px, rgb(64, 33, 15) -1.24844px 2.72789px 0px, rgb(64, 33, 15) -2.07227px 2.16926px 0px, rgb(64, 33, 15) -2.66798px 1.37182px 0px, rgb(64, 33, 15) -2.96998px 0.42336px 0px, rgb(64, 33, 15) -2.94502px -0.571704px 0px, rgb(64, 33, 15) -2.59586px -1.50383px 0px, rgb(64, 33, 15) -1.96093px -2.27041px 0px, rgb(64, 33, 15) -1.11013px -2.78704px 0px, rgb(64, 33, 15) -0.137119px -2.99686px 0px, rgb(64, 33, 15) 0.850987px -2.87677px 0px, rgb(64, 33, 15) 1.74541px -2.43999px 0px, rgb(64, 33, 15) 2.44769px -1.73459px 0px, rgb(64, 33, 15) 2.88051px -0.838247px 0px;
}
@media screen and (max-width: 750px) {
  .sec2-top-bottom-sub-ft {
    text-align: center;
    font-size: 2.1rem;
    padding-top: 2rem;
  }
  .sec2-top-bottom-sub-ft.sec2-top-bottom-sub-ft1 {
    padding-top: 0;
    font-size: 2rem;
  }
}

.sec2-top-bottom-ul {
  max-width: 103rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  padding-top: 5rem;
}
@media screen and (max-width: 750px) {
  .sec2-top-bottom-ul {
    display: block;
    max-width: 55.5rem;
    padding-top: 7rem;
  }
  .sec2-top-bottom-ul li + li {
    margin-top: 7.5rem;
  }
}
.sec2-top-bottom-ul li {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem;
  position: relative;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 750px) {
  .sec2-top-bottom-ul li {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2.2rem;
    border-radius: 1rem;
  }
}
.sec2-top-bottom-ul li:first-child .sec2-top-bottom-ul-title {
  align-items: center;
}
.sec2-top-bottom-ul li:first-child .sec2-top-bottom-ul-title span {
  color: #e50012;
}
.sec2-top-bottom-ul li:first-child .list-menu span:before {
  color: #e50012;
}
.sec2-top-bottom-ul li:nth-child(2) .sec2-top-bottom-ul-title {
  padding-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .sec2-top-bottom-ul li:nth-child(2) .sec2-top-bottom-ul-title {
    padding-top: 2rem;
  }
}
.sec2-top-bottom-ul li:nth-child(2) .sec2-top-bottom-ul-title span {
  color: #B18417;
}
.sec2-top-bottom-ul li:nth-child(2) .list-menu span:before {
  color: #966603;
}
.sec2-top-bottom-ul li:last-child .sec2-top-bottom-ul-title {
  padding-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .sec2-top-bottom-ul li:last-child .sec2-top-bottom-ul-title {
    padding-top: 2rem;
  }
}
.sec2-top-bottom-ul li:last-child .sec2-top-bottom-ul-title span {
  color: #006934;
}
.sec2-top-bottom-ul li:last-child .list-menu span:before {
  color: #006631;
}

.sec2-top-bottom-ul-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 26.4rem;
  height: 6rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  -moz-column-gap: 0.7rem;
       column-gap: 0.7rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3rem;
  line-height: 1.1;
}
@media screen and (max-width: 750px) {
  .sec2-top-bottom-ul-title {
    font-size: 3.4rem;
    width: 44.8rem;
    height: 12rem;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    margin-top: -5.3rem;
  }
}
.sec2-top-bottom-ul-title span {
  display: inline-flex;
  font-size: 1.6rem;
  background-color: #fff;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  transform: translateY(0.1rem);
}
@media screen and (max-width: 750px) {
  .sec2-top-bottom-ul-title span {
    font-size: 2.8rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}

.list-menu {
  font-size: 1.4rem;
  font-weight: 700;
  color: #40210F;
  padding-left: 6rem;
  font-weight: 900;
  padding-top: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .list-menu {
    font-size: 2.1rem;
    padding-left: 8.4rem;
    line-height: 1.8;
  }
}
.list-menu span {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
@media screen and (max-width: 750px) {
  .list-menu span {
    -moz-column-gap: 0.9rem;
         column-gap: 0.9rem;
  }
}
.list-menu span:before {
  content: "●";
}

.sec3-top {
  padding-top: 6rem;
}
@media screen and (max-width: 750px) {
  .sec3-top {
    padding-top: 7.5rem;
  }
}
.sec3-top .title-style1 {
  color: #40210F;
}
.sec3-top .title-style1 span {
  border-color: #40210F;
}

.sec3-top-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  padding-top: 5.4rem;
}
@media screen and (max-width: 750px) {
  .sec3-top-ul {
    display: block;
    padding-top: 5.7rem;
  }
}
.sec3-top-ul li {
  background-color: #fff;
  box-shadow: 0 0 0.6rem rgba(210, 178, 117, 0.7);
  position: relative;
  padding-left: 16rem;
  border-radius: 2rem;
  padding-top: 3.5rem;
  padding-bottom: 4.2rem;
}
@media screen and (max-width: 750px) {
  .sec3-top-ul li {
    padding-left: 20.8rem;
    padding-bottom: 5rem;
  }
}
.sec3-top-ul li:first-child .sec3-top-ul-txt {
  color: #e50012;
}
.sec3-top-ul li:last-child .sec3-top-ul-txt {
  color: #006934;
}
@media screen and (max-width: 750px) {
  .sec3-top-ul li + li {
    margin-top: 4rem;
  }
}

.sec3-top-ul-title {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
}

.sec3-top-ul-txt {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.3;
  margin-top: -0.7rem;
}
@media screen and (max-width: 750px) {
  .sec3-top-ul-txt {
    font-size: 4.4rem;
    margin-top: -0.8rem;
  }
}
.sec3-top-ul-txt span {
  font-size: 2.6rem;
}
@media screen and (max-width: 750px) {
  .sec3-top-ul-txt span {
    font-size: 2.7rem;
  }
}

.sec3-top-ul-img {
  position: absolute;
  top: 1.5rem;
  left: -5.7rem;
}
@media screen and (max-width: 1400px) {
  .sec3-top-ul-img {
    left: -3.7rem;
  }
}
@media screen and (max-width: 750px) {
  .sec3-top-ul-img {
    left: -2.2rem;
  }
}
.sec3-top-ul-img img {
  width: 21.1rem;
}
@media screen and (max-width: 1400px) {
  .sec3-top-ul-img img {
    width: 20rem;
  }
}
@media screen and (max-width: 750px) {
  .sec3-top-ul-img img {
    width: 22.1rem;
  }
}

.sec3-top2 {
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 0 0.6rem rgba(210, 178, 117, 0.7);
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .sec3-top2 {
    margin-top: 7rem;
  }
}

.sec3-top3 {
  border-radius: 2rem;
}

.sec3-top2-title {
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  background: #780002;
  background: linear-gradient(-45deg, rgb(120, 0, 2) 0%, rgb(229, 0, 18) 100%);
  color: #fff;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  .sec3-top2-title {
    font-size: 3.4rem;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
}
.sec3-top2-title.sec3-top2-title2 {
  background: #DABB3A;
  background: linear-gradient(45deg, rgb(218, 187, 58) 0%, rgb(150, 97, 0) 100%);
}

.sec3-top2-gr-txt {
  font-size: 1.9rem;
  font-weight: 700;
  padding-left: 11.3rem;
  padding-right: 11.3rem;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
  background-color: #fff;
}
.sec3-top2-gr-txt a {
  color: #e50012;
  border-bottom: 1px solid #e50012;
}
.sec3-top2-gr-txt span {
  display: block;
}
.sec3-top2-gr-txt span + span {
  padding-top: 1.7rem;
}
@media screen and (max-width: 750px) {
  .sec3-top2-gr-txt {
    font-size: 2.2rem;
    padding-left: 4rem;
    padding-right: 3.5rem;
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
}

.sec3-top {
  background-image: url(../img/common/img_bg03.jpg);
  background-size: cover;
  background-position: top center;
  padding-bottom: 7.3rem;
}
@media screen and (max-width: 750px) {
  .sec3-top {
    padding-bottom: 7rem;
  }
}

.sec3-top3 {
  background-image: url(../img/common/img_bg04.jpg);
  background-size: cover;
  background-position: top center;
  padding-bottom: 4rem;
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .sec3-top3 {
    margin-top: 7rem;
    padding-bottom: 5.3rem;
    background-image: url(../img/common/img_bg05.jpg);
  }
}

.sec3-top3-img {
  text-align: center;
}
.sec3-top3-img img {
  width: 64rem;
}
@media screen and (max-width: 750px) {
  .sec3-top3-img img {
    width: 55rem;
  }
}

.sec3-top3-ul {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4.5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .sec3-top3-ul {
    font-size: 1.6rem;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    row-gap: 2rem;
    padding-bottom: 5rem;
  }
}
.sec3-top3-ul li {
  width: 11rem;
}
@media screen and (max-width: 750px) {
  .sec3-top3-ul li {
    width: 14rem;
  }
}
.sec3-top3-ul img {
  width: 7.7rem;
}
@media screen and (max-width: 750px) {
  .sec3-top3-ul img {
    width: 9.8rem;
  }
}
.sec3-top3-ul p {
  padding-top: 0.5rem;
}

.sec3-top3-bottom {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  max-width: 63rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .sec3-top3-bottom {
    font-size: 2.4rem;
    max-width: 100%;
    padding-left: 5.3rem;
    padding-right: 5.4rem;
    line-height: 1.7;
  }
}

.sec3-top4 {
  margin-top: 6.5rem;
  box-shadow: 0 0 0.6rem rgba(210, 178, 117, 0.7);
}
@media screen and (max-width: 750px) {
  .sec3-top4 {
    margin-top: 7rem;
  }
}

.sec4-top {
  background-image: url(../img/desktop/background_b-min.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 6.5rem;
  padding-bottom: 7.7rem;
}
@media screen and (max-width: 750px) {
  .sec4-top {
    padding-top: 4.5rem;
    padding-bottom: 6.6rem;
    background-image: url(../img/mobile/background_b.jpg);
  }
}

.sec4-top-txt1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 6.3rem;
}
@media screen and (max-width: 750px) {
  .sec4-top-txt1 {
    font-size: 2.1rem;
    padding-top: 5rem;
    padding-bottom: 4.5rem;
  }
}

.sec4-top-tlt {
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
  background-color: #e50012;
  text-align: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-top-left-radius: 2.8rem;
  border-top-right-radius: 2.8rem;
  margin-bottom: 6rem;
}
.sec4-top-tlt.sec4-top-tlt2 {
  background-color: #B18417;
}
@media screen and (max-width: 750px) {
  .sec4-top-tlt {
    font-size: 3.3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 5.3rem;
  }
}

.step-img-title {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .step-img-title {
    width: 100%;
  }
}
.step-img-title img {
  width: 20.5rem;
}
@media screen and (max-width: 750px) {
  .step-img-title img {
    width: 23rem;
  }
}

.step-img-title-icon {
  margin-bottom: 1.7rem;
  margin-top: 2.3rem;
}
.step-img-title-icon img {
  width: 27.1rem;
}
@media screen and (max-width: 750px) {
  .step-img-title-icon img {
    width: 26.9rem;
  }
}
@media screen and (max-width: 750px) {
  .step-img-title-icon {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.grid-step-sale {
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  display: grid;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .grid-step-sale {
    display: block;
    font-size: 2.7rem;
    text-align: left;
  }
}
.grid-step-sale .erro-sale {
  color: #ffdb29;
}
.grid-step-sale li {
  width: 37rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .grid-step-sale li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 2.2rem;
  }
  .grid-step-sale li p {
    width: calc(100% - 26.9rem);
    padding-left: 4rem;
  }
}
.grid-step-sale li + li:before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 7.5rem;
  background-image: url(../img/common/next.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  top: 17rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .grid-step-sale li + li:before {
    background-image: url(../img/common/next02.png);
    width: 8.6rem;
    height: 3.7rem;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}
@media screen and (max-width: 750px) {
  .grid-step-sale li + li {
    margin-top: 3.6rem;
    padding-top: 7.6rem;
  }
}

.grid-step-sale-next {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .grid-step-sale-next {
    padding-top: 5.3rem;
    padding-bottom: 5.3rem;
  }
}
.grid-step-sale-next img {
  width: 24rem;
}
@media screen and (max-width: 750px) {
  .grid-step-sale-next img {
    width: 31rem;
  }
}

.grid-step-sale-link {
  font-size: 2.9rem;
  font-weight: 900;
  color: #fff;
  width: 53.7rem;
  height: 9rem;
  letter-spacing: 0.3rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .grid-step-sale-link {
    width: 100%;
    height: 9.7rem;
    font-size: 3.5rem;
    margin-top: 5.4rem;
  }
}
.grid-step-sale-link:hover:after {
  transform: translateY(0);
  opacity: 0;
}
.grid-step-sale-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #684D10;
  border-radius: 100rem;
  transform: translateY(0.6rem);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.grid-step-sale-link span {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/right.png);
  background-size: 2.2rem auto;
  background-position: right 6rem center;
  background-repeat: no-repeat;
  padding-left: 6rem;
  background-color: #B18417;
  border-radius: 100rem;
}
@media screen and (max-width: 750px) {
  .grid-step-sale-link span {
    padding-left: 12rem;
  }
}

.grid-step-sale-bottom {
  font-size: 2rem;
  color: #ffdb29;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8.2rem;
}
@media screen and (max-width: 750px) {
  .grid-step-sale-bottom {
    margin-top: 7rem;
    width: 100%;
    font-size: 2.4rem;
  }
}

.sec5-top {
  padding-top: 6rem;
  background-image: url(../img/common/img_bg06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-bottom: 6.8rem;
}
.sec5-top .title-style1 {
  color: #40210F;
}
.sec5-top .title-style1 span {
  border-color: #40210F;
}
@media screen and (max-width: 750px) {
  .sec5-top {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-image: url(../img/common/img_bg07.jpg);
  }
}

.sec5-top-box {
  background-color: #fff;
  padding-top: 7.4rem;
  padding-bottom: 8rem;
  margin-top: 5.4rem;
}
@media screen and (max-width: 750px) {
  .sec5-top-box {
    padding-top: 2.9rem;
    padding-bottom: 7rem;
  }
}

.sec5-top-box-main {
  max-width: 110.6rem;
  margin-left: auto;
  margin-right: auto;
}

.sec5-top-ul {
  font-size: 1.8rem;
  font-weight: 700;
  color: #231815;
  letter-spacing: -0.07rem;
}
@media screen and (max-width: 750px) {
  .sec5-top-ul {
    font-size: 2.6rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.sec5-top-ul li span {
  color: #e50012;
}
.sec5-top-ul li + li {
  margin-top: 3.4rem;
}
@media screen and (max-width: 750px) {
  .sec5-top-ul li + li {
    margin-top: 4.4rem;
  }
}

.sec5-top-erro-title {
  text-align: center;
}
.sec5-top-erro-title img {
  height: 4.6rem;
}
@media screen and (max-width: 750px) {
  .sec5-top-erro-title img {
    height: 6.6rem;
  }
}

.sec5-top-erro-prp {
  text-align: center;
}

.sec5-top-erro {
  padding-top: 7rem;
}
@media screen and (max-width: 750px) {
  .sec5-top-erro {
    padding-top: 8.5rem;
  }
}
.sec5-top-erro li + li {
  margin-top: 8.5rem;
}
@media screen and (max-width: 750px) {
  .sec5-top-erro li + li {
    margin-top: 10rem;
  }
}

.sec5-top-erro-prp1 {
  padding-top: 4rem;
}
@media screen and (max-width: 750px) {
  .sec5-top-erro-prp1 {
    padding-left: 4rem;
    text-align: left;
    padding-top: 5.3rem;
  }
}
.sec5-top-erro-prp1 img {
  width: 74rem;
}
@media screen and (max-width: 750px) {
  .sec5-top-erro-prp1 img {
    width: 56.1rem;
  }
}

.sec5-top-erro-prp2 {
  padding-top: 5rem;
}
@media screen and (max-width: 750px) {
  .sec5-top-erro-prp2 {
    padding-left: 0.5rem;
    padding-top: 6rem;
  }
}
.sec5-top-erro-prp2 img {
  width: 110rem;
}
@media screen and (max-width: 750px) {
  .sec5-top-erro-prp2 img {
    width: 62.5rem;
  }
}

.sec6-top {
  background-image: url(../img/desktop/bg_contact_pc.jpg);
  background-size: cover;
  background-position: top center;
  padding-top: 7rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .sec6-top {
    padding-top: 4rem;
    padding-bottom: 6rem;
    background-image: url(../img/mobile/bg_contact_sp.jpg);
  }
}

.form-mail-title {
  color: #fff;
  text-align: center;
  background-color: #B18417;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 0.2rem;
  padding-top: 2rem;
  padding-bottom: 2.8rem;
}
@media screen and (max-width: 750px) {
  .form-mail-title {
    row-gap: 0.9rem;
    padding-top: 2.7rem;
    padding-bottom: 3.8rem;
  }
}
.form-mail-title .form-mail-title-big {
  font-size: 2.9rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .form-mail-title .form-mail-title-big {
    font-size: 3.3rem;
  }
}
.form-mail-title .form-mail-title-small {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .form-mail-title .form-mail-title-small {
    font-size: 1.9rem;
  }
}

.form-mail {
  margin-top: 5.4rem;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .form-mail {
    margin-top: 5.7rem;
  }
}

.form-contact-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #231815;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
}
.form-contact-title.form-contact-title--mgb18 {
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 750px) {
  .form-contact-title {
    font-size: 2.6rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.proviso {
  font-size: 1.3rem;
  font-weight: 500;
  display: inline-flex;
  color: #fff;
  background-color: #939393;
  width: 4.8rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
}
.proviso.proviso-erro {
  background-color: #e50012;
}
@media screen and (max-width: 750px) {
  .proviso {
    font-size: 1.9rem;
    width: 6.9rem;
    height: 2.9rem;
  }
}

.form-contact {
  width: 75.3rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 6.4rem;
}
.form-contact .form-contact-item + .form-contact-item {
  margin-top: 3.8rem;
}
@media screen and (max-width: 750px) {
  .form-contact .form-contact-item + .form-contact-item {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 750px) {
  .form-contact {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 7rem;
  }
}

.form-contact-title-sub {
  font-size: 1.5rem;
  font-weight: 700;
  color: #8c8c8c;
}
@media screen and (max-width: 750px) {
  .form-contact-title-sub {
    font-size: 2.1rem;
    line-height: 1.6;
  }
}

.box-form-field {
  border: 1px solid #C6C6C6;
  padding: 1rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 750px) {
  .box-form-field {
    border-width: 2px;
    padding: 1.5rem;
    -moz-column-gap: 1.7rem;
         column-gap: 1.7rem;
  }
}

.skin-form-field {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #939393;
  background-color: #E2E2E2;
}
.skin-form-field span {
  display: flex;
  font-size: 1.8rem;
  color: #231815;
  cursor: pointer;
  width: 14.6rem;
  height: 3.4rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .skin-form-field span {
    width: 19.2rem;
    height: 4.4rem;
    font-size: 2.4rem;
  }
}
.skin-form-field input {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -100;
}

.skin-form-field-name {
  font-size: 1.8rem;
  color: #231815;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 750px) {
  .skin-form-field-name {
    font-size: 2.4rem;
  }
}

.gr-form-contact-title-sub {
  margin-top: 0.7rem;
  margin-bottom: 1rem;
}
.gr-form-contact-title-sub .form-contact-title-sub {
  color: #a5a5a5;
}
@media screen and (max-width: 750px) {
  .gr-form-contact-title-sub {
    margin-top: 2.3rem;
    margin-bottom: 2rem;
  }
}

.notification {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e50012;
}
@media screen and (max-width: 750px) {
  .notification {
    font-size: 2.3rem;
  }
}

.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/common/select.svg);
  background-size: 1.5rem auto;
  background-position: right 1.3rem center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .form-select {
    background-position: right 2rem center;
  }
}

.form-control-inpt, .form-select {
  font-size: 1.7rem;
  color: #231815;
  border: 1px solid #C6C6C6;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  outline: 0;
  width: 100%;
  height: 5.8rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 750px) {
  .form-control-inpt, .form-select {
    border-width: 2px;
    font-size: 2.3rem;
    height: 7.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.form-control-inpt::-moz-placeholder {
  color: #b7b7b7;
}

.form-control-inpt::placeholder {
  color: #b7b7b7;
}

.form-contact-title2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #231815;
  padding-bottom: 1.1rem;
}
@media screen and (max-width: 750px) {
  .form-contact-title2 {
    font-size: 2.6rem;
    padding-bottom: 1.7rem;
  }
}

.gr-inpt-left-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 0.9rem;
       column-gap: 0.9rem;
  margin-top: -1.2rem;
}
@media screen and (max-width: 750px) {
  .gr-inpt-left-right {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
}

.box-text-area {
  width: 100%;
  height: 37rem;
  border: 1px solid #C6C6C6;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1f1f23;
  line-height: 1.6;
  overflow: auto;
  position: relative;
}
.box-text-area:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 3.8rem;
  height: 2.6rem;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .box-text-area {
    border-width: 2px;
    font-size: 2.2rem;
  }
}
.box-text-area p {
  padding-top: 2.6rem;
  padding-left: 3.4rem;
  padding-right: 3.8rem;
  padding-bottom: 2.6rem;
}
@media screen and (max-width: 750px) {
  .box-text-area p {
    padding-top: 3.4rem;
  }
}
.box-text-area .os-scrollbar-handle {
  background-color: #B18417 !important;
  border-radius: 0.6rem;
}
.box-text-area .os-scrollbar-vertical {
  width: 0.8rem !important;
  padding: 0 !important;
}
.box-text-area .os-scrollbar-horizontal {
  height: 0.8rem !important;
}
.box-text-area .os-scrollbar-vertical {
  right: 1rem !important;
  top: 1rem !important;
  bottom: 1rem !important;
}

.skin-chexbox {
  position: relative;
  font-size: 2.9rem;
  font-weight: 700;
  color: #231815;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  line-height: 1;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .skin-chexbox {
    font-size: 3.6rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    font-weight: 900;
  }
}
.skin-chexbox .form-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: 0;
}
.skin-chexbox .form-checkbox:checked ~ .skin-chexbox-box:before {
  opacity: 1;
}
.skin-chexbox .skin-chexbox-box {
  width: max(2.4rem, 18px);
  height: max(2.4rem, 18px);
  border: 2px solid #231815;
  display: block;
  position: relative;
}
@media screen and (max-width: 750px) {
  .skin-chexbox .skin-chexbox-box {
    width: max(3rem, 18px);
    height: max(3rem, 18px);
  }
}
.skin-chexbox .skin-chexbox-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #231815;
  opacity: 0;
  transform: scale(0.7);
}

.skin-chexbox-gr {
  padding-top: 1.6rem;
}
@media screen and (max-width: 750px) {
  .skin-chexbox-gr {
    padding-top: 0;
  }
}
.skin-chexbox-gr .notification {
  text-align: center;
  padding-top: 0.5rem;
}

.grid-step-sale-link--submit {
  margin-top: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}
.grid-step-sale-link--submit span {
  background-color: #E43A27;
  padding-left: 14.5rem;
}
@media screen and (max-width: 750px) {
  .grid-step-sale-link--submit span {
    padding-left: 16.5rem;
  }
}
.grid-step-sale-link--submit:after {
  background-color: #922020;
}

.form-contact-item--submit {
  margin-top: 2.6rem !important;
}
@media screen and (max-width: 750px) {
  .form-contact-item--submit {
    margin-top: 3.7rem !important;
  }
}

.box-bottom-contact-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
  background-color: #B18417;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 7rem;
  display: flex;
}
@media screen and (max-width: 750px) {
  .box-bottom-contact-title {
    font-size: 2.7rem;
    height: 8rem;
  }
}

.box-bottom-contact {
  max-width: 105.2rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2rem;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 3rem;
  margin-top: 8.7rem;
}
@media screen and (max-width: 750px) {
  .box-bottom-contact {
    margin-top: 6rem;
  }
}

.box-bottom-contact-tel {
  padding-top: 2.3rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .box-bottom-contact-tel {
    padding-top: 2rem;
  }
}

.box-bottom-contact-tel-tlt {
  color: #231815;
  font-weight: 900;
  text-align: center;
  font-size: 2.7rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 750px) {
  .box-bottom-contact-tel-tlt {
    font-size: 2.8rem;
    padding-bottom: 1.6rem;
  }
}

.box-bottom-contact-date {
  color: #231815;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
  padding-top: 1rem;
}
@media screen and (max-width: 750px) {
  .box-bottom-contact-date {
    font-size: 2rem;
    font-weight: 700;
    padding-top: 2rem;
  }
}

.box-bottom-contact-tel-icon img {
  width: 47.4rem;
}
@media screen and (max-width: 750px) {
  .box-bottom-contact-tel-icon img {
    width: 55.3rem;
  }
}

.box-bottom-contact-prp {
  color: #231815;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2;
  padding-top: 2.7rem;
  padding-left: 15.5rem;
}
@media screen and (max-width: 750px) {
  .box-bottom-contact-prp {
    font-size: 1.9rem;
    padding-left: 3.7rem;
    padding-right: 4rem;
    line-height: 1.8;
    letter-spacing: -0.05rem;
  }
}

.sec1-ft {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
  height: 14rem;
  max-width: 122rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .sec1-ft {
    height: 19rem;
  }
}

.sec1-ft-item-right img {
  width: 8.1rem;
}
@media screen and (max-width: 750px) {
  .sec1-ft-item-right img {
    width: 7rem;
  }
}

.sec1-ft-item-left img {
  width: 5.3rem;
}
@media screen and (max-width: 750px) {
  .sec1-ft-item-left img {
    width: 4.8rem;
  }
}

.sec1-ft-item-mid {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  color: #231815;
  letter-spacing: -0.08rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 750px) {
  .sec1-ft-item-mid {
    font-size: 1.9rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.sec2-ft {
  background-color: #0C3795;
  color: #fff;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 750px) {
  .sec2-ft {
    padding-top: 2.7rem;
    padding-bottom: 2.5rem;
  }
}

.sec2-ft-link {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #fff !important;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .sec2-ft-link {
    font-size: 1.7rem;
  }
}

.sec2-ft-txt {
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .sec2-ft-txt {
    font-size: 1.9rem;
    padding-top: 1rem;
  }
}

.scrolltop {
  cursor: pointer;
  border: 1px solid #fff;
  width: 6rem;
  height: 6rem;
  background: #0c3795 url(../img/common/page-top.svg) no-repeat center;
  border-radius: 100rem;
  position: fixed;
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  z-index: 50;
  background-size: 2.1rem;
}
@media screen and (max-width: 750px) {
  .scrolltop {
    right: 1.5rem;
    width: 8rem;
    height: 8rem;
    background-size: 3.2rem;
  }
}

.sec1-reform-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  background-color: #006934;
  text-align: center;
  line-height: 1.5;
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
}
@media screen and (max-width: 750px) {
  .sec1-reform-title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.sec1-reform {
  padding-top: 6.5rem;
}
@media screen and (max-width: 750px) {
  .sec1-reform {
    padding-top: 6.3rem;
  }
}

.sec1-reform-information {
  padding-left: 26rem;
  padding-top: 6.2rem;
}
@media screen and (max-width: 750px) {
  .sec1-reform-information {
    padding-left: 5.5rem;
    padding-top: 4.5rem;
  }
}
.sec1-reform-information .sec1-reform-information-item + .sec1-reform-information-item {
  margin-top: 3.8rem;
}
@media screen and (max-width: 750px) {
  .sec1-reform-information .sec1-reform-information-item + .sec1-reform-information-item {
    margin-top: 4.8rem;
  }
}

.sec1-reform-information-item .form-contact-title {
  font-size: 1.9rem;
}
@media screen and (max-width: 750px) {
  .sec1-reform-information-item .form-contact-title {
    font-size: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.sec1-reform-information-item .proviso {
  font-size: 1.4rem;
  width: 5rem;
  height: 2.1rem;
}
@media screen and (max-width: 750px) {
  .sec1-reform-information-item .proviso {
    font-size: 1.9rem;
    width: 7rem;
    height: 2.9rem;
  }
}

.sec1-reform-information-img {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .sec1-reform-information-img {
    padding-top: 3.2rem;
  }
}
.sec1-reform-information-img img {
  width: 17.2rem;
}
@media screen and (max-width: 750px) {
  .sec1-reform-information-img img {
    width: 23rem;
  }
}

.form-contact-nd {
  font-size: 1.8rem;
  color: #231815;
  padding-top: 1rem;
}
@media screen and (max-width: 750px) {
  .form-contact-nd {
    font-size: 2.6rem;
    padding-top: 1.8rem;
  }
}

.sec1-reform-information-address {
  padding-top: 2rem;
}

.reform-btn {
  cursor: pointer;
  width: 34rem;
  height: 8.4rem;
  outline: 0;
  background-color: transparent;
  border-radius: 4.2rem;
  position: relative;
  border: 0;
}
@media screen and (max-width: 750px) {
  .reform-btn {
    width: 32.6rem;
    height: 8rem;
  }
}
.reform-btn span {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4.2rem;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 750px) {
  .reform-btn span {
    font-size: 3.3rem;
  }
}
.reform-btn span.reform-btn--submit {
  background-color: #E73828;
  color: #fff;
}
.reform-btn span.reform-btn--return {
  background-color: #fff;
  color: #231815;
}
.reform-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -0.8rem;
  background-color: #912020;
  border-radius: 4.2rem;
  transition: all 0.3s ease-in-out;
}
.reform-btn.reform-btn--black:before {
  background-color: #231815;
  top: -0.3rem;
  left: -0.3rem;
  right: -0.3rem;
}
.reform-btn:hover:before {
  bottom: 0;
}
.reform-btn:hover.reform-btn--black:before {
  bottom: -0.3rem;
}

.reform-submit-form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6.5rem;
  -moz-column-gap: 3.3rem;
       column-gap: 3.3rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 750px) {
  .reform-submit-form {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
    padding-top: 8rem;
    padding-bottom: 9.7rem;
  }
}

.sec1-thanks-tlt {
  font-size: 4rem;
  font-weight: 900;
  color: #ffdb29;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec1-thanks-tlt {
    font-size: 4.6rem;
  }
}

.sec1-thanks {
  background-color: #005844;
  padding-top: 4.5rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .sec1-thanks {
    padding-top: 4rem;
    padding-bottom: 5.5rem;
  }
}

.sec1-thanks-prp {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .sec1-thanks-prp {
    font-size: 2.4rem;
  }
}

.first-view {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -9999;
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.35s;
  color: #231815;
  text-align: center;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.first-view.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 9999;
}
.first-view .first-view--bg-over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.first-view .first-view-content {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  z-index: 2;
  transform: translate(-50%, -50%);
  padding: 6rem 5rem 6.6rem;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  .first-view .first-view-content {
    padding: 3rem 3rem;
  }
}
.first-view .first-view-content-tlt {
  font-size: 2.6rem;
  font-weight: 900;
  display: inline-block;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 750px) {
  .first-view .first-view-content-tlt {
    font-size: 3.2rem;
  }
}
.first-view .first-view-content-txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  letter-spacing: 0.1rem;
}
.first-view .first-view-content-size {
  font-size: 3.2rem;
  font-weight: 900;
  display: block;
  letter-spacing: 0.12rem;
  margin-top: 1rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 750px) {
  .first-view .first-view-content-size {
    font-size: 4rem;
    margin-bottom: 2.5rem;
  }
}

.btn_yesorno {
  width: 17.3rem;
  height: 7.5rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.15rem;
  line-height: 100%;
  color: #ffffff;
  padding-bottom: 0.5rem;
  transition: ease all 0.35s;
  cursor: pointer;
}
.btn_yesorno.btn_yesorno--yes {
  background-color: #006934;
}
.btn_yesorno.btn_yesorno--no {
  background-color: #231815;
}
@media screen and (max-width: 750px) {
  .btn_yesorno {
    width: 20rem;
    height: 8rem;
    font-size: 3.6rem;
  }
}

.gr-btn-first-view {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.first-view-content-erro {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 2rem;
  display: none;
}
.first-view-content-erro.is-active {
  display: block;
}
@media screen and (max-width: 750px) {
  .first-view-content-erro {
    font-size: 2.6rem;
    padding-top: 3rem;
  }
}
.first-view-content-erro span {
  color: #e50012;
  display: block;
}
.first-view-content-erro a {
  line-height: 1;
  display: inline-block;
  font-size: 1.8rem;
  border-bottom: 1px solid #231815;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .first-view-content-erro a {
    font-size: 2.2rem;
  }
}

.sec2-top-bottom-img .sec2-top-bottom-img-txt {
  margin-top: 1.5rem;
}

.sec2-top-bottom-img-txt {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .sec2-top-bottom-img-txt {
    font-size: 1.9rem;
    line-height: 1.6;
  }
}
.commin-soon-text{
  font-size: 3.4rem;
  font-weight: 700;
  padding: 8rem 0;
  text-align: center;
}