/*ビデオのスタイル*/
.mov25-cot {
  width: 100%;
  height: auto;
  max-width: 440px;
}

h1 {
  font-size: 1.5rem;
  margin-block-start: 0.83rem;
  margin-block-end: 0.83rem;
}

video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

.com-mov-box {
  position: fixed;
  max-width: 440px;
}

.mg-t-10 {
  margin-top: -10rem;
}

/*ビデオのスタイル  end--*/
/*ビデオを固定した場合の以下の白背景*/
.bg-all-fff {
  position: relative;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 0));
}

.bg-all-fff2 {
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  margin-top: 3.97rem;
}

.top-bg {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 1533;
  z-index: -1;
}

/*************chapter スタイル ****************************/
.sec-no03,
.sec-no05,
.sec-no06,
.sec-no07,
.sec-no08,
.sec-no09,
.sec-no010,
.sec-no011,
.sec-no012,
.sec-no013,
.sec-no014 {
  position: relative;
  margin-top: -4rem;
  padding-top: 8rem;
}

.sec-no04 {
  position: relative;

}

.sec-no03 {
  padding-top: 12rem;
}

.sec-no05 {
  padding-top: 10rem;
}

.sec-no06 {
  padding-top: 14rem;
}

.sec-no07 {
  padding-top: 17rem;
}

.sec-no09 {
  padding-top: 12rem;
}

.sec-no010 {
  padding-top: 14rem;
}

.sec-no011 {
  padding-top: 10rem;
}

.sec-no012 {
  padding-top: 12rem;
}

.sec-no014 {
  padding-top: 4rem;
}

.sec-no03::before,
.sec-no04::before,
.sec-no05::before,
.sec-no06::before,
.sec-no07::before,
.sec-no08::before,
.sec-no09::before,
.sec-no010::before,
.sec-no011::before,
.sec-no012::before,
.sec-no013::before,
.sec-no014::before {
  position: absolute;
  color: #404040;
  left: -.4em;
  top: 8rem;
  transform: rotate(30deg);
  padding-left: 1rem;
  border-bottom: 1px solid #404040;
  padding-bottom: .3rem;
}

.sec-no03::before {
  content: "Chapter-1";
  top: 8rem;
}

.sec-no04::before {
  content: "Chapter-2";
  top: 10rem;
}

.sec-no05::before {
  content: "Chapter-3";
  top: 7rem;
}

.sec-no06::before {
  content: "Chapter-4";
  top: 9rem;
}

.sec-no07::before {
  content: "Chapter-5";
  top: 13rem;
}

.sec-no08::before {
  content: "Chapter-6";
  top: 15rem;
}

.sec-no09::before {
  content: "Chapter-7";
  top: 9rem;
}

.sec-no010::before {
  content: "Chapter-8";
  top: 11rem;
}

.sec-no011::before {
  content: "Chapter-9";
  top: 7rem;
}

.sec-no012::before {
  content: "Chapter-10";
  top: 12rem;
}

.sec-no013::before {
  content: "Chapter-11";
  top: 5rem;
}

.sec-no014::before {
  content: "Chapter-12";
  top: 1rem;
}

/*************chapter スタイル end ****************************/
/********** top ******************************/
.top-bg {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 427 / 652;
}

.top-img-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.poke-bg-text-box {
  margin-top: -8rem;
  margin-bottom: -4.25rem;
}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*LINE応募ボタンのスタイル**＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.sig-box {
  position: absolute;
  z-index: 6;
  right: .8rem;
  bottom: 13rem;
}

.main-line-sig-btn {
  display: block;
  border: 5px solid #fff;
  border-radius: 4.5rem;
  height: 9rem;
  width: 9rem;
  background-color: #00B900;
  padding: 1rem;

  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
}

.main-line-sig-btn>a {
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 1.095rem;
}

.main-line-sig-btn>a>p {
  position: relative;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.2;
  padding-top: 2.6rem;
  font-variation-settings: "wght"700;

}

.main-line-sig-btn>a>p::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/line-w.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  top: 25%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  color: #fff;
}

.sig-box-web {
  color: #404040;
  display: block;
  margin-top: 1rem;
}

.sig-box-web p {
  background-color: #fff;
  border-radius: 1rem;
  padding: 0 .8rem;
  border: .5px dashed #aaa;
  outline: solid 5px #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
  font-variation-settings: "wght"700;
}

/***************************LINE応募ボタンのスタイル end **********************************************/
/**********top 下　*******************************/
.top-under-point-box {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 3rem;
}

.top-under-point-box>p {
  padding-top: 3.2rem;
  width: 9rem;
  height: 15.5rem;
  border-radius: 4.5rem;
  border: 6px solid #fff;
  font-variation-settings: "wght"500;
  line-height: 1.6;
  position: relative;
  background-color: #FFEC9D;
  text-align: center;
  font-size: .8rem;
  letter-spacing: -.5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 2rem;
  flex-direction: column;
}


.top-under-point-box>p::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  top: 5%;
  left: 50%;
  width: 5rem;
  height: 7rem;
  color: #fff;
  z-index: 1;
}

.top-under-point-box>p::after {
  content: "";
  position: absolute;
  border: solid .5px #404040;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  border-radius: 5rem;
}

.top-under-point1::before {
  background-image: url(/assets/images/zai-new/pokeko-zenshin04.svg);
}

.top-under-point2::before {
  background-image: url(/assets/images/zai-new/pokeko-zenshin01.svg);
}

.top-under-point3::before {
  background-image: url(/assets/images/zai-new/pokeko-zenshin05.svg);
}

.top-under-point-box>p>span {
  font-size: 1.5rem;
  font-variation-settings: "wght"800;
  text-align: center;
  color: #00B900;
  display: flex;
  position: relative;
  width: 80%;
  margin-bottom: .7rem;
}

