@charset "UTF-8";

:root {
  --black: #000;
  --white: #fff;
  --pink: #ff3a60;
  --grey: #8e8e8e;
  --grey2: #e7e7e7;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: Manrope, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  font-feature-settings: 'palt';
  font-optical-sizing: auto;
  letter-spacing: .07em;
  background: var(--black);
}

* {
  -webkit-tap-highlight-color:transparent;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

.dl {
  display: none;
}

.dml {
  display: none;
}

.dm {
  display: none;
}

.center {
  text-align: center;
}

.content {
  padding: 50px 25px;
}

.content h1 {
  margin-bottom: 60px;
  font-size: 24px;
  text-align: center;
}

header {
  position: fixed;
  z-index: 99900;
  width: 100%;
  height: 60px;
  padding:;
  background: var(--black)
}

header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  padding-top: 11px;
  padding-bottom: 11px;
  margin: auto;
}

header .content h1 {
  margin: 0;
  line-height: 0;
}

.header-logo {
  position: relative;
  z-index: 99999;
  width: auto;
  height: 30px;
  color: var(--white);
}

.menu-container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 23px;
  color: var(--black);
  letter-spacing: 0;
  background: var(--white);
  border-radius: 19px;
}

.menu-trigger {
  position: relative;
  z-index: 99999;
  width: 25px;
  height: 16px;
  cursor: pointer;
}

.menu-active body {
  overflow: hidden;
}

.menu-trigger-bar {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--white);
  transition: all .3s;
}

.menu-trigger-bar:nth-of-type(1) {
  top: 0;
}

.menu-trigger-bar:nth-of-type(2) {
  top: 7px;
}

.menu-trigger-bar:nth-of-type(3) {
  top: 14px;
}

.menu-active .menu-trigger-bar:nth-of-type(1) {
  transform: translate(0, .5px) rotate(-30deg);
  transform-origin: bottom right;
}

.menu-active .menu-trigger-bar:nth-of-type(2) {
  opacity: 0;
}

.menu-active .menu-trigger-bar:nth-of-type(3) {
  transform: translate(0, -.5px) rotate(30deg);
  transform-origin: top right;
}

.menu-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 150px 50px 0;
  background: var(--black);
  transition: transform .3s;
  transform: translateX(100vw);
}

.menu-active .menu-inner {
  transform: translateX(0);
}

.menu-scroll {
  margin: auto;
  overflow: auto;
}

.menu-item + .menu-item {
  margin-top: 48px;
}

.menu-link {
  display: block;
  width: 100%;
  font-size: 20px;
  color: var(--white);
  background: url("./menu-arrow.svg") right 7px / auto 18px no-repeat;
}

.menu-link-small {
  display: block;
  font-size: 14px;
}

footer {
  font-size: 12px;
  color: var(--white);
  background: var(--black);
}

footer .content {
  padding-bottom: 10px;
  margin: auto;
}

footer a {
  color: var(--white);
}

.footer-layout {
  border-bottom: 1px solid var(--white);
}

.footer-logo {
  width: auto;
  height: 40px;
}

.address {
  margin-top: 80px;
  margin-bottom: 40px;
}

.footer-menu {
  margin-top: 20px;
  text-align: right;
}

.copyright {
  margin-top: 70px;
  text-align: center;
}

main {
  padding-top: 60px;
  background: var(--white);
}

.kv {
  font-size: 18px;
  color: var(--white);
  background: var(--pink);
}

.kv .content {
  padding-top: 30px;
  padding-bottom: 0;
}

.kv-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 3em;
}

.kv-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.kv-logo {
  width: 176px;
  height: auto;
  margin: 1.5em auto;
}

.kv-copy {
  padding: 0 10px;
  font-size: 30px;
  line-height: 1.3;
  color: #f00;
  letter-spacing: .1em;
  background: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.kv-sns-list {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 1.5em auto;
}

.kv-sns-img {
  width: 64px;
  height: auto;
}

.kv-vid-container {
  height: 652px;
  aspect-ratio: 327 / 652;
}

.kv-masked {
  position: relative;
  width: 100%;
  height: 100%;
}

.kv-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./phone.png?20240516") center / cover no-repeat;
}

.kv-vid-premask {
  position: relative;
  width: calc(100% - 20px);
  height: 100%;
  margin: auto;
  overflow: hidden;
  background: var(--black);
}

.kv-vid {
  position: absolute;
  top: 10px;
  left: 50%;
  display: block;
  height: calc(100% - 20px);
  margin: auto;
  transform: translateX(-50%);
}

.kv-sub {
  display: flex;
  flex-direction: column;
}

.kv-price {
  margin-bottom: 2em;
  text-align: center;
}

.kv-copy-a {
  display: block;
  margin-bottom: .3em;
}

.kv-price .kv-copy {
  font-size: 26px;
}

.note {
  font-size: 12px;
  font-weight: 400;
  color: var(--grey);
}

.kv-price-text1 {
  font-size: 23px;
  line-height: 1;
}

.kv-price-text1-1 {
  margin: .1em;
  font-size: 90px;
}

.kv-price-text2 {
  font-size: 12px;
}

.kv-banner {
  text-align: center;
}

.kv-banner-img {
  position: relative;
  top: 0;
  left: 50%;
  width: 100vw;
  max-width: 550px;
  height: auto;
  transform: translateX(-50%);
}

.category-img {
  width: 303px;
  height: auto;
}

