@charset "UTF-8";
/* この LP の CSS のみ Inter を読み込み（他ページには影響しない） */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
.m-pcs-hidden {
  display: none;
}
@media screen and (max-width: 1000px) {
  .m-pcs-hidden {
    display: inline-block;
  }
}

.m-sps-hidden {
  display: none;
}
@media screen and (max-width: 640px) {
  .m-sps-hidden {
    display: inline-block;
  }
}

.m-lp-sns-subtag {
  color: #97AAD0;
  font-family: Jost, sans-serif;
  text-align: center;
  position: relative;
  display: inline-block;
  font-weight: 500;
  padding: 0 55px;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .m-lp-sns-subtag {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0 35px;
  }
}
.m-lp-sns-subtag::before, .m-lp-sns-subtag::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(151, 170, 208, 0)), to(#97AAD0));
  background: linear-gradient(90deg, rgba(151, 170, 208, 0) 0%, #97AAD0 100%);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .m-lp-sns-subtag::before, .m-lp-sns-subtag::after {
    width: 35px;
    height: 6px;
  }
}
.m-lp-sns-subtag::before {
  left: 0;
}
@media screen and (max-width: 640px) {
  .m-lp-sns-subtag::before {
    left: -5px;
  }
}
.m-lp-sns-subtag::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#97AAD0), to(rgba(151, 170, 208, 0)));
  background: linear-gradient(90deg, #97AAD0 0%, rgba(151, 170, 208, 0) 100%);
}
@media screen and (max-width: 640px) {
  .m-lp-sns-subtag::after {
    right: -5px;
  }
}

.lp-sns__titlebox {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .lp-sns__titlebox {
    margin-bottom: 20px;
  }
}
.lp-sns__titlebox__titlebox {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .lp-sns__titlebox__titlebox {
    margin-bottom: 20px;
  }
}
.lp-sns__titlebox__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #293b69;
  margin: 0;
}
@media screen and (max-width: 765px) {
  .lp-sns__titlebox__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns__titlebox__title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4;
    margin-top: 4px;
  }
}

.lp-sns {
  background-color: #f4f5f7;
  padding-bottom: 40px;
}
.lp-sns-wrapper {
  max-width: 1240px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 765px) {
  .lp-sns-wrapper {
    padding-inline: 15px;
  }
}

