h1 {
  width: 100%;
  margin: 50px 0;
  background: #fff;
  display: flex;
  justify-content: center;
  @media (max-width: 920px) {
    margin: -30px 0 30px;
  }
}

@media (max-width: 920px) {
  h1 img {
    width: 100%;
  }
}

.bgSetting {
  background: url(../images/202412cp/rpbg.webp) repeat;
}

#section1 .mainWrap {
  display: grid;
  justify-content: center;
  gap: 50px 0;
  margin: 0 auto;
  padding: 150px 0;
  position: relative;
  background-image: url(../images/202412cp/content_bg.webp);
  background-position: center 80px;
  background-repeat: no-repeat;
}

@media (max-width: 920px) {
  #section1 .mainWrap {
    padding: 60px 30px 40px;
    background-image: url(../images/202412cp/content_bg_sp.webp);
    background-size: contain;
    background-position: center 25px;
  }
}

#section1 .content {
  width: 759px;
  padding-bottom: 50px;
  text-align: center;
}

@media (max-width: 920px) {
  #section1 .content {
    width: 100%;
  }
}

@media (max-width: 920px) {
  #section1 .content img {
    width: 100%;
  }
}

@media (max-width: 920px) {
  #section1 .content > img {
    max-width: 644px;
  }
}

#section1 .content:not(:last-child) {
  border-bottom: dotted #975946 2px;
}

#section1 .content h2 {
  margin-bottom: 10px;
}

@media (max-width: 920px) {
  #section1 .content h2 {
    width: calc(500 / 920 * 100vw);
    display: block;
    margin: 0	auto 10px;
  }
  #section1 .content h2 img {
    height: auto;
  }
}

#section1 .linkBox {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -12px;
}

#section1 .linkBox .btnBox {
  position: absolute;
  top: 26px;
  right: 100px;
}

@media (max-width: 920px) {
  #section1 .linkBox .btnBox {
    width: 100%;
    top: calc(170 / 920* 100vw);
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #section1 .linkBox .btnBox a img {
    max-width: 68px;
    max-height: 68px;
  }
}

#section1 .campaign {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}

@media (max-width: 920px) {
  #section1 .campaign {
    padding-bottom: 40px;
  }
}

@media (max-width: 920px) {
  #section1 .campaign img {
    width: 100%;
  }
}

#section1 .campaign .btn1,
#section1 .campaign .btn2 {
  position: absolute;
}

#section1 .campaign .btn1 {
  top: 362px;
}

@media (max-width: 920px) {
  #section1 .campaign .btn1 {
    top: 372px;
  }
}

#section1 .campaign .btn2 {
  top: 710px;
}

@media (max-width: 920px) {
  #section1 .campaign .btn2 {
    top: 740px;
  }
}

footer {
  padding: 10px 0;
  text-align: center;
}