.category a[href="#price"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 45px 20px 30px;
  margin-top: 50px;
  font-size: 24px;
  color: var(--white);
  text-decoration: none;
  background: url("./btn-arrow.svg") top 50% right 20px / auto 20px no-repeat, linear-gradient(0deg, #ee8198 0%, var(--pink) 100%);
  border-radius: 40px;
  box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 40%);
}

.category-h2 {
  margin-bottom: 1.5em;
  text-align: center;
}

.client-swiper-container {
  max-width: 1100px;
  margin: 3em auto 0;
}

.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.infinite-slider .swiper-slide {
  width: auto !important;
  height: 53px !important;
  margin-left: 20px;
}

.infinite-slider .swiper-slide-img {
  width: auto;
  height: 100%;
}

.worry {
  text-align: center;
  background: var(--grey2);
}

h1.worry-h1 {
  text-align: left;
}

.worry-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 998px;
  margin: auto;
}

.worry-box {
  width: 80%;
  max-width: 500px;
  padding: 30px;
  margin: 0 auto;
  text-align: left;
  background: var(--white);
  border-radius: 20px;
}

.worry-h2 {
  padding-top: 80px;
  margin-bottom: 1em;
  font-size: 20px;
  color: var(--pink);
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 56px;
}

.worry-h2-1 {
  background-image: url("./worry01.svg");
}

.worry-h2-2 {
  background-image: url("./worry02.svg");
}

.worry-h2-3 {
  background-image: url("./worry03.svg");
}

.worry-solution {
  width: 80%;
  max-width: 500px;
  padding: 28px;
  margin: 2em auto 0;
  font-size: 30px;
  color: var(--white);
  text-align: center;
  background: var(--pink);
  border-radius: 20px;
}

.feature {
  text-align: center;
  background: var(--pink);
}

.feature-h1 {
  line-height: 1;
  color: var(--white);
}

.feature-h1-1 {
  margin: .1em;
  font-size: 80px;
}

.feature-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 998px;
  margin: auto;
}

.feature-box {
  width: 100%;
  max-width: 500px;
  padding: 20px 20px 40px;
  margin: auto;
  background: var(--white);
  border-radius: 20px;
}

.feature-h2 {
  padding-bottom: 110px;
  margin-bottom: 30px;
  font-size: 24px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 80px;
}

.feature-h2::before {
  display: block;
  font-size: 50px;
  color: var(--pink);
}

.feature-h2::after {
  display: block;
  font-size: 18px;
}

.feature-h2-1 {
  background-image: url("./feature01.svg");
}

.feature-h2-1::before {
  content: "1";
}

.feature-h2-1::after {
  /* content: "High cost performance"; */
}

.feature-h2-2 {
  background-image: url("./feature02.svg");
}

.feature-h2-2::before {
  content: "2";
}

.feature-h2-2::after {
  /* content: "Three plans to choose from"; */
}

.feature-h2-3 {
  background-image: url("./feature03.svg");
}

.feature-h2-3::before {
  content: "3";
}

.feature-h2-3::after {
  /* content: "Reliable Quality"; */
}

.inful-swiper-container {
  position: relative;
  width: 85%;
  max-width: 400px;
  margin: auto;
}

.inful-swiper-container .swiper-slide {
  width: 100% !important;
  height: auto !important;
}

.inful-swiper-container .swiper-slide-img {
  width: 100%;
  height: auto;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 30px;
  color: var(--grey);
}

.swiper-button-prev {
  top: 39%;
  left: -35px;
}

.swiper-button-next {
  top: 39%;
  right: -35px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}

.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: none;
  border: 1px solid var(--grey);
  opacity: 1;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.swiper-pagination-bullet-active {
  background: var(--grey2);
}

.inful-slide-info {
  padding: 10px 0 10px 15px;
  margin-top: 1.5em;
  border-left: 2px solid var(--pink);
}

.inful-slide-info-h2 {
  margin-bottom: 1em;
  font-size: 20px;
}

.graphs {
  background: var(--grey2);
}

.graphs-box {
  margin-bottom: 4em;

}

h2.graphs-h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  max-width: 500px;
  padding: 5px;
  margin: 0 auto 3em;
  font-size: 16px;
  background: var(--white);
  border-radius: 20px;
}

.graphs-table-stats {
  margin: auto;
  margin-bottom: 2em;
  text-align: center;
}

.graphs-table-stats th, .graphs-table-stats td {
  width: 120px;
  padding-right: 15px;
  padding-left: 15px
}

.graphs-table-stats th {
  padding-bottom: 30px;
}

.graphs-icon {
  width: 53px;
  height: auto;
}

.graphs-number {
  display: inline-block;
  width: 60px;
  font-size: 50px;
  line-height: 1;
}

.graphs-number-unit {
  font-size: 20px;
}

.graphs-female-txt {
  color: var(--pink);
}

.graphs-male-txt {
  color: #00c4ff;
}

.gender-graph-container {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 400px;
  height: 256px;
  margin: auto;
}

.gender-graph-border {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--black);
}

.gender-graph-age {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 0 10px;
  text-align: center;
}

.gender-graph-age-male {
  position: relative;
  width: 40px;
  background: #00c4ff;
}

.gender-graph-age-female {
  position: relative;
  width: 40px;
  background: var(--pink);
}

.gender-graph-age-caption {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 31px;
}

.graphs-graph-number-unit {
  font-size: 12px;
}

.gender-graph-age-10 {
  height: 30px;
}

.gender-graph-age-13 {
  height: 39px;
}

.gender-graph-age-8 {
  height: 24px;
}

.gender-graph-age-50 {
  height: 150px;
}

.gender-graph-age-5 {
  height: 19px;
}

