body.follower06 .mv_bg_wrap {
  background-color: #F2FAFF;
  position: relative;
  margin-bottom: 50px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  body.follower06 .mv_bg_wrap {
    padding: 0 22px;
  }
}
body.follower06 .mv_bg_wrap .mv_wrap {
  padding-top: 36px;
  max-width: 1062px;
  margin-inline: auto;
  height: 275px;
}
body.follower06 .mv_bg_wrap .mv_wrap p {
  font-size: 1.625rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body.follower06 .mv_bg_wrap .mv_wrap p {
    margin-bottom: 10px;
  }
}
body.follower06 .mv_bg_wrap .mv_wrap .blue-label {
  background-color: #0081CC;
  color: #fff;
  font-size: 1.25rem;
  padding: 4px 13px;
  margin-right: 12px;
  border-radius: 4px;
}
body.follower06 .mv_bg_wrap .mv_wrap .img_mv {
  position: absolute;
  right: 20.5%;
  bottom: 0;
  width: 450px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  body.follower06 .mv_bg_wrap .mv_wrap .img_mv {
    right: -13%;
    width: 76%;
  }
}
body.follower06 .mv_bg_wrap .mv_wrap h1 {
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  body.follower06 .mv_bg_wrap .mv_wrap h1 {
    font-size: 2rem;
  }
}
body.follower06 .main-wrap {
  letter-spacing: 0.005rem;
}
body.follower06 .main-wrap h2 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #002F7B;
  margin-bottom: 40px;
}
body.follower06 .main-wrap .section01 {
  max-width: 1062px;
  margin-inline: auto;
}
body.follower06 .main-wrap .section01 .top-txt-wrap {
  font-weight: 500;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  body.follower06 .main-wrap .section01 .top-txt-wrap {
    font-size: 0.9375rem;
  }
}
body.follower06 .main-wrap .section01 .top-txt-wrap .top-txt {
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  body.follower06 .main-wrap .section01 {
    padding: 0 22px;
  }
}
body.follower06 .main-wrap .section02 {
  max-width: 1062px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  body.follower06 .main-wrap .section02 h2 {
    font-size: 1.125rem;
  }
}
body.follower06 .main-wrap .section02 figcaption {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.follower06 .main-wrap .section02 figcaption {
    white-space: nowrap;
    font-size: 0.75rem;
  }
}
body.follower06 .main-wrap .section02 .question-side-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media only screen and (max-width: 768px) {
  body.follower06 .main-wrap .section02 .question-side-wrap {
    gap: 10px;
  }
}
body.follower06 .main-wrap .section02 .question-side-wrap .question-side-border {
  border: 1px dotted #9FD664;
  background-color: rgba(159, 214, 100, 0.1);
  font-weight: 500;
  padding: 15px 35px;
  border-radius: 5px;
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 20px;
  position: relative;
}
body.follower06 .main-wrap .section02 .question-side-wrap .question-side-border::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 10px;
  background-image: url(/3470/202509/a/common/img/follower/06/icn_question_01.jpg);
  background-size: 100%;
  width: 15px;
  height: 20px;
}
@media only screen and (max-width: 768px) {
  body.follower06 .main-wrap .section02 .question-side-wrap .question-side-border {
    padding: 9px;
    font-size: 1rem;
    font-weight: 400;
  }
}
body.follower06 .main-wrap .section02 .answer-side-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 18px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  body.follower06 .main-wrap .section02 .answer-side-wrap img {
    width: 60px;
  }
}
body.follower06 .main-wrap .section02 .answer-side-wrap .answer-side-border {
  background: #ebf6ff;
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 675px;
  padding: 15px 27px;
  border-radius: 5px;
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
body.follower06 .main-wrap .section02 .answer-side-wrap .answer-side-border::before {
  content: "";
  position: absolute;
  right: -14px;
  top: 10px;
  background-image: url(/3470/202509/a/common/img/follower/06/icon_answer_01.jpg);
  background-size: 100%;
  width: 15px;
  height: 20px;
}
@media only screen and (max-width: 768px) {
  body.follower06 .main-wrap .section02 .answer-side-wrap .answer-side-border {
    width: 79%;
    padding: 12px;
  }
  body.follower06 .main-wrap .section02 .answer-side-wrap .answer-side-border figure img {
    width: 60px;
  }
}
@media only screen and (max-width: 768px) {
  body.follower06 .main-wrap .section02 {
    padding: 0 12px;
  }
}
body.follower06 .main-wrap .section03 {
  background-color: #F0F0F0;
  padding: 40px 0;
}
body.follower06 .main-wrap .section03 .graph-area-wrap {
  max-width: 1062px;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  body.follower06 .main-wrap .section03 .graph-area-wrap .graph-area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  body.follower06 .main-wrap .section03 .graph-area-wrap .graph-area .bar-graph-wrap {
    margin: 40px 0;
    grid-column: -4/-2;
  }
}
@media only screen and (max-width: 768px) {
  body.follower06 .main-wrap .section03 .graph-area-wrap .graph-area .bar-graph-wrap {
    margin-top: 15px;
  }
  body.follower06 .main-wrap .section03 .graph-area-wrap .graph-area .graph-wrap {
    margin-top: 15px;
  }
  body.follower06 .main-wrap .section03 .graph-area-wrap .graph-area .graph-wrap img {
    margin-inline: auto;
  }
}
body.follower06 .main-wrap .section03 .graph-area-wrap .graph-ttl {
  font-size: 1.125rem;
  color: #0081CC;
  font-weight: 400;
  border-bottom: 1px solid #0081CC;
  display: block;
}
@media only screen and (max-width: 768px) {
  body.follower06 .main-wrap .section03 .graph-area-wrap .graph-ttl {
    font-size: 0.9375rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  body.follower06 .main-wrap .section03 .graph-area-wrap {
    padding: 0 22px;
  }
  body.follower06 .main-wrap .section03 .graph-area-wrap h2 {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
body.follower06 .follower06__label-index {
  background-color: #fff;
  border: 0.0625rem solid #0081CC;
  border-radius: 0.375rem;
  color: #0081CC;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
  vertical-align: bottom;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  body.follower06 .follower06__label-index {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-bottom: 1.25rem;
    min-width: 15rem;
    padding: 0.375rem 1.6875rem;
  }
}
@media only screen and (max-width: 768px) {
  body.follower06 .follower06__label-index {
    font-size: 0.9375rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
    min-width: 12.5rem;
    padding: 0.375rem 1.25rem;
  }
}
@media print, screen and (min-width: 769px) {
  body.follower06 .follower06__label-index__wrap {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  body.follower06 .follower06__label-index__wrap {
    margin-bottom: 0.75rem;
  }
}
body.follower06 .follower06__label-index__wrap > .follower06__label-index {
  margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
  body.follower06 * + .follower06__label-index, body.follower06 * + .follower06__label-index__wrap {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  body.follower06 * + .follower06__label-index, body.follower06 * + .follower06__label-index__wrap {
    margin-top: 1.25rem;
  }
}
body.follower06 .section01 .bd-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #0081cc;
  padding: 28px 0;
  gap: 180px;
}
@media only screen and (max-width: 768px) {
  body.follower06 .section01 .bd-box {
    margin-top: 20px;
    padding: 18px 30px;
    gap: 30px;
  }
}
body.follower06 .section01 .bd-box__inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  body.follower06 .section01 .bd-box__inn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
body.follower06 .section01 .bd-box .label {
  color: #0081cc;
  letter-spacing: 0.03em;
}
body.follower06 .section01 .bd-box .data {
  font-size: 1.25rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  body.follower06 .section01 .bd-box .data {
    font-size: 0.875rem;
  }
}
body.follower06 .section01 .bd-box .num {
  display: inline-block;
  margin-right: 5px;
  font-size: 2.25rem;
}
@media only screen and (max-width: 768px) {
  body.follower06 .section01 .bd-box .num {
    font-size: 1.875rem;
  }
}
body.follower06 .section02 .arr-list li {
  position: relative;
  padding-left: 15px;
  letter-spacing: 0.06em;
}
body.follower06 .section02 .arr-list li + li {
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  body.follower06 .section02 .arr-list li {
    letter-spacing: 0.02em;
    padding-left: 12px;
  }
}
body.follower06 .section02 .arr-list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #1976d2;
}
@media only screen and (max-width: 768px) {
  body.follower06 .section02 .arr-list li::before {
    top: 8px;
    border-width: 4px 0 4px 7px;
  }
}
body.follower06 .section03 .follower06__label-index {
  margin-top: 30px;
}
body.follower06 .section03__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  font-size: 1.125rem;
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  body.follower06 .section03__flex .col:first-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  body.follower06 .section03__flex {
    font-size: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
body.follower06 .section03__graph-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 72px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 72px;
}
@media only screen and (max-width: 768px) {
  body.follower06 .section03__graph-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
body.follower06 .section03__graph-grid .ttl {
  padding-bottom: 8px;
  color: #0081cc;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #0081cc;
}
@media only screen and (max-width: 768px) {
  body.follower06 .section03__graph-grid .ttl {
    font-size: 0.9375rem;
    padding-bottom: 4px;
  }
}
body.follower06 .section03__graph-grid .graph {
  margin-top: 10px;
}
body.follower06 .section03__graph-grid .notes {
  margin-top: 20px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  body.follower06 .section03__graph-grid .notes {
    margin-top: 10px;
    font-size: 0.625rem;
  }
}
body.follower06 .section04 {
  padding: 88px 0 100px;
  background: url(/3470/202509/a/common/img/follower/06/img_section04_bg.jpg) no-repeat center top/cover;
}
@media only screen and (max-width: 768px) {
  body.follower06 .section04 {
    padding: 30px 1.3125rem 56px;
  }
}
body.follower06 .section04__index {
  margin-bottom: 58px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.follower06 .section04__index {
    margin-bottom: 30px;
  }
}
body.follower06 .section04__index picture {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
body.follower06 .section04__index::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: #fff3d8;
  opacity: 0.96;
  mix-blend-mode: multiply;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  body.follower06 .section04__index::before {
    bottom: 0;
    height: 12px;
  }
}
body.follower06 .section04__txt {
  letter-spacing: 0;
}
body.follower06 .section04__txt + .section04__txt {
  margin-top: 16px;
  letter-spacing: 0.02em;
}
body.follower06 .section04__spot-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 72px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 72px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 72px;
  grid-row-gap: 72px;
}
body.follower06 .section04__spot-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
body.follower06 .section04__spot-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
body.follower06 .section04__spot-grid > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
body.follower06 .section04__spot-grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 768px) {
  body.follower06 .section04__spot-grid {
    padding: 0 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 45px;
  }
  body.follower06 .section04__spot-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
body.follower06 .section04__spot-grid .spot {
  position: relative;
}
body.follower06 .section04__spot-grid .spot .spot__inn {
  position: relative;
  background: url(/3470/202509/a/common/img/follower/06/img_section04_bg_spot.png) no-repeat left top/495px auto;
  padding: 20px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  body.follower06 .section04__spot-grid .spot .spot__inn {
    background: url(/3470/202509/a/common/img/follower/06/img_section04_bg_spot_sp.png) no-repeat left top/100% 100%;
    padding: 1.25rem;
  }
}
body.follower06 .section04__spot-grid .spot::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  background: url(/3470/202509/a/common/img/follower/06/img_section04_bg_spot_shadow.png) no-repeat left top/495px auto;
  mix-blend-mode: multiply;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  body.follower06 .section04__spot-grid .spot::before {
    background: url(/3470/202509/a/common/img/follower/06/img_section04_bg_spot_shadow_sp.png) no-repeat left top/100% 100%;
  }
}
body.follower06 .section04__spot-grid .spot-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -25px;
  left: -25px;
  width: 146px;
  height: 146px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  background: url(/3470/202509/a/common/img/follower/06/img_section04_bg_spot_name.png) no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  body.follower06 .section04__spot-grid .spot-name {
    width: 108px;
    height: 108px;
    left: -15px;
    font-size: 0.875rem;
  }
}
body.follower06 .section04__spot-grid .txt {
  margin-top: 8px;
  letter-spacing: 0.008em;
}
@media only screen and (max-width: 768px) {
  body.follower06 .section04__spot-grid .txt {
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
  }
}
body.follower06 * + .section04__index {
  margin-top: 85px;
}
@media print, screen and (min-width: 769px) {
  body.follower06 * + .--mt-l {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  body.follower06 * + .--mt-l {
    margin-top: 1.25rem;
  }
}
@media print, screen and (min-width: 769px) {
  body.follower06 * + .--mt-m {
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width: 768px) {
  body.follower06 * + .--mt-m {
    margin-top: 0.9375rem;
  }
}
@media print, screen and (min-width: 769px) {
  body.follower06 * + .--mt {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  body.follower06 * + .--mt {
    margin-top: 0.625rem;
  }
}
body.follower06 * + .--mt-s {
  margin-top: 0.5rem;
}

@media print, screen and (min-width: 769px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
  .inner-picture.col2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
  .inner-picture.col2 .content-wrap.col2 {
    width: 76%;
  }
}
@media only screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  body.follower06 .back-ground-inside .txt-wrap {
    max-width: 100%;
    padding: 0 21px;
  }
  body.follower06 .main-wrap .flx-wrap {
    max-width: 100%;
    padding: 0 21px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 16px;
  }
  body.follower06 .main-wrap .flx-wrap > img {
    padding-top: 4px;
  }
  body.follower06 .main-wrap .wrap-title {
    margin: 0 21px;
    margin-top: 24px;
  }
  body.follower06 .back-ground-inside .txt-wrap h2 {
    font-size: 24px;
    font-weight: 600;
  }
  body.follower06 .main-wrap .wrap-title h3 {
    font-size: 16px;
  }
  body.follower06 .back-ground-inside .txt-wrap p {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    letter-spacing: -0.01em;
  }
  body.follower06 .main-wrap .inner-picture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}