.p-whatsGA .whatsGA_inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.p-whatsGA .whatsGA_inner::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  max-width: 1307px;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 1307px) {
  .p-whatsGA .whatsGA_inner::before {
    background-size: contain;
  }
}
@media screen and (min-width: 520px) {
  .p-whatsGA .whatsGA_inner::before {
    width: 1307px;
    height: 1288px;
    background-image: url(/wp-content/themes/2025ss/images/bg_illust-whatsGA-pc.png);
  }
}
@media screen and (max-width: 959px) {
  .p-whatsGA .whatsGA_inner::before {
    background-size: 90%;
  }
}
@media screen and (max-width: 519px) {
  .p-whatsGA .whatsGA_inner::before {
    top: -8vw;
    width: 750px;
    height: 2277px;
    background-size: 100vw;
    background-image: url(/wp-content/themes/2025ss/images/bg_illust-whatsGA.png);
  }
}
.p-whatsGA .whatsGA_intro {
  color: #01335b;
  font-size: clamp(1.4rem, 3vw, 2rem);
  text-align: center;
  font-weight: 600;
  margin-bottom: min(8%, 40px);
  line-height: 1.7;
}
.p-whatsGA .whatsGA_boxWrap {
  width: 92%;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 641px) {
  .p-whatsGA .whatsGA_boxWrap {
    background-image: url(/wp-content/themes/2025ss/images/bg_whatsGA-pc.png);
    padding: 70px 60px 50px;
    max-width: 772px;
  }
}
@media screen and (max-width: 640px) {
  .p-whatsGA .whatsGA_boxWrap {
    background-image: url(/wp-content/themes/2025ss/images/bg_whatsGA.png);
    padding: 80px 60px;
    max-width: 620px;
  }
}
@media screen and (max-width: 519px) {
  .p-whatsGA .whatsGA_boxWrap {
    padding: 11vw 8vw;
  }
}
.p-whatsGA .whatsGA_img {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 30px;
  -webkit-clip-path: polygon(0 12px, 4px 12px, 4px 8px, 8px 8px, 8px 4px, 12px 4px, 12px 0, calc(100% - 12px) 0, calc(100% - 12px) 4px, calc(100% - 8px) 4px, calc(100% - 8px) 8px, calc(100% - 4px) 8px, calc(100% - 4px) 12px, 100% 12px, 100% calc(100% - 12px), calc(100% - 4px) calc(100% - 12px), calc(100% - 4px) calc(100% - 8px), calc(100% - 8px) calc(100% - 8px), calc(100% - 8px) calc(100% - 4px), calc(100% - 12px) calc(100% - 4px), calc(100% - 12px) 100%, 12px 100%, 12px calc(100% - 4px), 8px calc(100% - 4px), 8px calc(100% - 8px), 4px calc(100% - 8px), 4px calc(100% - 12px), 0 calc(100% - 12px));
          clip-path: polygon(0 12px, 4px 12px, 4px 8px, 8px 8px, 8px 4px, 12px 4px, 12px 0, calc(100% - 12px) 0, calc(100% - 12px) 4px, calc(100% - 8px) 4px, calc(100% - 8px) 8px, calc(100% - 4px) 8px, calc(100% - 4px) 12px, 100% 12px, 100% calc(100% - 12px), calc(100% - 4px) calc(100% - 12px), calc(100% - 4px) calc(100% - 8px), calc(100% - 8px) calc(100% - 8px), calc(100% - 8px) calc(100% - 4px), calc(100% - 12px) calc(100% - 4px), calc(100% - 12px) 100%, 12px 100%, 12px calc(100% - 4px), 8px calc(100% - 4px), 8px calc(100% - 8px), 4px calc(100% - 8px), 4px calc(100% - 12px), 0 calc(100% - 12px));
}
.p-whatsGA .whatsGA_themeTtl {
  color: #e668ab;
  font-family: bitcount-prop-double-square, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-size: 1.2rem;
  margin-bottom: 4px;
}
@media screen and (min-width: 520px) {
  .p-whatsGA .whatsGA_themeTtl {
    font-size: 1.6rem;
  }
}
.p-whatsGA .whatsGA_theme {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #e668ab;
  line-height: 1.2;
  font-family: bitcount-prop-double-square, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 520px) {
  .p-whatsGA .whatsGA_theme {
    font-size: 2.4rem;
  }
}
.p-whatsGA .whatsGA_txt {
  line-height: 1.8;
  color: #e668ab;
}
@media screen and (max-width: 519px) {
  .p-whatsGA .whatsGA_txt {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.p-whatsGA .p-whatsGA_dataArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-whatsGA .p-whatsGA_dataArea {
    display: block;
  }
}
.p-whatsGA .p-whatsGA_dataArea .whatsGA_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  height: 170px;
  background: url(/wp-content/themes/2025ss/images/bg_footer-logo.svg) no-repeat center center/contain;
  -webkit-filter: drop-shadow(6px 6px 0 #5681fc);
          filter: drop-shadow(6px 6px 0 #5681fc);
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-whatsGA .p-whatsGA_dataArea .whatsGA_logo {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 519px) {
  .p-whatsGA .p-whatsGA_dataArea .whatsGA_logo {
    width: 150px;
    height: 150px;
  }
}
.p-whatsGA .p-whatsGA_dataArea .whatsGA_logo img {
  width: 64%;
}
.p-whatsGA .p-whatsGA_dataArea .whatsGA_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.p-whatsGA .p-whatsGA_dataArea .whatsGA_data table th, .p-whatsGA .p-whatsGA_dataArea .whatsGA_data table td {
  color: #01335b;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .p-whatsGA .p-whatsGA_dataArea .whatsGA_data table th, .p-whatsGA .p-whatsGA_dataArea .whatsGA_data table td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 519px) {
  .p-whatsGA .p-whatsGA_dataArea .whatsGA_data table th, .p-whatsGA .p-whatsGA_dataArea .whatsGA_data table td {
    display: block;
  }
}
.p-whatsGA .p-whatsGA_dataArea .whatsGA_data table th {
  padding-right: 40px;
  padding-left: 20px;
  white-space: nowrap;
  position: relative;
}
.p-whatsGA .p-whatsGA_dataArea .whatsGA_data table th::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  background: url(/wp-content/themes/2025ss/images/ico_heart.svg) no-repeat center center/contain;
  width: 14px;
  height: 12px;
}
@media screen and (max-width: 959px) {
  .p-whatsGA .p-whatsGA_dataArea .whatsGA_data table th {
    padding-right: 24px;
  }
  .p-whatsGA .p-whatsGA_dataArea .whatsGA_data table th::before {
    top: 18px;
  }
}
@media screen and (max-width: 519px) {
  .p-whatsGA .p-whatsGA_dataArea .whatsGA_data table th {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-whatsGA .p-whatsGA_dataArea .whatsGA_data table th::before {
    top: 6px;
  }
}
.p-whatsGA .p-whatsGA_dataArea .whatsGA_data table td {
  font-weight: 400;
}
@media screen and (max-width: 519px) {
  .p-whatsGA .p-whatsGA_dataArea .whatsGA_data table td {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}