.top-under-p01 {
  margin-right: 4.5rem;
  margin-left: 4.5rem;
  font-size: 1.095rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.top-under-srider-box {
  position: relative;
  top: 3rem;
  height: 23rem;
  margin-top: 12rem;
}

.top-under-srider-box h3 {
  position: relative;
  text-align: center;
  top: -12rem;
  z-index: 3;
  width: 110%;
  left: -1.7rem;
}


.top-under-srider-box h3::before {
  transform: rotate(-25deg);
}

.top-under-srider-box h3::after {
  transform: rotate(25deg);
  right: 5px;
}

/** スライダー(jq) 左右に流れ続けるループスライダー *****************************************/
/* スライダー全体 */
.top-underslider {
  width: 100%;
  /* スライダーの幅 */
  overflow: hidden;
  /* コンテンツがはみ出た部分を隠す */
  position: relative;
}

/* スライドトラック（共通） */
.top-underslider-track {
  display: flex;
  /* フレックスボックスで横並び */
  position: relative;
  white-space: nowrap;
  /* スライドを横並びに配置 */
  /* アニメーションはjQueryで行うため削除 */
}

/* 上段トラックは左から右へ */
.top-underslider-track.upper {
  /* 上段用の特別な設定は必要な場合のみ追加 */
}

/* 下段トラックは右から左へ */
.top-underslider-track.lower {
  /* 下段用の特別な設定は必要な場合のみ追加 */
}

/* 各スライド */
.top-underslide>img {
  object-fit: cover;
  width: 12rem;
  border-radius: 1.5rem;
  margin: .5rem;
  /*height: 120px;*/
  aspect-ratio: 4 / 3;
}

.top-under-srider-gate {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}

.top-under-srider-gate-left,
.top-under-srider-gate-right {
  background-color: #FFFCF0;
  border: 1px solid #404040;
  position: relative;
  margin-right: 0;
  width: 3rem;
  height: 23rem;
  top: -1.2rem;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.top-under-srider-gate-left {
  left: -1px;
  border-radius: 0 2rem 2rem 0;
}

.top-under-srider-gate-right {
  right: -1px;
  border-radius: 2rem 0 0 2rem;
}

.top-underslider-cont {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.top-underslider-p {
  margin-left: 3.9rem;
  margin-right: 3.9rem;
  margin-bottom: 3rem;
  font-size: 1.095rem;
  margin-top: .5rem;
}

/**************チャットレディとは？*********************************/

.whats-chatlady-div01 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.whats-chatlady-h2 {
  position: relative;
  border-bottom: 1px dashed #404040;
  padding-bottom: .3rem;
  display: inline-block;
  margin-left: 1rem;
  white-space: nowrap
}

.whats-chatlady-h2::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/pokeko-saif.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 3rem;
  height: 3rem;
  top: 50%;
  right: -30%;
}

.whats-chatlady-div01 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.whats-chatlady-fs-line {
  font-size: 4rem;

}

.whats-chatlady-div01>dl {
  padding-left: 2.5rem;
  padding-right: 1.1rem;
  margin-bottom: 6rem;
}

.whats-chatlady-div01>dl dt {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 1.2rem;
  font-variation-settings: "wght"700;
  letter-spacing: 2px;
}

.whats-chatlady-div01>dl dd {
  margin-top: 1.2rem;
  font-size: 1.095rem;
  line-height: 2;
  margin-left: 0;
  text-align: justify;
}

.whats-chatlady-div02 {
  border: 1px dashed #404040;
  border-radius: 2rem;
  padding: 2.5rem 2rem;
  font-variation-settings: "wght"500;
}

.whats-chatlady-div02 h3 {
  font-size: 1.3rem;
  border-bottom: 1px dashed#404040;
  padding-bottom: 1rem;
  text-align: left;
  position: relative;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-variation-settings: "wght"500;
}

.whats-chatlady-div02 h3::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/chp-h2-img02-ilast.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 14rem;
  height: 10rem;
  top: -20%;
  right: -7%;
  animation: image3 1s forwards 1s, image1-2 2s infinite ease-in-out;
}

.whats-chatlady-div02-img {
  padding: 0;
  object-fit: contain;
  width: 84%;
  margin-bottom: -4rem;
}

.whats-chatlady-div02-img>img {
  /*border: 1px dashed #404040;
    border-radius: 2rem;*/
  position: relative;
  top: -6rem;
}

.fs-line {
  letter-spacing: normal;
  font-size: 3.5rem;
  font-variation-settings: "wght"900;
  margin-left: -1.3rem;
  line-height: 1.2;
}

.whats-chatlady-div02-p {
  font-size: 1.095rem;
  font-variation-settings: "wght"350;
}

/**************ぽけわならたくさん稼げる************************************/

.sec3-bg {
  height: auto;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 246, 222, 1) 10%, rgba(255, 222, 222, 1) 50%, rgba(255, 246, 222, 1) 90%, rgba(255, 255, 255, 1));
  padding-bottom: 2rem;
}

.sec3-h1 {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 427 / 440;
  margin-bottom: .5rem;
}

.sec3-img-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/*.chp-h2-img:before {
    content: "料率50%~60%";
    display: inline-block;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    font-size: 1.3rem;
    border: 1px solid #404040;
    background-color: #FFEC9D;
    border-radius: 1rem;
    padding: .5rem 1rem;
    top: 94%;
    left: 22%;
}
*/
.sec3-img-box-p {
  position: absolute;
  bottom: 1rem;
  top: 21rem;
  width: 51%;
  left: 14rem;
  font-size: 1.05rem;
  height: 12rem;
  letter-spacing: -.4px;
  border: 1px solid #000;
  padding: 1rem;
  border-radius: 1.5rem;
  background-color: #fff;
  line-height: 1.6;
}



.chp-h2-img::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/chp-h2-img-ureshii.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 3rem;
  height: 5rem;
  top: 33%;
  left: 6%;
}

.sec-saikou-gessyu {
  margin: 2rem auto;
  width: 90%;
}

.sec-h3-01-box {
  text-align: center;
  font-size: 1.3rem;
  font-variation-settings: "wght"500;
  margin-bottom: 2rem;
}

.sec-h3-img-box {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 200 / 63;
}

.sec-h3-img-box>div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sec-h3-01-box>h3 {
  margin: 1rem 0;
  position: relative;
}

.sec-h3-01-box>h3::before,
.sec-h3-01-box>h3::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #404040;
  top: 50%;
}

.sec-h3-01-box>h3::before {
  left: 0rem;
  width: 6rem;
}

.sec-h3-01-box>h3::after {
  right: 0rem;
  width: 6rem;
}

.sec-h3-02-box {
  display: flex;
  justify-content: center;
  margin-left: 2rem;
}

.sec-h3-02-box>.sec-h3-02-box-h3 {
  width: 55%;
}