.gender-graph-age-9 {
  height: 27px;
}

.gender-graph-age-2 {
  height: 6px;
}

.gender-graph-age-3 {
  height: 9px;
}

.gender-graph-age-0 {
  height: 1px;
}

.graphs-gender-graph .graphs-graph-number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  margin: auto;
}

.gender-graph-age-10 .graphs-graph-number-wrap {
  top: -25px;
}

.gender-graph-age-13 .graphs-graph-number-wrap {
  top: 8px;
}

.gender-graph-age-8 .graphs-graph-number-wrap {
  top: -25px;
}

.gender-graph-age-50 .graphs-graph-number-wrap {
  top: 60px;
}

.gender-graph-age-5 .graphs-graph-number-wrap {
  top: -25px;
}

.gender-graph-age-9 .graphs-graph-number-wrap {
  top: 3px;
}

.gender-graph-age-2 .graphs-graph-number-wrap {
  top: -47px;
}

.gender-graph-age-3 .graphs-graph-number-wrap {
  top: -31px;
}

.gender-graph-age-0:nth-of-type(1) .graphs-graph-number-wrap {
  top: -45px;
}

.gender-graph-age-0:nth-of-type(2) .graphs-graph-number-wrap {
  top: -25px;
}

.gender-graph-info {
  position: absolute;
  top: 0;
  right: 0;
}

.graphs-children-txt {
  color: #4d4d4d;
}

.graphs-nochild-txt {
  color: var(--grey);
}

.graphs-area-graph {
  position: relative;
  max-width: 400px;
  height: 218px;
  margin: auto;
}

.area-graph-border {
  position: absolute;
  top: 0;
  left: 70px;
  width: 1px;
  height: 100%;
  background: var(--black);
}

.area-graph-area {
  display: flex;
  align-items: center;
}

.area-graph-area-name {
  width: 60px;
  text-align: right;
}

.area-graph-area-bar {
  position: relative;
  left: 11px;
  height: 16px;
  background: var(--pink);
}

.graphs-area-graph .area-graph-area .graphs-graph-number-wrap {
  position: relative;
  left: 22px;
}

.graphs-follwer-info {
  margin: auto;
}

.graphs-follwer-info th, .graphs-follwer-info td {
  vertical-align: middle;
}

.graphs-follwer-info th {
  padding-right: 5px;
}

.graphs-follwer-info td:nth-of-type(1) {
  padding-right: 13px;
}

.graphs-follwer-info tr:nth-of-type(1) th, .graphs-follwer-info tr:nth-of-type(1) td {
  padding-bottom: 25px;
}

.follower-sns-name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 11px;
  color: var(--white);
  border-radius: 30px;
}

.follower-sns-instagram {
  background: #aa37a3;
}

.follower-sns-tiktok {
  background: var(--black);
}

.follower-sns-x {
  background: #1d96e7;
}

.follower-sns-youtube {
  background: var(--pink);
}

.graphs-follower .graphs-number {
  width: 45px;
  font-size: 40px;
  text-align: center;
  letter-spacing: -.08em;
  vertical-align: bottom;
}

.graphs-follower .graphs-number-unit {
  margin-left: .3em;
}

.graphs-sns-graph {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 400px;
  height: 230px;
  padding-left: 50px;
  margin: auto;
}

.sns-graph-borders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 50px;
}

.sns-graph-border {
  position: relative;
  height: 31px;
  border-top: 1px solid #a8a8a8;
}

.sns-graph-borders .sns-graph-border .graphs-graph-number-wrap {
  position: absolute;
  top: -14px;
  left: -50px;
  display: block;
  width: 40px;
  text-align: right;
}

.sns-graph-border-0 {
  border-top: 1px solid var(--black);
}

.sns-graph-service {
  position: relative;
  width: calc(100% / 5);
  height: 100%;
}

.sns-graph-service-bar {
  position: absolute;
  right: 0;
  bottom: 75px;
  left: 0;
  width: 30px;
  margin: auto;
}

.sns-graph-instagram {
  background: #aa37a3;
}

.sns-graph-tiktok {
  background: var(--black);
}

.sns-graph-x {
  background: #1d96e7;
}

.sns-graph-youtube {
  background: var(--pink);
}

.sns-graph-others {
  background: #87c550;
}

.sns-graph-service .sns-graph-service-bar .graphs-graph-number-wrap {
  display: block;
  margin-top: -25px;
}

.sns-graph-service-caption {
  position: absolute;
  right: 8px;
  bottom: 20px;
  width: 88px;
  text-align: right;
  transform: rotateZ(-45deg);
}

.graphs-h3 {
  margin-bottom: 2em;
  font-size: 16px;
  text-align: center;
}

.graphs-h3-1 {
  margin: .1em;
  font-size: 40px;
  line-height: 1;
  color: var(--pink);
}

.ranking-list {
  width: 80%;
  max-width: 500px;
  margin: auto;
}

.ranking-item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.ranking-item + .ranking-item {
  margin-top: 15px;
}

.rank {
  width: 70px;
  padding: 5px;
  font-size: 32px;
  line-height: 1;
  color: var(--white);
  text-align: center;
  background: #9c9c9c;
  border-radius: 30px;
}

.rank-unit {
  font-size: 14px;
}

.rank-name {
  flex: 1;
  font-size: 18px;
  text-align: center;
  border-bottom: 2px solid #9c9c9c;
}

.ranking-item:nth-child(-n+3) .rank {
  background: var(--pink);
}

.ranking-item:nth-child(-n+3) .rank-name {
  border-bottom-color : var(--pink);
}

