@charset "utf-8";
@import 'variables.css';
/*
Description: TOPページのスタイルシート
Author: Quail,inc.
Version: 1.0.0
*/

.p-top-mv {
  height: 100vh;
  width: 100%;
  position: relative;
}

.p-top-mv__image {
  height: 100%;
  width: 100%;
  background-image: url("../../img/renewal/top/mv_image.webp");
  background-size: cover;
}

.p-top-mv__title {
  position: absolute;
  bottom: 89px;
  left: 68px;
}

.p-top-mv__title-sub {
  display: inline-block;
  font-size: 19px;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  background-color: var(--red);
  border-radius: 23px;
  padding: 13px 23px 14px;
}

.p-top-mv__title-main {
  font-size: 55px;
  font-weight: 800;
  line-height: 1;
  color: var(--black);
  margin-top: 9px;
}

.p-top-mv__title-main span {
  display: block;
  width: fit-content;
  background-color: var(--white);
  border-radius: 7px;
  margin-top: 6px;
  padding: 11px 15px 13px;
}

.p-top-mv__banner {
  background-color: var(--red);
  border: 4px solid var(--red-darker);
  border-radius: 100px;
  padding: 21px 31px 24px 24px;
  position: absolute;
  right: 43px;
  bottom: 64px;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.35);
}

/*----------------------------------------
  p-top-banner
----------------------------------------*/

.p-top-banner {
  width: 100%;
  max-width: 1230px;
  margin: 63px auto 0;
  padding-inline: 95px;
  position: relative;
}

.p-top-banner__list {
  overflow: hidden;
}

.p-top-banner__image {
  border-radius: 8px;
  overflow: hidden;
}

.p-top-banner__text {
  font-size: 13px;
  font-weight: 400;
  margin-top: 9px;
  color: var(--soft-black);
}

.p-top-banner__pagination {
  width: auto!important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 37px;
  gap: 12px;
}

.p-top-banner__pagination .swiper-pagination-bullet {
  margin: 0!important;
}

.p-top-banner__pagination .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: var(--red);
}

.p-top-banner__button-prev,
.p-top-banner__button-next {
  width: 70px;
  height: 70px;
  background-color: var(--pale-gray);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 39px);
  transform: translateY(-50%);
  cursor: pointer;
}

.p-top-banner__button-prev {
  left: 0;
}

.p-top-banner__button-next {
  right: 0;
}

.p-top-banner__button-prev::before,
.p-top-banner__button-next::before {
  content: "";
  display: block;
  width: 13px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: calc(50% - 2px);
  transform: translate(-50%,-50%);
  background-image: url("../../img/renewal/common/icon_arrow_simple_red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.p-top-banner__button-next::before {
  left: calc(50% + 2px);
  transform: translate(-50%,-50%) scale(-1,1);
}

/*----------------------------------------
  p-top-about
----------------------------------------*/

.p-top-about {
  background-color: var(--pale-orange);
  border-radius: 80px;
  margin-top: 228px;
  padding-bottom: 115px;
}

.p-top-about-intro {
  padding-inline: 5%;
}

.p-top-about-intro__wrap {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  background-image: url("../../img/renewal/top/about_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  transform: translateY(-120px);
  border-radius: 30px;
  padding: 20px;
}

.p-top-about-intro__inner {
  background-color: var(--white);
  border-radius: 20px;
  padding: 56px 83px 68px;
}

.p-top-about-intro__sub-title {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
}

.p-top-about-intro__title {
  font-size: 44px;
  font-weight: 800;
  text-align: center;
  margin-top: 32px;
}

.p-top-about-intro__title span {
  background: linear-gradient(transparent 70%, var(--light-pink) 30%);
}

.p-top-about-intro__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px 84px;
  margin-top: 72px;
  padding-left: 29px;
}

.p-top-about-intro__item {
  height: fit-content;
  padding: 24px 30px 27px 40px;
  position: relative;
  border: 1px dashed var(--black);
  border-radius: 16px;
}

.p-top-about-intro__item-icon {
  width: 76px;
  height: 76px;
  position: absolute;
  top: -35px;
  left: -30px;
}

.p-top-about-intro__item-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.85;
  color: var(--black);
}

.p-top-about-intro__item-text span {
  color: var(--red);
}

.p-top-about-intro__video {
  position: relative;
  margin: 62px auto 0;
}