.sec-h3-02-box>.sec-h3-02-box-img {
  width: 44%;
  margin-top: 3rem;
  position: relative;
}

.sec-h3-02-box>.sec-h3-02-box-img::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/chp-h3-02-heart.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 4rem;
  height: 2.5rem;
  top: 0%;
  left: 20%;
}

.sec-h3-02-box>div>h3 {
  position: relative;
  font-size: 1.3rem;
  font-variation-settings: "wght"500;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #404040;
  margin-top: 6rem;
  margin-bottom: 1rem;
}

.sec-h3-02-box>div>h3::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/chp-h3-02.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 8rem;
  height: 8rem;
  top: -3.5rem;
  left: 50%;
}

.sec-h3-02-box>div>p {
  text-align: justify;
  padding-right: 1rem;
}


/********************************************報酬単価**************************************/
.sec5-h2 {
  position: relative;
  display: inline-block;
  margin: 1rem 2rem;
  border-bottom: 1px dashed;
  padding-bottom: 1rem;
  font-size: 1.35rem;
  padding-right: 5rem;
  white-space: nowrap
}

.sec5-h2::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/cha-3-h2-img.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 3rem;
  height: 4rem;
  top: .5rem;
  right: -.5rem;
}

.card-box {
  border: 1px solid #1f1f1f;
  border-radius: 2rem;
  padding: 12rem 2rem 4rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
}

/**** 数字のルーレットのアニメ****/
.random-numbers, .random-numbers2 {
  letter-spacing: 0.2rem;
  display: inline-block;
  position: relative;
}

.random-numbers, .random-numbers2 {
  color: #FF7876;
  font-variation-settings: "wght"700;
  font-size: 2.2rem;
  padding-left: 2rem;
}

.random-numbers ::before, .random-numbers2::before {
  text-align: center;
  display: block;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  border: 1px dashed #404040;
  border-radius: 2rem;
  width: 2.8rem;
  height: 2.8rem;
  top: 55%;
  left: 0%;
  font-size: 1.095rem;
  font-variation-settings: "wght"700;
  letter-spacing: 1px;
  color: #404040;
  padding: 7px 5px 2px;
}

.random-numbers ::before {
  content: "\6642\7D66";
  line-height: 2.3;
}

.random-numbers2::before {
  content: "\5E73\5747\6642\7D66";
  line-height: 1.2;
}

.digit {
  display: inline-block;
  text-align: center;
  font-variation-settings: "wght"900;
  font-size: 3.5rem;
  color: #FF7876;
  font-family: "Open Sans";
  letter-spacing: 0;
}



.card-box-img-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.card-box-img-s {
  width: 10%;
  margin: 0 1rem;
}

.card-box-img-l {
  width: 45%;
}

.card-box-img-r {
  width: 45%;
}

.card-box-img-r-flex {
  position: relative;
}

.card-box-img-r-flex::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/chp-3-img-text02.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 1rem;
  height: 12rem;
  top: 40%;
  right: -20%;
}

.card-box-h3-01,
.card-box-h3-02,
.card-box-h3-03 {
  position: relative;
  font-variation-settings: "wght"500;
  border-bottom: 1px solid #404040;
  padding-bottom: .5rem;
  display: inline-block;
}

.card-box-h3-01::before,
.card-box-h3-02::before,
.card-box-h3-03::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);

  top: -4rem;
  left: 50%;
}

.card-box-h3-01::before {
  background-image: url(/assets/images/zai-new/party-chat.svg);
  width: 22rem;
  height: 10rem;
}

.card-box-h3-02::before {
  background-image: url(/assets/images/zai-new/twoway-chat.svg);
  width: 24rem;
  height: 10rem;
}

.card-box-h3-03::before {
  background-image: url(/assets/images/zai-new/2shot-chat.svg);
  width: 22rem;
  height: 10rem;
}

.card-box-h3-p {
  text-align: center;
  background-color: #ffc;
  display: inline-block;
  padding: 0 1rem;
  margin: 1rem;
  font-variation-settings: "wght"500;
}


.card-box-p-line,
.card-box-p-line-02 {
  border: 1px solid #404040;
  display: inline-block;
  border-radius: .8rem;
  padding: 0 1rem;
  font-variation-settings: "wght"500;
  margin: 1rem 0;
  position: relative;
}

.card-box-p-line::before,
.card-box-p-line::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #404040;
  top: 50%;
}

.card-box-p-line::before {
  left: -70%;
  width: 6rem;
}

.card-box-p-line::after {
  right: -70%;
  width: 6rem;
}

.card-box-p-line-02::before,
.card-box-p-line-02::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #404040;
  top: 50%;
}

.card-box-p-line-02::before {
  left: -107%;
  width: 7.2rem;
}

.card-box-p-line-02::after {
  right: -107%;
  width: 7.2rem;
}

.card-box-namber-box {
  text-align: center;
}

.card-box-namber-box>p {
  display: inline-block;
  font-size: 1.095rem;
  font-variation-settings: "wght"700;
}

.card-box-namber-box>p>span {
  color: #FF7876;
  font-size: 1.4rem;
  font-variation-settings: "wght"700;
}

.card-box-img-r-flex::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/chp-3-img-text02.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 1.1rem;
  height: 19rem;
  top: 50%;
  right: -20%;
}

/*****************こんな人におすすめ***************************************/

.sec6-bg {
  /*background-color: #fafafa;
    border-radius: 2rem;
    border: 1px solid #404040;
    */
}

.sec6-h2-box {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 2.7;
  top: -7rem;
  margin-bottom: -8rem;
}

.sec6-h2-box>.sec6-h2,
.sec6-h2-box>.sec6-h2-img01,
.sec6-h2-box>.sec6-h2-img02,
.sec6-h2-box>.sec6-h2-img03 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


.sec6-h2-box>.sec6-h2-img01 {
  animation: image3 1s forwards 1s, image1-2 1.8s infinite ease-in-out;
}

.sec6-h2-box>.sec6-h2-img02 {
  animation: image3 1s forwards 1s, image1-2 2.6s infinite ease-in-out;
}

.sec6-h2-box>.sec6-h2-img03 {
  animation: image3 1s forwards 1s, image1-2 2.3s infinite ease-in-out;
}

anime-fuwafuwa .sec6-h3-box-flex {
  display: flex;
  margin: 1.5rem;
  padding-left: 0;
  flex-direction: column;
}

