@charset "utf-8";
body {
  overflow-x: hidden;
}
/*
   MV
--------------------------------------------------------------*/
.mv {
  height: calc(100svh - 45px);
  background-image: linear-gradient(180deg, #dee0e6, #f1f2f5 50%, #fdfbf6);
}
.mv-img > * {
  width: 100%;
  height: calc(100svh - 75px);
  object-position: top;
}
.mv-catch-copy {
  left: 0;
  bottom: 82px;
}
.mv-catch-inner > * {
  opacity: 0;
  filter: blur(15px);
  transition:
    opacity 0.8s ease,
    filter 1s ease,
    transform 0.8s ease;
}

body.mv-start .mv-catch-inner > * {
  opacity: 1;
  filter: blur(0);
}
/* .mv-catch-inner::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
     rgba(255, 255, 255, .85) 0%,
     rgb(255,255,255, .85) 90%, 
     rgba(255, 255, 255, 0) 100%
  );
  border-radius: 50%;
  filter: blur(50px);
} */
/* .mv-cta{
  height: calc(100dvh - 45px);
} */
.mv-cta {
  right: 0;
  bottom: 10px;
}
. body.mv-start .mv-cta {
  width: 100%;
  max-width: 1120px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  opacity: 1;
  transition:
    opacity 0.8s ease 1s,
    bottom 0.8s ease 1s,
    transform 0.8s ease 1s;
}
.mv-cta li {
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.mv-cta-actions {
  background-color: rgba(81, 91, 119, 0.8);
}
/* .mv-cta-actions li + li::before{
  content: '';
  position: absolute;
  height: calc(100% - 30px);
  width: 1px;
  background-color: #fff;
  left: 0;
  top: 15px;
} */

.mv-cta-actions {
  border-radius: 10px;
  padding-top: 36px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  background-color: #fdfbf6e5;
  border: 2px solid #b6a220;
}

.mv-point {
  width: 90.4vw;
  margin-top: -36px;
  opacity: 0;
  transition: opacity 1.2s ease 0.2s;
  gap: 2px;
}
body.mv-start .mv-point {
  opacity: 1;
}
.mv-point .ls {
  letter-spacing: -0.05rem;
}

/* 小関追加 */
.gold-color {
  background: linear-gradient(
    135deg,
    #8a663f 0%,
    #f0e3b4 33%,
    #b38d4b 66%,
    #c8ac68 100%
  );
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.va {
  vertical-align: -10%;
}
.mv-bg {
  width: 200px;
  line-height: 69px;
  height: 87px;
  left: 10px;
  background-image: url("/img/mv-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; /* coverからcontainに変更 */
}
.line-cta {
  background-color: #229c47;
  height: 45px;
  line-height: 45px;
}
.mail-cta {
  background-color: #22949c;
  height: 35px;
  line-height: 35px;
}
.tel-cta {
  background-color: #d33f3f;
  height: 35px;
  line-height: 35px;
}
.cta-caption {
  color: #ffe958;
}

.arrow_box {
  top: 25px;
  padding: 10px 0;
  height: 52px;
  border-radius: 50px;
  position: relative;
  background: #ffffff;
  border: 2px solid #b6a220;
  max-width: 660px;
  margin: 0 auto;
}
.arrow_box:after,
.arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}
.arrow_box:before {
  border-color: rgba(182, 162, 32, 0);
  border-top-color: #b6a220;
  border-width: 10px;
  margin-left: -10px;
}
.shokai-title {
  background-color: #141825;
}
.shokai-caption {
  max-width: 300px;
  background-image: url(/img/shokai-marker-sp.png);
  background-position: bottom;
  background-position-y: 110px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}

/* 文字の上に点 */
.dots {
  background-image: radial-gradient(
    circle at center,
    #f6d4ce 20%,
    transparent 20%
  ); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.4em; /* 点の間隔とサイズ調整 */
  padding-top: 5px; /* 縦方向の位置調整 */
  color: #f07070;
}
.fw-600 {
  font-weight: 600;
}
.prime2 {
  max-width: 591px;
  margin-left: auto;
  margin-right: auto;
}
.shokai-keyaku {
  width: 122px;
}
.chosa-limit {
  width: 200px;
  border-radius: 50px;
}

.t__r {
  text-align: right;
}
.caption2 {
  color: #fff;

  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.65);
}

.caption {
  line-height: 25px;
  display: block;
  background-color: #fdfbf6e5;
  width: 132px;
  height: 25px;
  clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
}

.mv-cta-actions {
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
  padding-top: 10px;
}
.mv-catch-copy {
  top: 43%;
  transform: translateY(-50%);
  bottom: initial;
}
.line-cta {
  width: 100%;
  /* height: 45px;
  line-height: 45px; */
}
.mail-cta {
  width: 48.5%;
  /* height: 35px;
  line-height: 35px; */
}
.tel-cta {
  width: 48.5%;
  /* height: 35px;
  line-height: 35px; */
}
.mv-cta li {
  margin-left: 0;
  margin-right: 0;
}

.mv-catch-inner {
  top: 0px;
}

.chosa-limit {
  width: 148px;
}
.mv-catch-inner::before {
  display: none;
}
.mv-catch-inner h1,
.mv-catch-inner p,
.mv-catch-inner span {
  box-shadow: 0px 5px 5px 0px rgba(0, 4px, 4px0, 0.65);
}
.mv-point {
  margin-top: 55px;
  gap: 2px;
}

.chosa-caption {
  max-width: 300px;
}
.caption3 {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .mv-bg {
    width: 300px;
    left: 40px;
    top: 28px;
    line-height: 169px;
    height: 180px;
  }
  .mv-point {
    width: 65vw;
    margin-top: -120px;
    gap: 2%;
  }
  .mv-catch-copy {
    top: 37%;
  }
  .mv-catch-inner {
    left: 0px;
    top: 0px;
  }
  .line-cta {
    background-color: #229c47;
    height: initial;
    line-height: initial;
  }
  .mail-cta {
    background-color: #22949c;
    height: initial;
    line-height: initial;
  }
  .tel-cta {
    background-color: #d33f3f;
    height: initial;
    line-height: initial;
  }
  .arrow_box {
    top: 0;
  }
  .mv-bg {
    top: 28px;
    line-height: 169px;
    height: 180px;
  }

  .caption2 {
    color: #515b77;
    text-shadow: initial;
  }
  .caption3 {
    visibility: hidden;
    opacity: 0;
  }
  .chosa-caption {
    max-width: 591px;
  }
  .shokai-caption {
    max-width: 564px;
    background-image: url(/img/shokai-marker.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
  }
  .mv-catch-inner h1 {
    margin-top: 30px;
    margin-left: 20px;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .arrow_box {
    top: 25px;
  }
  .mv-bg {
    width: 342px;
    top: 28px;
    line-height: 178px;
    height: 184px;
    margin-left: 0px;
  }
  .mv {
    height: calc(100vh - 75px);
    min-height: 650px;
  }
  .mv-img > * {
    width: 73vw;
    height: calc(100vh - 125px);
    min-height: 600px;
    margin-left: auto;
  }
  .mv-catch-copy {
    height: calc(100vh - 125px);
    min-height: 600px;
  }
  .mv-catch-inner {
    position: absolute;
    top: 0px;
    left: 0;
    width: 700px;
  }
  .mv-catch-inner h1 {
    margin-top: 30px;
    margin-left: 80px;
  }
  .mv-catch-copy {
    top: 52%;
    transform: translateY(-50%);
    bottom: initial;
  }
  .va {
    vertical-align: -20%;
  }
  .mv-cta {
    right: -40px;
    bottom: 0;
    opacity: 0;
  }
  body.mv-start .mv-cta {
    max-width: 1120px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    opacity: 1;
    transition:
      opacity 0.8s ease 0.8s,
      right 0.8s ease 0.8s,
      transform 0.8s ease 0.8s;
  }
  .mv-cta-actions {
    border-radius: 10px;
    padding-top: 36px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    column-gap: 22px;
    background-color: #fdfbf6e5;
    border: 2px solid #b6a220;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .mv-cta-actions li + li::before {
    height: calc(100% - 40px);
    top: 20px;
  }
  .mv-point {
    width: 668px;
    margin-top: 40px;
  }
  .mv-point .pc {
    display: inline-block;
  }
}
/*
   CERTAINTY
--------------------------------------------------------------*/
.certainty-list > li::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background-color: var(--color-base2);
  flex-shrink: 0;
  margin: 0.3em;
}
.certainty-list > li {
  border-bottom: solid 1px rgba(79, 44, 0, 0.2);
}
.empathy-catch-comment {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 22px;
  height: 10px;
  transform: translateX(-50%);
  background-color: var(--color-base2);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.empathy-catch-comment::before {
  position: relative;
  bottom: 2px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--color-base);
}
.empathy-bnr-img img,
.empathy-bnr-title {
  height: 48vw;
}
.empathy-bnr-img img {
  width: 100%;
  height: 100%;
  object-position: left center;
}
@media (max-width: 767px) {
  /* .empathy-bnr-title{
    padding-left: 30vw;
  } */
}
@media (min-width: 768px) {
  .certainty-list > li::before {
    width: 22px;
    height: 22px;
    border-radius: 3px;
    margin: 0.2em;
  }
}
@media (min-width: 1024px) {
  .empathy-bnr-cts {
    margin-left: 22vw;
  }
  .empathy-goal-line {
    width: 550px;
  }
  .empathy-bnr-img img,
  .empathy-bnr-title {
    height: 540px;
  }
}
/*
   PRICE
--------------------------------------------------------------*/
.price {
  background-color: #f8f8f6;
}
.price-main-list,
.price-main-list > li,
.price-notes > li {
  border-color: rgba(182, 156, 32, 0.45);
}
.price-info-grids > li.bg-gray {
  background-color: #f2f2f2;
}
.popularity::before {
  position: absolute;
  z-index: 50;
  content: "";
  background-image: url(/img/price-popular.png);
  width: 43px;
  height: 43px;
  background-size: cover;
  top: -8px;
  left: -8px;
}
@media (max-width: 1023px) {
  .tab-list {
    display: none;
  }
  .price-cts-wrap {
    background-color: #faf9f6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
  }
  .price-title-sp {
    background-color: #fefdfc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .price-title-sp .accordion-icon {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .price-title-sp .accordion-icon > span {
    display: block;
    width: 16px;
    height: 16px;
  }
  .price-title-sp .accordion-icon > span::before,
  .price-title-sp .accordion-icon > span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    width: 100%;
    height: 2px;
    background-color: var(--color-accent);
    transition: all 0.5s;
  }
  .price-title-sp .accordion-icon > span::after {
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
  }
  .price-title-sp.active .accordion-icon > span::after {
    transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media (min-width: 1024px) {
  .price .tab-list > li {
    width: 260px;
  }
  .tab-list > li {
    background-color: #f6f6f6;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
  }
  .tab-list > li.active {
    background-color: rgba(253, 251, 246, 0.38);
  }
  .tab-cts {
    visibility: hidden;
    opacity: 0;
    background-color: rgba(253, 251, 246, 0.38);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .tab-cts.active {
    position: relative;
    visibility: visible;
    opacity: 1;
  }
  .price-cts-inner {
    width: 590px;
  }
  .popularity::before {
    width: 46px;
    height: 46px;
    top: -8px;
    left: -8px;
  }
  .popularity > span {
    padding-left: 35px;
  }
  .price-info-grids > li.bg-gray {
    background-color: #f7f7f7;
  }
  .tab-cts[data-tabName="trial"] .price-info-grids > li {
    max-width: 590px;
  }
}
/*
   REASON
--------------------------------------------------------------*/
.reason {
  background-color: #f1f2f5;
}
.reason-title {
  height: 42px;
  width: 49vw;
}
.reason-card-head .icon {
  width: 17.6vw;
  max-width: 66px;
}
.reason-card .title h4 {
  min-height: 58px;
}
.female-interviewer-img {
  width: 19.4vw;
  max-width: 103px;
  right: 0;
  bottom: -7.4vw;
}
@media (max-width: 1023px) {
  .reason-card + .reason-card {
    border-top: solid 1px var(--color-base2);
  }
  .reason-cards .reason-card:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .reason-title {
    width: 240px;
  }
  .reason-card-head .icon {
    width: 66px;
  }
  .interviewer {
    grid-column: 2 / 4;
  }
  .female-interviewer-img {
    width: 98px;
    bottom: -23px;
  }
  .reason-cards .reason-card:nth-child(3n + 1)::after,
  .reason-cards .reason-card:nth-child(3n + 2)::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 20px;
    width: 1px;
    height: calc(100% - 20px);
    background-color: var(--color-base2);
  }
  .reason-cards:has(.reason-card:nth-child(n + 4))
    .reason-card:nth-child(n + 4)::after,
  .reason-cards:has(.reason-card:nth-child(n + 4))
    .reason-card:nth-child(3n + 5)::after {
    bottom: 0;
  }
  .reason-cards:has(.reason-card:nth-child(n + 7))
    .reason-card:nth-child(n + 4)::after,
  .reason-cards:has(.reason-card:nth-child(n + 7))
    .reason-card:nth-child(3n + 5)::after {
    height: calc(100% - 20px);
    bottom: 10px;
  }

  .reason-cards .reason-card:nth-child(n + 4)::before {
    content: "";
    position: absolute;
    top: -20px;
    height: 1px;
    background-color: var(--color-base2);
  }

  /* 4,7,10... */
  .reason-cards .reason-card:nth-child(3n + 4)::before {
    left: 0;
    width: calc(100% - 10px);
  }

  /* 5,8,11... */
  .reason-cards .reason-card:nth-child(3n + 5)::before {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
  }

  /* 6,9,12... */
  .reason-cards .reason-card:nth-child(3n + 6)::before {
    right: 0;
    width: calc(100% - 10px);
  }
}
/*
   SURVEY
--------------------------------------------------------------*/
.survey-card-icon {
  margin-top: -35px;
  width: 65px;
  height: 65px;
}
.survey-card-img {
  width: 101%;
}
@media (min-width: 1024px) {
  .survey-card-icon {
    margin-top: -40px;
    width: 75px;
    height: 75px;
  }
  .survey-cards {
    gap: 24px;
  }
  .survey-cards .survey-card {
    flex: 0 0 calc(50% - 12px);
  }
}
/*
   FLOW
--------------------------------------------------------------*/
.flow-card {
  width: 74.66vw;
  max-width: 335px;
  height: auto;
}
.flow-number {
  margin-top: -25px;
}
.flow-slide .swiper-scrollbar {
  height: 5px;
  opacity: 1 !important;
  bottom: 0 !important;
}
.flow-slide .swiper-scrollbar {
  background-color: #f5f5f5;
}
.flow-slide .swiper-scrollbar-drag {
  background-color: var(--color-base2);
  cursor: grab;
}
.flow-slide .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
.flow-slide > .swiper-scrollbar {
  left: 2% !important;
  width: 95% !important;
}
.flow-text {
  font-weight: 300;
}
@media (min-width: 1024px) {
  .flow-card {
    width: 23.2vw;
  }
  .flow-slide {
    cursor: pointer;
  }
  .flow-slide > .swiper-scrollbar {
    left: 14% !important;
    width: 70% !important;
  }
}
/*
   FAQ
--------------------------------------------------------------*/
.faq-item-question .accordion-icon {
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.faq-item-question .accordion-icon > span {
  display: block;
  width: 22px;
  height: 22px;
}
.faq-item-question .accordion-icon > span::before,
.faq-item-question .accordion-icon > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background-color: var(--color-accent);
  transition: all 0.5s;
}
.faq-item-question .accordion-icon > span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item-question.active .accordion-icon > span::after {
  transform: translate(-50%, -50%) rotate(360deg);
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
}
@media (min-width: 768px) {
  .faq-item-question {
    cursor: pointer;
  }
  .faq-item-question .accordion-icon {
    right: 33px;
  }
  .faq-item-question .accordion-icon > span {
    width: 24px;
    height: 24px;
  }
}
/*
   CTA
--------------------------------------------------------------*/
.cta-title {
  background-color: rgba(182, 159, 12, 0.75);
  width: 100px;
  height: 100px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
  letter-spacing: 0.03rem;
}
.cta .cta-actions {
  width: 62vw;
}
@media (min-width: 1024px) {
  .cta-title {
    width: 124px;
    height: 124px;
  }
  .cta .cta-actions {
    width: 100%;
  }
  .cta .cta-actions li {
    width: 310px;
  }
  .cta .cta-item-inner {
    height: 70px;
  }
}

/*
   HOVER
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  .menu-drawer-link,
  .footer-nav-link {
    transition: all 0.3s;
  }
  .menu-drawer-link:hover,
  .footer-nav-link:hover {
    color: var(--color-accent);
  }
  .faq-item-question .faq-text {
    transform: translateX(0);
    transition: all 0.3s;
  }
  .faq-item-question .faq-text:hover {
    transform: translateX(20px);
  }
  .cta-actions .cta-item .cta-item-arrow {
    transform: translateX(0);
    transition: all 0.3s;
  }
  .cta-actions .cta-item:hover .cta-item-arrow {
    transform: translateX(5px);
  }
}
