@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
  height: 100%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: auto;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  width: 100%;
  letter-spacing: 0;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
}

main {
  overflow-x: hidden;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*--------------------------------------*
* layout
*--------------------------------------*/
.l-main__wrapper {
  position: relative;
}

.l-main__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.032em;
  line-height: 1.5;
}

.l-main__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

.l-main__desc {
  text-align: center;
  color: #707070;
  margin-top: 20px;
}

.l-main__desc--sub {
  font-size: 14px;
}

.l-main__purchase {
  margin-right: 28px;
}

.l-main__bottomText {
  margin-top: 95px;
  width: 100%;
  color: #707070;
  font-size: 14px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 40px;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
}

.l-header__logo img {
  max-width: 188px;
}

.l-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-nav__list:not(:last-child) a {
  margin-right: 28px;
  letter-spacing: 0.05em;
}

.l-nav__list:last-child a {
  margin-left: 12px;
}

.l-nav__list a:hover {
  color: #2DA282;
}

.l-nav__list:last-child a {
  border: 2px solid #FFB800;
}

.l-nav__list:last-child a:hover {
  background: #fff;
  color: #FFB800;
}

@media screen and (max-width: 1024px) {
  .l-nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 16px;
    height: 60px;
  }
  .l-header__logo img {
    max-width: 147px;
  }
  .l-main {
    padding: 40px 16px 80px;
    overflow: auto;
  }
  .scroll {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    overflow-x: hidden;
    width: 100%;
    height: 400px;
  }
  .scroll-inner {
    min-height: 401px;
  }
  .l-main__title img {
    max-width: 157px;
  }
  .l-main__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-main__purchase {
    margin: 0 auto;
  }
  .l-main__sale {
    margin-top: 12px;
  }
  .l-main__desc {
    font-size: 14px;
  }
  .l-main__desc--sub {
    font-size: 12px;
  }
  .l-main__bottomText {
    font-size: 12px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 320px) {
  .l-main__title img {
    max-width: 120px;
  }
}
/*--------------------------------------*
* component
*--------------------------------------*/
.c-container {
  max-width: 1282px;
  margin: 0 auto;
  width: 100%;
  padding: 0 16px;
}

.c-section-title {
  font-size: 32px;
  color: #39B490;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.16em;
  line-height: 1.5;
}

.c-section-title--inner {
  font-size: 24px;
  text-align: left;
}

.c-section-title--flow {
  color: #fff;
}

.c-button-wrap {
  text-align: center;
}

.c-button {
  color: #fff;
  font-size: 16px;
  max-width: 480px;
  letter-spacing: 0.18em;
  border-radius: 50px;
  display: block;
  padding: 14px 10px;
  position: relative;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.c-button__arrow {
  position: absolute;
  right: 20px;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/msd2024/img/biz/cppa/circle_arrow_wh.svg) no-repeat;
  background-size: contain;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-button__arrow--gr {
  background: url(/wp-content/themes/msd2024/img/biz/cppa/circle_arrow_gr.svg);
  background-size: contain;
}

.c-button--other:hover .c-button__arrow--gr {
  background: url(/wp-content/themes/msd2024/img/biz/cppa/circle_arrow_wh.svg);
  background-size: contain;
}

.c-button__chevelon {
  background: url(/wp-content/themes/msd2024/img/biz/cppa/circle_chevelon.svg);
  background-size: contain;
}

.c-button__arrow--bk {
  background-image: url(/wp-content/themes/msd2024/img/biz/cppa/circle_arrow_bk.svg);
}

.c-button--purchase {
  margin-top: -70px;
  background: #2DA282;
  -webkit-box-shadow: 0 6px #25896E;
          box-shadow: 0 6px #25896E;
}

.c-button--purchase:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 3px #25896E;
          box-shadow: 0 3px #25896E;
}

.c-button--sale {
  margin-top: -70px;
  background: #2D99A7;
  -webkit-box-shadow: 0 6px #277F8B;
          box-shadow: 0 6px #277F8B;
}

.c-button--sale:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 3px #277F8B;
          box-shadow: 0 3px #277F8B;
}

.c-button--contact {
  background: #FFB800;
  width: 176px;
  text-align: center;
  padding: 7px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: 0;
}

.c-button--cta {
  width: 100%;
  max-width: 585px;
  font-size: 24px;
  font-weight: bold;
  margin: auto;
  -webkit-box-shadow: 0 0 black;
          box-shadow: 0 0 black;
  letter-spacing: 0.09em;
  padding: 10px 0 10px;
}

