.page-cpp {
background: url(/img/partners/bg-gray.webp);
    background-size: inherit;
}

section {
  padding: 60px 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

img {
  width: 100%;
}

.em {
  font-size: 48px;
}

.green {
  color: #3DB470;
}

.en__ttl {
  font-size: 24px;
  color: #3DB470;
  font-weight: 500;
}

.section__ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center!important;
}

.section__ttl.mb {
  margin-bottom: 40px;
  font-size: 40px;
}

.section__ttl.dot-green::after,
.section__ttl.dot-white::after {
  content: "";
  display: block;
  width: 420px;
  height: 10px;
  background: url(/img/partners/dot-green.png) no-repeat;
  background-size: contain;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.section__ttl.dot-white::after {
  background: url(/img/partners/dot-white.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.mv,
.section__cafe-site {
  overflow: hidden;
}


@media(max-width: 770px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.section__cafe-site {
  background: url(/img/partners/bg-green-pc.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 200px;
}

.cafe__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 100;
  position: relative;
}

.cafe__text {
  width: 40%;
}

.cafe__text  p {
  line-height: 2.3;
  color: #094022;
  font-weight: 500;
  margin-bottom: 40px;
}

.cafe__text  img {
  width: 80%;
  margin-bottom: 30px;
}


.btn01 {
  background: white;
  color: #3DB470;
  border: 1px solid;
  border-bottom: 3px solid;
  padding: 16px 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
  font-weight: bold;
  border-radius: 5px;
}

.btn01.green {
    background: #3DB470;
  color: white;
  border: 2px solid white;
  box-shadow: 0 3px #3db47174;
}

.btn01.sm {
  max-width: 340px;
}

.btn01.lg {
  font-size: 20px;
  display: flex;
  justify-content: center;
  position: relative;
}

.btn01:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.btn01::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(/img/partners/arrow-green.webp) no-repeat;
  background-size: contain;
}

.btn01.green::after {
    background: url(/img/partners/arrow-white.png) no-repeat;
  background-size: contain;
}

.btn01.lg::after {
  position: absolute;
  right: 20px;
}

.cafe__img {
  width: 60%;

}

.section__donyu {
  background: url(/img/partners/bg-donyu.webp) no-repeat;
  background-size: cover;
  background-position: center top;
  margin-top: -160px;
}

.donyu-img {
  margin-top: -200px;
}

.section__media {
  background: url(/img/partners/bg-media.webp) no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 120px 0 300px;
  margin: -140px 0;
}

.section__media p {
  text-align: center;
}

.media__text {
  margin: 20px;
}

.section__voice {
  background: url(/img/partners/bg-gray.webp) no-repeat;
  background-size: cover;
}

.bg-gray{
   background: url(/img/partners/bg-gray.webp) no-repeat;
  background-size: cover; 
}

.ttl__logo {
  width: 288px;
}

.btn__wrapper {
  max-width: 440px;
  margin: 40px auto;
}

.btn__wrapper02 {
  max-width: 700px;
  margin: 40px auto;
}

.btn__wrapper02 .heading{
  color: #094022;
  font-size: 24px;
  margin-bottom: 0;
}

.btn__wrapper02 .heading strong{
  font-size: 32px;
}

.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;

  color: #36b96b;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.heading strong {
  font-size: 24px;
}

/* 左右の斜め線 */
.heading::before,
.heading::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 2px;
  background-color: #e9cc2c;
}

.heading::before {
  transform: rotate(50deg);
}

.heading::after {
  transform: rotate(-50deg);
}

.change-img {
  margin-top: 40px;
}

.voice-img {
  margin-bottom: 60px;
  margin-top: -120px;
}

.section__voice .section__ttl::after {
  width: 280px;
}

.section__set {
    background: url(/img/partners/bg-set-price-pc.webp) no-repeat;
  background-size: cover;
  position: relative;
}

.set-img {
  z-index: 100;
  position: relative;
}

.support-img {
  margin-top: -100px;
}

.cta__btn {
  z-index: 100;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.cta__btn img:hover {
  transform: scale(1.03);
  transition: 0.5s;
  opacity: 1;
}

.cta__btn a:hover {
  opacity: 1!important;
}

.section__set::after {
  content: "";
  display: block;
  width: 100%;
    height: 57%;
    background: white;
    position: absolute;
    bottom: 0;
    z-index: 10;
    box-shadow:
    /* inset 8px 0 20px -8px #3db47054,  
    inset -8px 0 20px -8px #3db47054,  */
    inset 0 -20px 20px -8px #3db47054; /* 下 */
      /* 上側のシャドウを非表示 */
  clip-path: polygon(
    0 20px,
    100% 20px,
    100% 100%,
    0 100%
  );
}

.section__kodawari {
    background: url(/img/partners/bg-gray.webp) no-repeat;
  background-size: cover;
}

.section__point {
  background: url(/img/partners/bg-point-pc.webp) no-repeat;
  background-size: cover;
  background-position: center top;
}

.section__support {
    background: url(/img/partners/bg-gray.webp) no-repeat;
  background-size: cover;
}

.point__ttl {
  max-width: 280px;
  margin: 0 auto;
}

.point__items .point {
  color: white;
  font-size: 22px;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 300;
  margin-bottom: 40px;
}

.point__items .point span{
  font-size: 27px;
}

.point__item {
  background: white;
  padding: 30px 40px;
  position: relative;
  margin-bottom: 140px;
}

.point__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: url(/img/partners/fuwa01.png) no-repeat;
  position: absolute;
  top: -50px;
  left: 0;
      background-size: contain;
    background-position: bottom;
}

.point__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: url(/img/partners/fuwa02.png) no-repeat;
  position: absolute;
  bottom: -50px;
  left: 0;
      background-size: contain;
    background-position: top;
}