.sec6-h3-box {
  margin-right: 1rem;
  margin-inline: 2rem;
  margin-bottom: 2rem;
  border-top: 1px dashed #000;
  padding-top: 1rem;
}

.sec6-h3-box>h3 {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
}

.sec6-h3-box>h3::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/check.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 5%;
}

.sec6-h3-flex {
  display: flex;
  align-items: flex-start;
}

.sec6-h3-flex>div>img {
  position: relative;
  object-fit: cover;
  height: 10rem;
  border-radius: 0 4rem 4rem 4rem;
  border: 1px dashed #000;
}

.sec6-h3-flex>div::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/best.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 6rem;
  height: 4rem;
  top: 20%;
  left: 20%;
  z-index: 2;
}

.sec6-h3-flex>div {
  width: 50%;
  height: auto;
  border-radius: 3rem;
  margin-right: 1rem;
  position: relative;
}

.sec6-h3-flex>p {
  width: 60%;
  margin-top: -.5rem;
  line-height: 1.8;
}

/*********出稼ぎ***************************************************/

.sec7-box-ro {
  transform: rotate(-10deg);
}

.sec7-box-h2 {
  position: relative;
  text-align: end;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #404040;
  margin-bottom: .5rem;
  margin-left: 2rem;
  line-height: 1.4;
  right: -2rem;
}

.sec7-box-h2::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/chp5-h2-img.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 14rem;
  height: 7rem;
  top: -40%;
  left: -7rem;
  z-index: 2;
  animation: image3 1s forwards 1s, image1-2 2.1s infinite ease-in-out;
}

.sec7-box {
  padding-left: 2rem;
}

.sec7-box-p {
  position: relative;
  font-size: 1.095rem;
  line-height: 2;
  margin-left: 2rem;
}

.sec7-box-p::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/chp5-img01.webp);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 24rem;
  height: 40rem;
  top: -10%;
  right: -11rem;
  z-index: 2;
  animation: image3 1s forwards 1s, image1-2 2.1s infinite ease-in-out;
}

.sec7-box-img {
  width: 140%;
  margin-left: -6rem;
}

.sec7-box-hosyuu {
  margin-left: -4rem;
  position: relative;
  top: -1.5rem;
  z-index: 4;
}

/****************登録〜お仕事なでの流れ*********************************/

.sec8-bg {
  width: 100%;
  height: auto;
  background-size: cover;
  background-image: url(/assets/images/zai-new/chp6-bg.svg);
  background-repeat: no-repeat;
  padding-bottom: 10rem;
  padding-top: 10rem;
}



.sec8-h2 {
  display: inline-block;
  margin: 1rem 4rem;
  border-bottom: 1px dashed;
  padding-bottom: 1rem;
  font-size: 1.35rem;
}

.sec8-h2-img {
  position: relative;
}

.all-box>.sec8-cont:first-of-type {
  border-top: none;
  /*padding-top: 0;*/
}

.all-box>.sec8-cont {
  margin-bottom: 3rem;
  padding-left: 0rem;
  padding-right: 0rem;
  position: relative;
}

.sec8-box {
  display: flex;
  position: relative;
  padding-right: 1.5rem;
}


.sec8-step1 {
  margin-right: 1rem;
}

/*.sec8-step2,
.sec8-step3 {
    padding-top: 2rem;
}
*/
.sec8-step1::before {
  position: absolute;
}

.sec8-step1>div {
  position: relative;
  width: 40%;
  margin-right: 0;
  margin-left: .5rem;
}

.sec8-step2>div {
  position: relative;
  width: 30%;
  margin-right: 1rem;
  margin-left: 2rem;
}

.sec8-step3>div {
  position: relative;
  width: 30%;
  margin-right: 1rem;
  margin-left: 2rem;
}

.sec8-step4>div {
  position: relative;
  width: 30%;
  margin-right: 1rem;
  margin-left: 2rem;
}

.sec8-step1>div::before,
.sec8-step1>div::after,
.sec8-step2>div::before,
.sec8-step2>div::after,
.sec8-step3>div::before,
.sec8-step3>div::after,
.sec8-step4>div::before,
.sec8-step4>div::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);

}

.sec8-step1>div::before {
  background-image: url(/assets/images/zai-new/chp6-01-oubo.svg);
  width: 14rem;
  height: 10rem;
  top: -60%;
  left: 20%;
  animation: image3 1s forwards 1s, image1-2 2.1s infinite ease-in-out;
}

.sec8-step2>div::before {
  background-image: url(/assets/images/zai-new/chp6-02-api-in.svg);
  width: 18rem;
  height: 10rem;
  top: -70%;
  left: 5%;
  animation: image3 1s forwards 1s, image1-2 1.8s infinite ease-in-out;
}

.sec8-step3>div::before {
  background-image: url(/assets/images/zai-new/chp6-03-oshigoto.svg);
  width: 14rem;
  height: 10rem;
  top: -60%;
  left: 5%;
  animation: image3 1s forwards 1s, image1-2 2.3s infinite ease-in-out;
}

.sec8-step4>div::before {
  background-image: url(/assets/images/zai-new/chp6-04-oshigoto.svg);
  width: 14rem;
  height: 10rem;
  top: -75%;
  left: 5%;
  animation: image3 1s forwards 1s, image1-2 2.3s infinite ease-in-out;
}

.sec8-step1>div::after {
  background-image: url(/assets/images/zai-new/chp6-step1.webp);
  width: 4rem;
  height: 5rem;
  top: -28%;
  right: -20rem;
}

.sec8-step2>div::after {
  background-image: url(/assets/images/zai-new/chp6-step2.webp);
  width: 6rem;
  height: 4rem;
  top: -28%;
  right: -23.3rem;
}

.sec8-step3>div::after {
  background-image: url(/assets/images/zai-new/chp6-step4.webp);
  width: 6rem;
  height: 4rem;
  top: -24%;
  right: -23.3rem;
}

.sec8-step4>div::after {
  background-image: url(/assets/images/zai-new/chp6-step3.webp);
  width: 6rem;
  height: 4rem;
  top: -28%;
  right: -23.3rem;
}

.alert-text {
  position: relative;
}

.alert-text {
  position: absolute;
}

.sec8-box-dl {
  width: 59%;
  margin: 0;
}