.c-button--cta {
  -webkit-box-shadow: 0 6px #E0A200;
          box-shadow: 0 6px #E0A200;
}

.c-button--cta:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 3px #E0A200;
          box-shadow: 0 3px #E0A200;
}

.c-button--cta .c-button__arrow:before {
  display: none;
}

.c-button--cta .c-button__arrow:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.c-button--other {
  background: #fff;
  color: #39B490;
  border: 2px solid #39B490;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0.06em;
  line-height: 1.167;
  padding: 17px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.c-button--other:hover {
  -webkit-transform: unset;
          transform: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #39B490;
  color: #fff;
}

.c-button--consumer {
  color: #3DAFBE;
  border: 2px solid #3DAFBE;
}

.c-button__arrow--blue {
  background-image: url(/wp-content/themes/msd2024/img/biz/cppa/circle_arrow_blue.svg);
}

.c-button--consumer:hover {
  -webkit-transform: unset;
          transform: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #3DAFBE;
  color: #fff;
}

.c-button--consumer:hover .c-button__arrow--blue {
  background-image: url(/wp-content/themes/msd2024/img/biz/cppa/circle_arrow_wh.svg);
}

.c-button--right {
  text-align: center;
  padding-right: 32px;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.c-button--right:hover {
  color: #3DAFBE;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-button--right:hover .c-button__arrow {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url(/wp-content/themes/msd2024/img/biz/cppa/circle_arrow_blue.svg);
}

.c-button--back {
  background: rgba(255, 255, 255, 0);
  border: 2px solid #333;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.09em;
  line-height: 0.017;
  max-width: 379px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 32px 20px;
}

.c-button--back:hover {
  background: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  -webkit-transform: none;
          transform: none;
}

.c-button--back:hover .c-button__arrow {
  background-image: url(/wp-content/themes/msd2024/img/biz/cppa/circle_arrow_wh.svg);
}

@media screen and (max-width: 1024px) {
  .c-button--blue {
    background: #fff;
    border: 2px solid #3DAFBE;
    color: #3DAFBE;
    width: 100%;
    max-width: 585px;
    z-index: 1;
    letter-spacing: 0.06em;
  }
  .c-button--blue:hover {
    -webkit-transform: unset;
            transform: unset;
  }
  .c-button__arrow--blue {
    background-image: url(/wp-content/themes/msd2024/img/biz/cppa/circle_arrow_blue.svg);
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    font-size: 14px;
  }
  .c-button__arrow {
    width: 20px;
    height: 20px;
  }
  .c-button--purchase,
.c-button--sale {
    margin-top: -40px;
  }
  .c-button--blue {
    max-width: 311px;
    bottom: 60px;
  }
  .c-button--cta {
    max-width: 311px;
    padding: 12px;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.75;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .c-section-title {
    font-size: 20px;
    letter-spacing: 0.15em;
  }
  .c-section-title--inner {
    /* font-feature-settings: none; */
    line-height: 1.55;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.0675em;
  }
  .c-button--other {
    letter-spacing: 0.0525em;
    font-weight: normal;
  }
  .c-button--gr {
    color: #39B490;
    border: 2px solid #39B490;
  }
  .c-button--back {
    font-size: 16px;
    max-width: 311px;
  }
}
@media screen and (max-width: 320px) {
  .c-button--other {
    font-size: 13px;
  }
}
/*--------------------------------------*
* project
*--------------------------------------*/
.p-mv {
  position: relative;
  width: 100%;
}

.p-mv .u-main-left-bg {
  position: absolute;
  top: -32.3%;
  left: -30%;
  z-index: -1;
}

.p-mv .u-main-right-bg {
  position: absolute;
  bottom: -38.2%;
  right: -12.7%;
  z-index: 1;
}

.p-mv--consumer .u-main-right-bg {
  bottom: -36%;
}

.p-mv__inner {
  z-index: 2;
  width: 100%;
  padding: 140px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.p-mv__inner img {
  width: 90%;
  max-width: 790px;
  margin: 0 auto;
  z-index: 1;
}

.p-mv__inner--consumer img {
  width: 90%;
  max-width: 898px;
  margin: 0 auto;
  z-index: 1;
}

.p-mv__textBox {
  z-index: 1;
  text-align: center;
  color: #2DA282;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
  margin: auto;
  margin-top: 20px;
  width: 100%;
  max-width: 790px;
  letter-spacing: 0.06em;
  font-weight: normal;
}

.p-mv__textBox--consumer {
  color: #3DAFBE;
  padding: 20px 40px;
  margin-top: 35px;
  line-height: 1.75;
}

.p-mv__bottomBtn {
  display: none;
}

.p-mv__rightBtn {
  position: absolute;
  right: 0;
  top: 49.6%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #3DAFBE;
  border: 2px solid #3DAFBE;
  border-right: none;
  border-radius: 50px 0 0 50px;
  width: 214px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 50;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: normal;
}

.p-mv__rightBtn:hover {
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-mv__rightBtn--consumer {
  background: #39B490;
  border: 2px solid #39B490;
  border-right: none;
}

.p-mv__rightBtn--consumer:hover {
  border-right: none;
}

.p-mv__rightBtn--consumer .c-button--right:hover {
  color: #39B490;
}

.p-mv__rightBtn--consumer .c-button--right:hover .c-button__arrow {
  background-image: url(/wp-content/themes/msd2024/img/biz/cppa/circle_arrow_gr.svg);
}

.p-worry__bg01 {
  background: #D7F0E9;
  position: relative;
  padding-top: 90px;
  z-index: -1;
}

.p-worry__bg01--consumer {
  background: #D8EFF2;
}

.p-worry__bg01:after {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #D7F0E9 50%, rgba(255, 255, 255, 0) 52%), linear-gradient(315deg, #D7F0E9 50%, rgba(255, 255, 255, 0) 52%);
  background-size: 30px 30px;
  height: 12px;
  width: 100%;
  top: -12px;
  z-index: 0;
}

.p-worry__bg01--consumer:after {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #D8EFF2 50%, rgba(255, 255, 255, 0) 52%), linear-gradient(315deg, #D8EFF2 50%, rgba(255, 255, 255, 0) 52%);
  background-size: 30px 30px;
  height: 12px;
  width: 100%;
  top: -12px;
  z-index: 0;
}

.p-worry__bg02 {
  background: #EBF7F4;
  position: relative;
  padding-top: 63px;
  z-index: -1;
}

.p-worry__bg02--consumer {
  background: #EAF6F8;
}

.p-worry__bg02:after {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #EBF7F4 50%, rgba(255, 255, 255, 0) 52%), linear-gradient(315deg, #EBF7F4 50%, rgba(255, 255, 255, 0) 52%);
  background-size: 30px 30px;
  height: 12px;
  width: 100%;
  top: -12px;
  z-index: 0;
}

.p-worry__bg02--consumer:after {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #EAF6F8 50%, rgba(255, 255, 255, 0) 52%), linear-gradient(315deg, #EAF6F8 50%, rgba(255, 255, 255, 0) 52%);
  background-size: 30px 30px;
  height: 12px;
  width: 100%;
  top: -12px;
  z-index: 0;
}

.p-worry {
  padding: 155px 0 80px;
  position: relative;
  z-index: 0;
}

.p-worry--consumer {
  background: #F6FBFC;
  padding: 143px 0 80px;
}

.p-worry:before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #f5fbf9 50%, rgba(255, 255, 255, 0) 52%), linear-gradient(315deg, #f5fbf9 50%, rgba(255, 255, 255, 0) 52%);
  background-size: 30px 30px;
  height: 12px;
  width: 100%;
  top: -12px;
  z-index: 1;
}

.p-worry:before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #F6FBFC 50%, rgba(255, 255, 255, 0) 52%), linear-gradient(315deg, #F6FBFC 50%, rgba(255, 255, 255, 0) 52%);
  background-size: 30px 30px;
  height: 12px;
  width: 100%;
  top: -12px;
  z-index: 1;
}

.p-worry:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5FBF9;
  z-index: -1;
}

.p-worry__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 28px;
}

.p-worry__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 30%;
  background: #39B490;
  border-radius: 10px;
  margin: 1.3%;
  padding: 15px;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.75;
}