.p-top-about-intro__video-thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../img/renewal/top/about-video-thumbnail.webp);
  background-size: cover;
  background-position: center center;
}

.p-top-about-intro__video-thumbnail.is-hidden {
  display: none;
}

.p-top-about-intro__video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  background-image: url(../../img/renewal/common/play-icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.p-top-about-intro__video-button.is-hidden {
  display: none;
}

.p-top-about-intro__iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 880 / 495;
}

.p-top-about-intro__button {
  margin:  47px auto 0;
}

.p-top-about-info {
  margin-top: 14px;
}

.p-top-about-info__title {
  font-size: 54px;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
}

.p-top-about-info__title span {
  display: inline-block;
  background-image: radial-gradient(currentColor 3px, transparent 3px);
  background-size: 7px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 9px;
}

.p-top-about-info__item {
  padding-inline: 5%;
}

.p-top-about-info__item:nth-of-type(1) {
  margin-top: 43px;
}

.p-top-about-info__item:nth-of-type(2) {
  margin-top: 18px;
}

.p-top-about-info__item:nth-of-type(3) {
  margin-top: 128px;
}

.p-top-about-info__item-wrap {
  width: 100%;
  max-width: 1280px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.p-top-about-info__item:nth-of-type(1)
.p-top-about-info__item-image {
  padding-inline: 30px 85px;
}

.p-top-about-info__item:nth-of-type(2)
.p-top-about-info__item-image {
  padding-inline: 43px 27px;
}

.p-top-about-info__item:nth-of-type(3)
.p-top-about-info__item-image {
  padding-inline: 62px 68px;
}

.p-top-about-info__item-content {
  position: relative;
}

.p-top-about-info__item-bg {
  position: absolute;
}

.p-top-about-info__item:nth-of-type(1)
.p-top-about-info__item-bg {
  top: -27px;
}

.p-top-about-info__item:nth-of-type(2)
.p-top-about-info__item-bg {
  top: -27px;
}

.p-top-about-info__item:nth-of-type(3)
.p-top-about-info__item-bg {
  top: -100px;
}

.p-top-about-info__item-inner {
  position: relative;
  padding-inline: 70px;
}

.p-top-about-info__item-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--FontInter);
  letter-spacing: 0.02em;
  background-image: radial-gradient(currentColor 2px, transparent 2px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
  padding-left: 2px;
  padding-right: 2px;
}

.p-top-about-info__item-label strong {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.p-top-about-info__item-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.01em;
  margin-top: 28px;
}

.p-top-about-info__item-title span {
  color: var(--red);
}

.p-top-about-info__item-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.85;
  margin-top: 24px;
}

.p-top-about-info__item-button {
  margin-top: 37px;
}

/*----------------------------------------
  p-top-plan
----------------------------------------*/

.p-top-plan {
  padding: 122px 5% 89px;
}

.p-top-plan__item {
  width: 100%;
  max-width: 1280px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 46.9%;
  border: 8px solid var(--light-gray);
  margin: 52px auto 0;
  border-radius: 30px;
  overflow: hidden;
}

.p-top-plan__content {
  align-self: center;
  padding: 78px 84px 89px;
}

.p-top-plan__title {
  font-size: 38px;
  font-weight: 900;
  color: var(--black);
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.p-top-plan__title-en {
  font-family: var(--fontJost);
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
  margin-left: 10px;
}

.p-top-plan__title-en::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: var(--black);
  transform: rotate(-45deg);
}

.p-top-plan__text {
  margin-top: 29px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.85;
  color: var(--black);
}

.p-top-plan__button {
  margin-top: 37px;
}

.p-top-plan__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------------------------------------
  p-top-voice
----------------------------------------*/

.p-top-voice {
  padding-top: 101px;
}

.p-top-voice__list {
  margin-top: 44px;
}

.p-top-voice__item {
  padding: 40px;
  border: 7px solid var(--light-gray);
  background-color: var(--white);
  border-radius: 20px;
}

.p-top-voice__item-head {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 19px;
}

.p-top-voice__item-image {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  overflow: hidden;
}

.p-top-voice__item-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--red);
}

.p-top-voice__item-profile {
  font-size: 12px;
  font-weight: 400;
  color: var(--gray-darker);
  margin-top: 14px;
}

.p-top-voice__item-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
  margin-top: 12px;
}

.p-top-voice__button {
  margin: 36px auto 0;
}

/*----------------------------------------
  p-top-faq
----------------------------------------*/