.sec8-box-dl-dt,
.sec8-box-dl-dt02 {
  padding-bottom: .5rem;
  margin-bottom: .5rem;

}

.sec8-box-dl-dt {
  border-bottom: 1px solid #404040;
  font-size: 1.1rem;
  font-variation-settings: "wght"500;
  line-height: 1.2;
}

.sec8-box-dl-dt02 {
  font-size: 1.095rem;
  font-variation-settings: "wght"350;
  line-height: 1.8;
  padding-left: 1rem;
  padding-right: .5rem;
}

.sec8-box-dl dd {
  margin: 0;
}

.sec8-box-dl-flex {
  display: flex;
  margin-top: 1rem;
  align-items: center;
  flex-direction: column;
}

.alert-text {
  position: relative;
  margin-left: 2rem;
}

.alert-text::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  background-image: url(/assets/images/zai-new/Iconmaterial-warning.svg);
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  left: -10%;
}


.sec8-box-dl-flex p {
  line-height: 1.4;
  /*width: 59%;*/
  margin-top: .5rem;
}

.sec8-box-dl-flex div {
  width: 40%;
  margin-right: 1rem;
}

.sec8-cont-a {
  display: flex;
  justify-content: flex-end;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-top: 1rem;
}

.sec8-cont-a p {
  margin-right: 3.5rem;
  font-size: 1.095rem;
  font-variation-settings: "wght"500;
  position: relative;
}

.sec8-cont-a p::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  background-image: url(/assets/images/zai-new/tri-icon.svg);
  width: 1rem;
  height: 1rem;
  top: 53%;
  right: -2rem;
}

.sec8-cont-p {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
  padding-top: 1rem;
  font-size: 1.095rem;
}

hr.style1 {
  border-top: 1px solid #404040;
  margin-right: 3.5rem;
  margin-top: 7rem;
  width: calc(100% + 0px);
  position: relative;
  left: -48px;
}

.sec8-cont-p {
  border: 1px dashed #404040;
  padding: 1rem 2rem;
  line-height: 1.6;
  border-radius: 1rem;
  font-variation-settings: "wght"700;
}

dt.sec8-box-dl-dt02 {
  font-variation-settings: "wght"700;
  border-bottom: 1px dashed #404040;
}

.sig-howto-bg {
  background-size: initial;
  background-image: url(/assets/images/area-cp/pink-dot.svg);
  background-color: #fff;
  padding-top: 6rem;
  margin-bottom: -4rem;
}

.bg-w {
  background-color: #fff;
}

.mg-b-4 {
  margin-bottom: -4rem;
}

.mg-t4 {
  margin-top: 4rem;
}

.mg-b-3 {
  margin-bottom: -3rem;
}

.mg-lr3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.pd-t4 {
  padding-top: 4rem;
}

.popup-overlay1,
.popup-overlay2 {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  left: 50%;
  top: 50%;
  padding: 6rem 2rem 1rem;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.popup-overlay1.active,
.popup-overlay2.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  text-align: center;
}

.popup-content1,
.popup-content2 {
  /*Hides pop-up content when there is no "active" class */
  position: absolute;
  background: #f9f9f9;
  border: 3px solid #fff;
  width: 90%;
  height: auto;
  border-radius: 1rem;
  padding: 2rem 2rem 1rem;
  z-index: 101;
  box-shadow: 0 0 10px 0 rgba(100, 100, 100, 0.4);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 420px;
}

.popup-content1.active,
.popup-content2.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
}

.button-sign {
  display: block;
  margin: 1rem 0 0 auto;
  background: none;
  padding: 1rem 0 0.1rem;
  border-bottom: 1px #FF7876;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #FF7876;
  cursor: pointer;
}

.button-sign2 {
  display: block;
  margin: 0 0 0 1rem;
  background: none;
  padding: 1rem 0 0.1rem;
  border-bottom: 1px #FF7876;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #FF7876;
  cursor: pointer;
}

.btn-span-0pen {
  color: #404040;
}

.button-sign:hover {

  color: rgb(245, 38, 128);
}

.popup-content-dl dt {
  border-bottom: 1px dashed;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.popup-content-dl dd {
  line-height: 2;
  font-size: 1.095rem;
  margin-left: 0;
  text-align: justify;
}

.popup-content-dl dd ul li dl dt {
  font-size: 1.095rem;
  margin-bottom: 0.2rem;
  color: #E87C97;
  border-bottom: 1px dashed #1f1f1f;
  padding-bottom: 0.2rem;
}

.popup-content-dl dt span {
  color: #E87C97;
  font-size: 1.6rem;
  padding-right: 0.3rem;
}

.popup-content-dl dd span {
  color: #E87C97;
}

.popup-content-dl .dd-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: .5rem;
  /*border: 1px solid #1f1f1f;*/
}

/*******************報酬についてもっとくわしく***********************************/

.sec9-h2 {
  display: inline-block;
  margin: 1rem 4rem;
  border-bottom: 1px dashed #404040;
  padding-bottom: 1rem;
  font-size: 1.35rem;
  position: relative;
}

.sec9-h2::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/pokeko-zenshin06.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 5rem;
  height: 5rem;
  top: 0rem;
  right: -8rem;
}

.sec9-bg-rate,
.sec9-bg-form,
.sec9-bg-rewards,
.sec9-bg-afi {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;

}

.sec9-bg-rate {
  background-image: url(/assets/images/zai-new/rate-bg.svg);
  aspect-ratio: 393 / 521;
}

.sec9-bg-form {
  background-image: url(/assets/images/zai-new/form-bg.svg);
  aspect-ratio: 393 / 506;
}

.sec9-bg-rewards {
  background-image: url(/assets/images/zai-new/rewards-bg.svg);
  aspect-ratio: 393 / 655;
}

.sec9-bg-afi {
  background-image: url(/assets/images/zai-new/afi-bg.svg);
  aspect-ratio: 393 / 773;
}

.sec9-rate-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sec9-rewrds-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-left: 5.5rem;
  margin-right: 0rem;
  padding-top: 2rem;
}

.sec9-rate-h3,
.sec9-form-h3,
.sec9-rewrds-h3,
.sec9-afi-h3 {
  display: inline-block;
  /*border: 1px solid #000;*/
  background-color: #FF7876;
  padding: .8rem 1.5rem;
  font-size: 1.15rem;
  font-variation-settings: "wght"400;
  border-radius: 1.5rem;
  color: #fff;
}