.content__ttl {
  text-align: center;
  color: #094022;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 1px;
  margin: 20px 0;
}

.content__ttl span {
  font-size: 22px;
}

.content__ttl .em {
  font-size: 36px;
}

.content__ttl .number {
  font-size: 42px;
}

.point__comment {
  max-width: 500px;
  margin: 20px auto;
}

.content__ttl.dash-green::after {
    content: "";
  display: block;
  width: 420px;
  height: 10px;
  background: url(/img/partners/dash-green.png) no-repeat;
  background-size: contain;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.nallow__wrapper {
  max-width: 700px;
  margin: 0 auto;
  z-index: 100;
  position: relative;
}

.style__text {
  margin-top: 40px;
  color: #401809;
  padding-bottom: 40px;
}

.style__text h5 {
  font-size: 24px;
  margin-bottom: 30px;
}

.point__copy {
  text-align: center;
}

.point__item.no-pd {
  padding: 30px 0;
}

.grad::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/partners/bg-grad-pc.webp) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.custom-faq {
    --faq-green: #3db470;
    --faq-text: #4a4a4a;

    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .custom-faq__item {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid var(--faq-green);
    border-radius: 2px;
    background-color: #fff;
  }

  .custom-faq__question {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    min-height: 72px;
    margin: 0;
    padding: 18px 22px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--faq-text);
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: left;
    cursor: pointer;
  }

  .custom-faq__heading {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    min-width: 0;
    line-height: 2;
  }

  .custom-faq__label {
    flex: 0 0 auto;
    color: var(--faq-green);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
  }

  .custom-faq__arrow {
    flex: 0 0 auto;
    width: 11px;
    height: 11px;
    margin-right: 3px;
    border-right: 2px solid var(--faq-green);
    border-bottom: 2px solid var(--faq-green);
    transform: rotate(45deg) translateY(-3px);
    transform-origin: center;
    transition: transform 0.3s ease;
  }

  .custom-faq__question[aria-expanded="true"]
    .custom-faq__arrow {
    transform: rotate(225deg) translate(-2px, -2px);
  }

  .custom-faq__answer {
    display: none;
    overflow: hidden;
  }

  .custom-faq__answer-inner {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 0 22px;
    padding: 17px 0 20px;
    border-top: 1px dotted var(--faq-green);
    color: var(--faq-text);
  }

  .custom-faq__answer-inner p {
    flex: 1;
    margin: 0;
    color: var(--faq-text);
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
  }

  .custom-faq__question:focus-visible {
    outline: 2px solid var(--faq-green);
    outline-offset: -4px;
  }

  @media (hover: hover) {
    .custom-faq__question:hover {
      background-color: rgba(61, 180, 112, 0.04);
    }
  }

  @media screen and (max-width: 749px) {
    .custom-faq__item {
      margin-bottom: 8px;
    }

    .custom-faq__question {
      min-height: 60px;
      gap: 12px;
      padding: 15px 16px;
      font-size: 13px;
      line-height: 1.6;
    }

    .custom-faq__heading {
      gap: 10px;
    }

    .custom-faq__label {
      font-size: 19px;
    }

    .custom-faq__answer-inner {
      gap: 10px;
      margin: 0 16px;
      padding: 14px 0 17px;
    }

    .custom-faq__answer-inner p {
      font-size: 12px;
      line-height: 1.75;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .custom-faq__arrow {
      transition: none;
    }
  }


.section__message {
  text-align: center;
  font-size: 18px;
  line-height: 3;
  color: #094022;
}
.msg__img {
  max-width: 500px;
  margin: 0 auto 40px;
}

.contact__msg {
  color: #094022;
  line-height: 2.3;
  margin-bottom: 40px;
  font-weight: 500;
  text-align: center;
}



/* ========================================
   Contact Form 7
======================================== */

.contact-form {
  --form-green: #195c36;
  --form-button: #49b979;
  --form-border: #d9e2e5;
  --form-text: #333;
  --form-placeholder: #a1a8ad;

  width: 100%;
  margin: 0 auto;
  color: var(--form-text);
}

/* 各入力項目
----------------------------------------- */
.contact-form__field {
  margin-bottom: 26px;
}

.contact-form__field p {
  line-height: 1;
}

.contact-form__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  color: var(--form-green);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

/* 必須ラベル
----------------------------------------- */
.contact-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
  border-radius: 2px;
  background-color: #fff0f0;
  color: #e95858;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
}