.p-wish {
  padding: 72px 0 93px;
  background: #fff;
}

.p-wish .c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-wish__sp {
  display: none;
}

.p-wish .c-section-title--inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.07em;
  line-height: 1.583;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.p-wish .c-section-title img {
  max-width: 240px;
  margin-left: 10px;
  margin-right: 20px;
}

.p-wish__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1180px;
  margin: 52px auto 0;
}

.p-wish__text {
  width: 48%;
  max-width: 380px;
  margin-right: 37px;
}

.p-wish__text p {
  margin-top: 32px;
  line-height: 1.75;
  letter-spacing: 0.17em;
}

.p-wish__figure {
  width: 48%;
}

.p-wish__figure img {
  width: 100%;
}

.p-reason {
  background: #F5FBF9;
  padding: 80px 0;
}

.p-reason__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-reason__card {
  background: #fff;
  width: 30%;
  margin: 1%;
  padding: 35px;
  margin-top: 48px;
  margin-bottom: 40px;
  border-radius: 10px;
}

.p-reason__card--consumer {
  padding-bottom: 63px;
}

.p-reason__title {
  text-align: center;
  font-size: 24px;
  color: #39B490;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-top: 20px;
}

.p-reason__text {
  color: #555;
  margin-top: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}

.p-reason__subText {
  color: #707070;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

.p-flow {
  background: #2DA282;
  padding: 80px 0;
}

.p-flow__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-flow__list {
  width: 23%;
  background: #fff;
  border-radius: 10px;
  padding: 24px 40px 40px 40px;
  position: relative;
  margin-top: 192px;
  line-height: 1.75;
}

.p-flow__step--ph {
  position: absolute;
  top: -140px;
  left: 10px;
}

.p-flow__list:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 15px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: -15px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.p-flow__title {
  margin-top: 0;
}

.p-flow__text {
  max-width: 200px;
  letter-spacing: 0.06em;
}

.p-cta {
  background: #F8F8F8;
  padding: 92px 0;
  position: relative;
}

.p-cta__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 23px;
}

