.header-inner ul, .header-inner ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  background-color: #FFFFFF;
}

.header-inner ul {
  list-style: none;
  margin: 0;
  width: calc(100% - 64px);
  padding-right: 16px;
  justify-content: right;
  gap: 32px;
}

.header-inner ul li .btn-primary {
  padding: 0;
  gap: 4px;
  width: 158px;
  height: 28px;
}

.header-inner ul li .btn-primary p {
  font-size: 12px;
  line-height: 16px;
  padding: 0;
}

.header-inner ul li.reward {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  gap: 8px;
}

.header-inner ul li .reward-rate {
  border: 1px solid #BABCC0;
  border-radius: 8px;
  padding: 4px 16px;
}

.header-inner ul li .reward-rate img {
  width: 24px;
  height: auto;
}

.btn-orange {
  background: #F08206;
}

.btn-orange:hover {
  text-decoration: none;
  background-color: #C36A05;
}

#contents {
  font-family: 'Noto Sans JP', sans-serif;
  color: #1F2023;
}

#contents h2 {
  margin-top: 0;
  margin-bottom: 0;
}

#contents section {
  padding: 0;
}

#contents [class$="-inner"] {
  gap: 16px;
}

#contents .br-sp {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media (min-width: 960px) {
  #contents .br-sp {
    flex-direction: row;
  }
}

#contents .pc-br {
  display: none;
}

@media (min-width: 960px) {
  #contents .pc-br {
    display: block;
    height: 0;
  }
}

#contents .sp-br {
  display: block;
  height: 0;
}

@media (min-width: 960px) {
  #contents .sp-br {
    display: none;
  }
}

#contents .pc-image {
  display: none;
}

@media (min-width: 960px) {
  #contents .pc-image {
    display: block;
  }
}

#contents .sp-image {
  display: block;
}

@media (min-width: 960px) {
  #contents .sp-image {
    display: none;
  }
}

#contents .fv {
  background-image: url(/images/doc/zpg/bg.png);
  background-position: center center;
  background-size: cover;
  height: 510px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 960px) {
  #contents .fv {
    height: 440px;
  }
}

#contents .fv-inner {
  max-width: 100%;
  position: relative;
  padding: 0 16px 60px;
  gap: 20px;
}

@media (min-width: 960px) {
  #contents .fv-inner {
    max-width: 960px;
    padding: 16px;
  }
}

#contents .fv-copy_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  font-size: 24px;
  font-weight: 500;
  line-height: 43.2px;
}

@media (min-width: 960px) {
  #contents .fv-copy_1 {
    flex-direction: row;
    gap: 8px;
  }
}

#contents .fv-copy_1_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

#contents .fv-copy_1_1-flag {
  width: 24px;
  margin-right: 8px;
  display: block;
}

#contents .fv-copy_1_1-flag img {
  width: 100%;
  height: auto;
}

#contents .fv-copy_1_2_sp {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #CD8700;
}

@media (min-width: 960px) {
  #contents .fv-copy_1_2_sp {
    display: none;
  }
}

#contents .fv-copy_1_2_sp span {
  display: block;
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 960px) {
  #contents .fv-copy_1_2_sp span {
    display: none;
  }
}

#contents .fv-copy_1_2_pc {
  display: none;
}

@media (min-width: 960px) {
  #contents .fv-copy_1_2_pc {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: #CD8700;
  }
}

#contents .fv-copy_1_2_pc span {
  display: none;
}

@media (min-width: 960px) {
  #contents .fv-copy_1_2_pc span {
    display: block;
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
  }
}

#contents .fv-copy_2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 24px;
  line-height: 43.2px;
}

@media (min-width: 960px) {
  #contents .fv-copy_2 {
    flex-direction: row;
    font-size: 20px;
    line-height: 24px;
  }
}

#contents .fv-img {
  width: 100%;
}

@media (min-width: 640px) {
  #contents .fv-img {
    width: 400px;
  }
}

@media (min-width: 960px) {
  #contents .fv-img {
    width: 640px;
  }
}

#contents .fv-img img {
  width: 100%;
}