.price {
  background: var(--pink);
}

.content h1.price-h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  padding: 30px 60px;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  font-size: 34px;
  color: var(--pink);
  background: var(--white);
  border-radius: 30px;
}

.price-txt {
  margin-bottom: 1.5em;
  font-size: 24px;
  color: var(--white);
  text-align: center;
}

.price-txt-1 {
  margin: .1em;
  font-size: 80px;
  line-height: 1;
}

.plan-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin: auto;
}

.plan-box {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.plan {
  padding: 20px 23px;
  background: var(--white);
}

.price-h2 {
  padding: 5px;
  margin-bottom: 1em;
  font-size: 22px;
  color: var(--white);
  background: var(--pink);
  border-radius: 20px;
}

.price-outline {
  margin-bottom: 1em;
  font-size: 17px;
}

.price-card {
  position: relative;
  padding: 30px 10px 7px;
  margin-bottom: 1.5em;
  font-size: 18px;
  border: 6px solid #fad9dc;
}

.price-card-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 3px 3px;
  font-size: 16px;
  color: var(--pink);
  letter-spacing: .5em;
  background: #fad9dc;
}

.price-card-big {
  font-size: 46px;
  color: var(--pink);
}

.price-card-unit {
  font-size: 18px;
  color: var(--black);
}

.price-card2 {
  font-size: 14px;
  border: 6px solid var(--pink);
}

.price-card2 .price-card-name {
  color: var(--white);
  background: var(--pink);
}

.price-h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 15px;
  letter-spacing: .3em;
  background: var(--grey2);
}

.plan-content {
  margin-bottom: 1em;
}

.cb-squeeze {
  position: relative;
  display: inline-block;
  padding: 5px 15px 5px 40px;
  cursor: pointer;
  border: 3px solid var(--pink);
  border-radius: 20px;
}

.cb-squeeze::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  margin: auto;
  font-size: 18px;
  line-height: 0;
  color: var(--white);
  letter-spacing: 0;
  content: "+";
  background: var(--pink);
  border-radius: 10px;
}

.cb-squeeze:has(input[type="checkbox"]:checked)::before {
  content: "−";
}

.cb-squeeze input[type="checkbox"] {
  display: none;
}

.price-detail {
  height: 0;
  margin-top: 1em;
  overflow: hidden;
  transition: height .3s;
}

.cb-squeeze:has(input[type="checkbox"]:checked) + .price-detail {
  height: 215px;
}

.price-detail-sns {
  width: 46px;
  height: auto;
  margin: 5px;
}

.price-contact {
  display: inline-block;
  padding: 15px 50px;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 26px;
  color: var(--white);
  background: linear-gradient(0deg, #ee8198 0%, var(--pink) 100%);
  border: 4px solid var(--white);
  border-radius: 40px;
  box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 40%);
}

.price-contact::after {
  display: inline-block;
  width: 15px;
  height: 26px;
  margin-left: .4em;
  vertical-align: middle;
  content: "";
  background: url("./menu-arrow.svg") top 30% right 0% / auto 17px no-repeat;
}

.plan-recommend {
  position: absolute;
  top: -25px;
  left: -15px;
  width: 102px;
  height: auto;
}

.voice-graph-list {
  max-width: 400px;
  margin: auto;
}

.voice-graph-list-item {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  align-items: flex-end;
  justify-content: space-between;
}

.voice-graph-list-item + .voice-graph-list-item {
  margin-top: 1.5em;
}

.voice-graph-rank {
  width: calc(20% - 15px);
  font-size: 40px;
  line-height: 1;
  color: var(--pink);
}

.voice-graph-rank-unit {
  font-size: 16px;
}

.voice-graph-bar-wrap {
  flex: 1;
}

.voice-graph-bar {
  display: inline-block;
  height: 16px;
  background: var(--pink);
}

.voice-graph-number {
  margin-left: 20px;
}

.voice-graph-number-unit {
  font-size: 12px;
}

.reason {
  width: 100%;
  font-size: 18px;
}

.voice-graph-bar-61 {
  width: 210px;
}

.voice-graph-bar-42 {
  width: 150px;
}

.voice-graph-bar-37 {
  width: 130px;
}

.voice-graph-bar-32 {
  width: 100px;
}

.voice-graph-bar-27 {
  width: 70px;
}

.voice {
  background: var(--grey2);
}

.voice-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  max-width: 860px;
  margin: auto;
}

.voice-box {
  max-width: 400px;
  font-size: 14px;
}

.voice-img {
  width: 100%;
  height: auto;
}

.voice-h2 {
  margin: 1em 0;
  font-size: 18px;
}

.voice-prof {
  margin-top: 1em;
  font-size: 14px;
}

.solution {
  color: var(--white);
  background: var(--pink);
}

.content h1.solution-h1 {
  margin-bottom: 30px;
}

.solution-txt {
  font-size: 18px;
}

.solution-tab-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 748px;
  margin: 2em auto 0;
}

.solution-tab {
  order: -1;
  width: calc(100% / 2 - 10px);
  padding: 3px 10px;
  margin-bottom: 15px;
  font-size: 24px;
  color: var(--white);
  text-align: center;
  background: linear-gradient(0deg, #ee8198 0%, var(--pink) 100%);
  border: 4px solid var(--white);
  border-radius: 28px;
  box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 40%);
  transition: box-shadow .3s, background .3s, color .3s;
}

.solution-tab:has(input[type="radio"]:checked) {
  color: var(--pink);
  background: var(--white);
  box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
}

.solution-tab-container input[type="radio"] {
  display: none;
}