.p-top-faq {
  margin-top: 226px;
  padding-inline: 5%;
}

.p-top-faq__wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: var(--pale-orange);
  border-radius: 16px;
  padding: 115px 10% 80px;
}

.p-top-faq__title {
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translateX(-50%);
}

.p-top-faq__item {
  margin-top: 15px;
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px 24px 40px 31px;
}

.p-top-faq__item:first-of-type {
  margin-top: 0;
}

.p-top-faq__question {
  width: 100%;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
  text-align: left;
  color: var(--black);
  background-color: var(--white);
  padding-inline: 58px 75px;
}

.p-top-faq__question::before {
  content: "Q.";
  font-size: 33px;
  font-weight: 400;
  line-height: 1;
  font-family: var(--fontJost);
  position: absolute;
  top: -3px;
  left: 0;
  color: var(--red);
}

.p-top-faq__answer {
  position: relative;
  display: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
  color: var(--soft-black);
  padding-inline: 58px 75px;
  margin-top: 25px;
}

.p-top-faq__answer.is-open {
  display: block;
}

.p-top-faq__answer::before {
  content: "A.";
  font-size: 33px;
  font-weight: 400;
  line-height: 1;
  font-family: var(--fontJost);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--gray-darkest);
  margin-left: 2px;
}

.p-top-faq__icon {
  width: 45px;
  height: 45px;
  background-color: var(--blue-gray);
  display: block;
  position: absolute;
  top: -8px;
  right: 0;
  border-radius: 50%;
}

.p-top-faq__icon::before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../../img/renewal/common/icon_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
}

.p-top-faq__icon.is-open::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-top-faq__button {
  margin: 54px auto 0;
}

/*----------------------------------------
  p-top-sns
----------------------------------------*/

.p-top-sns {
  margin-top: 197px;
  padding: 0 5% 114px;
}

.p-top-sns__wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: var(--pale-orange);
  border-radius: 16px;
  padding: 115px 10% 80px;
}

.p-top-sns__heading {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 70px;
}

.p-top-sns__instagram {
  background-color: var(--white);
  padding: 15px;
}

.p-top-sns__sub-title {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  color: var(--red);
  margin-top: 62px;
}

.p-top-sns__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  text-align: center;
  margin-top: 25px;
}

.p-top-sns__button {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--black);
}

.p-top-sns__button-icon {
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 1279px) {
  .p-top-about-intro__video {
    width: 100%;
    height: auto;
  }

  .p-top-about-info__item:nth-of-type(1) .p-top-about-info__item-image,
  .p-top-about-info__item:nth-of-type(2) .p-top-about-info__item-image,
  .p-top-about-info__item:nth-of-type(3) .p-top-about-info__item-image {
    padding-inline: 0;
  }

}

@media screen and (max-width: 960px) {

/*----------------------------------------
  p-top-mv_tablet
----------------------------------------*/

  .p-top-mv {
    background: var(--red);
    height: calc(100vh - 69px);
  }

  .p-top-mv__image {
    height: calc(100% - 215px);
    width: calc(100% - 54px);
    background-image: url("../../img/renewal/top/mv_image_sp.webp");
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .p-top-mv__title {
    bottom: inherit;
    top: 109px;
    left: 20px;
  }

  .p-top-mv__title-sub {
    font-size: 12px;
    background-color: var(--red);
    padding: 5px 14px 6px;
    border: 1px solid var(--white);
  }

  .p-top-mv__title-main {
    font-size: 26px;
    margin-top: 9px;
  }

  .p-top-mv__title-main span {
    border-radius: 5px;
    margin-top: 4px;
    padding: 7px 10px 8px;
  }

  .p-top-mv__banner {
    padding: 14px 13px 14px 13px;
    position: absolute;
    right: inherit;
    left: 18px;
    bottom: -34px;
  }

/*----------------------------------------
  p-top-about_tablet
----------------------------------------*/

  .p-top-about-intro__inner {
    padding: 56px 5% 68px;
  }

  .p-top-about-intro__list {
    grid-template-columns: 1fr;
  }

  .p-top-about-intro__item {
    width: 85%;
  }

  .p-top-about-intro__item:nth-of-type(even) {
    margin-left: auto;
  }

  .p-top-about-info__title {
    font-size: 40px;
  }

  .p-top-about-info__item-wrap {
    grid-template-columns: 1fr;
  }

  .p-top-about-info__item:nth-of-type(2) .p-top-about-info__item-wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .p-top-about-info__item-image {
    width: 80%;
    margin: 0 auto;
  }

  .p-top-about-info__item-bg {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }

  /*----------------------------------------
    p-top-plan_tablet
  ----------------------------------------*/

  .p-top-plan__item {
    display: flex;
    flex-direction: column-reverse;
    border: none;
    border-radius: 0;
    overflow: auto;
  }

  .p-top-plan__content {
    align-self: center;
    padding: 27px 35px 0;
  }
}

@media screen and (max-width: 520px)  {

/*----------------------------------------
  p-top-banner_sp
----------------------------------------*/
  .p-top-banner {
    margin: 69px auto 0;
    padding-inline: 20px;
    position: relative;
  }

  .p-top-banner__image {
    border-radius: 6px;
  }

  .p-top-banner__text {
    font-size: 10px;
    font-weight: 400;
  }

  .p-top-banner__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 13px;
  }

  .p-top-banner__pagination {
    margin-top: 0;
    gap: 8px;
  }

  .p-top-banner__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .p-top-banner__pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }

  .p-top-banner__button-prev,
  .p-top-banner__button-next {
    width: 40px;
    height: 40px;
    top: inherit;
    transform: inherit;
    position: relative;
    flex-shrink: 0;
  }

  .p-top-banner__button-prev::before,
  .p-top-banner__button-next::before {
    width: 8px;
    height: 13px;
    left: calc(50% - 1px);
  }

  .p-top-banner__button-next::before {
    left: calc(50% + 1px);
  }