.p-cta .u-circle {
  z-index: 0;
}

.p-cta__flex .c-button {
  max-width: 280px;
  margin: auto;
  margin-top: -103px;
  font-size: 18px;
  pointer-events: none;
}

.p-cta__figure {
  position: relative;
  z-index: 0;
}

.p-cta .c-button-wrap {
  margin-top: 33px;
}

.p-faq {
  background: #fff;
  padding: 80px 0;
}

.p-faq__list {
  margin: auto;
  margin-top: 48px;
  max-width: 994px;
  counter-reset: number 0;
  color: #555;
}

.p-faq__list dl {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  background: #F8F8F8;
  border-radius: 10px;
}

.p-faq__list dl:last-child {
  margin-bottom: 40px;
}

.p-faq__toggle-btn {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 2px;
}

.p-faq__toggle-btn:before,
.p-faq__toggle-btn:after {
  display: block;
  content: "";
  background-color: #39B490;
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-faq__list--consumer .p-faq__toggle-btn:before,
.p-faq__list--consumer .p-faq__toggle-btn:after {
  background-color: #3DAFBE;
}

.p-faq__toggle-btn:before {
  width: 2px;
  height: 14px;
}

.qa.selected .p-faq__toggle-btn {
  background: #fff;
}

.qa.selected .p-faq__toggle-btn:before {
  content: normal;
}

.qa dd {
  display: none;
}

.p-faq__list dl dt {
  position: relative;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 40px;
  font-size: 18px;
  border-radius: 10px;
  padding-left: 6em;
  text-indent: -3.5em;
  padding-right: 72px;
}

.p-faq__list dl dt::before,
.p-faq__list dl dd::before {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

.p-faq__list dl dt::before {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #39B490;
  counter-increment: number 1;
  content: "Q" counter(number) " ";
  margin-right: 24px;
  font-size: 25px;
}

.p-faq__list--consumer dl dt::before {
  color: #3DAFBE;
}

.p-faq__list dl dd {
  background: #fff;
  color: #555;
  position: relative;
  display: none;
  height: auto;
  padding: 10px 16px;
  padding-left: 110px;
}

.p-faq__list dl dd p {
  margin: 30px 0 0;
}

.p-faq__list dl dd p:first-child {
  margin-top: 0;
}

.p-faq__list dl::before {
  top: 20px;
  right: 20px;
  width: 7px;
  height: 7px;
}

.p-footer {
  color: #555;
  background: #F0F0F0;
  padding: 60px 40px;
  position: relative;
  font-size: 12px;
}

.p-contact {
  padding: 80px 0;
  background: #F8F8F8;
}

.p-contact__bownow {
  margin: 0 auto;
  max-width: 624px;
}

.p-contact__bownow iframe {
  width: 100%;
}

.p-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-footer__flex a {
  text-decoration: underline;
  line-height: 1.5;
}

.p-footer:before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #F0F0F0 50%, rgba(255, 255, 255, 0) 52%), linear-gradient(315deg, #F0F0F0 50%, rgba(255, 255, 255, 0) 52%);
  background-size: 30px 30px;
  height: 12px;
  width: 100%;
  top: -12px;
  left: 0;
  z-index: 0;
}

.p-thanks {
  padding: 180px 0 90px;
  overflow: hidden;
}

.p-thanks__inner {
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.p-thanks__heading {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.32em;
  line-height: 1.5;
  margin-top: 80px;
}

.p-thanks__text {
  line-height: 1.75;
  color: #555;
  margin-top: 48px;
  margin-bottom: 60px;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 1024px) {
  .p-mv__inner {
    padding: 120px 0;
  }
  .p-mv__rightBtn {
    display: none;
  }
  .p-mv__bottomBtn {
    margin: 37px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.06em;
    width: 100%;
    max-width: 585px;
    z-index: 20;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__inner {
    padding: 140px 0px 60px;
    position: relative;
    left: 7px;
  }
  .p-mv .u-main-left-bg {
    top: -88px;
    width: 100%;
    min-width: 470px;
    left: -48%;
  }
  .p-mv .u-main-right-bg {
    position: absolute;
    bottom: -11.5%;
    right: -52.2%;
  }
  .p-mv--consumer .u-main-right-bg {
    bottom: -5.8%;
    right: -46.8%;
  }
  .p-mv__textBox {
    text-align: left;
    font-size: 14px;
    line-height: 1.71;
  }
  .p-mv__textBox--consumer {
    padding: 20px;
    margin-top: 17px;
  }
  .p-worry__bg01 {
    padding-top: 20px;
  }
  .p-worry__bg02 {
    padding-top: 20px;
  }
  .p-worry {
    padding-top: 80px;
    padding-bottom: 77px;
  }
  .p-worry--consumer {
    padding-top: 50px;
  }
  .p-worry__cards {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 44px;
  }
  .p-worry__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 48%;
    margin: 0.5%;
    margin-left: 1.2%;
    font-size: 14px;
  }
  .p-worry__card--consumer {
    padding: 16px;
    padding-right: 14px;
  }
  .p-wish {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .p-wish--consumer {
    padding-bottom: 80px;
  }
  .p-wish__pc {
    display: none;
  }
  .p-wish__text p {
    margin-top: 20px;
    letter-spacing: 0.105em;
    line-height: 1.714;
    font-size: 14px;
    color: #555555;
  }
  .p-wish .c-section-title img {
    max-width: 157px;
    margin: 0 12px;
  }
  .p-wish .c-section-title--inner {
    white-space: inherit;
  }
  .p-wish__sp {
    display: block;
    text-align: center;
    line-height: 1.75;
  }
  .p-wish__flexTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-wish__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-wish__text,
.p-wish__figure {
    width: 100%;
    margin: 0;
  }
  .p-wish__text {
    margin-top: 20px;
  }
  .p-wish__text--consumer {
    margin-top: 2px;
  }
  .p-wish__figure--consumer img {
    position: relative;
    top: -17px;
  }
  .p-reason {
    padding-top: 77px;
  }
  .p-reason__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-reason__card {
    width: 100%;
    margin: 4px 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 21px;
  }
  .p-reason__card--consumer {
    padding-top: 9px;
    padding-bottom: 40px;
  }
  .p-reason__card:first-child {
    margin-top: 40px;
  }
  .p-reason__card img {
    margin: auto;
  }
  .p-reason__card:last-child {
    margin-bottom: 50px;
  }
  .p-reason__card--consumer:last-child {
    margin-bottom: 27px;
  }
  .p-reason__title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 14px;
  }
  .p-reason__title--consumer {
    margin-top: 0;
  }
  .p-reason__text {
    font-size: 14px;
  }
  .p-flow {
    padding-bottom: 75px;
  }
  .p-flow__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-flow__list {
    width: 100%;
    margin-top: 179px;
    padding: 32px 16px 40px 16px;
  }
  .p-flow__list:before {
    content: "";
    position: absolute;
    top: -138px;
    left: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/wp-content/themes/msd2024/img/biz/cppa/flow_step01.svg?2208161300) no-repeat;
    background-size: contain;
  }
  .p-flow__list:nth-child(2):before {
    background: url(/wp-content/themes/msd2024/img/biz/cppa/flow_step02.svg?2208161300) no-repeat;
    background-size: contain;
  }
  .p-flow__list:nth-child(3):before {
    background: url(/wp-content/themes/msd2024/img/biz/cppa/flow_step03.svg?2208161300) no-repeat;
    background-size: contain;
  }
  .p-flow__list:nth-child(4):before {
    background: url(/wp-content/themes/msd2024/img/biz/cppa/flow_step04.svg?2208161300) no-repeat;
    background-size: contain;
  }
  .p-flow__list:not(:last-child):after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #fff transparent transparent transparent;
    right: 0;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-flow__text {
    width: 100%;
    max-width: 100%;
  }
  .p-flow__step--ph {
    position: absolute;
    top: -178px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 311px;
  }
  .p-cta .u-circle {
    top: 45%;
  }
  .p-cta .c-button-wrap {
    margin-top: 67px;
  }
  .p-cta__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-cta__flex .c-button {
    max-width: 342px;
    letter-spacing: 0.0525em;
    line-height: 1.429;
    padding: 16px;
    font-size: 14px;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  .p-faq__list dl dd {
    font-size: 14px;
    letter-spacing: 0.0525em;
    line-height: 1.714;
    padding-left: 70px;
  }
  .p-faq__list dl dt {
    font-size: 16px;
    border-radius: 10px;
    padding-left: 4.2em;
    text-indent: -2.8em;
    letter-spacing: 0.06em;
    padding-right: 48px;
  }
  .p-faq__list dl dt::before {
    margin-right: 12px;
    font-size: 19px;
  }
  .p-faq__toggle-btn {
    right: 16px;
  }
  .p-footer {
    padding: 48px 40px;
  }
  .p-footer__copy {
    margin-top: 20px;
  }
  .p-footer__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-thanks {
    padding: 130px 0 90px;
  }
  .p-thanks .u-top-left--bg {
    top: -71%;
    left: -40%;
    min-width: 423px;
  }
  .p-thanks .u-bottom-right--bg {
    bottom: -66%;
    right: -45%;
    min-width: 473px;
  }
  .p-thanks__inner {
    -webkit-font-feature-settings: "palt" 0;
            font-feature-settings: "palt" 0;
  }
  .p-thanks__bottomText {
    display: none;
  }
  .p-thanks__heading {
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-top: 40px;
  }
  .p-thanks__text {
    font-size: 14px;
    line-height: 1.714;
    margin-top: 20px;
    margin-bottom: 40px;
    letter-spacing: 0.0525em;
  }
}
@media screen and (max-width: 599px) {
  .p-mv__inner img {
    max-width: 290px;
  }
  .p-mv__inner--consumer img {
    max-width: 343px;
  }
  .p-mv .u-main-right-bg {
    max-width: 485px;
  }
}
@media screen and (max-width: 374px) {
  .p-cta .c-button {
    letter-spacing: 0.0525em;
    font-size: 12px;
  }
  .p-flow__step--ph {
    position: absolute;
    top: -148px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 251px;
  }
  .p-flow__list:before {
    top: -128px;
  }
}
/*--------------------------------------*
* utility
*--------------------------------------*/
.u-db-sp {
  display: none;
}

.u-top-left--bg,
.u-bottom-right--bg {
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  min-width: 680px;
}

.u-top-left--bg {
  top: -24vw;
  left: -30%;
}

.u-bottom-right--bg {
  bottom: -24vw;
  right: -5%;
}

.u-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 180px;
  padding: 0 40px;
}

.u-flex a {
  text-decoration: underline;
}

.u-inner-text {
  margin-left: 28px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.u-dib {
  display: inline-block;
}

.u-shadow-none {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.u-shadow-none:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-btn__topText {
  margin-bottom: 14px;
  letter-spacing: 0.06em;
  line-height: 1.75;
}

.u-underline {
  text-decoration: underline;
}

.u-thanks-title {
  max-width: 188px;
}

.u-tar {
  text-align: right;
  padding-right: 56px;
}

.u-color-consumer {
  color: #3DAFBE;
}

.u-bg-consumer {
  background: #3DAFBE;
}

.u-db-320 {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    padding: 0;
    text-align: center;
  }
  .u-flex p {
    margin-top: 20px;
  }
  .u-inner-text {
    font-size: 20px;
    margin-left: 13px;
  }
  .u-dn-sp {
    display: none;
  }
  .u-db-sp {
    display: block;
  }
  .u-left-20 {
    position: relative;
    left: -20px;
  }
  .u-top-13 {
    position: relative;
    top: 13px;
    left: -20px;
  }
  .u-btn__topText {
    line-height: 1.714;
    letter-spacing: 0.0525em;
    font-size: 14px;
    color: #333;
    margin-top: -30px;
  }
  .u-max-width {
    max-width: 348px;
  }
}
@media screen and (max-width: 599px) {
  .u-top-left--bg {
    top: -20%;
    left: -50%;
  }
  .u-bottom-right--bg {
    bottom: -16%;
    right: -25%;
  }
  .u-thanks-title {
    max-width: 146px;
  }
}
@media screen and (max-width: 374px) {
  .u-db-320 {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .u-inner-text {
    font-size: 14px;
  }
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 60px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #fff;
  /*動き*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px;
}

/*ナビゲーション*/
.l-nav__lists--sp {
  z-index: 999;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 80px;
}

/*リストのレイアウト設定*/
.l-nav__list--sp-btn {
  margin-top: 40px;
}

.l-nav__list--sp {
  text-align: center;
}

.l-nav__list--sp a {
  color: #3B4043;
  font-size: 18px;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  width: 100%;
}

.l-nav__drawer {
  position: relative;
}

.l-nav__drawer--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-nav__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-nav__flex .l-nav__list--sp {
  margin-bottom: 20px;
}

.l-nav__list--sp .c-button--contact {
  max-width: 311px;
  margin: auto;
  color: #fff;
}

.l-nav__list--sp .c-button--blue {
  background: #fff;
  border: 2px solid #3DAFBE;
  color: #3DAFBE;
  width: 100%;
  max-width: 311px;
  bottom: 0;
  margin: 24px auto 0;
  font-size: 14px;
  letter-spacing: 0.0525em;
}

.l-nav__list--sp .c-button--gr {
  border: 2px solid #39B490;
  color: #39B490;
}

.l-nav__list--sp .c-button--blue .c-button__arrow {
  background-image: url(/wp-content/themes/msd2024/img/biz/cppa/circle_arrow_blue.svg);
}

.l-nav__list--sp .c-button--gr .c-button__arrow {
  background-image: url(/wp-content/themes/msd2024/img/biz/cppa/circle_arrow_gr.svg);
}

.l-nav__privacyLink {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
  color: #3B4043;
  font-size: 12px;
}

.openbtn {
  position: relative;
  background: #2DA282;
  cursor: pointer;
  width: 60px;
  height: 60px;
  z-index: 1000;
}

.openbtn--consumer {
  background: #3DAFBE;
}

.openbtn::after {
  content: "Menu";
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  content: "Menu";
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.openbtn.active::after {
  content: "Close";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 16px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 13px;
}

.openbtn span:nth-of-type(2) {
  top: 19px;
}

.openbtn span:nth-of-type(3) {
  top: 25px;
}

.openbtn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-33deg);
          transform: translateY(6px) rotate(-33deg);
  width: 43%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(33deg);
          transform: translateY(-6px) rotate(33deg);
  width: 43%;
}

.openbtn.active span:nth-of-type(3)::after {
  -webkit-transform: translateY(0) rotate(-33deg);
          transform: translateY(0) rotate(-33deg);
  top: 12px;
  left: 10px;
}

.openbtn {
  display: none;
}

.contactBtn {
  display: none;
}

@media screen and (max-width: 1024px) {
  .openbtn {
    display: block;
    position: fixed;
    right: 0;
  }
  .contactBtn {
    background: #FFB800;
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 60px;
    z-index: 1000;
  }
  .contactBtn:before {
    content: "MAIL";
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .contactBtn img {
    margin: auto;
    position: relative;
    top: -10px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .u-top-left--bg {
    top: -12vw;
    left: -18%;
  }
  .u-bottom-right--bg {
    bottom: -15vw;
    right: 5%;
  }
  .p-mv .u-main-left-bg,
.p-mv .u-main-right-bg {
    width: 100%;
    max-width: 1400px;
  }
  .p-mv .u-main-right-bg {
    bottom: -360px;
  }
  .p-worry {
    padding: 240px 0 80px;
  }
}
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#splash_logo img {
  width: 260px;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=cppa-thanks.css.map */