.solution-tab-box {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  color: var(--black);
  text-align: center;
  background: var(--white);
  opacity: 0;
  transition: opacity .3s;
}

.solution-tab:has(input[type="radio"]:checked) + .solution-tab-box {
  height: 355px;
  margin-top: 20px;
  opacity: 1;
}

.solution-h2 {
  padding: 18px;
  font-size: 24px;
  line-height: 1;
  background: var(--grey2);
}

.solution-h2-1 {
  font-size: 14px;
}

.solution-price-wrap {
  padding: 18px;
  font-size: 14px;
}

.solution-price {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.solution-price-label {
  padding: 3px 15px;
  font-size: 14px;
  color: var(--white);
  background: var(--pink);
  border-radius: 20px;
}

.price .solution-price-label {
  margin-top: 14px;
}

.solution-desc {
  flex: 1;
  padding: 18px;
  font-size: 14px;
  text-align: left;
  background: var(--grey2);
}

.solution-desc p + p {
  margin-top: 1em;
}

.solution-contact {
  margin-top: 3em;
  text-align: center;
}

.solution-contact-link {
  padding: 3px 15px;
  font-size: 20px;
  color: var(--pink);
  background: var(--white);
  border-radius: 20px;
}

.flow-list {
  display: flex;
  flex-flow: column wrap;
  gap: 20px;
  max-width: 500px;
  margin: 3em auto 0;
  counter-reset: flow;
}

.flow-item {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 15px;
  font-size: 18px;
  counter-increment: flow;
  background-repeat: no-repeat;
  background-position: 50px 50%;
  background-size: 50px 50px;
  border: 2px solid var(--pink);
}

.flow-item::before {
  margin-right: 80px;
  color: var(--pink);
  content: counter(flow, decimal-leading-zero);
}

.flow-item:nth-of-type(1) {
  background-image: url("./flow01.svg");
}

.flow-item:nth-of-type(2) {
  background-image: url("./flow02.svg");
}

.flow-item:nth-of-type(3) {
  background-image: url("./flow03.svg");
}

.flow-item:nth-of-type(4) {
  background-image: url("./flow04.svg");
}

.flow-item:nth-of-type(5) {
  background-image: url("./flow05.svg");
}

.faq {
  background: var(--grey2);
}

.faq-list {
  max-width: 600px;
  margin: auto;
}

.faq-q {
  position: relative;
  height: 48px;
}

.faq-a + .faq-q {
  margin-top: 2em;
}

.faq-q::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  color: var(--pink);
  content: "Q";
  background: var(--white);
  border-radius: 24px;
}

.faq-q::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 48px;
  height: 48px;
  content: "";
  background: var(--pink);
  border-radius: 24px;
}

.faq-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 58px;
  padding-left: 58px;
}

.faq-label::after {
  position: absolute;
  top: -1px;
  right: 18px;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transition: transform .3s;
  transform: rotateZ(135deg);
}

.faq-q input[type="checkbox"] {
  display: none;
}

.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s, margin-top .3s;
}

.faq-a-inner {
  display: flex;
  gap: 10px;
  overflow: hidden;
}

.faq-a-inner::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  color: var(--pink);
  content: "A";
  background: var(--white);
  border-radius: 24px;
}

.faq-a-txt {
  flex: 1;
}

.faq-label:has(input[type="checkbox"]:checked)::after {
  transform: rotateZ(-45deg) translate(-3px, 3px);
}

.faq-q:has(input[type="checkbox"]:checked) + .faq-a {
  grid-template-rows: 1fr;
  margin-top: 1.5em;
}

.contact form {
  max-width: 600px;
  margin: auto;
  font-size: 14px;
}

.contact-h2 {
  padding: 5px;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #808080;
  border-bottom: 2px solid var(--white);
}

.contact-h2:nth-of-type(1) {
  margin-top: 3em;
}

.require {
  color: var(--pink);
}

.contact input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.contact label:has(input[type="radio"]) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1em;
}

.contact label:has(input[type="radio"])::before {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  content: "";
  border: 1px solid var(--pink);
  border-radius: 11px;
}

.contact label:has(input[type="radio"])::after {
  position: absolute;
  left: 4px;
  display: inline-block;
  order: -1;
  width: 16px;
  height: 16px;
  content: "";
  background: var(--pink);
  border-radius: 8px;
  transition: transform .3s;
  transform: scale(0);
}

.contact label:has(input[type="radio"]:checked)::after {
  transform: scale(1);
}

.contact input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.contact label:has(input[type="checkbox"]) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1em;
}

.contact label:has(input[type="checkbox"])::before {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  content: "";
  border: 1px solid var(--pink);
  border-radius: 11px;
}

.contact .content label:has(input[type="checkbox"])::after {
  position: absolute;
  left: 6px;
  display: inline-block;
  order: -1;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--pink);
  border-radius: 3px;
  transition: transform .3s;
  transform: scale(0) rotate(45deg);
}

.contact label:has(input[type="checkbox"]:checked)::after {
  transform: scale(1) rotate(45deg);
}

.contact input[type="text"], .contact input[type="email"], .contact input[type="url"] {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  background: var(--white);
  border: 1px solid #a8a8a8;
}

.contact textarea {
  width: 100%;
  aspect-ratio: 2 / 1;
  padding: 8px;
  font-size: 16px;
  resize: none;
  background: var(--white);
  border: 1px solid #a8a8a8
}

.contact-privacy {
  margin-top: 2em;
}

.contact-privacy-link {
  display: inline-block;
  margin-top: 1em;
  color: var(--pink);
}