.lp-sns-mv {
  margin: 15px 15px 10px;
  border-radius: 12px;
  background: #ebedf3;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .lp-sns-mv {
    margin: 15px 12px 10px;
    border-radius: 10px;
  }
}
.lp-sns-mv__content {
  max-width: 1400px;
  margin-inline: auto;
  padding-left: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1400px) {
  .lp-sns-mv__content {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .lp-sns-mv__content {
    padding-left: 20px;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-mv__content {
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-mv__content {
    padding: 18px;
  }
}
.lp-sns-mv__content-text {
  width: 45%;
  min-width: 550px;
  -webkit-padding-before: 56px;
          padding-block-start: 56px;
  -webkit-padding-after: 56px;
          padding-block-end: 56px;
  color: #293b69;
}
@media screen and (max-width: 1200px) {
  .lp-sns-mv__content-text {
    -webkit-padding-before: 30px;
            padding-block-start: 30px;
    -webkit-padding-after: 30px;
            padding-block-end: 30px;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-mv__content-text {
    min-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-mv__content-text {
    -webkit-padding-before: 5px;
            padding-block-start: 5px;
    text-align: left;
  }
}
.lp-sns-mv__title {
  margin: 0;
  color: #293b69;
  line-height: 1.25;
}
.lp-sns-mv__title-text {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 42px;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 640px) {
  .lp-sns-mv__title-text {
    line-height: 1.3;
    margin-bottom: 8px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.lp-sns-mv__title-text-jost {
  font-family: Jost, sans-serif;
  font-weight: 600;
}
.lp-sns-mv__title-text-main {
  display: inline-block;
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1.1;
  background: linear-gradient(281deg, #293B69 -2.26%, #2D689F 98.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 640px) {
  .lp-sns-mv__title-text-main {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.lp-sns-mv__title-text-item {
  display: inline-block;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.1;
  margin-inline: 6px 5px;
}
@media screen and (max-width: 640px) {
  .lp-sns-mv__title-text-item {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.lp-sns-mv__subtitle {
  margin-top: 6px;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 55.8px;
  letter-spacing: 0.97px;
  color: #293b69;
}
@media screen and (max-width: 765px) {
  .lp-sns-mv__subtitle {
    margin-top: 10px;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-mv__subtitle {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-top: 10px;
  }
}
.lp-sns-mv__subtitle-jost {
  font-family: Jost, sans-serif;
  font-weight: 600;
}
.lp-sns-mv__text {
  margin-top: 18px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25.2px;
  letter-spacing: 0.45px;
  color: #293b69;
}
@media screen and (max-width: 640px) {
  .lp-sns-mv__text {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 13px;
  }
}
.lp-sns-mv__text span {
  font-weight: 700;
}
.lp-sns-mv__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 35px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .lp-sns-mv__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7px;
    margin-top: 20px;
  }
}
.lp-sns-mv__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-width: 170px;
  padding: 19px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 640px) {
  .lp-sns-mv__btn {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 16px 15px;
    min-width: 140px;
  }
}
.lp-sns-mv__btn .lp-sns-mv__btn-text {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.lp-sns-mv__btn .lp-sns-mv__btn-text-item {
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.lp-sns-mv__btn .lp-sns-mv__btn-text-item:nth-child(1) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.lp-sns-mv__btn .lp-sns-mv__btn-text-item:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
@media (hover: hover) and (pointer: fine) {
  .lp-sns-mv__btn:hover {
    opacity: 0.8;
  }
  .lp-sns-mv__btn:hover .lp-sns-mv__btn-text-item:nth-child(1) {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .lp-sns-mv__btn:hover .lp-sns-mv__btn-text-item:nth-child(2) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.lp-sns-mv__btn--trial {
  background: #213d7a;
  color: #fff;
}
.lp-sns-mv__btn--meeting {
  background: #5f77b7;
  color: #fff;
}
.lp-sns-mv__btn-icon {
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .lp-sns-mv__btn-icon {
    width: 17px;
  }
}
.lp-sns-mv__btn-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-sns-mv__content-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
}
@media screen and (max-width: 765px) {
  .lp-sns-mv__content-image {
    width: 116%;
    margin-left: 9%;
  }
}

.lp-sns-usedx {
  margin-block: 75px;
  padding-inline: 20px;
}
@media screen and (max-width: 765px) {
  .lp-sns-usedx {
    margin-block: 50px;
    padding-inline: 15px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-usedx {
    margin-block: 35px;
  }
}

.lp-sns-usedx-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
  border-radius: 4px;
  background-color: #385283;
  position: relative;
  padding-inline: 0px;
}
@media screen and (max-width: 1400px) {
  .lp-sns-usedx-box {
    gap: 25px;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-usedx-box {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lp-sns-usedx-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 440px;
  height: 150px;
  background-image: url(../img/lp_sns/usedx_bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .lp-sns-usedx-box::after {
    z-index: -1;
  }
}
.lp-sns-usedx-box__image {
  position: relative;
  overflow: hidden;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  min-height: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 44%;
}
@media screen and (max-width: 765px) {
  .lp-sns-usedx-box__image {
    max-width: 100%;
  }
}
.lp-sns-usedx-box__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  display: block;
}
@media screen and (max-width: 765px) {
  .lp-sns-usedx-box__image img {
    position: static;
  }
}
.lp-sns-usedx-box__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(4.05%, rgba(44, 61, 97, 0.8)), color-stop(55.82%, rgba(34, 55, 93, 0)));
  background: linear-gradient(90deg, rgba(44, 61, 97, 0.8) 4.05%, rgba(34, 55, 93, 0) 55.82%);
}
@media screen and (max-width: 765px) {
  .lp-sns-usedx-box__image::before {
    content: none;
  }
}
@media screen and (max-width: 1000px) {
  .lp-sns-usedx-box__image {
    min-height: 240px;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-usedx-box__image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: -1vw;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-usedx-box__image {
    margin-top: -7vw;
  }
}
.lp-sns-usedx-box__content {
  position: relative;
  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;
  padding-inline: 0px;
  padding-block: 35px;
}
.lp-sns-usedx-box__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 16px 16px;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .lp-sns-usedx-box__content::after {
    content: none;
  }
}
@media screen and (max-width: 1300px) {
  .lp-sns-usedx-box__content {
    padding-right: 20px;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-usedx-box__content {
    padding: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-usedx-box__content {
    padding: 30px 20px;
  }
}
.lp-sns-usedx-box__content-subtitle {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 765px) {
  .lp-sns-usedx-box__content-subtitle {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-usedx-box__content-subtitle {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.4;
  }
}
.lp-sns-usedx-box__content-subtitle svg {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .lp-sns-usedx-box__content-subtitle svg {
    width: 20px;
    height: 20px;
  }
}
.lp-sns-usedx-box__content-title {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 700;
  color: #ffffff;
  margin-top: 3px;
  line-height: 140%;
  letter-spacing: 1.55px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .lp-sns-usedx-box__content-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-usedx-box__content-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-usedx-box__content-title {
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: 0.02em;
  }
}
.lp-sns-usedx-box__content-text {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 765px) {
  .lp-sns-usedx-box__content-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
    margin-top: 5px;
  }
}
.lp-sns-usedx-box__content-subtext {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
  line-height: 1.8;
  margin-top: 20px;
  position: relative;
  letter-spacing: 0.45px;
  z-index: 1;
}
@media screen and (max-width: 765px) {
  .lp-sns-usedx-box__content-subtext {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-usedx-box__content-subtext {
    margin-top: 10px;
    line-height: 1.6;
  }
}
.lp-sns-usedx-box__content-info {
  margin-top: 18px;
  border-radius: 3px;
  padding: 17px 28px;
  background: rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .lp-sns-usedx-box__content-info {
    padding: 13px 15px;
  }
}
.lp-sns-usedx-box__content-info-title {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 765px) {
  .lp-sns-usedx-box__content-info-title {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.lp-sns-usedx-box__content-info-list {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .lp-sns-usedx-box__content-info-list {
    display: block;
    padding-left: 3px;
  }
}
.lp-sns-usedx-box__content-info-list-item {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 500;
  position: relative;
  padding-left: 16px;
}
@media screen and (max-width: 765px) {
  .lp-sns-usedx-box__content-info-list-item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-usedx-box__content-info-list-item {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-bottom: 3px;
  }
}
.lp-sns-usedx-box__content-info-list-item::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0.7em;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lp-sns-usedx-box__content-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background-color: #ffffff;
  color: #293b69;
  padding: 13px 30px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 765px) {
  .lp-sns-usedx-box__content-btn {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 12px 24px;
    width: 100%;
    max-width: 300px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-usedx-box__content-btn {
    margin-top: 20px;
  }
}
.lp-sns-usedx-box__content-btn:hover {
  opacity: 0.8;
}
.lp-sns-usedx-box__content-btn .lp-sns-usedx-box__content-btn-text {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.lp-sns-usedx-box__content-btn .lp-sns-usedx-box__content-btn-text-item {
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.lp-sns-usedx-box__content-btn .lp-sns-usedx-box__content-btn-text-item:nth-child(1) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.lp-sns-usedx-box__content-btn .lp-sns-usedx-box__content-btn-text-item:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.lp-sns-usedx-box__content-btn:hover .lp-sns-usedx-box__content-btn-text-item:nth-child(1) {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.lp-sns-usedx-box__content-btn:hover .lp-sns-usedx-box__content-btn-text-item:nth-child(2) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.lp-sns-usedx-box__content-btn svg {
  width: 23px;
  height: 23px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lp-sns-challenges {
  padding: 70px 0 70px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23.4%, #FFF), color-stop(67.2%, var(--gray-quaternary, #F4F5F7)));
  background: linear-gradient(180deg, #FFF 23.4%, var(--gray-quaternary, #F4F5F7) 67.2%);
}
@media screen and (max-width: 765px) {
  .lp-sns-challenges {
    padding: 56px 0 50px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges {
    padding: 40px 0 48px;
  }
}
.lp-sns-challenges .blue {
  color: #0f88fb;
}
.lp-sns-challenges .lp-sns__titlebox {
  margin-bottom: 28px;
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges .lp-sns__titlebox {
    margin-bottom: 18px;
  }
}
.lp-sns-challenges__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 765px) {
  .lp-sns-challenges__list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges__list {
    margin-top: 5px;
  }
}
.lp-sns-challenges__list-item {
  border-radius: 6px;
  background: var(--gray-quaternary, #F4F5F7);
  color: #293B69;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.1875rem;
  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;
  gap: 5px;
  text-align: center;
  padding: 25px 13px;
}
.lp-sns-challenges__list-item:nth-child(-n+3) {
  grid-column: span 2;
}
.lp-sns-challenges__list-item:nth-child(n+4) {
  grid-column: span 3;
}
@media screen and (max-width: 1200px) {
  .lp-sns-challenges__list-item {
    font-size: 15px;
    font-size: 0.9375rem;
    min-height: 58px;
    padding-inline: 10px;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-challenges__list-item {
    grid-column: auto !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    min-height: 52px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 14px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges__list-item {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .lp-sns-challenges__list-item svg {
    width: 20px;
    height: 20px;
  }
}
.lp-sns-challenges__subtitle {
  margin-top: 45px;
  text-align: center;
  color: #293b69;
}
@media screen and (max-width: 765px) {
  .lp-sns-challenges__subtitle {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges__subtitle {
    margin-top: 30px;
  }
}
.lp-sns-challenges__subtitle-text {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 765px) {
  .lp-sns-challenges__subtitle-text {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges__subtitle-text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.9;
  }
}
.lp-sns-challenges__subtitle-main {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 765px) {
  .lp-sns-challenges__subtitle-main {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges__subtitle-main {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.lp-sns-challenges__subtitle-main .small {
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 150%;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 765px) {
  .lp-sns-challenges__subtitle-main .small {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges__subtitle-main .small {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.lp-sns-challenges__arrow {
  margin-top: 22px;
  text-align: center;
}
@media screen and (max-width: 765px) {
  .lp-sns-challenges__arrow {
    margin-top: 17px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges__arrow {
    margin-top: 12px;
  }
}
.lp-sns-challenges__arrow img {
  width: 67px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 765px) {
  .lp-sns-challenges__arrow img {
    width: 45px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges__arrow img {
    width: 35px;
  }
}
.lp-sns-challenges__notes {
  margin-top: 35px;
  text-align: center;
  color: #293b69;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.38px;
}
@media screen and (max-width: 765px) {
  .lp-sns-challenges__notes {
    margin-top: 25px;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges__notes {
    margin-top: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.lp-sns-challenges__notes-text {
  margin-top: 14px;
  padding-block: 15px;
  text-align: center;
  color: #293b69;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  line-height: 36px;
  letter-spacing: 0.84px;
  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;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50.35%, #FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 50.35%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 765px) {
  .lp-sns-challenges__notes-text {
    margin-top: 0px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.45;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges__notes-text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.1;
    display: block;
    padding-block: 12px 18px;
  }
}
.lp-sns-challenges__notes-text .small {
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.396px;
  margin-right: 9px;
}
@media screen and (max-width: 765px) {
  .lp-sns-challenges__notes-text .small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges__notes-text .small {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp-sns-challenges__content {
  margin-top: 50px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (max-width: 765px) {
  .lp-sns-challenges__content {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.lp-sns-challenges__content-item {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 21px 16px 16px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges__content-item {
    padding: 18px 15px 18px;
  }
}
.lp-sns-challenges__content-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4px;
}
.lp-sns-challenges__content-item-icon svg {
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges__content-item-icon svg {
    width: 28px;
    height: 28px;
  }
}
.lp-sns-challenges__content-item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #293b69;
  line-height: 1.3;
  margin-top: 6px;
  margin-bottom: 14px;
}
@media screen and (max-width: 765px) {
  .lp-sns-challenges__content-item-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges__content-item-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-sns-challenges__content-item-box {
  margin-top: 8px;
  background: var(--gray-quaternary, #F4F5F7);
  border-radius: 3px;
  padding: 33px 27px;
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges__content-item-box {
    padding: 22px 15px;
  }
}
.lp-sns-challenges__content-item-box--cycle {
  border-radius: 3px;
  background: rgba(15, 136, 251, 0.05);
  padding: 20px 27px;
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges__content-item-box--cycle {
    padding: 22px 15px;
  }
}
.lp-sns-challenges__content-item-box-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}
.lp-sns-challenges__content-item-box-text {
  color: #293b69;
  margin-top: 17px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 16.457px;
  letter-spacing: 0.54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 6.4px;
  -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;
  gap: 4.571px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50.35%, #FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 50.35%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 640px) {
  .lp-sns-challenges__content-item-box-text {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 12px 6px;
  }
}
.lp-sns-challenges__content-item-box-image {
  max-width: 420px;
  margin-inline: auto;
}

.lp-sns-circulation {
  padding: 65px 0 80px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(352deg, rgba(44, 61, 97, 0.08) 17.23%, rgba(34, 55, 93, 0) 93.69%);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 765px) {
  .lp-sns-circulation {
    padding: 48px 0 55px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-circulation {
    padding: 43px 0 40px;
  }
}
.lp-sns-circulation::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/lp_sns/circulation_bg.png);
  background-size: 1590px;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 765px) {
  .lp-sns-circulation::after {
    background-size: 1000px;
  }
}
.lp-sns-circulation .blue {
  color: #0f88fb;
}
.lp-sns-circulation .lp-sns-wrapper {
  position: relative;
  z-index: 1;
}
.lp-sns-circulation__subtitle_box {
  text-align: center;
  color: #293b69;
}
.lp-sns-circulation__subtitle_box-subtext {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 765px) {
  .lp-sns-circulation__subtitle_box-subtext {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-circulation__subtitle_box-subtext {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.lp-sns-circulation__subtitle_box-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 12px;
  line-height: 44.519px;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 765px) {
  .lp-sns-circulation__subtitle_box-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-circulation__subtitle_box-title {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-top: 4px;
  }
}
.lp-sns-circulation__subtitle_box-text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  font-weight: 500;
  line-height: 44.519px;
  letter-spacing: 0.72px;
  margin-top: 5px;
}
@media screen and (max-width: 765px) {
  .lp-sns-circulation__subtitle_box-text {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.45;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-circulation__subtitle_box-text {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-top: 0;
  }
}
.lp-sns-circulation__content-list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 849px;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .lp-sns-circulation__content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lp-sns-circulation__content-list-item {
  aspect-ratio: 1/1;
  max-width: 283px;
  width: 100%;
  margin-inline: auto;
  border-radius: 500px;
  border: 2px solid rgba(41, 59, 105, 0.05);
  background: rgba(255, 255, 255, 0.7);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 24px;
}
@media screen and (max-width: 765px) {
  .lp-sns-circulation__content-list-item {
    padding: 15px 15px 25px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-circulation__content-list-item {
    width: 170px;
  }
}
.lp-sns-circulation__content-list-item:nth-child(1) {
  margin-right: -20px;
}
@media screen and (max-width: 640px) {
  .lp-sns-circulation__content-list-item:nth-child(1) {
    margin-right: -5px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-circulation__content-list-item:nth-child(2) {
    margin-left: -5px;
  }
}
.lp-sns-circulation__content-list-item:nth-child(3) {
  margin-left: -20px;
}
@media screen and (max-width: 640px) {
  .lp-sns-circulation__content-list-item:nth-child(3) {
    margin-left: auto;
    margin-top: -30px;
  }
}
.lp-sns-circulation__content-list-item-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-sns-circulation__content-list-item-icon svg {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 640px) {
  .lp-sns-circulation__content-list-item-icon svg {
    width: 28px;
    height: 28px;
  }
}
.lp-sns-circulation__content-list-item-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 20px;
  font-weight: 700;
  color: #293b69;
  line-height: 33.6px;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 765px) {
  .lp-sns-circulation__content-list-item-title {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-top: 7px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-circulation__content-list-item-title {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-top: 3px;
  }
}
.lp-sns-circulation__content-list-item-text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 25px;
  color: #293b69;
  line-height: 150%;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 1000px) {
  .lp-sns-circulation__content-list-item-text {
    margin-top: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-circulation__content-list-item-text {
    margin-top: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-circulation__content-list-item-text {
    margin-top: 4px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.lp-sns-circulation__title_box {
  margin-top: 24px;
  text-align: center;
  color: #293b69;
}
.lp-sns-circulation__title_box-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 42px;
}
@media screen and (max-width: 765px) {
  .lp-sns-circulation__title_box-text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-circulation__title_box-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.lp-sns-circulation__title_box-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 42px;
}
@media screen and (max-width: 765px) {
  .lp-sns-circulation__title_box-title {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-circulation__title_box-title {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.3;
    margin-top: 7px;
  }
}
.lp-sns-circulation__title_box-title .blue {
  font-size: 39px;
  font-size: 2.4375rem;
}
@media screen and (max-width: 765px) {
  .lp-sns-circulation__title_box-title .blue {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-circulation__title_box-title .blue {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.lp-sns-composition {
  background-color: #4f629a;
  border-radius: 8px;
  margin: 0 15px 24px;
  padding: 65px 25px 65px;
}
@media screen and (max-width: 765px) {
  .lp-sns-composition {
    padding: 35px 15px 30px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-composition {
    margin: 0 12px 16px;
    padding: 34px 10px 22px;
  }
}
.lp-sns-composition .lp-sns__titlebox {
  margin-bottom: 20px;
}
.lp-sns-composition .lp-sns__titlebox__subtitle {
  color: #d6dcef;
}
.lp-sns-composition__subtitle_box-subtext {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 765px) {
  .lp-sns-composition__subtitle_box-subtext {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-composition__subtitle_box-subtext {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.lp-sns-composition__subtitle_box-title {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.72px;
  line-height: 150%;
}
@media screen and (max-width: 765px) {
  .lp-sns-composition__subtitle_box-title {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-composition__subtitle_box-title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.5;
    margin-top: 13px;
  }
}
.lp-sns-composition__subtitle_box-title_bold {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.84px;
  line-height: 150%;
}
@media screen and (max-width: 765px) {
  .lp-sns-composition__subtitle_box-title_bold {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-composition__subtitle_box-title_bold {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.lp-sns-composition_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px 12px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 765px) {
  .lp-sns-composition_list {
    gap: 12px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-composition_list {
    gap: 7px;
  }
}
.lp-sns-composition_list_item {
  width: calc((100% - 24px) / 3);
  max-width: 360px;
  background-color: #f3f4f8;
  border-radius: 4px;
  padding: 30px 0px 0px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .lp-sns-composition_list_item {
    width: 32%;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-composition_list_item {
    width: 48%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-composition_list_item {
    width: 48.5%;
    padding: 18px 0px 0px;
  }
}
.lp-sns-composition_list_item-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 765px) {
  .lp-sns-composition_list_item-icon {
    width: 35px;
    height: 35px;
  }
  .lp-sns-composition_list_item-icon img {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-composition_list_item-icon {
    width: 30px;
    height: 30px;
  }
}
.lp-sns-composition_list_item-icon img {
  width: 30px;
  height: 30px;
}
.lp-sns-composition_list_item-title {
  margin-top: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #293b69;
  text-align: center;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.312px;
  padding-inline: 25px;
}
@media screen and (max-width: 765px) {
  .lp-sns-composition_list_item-title {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-top: 7px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-composition_list_item-title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 3px;
    padding-inline: 15px;
  }
}
.lp-sns-composition_list_item-list {
  margin-top: 16px;
  margin-bottom: 20px;
  width: 100%;
  padding-inline: 25px;
}
@media screen and (max-width: 765px) {
  .lp-sns-composition_list_item-list {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-composition_list_item-list {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-inline: 15px;
  }
}
.lp-sns-composition_list_item-list-item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.55;
  color: #2b2b2b;
}
@media screen and (max-width: 765px) {
  .lp-sns-composition_list_item-list-item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-composition_list_item-list-item {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.lp-sns-composition_list_item-image {
  margin-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 765px) {
  .lp-sns-composition_list_item-image {
    margin-top: auto;
    margin-bottom: 0px;
  }
}

.lp-sns-point {
  padding: 40px 0 45px;
}
@media screen and (max-width: 765px) {
  .lp-sns-point {
    padding: 26px 0 30px;
  }
}
.lp-sns-point .lp-sns__titlebox {
  margin-bottom: 34px;
}
@media screen and (max-width: 640px) {
  .lp-sns-point .lp-sns__titlebox {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-point .lp-sns__titlebox__subtitle {
    padding: 0 44px;
    line-height: 1.3;
  }
}
.lp-sns-point .lp-sns__titlebox__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.45;
  color: #293b69;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 765px) {
  .lp-sns-point .lp-sns__titlebox__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-point .lp-sns__titlebox__title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 10px;
    line-height: 1.4;
  }
}
.lp-sns-point .lp-sns__titlebox__title-main {
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.84px;
  line-height: 36px;
}
@media screen and (max-width: 765px) {
  .lp-sns-point .lp-sns__titlebox__title-main {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-point .lp-sns__titlebox__title-main {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.4;
  }
}
.lp-sns-point__list {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  max-width: 1240px;
}
@media screen and (max-width: 640px) {
  .lp-sns-point__list {
    margin: 30px auto 0;
    gap: 7px;
  }
}
.lp-sns-point__list-item {
  width: calc((100% - 12px) / 2);
  min-height: 56px;
  border: 1px solid #aeb7ca;
  color: #293b69;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  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;
  gap: 8px;
  text-align: center;
  padding: 8px 14px;
  border-radius: 2px;
}
.lp-sns-point__list-item:last-child {
  width: 100%;
}
@media screen and (max-width: 765px) {
  .lp-sns-point__list-item {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    min-height: 52px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    padding: 10px 14px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-point__list-item {
    font-size: 14px;
    font-size: 0.875rem;
    min-height: 45px;
    padding-left: 25px;
  }
}
.lp-sns-point__list-item svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 640px) {
  .lp-sns-point__list-item svg {
    width: 20px;
    height: 20px;
  }
}
.lp-sns-point__text {
  margin-top: 28px;
  color: #293b69;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.55;
  font-weight: 500;
  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;
}
@media screen and (max-width: 765px) {
  .lp-sns-point__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.45;
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-point__text {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 15px;
  }
}
.lp-sns-point__text-main {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 765px) {
  .lp-sns-point__text-main {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-point__text-main {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.lp-sns-point__text-main-jost {
  font-family: Jost, sans-serif;
  font-weight: 600;
}

.lp-sns-tips {
  padding: 80px 0 70px;
  background-color: #EAECF2;
}
@media screen and (max-width: 765px) {
  .lp-sns-tips {
    padding: 45px 0 35px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-tips {
    padding: 45px 0 40px;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-tips .lp-sns__titlebox {
    margin-bottom: 25px;
  }
}
.lp-sns-tips .lp-sns__titlebox__title {
  line-height: 1.4;
  margin-top: 8px;
}
.lp-sns-tips .lp-sns__titlebox__text {
  margin-top: 25px;
  text-align: center;
  color: #2b2b2b;
  font-size: 16px;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 765px) {
  .lp-sns-tips .lp-sns__titlebox__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-tips .lp-sns__titlebox__text {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 15px;
  }
}
.lp-sns-tips__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  position: relative;
}
@media screen and (max-width: 765px) {
  .lp-sns-tips__list {
    gap: 37px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-tips__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-sns-tips__list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f5f6f8;
  border: 1px solid #c6ccdc;
  position: relative;
}
@media screen and (max-width: 640px) {
  .lp-sns-tips__list-item {
    margin-inline: auto;
    width: 80%;
  }
}
.lp-sns-tips__list-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  width: 28px;
  height: 26px;
  background-image: url(../img/lp_sns/challenges_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 765px) {
  .lp-sns-tips__list-item:not(:last-child)::after {
    right: -29px;
    width: 20px;
    height: 13px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-tips__list-item:not(:last-child)::after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(0deg);
        -ms-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
    bottom: -26px;
    top: auto;
    width: 24px;
    height: 15px;
  }
}
.lp-sns-tips__list-item-title {
  background-color: #293b69;
  color: #fff;
  text-align: center;
  padding: 16px 12px 15px;
  min-height: 95px;
  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;
  gap: 3px;
}
@media screen and (max-width: 765px) {
  .lp-sns-tips__list-item-title {
    padding: 5px 7px 13px;
    min-height: 75px;
  }
}
.lp-sns-tips__list-item-title-main {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.42px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 765px) {
  .lp-sns-tips__list-item-title-main {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-tips__list-item-title-main {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.lp-sns-tips__list-item-title-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: 0.2px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .lp-sns-tips__list-item-title-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-tips__list-item-title-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-tips__list-item-title-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.lp-sns-tips__list-item-list {
  list-style: none;
  padding: 18px 35px 18px;
  margin: 0;
  min-height: 112px;
  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;
}
@media screen and (max-width: 765px) {
  .lp-sns-tips__list-item-list {
    padding: 10px 18px 10px;
    min-height: 90px;
  }
}
.lp-sns-tips__list-item-list-item {
  color: #464646;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.15px;
}
@media screen and (max-width: 765px) {
  .lp-sns-tips__list-item-list-item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-tips__list-item-list-item {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.lp-sns-tips__list-item-list-item {
  /* 27px */
}

.lp-sns-platio {
  padding: 65px 0 60px;
  background-color: #fff;
}
@media screen and (max-width: 765px) {
  .lp-sns-platio {
    padding: 58px 0 45px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-platio {
    padding: 45px 0 40px;
  }
}
.lp-sns-platio__title {
  text-align: center;
  color: #293b69;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 500;
}
@media screen and (max-width: 765px) {
  .lp-sns-platio__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-platio__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.lp-sns-platio__title-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
  vertical-align: 3px;
}
.lp-sns-platio__title-logo img {
  width: auto;
  max-width: 148px;
  height: auto;
  display: block;
}
@media screen and (max-width: 765px) {
  .lp-sns-platio__title-logo img {
    max-width: 128px;
  }
}
.lp-sns-platio__title-text {
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.834px;
  background-color: #fff;
  padding-inline: 30px;
}
@media screen and (max-width: 765px) {
  .lp-sns-platio__title-text {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-platio__title-text {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    padding-inline: 17px;
    display: inline-block;
    margin-top: 7px;
  }
}
.lp-sns-platio__title-text-main {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.973px;
}
@media screen and (max-width: 765px) {
  .lp-sns-platio__title-text-main {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-platio__title-text-main {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.lp-sns-platio__box {
  margin-top: -18px;
  border: 1px solid #D4D7E4;
  border-radius: 4px;
  padding: 50px 30px 35px;
}
@media screen and (max-width: 1000px) {
  .lp-sns-platio__box {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-platio__box {
    padding: 35px 15px 25px;
  }
}
.lp-sns-platio__box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .lp-sns-platio__box-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lp-sns-platio__box-list-item {
  width: calc((100% - 40px) / 5);
  min-height: 192px;
  border: 1px solid #D4D7E4;
  border-radius: 2px;
  padding: 26px 10px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 765px) {
  .lp-sns-platio__box-list-item {
    padding: 17px 5px;
    min-height: 140px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-platio__box-list-item {
    min-height: 120px;
    padding: 13px 5px;
    width: calc((100% - 20px) / 3);
  }
}
.lp-sns-platio__box-list-item-icon {
  width: 64px;
  height: 64px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F4F5F7;
}
@media screen and (max-width: 765px) {
  .lp-sns-platio__box-list-item-icon {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-platio__box-list-item-icon {
    width: 40px;
    height: 40px;
  }
}
.lp-sns-platio__box-list-item-icon svg {
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 765px) {
  .lp-sns-platio__box-list-item-icon svg {
    width: 33px;
    height: 33px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-platio__box-list-item-icon svg {
    width: 28px;
    height: 28px;
  }
}
.lp-sns-platio__box-list-item-text {
  margin-top: 21px;
  color: #293b69;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.57px;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .lp-sns-platio__box-list-item-text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-platio__box-list-item-text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-platio__box-list-item-text {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 10px;
  }
}
.lp-sns-platio__box-use {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 765px) {
  .lp-sns-platio__box-use {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-platio__box-use {
    margin-top: 45px;
  }
}
.lp-sns-platio__box-use-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #F4F5F7;
  border-radius: 7px;
  padding: 26px 30px 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .lp-sns-platio__box-use-item {
    padding: 22px 20px 19px;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-platio__box-use-item {
    padding: 13px 18px 19px;
  }
}
.lp-sns-platio__box-use-item.lp-sns-platio__box-use-item-business {
  background-color: #F2F8FE;
}
@media screen and (max-width: 765px) {
  .lp-sns-platio__box-use-item.lp-sns-platio__box-use-item-business {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-platio__box-use-item.lp-sns-platio__box-use-item-business {
    margin-top: 35px;
  }
}
.lp-sns-platio__box-use-item.lp-sns-platio__box-use-item-business .lp-sns-platio__box-use-item-text-box {
  margin-top: 21px;
  padding: 0px;
  background-color: transparent;
}
.lp-sns-platio__box-use-item-notes, .lp-sns-platio__box-use-item-logo {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  background: #2d447f;
  padding: 6px 20px;
}
@media screen and (max-width: 1000px) {
  .lp-sns-platio__box-use-item-notes, .lp-sns-platio__box-use-item-logo {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-platio__box-use-item-notes, .lp-sns-platio__box-use-item-logo {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-platio__box-use-item-notes, .lp-sns-platio__box-use-item-logo {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 5px 17px;
  }
}
.lp-sns-platio__box-use-item-logo {
  max-width: 175px;
  margin-inline: auto;
  background-color: transparent;
  padding: 0;
  top: -33px;
}
@media screen and (max-width: 765px) {
  .lp-sns-platio__box-use-item-logo {
    max-width: 140px;
    top: -33px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-platio__box-use-item-logo {
    max-width: 125px;
    top: -25px;
  }
}
.lp-sns-platio__box-use-item-text {
  border-radius: 6px;
  background: #fff;
  color: #293b69;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 14px 12px;
  margin-top: 16px;
}
@media screen and (max-width: 1000px) {
  .lp-sns-platio__box-use-item-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-platio__box-use-item-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-platio__box-use-item-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.lp-sns-platio__box-use-item-text-box {
  border-radius: 2px;
  background: #fff;
  margin-top: 16px;
  padding: 14px 10px;
  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;
  gap: 10px;
}
.lp-sns-platio__box-use-item-text-box-text {
  color: #293b69;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  background-color: #fff;
  padding: 16px 12px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .lp-sns-platio__box-use-item-text-box-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-platio__box-use-item-text-box-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-platio__box-use-item-text-box-text {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 14px 10px;
  }
}
.lp-sns-platio__box-use-item-text-box-text-plus {
  color: #293b69;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .lp-sns-platio__box-use-item-text-box-text-plus {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.lp-sns-connection {
  padding: 65px 0 40px;
  background-color: #EAECF2;
}
@media screen and (max-width: 765px) {
  .lp-sns-connection {
    padding: 55px 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-connection {
    padding: 45px 0 25px;
  }
}
.lp-sns-connection .lp-sns__titlebox {
  margin-bottom: 15px;
}
.lp-sns-connection .lp-sns__titlebox__title {
  font-size: 28px;
  font-size: 1.75rem;
  color: #293b69;
  text-align: center;
  line-height: 1.45;
  font-weight: 500;
  margin-top: 8px;
  line-height: 150%;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 765px) {
  .lp-sns-connection .lp-sns__titlebox__title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-connection .lp-sns__titlebox__title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 130%;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-connection .lp-sns__titlebox__title .lp-sns__titlebox__title-sptext {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-connection .m-lp-sns-subtag {
    padding: 0 44px;
    line-height: 1.3;
  }
}
.lp-sns-connection .lp-sns__titlebox__title-jost {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.lp-sns-connection .lp-sns__titlebox__title-main {
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 765px) {
  .lp-sns-connection .lp-sns__titlebox__title-main {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-connection .lp-sns__titlebox__title-main {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.lp-sns-connection__img {
  margin-top: 16px;
  max-width: 973px;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .lp-sns-connection__img {
    margin-top: 20px;
  }
}
.lp-sns-connection__list {
  margin-top: 14px;
  list-style: none;
  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;
  border-radius: 4px;
  background: #fff;
  padding: 25px 25px;
  max-width: 850px;
  margin-inline: auto;
  gap: 45px;
}
@media screen and (max-width: 1000px) {
  .lp-sns-connection__list {
    padding: 20px;
    gap: 35px;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-connection__list {
    padding: 16px;
    gap: 17px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-connection__list {
    gap: 5px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 9px;
  }
}
.lp-sns-connection__list-item {
  font-size: 20px;
  font-size: 1.25rem;
  color: #293b69;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  line-height: 150%;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1000px) {
  .lp-sns-connection__list-item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-connection__list-item {
    font-size: 16px;
    font-size: 1rem;
    gap: 3px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-connection__list-item {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.lp-sns-connection__list-item svg {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 765px) {
  .lp-sns-connection__list-item svg {
    width: 20px;
    height: 20px;
  }
}
.lp-sns-connection__text {
  margin-top: 20px;
  text-align: center;
  color: #293b69;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4;
}
@media screen and (max-width: 765px) {
  .lp-sns-connection__text {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-connection__text {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.lp-sns-connection__text-bold {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  margin-inline: 6px;
}
@media screen and (max-width: 765px) {
  .lp-sns-connection__text-bold {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-connection__text-bold {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.lp-sns-connection__text-jost {
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

.lp-sns-effect {
  padding: 70px 0 0px;
}
@media screen and (max-width: 765px) {
  .lp-sns-effect {
    padding: 47px 0 0px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-effect {
    padding: 40px 0 0px;
  }
}
.lp-sns-effect .lp-sns__titlebox {
  margin-bottom: 26px;
}
.lp-sns-effect .lp-sns__titlebox__title {
  font-size: 28px;
  font-size: 1.75rem;
  color: #293b69;
  text-align: center;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 765px) {
  .lp-sns-effect .lp-sns__titlebox__title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-effect .lp-sns__titlebox__title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.lp-sns-effect .lp-sns__titlebox__title-main {
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 765px) {
  .lp-sns-effect .lp-sns__titlebox__title-main {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-effect .lp-sns__titlebox__title-main {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.lp-sns-effect__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .lp-sns-effect__list {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lp-sns-effect__list-item {
  width: calc((100% - 40px) / 5);
  min-height: 102px;
  border-radius: 4px;
  background: #fff;
  padding: 14px 8px 12px;
  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;
}
@media screen and (max-width: 1000px) {
  .lp-sns-effect__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-effect__list-item {
    width: calc((100% - 10px) / 2);
    min-height: 75px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.lp-sns-effect__list-item-icon {
  width: 42px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
@media screen and (max-width: 1300px) {
  .lp-sns-effect__list-item-icon {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .lp-sns-effect__list-item-icon {
    margin-right: 0px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-effect__list-item-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
}
.lp-sns-effect__list-item-text {
  color: #293b69;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 140%;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .lp-sns-effect__list-item-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-effect__list-item-text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-effect__list-item-text {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: left;
  }
}

.lp-sns-dx_bottom {
  background-color: #293b69;
  margin: 60px 15px 10px;
  padding: 80px 15px;
  background-image: url(../img/lp_sns/dx_bottom_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
@media screen and (max-width: 765px) {
  .lp-sns-dx_bottom {
    margin: 25px 15px 10px;
    padding: 12px 20px;
  }
}

.lp-sns-dx_bottom__list {
  max-width: 1020px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 160px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .lp-sns-dx_bottom__list {
    gap: 60px;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-dx_bottom__list {
    gap: 30px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-dx_bottom__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.lp-sns-dx_bottom__list.lp-sns-slide-right-stagger .lp-sns-dx_bottom__list-item.lp-sns-slide-right:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.lp-sns-dx_bottom__list.lp-sns-slide-right-stagger .lp-sns-dx_bottom__list-item.lp-sns-slide-right:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.lp-sns-dx_bottom__list.lp-sns-slide-right-stagger .lp-sns-dx_bottom__list-item.lp-sns-slide-right:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.lp-sns-dx_bottom__list.lp-sns-slide-right-stagger .lp-sns-dx_bottom__list-item.lp-sns-slide-right:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.lp-sns-dx_bottom__list.lp-sns-slide-right-stagger .lp-sns-dx_bottom__list-item.lp-sns-slide-right:nth-child(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.lp-sns-dx_bottom__list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 640px) {
  .lp-sns-dx_bottom__list::after {
    content: none;
  }
}

.lp-sns-dx_bottom__list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
.lp-sns-dx_bottom__list-item.lp-sns-slide-right {
  opacity: 0;
  -webkit-transform: translateX(80px);
      -ms-transform: translateX(80px);
          transform: translateX(80px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.lp-sns-dx_bottom__list-item.lp-sns-slide-right.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 765px) {
  .lp-sns-dx_bottom__list-item {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-dx_bottom__list-item {
    padding: 20px 0px 35px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .lp-sns-dx_bottom__list-item:last-child {
    margin-bottom: 0px;
    border-bottom: none;
  }
}

.lp-sns-dx_bottom__list-item-image {
  width: 100%;
  max-width: 430px;
  max-height: 324px;
  margin: 0 auto 25px;
  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;
}
@media screen and (max-width: 640px) {
  .lp-sns-dx_bottom__list-item-image {
    margin: 0 auto 20px;
  }
}
.lp-sns-dx_bottom__list-item-image img {
  max-width: 100%;
  max-height: 324px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 640px) {
  .lp-sns-dx_bottom__list-item-image.lp-sns-dx_bottom__list-item-image_small {
    max-width: 85%;
  }
}

.lp-sns-dx_bottom__list-item-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .lp-sns-dx_bottom__list-item-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-dx_bottom__list-item-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 640px) {
  .lp-sns-dx_bottom__list-item-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.lp-sns-dx_bottom__list-item-text {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 22px;
}
@media screen and (max-width: 1000px) {
  .lp-sns-dx_bottom__list-item-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 765px) {
  .lp-sns-dx_bottom__list-item-text {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: left;
  }
}

.lp-sns-dx_bottom__list-item-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  gap: 8px;
  background-color: #ffffff;
  color: #293b69;
  padding: 16px 42px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 765px) {
  .lp-sns-dx_bottom__list-item-btn {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 12px 24px;
    width: 100%;
    max-width: 280px;
  }
}
.lp-sns-dx_bottom__list-item-btn svg {
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lp-sns-dx_bottom__list-item-btn:hover {
  opacity: 0.8;
}
.lp-sns-dx_bottom__list-item-btn .lp-sns-dx_bottom__list-item-btn-text {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.lp-sns-dx_bottom__list-item-btn .lp-sns-dx_bottom__list-item-btn-text-item {
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.lp-sns-dx_bottom__list-item-btn .lp-sns-dx_bottom__list-item-btn-text-item:nth-child(1) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.lp-sns-dx_bottom__list-item-btn .lp-sns-dx_bottom__list-item-btn-text-item:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.lp-sns-dx_bottom__list-item-btn:hover .lp-sns-dx_bottom__list-item-btn-text-item:nth-child(1) {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.lp-sns-dx_bottom__list-item-btn:hover .lp-sns-dx_bottom__list-item-btn-text-item:nth-child(2) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}/*# sourceMappingURL=lp_sns.css.map */