#contents .fv-cp {
  position: absolute;
  width: 136px;
  height: 138.935px;
  right: -3px;
  bottom: -92px;
  z-index: 10;
}

@media (min-width: 960px) {
  #contents .fv-cp {
    width: 139px;
    height: 142px;
    right: 20px;
    bottom: -4px;
  }
}

#contents .fv-cp img {
  width: 100%;
  height: auto;
}

#contents .cv {
  background-color: #fff;
  padding: 24px 16px;
}

#contents .cv-inner {
  max-width: 480px;
}

#contents .cv-copy {
  color: #F08206;
}

#contents .cv-btn {
  width: 280px;
  height: 56px;
  border-radius: 100px;
  background-color: #F08206;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

#contents .cv-btn img {
  width: 18px;
  height: 18px;
}

#contents .cv-btn:hover {
  text-decoration: none;
  background-color: #C36A05;
}

#contents .cv-login {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #727478;
}

#contents .cv-login img {
  width: 18px;
  height: 18px;
}

#contents .cv-login:hover {
  text-decoration: none;
  opacity: 0.38;
}

#contents .about {
  background-color: #FAF5D5;
  padding: 80px 16px;
}

#contents .about-inner {
  max-width: 960px;
  position: relative;
}

#contents .about-ttl {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 500;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media (min-width: 960px) {
  #contents .about-ttl {
    font-size: 32px;
    line-height: 1.8;
    font-weight: 600;
  }
}

#contents .about-ttl .ttl-img {
  width: 48px;
}

@media (min-width: 960px) {
  #contents .about-ttl .ttl-img {
    width: 64px;
  }
}

#contents .about-ttl .ttl-img img {
  width: 100%;
}

#contents .about-desc {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  color: #727478;
}

#contents .about-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 16px;
  flex-direction: column;
}

@media (min-width: 960px) {
  #contents .about-list {
    flex-direction: row;
  }
}

#contents .about-list-child {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 279px;
  width: 268px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 32px;
  gap: 24px;
}

#contents .about-list-img {
  width: 100%;
}

@media (min-width: 960px) {
  #contents .about-list-img {
    height: 290px;
  }
}

#contents .about-list-desc {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  font-weight: 600;
}

#contents .about-cv {
  width: 280px;
  height: 56px;
  border-radius: 100px;
  background-color: #F08206;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

#contents .about-cv img {
  width: 18px;
  height: 18px;
}

#contents .about-cv:hover {
  text-decoration: none;
  background-color: #C36A05;
}

#contents .recommended {
  background-color: #FDFCF1;
  padding: 40px 16px;
}

#contents .recommended-inner {
  max-width: 960px;
  background-color: #fff;
  padding: 40px 16px;
}

#contents .recommended-ttl {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 500;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media (min-width: 960px) {
  #contents .recommended-ttl {
    font-size: 32px;
    line-height: 1.8;
    font-weight: 600;
  }
}

#contents .recommended-ttl .ttl-img {
  width: 48px;
}

@media (min-width: 960px) {
  #contents .recommended-ttl .ttl-img {
    width: 64px;
  }
}

#contents .recommended-ttl .ttl-img img {
  width: 100%;
}

#contents .recommended-desc {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  color: #727478;
}

#contents .recommended-img {
  width: 100%;
}

@media (min-width: 960px) {
  #contents .recommended-img {
    width: 100%;
  }
}

#contents .recommended-img img {
  width: 100%;
  height: auto;
}

#contents .recommended-img-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  margin: 8px 0;
}

@media (min-width: 960px) {
  #contents .recommended-img-list {
    flex-direction: row;
    max-width: 832px;
  }
}

#contents .recommended-img-arrow_sp {
  display: block;
  width: 50%;
}

#contents .recommended-img-arrow_sp img {
  width: 100%;
  height: auto;
}

@media (min-width: 960px) {
  #contents .recommended-img-arrow_sp {
    display: none;
  }
}

#contents .recommended-img-arrow_pc {
  display: none;
}

@media (min-width: 960px) {
  #contents .recommended-img-arrow_pc {
    display: block;
    width: 97px;
  }
}

