:root {
	--accent-color:#FF7255;
  --main-color: #020939;
  --btn-bg-color: #69CB15;
  --white-color: #fff;
  --bg-color: #F8F6F2;
}

body{
  color: var(--main-color);
}
::placeholder {
  color: #D1D1D1;
}
.innr{
  max-width: 1000px;
  /* padding: 0 20px; */
  box-sizing: border-box;
}
.accent{
  color:var(--accent-color);
}
.is-btn{
  border-radius: 100px;
  background: var(--btn-bg-color);
  padding: 0 48px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 24px;
  font-weight: 700;
  z-index: 1;
  position: relative;
  transition: 0.2s;
}
.is-btn:hover,.btn-shadow:hover{
  text-decoration: none;
}
.is-btn.is-btn-white:hover,
.btn-shadow:hover .is-btn{
  transition: all 0.2s;
  transform: scale(1.02);
}
.btn-shadow{
  position: relative;
  display: block;
}
.btn-shadow::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 22px;
  bottom: -5px;
  width: calc(100% - 24px);
  background: #D888A9;
  filter: blur(14px);
  border-radius: 100%;
}
.is-btn.is-btn-white{
  background: var(--white-color);
  border: 3px solid var(--main-color);
  color: var(--main-color);
  height: 52px;
  font-size: 16px;
  padding: 0 30px;
}
.col{
  display: flex;
  justify-content: space-between;
}
.section-title{
  font-weight: 700;
  text-align: center;
  font-size: 32px;
  margin-top: 100px;
  margin-bottom: 56px;
}
.section-title .sm{
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
#fixed-btn{
  transform: translateY(64px);
  transition: all 0.2s;
}
#fixed-btn.active{
  transform: translateY(0);
}
#fixed-btn:hover{
  text-decoration: none;
}

.sp-only {
  display: none;
}

@media screen and (min-width: 1048px){
  #fixed-btn{
    display: none;
  }
}
@media screen and (max-width: 1047px){
  #fixed-btn{
    box-sizing: border-box;
    background: var(--btn-bg-color);
    color: var(--white-color);
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  #fixed-btn .sm{
    font-size: 12px;
  }
  #fixed-btn .lg{
    display: flex;
    align-items: center;
  }
  #fixed-btn img{
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px){
  .is-btn{
    font-size: 18px;
    height: 56px;
    padding: 0 32px;
  }
  .is-btn.is-btn-white{
    font-size: 13px;
    padding: 0 20px;
    height: 46px;
  }
  .section-title{
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 18px;
  }
  .section-title .sm{
    font-size: 14px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }


}