/*----------------------------------------
  p-top-about_sp
----------------------------------------*/

  .p-top-about {
    margin-top: 49px;
    padding-bottom: 78px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .p-top-about-intro {
    padding-inline: 0;
  }

  .p-top-about-intro__wrap {
    transform: translateY(0);
    padding: 16px 0 8px;
    background-image: none;
    position: relative;
  }

  .p-top-about-intro__wrap::before,
  .p-top-about-intro__wrap::after {
    content: "";
    width: 100%;
    height: 36px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
  }

  .p-top-about-intro__wrap::before {
    background-image: url("../../img/renewal/top/about_border_top_sp.svg");
    top: 0;
  }

  .p-top-about-intro__wrap::after {
    background-image: url("../../img/renewal/top/about_border_bottom_sp.svg");
    bottom: 0;
  }

  .p-top-about-intro__inner {
    padding: 51px 20px 54px;
  }

  .p-top-about-intro__sub-title {
    font-size: 13px;
  }

  .p-top-about-intro__title {
    font-size: 20px;
    margin-top: 12px;
  }

  .p-top-about-intro__list {
    gap: 29px;
    margin-top: 33px;
    padding-left: 25px;
  }

  .p-top-about-intro__item {
    padding: 12px 15px 15px 25px;
    border-radius: 10px;
  }

  .p-top-about-intro__item-icon {
    width: 50px;
    height: 50px;
    top: -19px;
    left: -26px;
  }

  .p-top-about-intro__item-text {
    font-size: 13px;
    line-height: 1.65;
  }

  .p-top-about-intro__video {
    margin: 50px auto 0;
  }

  .p-top-about-intro__video-button {
    width: 90px;
    height: 90px;
  }

  .p-top-about-info {
    margin-top: 72px;
  }

  .p-top-about-info__title {
    font-size: 20px;
    line-height: 2.11;
  }

  .p-top-about-info__title span {
    background-image: radial-gradient(currentColor 2px, transparent 2px);
    background-size: 7px 2px;
    padding-bottom: 0;
  }

  .p-top-about-info__item {
    padding-inline: 20px;
  }

  .p-top-about-info__item:nth-of-type(1) {
    margin-top: 22px;
  }

  .p-top-about-info__item:nth-of-type(2) {
    margin-top: 30px;
  }

  .p-top-about-info__item:nth-of-type(3) {
    margin-top: 74px;
  }

  .p-top-about-info__item:nth-of-type(1)
  .p-top-about-info__item-image {
    padding-inline: 10px;
  }

  .p-top-about-info__item:nth-of-type(2)
  .p-top-about-info__item-image {
    padding-inline: 15px;
    padding-bottom: 21px;
  }

  .p-top-about-info__item:nth-of-type(3)
  .p-top-about-info__item-image {
    padding-inline: 15px;
    padding-bottom: 24px;
  }

  .p-top-about-info__item-bg {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }

  .p-top-about-info__item:nth-of-type(1)
  .p-top-about-info__item-bg {
    top: 16px;
  }

  .p-top-about-info__item:nth-of-type(2)
  .p-top-about-info__item-bg {
    top: 0;
  }

  .p-top-about-info__item:nth-of-type(3)
  .p-top-about-info__item-bg {
    top: 8px;
  }

  .p-top-about-info__item-inner {
    padding-inline: 15px;
  }

  .p-top-about-info__item-label {
    font-size: 12px;
  }

  .p-top-about-info__item-label strong {
    font-size: 22px;
  }

  .p-top-about-info__item-title {
    font-size: 20px;
    margin-top: 15px;
  }

  .p-top-about-info__item-text {
    font-size: 14px;
    margin-top: 14px;
  }

  .p-top-about-info__item-button {
    margin-top: 30px;
  }

/*----------------------------------------
  p-top-plan_sp
----------------------------------------*/

  .p-top-plan {
    padding: 53px 20px 101px;
  }

  .p-top-plan__item {
    margin: 37px auto 0;
  }

  .p-top-plan__title {
    font-size: 20px;
  }

  .p-top-plan__title-en {
    font-size: 12px;
    padding-left: 21px;
    margin-left: 7px;
  }

  .p-top-plan__title-en::before {
    width: 12px;
  }

  .p-top-plan__text {
    margin-top: 13px;
    font-size: 14px;
  }

  .p-top-plan__button {
    margin: 37px auto 0;
  }

  .p-top-plan__image img {
    height: auto;
    object-fit: fill;
  }

/*----------------------------------------
  p-top-voice_sp
----------------------------------------*/

  .p-top-voice {
    padding-top: 52px;
  }

  .p-top-voice__list {
    margin-top: 34px;
    padding-inline: 20px;
  }

  .p-top-voice__item {
    padding: 26px 30px 30px;
    border: 5px solid var(--light-gray);
  }

  .p-top-voice__item-head {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 12px;
  }

  .p-top-voice__item-image {
    width: 78px;
    height: 78px;
  }

  .p-top-voice__item-title {
    font-size: 16px;
  }

  .p-top-voice__item-profile {
    font-size: 10px;
    margin-top: 8px;
  }

  .p-top-voice__item-text {
    font-size: 14px;
    margin-top: 16px;
  }

  .p-top-voice__button {
    margin: 33px auto 0;
  }

/*----------------------------------------
  p-top-faq_sp
----------------------------------------*/

  .p-top-faq {
    margin-top: 109px;
    padding-inline: 20px;
  }

  .p-top-faq__wrap {
    border-radius: 14px;
    padding: 79px 10px 36px;
  }

  .p-top-faq__title {
    top: -39px;
  }

  .p-top-faq__item {
    margin-top: 14px;
    border-radius: 10px;
    padding: 20px 14px 26px 15px;
  }

  .p-top-faq__item:first-of-type {
    margin-top: 0;
  }

  .p-top-faq__question {
    font-size: 14px;
    padding-inline: 40px 44px;
  }

  .p-top-faq__question::before {
    font-size: 27px;
  }

  .p-top-faq__answer {
    font-size: 13px;
    padding-inline: 40px 15px;
    margin-top: 27px;
  }

  .p-top-faq__answer::before {
    font-size: 27px;
  }

  .p-top-faq__icon {
    width: 30px;
    height: 30px;
  }

  .p-top-faq__icon::before {
    width: 12px;
    height: 12px;
  }

  .p-top-faq__button {
    margin: 32px auto 0;
  }

/*----------------------------------------
  p-top-sns_sp
----------------------------------------*/

  .p-top-sns {
    margin-top: 114px;
    padding-inline: 20px;
  }

  .p-top-sns__wrap {
    border-radius: 14px;
    padding: 45px 10px 44px;
  }

  .p-top-sns__heading {
    top: -42px;
    font-size: 36px;
  }

  .p-top-sns__instagram {
    padding: 12px;
  }

  .p-top-sns__sub-title {
    font-size: 16px;
    margin-top: 37px;
  }

  .p-top-sns__text {
    font-size: 14px;
    margin-top: 16px;
  }

  .p-top-sns__button {
    margin-top: 27px;
    gap: 10px;
    font-size: 15px;
  }

  .p-top-sns__button-icon {
    width: 60px;
    height: 60px;
  }
}