.sec9-rate-h3,
.sec9-rewrds-h3 {
  margin: 1rem 4rem;
}

.sec9-form-h3 {
  margin: 1rem 0rem 1rem 4rem;
}

.sec9-rewrds-h3 {
  margin: 1rem 0rem 1rem -2rem;
}

.sec9-afi-h3 {
  margin: 4rem 0rem 1rem 4rem;
}

.sec9-rate {
  margin-left: 6rem;
  margin-right: 2rem;
}

.sec9-form {
  margin-left: 4rem;
  margin-right: 5rem;
}

.sec9-rate-flex>p {
  font-size: 1.095rem;
}

.sec9-rate-flex {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-left: 2rem;
}

.sec9-rate-img {
  margin-top: 2rem;
  width: 40%;
}

.sec9-rate-img-left {
  position: relative;
}

.sec9-rate-img-left::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/rate-img-l-50.webp);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 5.5rem;
  height: 5.1rem;
  top: 50%;
  right: -100%;
  z-index: 5;
}

.col-green {
  color: #02A245;
}

.col-purple {
  color: #8085AD;
}

.sec9-form-dl-home,
.sec9-form-dl-com {
  font-variation-settings: "wght"700;
  line-height: 2.2;
  text-align: justify;
  position: relative;
  font-size: 1.095rem;
}

.sec9-form-dl-home::after,
.sec9-form-dl-com::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 3rem;
  height: 2.5rem;
  top: 45%;
  right: 10%;
  z-index: 5;
}

.sec9-form-dl-home::after {
  background-image: url(/assets/images/zai-new/home-idom.svg);
}

.sec9-form-dl-com::after {
  background-image: url(/assets/images/zai-new/commute-icon.svg);
}

.sec9-form-dl {
  margin-top: 2rem;
}

.sec9-form-dl dd {
  line-height: 2;
  text-align: justify;
  margin-left: 0;
  font-size: .9rem;
}

.under-line-yellow {
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 0.5em;
  /* 線の太さ */
  text-decoration-color: rgba(255, 228, 0, 0.4);
  /* 線の色 */
  text-underline-offset: -0.2em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.sec9-rewards-table {
  border-collapse: collapse;
  border: none;
  margin-left: .8rem;
  margin-bottom: 1rem;
}


.sec9-reward-tbody>tr>td {
  border: solid 1px #404040;
  padding: .5rem;
}

.sec9-reward-tbody-tr th {
  border-left: 1px dashed #404040;
  border-top: none;
  border-bottom: 1px solid #404040;
  border-right: 1px dashed #404040;
}

.sec9-reward-tbody-tr th:first-of-type {
  border-left: none;
  border-right: none;
}

.sec9-reward-tbody-tr th:nth-of-type(2) {
  padding: 1.2rem;
}

.sec9-reward-tbody-tr th:nth-of-type(3) {
  border-right: none;
  border-left: none;
  padding: 1rem;
}

.sec9-reward-tbody>tr>td:first-of-type {
  border-left: none;
  border-right: none;
  font-size: .9rem;
  font-variation-settings: "wght"700;
  text-align: center;
}

.sec9-reward-tbody>tr>td:nth-of-type(2) {
  border-left: 1px dashed #404040;
  border-right: 1px dashed #404040;
  padding: .8rem 1rem;
  text-align: center;
  background-color: #fff9de;
  font-variation-settings: "wght"700;
}

.sec9-reward-tbody>tr>td:nth-of-type(3) {
  border-right: none;
  border-left: none;
  padding: .8rem 1rem;
  text-align: center;
  background-color: #FAF0F0;
  font-variation-settings: "wght"700;
}

.sec9-reward-tbody>tr>td {
  border-bottom: none;
}

.sec9-reward-tbody>tr>td span {
  font-size: 1.8rem;
  letter-spacing: -1px;
  padding: .1rem;
  font-family: "Open Sans";
  font-variation-settings: "wght"700;
  color: rgba(0, 0, 0, 0);
  text-shadow: 1px 2px 0 #FFCE00;
  -webkit-text-stroke: .8px #404040;
  text-stroke: .8px #404040;
}

.sec9-reward-tbody-small {
  font-size: .7rem;
  letter-spacing: -1px;
  font-variation-settings: "wght"300;
}

small {
  font-size: .8rem;
}

.sec9-afi-h3 span {
  font-family: "Open Sans";
  font-variation-settings: "wght"700;
  color: #ffa;
  font-size: 1.5rem;
}

.sec9-afi-h3-p {
  margin: 0rem 10rem 1rem 4rem;
}

.sec9-afi-table-box,
.sec9-afi-table-box02 {
  border: 1px solid #404040;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  outline: solid 5px #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

.sec9-afi-table-box table,
.sec9-afi-table-box02 table {
  border-collapse: collapse;
  width: 100%;
}

.sec9-afi-table-box table tr th,
.sec9-afi-table-box02 table tr th {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #404040;
}

.sec9-afi-table-box table tr th {
  background-color: #ABE9EF;
  padding: .5rem .5rem 1rem;
}

.sec9-afi-table-box02 table tr th {
  background-color: #FFDEDE;
  padding: .5rem .5rem 1rem;
}

.sec9-afi-table-box table tr td,
.sec9-afi-table-box02 table tr td {
  border-bottom: 1px dashed #404040;
  border-top: none;
  font-size: .85rem;
  font-variation-settings: "wght"700;
  background-color: #fff;
}

.sec9-afi-table-box table tr td:first-child {
  border-right: none;
  border-left: none;
  padding: .6rem 1rem .6rem 1.5rem;
}

.sec9-afi-table-box02 table tr td:first-child {
  border-right: none;
  border-left: none;
  padding: .6rem 1rem .6rem 1.5rem;
}

.sec9-afi-table-box table tr td:last-child {
  border-right: none;
  border-left: 1px solid #404040;
  text-align: right;
  padding: .6rem 2.5rem .6rem 1rem;
}


.sec9-afi-table-box table tr td span,
.sec9-afi-table-box02 table tr td span {
  font-family: "Open Sans";
  font-variation-settings: "wght"700;
  font-size: 1.1rem;
  color: #FF7876;
  padding-right: .1rem;
}


.sec9-afi-table-box table tr:last-of-type td,
.sec9-afi-table-box02 table tr:last-of-type td {
  border-bottom: none;
}


.sec9-afi-table-th-flex .sec9-afi-table-th-img,
.sec9-afi-table-th-flex02 .sec9-afi-table-th-img {
  width: 30%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);

}

.sec9-afi-table-th-flex .sec9-afi-table-th-img {
  top: 8%;
  left: 13%;
  z-index: 5;
}

.sec9-afi-table-th-flex02 .sec9-afi-table-th-img {
  top: 8%;
  left: 26%;
  z-index: 5;
}

.sec9-afi-table-th-flex .sec9-afi-table-th-img::after,
.sec9-afi-table-th-flex02 .sec9-afi-table-th-img::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/images/zai-new/arrow-white01.svg);
  transform: translateY(0%) translateX(0%);
  width: 3rem;
  height: 2.5rem;
  z-index: 5;
  animation: yureru-s2 2s infinite;
}