/* mv */
.section-mv{
  padding: 170px 0 86px;
  background: url(../../img/affiliate/mv.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
.section-mv h1{
  font-size: 58px;
  font-weight: 800;
  text-align: center;
  line-height: 1.46;
  margin-bottom: 20px;
}
.section-mv .lead{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-mv .lead .mark{
  padding: 5px 8px;
}
.section-mv .btn-lead{
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.section-mv .btn-lead span{
  font-size: 23px;
}
.section-mv .is-btn-white{
  margin-top: 24px;
}
.mv-innr{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px){
  .section-mv{
    background: url(../../img/affiliate/sp/mv.png) no-repeat;
    background-size: 100% auto;
    padding: 88px 20px 208px;
  }
  .section-mv .lead{
    font-size: 18px;
  }
  .section-mv h1{
    font-size: 33px;
  }
}

@media screen and (max-width: 414px){
  .section-mv{
    padding: 118px 20px 208px;
  }
}
@media screen and (max-width: 375px){
  .section-mv{
    padding: 88px 20px 208px;
  }
}
/* worries */
.section-worries * {
  box-sizing: border-box;
}

.section-worries .innr {
  padding: 0 8px;
}

.section-worries h2{
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.7;
}
.section-worries h2 span{
  font-size: 18px;
}
.section-worries ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* column-gap: 16px; */
  margin-bottom: 16px;
}

.section-worries ul li {
  width: calc((100% - 48px)/4);
  position: relative;
  background: var(--bg-color);
  padding: 60px 8px 35px;
  font-size: 18px;
  text-align: center;
  line-height: 1.575;
}

.section-worries ul li.small {
  font-size: 16px;
}

.section-worries ul li.small.row3 {
  padding-bottom: 15px;
}

.section-worries ul li p {
  font-weight: 600;
}
.section-worries ul li span {
  color: var(--accent-color);
}
.section-worries ul li::before{
  content: '';
  width: 28px;
  height: 28px;
  background-image: url(../../img/affiliate/icon_across.svg);
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  margin: auto;
}

.section-worries ul li::after {
  content: '';
  width: 44px;
  height: 44px;
  background-image: url(../../img/affiliate/icon_dot.svg);
  position: absolute;
  top: 0;
  left: 12px;
}

.worries-wrap2 .toggle-menu {
  height: 0;
  overflow: hidden;
  transition: height 0.5s linear;
}

.worries-more-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  border: none;
  background: none;
  margin: 12px auto 0;
  color: var(--main-color);
}

.worries-more-btn span::after {
  content: 'もっと見る ＋';
  text-decoration: underline;
}

.worries-more-btn.is-open span::after {
  content: '閉じる −';
}

.worries-more-btn img {
  width: auto;
  height: 31px;
  margin: 20px auto;
}

.worries-more-btn.is-open img {
  height: 0;
  overflow: hidden;
}

@media (max-width: 860px) {
  .section-worries ul li {
    font-size: 15px;
  }

  .section-worries ul li.small {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px){
  .section-worries .innr {
    padding: 0 20px;
  }

  .section-worries h2{
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .section-worries h2 span{
    font-size: 14px;
  }
  .section-worries ul{
    gap: 5px 10px;
    margin-bottom: 5px;
  }
  .section-worries ul li{
    width: 100%;
    line-height: 1.5;
    padding: 15px 20px 15px 40px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
  }

  .section-worries ul li.small {
    font-size: 15px;
  }

  .section-worries ul li::before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    left: 20px;
    top: 19px;
    background-image: url(../../img/affiliate/icon_across.svg);
    background-size: contain;
    margin: 0;
  }

  .section-worries ul li::after {
    content: none;
  }

}

/* strength */
.section-strength {
  margin-top: 100px;
}
.section-strength h2{
  position: relative;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.7;
  padding-bottom: 82px;
}
.section-strength h2 .sm{
  font-size: 18px;
  display: block;
}
.section-strength h2::before{
  content: '';
  position: absolute;
  background: url(../../img/affiliate/icon_arrow.svg) no-repeat;
  background-size: contain;
  width: 52px;
  height: 36px;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%,0);
}
.section-strength h2::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  background: var(--bg-color);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.section-strength ul{
  counter-reset: count;
  margin-bottom: 110px;
}
.section-strength ul li:nth-of-type(even){
  flex-direction: row-reverse;
}
.section-strength ul li{
  margin-top: 56px;
}
.section-strength .col-txt{
  width: 62%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-strength .col-txt h4{
  font-weight: 700;
  font-size: 28px;
  line-height: 1.64;
  margin-bottom: 26px;
}
.section-strength .col-txt p{
  font-size: 16px;
  line-height: 2;
}
.section-strength .col-txt p span {
  color: var(--accent-color);
}
.section-strength .col-img{
  width: 34.4%;
  position: relative;
}
.section-strength .col-img::before{
  position: absolute;
  content: counter(count);
  counter-increment: count;
  color: var(--accent-color);
  top: 25px;
  right: 40px;
  font-size: 19px;
  font-weight: bold;
  font-family: Arial , sans-serif;
}
.section-strength .col-img::after{
  content: '';
  position: absolute;
  top: -4px;
  right: -2px;
  background: url(../../img/affiliate/strength_number_bg.svg) no-repeat;
  background-size: contain;
  width: 96px;
  height: 96px;
  z-index: -1;
}
@media screen and (max-width: 767px){
  .section-strength{
    margin-top: 40px;
  }
  .section-strength h2{
    font-size: 26px;
    padding-bottom: 76px;
    line-height: 0;
  }
  .section-strength h2 .sm{
    font-size: 16px;
    line-height: 1.56;
    margin-bottom: 10px;
  }
  .section-strength h2::before{
    width: 38px;
    height: 26px;
  }
  .section-strength h2::after{
    width: 100vw;
    left: -20px;
  }
  .section-strength ul{
    margin-bottom: 50px;
  }
  .section-strength ul li{
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .section-strength .col-txt{
    width: 100%;
  }
  .section-strength .col-img{
    width: 100%;
    max-width: 320px;
    margin: auto;
  }
  .section-strength .col-txt h4{
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
  }
  .section-strength ul li:nth-of-type(even){
    flex-direction: column-reverse;
  }
}

/* contact */
.section-contact{
  background: url(../../img/affiliate/bg_contact.svg) no-repeat;
  background-size: cover;
  height: 400px;
  color: var(--white-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-contact h2{
  font-size: 32px;
  font-weight: 800;
  line-height: 1.6;
}
.section-contact p{
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin: 32px auto;
  font-weight: 600;
}
.section-contact .btn-shadow::after{
  background:#AD0047;
}
@media screen and (max-width: 767px){
  .section-contact{
    padding: 60px 38px 40px;
    height: auto;
  }
  .section-contact h2{
    font-size: 20px;
    margin-bottom: 0;
  }
  .section-contact p{
    font-size: 13px;
    margin: 25px auto;
  }
  .section-contact .is-btn{
    font-size: 16px;
    text-align: center;
    height: auto;
    padding: 20px 35px;
    line-height: 1.625;
  }
}

/* about */
.section-about .about-item{
  margin: 120px 0;
}
.section-about h2{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 50px;
}
.section-about h2 span{
  position: relative;
}
.section-about h2 span::before{
  content: '';
  position: absolute;
  background: url(../../img/affiliate/icon_title.svg) no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  z-index: -1;
  left: -18px;
  top: -11px;
}
.section-about p{
  font-size: 16px;
}
.section-about .col p{
  width: 63%;
}
.section-about .col figure{
  width: 32%;
}
.section-about h2 + p{
  margin: 0 100px 40px;
}
@media screen and (max-width: 767px){
  .section-about .about-item{
    margin: 56px 0 40px;
  }
  .section-about .about-item p{
    margin: 0;
  }
  .section-about .about-item picture{
    display: block;
    margin-top: 20px;
    margin-left: -20px;
    width: 100vw;
  }
  .section-about h2{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .section-about .col{
    flex-direction: column;
  }
  .section-about .col p{
    width: 100%;
  }
  .section-about .col figure{
    width: 100vw;
    margin-top: 20px;
    margin-left: -20px;
  }
}

/* merit */
.section-merit .merit-wrap {
  display: flex;
  gap: 18px;
}
.section-merit ul{
  width: calc((100% - 36px) / 3);
  margin-bottom: 120px;
}
.section-merit ul li{
  margin-bottom: 20px;
  background: var(--bg-color);
  padding: 13px 20px 13px 8px;
  border-radius: 6px;
}
.section-merit ul li div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-merit ul li h3{
  display: block;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 30px;
}
.section-merit ul li h3::before {
  position: absolute;
  width: 16px;
  height: 2px;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  background-color: #FF9E4E;
  margin: -1px auto 0;
}

.section-merit ul li h3::after {
  position: absolute;
  width: 2px;
  height: 15px;
  top: calc(50% - 6px);
  right: 7px;
  display: block;
  content: "";
  background-color: #FF9E4E;
  margin: -1px auto 0;
  transition: .3s;
}
.section-merit ul li h3.is-open::after {
  content: none;
}
.section-merit ul li p{
  display: none;
  font-size: 14px;
  line-height: 2;
  padding-left: 12px;
  margin: 11px 0 7px;
}

@media screen and (max-width: 768px){
  .section-merit ul li h3{
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px){
  .section-merit {
    margin-bottom: 50px;
  }
  .section-merit ul li{
    margin-bottom: 10px;
  }
  .section-merit ul li img{
    margin: 0;
    width: 50px;
  }
  .section-merit ul li h3{
    padding-right: 30px;
  }
  .section-merit ul{
    width: 100%;
    margin-bottom: 0;
  }
  .section-merit .merit-wrap {
    flex-direction: column;
    gap: 0;
  }
}

/* service */
.section-service{
  margin-bottom: 240px;
}
.section-service ul{
  display: flex;
  flex-wrap: wrap;
  gap: 50px 10px;
}
.section-service ul li{
  width: calc((100% - 20px) / 3);
  background: var(--bg-color);
}
.section-service ul li div{
  padding: 28px 22px;
}
.section-service ul li h3{
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.section-service ul li h3::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section-service ul li h3.stripe10::after {
  width: 80px;
  height: 12px;
  background: url(../../img/affiliate/stripe_10.svg) no-repeat;
}
.section-service ul li h3.stripe7::after {
  width: 56px;
  height: 12px;
  background: url(../../img/affiliate/stripe_7.svg) no-repeat;
}

.section-service ul li h3.stripe5::after {
  width: 40px;
  height: 12px;
  background: url(../../img/affiliate/stripe_7.svg) no-repeat;
}


.section-service ul li h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section-service ul li h3.stripe10::before {
  width: 80px;
  height: 12px;
  background: url(../../img/affiliate/stripe_10.svg) no-repeat;
}

.section-service ul li h3.stripe7::before {
  width: 56px;
  height: 12px;
  background: url(../../img/affiliate/stripe_7.svg) no-repeat;
}

.section-service ul li h3.stripe5::before {
  width: 40px;
  height: 12px;
  background: url(../../img/affiliate/stripe_5.svg) no-repeat;
}

.section-service ul li p{
  font-size: 14px;
  line-height: 1.8;
}
.mark {
  color: #fff;
  background-image: linear-gradient(90deg, #FF9E4E, #FF826A);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
  padding: 3px 1px;
}

.section-service .service-list {
  margin-top: 120px;
}
.section-service .service-list li {
  margin-bottom: 50px;
}
  .section-service .service-list li img {
  display: block;
  width: 141px;
  margin: -70px auto 0;
}

.section-service .feature-list {
  position: relative;
}
.section-service .feature-list::before {
  content: '';
  width: 250px;
  height: 190px;
  background: url(../../img/affiliate/feature_bg1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: -20px;
  z-index: -1;
}
.section-service .feature-list::after {
  content: '';
  width: 233px;
  height: 224px;
  background: url(../../img/affiliate/feature_bg2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 30px;
  bottom: -230px;
  z-index: -1;
}
.section-service .feature-list li {
  background: #fff;
  box-shadow: 0px 10px 20px #032C8B1A;
  border-radius: 10px;

}
.section-service .feature-list li:nth-child(2) {
  transform: translateY(80px);
}
.section-service .feature-list li:nth-child(3) {
  transform: translateY(160px);
}
.section-service .feature-list li img {
  width: calc(100% - 40px);
  display: block;
  margin: 20px auto 0;
}
.section-service .feature-list li h3 {
  font-size: 20px;
}
.section-service .feature-list li h3 span {
  background-image: linear-gradient(90deg, #FF9E4E, #FF826A);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 10%;
  padding-bottom: 5px;
}
.section-service .feature-list li p.point {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #274CB2;
  margin-bottom: 7px;
  text-align: center;
  line-height: 1;
}
.section-service .feature-list li p.point span {
  font-size: 22px;
}
.section-service .feature-list li div {
  padding: 14px 20px 25px;
}

@media screen and (max-width: 860px){
  .section-service ul li h3 {
    font-size: 16px;
  }
  .section-service ul li h3.stripe10::before,
  .section-service ul li h3.stripe10::after {
    background: url(../../img/affiliate/stripe_10.svg) no-repeat;
    background-size: 70%;
  }
  .section-service ul li h3.stripe7::before,
  .section-service ul li h3.stripe7::after {
    background: url(../../img/affiliate/stripe_7.svg) no-repeat;
    background-size: 70%;
  }
  .section-service ul li h3.stripe5::before,
  .section-service ul li h3.stripe5::after {
    background: url(../../img/affiliate/stripe_5.svg) no-repeat;
    background-size: 70%;
  }
  .section-service ul li h3.stripe10::after,
  .section-service ul li h3.stripe7::after,
  .section-service ul li h3.stripe5::after {
    background-position: right;
  }

}
@media screen and (max-width: 767px){
  .section-service{
    margin-bottom: 50px;
  }
  .section-service .section-title{
    margin-bottom: 30px;
  }
  .section-service ul{
    gap: 15px 10px;
  }
  .section-service ul li{
    width: 100%;
  }
  .section-service ul li div{
    padding: 12px 30px 25px;
  }
  .section-service .service-list li {
    margin-bottom: 70px;
  }
  .section-service ul li h3 {
    font-size: 18px;
  }
  .section-service ul li h3.stripe10::before,
  .section-service ul li h3.stripe10::after {
    background: url(../../img/affiliate/stripe_10.svg) no-repeat;
    background-size: 100%;
  }
  .section-service ul li h3.stripe7::before,
  .section-service ul li h3.stripe7::after {
    background: url(../../img/affiliate/stripe_7.svg) no-repeat;
    background-size: 100%;
  }
  .section-service ul li h3.stripe5::before,
  .section-service ul li h3.stripe5::after {
    background: url(../../img/affiliate/stripe_5.svg) no-repeat;
    background-size: 100%;
  }
  .section-service .feature-list li:nth-child(2),
  .section-service .feature-list li:nth-child(3) {
    transform: translateY(0);
  }
  .section-service .feature-list::before {
    width: 190px;
    height: 145px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
  }
  .section-service .feature-list::after {
    left: 0;
    right: 0;
    margin: auto;
  }
  .section-service .feature-list {
    padding-top: 150px;
    margin-bottom: 240px;
  }
}

/* case */
.section-case{
  margin-bottom: 120px;
}
.section-case ul{
  max-width: 842px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px 50px;
}
.section-case ul li{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px){
  .section-case{
    padding: 0 22px;
    margin-bottom: 50px;
  }
  .section-case ul{
    gap: 20px 12px;
  }
  .section-case ul li img{
    transform: scale(0.8);
  }
}

/* voice */
.section-voice{
  margin-bottom: 160px;
}
.section-voice .introduction-list{
  display: flex;
  justify-content: space-between;
}
.section-voice .introduction-contents{
  padding: 45px 30px 40px;
}
.section-voice .introduction-item{
  background: var(--bg-color);
  width: calc((100% - 16px) / 3);
}
.section-voice .introduction-image{
  position: relative;
}
.section-voice .introduction-image::after{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 22px;
  background: url(../../img/affiliate/icon_play-btn.svg) center center / cover no-repeat;
  transform: translate(-50%, -50%);
  content: '';
}
.section-voice .introduction-title{
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
}
.section-voice .introduction-title span{
  display: block;
}
.section-voice .introduction-text{
  font-weight: 300;
}
@media screen and (max-width: 767px){
  .section-voice{
    margin-bottom: 60px;
  }
  .section-voice .section-title{
    margin-bottom: 30px;
  }
  .section-voice .introduction-list{
    width: fit-content;
    gap: 10px;
    padding-right: 20px;
  }
  .section-voice .introduction-item{
    width: 260px;
  }
  .section-voice .swiper-container{
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
  }
  .section-voice .innr{
    padding-right: 0;
  }
}

/* flow */
.section-flow .p-nwlp__flow__list{
  position: relative;
}
.section-flow ul.is-flow_img{
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
}
.section-flow .p-nwlp__flow ul.is-flow_main{
  max-width: 960px;
  margin: 0 auto;
}
.section-flow .p-nwlp__flow ul.is-flow_main li{
  position: relative;
  box-sizing: border-box;
  background: var(--bg-color);
  float: left;
  width: 42%;
  margin-bottom: 25px;
  padding: 40px;
}
.section-flow .p-nwlp__flow ul.is-flow_main li:nth-child(2n){
  float: right;
}
.section-flow .p-nwlp__flow ul.is-flow_img li{
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
.section-flow .p-nwlp__flow .is-last{
  background: var(--bg-color);
  clear: both;
  padding: 40px;
}
.section-flow .is-flow_main dt,
.section-flow .p-nwlp__flow .is-last dt{
  font-size: 18px;
  font-weight: bold;
}
.section-flow .p-nwlp__flow .is-last dt{
  color: var(--accent-color);
}
.section-flow .p-nwlp__flow .is-last dl{
  display: flex;
  gap: 24px;
}
.section-flow .is-flow_main dt span{
  color: var(--accent-color);
  margin-right: 10px;
}
.section-flow .p-nwlp__flow ul.is-flow_img li:before{
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: url(../../img/affiliate/flow_arrow.svg) center no-repeat;
  background-size: 8px;
  left: -3vw;
  top: 28px;
}
.section-flow .p-nwlp__flow ul.is-flow_img li:nth-child(2n):before{
  left: auto;
  right: -3vw;
  transform: rotate(180deg);
}
.section-flow .p-nwlp__flow ul.is-flow_main li:nth-child(2){
  margin-top: 87px;
}
.section-flow a{
  color: var(--main-color);
  text-decoration: underline;
}
.section-flow .p-nwlp__flow ul.is-flow_img li:not(:last-child)::after {
  content: "";
  background: #FC521F;
  width: 1px;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 992px){
  .section-flow .p-nwlp__flow ul.is-flow_img li:before{
    left: -60%;
  }
  .section-flow .p-nwlp__flow ul.is-flow_img li:nth-child(2n):before{
    right: -60%;
  }
}
@media screen and (max-width: 767px){
  .section-flow .section-title{
    margin-bottom: 25px;
  }
  .section-flow ul.is-flow_img{
    display: none;
  }
  .section-flow .p-nwlp__flow ul.is-flow_main,
  .section-flow .p-nwlp__flow .is-last{
    width: 100vw;
    margin-left: -20px;
  }
  .section-flow .p-nwlp__flow ul.is-flow_main li{
    margin-bottom: 5px;
    width: 100%;
    padding: 25px;
  }
  .section-flow .p-nwlp__flow ul.is-flow_main li:nth-child(2){
    margin-top: 0;
  }
  .section-flow .is-flow_main dt, .section-flow .p-nwlp__flow .is-last dt{
    font-size: 16px;
  }
  .section-flow .is-flow_main dd{
    font-size: 16px;
  }
  .section-flow .p-nwlp__flow .is-last{
    box-sizing: border-box;
    padding: 25px;
  }
  .section-flow .p-nwlp__flow .is-last dl{
    flex-direction: column;
    gap: 10px;
  }
}

/* faq */
.section-faq{
  font-size: 16px;
}
.section-faq dt{
  display: flex;
  align-items: center;
  background: var(--bg-color);
  padding: 12px 56px;
  position: relative;
}
.section-faq dt::before,
.section-faq dt::after{
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: var(--accent-color);
  right: 56px;
}
.section-faq dt::after{
  transform: rotate(90deg);
  transition: all 0.2s;
}
.section-faq dt span{
  display: inline-block;
  color: var(--accent-color);
  font-size: 20px;
  font-weight: bold;
  font-family: Arial , sans-serif;
  margin-right: 10px;
}
.section-faq dt p{
  font-weight: bold;
}
.section-faq dl:not(:last-of-type){
  margin-bottom: 3px;
}
.section-faq dd{
  padding: 0 100px 0 56px;
  height: 0;
  opacity: 0;
  transition: all 0.2s;
}
.section-faq .faq-wrap.active dd{
  height: auto;
  opacity: 1;
  padding: 30px 100px 30px 56px;
}
.section-faq .faq-wrap.active dt::after{
  transform: rotate(180deg);
}
.section-faq dd .a{
  display: flex;
  gap: 20px;
}
.section-faq dd .a span{
  font-weight: bold;
  font-family: Arial , sans-serif;
  font-size: 28px;
  line-height: 1.2;
}
.section-faq dd .a p{
  font-weight: 300;
}
@media screen and (max-width: 767px){
  .section-faq .innr{
    padding: 0;
  }
  .section-faq dd{
    font-size: 16px;
    padding: 0 24px;
  }
  .section-faq .faq-wrap.active dd{
    padding: 24px;
  }
  .section-faq dt{
    font-size: 16px;
    padding: 20px;
    align-items: flex-start;
  }
  .section-faq dt p{
    padding-right: 26px;
  }
  .section-faq dt span{
    margin-top: -3px;
  }
  .section-faq dd .a span{
    font-size: 18px;
    margin-top: 5px;
  }
  .section-faq dt::before, .section-faq dt::after{
    top: 50%;
    right: 20px;
  }
}

/* video */
.section-video .innr{
  display: flex;
  justify-content: space-between;
}
.section-video .internal_video_left{
  width: 50%;
}
.section-video .internal_video_right{
  width: 43%;
}
.section-video .internal_video_right h2{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
}
.section-video .internal_video_right p{
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px){
  #movie{
    margin-top: 36px;
  }
  .section-video .innr{
    flex-direction: column-reverse;
  }
  .section-video .innr div{
    width: 100%;
  }
  .section-video .internal_video_right p{
    margin-bottom: 30px;
  }
  .section-video .internal_video_right h2{
    text-align: center;
  }
}

/* sidebar */
.nl-sidebar-visual{
  text-align: center;
  background: url(../../img/affiliate/sidebar_bg.svg) center no-repeat;
  background-size: cover;
  color: var(--white-color);
  padding: 32px 30px 26px;
  margin-bottom: 34px;
}
.nl-sidebar-visual p{
  font-size: 20px;
  font-weight: 800;
}
.nl-sidebar-visual .sub{
  font-weight: 600;
}
.nl-sidebar-visual .sub .sub-accent{
  color: #EDFF17;
}
.nl-sidebar-hubspot-form .hs_submit{
  margin-top: 20px;
}
.nl-rightContainer .hs-richtext{
  display: none;
}
.nl-rightContainer .hs-form-field.has-focus,
.nl-rightContainer .hs-form-field.has-focus .input,
.nl-rightContainer .hs-form-field.has-focus .input input{
  background-color: #FCEFE1;
}
.nl-sidebar-hubspot-form .hs_submit input[type="submit"]{
  background: var(--btn-bg-color);
}
.nl-sidebar-hubspot-form .hs_submit::before{
  content: none;
}
.nl-sidebar-hubspot-form .hs-form-field.hs-fieldtype-textarea{
  display: none;
}
.nl-sidebar-hubspot-form .hs_submit input[type="submit"]{
  width: 100%;
  height: 56px;
  line-height: normal;
}
.nl-sidebar-hubspot-form .hs_submit::after{
  content: none
}
.nl-sidebar{
  background-color: var(--bg-color);
}
.nl-sidebar-hubspot-title{
  font-size: 16px;
  font-weight: 700;
}
.nl-sidebar-hubspot-title span{
  font-size: 23px;
  color: var(--accent-color);
}
