@charset "UTF-8";

.ui--sp2 {
  display: none;
}

main {
  overflow: hidden;
}

.cta__wrapper {
  padding-top: 0;
}

.tab-list {
  width: 30%;
}

.tab-item {
  width: 49.5%;
}

/*----------------------------------------------------
  review
----------------------------------------------------*/

.section-heading--review {
  align-items: center;
}

.section-heading__title {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6;
}

.review__lead {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 60px;
}

.review-box__wrapper:nth-of-type(n+3) {
  margin-top: 80px;
}

.review-box__title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.review-box__title {
  display: flex;
  flex: 1;
  font-size: 2.6rem;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
}

.review-box__title-icon {
  width: 90px;
  margin-right: 14px;
  flex-shrink: 0;
}

.revew-box__title-tab {
  font-size: 1.6rem;
  background: #D8BFD8;
  padding: 0 10px;
  border-radius: 4px;
  margin-right: 5px;
  color: #fff;
}

.revew-box__title-tab--purple {
  background: #c3bfe9;
}

.revew-box__title-tab--sp {
  display: none;
}

.review-box__title-main {
  display: flex;
  align-items: center;
}

.review-box__title-main:not(:last-of-type) {
  margin-right: 24px;
}

.review-img {
  width: 35%;
}

.review-img__main {
  border-radius: 8px;
}

.review-inner {
  width: 60%;
}

.review-list__title {
  font-weight: 500;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}

.review-list__title-icon {
  width: 52px;
}

.review-list__title-text {
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #EBF0F6;
  margin-left: 10px;
  position: relative;
}

.review-list__title-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 8px solid #EBF0F6;
}

.review-item {
  padding: 10px;
  box-sizing: border-box;
}

.review-box__lead {
  width: 95%;
  padding: 30px 4%;
  box-sizing: border-box;
  border: 2px solid #c3bfe9;
  background: rgba(255, 255, 255, .6);
  border-radius: 8px;
  position: relative;
  margin: 20px auto 0 auto;
  display: flex;
  align-items: center;
}

.review-box__lead-icon {
  width: 120px;
  flex-shrink: 0;
  margin-right: 20px;
  text-align: center;
  line-height: 1.2;
}

.review-box__lead-icon-text {
  font-size: 1.2rem;
}

.review-attention {
  font-size: 1.2rem;
  text-align: right;
  color: #545454;
}

/*----------------------------------------------------
  case
----------------------------------------------------*/
.case {
  padding-top: 150px;
}

.case-box__wrapper--first {
  margin-bottom: 80px;
}

.case-box__title-wrapper {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.case-box__title-wrapper::before,
.case-box__title-wrapper::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 2px dotted #c3bfe9;
}

.case-box__title {
  display: inline-block;
  position: relative;
  background: #c3bfe9;
  color: white;
  padding: 0 40px;
  font-weight: bold;
  text-align: center;
}

.case-box__title::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  border-top: 26px solid #c3bfe9;
  border-left: 26px solid transparent;
}

.case-box__title::after {
  content: "";
  position: absolute;
  left: -25px;
  bottom: 0;
  border-bottom: 26px solid #c3bfe9;
  border-left: 26px solid transparent;
}

.case-box__title h3::before {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  border-top: 26px solid #c3bfe9;
  border-right: 26px solid transparent;
}

.case-box__title h3::after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: 0;
  border-bottom: 26px solid #c3bfe9;
  border-right: 26px solid transparent;
}

.case-box__title h3 {
  font-size: 2.6rem;
}

.case-inner__lead {
  color: #E35BA6;
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
}

.case-box {
  margin-bottom: 80px;
}

.case-img {
  width: 42.5%;
  border-radius: 10px;
  object-fit: cover;
}

.case-inner {
  width: 55%;
}

.case-inner__point {
  padding: 20px 40px;
  margin-bottom: 14px;
  box-sizing: border-box;
  border: 1px solid #c3bfe9;
  border-radius: 8px;
}

.case-inner__point-lead {
  font-size: 1.8rem;
  font-weight: 500;
  color: #41767d;
  margin-bottom: 0 !important;
}

.case-inner__point-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.case-inner__point-item {
  width: 50%;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.6;
}

.case-inner__point-item::before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background: url('../img/common/icon-check.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 6px;
  flex-shrink: 0;
}

.case-comment {
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.case-comment__img {
  width: 130px;
  flex-shrink: 0;
  margin-right: 40px;
  text-align: center;
  line-height: 1.4;
}

.case-comment__text {
  padding: 20px 40px;
  box-sizing: border-box;
  background: #EBF0F6;
  border-radius: 10px;
  position: relative;
}

.case-comment__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #EBF0F6;
}

