html {
  font-size: 6.51vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 13.021vw;
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0;
  box-sizing: border-box;
  list-style: none;
}
::after,
::before {
  box-sizing: border-box;
}
img,
video {
  font-size: 0;
  line-height: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
picture {
  display: block;
}
body {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic,
    "Yu Gothic medium", sans-serif;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  font-size: 0.18rem;
  line-height: 1.76;
  letter-spacing: 0.04em;
  color: #222;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.24rem;
  }
}
small {
  font-weight: 400;
  font-size: 88%;
  letter-spacing: 0.04em;
}
strong {
  font-weight: bolder;
}
a {
  color: currentColor;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.ff_default {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", YuGothic,
    "Yu Gothic medium", sans-serif;
}
.ff_zen {
  font-family: "Zen Kaku Gothic New", Helvetica, Arial, "Hiragino Sans",
    YuGothic, "Yu Gothic medium", sans-serif;
}
.ff_oswald {
  font-family: Oswald, sans-serif;
}
.fw_bold {
  font-weight: bolder;
}
.fw_600 {
  font-weight: 600;
}
.fw_700 {
  font-weight: 700;
}
.fw_900 {
  font-weight: 900;
}
.fw_medium {
  font-weight: 500;
}
.fw_normal {
  font-weight: 400;
}
.fw_300 {
  font-weight: 300;
}
.fs_italic {
  font-style: italic;
}
.blue {
  color: #0da3e3;
}
.pink {
  color: #ff7394;
}
.kenten {
  text-emphasis: dot currentColor;
  -webkit-text-emphasis: filled currentColor;
}
.kenten.kenten_js {
  text-emphasis: none;
  -webkit-text-emphasis: none;
}
.kenten.kenten_js > span {
  padding-top: 0.4em;
  background: radial-gradient(
      0.13em 0.13em at center center,
      currentColor 64%,
      transparent 88%
    )
    repeat-x left top/100% 0.8em;
}
.kenten_pink {
  text-emphasis: dot #f04b86;
  -webkit-text-emphasis: filled #f04b86;
}
.kenten_pink.kenten_js {
  text-emphasis: none;
  -webkit-text-emphasis: none;
}
.kenten_pink.kenten_js > span {
  padding-top: 0.4em;
  background: radial-gradient(
      0.13em 0.13em at center center,
      #f04b86 64%,
      transparent 88%
    )
    repeat-x left top/100% 0.8em;
}
.kenten_white {
  text-emphasis: dot #fff;
  -webkit-text-emphasis: filled #fff;
}
.kenten_white.kenten_js {
  text-emphasis: none;
  -webkit-text-emphasis: none;
}
.kenten_white.kenten_js > span {
  padding-top: 0.4em;
  background: radial-gradient(
      0.13em 0.13em at center center,
      #fff 64%,
      transparent 88%
    )
    repeat-x left top/100% 0.8em;
}
.aligncenter {
  text-align: center !important;
}
@media screen and (min-width: 769px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp_hide {
    display: none !important;
  }
}
.fukidashi1 {
  text-align: center;
  position: relative;
  display: table;
  margin: auto;
  background: #fff;
  border: solid #222;
  border-width: 0.05rem 0;
  font-weight: 700;
  font-size: 0.26rem;
  font-family: "Zen Kaku Gothic New", Helvetica, Arial, "Hiragino Sans",
    YuGothic, "Yu Gothic medium", sans-serif;
  line-height: 1.44;
  padding: 0.1rem 0.16rem;
}
@media screen and (max-width: 768px) {
  .fukidashi1 {
    font-size: 0.3rem;
    border-width: 0.06rem 0;
  }
}
.fukidashi1::after,
.fukidashi1::before {
  content: "";
  background: url(../images/img_analy-deco_2.svg) no-repeat right center/auto
    100%;
  position: absolute;
  top: 0;
  height: 100%;
  width: 0.24rem;
}
.fukidashi1::before {
  right: 100%;
  margin-right: -1px;
}
.fukidashi1::after {
  left: 100%;
  transform: scaleX(-1);
  margin-left: -1px;
}
.fukidashi1_span::after {
  content: "";
  background: url(../images/img_analy-deco_1.svg) no-repeat center top/contain;
  width: 100%;
  height: 0.25rem;
  position: absolute;
  left: 0;
  top: 100%;
}
@media screen and (max-width: 768px) {
  .fukidashi1_span::after {
    height: 0.31rem;
  }
}
@-moz-document url-prefix() {
  .fukidashi1_span::after {
    margin-top: -0.05rem;
  }
}
.analy-cta {
  background: linear-gradient(#33c7f5, #f6d14e);
  padding: 0.4rem 0;
}
.analy-cta_header {
  text-align: center;
}
.analy-cta_header h2 {
  width: min(6.965rem, 100%);
  margin: auto;
}
.analy-cta_header p {
  font-size: 0.24rem;
  margin-top: 0.46rem;
}
@media screen and (max-width: 768px) {
  .analy-cta_header p {
    margin-top: -0.46rem;
  }
}
.analy-cta_header h3 {
  color: #fff;
  font-size: 0.32rem;
  line-height: 1.52;
  margin: 0.16rem 0;
  text-shadow: 0 0.03rem 0.05rem rgba(0, 0, 0, 0.56);
}
@media screen and (max-width: 768px) {
  .analy-cta_header h3 {
    font-size: 0.38rem;
  }
}
.analy-cta_header h3 .span1 {
  display: block;
  font-size: 128%;
}
.analy-cta_youtube {
  width: min(6.96rem, 90%);
  height: 3.915rem;
  margin: 0.32rem auto;
}
.analy-cta_youtube iframe {
  width: 100%;
  height: 100%;
}
.analy-cta_offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  border: solid #fff;
  border-width: 0 0.06rem;
  width: min(6.96rem, 90%);
  margin: 0.64rem auto;
  position: relative;
  text-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .analy-cta_offer {
    margin: 0.8rem auto;
  }
}
.analy-cta_offer::after,
.analy-cta_offer::before {
  content: "";
  background: url(../images/img_analy-frame_1.svg) no-repeat center top/100%
    100%;
  width: 100%;
  height: 0.24rem;
  position: absolute;
  left: 50%;
}
.analy-cta_offer::before {
  bottom: 100%;
  transform: translateX(-50%);
}
.analy-cta_offer::after {
  top: 100%;
  transform: translateX(-50%) scaleY(-1);
}
.analy-cta_offer h3 {
  font-size: 0.26rem;
  line-height: 1.2;
  text-align: center;
  margin: 0.4em 0;
}
@media screen and (max-width: 768px) {
  .analy-cta_offer h3 {
    font-size: 0.3rem;
  }
}
.analy-cta_offer h3 .span1 {
  font-size: 152%;
}
.analy-cta_offer ol {
  font-size: 0.2rem;
  margin: 0.64em 0;
  counter-reset: num;
}
@media screen and (max-width: 768px) {
  .analy-cta_offer ol {
    font-size: 0.24rem;
  }
}
.analy-cta_offer ol li {
  position: relative;
  padding-left: 2em;
}
.analy-cta_offer ol li::before {
  content: counter(num, decimal-leading-zero) ".";
  counter-increment: num;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.analy-cta_btn {
  width: min(5.8rem, 90%);
  margin: 0.16rem auto;
}
@media screen and (max-width: 768px) {
  .analy-cta_btn {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .analy-cta_btn a {
    transition: 0.4s;
  }
  .analy-cta_btn a:hover {
    opacity: 0.8;
  }
}
.analy-cta_feature {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.analy-cta_feature_header {
  text-align: center;
}
.analy-cta_feature_header p {
  font-size: 0.32rem;
  padding-left: 1.6em;
  padding-right: 1.6em;
}
.analy-cta_feature_header h2 {
  font-size: 0.48rem;
  line-height: 1.28;
  letter-spacing: 0.064em;
  text-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.24);
  color: #fff;
  margin-top: 0.8em;
}
.analy-cta_feature_header h2 .span1 {
  font-size: 68%;
}
.analy-cta_feature picture {
  width: min(6.96rem, 90%);
  margin: 0.64rem auto 0.16rem;
}
.analy-cta_feature_footer {
  font-size: 0.36rem;
  line-height: 1.44;
}
@media screen and (max-width: 768px) {
  .analy-cta_feature_footer {
    width: 80%;
    margin: 0.32em auto;
  }
}
.analy-footer {
  margin-top: auto;
}
.analy-footer_links {
  background: url(../images/img_analy-footer_links_1.png) no-repeat center top;
  background-size: cover;
  height: 4.24rem;
  padding: 0.9rem 0 0 3.68rem;
}
@media screen and (max-width: 768px) {
  .analy-footer_links {
    background: url(../images/img_analy-footer_links_1_sp.png) no-repeat center
      top;
    background-size: cover;
    height: 4.2rem;
    padding: 0.52rem 0 0 0.5rem;
  }
}
.analy-footer_links ul {
  font-size: 0.2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .analy-footer_links ul {
    font-size: 0.24rem;
  }
}
.analy-footer_links a {
  color: #fff;
  text-decoration: none;
}
.analy-footer_links a:hover {
  text-decoration: underline;
}
.analy-footer_copy {
  background: #f6d14e;
  padding: 1em 0;
  text-align: center;
  font-size: 0.16rem;
}
.analy-footer_copy small {
  display: block;
  font-size: 100%;
}
.analy-fv {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0.4rem 0;
}
@media screen and (max-width: 768px) {
  .analy-fv {
    padding-bottom: 3.76rem;
  }
}
.analy-fv_header {
  width: min(8rem, 100%);
  margin: auto;
}
.analy-fv_header p {
  width: min(3.8rem, 100%);
}
@media screen and (max-width: 768px) {
  .analy-fv_header p {
    margin: 0 auto 0.48rem;
  }
}
.analy-fv_header h1 {
  width: min(6.39rem, 100%);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .analy-fv_header h1 {
    margin: auto;
  }
}
.analy-fv_header h1::before {
  content: "";
  background: url(../images/img_analy-fv_deco_1.svg) no-repeat center/contain;
  width: 8.95rem;
  height: 2.97rem;
  position: absolute;
  z-index: -1;
  left: -0.8rem;
  top: -0.6rem;
}
.analy-fv_text {
  width: min(8rem, 80%);
  margin: 0.32rem auto;
  font-size: 0.24rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .analy-fv_text {
    font-size: 0.28rem;
    margin-top: 0.64rem;
  }
}
.analy-fv_illust {
  position: absolute;
  z-index: -1;
  right: -0.32rem;
  bottom: 0;
  width: min(7.68rem, 100%);
}
@media screen and (max-width: 768px) {
  .analy-fv_illust {
    right: 0;
  }
}
.analy-fv_illust::before {
  content: "";
  background: url(../images/img_analy-fv_deco_2.svg) no-repeat left bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -0.32rem;
}
@media screen and (max-width: 768px) {
  .analy-fv_illust::before {
    bottom: -0.12rem;
  }
}
.analy-sec02 {
  overflow: hidden;
}
.analy-sec02_content {
  position: relative;
  padding-bottom: 0.8rem;
}
.analy-sec02_content::after,
.analy-sec02_content::before {
  content: "";
  background: url(../images/img_analy-bg_1.png) no-repeat left top/10rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .analy-sec02_content::before {
    top: 5.12rem;
  }
}
.analy-sec02_content::after {
  transform: scale(-1, -1);
}
.analy-sec02_content_header picture {
  position: relative;
  width: min(7.68rem, 100%);
  margin: 0 auto 0.4rem;
  overflow: hidden;
}
.analy-sec02_content_header picture::after {
  content: "";
  background: url(../images/img_analy-sec02_deco_1.svg) no-repeat center
    bottom/100%;
  position: absolute;
  left: 0;
  top: -0.12rem;
  width: 100%;
  height: 100%;
  transform: scale(-1, -1);
}
.analy-sec02_content_header_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.analy-sec02_content_header_title figure {
  width: min(3.44rem, 100%);
  margin: 0.32rem 0.12rem;
}
@media screen and (max-width: 768px) {
  .analy-sec02_content_header_title figure {
    width: min(4rem, 100%);
  }
}
.analy-sec02_content_header_title h2 {
  font-size: 0.36rem;
  line-height: 1.52;
  text-align: center;
  margin: 0.32rem 0.12rem;
}
@media screen and (max-width: 768px) {
  .analy-sec02_content_header_title h2 {
    font-size: 0.4rem;
  }
}
.analy-sec02_content_member {
  width: min(6.96rem, 90%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  padding: 0.32rem 0;
}
.analy-sec02_content_member_list {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .analy-sec02_content_member_list {
    margin-bottom: 0.4rem;
  }
}
.analy-sec02_content_member_list picture {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto 0.24rem;
}
.analy-sec02_content_member_list_content {
  font-size: 0.2rem;
}
.analy-sec02_content_member_list_content h3 {
  text-align: center;
  font-size: 0.36rem;
  position: relative;
  padding-bottom: 0.12rem;
  white-space: nowrap;
}
.analy-sec02_content_member_list_content h3::after,
.analy-sec02_content_member_list_content h3::before {
  content: "";
  border-radius: 16em;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
}
.analy-sec02_content_member_list_content h3::before {
  width: 25%;
  left: 0;
  background: linear-gradient(90deg, #ff7394, #f6d14e);
}
.analy-sec02_content_member_list_content h3::after {
  width: 73%;
  right: 0;
  background: #f6d14e;
}
.analy-sec02_content_member_list_content h3 .span1 {
  font-size: 95%;
}
.analy-sec02_content_member_list_content dl {
  line-height: 1.44;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin: 0.8em 0;
}
.analy-sec02_content_member_list_content dd {
  font-size: 120%;
  margin-left: 0.64em;
}
.analy-sec02_content_member_list_content dd .span1 {
  font-size: 208%;
}
@media screen and (max-width: 768px) {
  .analy-sec02_content_member_list_content p {
    font-size: 0.24rem;
  }
}
.analy-sec02_content_member_list.list1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.analy-sec02_content_member_list.list1 picture {
  width: 3rem;
  margin: 0;
}
.analy-sec02_content_member_list.list1
  .analy-sec02_content_member_list_content {
  width: 50%;
}
.analy-sec02_content_member_list.list2 picture,
.analy-sec02_content_member_list.list3 picture {
  width: 2.5rem;
  height: 3.3rem;
}
.analy-sec02_content_member_list.list2 h3::before {
  background: linear-gradient(90deg, #f6d14e, #33c7f5);
}
.analy-sec02_content_member_list.list2 h3::after {
  background: #33c7f5;
}
.analy-sec02_content_member_list.list3 h3::before {
  background: linear-gradient(90deg, #33c7f5, #ff7394);
}
.analy-sec02_content_member_list.list3 h3::after {
  background: #ff7394;
}
.analy-sec02_content_member_list.list4,
.analy-sec02_content_member_list.list5 {
  margin-top: 0.24rem;
}
.analy-sec02_content_member_list.list4 picture,
.analy-sec02_content_member_list.list5 picture {
  height: 3.26rem;
}
.analy-sec02_content_member_list.list4 picture {
  width: 3.12rem;
}
.analy-sec02_content_member_list.list5 picture {
  width: 2.71rem;
}
.analy-sec02_content_member_list.list5 h3::before {
  background: linear-gradient(90deg, #ff7394, #4edeab);
}
.analy-sec02_content_member_list.list5 h3::after {
  background: #4edeab;
}
.analy-sec02_footer {
  text-align: center;
  position: relative;
  background: #f7d14e url(../images/img_analy-sec02_deco_2.png) no-repeat center
    bottom/15.36rem;
  padding: 0.56rem 0;
}
.analy-sec02_footer::before {
  content: "";
  background: url(../images/img_analy-sec02_deco_1.svg) repeat-x left top/auto
    100%;
  width: 100%;
  height: 0.7rem;
  position: absolute;
  left: 0;
  top: -0.58rem;
}
.analy-sec02_footer h3 {
  color: #fff;
  font-size: 0.54rem;
  text-shadow: 0 0.03rem 0.05rem rgba(0, 0, 0, 0.56);
}
.analy-sec02_footer h3 .span1 {
  font-size: 240%;
  display: inline-block;
  line-height: 1.36;
  vertical-align: -0.1em;
  margin: 0 0.064em;
}
.analy-sec02_footer p.text2 {
  font-size: 0.3rem;
  line-height: 1.52;
}
.analy-sec02_footer p.text2 .span1 {
  border-bottom: 0.05rem solid #fff;
}
.analy-sec02_footer dl {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
  margin-top: 0.32rem;
}
.analy-sec02_footer dt {
  width: 1.6rem;
  height: 1.6rem;
  font-size: 0.3rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.28;
  box-shadow: 0 0.03rem 0.05rem rgba(0, 0, 0, 0.56);
  padding-bottom: 0.2em;
}
.analy-sec02_footer dt .span1 {
  display: block;
  transform: rotate(-10deg);
}
.analy-sec02_footer dt .span2 {
  font-size: 152%;
}
.analy-sec02_footer dd {
  font-size: 0.4rem;
  margin-left: 0.4em;
}
.analy-sec03 {
  background: url(../images/img_analy-sec03_bg_1.png) no-repeat center/cover;
  text-align: center;
  padding: 0.56rem 0;
}
@media screen and (max-width: 768px) {
  .analy-sec03 {
    background-image: url(../images/img_analy-sec03_bg_sp_1.png);
    padding: 0.96rem 0;
  }
}
.analy-sec03_header h2 {
  font-size: 0.36rem;
  line-height: 1.52;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .analy-sec03_header h2 {
    font-size: 0.4rem;
  }
}
.analy-sec03_content {
  width: min(11rem, 90%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.24rem auto;
}
.analy-sec03_content dl {
  width: min(5.38rem, 100%);
  box-shadow: 0 0.03rem 0.08rem rgba(0, 0, 0, 0.24);
  margin: 0.4rem 0;
  background: #fff;
  padding-bottom: 0.16rem;
}
@media screen and (max-width: 768px) {
  .analy-sec03_content dl {
    width: 100%;
  }
}
.analy-sec03_content dd {
  font-size: 0.22rem;
  line-height: 1.52;
  margin: 1em 0;
}
@media screen and (max-width: 768px) {
  .analy-sec03_content dd {
    font-size: 0.3rem;
  }
}
.analy-sec03_content dd img {
  width: 28%;
}
.analy-sec03_footer {
  font-size: 0.34rem;
  line-height: 1.52;
}
@media screen and (max-width: 768px) {
  .analy-sec03_footer {
    font-size: 0.4rem;
  }
}
.analy-sec04 {
  background: url(../images/img_analy-sec04_deco_1.png) no-repeat center
    top/15.36rem;
  padding: 0.96rem 0;
  overflow: hidden;
}
.analy-sec04_header {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .analy-sec04_header {
    margin-bottom: 1.12rem;
  }
}
.analy-sec04_header h2 {
  font-size: 0.4rem;
  margin-top: 0.8em;
}
.analy-sec04_header h2 .span1 {
  display: inline-flex;
}
.analy-sec04_header h2 .span1::first-letter,
.analy-sec04_header h2 .span1 > span:first-child {
  font-size: 176%;
  padding: 0;
}
.analy-sec04_header h2 .span1 > span {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 0.1em;
  line-height: 1.12;
  background: 0 0;
}
.analy-sec04_header h2 .span1 > span::before {
  content: "";
  background: #f04b86;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.analy-sec04_point {
  width: min(12rem, 90%);
  margin: 0.88rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.analy-sec04_point_img {
  width: min(5.84rem, 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .analy-sec04_point_img {
    width: 100%;
    margin-bottom: 0.48rem;
  }
}
.analy-sec04_point_img::after,
.analy-sec04_point_img::before {
  content: "";
  position: absolute;
  width: 100%;
}
.analy-sec04_point_img::before {
  background: url(../images/img_analy-sec04_deco_3.svg) no-repeat left
    top/contain;
  height: 0.78rem;
  left: -0.16rem;
  top: -0.32rem;
}
@media screen and (max-width: 768px) {
  .analy-sec04_point_img::before {
    height: 0.94rem;
    left: -0.2rem;
    top: -0.4rem;
  }
}
.analy-sec04_point_img::after {
  background: url(../images/img_analy-sec04_deco_4.svg) no-repeat right
    bottom/contain;
  height: 0.44rem;
  right: -0.16rem;
  bottom: -0.1rem;
}
@media screen and (max-width: 768px) {
  .analy-sec04_point_img::after {
    height: 0.53rem;
  }
}
.analy-sec04_point_img p {
  position: absolute;
  z-index: 1;
  width: 2.72rem;
  height: 0.64rem;
  left: -0.16rem;
  top: -0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .analy-sec04_point_img p {
    width: 3.2rem;
    height: 0.76rem;
    left: -0.2rem;
    top: -0.24rem;
  }
}
.analy-sec04_point_img p img {
  height: min(0.58rem, 100%);
}
@media screen and (max-width: 768px) {
  .analy-sec04_point_img p img {
    height: min(0.7rem, 100%);
  }
}
.analy-sec04_point_text {
  width: min(5.52rem, 100%);
}
@media screen and (max-width: 768px) {
  .analy-sec04_point_text {
    width: 100%;
  }
}
.analy-sec04_point_text h3 {
  text-align: center;
  font-size: 0.24rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .analy-sec04_point_text h3 {
    font-size: 0.3rem;
  }
}
.analy-sec04_point_text h3 .span1 {
  border-bottom: 1px solid;
}
.analy-sec04_point_text h3 .span2 {
  display: block;
}
.analy-sec04_point_text p {
  margin: 1.6em 0;
}
.analy-sec04_point_text p .span1 {
  display: block;
  text-align: center;
  font-size: 136%;
  line-height: 1.52;
  margin: 1.6em 0;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .analy-sec04_point_text p .span1 {
    font-size: 128%;
  }
}
.analy-sec04_point_flow {
  width: min(11rem, 80%);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.analy-sec04_point_flow::before {
  content: "";
  width: 100%;
  height: 0.7rem;
  background: url(../images/icon_analy-arrow_1.svg) no-repeat center/contain;
  margin: 0.4rem 0 0.32rem;
}
@media screen and (max-width: 768px) {
  .analy-sec04_point_flow::before {
    height: 0.85rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .analy-sec04_point_flow::after {
    content: "";
    background: url(../images/img_analy-sec04_deco_2.png) no-repeat center/100%;
    width: 7.68rem;
    height: 7.25rem;
    position: absolute;
    left: -0.768rem;
    top: 100%;
    transform: translateY(-50%);
    z-index: -1;
  }
}
.analy-sec04_point_flow_img {
  width: min(5.18rem, 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .analy-sec04_point_flow_img {
    width: 100%;
  }
}
.analy-sec04_point_flow_img p {
  background: url(../images/img_analy-deco_4.svg) no-repeat center/contain;
  width: 1.46rem;
  height: 1.46rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -0.32rem;
  top: -0.24rem;
  font-size: 0.2rem;
  line-height: 1.44;
  text-align: center;
  padding: 0.64em 0 0 0.32em;
}
@media screen and (max-width: 768px) {
  .analy-sec04_point_flow_img p {
    width: 1.76rem;
    height: 1.76rem;
    font-size: 0.24rem;
  }
}
.analy-sec04_point_flow_img p::after {
  content: "";
  background: url(../images/img_analy-deco_5.svg) no-repeat center/contain;
  width: 38%;
  height: 16%;
  position: absolute;
  left: 23%;
  top: 16%;
}
.analy-sec04_point_flow_img p .span1 {
  transform: rotate(-9.6deg);
  display: block;
}
.analy-sec04_point_flow_img p .span2 {
  font-size: 88%;
}
.analy-sec04_point_flow_text {
  width: min(4.96rem, 100%);
}
@media screen and (max-width: 768px) {
  .analy-sec04_point_flow_text {
    width: 100%;
  }
}
.analy-sec04_point_flow_text h4 {
  font-size: 0.2rem;
  line-height: 1.52;
}
@media screen and (max-width: 768px) {
  .analy-sec04_point_flow_text h4 {
    font-size: 0.24rem;
    margin-top: 1em;
  }
}
.analy-sec04_point_flow_text p {
  margin: 1.6em 0;
}
@media screen and (max-width: 768px) {
  .analy-sec04_point_flow_text p {
    font-size: 0.22rem;
    margin-top: 0.8em;
  }
}
.analy-sec04_point_flow.flow2::after {
  display: none;
}
.analy-sec04_point.point3 {
  margin-bottom: 0;
}
.analy-sec04_more {
  width: min(12rem, 90%);
  margin: 1.44rem auto 0;
  border-style: solid;
  -o-border-image: linear-gradient(90deg, #33c7f5, #ff7394) 1;
  border-image: linear-gradient(90deg, #33c7f5, #ff7394) 1;
  border-width: 0.04rem;
}
.analy-sec04_more_header {
  position: relative;
  background: linear-gradient(90deg, #33c7f5, #ff7394);
  text-align: center;
  padding: 0.16rem 0;
}
.analy-sec04_more_header p {
  font-size: 0.26rem;
  position: absolute;
  left: 0;
  top: -1.12rem;
  background: url(../images/img_analy-deco_6.png) no-repeat center/contain;
  width: 100%;
  height: 1.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .analy-sec04_more_header p {
    font-size: 0.3rem;
    padding-bottom: 0.12rem;
  }
}
.analy-sec04_more_header h2 {
  color: #fff;
  font-size: 0.3rem;
  line-height: 1.36;
}
@media screen and (max-width: 768px) {
  .analy-sec04_more_header h2 {
    font-size: 0.36rem;
  }
}
.analy-sec04_more_community {
  width: min(5.4rem, 100%);
  border: 0.04rem solid #33c7f5;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .analy-sec04_more_community {
    width: 100%;
    border-width: 0.05rem;
    margin: 0.12rem 0;
  }
}
.analy-sec04_more_community_img {
  position: relative;
}
.analy-sec04_more_community_img img {
  height: 3.28rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .analy-sec04_more_community_img img {
    height: auto;
  }
}
.analy-sec04_more_community_img p {
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/img_analy-sec04_deco_5.svg) no-repeat right
    bottom/auto 100%;
  font-size: 0.2rem;
  padding: 0.12rem 0.56rem 0.12rem 0.16rem;
}
@media screen and (max-width: 768px) {
  .analy-sec04_more_community_img p {
    font-size: 0.26rem;
  }
}
.analy-sec04_more_community_footer {
  background: #effbff;
  line-height: 1.52;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.16rem 0;
  min-height: 0.72rem;
}
.analy-sec04_more_content {
  width: 92%;
  margin: 0.4rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .analy-sec04_more_content {
    margin-top: 0.12rem;
  }
}
.analy-sec04_more_content > p {
  width: 100%;
  text-align: right;
}
.analy-sec04_more_footer {
  width: min(6.26rem, 92%);
  margin: 0 auto 0.4rem;
}
@media screen and (max-width: 768px) {
  .analy-sec04_more_footer {
    margin: 0.48rem auto 0.32rem;
  }
}
.analy-sec04_more_footer h3 {
  font-size: 0.26rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.52;
  margin-bottom: 0.32rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .analy-sec04_more_footer h3 {
    font-size: 0.3rem;
  }
}
.analy-sec04_more_footer h3 .span1 {
  position: relative;
  padding: 0 0.64em;
}
.analy-sec04_more_footer h3 .span1::after,
.analy-sec04_more_footer h3 .span1::before {
  content: "";
  background: #222;
  width: 0.03rem;
  height: 100%;
  position: absolute;
  bottom: 0;
  transform-origin: bottom;
}
.analy-sec04_more_footer h3 .span1::before {
  left: 0;
  transform: rotate(-36deg);
}
.analy-sec04_more_footer h3 .span1::after {
  right: 0;
  transform: rotate(36deg);
}
.analy-sec04_more_footer h3 .span2 {
  font-size: 112%;
  background: #ffe897;
  padding: 0 0.64em;
  margin-top: 0.4em;
}
@media screen and (max-width: 768px) {
  .analy-sec04_more_footer h3 .span2 {
    padding: 0;
    font-size: 120%;
  }
}
.analy-sec04_more_footer .analy-sec04_more_community {
  width: 100%;
  border-color: #ff7394;
}
.analy-sec04_more_footer
  .analy-sec04_more_community
  .analy-sec04_more_community_img
  img {
  height: auto;
}
.analy-sec04_more_footer
  .analy-sec04_more_community
  .analy-sec04_more_community_img
  p {
  background-image: url(../images/img_analy-sec04_deco_6.svg);
}
.analy-sec04_more_footer
  .analy-sec04_more_community
  .analy-sec04_more_community_footer {
  background: #ffebf0;
}
.analy-sec05 {
  background: linear-gradient(#33c7f5, #f6d14e);
  padding: 0.4rem 0;
}
.analy-sec07 {
  padding: 0.56rem 0 1.2rem;
}
.analy-sec07 h2 {
  font-size: 0.32rem;
  line-height: 1.44;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .analy-sec07 h2 {
    font-size: 0.4rem;
    margin-top: 0.8em;
  }
}
.analy-sec07_voice {
  background: #fff;
  border: 0.04rem solid #f6d14e;
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.24);
  padding: 0.24rem;
}
@media screen and (max-width: 768px) {
  .analy-sec07_voice {
    padding: 0.2rem;
  }
}
.analy-sec07_voice_header,
.analy-sec07_voice_text {
  width: min(6.46rem, 96%);
  margin: auto;
}
.analy-sec07_voice_header {
  background: linear-gradient(90deg, #33c7f5, #ff7394);
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.24rem;
}
@media screen and (max-width: 768px) {
  .analy-sec07_voice_header {
    width: 100%;
  }
}
.analy-sec07_voice_header::after {
  content: "";
  background: url(../images/img_analy-deco_7.png) no-repeat left top/contain;
  width: 0.69rem;
  height: 0.55rem;
  position: absolute;
  left: 0.1rem;
  top: -0.02rem;
}
.analy-sec07_voice_header h3 {
  background: #fff;
  width: 50%;
  font-size: 0.26rem;
  line-height: 1.6;
  padding: 0.24rem 0.32rem;
}
.analy-sec07_voice_header figure {
  width: 50%;
  padding-left: 0.08rem;
}
.analy-sec07_voice_text {
  margin-top: 0.24rem;
}
@media screen and (max-width: 768px) {
  .analy-sec07_voice_text {
    width: 80%;
  }
}
.analy-sec07_voice_text h4 {
  font-size: 0.22rem;
  line-height: 1.36;
}
@media screen and (max-width: 768px) {
  .analy-sec07_voice_text h4 {
    font-size: 0.3rem;
  }
}
.analy-sec07_voice_text p {
  margin: 0.8em 0;
}
.analy-sec07 .analy-voice_swiper {
  margin: auto;
  width: min(9rem, 100%);
}
.analy-sec07 .analy-voice_swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.06, 0.43, 0.17, 1);
}
.analy-sec07 .analy-voice_swiper .swiper-slide {
  padding: 0.32rem 0.48rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .analy-sec07 .analy-voice_swiper .swiper-slide {
    padding: 0.4rem 5%;
  }
}
.analy-sec07 .analy-voice_swiper .swiper-pagination {
  line-height: 0;
  bottom: 0 !important;
}
.analy-sec07 .analy-voice_swiper .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.1rem;
  margin: 0 0.05rem !important;
  opacity: 1;
  background: #ccc;
  border-radius: 0;
}
.analy-sec07 .analy-voice_swiper .swiper-pagination-bullet-active {
  background: #ff7394;
}
.analy-sec07 .analy-voice_swiper .swiper-button-next,
.analy-sec07 .analy-voice_swiper .swiper-button-prev {
  background: linear-gradient(135deg, #33c7f5, #ff7394);
  width: 1rem;
  height: 1rem;
  margin: 0;
  top: 60%;
}
@media screen and (max-width: 768px) {
  .analy-sec07 .analy-voice_swiper .swiper-button-next,
  .analy-sec07 .analy-voice_swiper .swiper-button-prev {
    top: 46%;
  }
}
.analy-sec07 .analy-voice_swiper .swiper-button-next::after,
.analy-sec07 .analy-voice_swiper .swiper-button-prev::after {
  display: none;
}
.analy-sec07 .analy-voice_swiper .swiper-button-next::before,
.analy-sec07 .analy-voice_swiper .swiper-button-prev::before {
  content: "";
  background: url(../images/icon_analy-arrow_2.svg) no-repeat center/16%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.analy-sec07 .analy-voice_swiper .swiper-button-prev {
  left: 0;
}
.analy-sec07 .analy-voice_swiper .swiper-button-next {
  right: 0;
}
.analy-sec07 .analy-voice_swiper .swiper-button-next::before {
  transform: scaleX(-1);
}
.analy-sec08 {
  position: relative;
  background: #f7d14e url(../images/img_analy-sec02_deco_2.png) no-repeat center
    bottom/15.36rem;
  padding: 0.56rem 0;
}
.analy-sec08::before {
  content: "";
  background: url(../images/img_analy-sec02_deco_1.svg) repeat-x left
    bottom/auto 100%;
  width: 100%;
  height: 0.7rem;
  position: absolute;
  left: 0;
  top: -0.58rem;
}
.analy-sec08 h2 {
  text-align: center;
  font-size: 0.28rem;
  line-height: 1.44;
  letter-spacing: 0.064em;
}
.analy-sec08 h2 .span1 {
  display: block;
  font-size: 144%;
  margin-top: 0.2em;
}
.analy-sec08_curriculum {
  position: relative;
  border: solid #fff;
  border-width: 0 0.06rem;
  width: min(8.92rem, 90%);
  margin: 0.88rem auto 0.48rem;
  padding: 0.4rem 0;
}
@media screen and (max-width: 768px) {
  .analy-sec08_curriculum {
    padding-bottom: 0.08rem;
  }
}
.analy-sec08_curriculum::after,
.analy-sec08_curriculum::before {
  content: "";
  background: url(../images/img_analy-frame_2.svg) no-repeat center top/100%
    100%;
  width: 100%;
  height: 0.24rem;
  position: absolute;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .analy-sec08_curriculum::after,
  .analy-sec08_curriculum::before {
    background-image: url(../images/img_analy-frame_1.svg);
  }
}
.analy-sec08_curriculum::before {
  bottom: 100%;
  transform: translateX(-50%);
}
.analy-sec08_curriculum::after {
  top: 100%;
  transform: translateX(-50%) scaleY(-1);
}
.analy-sec08_curriculum h3 {
  white-space: nowrap;
  font-size: 0.26rem;
  background: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -0.24rem;
  transform: translate(-50%, -50%);
  width: min(2.4rem, 100%);
}
@media screen and (max-width: 768px) {
  .analy-sec08_curriculum h3 {
    font-size: 0.3rem;
    width: min(3.04rem, 100%);
  }
}
.analy-sec08_curriculum_skill {
  display: grid;
  gap: 0.2rem;
  grid-template-columns: repeat(4, minmax(22%, 1fr));
  width: min(8rem, 94%);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .analy-sec08_curriculum_skill {
    gap: 0.2rem 0.3rem;
    grid-template-columns: repeat(2, minmax(45%, 1fr));
  }
}
.analy-sec08_curriculum_skill dt {
  background: #fff;
  height: 1.83rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .analy-sec08_curriculum_skill dt {
    height: 3rem;
  }
}
.analy-sec08_curriculum_skill dt img {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.analy-sec08_curriculum_skill dt img.img1 {
  height: 100%;
}
.analy-sec08_curriculum_skill dt img.img2 {
  width: 64.333%;
}
.analy-sec08_curriculum_skill dt img.img3 {
  width: 61.333%;
}
.analy-sec08_curriculum_skill dt img.img4 {
  width: 59.667%;
}
.analy-sec08_curriculum_skill dt img.img5 {
  width: 76.333%;
}
.analy-sec08_curriculum_skill dt img.img6 {
  width: 57.667%;
}
.analy-sec08_curriculum_skill dt img.img7 {
  width: 84%;
}
.analy-sec08_curriculum_skill dd {
  background: #fff;
  margin-top: 0.05rem;
  font-size: 0.16rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .analy-sec08_curriculum_skill dd {
    font-size: 0.24rem;
    margin-top: 0.08rem;
  }
}
.analy-sec08_curriculum_skill dd .span1 {
  font-size: 88%;
}
@media screen and (max-width: 768px) {
  .analy-sec08_curriculum_skill dd .span1 {
    font-size: 100%;
  }
}
.analy-sec08_curriculum_skill_features {
  white-space: nowrap;
  position: absolute;
  right: -0.4rem;
  bottom: 0;
  font-size: 0.17rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .analy-sec08_curriculum_skill_features {
    flex-direction: column-reverse;
    font-size: 0.22rem;
    right: 0;
  }
}
.analy-sec08_curriculum_skill_features p {
  background: url(../images/img_analy-sec08_deco_1.svg) no-repeat center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.69rem;
  height: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .analy-sec08_curriculum_skill_features p {
    background-image: url(../images/img_analy-sec08_deco_sp_2.svg);
    width: 3.07rem;
    height: 1.97rem;
    padding: 0 0 0.8em 0.8em;
    margin: -0.24rem 0 0 0.32rem;
  }
}
.analy-sec08_curriculum_skill_features p + p {
  background-image: url(../images/img_analy-sec08_deco_2.svg);
  padding-bottom: 0.32em;
  margin: -0.32rem 0 0 0.16rem;
}
@media screen and (max-width: 768px) {
  .analy-sec08_curriculum_skill_features p + p {
    background-image: url(../images/img_analy-sec08_deco_sp_1.svg);
    width: 3.25rem;
    height: 2rem;
    padding-left: 0;
    margin: 0;
  }
}
.analy-sec08_curriculum_skill_features p .span1 {
  display: block;
  transform: rotate(-9.6deg);
}
.analy-sec08_curriculum_order {
  width: min(8rem, 90%);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.analy-sec08_curriculum_order picture {
  width: min(3.36rem, 100%);
  height: 2.64rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .analy-sec08_curriculum_order picture {
    width: 100%;
    height: 3.12rem;
  }
}
.analy-sec08_curriculum_order picture img {
  width: auto;
  height: 90%;
}
.analy-sec08_curriculum_order_text {
  width: min(4.24rem, 100%);
}
@media screen and (max-width: 768px) {
  .analy-sec08_curriculum_order_text {
    width: 100%;
    margin: 0.24rem 0 0.08rem;
  }
}
.analy-sec08_curriculum_add {
  width: 0.79rem;
  margin: auto;
}
.analy-sec08_curriculum.curriculum2 {
  margin-top: 0.72rem;
}
.analy-sec08_lessons_header {
  text-align: center;
  width: min(12rem, 80%);
  margin: 0.96rem auto 0;
}
.analy-sec08_lessons_header h3 {
  font-size: 0.4rem;
  line-height: 1.44;
}
.analy-sec08_lessons_header p {
  margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
  .analy-sec08_lessons_header p {
    text-align: left;
  }
}
.analy-sec08_lessons_header div.point {
  margin-top: 0.8em;
  font-size: 1.25em;
  font-weight: 700;
}
.analy-sec08_lessons_content {
  width: min(11rem, 80%);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .analy-sec08_lessons_content {
    margin-top: 0.24rem;
  }
}
.analy-sec08_lessons_content_list {
  width: min(5rem, 100%);
  margin: 0.64rem 0;
}
@media screen and (max-width: 768px) {
  .analy-sec08_lessons_content_list {
    width: 100%;
    margin: 0.24rem 0;
  }
}
.analy-sec08_lessons_content_list_img {
  position: relative;
}
.analy-sec08_lessons_content_list_img p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.56rem;
  height: 1.56rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #33c7f5, #ff7394);
  color: #fff;
  text-align: center;
  font-size: 0.32rem;
  line-height: 1.12;
  position: absolute;
  left: -0.48rem;
  top: -0.24rem;
}
.analy-sec08_lessons_content_list_img p .span2 {
  font-size: 144%;
}
.analy-sec08_lessons_content_list > p {
  font-size: 0.2rem;
  margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
  .analy-sec08_lessons_content_list > p {
    font-size: 0.24rem;
  }
}
.analy-sec08_footer {
  text-align: center;
  font-size: 0.36rem;
  line-height: 1.6;
  letter-spacing: 0.064em;
  margin-bottom: 0.24rem;
}
@media screen and (max-width: 768px) {
  .analy-sec08_footer {
    margin-top: 1.2rem;
  }
}
.analy-sec08_footer .span1 {
  color: #fff;
  background: #222;
  padding: 0 0.08em;
}
.analy-sec09 {
  position: relative;
  padding: 0.8rem 0;
}
.analy-sec09::after,
.analy-sec09::before {
  content: "";
  background: url(../images/img_analy-bg_1.png) no-repeat left top/10rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
.analy-sec09::after {
  transform: scale(-1, -1);
}
@media screen and (max-width: 768px) {
  .analy-sec09::after {
    top: 4rem;
  }
}
.analy-sec09 h2 {
  text-align: center;
  font-size: 0.4rem;
  line-height: 1.44;
}
.analy-sec09 figure {
  width: min(7.02rem, 100%);
  margin: 0.48rem auto 0;
}
@media screen and (max-width: 768px) {
  .analy-sec09 figure {
    margin-top: 0.8rem;
  }
}
.analy-sec10 {
  padding: 0.8rem 0;
}
@media screen and (max-width: 768px) {
  .analy-sec10 {
    padding-top: 0.16rem;
  }
}
.analy-sec10_header {
  text-align: center;
  margin-bottom: 0.56rem;
}
.analy-sec10_header p {
  width: 0.68rem;
  margin: auto;
}
.analy-sec10_header h2 {
  font-size: 0.4rem;
  line-height: 1.44;
  margin-top: 0.32em;
  letter-spacing: 0.064em;
}
.analy-sec10_qa {
  background: #e7f9ff;
  width: min(9rem, 90%);
  margin: 0.32rem auto 0;
}
.analy-sec10_qa h3 {
  padding: 0.32rem 0.8rem 0.32rem 1.2rem;
  font-size: 0.22rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .analy-sec10_qa h3 {
    font-size: 0.27rem;
  }
}
.analy-sec10_qa h3::before {
  content: "";
  background: url(../images/img_analy-sec10_icon_1.svg) no-repeat center/contain;
  width: 0.58rem;
  height: 0.58rem;
  position: absolute;
  left: 0.22rem;
  top: 0.22rem;
}
@media screen and (max-width: 768px) {
  .analy-sec10_qa h3::before {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.analy-sec10_qa h3.toggle_js {
  cursor: pointer;
  transition: 0.4s;
}
.analy-sec10_qa h3.toggle_js .toggle_icon {
  width: 0.4rem;
  height: 100%;
  right: 0.24rem;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s;
  position: absolute;
}
.analy-sec10_qa h3.toggle_js .toggle_icon::after,
.analy-sec10_qa h3.toggle_js .toggle_icon::before {
  content: "";
  width: 100%;
  height: 0.05rem;
  background: #222;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.4s;
}
.analy-sec10_qa h3.toggle_js .toggle_icon::before {
  transform: translate3d(-50%, -50%, 0);
}
.analy-sec10_qa h3.toggle_js .toggle_icon::after {
  transform: translate3d(-50%, -50%, 0) rotate(-90deg);
}
.analy-sec10_qa h3.toggle_js.show .toggle_icon {
  transform: rotate(90deg);
}
.analy-sec10_qa h3.toggle_js.show .toggle_icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.analy-sec10_qa_a {
  font-size: 0.2rem;
  padding: 0 0.88rem 0.32rem 1.12rem;
}
@media screen and (max-width: 768px) {
  .analy-sec10_qa_a {
    font-size: 0.26rem;
    padding: 0 0.4rem 0.4rem;
  }
}
.analy-sec10_qa_a p + p {
  margin-top: 1em;
}
.analy-sec10_qa_a.toggle_js::before,
.analy-sec10_qa_a.toggle_js > * {
  transition: opacity 0.8s;
  opacity: 0;
}
.analy-sec10_qa_a.toggle_js.show::before,
.analy-sec10_qa_a.toggle_js.show > * {
  opacity: 1;
}
