@charset "UTF-8";

.cp-lead__text--middle {
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 6px auto 0;
  gap: 8px;
}

.cp-lead__text {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.cp-box--center {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.cp-tab {
  margin-top: 26px;
  min-height: 200px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  --tab-color: #E93B6C;
}

.cp-tab--02 {
  --tab-color: #1C9CBF;
}

.cp-tab__links {
  display: flex;
  justify-content: center;
  gap: 17px;
}

.cp-tab__link {
  outline: none;
  cursor: pointer;
  padding: 9px 16px;
  font-size: 20px;
  position: relative;
  line-height: 1.3;
  max-width: 340px;
  background: #b8b8b8;
  border-radius: 15px 15px 0 0;
  color: #ffffff;
}

@media screen and (min-width: 960px) {
  .cp-tab__link {
    flex-grow: 1;
  }

  .cp-flow__list:last-child .cp-flow__item:last-child {
    width: 33%;
  }
}

.cp-tab__link.is-active {
  background: var(--tab-color);
}

.cp-tab__content {
  display: none;
}

@media screen and (min-width: 960px) {
  .tab__content-inner {
    margin: 56px 80px 0 80px;
  }
}

@media screen and (max-width: 959px) {
  .tab__content-inner {
    margin: 48px 24px 0 24px;
  }
}

.cp-content05 {
  border: 2px solid var(--tab-color);
  border-radius: 16px;
}

.cp-content05__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 42px 0 46px;
  gap: 65px;
}

.cp-content05__item {
  list-style: none;
  width: 100%;
  max-width: 600px;
  background: #f9f6f3;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.cp-content05__item__img--btm,
.cp-content05__item__img--small,
.cp-content05__item__img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cp-content05__item__img--btm {
  align-items: end;
}

.cp-content05__item__img--btm img {
  max-width: 101px;
  display: block;
}

.cp-content05__item__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 0 14px;
}

.cp-content05__item+.cp-content05__item:before {
  content: "";
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 23px 0 23px;
  border-color: var(--tab-color) transparent transparent transparent;
}

.cp-content05__item__step {
  color: var(--tab-color);
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.cp-content05__item__step--circle {
  width: 1.4em;
  height: 1.4em;
  background: var(--tab-color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  border-radius: 1em;
  justify-content: center;
  margin-left: 0.3em;
  line-height: 1;
  font-size: 20px;
  vertical-align: text-top;
}

.cp-content05__item__text {
  font-size: 24px;
  line-height: 1.35;
  margin-top: 0px;
  font-weight: 500;
  text-align: center;
}

.cp-content05__item__text--ttl {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  background-color: var(--tab-color);
  max-width: 306px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 8px;
  color: #ffffff;
  border-radius: 8px;
  letter-spacing: 1px;
  line-height: 1.45;
}

.cp-content05__item__text--middle {
  font-size: 22px;
}

.cp-content05__item__text--small {
  font-size: 18px;
}

.cp-content05__item-img__list {
  display: flex;
  flex-direction: row;
  margin: 5px auto 0;
  gap: 20px;
  padding-right: 16px;
}

.cp-content05__item-img__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.cp-content05__item-img__item__image {
  width: 33%;
}

.cp-content05__item-img__item__image img {
  width: 100%;
}

.cp-content05__item-img__item__text {
  line-height: 1.4;
  font-weight: 500;
}

.cp-content05__item-img__item:nth-of-type(1) .cp-content05__item-img__item__image {
  max-width: 94px;
}

.cp-content05__item-img__item:nth-of-type(2) .cp-content05__item-img__item__image {
  max-width: 48px;
}


.mt-n-77p {
  margin-top: -7.7%;
}

.cv-button--cp {
  box-shadow: 0 3px 0px 0px rgba(37, 47, 59, 0.2);
  width: 100%;
  max-width: 410px;
}

.cv-button--cp:not(.external)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotateZ(45deg);
  width: 7px;
  height: 7px;
  background-size: contain;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background-image: none;
}

.cv-button--primary.cv-button--cp {
  background-color: #e93b6c;
}

.cv-button--primary.-orange.cv-button--cp {
  background-color: #ED6010;
}

.cv-button--primary.cv-button--cp:not(.external)::after {
  border-color: #fff;
}

.cv-button--anchor.cv-button--cp:not(.external)::after {
  transform: translateY(-50%) rotateZ(135deg);
}

img.cp-first__icon {
  height: 34px;
  display: inline-block;
  vertical-align: text-bottom;
}

h3.cp-benefits__heading {
  margin-top: -53px;
  margin: 0 auto 0;
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  top: -53px;
}

.cp-benefits__heading img {
  width: 100%;
}

.cp-benefits {
  position: relative;
  margin-top: 117px;
  padding-bottom: 25px;
}

.cp-benefits__inner {
  --base: 15px;
  --diff: -2px;
  background-image: repeating-linear-gradient(-45deg, #ffd9e3 calc(var(--base) + var(--diff)), #ffcad8 calc(var(--base) + var(--diff)), #ffcad8 calc((var(--base) * 2) + var(--diff)), #ffd9e3 calc((var(--base) * 2) + var(--diff)), #ffd9e3 calc((var(--base) * 3) + var(--diff)));
  padding-bottom: 63px;
}

.cp-benefits__image {
  margin: 0 auto;
  width: fit-content;
}

.cp-benefits__image img {
  width: 100%;
}

.cp-benefits__button-wrap {
  margin-top: 30px;
}

.cp-flow {
  background: #FFE8EE;
  margin-top: 35px;
  padding-bottom: 39px;
}

.cp-flow__heading {
  padding: 5px 10px 5px;
  line-height: 1.5;
  font-size: 22px;
  text-align: center;
  color: #fff;
  background: #e93b6c;
  position: relative;
}

.cp-accordion-body.is-show {
  grid-template-rows: 1fr;
}

.cp-accordion-body {
  display: block grid;
  transition: grid-template-rows 0.5s;
  grid-template-rows: 0fr;
}

.cp-section__content__inner {
  overflow: hidden;
}

.cp-accordion.cp-flow__heading::after {
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  right: 26px;
  top: 10px;
  transform: rotate(45deg);
}

.cp-accordion.cp-flow__heading.is-expanded::after {
  transform: translateY(10px) rotate(-135deg);
}

.cp-flow__heading-wrap {
  padding: 40px 20px 0;
}

ol.cp-flow__list {
  display: flex;
  counter-reset: flow;
  list-style-type: none;
  justify-content: start;
  margin-top: 24px;
  gap: 50px;
  max-width: 780px;
  margin: 24px auto 0;
}

.cp-flow__item {
  position: relative;
  width: 29%;
}

.cp-flow__item::before {
  counter-increment: flow 1;
  content: counter(flow);
  position: absolute;
  width: 27px;
  border-radius: 27px;
  background: #e93b6c;
  height: 27px;
  text-align: center;
  line-height: 27px;
  vertical-align: middle;
  letter-spacing: 0;
  color: #fff;
  font-weight: 600;
}

p.cp-flow__item-text {
  padding-left: 34px;
  margin-bottom: auto;
  line-height: 1.5;
  padding-bottom: 10px;
  font-size: 16px;
}

.cp-flow__item-image {
  width: fit-content;
  margin: 0 auto;
  box-shadow: 0px 3px 12px 0px rgba(37, 47, 59, 0.5);
}

.cp-flow__item-inner {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}

.cp-flow__item-image img {
  width: 100%;
  max-width: 229px;
  display: block;
}

ol.cp-flow__list+ol.cp-flow__list {
  border-top: 2px solid #e93b6c;
  margin-top: 35px;
  padding-top: 20px;
  counter-reset: flow 3;
}

ol.cp-flow__list+ol.cp-flow__list+ol.cp-flow__list {
  counter-reset: flow 6;
}

.cp-detail__heading {
  padding: 5px 10px 5px;
  line-height: 1.5;
  font-size: 22px;
  text-align: center;
  color: #fff;
  background: #e93b6c;
  margin-top: 50px;
}

.cp-detail__heading--underline {
  margin-top: 45px;
  border-bottom: 1px solid #e93b6c;
  line-height: 1.6;
}

.cp-detail__lead {
  line-height: 1.65;
}

@media screen and (min-width: 960px) {
  .display-sp {
    display: none;
  }
}

@media screen and (min-width: 361px) {
  .display-small-sp {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .cp-lead__text {
    font-size: 16px;
  }
  .cp-text-box--sp {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
  .cp-lead__text--middle {
    font-size: 16px;
    gap: 4px;
  }

  img.cp-first__icon {
    height: 26px;
  }

  .cp-tab__link {
    padding: 4px 0 2px;
    font-size: 15px;
    max-width: none;
    width: 100%;
    border-radius: 8px 8px 0 0;
  }

  .cp-tab {
    margin-top: 15px;
  }

  .cp-tab__links {
    gap: min(9px, 2.4vw);
  }

  .cp-content05 {
    border-radius: 0px 0px 8px 8px;
    border-width: 1px;
  }

  .cp-content05__item__inner {
    width: 100%;
    padding: 8px 4px 6px;
    align-items: center;
  }

  .cp-content05__list {
    margin: 20px 0 16px;
    gap: 40px;
  }

  .cp-content05__item {
    width: 90%;
    border-radius: 10px;
  }

  .cp-content05__item__step {
    font-size: 20px;
  }

  .cp-content05__item__step--circle {
    width: 1.2em;
    height: 1.2em;
    margin-left: 0.3em;
    font-weight: 500;
  }

  .cp-content05__item__text {
    font-size: 19px;
    line-height: 1.4;
    margin-top: 0px;
    line-height: 1.3;
    text-align: center;
  }

  .cp-content05__item__text--ttl {
    font-size: 18px;
    max-width: 240px;
    border-radius: 4px;
  }

  .cp-content05__item__text--middle {
    font-size: 17px;
  }

  .cp-content05__item__img--btm,
  .cp-content05__item__img--small,
  .cp-content05__item__img {
    width: 100%;
  }

  .cp-content05__item__img--btm {
    margin-top: 7px;
  }

  .cp-content05__item__text--small {
    font-size: 14px;
  }

  .cp-content05__item__img--btm img {
    max-width: 77px;
  }

  .cp-content05__item+.cp-content05__item:before {
    top: -31px;
    border-width: 21px 20px 0 20px;
  }

  .cp-content05__item-img__list {
    margin: 6px auto 0;
    gap: 4px;
    padding-right: 0;
  }

  .cp-content05__item-img__item {
    gap: 4px;
  }

  .cp-content05__item-img__item__text {
    font-size: 14px;
  }

  .cp-content05__item-img__item:nth-of-type(2) .cp-content05__item-img__item__image {
    max-width: 42px;
  }

  .cp-content05__item-img__item__image {
    width: 40%;
  }

  .cp-content05__item-img__item:nth-of-type(1) .cp-content05__item-img__item__image {
    max-width: 47px;
  }


}

@media screen and (max-width: 959px) {
  .display-pc {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .mt-n-sp-101p {
    margin-top: -9.1%;
  }

  .cp-detail__lead {
    line-height: 1.5;
  }
  .cp-text-box-sp {
    margin-left: auto;
    margin-right: auto;
    max-width: 410px;
  }
  .cv-button--cp {
    padding: 14px 28px 14px 28px;
  }

  .cv-button--cp:not(.external)::after {
    border-width: 1px;
    width: 8px;
    height: 8px;
  }

  .cv-button--anchor.cv-button--cp:not(.external)::after {
    transform: translateY(-75%) translateX(100%) rotateZ(135deg);
  }

  .cp-benefits {
    margin-top: min(19%, 95px);
    padding-bottom: 0;
  }

  .cp-benefits__inner {
    --base: 7.5px;
    --diff: -2px;
    padding-bottom: 40px;
  }

  .cp-benefits__button-wrap {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .cp-benefits .cv-button--cp {
    width: 90%;
  }

  .cp-flow {
    margin-top: 40px;
    padding-bottom: 35px;
  }

  .cp-flow__heading-wrap {
    padding: 40px 16px 0;
  }

  ol.cp-flow__list {
    flex-direction: column;
    margin-top: 0px;
    gap: 0;
  }

  li.cp-flow__item {
    width: calc(100% - 32px);
    margin: 20px auto 0;
    padding-bottom: 10px;
  }

  .cp-flow__item::before {
    width: 24px;
    border-radius: 24px;
    height: 24px;
    line-height: 24px;
  }

  .cp-flow__item-image img {
    max-width: 212px;
  }

  p.cp-flow__item-text {
    padding-bottom: 15px;
    line-height: 1.7;
  }

  ol.cp-flow__list+ol.cp-flow__list {
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0;
  }
  ol.cp-flow__list:last-child .cp-flow__item:last-child .cp-flow__item-text {
    padding-bottom: 0;
  }

  ol.cp-flow__list:last-child .cp-flow__item:last-child {
    padding-bottom: 0;
  }

  .cp-detail__heading {
    font-size: 20px;
    margin-top: 30px;
  }

  .cp-detail__heading--underline {
    margin-top: 34px;
    border-bottom-width: 2px;
  }

  .cp-flow__heading {
    font-size: 20px;
  }

  .cp-accordion.cp-flow__heading::after {
    width: 13px;
    height: 13px;
    right: 15px;
    top: 8px;
  }

  .cp-accordion.cp-flow__heading.is-expanded::after {
    transform: translateY(8px) rotate(-135deg);
  }
}