.external-link::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: .5em;
  content: "";
  background: url("./external.svg") center / cover no-repeat;
}

.contact-submit {
  margin-top: 2em;
  text-align: center;
}

.contact-submit button {
  padding: 8px 60px;
  font-size: 26px;
  color: var(--white);
  background: var(--pink);
  border: none;
  border-radius: 32px;
}

.contact-thanks {
  max-width: 550px;
  margin: auto;
}

.contact-thanks .content p {
  margin-top: 2em;
}

.contact-thanks a {
  color: var(--pink);
}

.contact-2column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact div.contact-2column label {
  width: 49%;
}

.submitted .contact-h2:has(+ :invalid), .submitted .contact-h2:has(+ label :invalid) {
  border-bottom: 2px solid var(--pink);
}

.submitted .contact-h2:has(+ :invalid)::after, .submitted .contact-h2:has(+ label :invalid)::after {
  display: block;
  color: var(--pink);
}

.submitted .contact-h2-radio:has(+ label :invalid)::after {
  content: "どれか一つを選択してください";
}

.submitted .contact-h2-text:has(+ :invalid)::after {
  content: "入力必須項目です";
}

.submitted .contact-h2-email:has(+ :invalid)::after {
  content: "正しいEメールアドレスを入力してください";
}

.submitted .contact-h2-checkbox:has(+ label :invalid)::after {
  content: "一つ以上を選択してください";
}

.submitted .contact-h2-url:has(+ :invalid)::after {
  content: "正しい URL を入力してください";
}

.submitted .contact-single-checkbox:has(:invalid)::before {
  display: block;
  color: var(--pink);
  content: "入力内容を送信するためにプライバシーポリシーに同意してください";
  border-bottom: 2px solid var(--pink);
}

.submitted .contact-h2-multi-checkbox:has(+ .contact-multi-checkbox label :invalid)::after {
  display: block;
  color: var(--pink);
  content: "一つ以上の項目を選択してください";
  border-bottom: 2px solid var(--pink);
}

.notes {
  border-top: 1px solid var(--grey2);
}

.notes .note {
  max-width: 700px;
  margin: auto;
}

:target::before {
  display: block;
  height: 60px;
  margin-top: -60px;
  content: "";
}




.main-login {
  color: var(--white);
  background: var(--black);
}

.login-h1-1 {
  display: block;
  font-size: 14px;
}

.login-form-container {
  max-width: 500px;
  margin: auto;
  font-size: 14px;
}

.login-form-container dd + dt {
  margin-top: 2em;
}

.login-input {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  background: var(--white);
  border: 1px solid #a8a8a8;
}

.login-submit-wrap {
  margin-top: 3em;
}