.sec9-afi-table-th-flex .sec9-afi-table-th-img::after {
  top: 30%;
  left: 90%;
}

.sec9-afi-table-th-flex02 .sec9-afi-table-th-img::after {
  top: 40%;
  left: -15%;
}

.sec9-afi-table-th-flex .sec9-afi-table-th-img>img,
.sec9-afi-table-th-flex02 .sec9-afi-table-th-img>img {
  width: 6.5rem;
  height: auto;
}

.sec9-afi-table-th-flex p,
.sec9-afi-table-th-flex02 p {
  font-size: 1.095rem;
  margin-left: 5.5rem;
  font-variation-settings: "wght"500;
  text-align: center;
  line-height: 1.5;
  padding-top: .7rem;
}

.sec9-afi-table-th-flex p span,
.sec9-afi-table-th-flex02 p span {
  font-size: 0.7rem;
  font-variation-settings: "wght"350;
}

.sec9-afi-box-relative {
  position: relative;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-top: 3rem;
}

.sec9-afi-table02-tdrow {
  padding: 0 2rem;
  border-left: 1px solid #404040;
  border-bottom: none !important;
  text-align: center;
}

.sec9-afi-table02-tdrow02 {
  border-bottom: none;
}

/************ポケワは在宅チャトレがすごいお得**********************************/

.sec10-h2 {
  display: inline-block;
  margin: 1rem 2rem 1rem 2rem;
  border-bottom: 1px dashed;
  padding-bottom: 1rem;
  font-size: 1.35rem;
  position: relative;
  white-space: nowrap
}

.sec10-h2::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/home-idom.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 4rem;
  height: 4rem;
  top: 10%;
  right: -10%;
  z-index: 5;
}

.sec10-box,
.sec10-box02 {
  /*border: 1px solid #404040; 
     border-radius: 2rem; */
  padding: 5rem 1.5rem 4rem;
  /* background-color: #FFFEF7; */
  margin-bottom: 2rem;
  border-bottom: 1px dashed #000;
}

.sec10-box h3,
.sec10-box02 h3 {
  font-size: 1.095rem;
  font-variation-settings: "wght"400;
  padding: .7rem 1.5rem;
  /* border: 1px solid #404040; */
  margin-bottom: 1rem;
  margin-left: 2rem;
  position: relative;
  display: inline-block;
  background-color: #FF7876;
  color: #fff;
  border-radius: 2rem;
}

.sec10-box h3::before,
.sec10-box02 h3::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/images/zai-new/chp-8-1-h3.svg);
  transform: translateY(-50%) translateX(-50%);
  width: 9rem;
  height: 4rem;
  top: -2rem;
  z-index: 5;
}

.sec10-box h3::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/images/zai-new/pokeko-zenshin08.svg);
  transform: translateY(-50%) translateX(-50%);
  width: 7rem;
  height: 9rem;
  top: -1rem;
  right: -11rem;
  z-index: 5;
}

.sec10-box h3::before {
  left: 20%;
}

.sec10-box02 h3::before {
  left: 10%;
}

.sec10-box-p {
  margin-bottom: 1rem;
  margin-left: 2rem;
  line-height: 1.5;
}

.sec10-box-img {
  margin: 2rem 0;
}

.sec10-box-p2 {
  margin-bottom: .5rem;
  line-height: 1;
  font-variation-settings: "wght"500;
}

.sec10-box-inbox {
  border-radius: 2rem;
  background-color: #ffc;
  padding: 2rem 2rem 2rem 1.5rem;
  margin-bottom: 1rem;
}

.sec10-box-inbox dl dt {
  position: relative;
  padding: .5rem 0;
  margin-left: 3rem;
  border-bottom: 1px dashed #404040;
  font-size: 1.1rem;
  font-variation-settings: "wght"700;
  margin-bottom: .5rem;
}

.sec10-box-inbox dl dt::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  z-index: 5;
}

.sec10-box-inbox dl dd {
  margin-left: 1rem;
  line-height: 1.5;
  font-size: 1.095rem;
}

.sec10-box-inbox-dt01::before {
  background-image: url(/assets/images/zai-new/calendar.svg);
  width: 2.5rem;
  height: 3rem;
  top: 50%;
  left: -1.5rem;
}

.sec10-box-inbox-dt02::before {
  background-image: url(/assets/images/zai-new/id-image-icon.svg);
  width: 2.5rem;
  height: 3rem;
  top: 50%;
  left: -1.5rem;
}

.sec10-box-inbox-dt03::before {
  background-image: url(/assets/images/zai-new/cp-icon.svg);
  width: 3.5rem;
  height: 3rem;
  top: 1rem;
  left: -2rem;
}

.col-red {
  color: #FF7876;
}

.sec10-box-inbox-ul {
  padding-left: 1rem;
  margin-bottom: 0;
}

.sec10-box-inbox-ul li {
  list-style: disc;
  font-size: 1rem;
}

.sec10-box-dl {
  margin: 0 0 1rem;
}

.sec10-box-dl dt {
  margin: 0 0 1rem 2rem;
  font-variation-settings: "wght"700;
  font-size: 1.095rem;
  line-height: 1.5;
  position: relative;
}

.sec10-box-dl dt::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/pokeko-zenshin07.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 7rem;
  height: 9rem;
  top: 0;
  right: -3rem;
  z-index: 5;
}