/*----------------------------------------------------
  loop
----------------------------------------------------*/

.loop {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.loop__list {
  display: flex;
  align-items: center;
  will-change: transform;
}

.loop__item {
  flex: none;
  padding-right: 60px;
  position: relative;
}

.loop__item::after {
  display: block;
  content: '';
  z-index: -1;
  opacity: .4;
}

.loop__item:nth-of-type(2n+1)::after {
  width: calc(180px * .8);
  height: calc(102px * .8);
  background: url('../img/common/bg__treat--blue.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: -20px;
}

.loop__item:nth-of-type(2n)::after {
  width: calc(170px * .9);
  height: calc(126px * .9);
  background: url('../img/common/bg__treat--green.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -42px;
  bottom: -42px;
}

.loop__item--second {
  margin-top: 80px;
}

.loop__item--forth {
  margin-top: 70px;
}

.loop__item img {
  display: block;
  width: auto;
  height: auto;
  border-radius: 4px;
}

.loop-deco {
  font-size: 1.2rem;
  position: absolute;
  top: 15%;
  left: 15%;
}

/*----------------------------------------------------
  flow
----------------------------------------------------*/
.parts__flow {
  opacity: .6;
}

.bg-flower {
  width: 35%;
  position: absolute;
  top: -2.5%;
  left: -10%;
}

.flow {
  background: rgba(235, 243, 245, .6);
  padding-top: 80px !important;
}

.flow .l-inner {
  max-width: 1200px;
}

.flow-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.flow-ttl__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
}

.flow-ttl__main-sub {
  font-size: 1.2rem;
}

.flow-ttl__main-inner {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  margin-bottom: 5px;
}

.flow-ttl__main-inner-tab {
  padding: 0 10px;
  color: #fff;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 2rem;
}

.flow-ttl__tab {
  padding: 0 30px;
  position: relative;
  background: #fff;
  border-radius: 50vh;
}

.flow-ttl__tab::after {
  display: block;
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--bg-pink-gradient);
  border-radius: 50vh;
  z-index: -1;
}

.flow-lead__wrapper {
  width: 90%;
  max-width: 1024px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px auto;
}

.flow-lead__icon {
  width: 120px;
  margin-right: 20px;
}

.flow-lead {
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.flow-lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}

.flow-list {
  list-style: none;
  margin-bottom: 60px;
}

.flow-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.flow-item__tab {
  display: flex;
  align-items: center;
}

.flow-item__number {
  background: #D8BFD8;
  color: #fff;
  border-radius: 4px;
  font-size: 1.8rem;
  padding: 0 20px;
  margin-right: 10px;
}

.flow-item__main {
  font-size: 2rem;
  font-weight: 500;
  color: #41767d;
}

.flow-item__inner {
  padding: 20px 20px 40px 60px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.flow-item__inner::before {
  display: block;
  content: '';
  width: 4px;
  height: 100%;
  background: #E8DAE8;
  position: absolute;
  top: 0;
  left: 30px;
}

.flow-item__image {
  width: 320px;
  margin-right: 20px;
  border-radius: 6px;
  flex-shrink: 0;
}

.flow-item__inner-box {
  padding: 20px 0;
  line-height: 1.8;
}

.flow-item__text-attention {
  font-size: 1.4rem;
}

.flow-item__link {
  width: 280px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  background: var(--bg-purple-gradient);
  color: #fff;
  border-radius: 6px;
  margin-top: 10px;
}

.flow-item__link-icon {
  width: 38px;
  margin-right: 8px;
  flex-shrink: 0;
}

/*----------------------------------------------------
  faq
----------------------------------------------------*/
.faq .l-inner {
  max-width: 1160px;
}

.faq__lead {
  font-size: 1.8rem;
  margin-bottom: 40px;
  text-align: center;
}

.faq-list {
  width: 100%;
  height: auto;
}

.faq-list__ttl {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 30px;
}

.faq-list__ttl>h3 {
  font-size: 3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.faq-list__ttl>p {
  font-family: var(--font-family-Cormorant);
  color: #f2f2f2;
  font-size: 10rem;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  left: 49%;
  transform: translate(-50%, 0);
}

.faq-item {
  width: 100%;
  height: auto;
}

.faq-item:nth-of-type(n+2) {
  margin-top: 20px;
}

.faq-question {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 40px 20px 20px;
  line-height: 1.6;
  box-sizing: border-box;
  background: rgba(249, 245, 249, .7);
  cursor: pointer;
  position: relative;
  border-radius: 50vh;
}

.faq-question::after {
  width: 40px;
  height: 100%;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b0c4de;
  background-image: url('../img/common/arrow--up-w.svg');
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: left 30% center;
  border-radius: 0 50vh 50vh 0;
}

.faq-question.active::after {
  background-image: url('../img/common/arrow--down-w.svg');
}

.faq-question__main {
  display: flex;
  align-items: center;
  width: calc(100% - 36px);
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
  color: #41767d;
  font-size: 1.8rem;
}

.faq-inner {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  box-sizing: border-box;
}

.faq-answer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 10px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  line-height: 1.8;
}

.faq-answer__main {
  color: #E35BA6;
  font-size: 1.8rem;
}

.faq__icon {
  width: 36px;
  margin-right: 10px;
}

.faq-inner__desc {
  width: 100%;
  height: auto;
  padding: 0 20px 30px 20px;
  box-sizing: border-box;
}

/*----------------------------------------------------
  cta
----------------------------------------------------*/
#cta {
  padding-top: 0;
}

.cta__wrapper {
  width: 100%;
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1024px) {
  .tab-list {
    width: 45%;
  }

  .review__lead .ui--sp {
    display: block;
  }

  .review-box,
  .case-box {
    flex-direction: column;
  }

  .review-img,
  .case-img {
    width: 100%;
    margin-bottom: 40px;
  }

  .review-inner,
  .case-inner {
    width: 100%;
  }
}

@media screen and (max-width:896px) {}

@media screen and (max-width:786px) {
  .tab-list {
    width: 55%;
  }

  .review-box__title {
    font-size: 2rem;
    flex-wrap: wrap;
    line-height: 1.4;
  }

  .review-box__title-main:not(:last-of-type) {
    margin-right: 14px;
  }

  .revew-box__title-tab {
    padding: 0 8px;
  }

  .review-name {
    font-size: 2.6rem;
    width: 100%;
  }

  .case-comment__img {
    width: 80px;
    margin-right: 20px;
  }
}

@media screen and (max-width:680px) {
  .tab-list {
    width: 100%;
  }

  .review-box__lead {
    flex-direction: column;
  }

  .review-box__lead-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .case {
    padding-top: 0;
  }

  .case-box__title {
    padding: 0 10px;
  }

  .case-box__title h3 {
    font-size: 2rem;
  }

  .case-inner__lead {
    font-size: 1.8rem;
  }
}

@media screen and (max-width:480px) {
  .review .l-inner {
    width: 90%;
  }

  .review__lead {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 40px;
  }

  .review__lead .ui--sp {
    display: none;
  }

  .review-box__title-icon {
    width: 60px;
    margin-right: 8px;
  }

  .review-name {
    font-size: 1.8rem;
  }

  .review-menu {
    display: none;
  }

  .review-box__title {
    font-size: 1.4rem;
  }

  .revew-box__title-tab {
    font-size: 1.2rem;
  }

  .revew-box__title-tab--sp {
    display: inline-block;
    margin-left: 10px;
  }

  #review-box5 .revew-box__title-tab--sp,
  #review-box6 .revew-box__title-tab--sp {
    margin-left: 0;
  }

  .review-list__title-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .review-attention {
    font-size: 1rem;
    width: 75%;
    margin-left: auto;
  }

  .review-box__lead-icon>img {
    width: 80%;
    margin: 0 auto 5px auto;
  }

  /*---case---*/
  .case .l-inner {
    width: 90%;
  }

  .case-box {
    margin-bottom: 30px;
  }

  .case-box__title h3 {
    font-size: 1.6rem;
    min-height: 48px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .case-box__title h3 .ui--sp {
    display: block;
  }

  .case-inner__lead {
    font-size: 1.6rem;
  }

  .case-inner__lead br {
    display: none;
  }

  .case-inner__point {
    padding: 20px;
  }

  .case-inner__point-item::before {
    display: block;
    content: '';
    width: 22px;
    height: 22px;
  }

  .case-inner__point-item {
    width: 100%;
  }

  .case-inner__point-item:nth-of-type(n+2) {
    margin-top: 5px;
  }

  .case-inner__point .case-inner__text {
    line-height: 1.6;
    margin-top: 14px;
  }

  .case-comment {
    flex-direction: column;
  }

  .case-comment__img {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .case-comment__text {
    padding: 20px 14px;
    line-height: 1.6;
  }

  .case-comment__text::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #EBF0F6;
  }
}