.login-submit {
  padding: 8px 30px;
  font-size: 16px;
  color: var(--white);
  background: linear-gradient(0deg, #ee8198 0%, var(--pink) 100%);
  border: none;
  border-radius: 20px;
}




.scr-anim-01 {
  transition: transform 1s;
  transform: scaleY(0);
  transform-origin: bottom;
}

.scr-anim-01.scr-anim-run {
  transform: scaleY(1);
}

.graphs-gender-graph .scr-anim-01 .graphs-graph-number-wrap {
  opacity: 0;
  transition: opacity .5s 1s;
}

.graphs-gender-graph .scr-anim-01.scr-anim-run .graphs-graph-number-wrap {
  opacity: 1;
}

.scr-anim-02 .area-graph-area-bar-61 {
  width: 0;
  transition: width 1s;
}

.scr-anim-02.scr-anim-run .area-graph-area-bar-61 {
  width: 208px;
}

.scr-anim-02 .area-graph-area-bar-17 {
  width: 0;
  transition: width 1s .2s;
}

.scr-anim-02.scr-anim-run .area-graph-area-bar-17 {
  width: 65px;
}

.scr-anim-02 .area-graph-area-bar-10 {
  width: 0;
  transition: width 1s .4s;
}

.scr-anim-02.scr-anim-run .area-graph-area-bar-10 {
  width: 35px;
}

.scr-anim-02 .area-graph-area-bar-4 {
  width: 0;
  transition: width 1s .6s;
}

.scr-anim-02.scr-anim-run .area-graph-area-bar-4 {
  width: 16px;
}

.scr-anim-02 .area-graph-area-bar-3 {
  width: 0;
  transition: width 1s .8s;
}

.scr-anim-02.scr-anim-run .area-graph-area-bar-3 {
  width: 13px;
}

.scr-anim-02 .area-graph-area-bar-2 {
  width: 0;
  transition: width 1s 1s;
}

.scr-anim-02.scr-anim-run .area-graph-area-bar-2 {
  width: 8px;
}

.scr-anim-02 .area-graph-area-bar-1 {
  width: 0;
  transition: width 1s 1.2s;
}

.scr-anim-02.scr-anim-run .area-graph-area-bar-1 {
  width: 4px;
}

.scr-anim-03 .sns-graph-instagram {
  height: 0;
  transition: height 1s;
}

.scr-anim-03.scr-anim-run .sns-graph-instagram {
  height: 151px;
}

.scr-anim-03 .sns-graph-tiktok {
  height: 0;
  transition: height 1s .2s;
}

.scr-anim-03.scr-anim-run .sns-graph-tiktok {
  height: 29px;
}

.scr-anim-03 .sns-graph-x {
  height: 0;
  transition: height 1s .4s;
}

.scr-anim-03.scr-anim-run .sns-graph-x {
  height: 23px;
}

.scr-anim-03 .sns-graph-youtube {
  height: 0;
  transition: height 1s .6s;
}

.scr-anim-03.scr-anim-run .sns-graph-youtube {
  height: 12px;
}

.scr-anim-03 .sns-graph-others {
  height: 0;
  transition: height 1s .8s;
}

.scr-anim-03.scr-anim-run .sns-graph-others {
  height: 3px;
}







@media screen and (width >= 600px) {
  .dm {
    display: block;
  }

  .dml {
    display: block;
  }

  .kv-banner-img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .infinite-slider .swiper-slide {
    height: 80px !important;
    margin-left: 80px;
  }

  h1.worry-h1 {
    text-align: center;
  }

  .solution-contact-link {
    display: inline-block;
    padding: 13px 30px;
    font-size: 26px;
    border-radius: 32px;
    transition: transform .3s;
  }

  .solution-contact-link:focus, .solution-contact-link:hover, .solution-contact-link:active {
    transform: scale(1.03);
  }

  .flow {
    font-size: 18px;
    text-align: center;
  }
}

@media screen and (width >= 1100px) {
  body {
    font-size: 16px;
  }

  .dl {
    display: block;
  }

  .dm {
    display: none;
  }

  .ds {
    display: none;
  }

  .content {
    padding: 120px 25px;
  }

  .content h1 {
    font-size: 34px;
  }

  header .content {
    padding-right: 32px;
    padding-left: 32px;
  }

  .header-logo {
    transition: color .3s;
  }

  .header-logo:focus, .header-logo:hover, .header-logo:active {
    color: var(--pink);
  }

  .btn-contact {
    transition: background .3s, color .3s;
  }

  .btn-contact:focus, .btn-contact:hover, .btn-contact:active {
    color: var(--white);
    background: var(--pink);
  }

  .menu-inner {
    padding-top: 190px;
  }

  .menu-scroll {
    width: 356px;
  }

  .menu-trigger:hover .menu-trigger-bar {
    background: var(--pink);
  }

  .menu-link {
    transition: color .3s;
  }

  .menu-link:focus, .menu-link:hover, .menu-link:active {
    color: var(--pink);
  }

  footer {
    font-size: 14px;
  }

  footer .content {
    width: 1320px;
    padding-top: 120px;
  }

  footer a {
    transition: color .3s;
  }

  footer a:focus, footer a:hover, footer a:active {
    color: var(--pink);
  }

  .footer-layout {
    display: flex;
    gap: 40px;
    align-items: center;
    padding-right: 32px;
    padding-bottom: 40px;
    padding-left: 32px;
  }

  .footer-logo {
    height: 50px;
  }

  .address {
    margin: 0;
  }

  .footer-menu {
    margin-top: -80px;
  }

  .kv {
    font-size: 22px;
  }

  .kv .content {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .kv-main {
    gap: 137px;
    margin-bottom: 130px;
  }

  .kv-logo {
    width: 270px;
  }

  .kv-copy {
    font-size: 40px;
  }

  .kv-sns-img {
    width: 79px;
  }

  .kv-price {
    margin-bottom: 100px;
  }

  .kv-banner-img {
    position: static;
    top: auto;
    left: auto;
    width: 650px;
    transform: none;
  }

  .category-img {
    width: 780px;
  }

  .category a[href="#price"] {
    transition: box-shadow .3s, transform .3s;
  }

  .category a[href="#price"]:focus, .category a[href="#price"]:hover, .category a[href="#price"]:active {
    box-shadow: 3px 3px 11px 1px rgb(0 0 0 / 65%);
    transform: scale(1.05);
  }

  .category-h2 {
    font-size: 26px;
  }

  .swiper-container {
    margin: 100px auto 0;
  }

  .worry-container {
    gap: 40px;
  }

  .worry-box {
    width: calc(100% / 3 - 80px / 3);
    padding: 40px;
  }

  .worry-h2 {
    margin-bottom: 1em;
    font-size: 22px;
  }

  .worry-solution {
    display: inline-block;
    width: auto;
    padding: 16px 45px;
    margin-top: 80px;
    font-size: 36px;
    letter-spacing: .15em;
    border-radius: 50px;
  }

  .feature-h1-1 {
    font-size: 100px;
  }

  .feature-container {
    gap: 40px;
  }

  .feature-box {
    width: calc(100% / 3 - 80px / 3);
    padding: 30px 15px 40px;
  }

  .feature-h2 {
    padding-bottom: 100px;
    margin-bottom: 30px;
    font-size: 23px;
    background-size: auto 72px;
  }

  .feature-h2::before {
    font-size: 47px;
  }

  .feature-h2::after {
    font-size: 16px;
  }

  .inful-swiper-container .swiper-button-prev, .inful-swiper-container .swiper-button-next, .inful-swiper-container .swiper-pagination {
    display: none;
  }

  .inful-swiper-container {
    max-width: 998px;
  }

  .inful-swiper-container .swiper-wrapper {
    display: flex;
    gap: 16px;
    justify-content: center;
  }

  .inful-swiper-container .swiper-slide {
    width: calc(100% / 3 - (80px / 3)) !important;
    height: auto !important;
  }

  .inful-swiper-container .swiper-slide-img {
    width: 100%;
    height: auto;
  }

  .graphs-container {
    display: grid;
    grid-template-rows: 210px 320px 300px;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 50px;
    max-width: 1100px;
    margin: auto;
  }

  .graphs-gender {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
  }

  .graphs-children {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }

  .graphs-area {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }

  .graphs-sns {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
  }

  .graphs-follower {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
  }

  .graphs-ranking {
    grid-row: 3 / 4;
    grid-column: 1 / 4;
  }

  h2.graphs-h2 {
    width: 90%;
    margin-bottom: 2em;
    font-size: 18px;
  }

  .graphs-table-stats {
    margin-bottom: 55px;
  }

  .graphs-gender-stats th {
    padding-bottom: 20px;
  }

  .graphs-follwer-info {
    margin-top: 60px;
  }

  .graphs-ranking .graphs-h2 {
    width: 27%;
  }

  .ranking-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    max-width: none;
  }

  .ranking-item {
    display: flex;
    gap: 20px;
    align-items: center;
    width: calc(100% / 5 - 24px);
  }

  .ranking-item + .ranking-item {
    margin-top: 15px;
  }

  .rank {
    width: 70px;
    font-size: 26px;
  }

  .rank-unit {
    font-size: 13px;
  }

  .rank-name {
    font-size: 17px;
  }

  .ranking-item:nth-child(-n+3) {
    width: calc(100% / 3 - 20px);
  }

  .ranking-item:nth-child(-n+3) .rank {
    width: 86px;
    font-size: 35px;
  }

  .ranking-item:nth-child(-n+3) .rank-unit {
    font-size: 15px;
  }

  .ranking-item:nth-child(-n+3) .rank-name {
    font-size: 20px;
  }

  .content h1.price-h1 {
    width: 500px;
    padding: 15px;
    font-size: 40px;
  }

  .price-txt {
    font-size: 34px;
  }

  .price-txt-1 {
    font-size: 100px;
  }

  .plan-container {
    width: 998px;
  }

  .plan-box {
    width: calc(100% / 3 - 80px / 3);
  }

  .plan-box-lite {
    order: 1;
  }

  .plan-box-standard {
    order: 2;
  }

  .plan-box-custom {
    order: 3;
  }

  .cb-squeeze {
    cursor: pointer;
  }

  .price-contact {
    margin-bottom: 0;
    transition: box-shadow .3s, transform .3s;
  }

  .price-contact:focus, .price-contact:hover, .price-contact:active {
    box-shadow: 3px 3px 11px 1px rgb(0 0 0 / 65%);
    transform: scale(1.05);
  }

  .voice-graph-list {
    max-width: 998px;
  }

  .voice-graph-list-item {
    gap: 10px;
    align-items: center;
  }

  .voice-graph-list-item + .voice-graph-list-item {
    margin-top: 1.5em;
  }

  .voice-graph-rank {
    order: 1;
    width: 65px;
    font-size: 59px;
  }

  .voice-graph-rank-unit {
    font-size: 22px;
  }

  .voice-graph-bar-wrap {
    flex: 1;
    order: 3;
  }

  .voice-graph-bar {
    height: 23px;
  }

  .voice-graph-number {
    margin-left: 20px;
    font-size: 24px;
  }

  .voice-graph-number-unit {
    font-size: 17px;
  }

  .reason {
    order: 2;
    width: 380px;
    font-size: 22px;
  }

  .voice-graph-bar-61 {
    width: 422px;
  }

  .voice-graph-bar-42 {
    width: 305px;
  }

  .voice-graph-bar-37 {
    width: 266px;
  }

  .voice-graph-bar-32 {
    width: 208px;
  }

  .voice-graph-bar-27 {
    width: 149px;
  }

  .voice-container {
    gap: 60px;
  }

  .voice-box {
    font-size: 16px;
  }

  .voice-h2 {
    font-size: 20px;
  }

  .solution-txt {
    text-align: center;
  }

  .solution-tab-container {
    gap: 40px;
    margin-top: 3em;
  }

  .solution-tab {
    display: none;
  }

  .solution-tab-box {
    width: 354px;
    height: auto;
    opacity: 1;
    transition: none;
  }

  .solution-tab:has(input[type="radio"]:checked) + .solution-tab-box {
    height: auto;
    margin-top: 0;
  }

  .solution-contact {
    margin-top: 4em;
    text-align: center;
  }

  .flow-list {
    flex-direction: row;
    gap: 48px;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    text-align: left;
  }

  .flow-item {
    width: calc(100% / 3 - 48px * 2 / 3);
  }

  .faq-q {
    height: 55px;
    cursor: pointer;
  }

  .faq-q label {
    cursor: pointer;
  }

  .faq-q::before {
    width: 55px;
    height: 55px;
    font-size: 22px;
    border-radius: 28px;
    transition: background .3s, color .3s;
  }

  .faq-q:hover::before {
    color: var(--white);
    background: var(--pink);
  }

  .faq-q::after {
    width: 55px;
    height: 55px;
    border-radius: 28px;
  }

  .faq-label {
    padding-right: 65px;
    padding-left: 65px;
  }

  .faq-label::after {
    top: -2px;
    right: 21px;
    width: 11px;
    height: 11px;
  }

  .faq-a-inner::before {
    width: 55px;
    height: 55px;
    font-size: 22px;
    border-radius: 28px;
  }

  .faq-a-txt {
    margin-top: 17px;
  }

  .contact form {
    font-size: 16px;
  }

  .contact label {
    cursor: pointer;
  }

  .contact label:has(input[type="radio"]:focus), .contact label:has(input[type="checkbox"]:focus) {
    background: var(--grey2);
  }

  .contact-submit button[type="submit"] {
    transition: transform .3s;
  }

  .contact-submit button[type="submit"]:hover {
    cursor: pointer;
    transform: scale(1.04);
  }

  .login-submit {
    transition: transform .3s;
  }

  .login-submit:hover {
    transform: scale(1.07)
  }
}