/* CF7のラッパー
----------------------------------------- */
.contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* 入力欄共通
----------------------------------------- */
.contact-form__input,
.contact-form__textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border: 1px solid var(--form-border);
  border-radius: 7px;
  outline: none;
  background-color: #fff;
  color: var(--form-text);
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.contact-form__input {
  height: 48px;
  padding: 0 16px;
}

.contact-form__textarea {
  display: block;
  min-height: 142px;
  padding: 14px 16px;
  resize: vertical;
  line-height: 1.8;
}

/* プレースホルダー
----------------------------------------- */
.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: var(--form-placeholder);
  opacity: 1;
}

/* フォーカス
----------------------------------------- */
.contact-form__input:focus,
.contact-form__textarea:focus {
  border-color: var(--form-button);
  box-shadow: 0 0 0 3px rgba(73, 185, 121, 0.12);
}

/* セレクトボックス
----------------------------------------- */
.contact-form__select {
  position: relative;
}

.contact-form__select::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--form-green);
  border-bottom: 2px solid var(--form-green);
  content: "";
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.contact-form__select select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 48px;
  cursor: pointer;
}

/* チェックボックス
----------------------------------------- */
.contact-form__acceptance {
  margin: 39px 0 30px;
  color: var(--form-green);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}

.contact-form__acceptance .wpcf7-list-item {
  margin: 0;
}

.contact-form__acceptance label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.contact-form__acceptance input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid var(--form-green);
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
}

.contact-form__acceptance input[type="checkbox"]:checked {
  background-color: var(--form-green);
}

.contact-form__acceptance input[type="checkbox"]:checked::after {
  position: absolute;
  top: 3px;
  left: 6px;
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  transform: rotate(45deg);
}