.sec10-box-dl dd {
  margin-left: 2rem;
  line-height: 2;
  font-size: 1.095rem;
  margin-right: 1rem;
  padding-top: .5rem;
  border-top: 1px solid #404040;
}

.sec10-box-inbox-dd p {
  font-size: 0.8rem;
  margin-bottom: -.5rem;
}

/******************口コミ***********************************************************/

.sec11-h2 {
  display: inline-block;
  margin: 1rem 2rem 1rem 2rem;
  border-bottom: 1px dashed;
  padding-bottom: 1rem;
  font-size: 1.35rem;
  position: relative;
  white-space: nowrap
}

.sec11-h2-p {
  margin: 0 2rem 1rem 2rem;
}


.sec11-h2::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/sec11-kuchikomi-icon.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 4rem;
  height: 4rem;
  top: -5%;
  right: -15%;
  z-index: 5;
}

.sec11-cast-box {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.sec11-cast-box-img {
  width: 20%;
  margin-right: 1rem;
}

.sec11-cast {
  width: 79%;
}

.sec11-cast-box .sec11-cast dl {
  margin-bottom: 0;
}

.sec11-cast-box .sec11-cast dl dt {
  font-variation-settings: "wght"700;
  margin-bottom: .5rem;
}

.sec11-cast-box .sec11-cast dl dd {
  margin-left: 0;
  margin-bottom: .5rem;
  border-bottom: 1px dashed #40403E;
  padding-bottom: .5rem;
  letter-spacing: -.1px;
}

.sec11-cast-box .sec11-cast p {
  font-size: 1.095rem;
}

.sec11-cast-box .sec11-cast p span {
  font-family: "Open Sans";
  font-variation-settings: "wght"700;
  font-size: 1.4rem;
  color: #FF7876;
  padding-right: .1rem;
  border: 1px solid #404040;
  padding: 0 .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

/***********************ポケワの良いとこもっと詳しく******************************************/

.sec12-card-l,
.sec12-card-r {
  border: 1px solid #404040;
  position: relative;
  margin-bottom: 4rem;
  background-color: #F5F5F5;
}

.sec12-card-l {
  padding: 4rem 4rem 4rem 3rem;
  ;
  border-radius: 2rem 0 0 2rem;
  margin-left: 1.5rem;
  right: -1px;
}

.sec12-card-r {
  padding: 4rem 3rem 4rem 3.5rem;
  ;
  border-radius: 0 2rem 2rem 0;
  margin-right: 1.5rem;
  left: -1px;
}

.sec12-card-l h3,
.sec12-card-r h3 {
  margin: 1rem 0 2rem;
  padding-top: 2rem;
  position: relative;
  font-size: 1.35rem;
  font-variation-settings: "wght"500;
  line-height: 1.5;
}

.sec12-card-l h3::before,
.sec12-card-r h3::before {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  top: 0rem;
  left: 5rem;
  z-index: 5;
  background-color: #FF7876;
  padding: .3rem 1rem;
  font-size: .8rem;
  color: #fff;
  font-variation-settings: "wght"300;
}

.sec12-card-h3-1::before {
  content: "オススメの理由-その1";
}

.sec12-card-h3-2::before {
  content: "オススメの理由-その2";
}

.sec12-card-h3-3::before {
  content: "オススメの理由-その3";
}

.sec12-card-h3-4::before {
  content: "オススメの理由-その4";
}

.sec12-card-l .sec12-card-img,
.sec12-card-r .sec12-card-img {
  margin: 0 1rem 2rem;
}

.sec12-card-ul li {
  border: 1px dashed #404040;
  border-radius: 1rem;
  padding: .5rem 1rem;
  font-variation-settings: "wght"500;
  font-size: .9rem;
  margin-bottom: 1rem;
}

.sec12-card-ul li span {
  color: #FF0000;
}

.sec12-card-h4-flex {
  display: flex;
  margin-bottom: 3rem;
}

.sec12-card-h4-img {
  width: 25%;
}

.sec12-card-h4-box {
  width: 74%;
}

.sec12-card-h4-box h4 {
  font-variation-settings: "wght"500;
  border-bottom: 1px dashed #404040;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
}

.mg-r1 {
  margin-right: 1rem;
}

.mg-l1 {
  margin-left: 1rem;
}

/***************************働く女性を応援します。 ***********************************/
.sec13-h2 {
  display: inline-block;
  margin: 1rem 4rem 1rem 4rem;
  border-bottom: 1px dashed;
  padding-bottom: 1rem;
  font-size: 1.35rem;
  position: relative;
  letter-spacing: 3px;
  white-space: nowrap
}

.sec13-h2::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/pokeko-zenshin02.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 4rem;
  height: 6rem;
  top: 35%;
  right: -30%;
  z-index: 5;
}

.sec13-p-bg {
  display: block;
  background-size: contain;
  background-image: url(/assets/images/zai-new/chp11-p-bg.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 2rem 3.5rem;
  aspect-ratio: 131 / 163;
}

.sec13-p-bg p {
  margin-bottom: 1rem;
}

.sec13-h2-img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.sec13-h2-img img {
  border-radius: 2rem;
}

/****************他にもあるお得なコンテンツ******************************************/

.sec14-h2 {
  display: inline-block;
  margin: 1rem 4rem 1rem 4rem;
  border-bottom: 1px dashed;
  padding-bottom: 1rem;
  font-size: 1.35rem;
  position: relative;
  letter-spacing: 3px;
}

.sec14-h2::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/pokeko-zenshin03.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 4rem;
  height: 6rem;
  top: 55%;
  right: -40%;
  z-index: 5;
}

.sec14-bana-box {
  border-radius: 2rem;
  width: 42%;
  height: 11.5rem;
  margin: .5rem .5rem 2rem;
  color: #404040;
  background-color: #fafafa;
}

.sec14-bana-box>div img {
  border-radius: .3rem;
  object-fit: cover;
  height: 8rem;
}

.sec14-disp-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 3rem;
}

.sec14-disp-box p {
  line-height: 1.2;
  position: relative;
  padding-left: .6rem;
  padding-top: .6rem;
  letter-spacing: -1px;
  font-variation-settings: "wght"700;
  font-size: .9rem;
}

.sec14-disp-box p::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/zai-new/tri-icon.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 1rem;
  height: 1rem;
  top: 70%;
  left: .1rem;
}