#contents .recommended-img-arrow_pc img {
  width: 100%;
  height: auto;
}

#contents .recommended-cv {
  width: 280px;
  height: 56px;
  border-radius: 100px;
  background-color: #F08206;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

#contents .recommended-cv img {
  width: 18px;
  height: 18px;
}

#contents .recommended-cv:hover {
  text-decoration: none;
  background-color: #C36A05;
}

#contents .zres {
  background-color: #FDFCF1;
  padding: 40px 16px 80px;
}

#contents .zres-inner {
  max-width: 960px;
}

#contents .zres-ttl {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 500;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media (min-width: 960px) {
  #contents .zres-ttl {
    font-size: 32px;
    line-height: 1.8;
    font-weight: 600;
  }
}

#contents .zres-ttl .ttl-img {
  width: 48px;
}

@media (min-width: 960px) {
  #contents .zres-ttl .ttl-img {
    width: 64px;
  }
}

#contents .zres-ttl .ttl-img img {
  width: 100%;
}

#contents .zres-desc {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  color: #727478;
}

#contents .zres-img {
  max-width: 696px;
  margin: 0 0 16px;
}

@media (min-width: 960px) {
  #contents .zres-img {
    margin: 16px 0;
  }
}

#contents .zres-img img {
  width: 100%;
}

#contents .zres-cv {
  width: 280px;
  height: 56px;
  border-radius: 100px;
  background-color: #F08206;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

#contents .zres-cv img {
  width: 18px;
  height: 18px;
}

#contents .zres-cv:hover {
  text-decoration: none;
  background-color: #C36A05;
}

#contents .cp {
  padding: 40px 16px;
}

#contents .cp-inner {
  max-width: 960px;
  padding: 0 0 40px;
}

@media (min-width: 960px) {
  #contents .cp-inner {
    padding: 40px 0;
  }
}

#contents .cp-ttl {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 500;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media (min-width: 960px) {
  #contents .cp-ttl {
    font-size: 32px;
    line-height: 1.8;
    font-weight: 600;
  }
}

#contents .cp-ttl .ttl-img {
  width: 48px;
}

@media (min-width: 960px) {
  #contents .cp-ttl .ttl-img {
    width: 64px;
  }
}

#contents .cp-ttl .ttl-img img {
  width: 100%;
}

#contents .cp-desc {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  color: #1F2023;
  padding-top: 16px;
}

@media (min-width: 960px) {
  #contents .cp-desc {
    text-align: center;
  }
}

#contents .cp-desc-br {
  display: block;
  margin-bottom: 8px;
}

#contents .cp-img {
  max-width: 696px;
  margin: 16px 0;
}

#contents .cp-img img {
  width: 100%;
}

#contents .cp-cv {
  width: 280px;
  height: 56px;
  border-radius: 100px;
  background-color: #F08206;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

#contents .cp-cv img {
  width: 18px;
  height: 18px;
}

#contents .cp-cv:hover {
  text-decoration: none;
  background-color: #C36A05;
}

#contents .zaif {
  background-color: #F3FAFF;
  padding: 56px 16px;
}

#contents .zaif-inner {
  max-width: 480px;
}

#contents .zaif-copy {
  width: 258px;
}

@media (min-width: 960px) {
  #contents .zaif-copy {
    width: 480px;
  }
}

#contents .zaif-copy img {
  width: 100%;
  height: auto;
}

#contents .zaif-cv {
  width: 280px;
  height: 56px;
  border-radius: 100px;
  background-color: #0695F0;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

#contents .zaif-cv img {
  width: 18px;
  height: 18px;
}

#contents .zaif-cv:hover {
  text-decoration: none;
  background-color: #045D97;
}

#contents .zaif-login {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #727478;
}

#contents .zaif-login img {
  width: 18px;
  height: 18px;
}

#contents .zaif-login span {
  color: #0695F0;
}

#contents .zaif-login:hover {
  text-decoration: none;
  opacity: 0.38;
}
#btn-instant{
  margin-top: 32px;
}
@media (min-width: 960px) {
  #btn-instant{
    margin-top: 0;
  }
}