.contact-form__acceptance a {
  color: var(--form-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* 送信ボタン
----------------------------------------- */
.contact-form__submit {
  position: relative;
  text-align: center;
}

.contact-form__button,
.ff-btn {
  appearance: none;
  -webkit-appearance: none;
  width: 285px;
  max-width: 100%;
  min-height: 54px;
  padding: 14px 30px;
  border: 0;
  border-radius: 7px;
  background-color: #49b979!important;
  box-shadow: 0 4px 10px rgba(73, 185, 121, 0.2);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.contact-form__button:hover {
  background-color: #369f64;
  box-shadow: 0 6px 14px rgba(73, 185, 121, 0.28);
  transform: translateY(-2px);
}

.contact-form__button:active {
  box-shadow: 0 2px 6px rgba(73, 185, 121, 0.2);
  transform: translateY(0);
}

/* CF7エラー
----------------------------------------- */
.contact-form .wpcf7-not-valid {
  border-color: #e95858;
}

.contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #e95858;
  font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 25px 0 0;
  padding: 14px 16px;
  border-width: 1px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.7;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #e9ad40;
  background-color: #fffaf0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--form-button);
  background-color: #f2fbf6;
}

/* 送信中のスピナー
----------------------------------------- */
.contact-form__submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  margin: 0 0 0 12px;
  transform: translateY(-50%);
}

/* スマートフォン
----------------------------------------- */
@media screen and (max-width: 767px) {
  .contact-form__field {
    margin-bottom: 22px;
  }

  .contact-form__label {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .contact-form__input {
    height: 48px;
    padding: 0 14px;
    font-size: 16px;
  }

  .contact-form__textarea {
    min-height: 135px;
    padding: 13px 14px;
    font-size: 16px;
  }

  .contact-form__acceptance {
    margin: 32px 0 25px;
    font-size: 12px;
  }

  .contact-form__acceptance label {
    align-items: flex-start;
    gap: 7px;
  }

  .contact-form__acceptance input[type="checkbox"] {
    margin-top: 1px;
  }

  .contact-form__button {
    width: 100%;
  }
}

.form__wrapper {
  background: white;
  box-shadow: 0 12px 24px #0f172a0b;
  padding: 48px;
  border-radius: 16px;
  margin-bottom: 100px;
}


@media(max-width: 770px) {
  .cafe__text {
    width: 100%;
  }
  .cafe__img {
    width: 100%;
  }

  .cafe__img img{
      width: 120%;
    left: 50%;
    position: relative;
    transform: translatex(-50%);
  }

  .section__cafe-site {
    background: url(/img/partners/bg-green-sp.webp) no-repeat;
    background-size: cover;
    background-position: center top;
  }

  .cafe__wrapper {
    flex-direction: column-reverse;
  }

  .cafe__text img {
    width: 60%;
    margin-top: -20px;
    margin-bottom: 10px;
  }

  .cafe__text p {
    font-size: 12px;
  }

  .section__donyu {
    background: transparent;
  }

  .btn01 {
    font-size: 11px;
    padding: 12px 10px;
  }

  .btn01.sm {
    max-width: 260px;
  }

  .btn01::after {
    width: 14px;
    height: 14px;
  }

  .donyu-img {
    margin-top: -200px;
    margin-left: -5%;
    margin-right: -5%;
  }

  .voice-img {
    margin-left: -5%;
    margin-right: -5%;
  }

  .section__cafe-site {
    padding-bottom: 280px;
  }

  section {
    padding: 30px 0;
  }

  .em {
    font-size: 26px;
  }

  .section__ttl.dot-green::after, .section__ttl.dot-white::after {
    max-width: 220px;
  }

  .wrapper {
    width: 90%;
  }

  .heading {
    font-size: 14px;
  }

  .heading strong {
    font-size: 18px;
  }

  .btn01.lg {
    font-size: 15px;
  }

  .section__set {
        background: url(/img/partners/bg-set-price-sp.webp) no-repeat;
    background-size: cover;
    position: relative;
  }

  .section__point {
        background: url(/img/partners/bg-point-sp.webp) no-repeat;
    background-size: cover;
    background-position: center top;
  }

  .point__ttl {
    max-width: 180px;
    padding-top: 60px;
  }

  .point__item {
    padding: 12px 30px;
    margin-bottom: 40px;
  }

  .point__item.no-pd {
    padding: 12px 0;
  }

  .point__items .point {
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .point__items .point span {
    font-size: 18px;
  }

  .point__img {
    overflow: auto;
  }

  .point__img img {
    min-width: 620px;
  }

  .point__copy {
    max-width: 280px;
    margin: 0 auto;
  }


  .grad .point__img img{
    min-width: 100%;
  }

  .style__text {
    padding: 0 20px;
  }
  .msg__text {
    font-size: 13px;
    line-height: 2.2;
  }

  .section__ttl.mb {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .en__ttl {
    font-size: 14px;
  }

  .contact__msg {
    font-size: 12px;
    font-weight: 500;
  }

  .form__wrapper {
    padding: 24px;
    margin-bottom: 40px;
  }

  .msg__img {
    max-width: 300px;
    margin-bottom: 20px;
  }

  .grad::after {
    height: 100%;
    background: url(/img/partners/bg-grad-pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .grad {
    padding-bottom: 30px;
  }

  .point__copy {
    margin-top: 20px;
  }

  .style__text h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .style__text p {
    font-size: 12px;
  }

  .section__media {
    padding: 90px 0 230px;
    margin: -100px 0;
  }
  .btn__wrapper02 .heading {
    font-size: 14px;
  }
  .btn__wrapper02 .heading strong {
    font-size: 18px;
  }

  .section__set::after {
    border-top-left-radius: 2000px;
    border-top-right-radius: 2000px;
    height: 54%;
  }

  .set-img {
    margin-bottom: 20px;
  }

  .support-img {
    margin-top: -55px;
  }

  .btn__wrapper02 {
    margin: 30px auto 20px;
  }

  .scroll {
    margin-top: 20px;
  }

  .point__comment {
    margin-top: 0;
  }

  .wpcf7-acceptance span {
    font-size: 10px;
  }
}

textarea {
  margin-bottom: 14px!important;
}

header {
  background: white;
}

.fluentform a {
  color: #195c36;
  font-weight: bold;
}

.msg__wrapper {
  margin-bottom: 40px;
  text-align: center;
  margin-top: 40px;
  color: #094022;
}

.mtg__ttl {
  font-weight: bold;
  font-size: 20px;
  margin-top: 60px;
  color: #3DB470;
  margin-bottom: 20px;
}

@media(max-width: 770px) {
  .msg__wrapper {
    margin-top: 30px;
  }

  .mtg__ttl {
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: 14px;
  }
}