@charset "UTF-8";
/* settings
---------------------------------------------------*/
/** Page
---------------------------------------**/
.fv {
  background: url(../images/bg-fv.webp) no-repeat center center/cover;
  padding: 3rem 0;
}
.fv_mv {
  position: relative;
  z-index: 0;
  text-align: center;
  margin: auto;
  max-width: 980px;
}
.fv_mv .one {
  display: block;
}
.fv_mv .two {
  display: block;
  margin: -570px auto 0;
  text-align: center;
  max-width: 680px;
}
.fv_list {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 20px auto 30px;
}
.fv_list li {
  width: 32%;
}
.fv_list li div {
  border: 6px solid var(--colorAccent);
  border-radius: 23px;
  text-align: center;
  overflow: hidden;
  background: var(--colorBase-white);
  margin-bottom: 3rem;
}
.fv_list li:nth-child(2) .text {
  padding: 3rem 2rem 3rem;
}
.fv_list li:nth-child(3) .icon {
  padding: 2rem 2rem;
}
.fv_list li:nth-child(3) .text {
  padding: 2.4rem 2rem 2.4rem;
}
.fv_list .icon {
  text-align: center;
  padding: 2.4rem;
  background: var(--colorAccent);
}
.fv_list .text {
  letter-spacing: 0.01em;
  font-size: var(--fontSize-sl);
  text-align: center;
  padding: 2.4rem 2rem 2rem;
}

@media (min-width: 768px) and (max-width: 999px) {
  .fv {
    background: url(../images/bg-fv.webp) no-repeat center center/cover;
  }
  .fv .pc {
    display: block;
  }
  .fv_mv {
    max-width: 100%;
  }
  .fv_mv .two {
    margin: -500px auto 0;
    max-width: 100%;
  }
  .fv_list {
    width: 80%;
    margin: 0 auto;
  }
  .fv_list li {
    width: 32%;
  }
  .fv_list li div {
    border: 6px solid var(--colorAccent);
    border-radius: 50px;
    text-align: center;
    overflow: hidden;
    background: var(--colorBase-white);
    margin-bottom: 3rem;
  }
  .fv_list li:nth-child(3) .icon {
    padding: 2rem 2rem;
  }
  .fv_list .icon {
    text-align: center;
    padding: 2.4rem;
    background: var(--colorAccent);
  }
  .fv_list .text {
    letter-spacing: 0.01em;
    font-size: var(--fontSize-sl);
    text-align: center;
    padding: 2.4rem 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .fv {
    background: url(../images/bg-fv.webp) no-repeat center center/cover;
    padding: 5.3333333333vw 0;
  }
  .fv_list {
    margin: -10.6666666667vw auto 0;
  }
}
/* CTA common
---------------------------------*/
.cta {
  background: url(../images/bg-cta-1.webp) no-repeat center center/cover;
  padding: 60px 0;
}
.cta_head {
  text-align: center;
  position: relative;
  z-index: 0;
}
.cta h2 {
  display: inline-block;
  position: relative;
  font-size: var(--fontSize-l);
  text-align: center;
}
.cta h2::before, .cta h2::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
.cta h2::before {
  left: -9.6rem;
  width: 8rem;
  height: 8rem;
  background: url(../images/ico-fukidashi-left.webp) no-repeat center center/100%;
}
.cta h2::after {
  right: -9.6rem;
  width: 8rem;
  height: 8rem;
  background: url(../images/ico-fukidashi-right.webp) no-repeat center center/100%;
}
.cta_lead {
  padding: 3rem 0 1rem;
  font-size: var(--fontSize-ml);
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 500;
}
.cta_btn {
  width: 80%;
  margin: auto;
  text-align: center;
}
.cta_btn_list div:not(:first-child) {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .cta {
    padding: 30px 0;
  }
  .cta_head h2 {
    position: relative;
    font-size: var(--fontSize-ls);
    text-align: center;
  }
  .cta_head h2::before {
    left: -13.8666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .cta_head h2::after {
    right: -13.8666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .cta_lead {
    padding: 2.6666666667vw 0;
    font-size: var(--fontSize-ml);
  }
  .cta_btn {
    width: 94%;
    max-width: 100%;
  }
  .cta_btn a {
    display: block;
    width: 100%;
  }
  .cta_btn_list div:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
}
/* CTA
---------------------------------*/
.cta_2 {
  padding: 10rem 0 10rem;
}
.cta_2_head {
  text-align: center;
}
.cta_2_head img {
  display: block;
  text-align: center;
  margin: auto;
}
.cta_2 h2 {
  margin: -8rem auto 0;
  background-color: var(--colorAccent);
  color: var(--colorBase-white);
  letter-spacing: 0.075em;
  font-weight: 500;
  position: static;
  padding: 2rem;
  text-align: center;
}
.cta_2 h2::before, .cta_2 h2::after {
  content: none;
}
.cta_2 h2 span {
  font-weight: 700;
}
.cta_2_box {
  width: 64%;
  margin: auto;
  text-align: center;
  border: 8px solid var(--colorAccent);
  background-color: var(--colorBase-white);
  padding: 0 0 3rem;
}

@media (max-width: 767px) {
  .cta_2 {
    padding: 16vw 0 16vw;
  }
  .cta_2_head {
    width: 100%;
    margin: auto;
  }
  .cta_2 h2 {
    margin: -21.3333333333vw auto 2.6666666667vw;
    padding: 2.6666666667vw;
  }
  .cta_2_box {
    width: 100%;
    padding: 0 0 2.6666666667vw;
  }
}
/* こんなお悩み
---------------------------------*/
.worry {
  background: url(../images/bg-worry.webp) no-repeat top center/cover;
}
.worry_head {
  text-align: center;
}
.worry_head span {
  letter-spacing: 0.1em;
  font-size: var(--fontSize);
  display: block;
  color: #feee35;
  font-weight: 400;
}
.worry_head h2 {
  font-size: var(--fontSize-ls);
  letter-spacing: 0.1em;
  color: var(--colorBase-white);
}
.worry_list {
  width: 80%;
  max-width: 780px;
  margin: auto;
}
.worry_list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  padding: 2rem 6rem;
}
.worry_list li:not(:first-child) {
  margin-top: 1rem;
}
.worry_list li .num {
  border-radius: 100%;
  width: 6rem;
  height: 5rem;
  background: var(--colorAccent);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--colorBase-white);
  font-size: var(--fontSize-m);
  font-weight: 500;
  padding: 3rem;
}
.worry_list li p {
  padding-left: 3rem;
  font-size: var(--fontSize-m);
  line-height: 1.3;
}
.worry_list li p span {
  font-weight: 700;
}

@media (max-width: 767px) {
  .worry_head h2 {
    font-size: var(--fontSize-ls);
  }
  .worry_list {
    width: 100%;
    max-width: 100%;
  }
  .worry_list li {
    padding: 2.6666666667vw 4.2666666667vw;
  }
  .worry_list li:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
  .worry_list li .num {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    padding: 4.2666666667vw;
  }
  .worry_list li p {
    padding-left: 3.2vw;
    line-height: 1.3;
  }
}
/* お任せください
---------------------------------*/
.omakase {
  background: url(../images/bg-omakase.webp) no-repeat top center/cover;
  position: relative;
  z-index: 0;
  padding: 6rem 0 12rem;
}
.omakase::before, .omakase::after {
  content: "";
  position: absolute;
}
.omakase::before {
  z-index: 1;
  top: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 35.4rem;
  height: 7.7rem;
  background: url(../images/contents-allow.webp) no-repeat center center/100%;
}
.omakase::after {
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg-omakase-layer.webp) no-repeat center center/100%;
}
.omakase h2 {
  text-align: center;
  margin: 6rem auto;
}
.omakase h2 img {
  text-align: center;
}
.omakase_copy {
  text-align: center;
  margin: auto;
  padding: 6rem 0;
  position: relative;
  z-index: 0;
}
.omakase_copy::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 81.3rem;
  height: 51.4rem;
  background: url(../images/bg-omakase-renger.webp) no-repeat center center/100%;
}
.omakase_copy img {
  display: block;
  text-align: center;
  margin: auto;
}
.omakase_copy_img {
  margin-top: -10rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .omakase {
    background: url(../images/bg-omakase.webp) no-repeat top center/cover;
    padding: 13.3333333333vw 0 18.6666666667vw;
  }
  .omakase::before {
    top: 2.6666666667vw;
    width: 46.6666666667vw;
    height: 10.6666666667vw;
  }
  .omakase::after {
    background: url(../images/bg-omakase-layer.webp) no-repeat center center/cover;
  }
  .omakase h2 {
    width: 65%;
    margin: 5.3333333333vw auto 10.6666666667vw;
  }
  .omakase_copy {
    padding: 10.6666666667vw 0;
  }
  .omakase_copy::after {
    width: 108.2666666667vw;
    height: 74.6666666667vw;
  }
  .omakase_copy_img {
    margin-top: -18.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .omakase_copy img {
    width: 70%;
  }
}
/* 3つのメリット
---------------------------------*/
.merit {
  background: url(../images/bg-merit.webp) no-repeat top center/cover;
}
.merit_head {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.merit_head span {
  letter-spacing: 0.1em;
  font-size: var(--fontSize);
  font-weight: 400;
  display: block;
}
.merit_head span.stroke--white-2 {
  font-size: var(--fontSize-l);
}
.merit_head h2 {
  font-size: var(--fontSize-l);
  letter-spacing: 0.1em;
}
.merit_list {
  width: 80%;
  max-width: 780px;
  margin: auto;
}
.merit_list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  padding: 4rem;
}
.merit_list li:not(:first-child) {
  margin-top: 1rem;
}
.merit_list li:first-child {
  background-color: var(--colorMain-red);
}
.merit_list li:first-child .num {
  color: var(--colorMain-red);
}
.merit_list li:nth-child(2) {
  background-color: var(--colorMain-blue);
}
.merit_list li:nth-child(2) .num {
  color: var(--colorMain-blue);
}
.merit_list li:nth-child(3) {
  background-color: var(--colorMain-green);
}
.merit_list li:nth-child(3) .num {
  color: var(--colorMain-green);
}
.merit_list li .num {
  border-radius: 100%;
  width: 6rem;
  height: 5rem;
  background: var(--colorBase-white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--colorBase-white);
  font-size: var(--fontSize);
  font-weight: 500;
  padding: 3rem;
}
.merit_list li p {
  padding-left: 3rem;
  font-size: var(--fontSize-m);
  color: var(--colorBase-white);
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.merit_list li p span {
  font-weight: 400;
}

@media (max-width: 767px) {
  .merit_head h2 {
    font-size: var(--fontSize-ls);
  }
  .merit_list {
    width: 98%;
    max-width: 100%;
  }
  .merit_list li {
    padding: 2.6666666667vw 3.7333333333vw;
  }
  .merit_list li:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
  .merit_list li .num {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    padding: 4.2666666667vw;
  }
  .merit_list li p {
    padding-left: 3.2vw;
    line-height: 1.3;
  }
}
/* 集客効果
---------------------------------*/
.effect {
  background: url(../images/bg-effect.webp) no-repeat bottom 0/cover;
  position: relative;
  z-index: 0;
  padding: 3rem 0 0;
}
.effect::before, .effect::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.effect::before {
  z-index: 1;
  background: url(../images/bg-effect-layler.webp) no-repeat top center/cover;
}
.effect::after {
  z-index: 1;
  background: url(../images/bg-effect-layler-2.webp) no-repeat bottom center/100%;
}
.effect_copy {
  position: relative;
  z-index: 3;
  text-align: center;
}
.effect_copy .one {
  display: block;
  font-size: var(--fontSize-ml);
}
.effect_copy .two {
  display: block;
  font-size: var(--fontSize-ml);
}
.effect_copy .three {
  position: relative;
  background: var(--colorAccent);
  color: var(--colorBase-white);
  padding: 1rem 3rem;
  position: relative;
  font-weight: 400;
  font-size: var(--fontSize-ml);
  background: url(../images/bg-effect-copy.webp) no-repeat center center/100%;
}
.effect_copy .three .bold {
  font-weight: 700;
}
.effect_wrap {
  position: relative;
  z-index: 3;
  max-width: 840px;
  text-align: center;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.effect_img.left {
  width: 20%;
  position: absolute;
  z-index: 4;
  top: 1rem;
  left: 10rem;
}
.effect_img.right {
  width: 45%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: -8rem;
}
.effect_text {
  position: relative;
  z-index: 3;
  background: url(../images/bg-effect-fukidashi.webp) no-repeat center center/100%;
  width: 63%;
  max-width: 62rem;
  height: 100%;
  padding: 18rem 0;
  margin: -2rem auto 0;
}
.effect_text img {
  width: 60%;
  display: block;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 999px) {
  .effect {
    padding: 3rem 0 0;
  }
  .effect_copy .one {
    font-size: var(--fontSize-ls);
  }
  .effect_copy .two {
    font-size: var(--fontSize-ml);
  }
  .effect_copy .three {
    padding: 1rem 3rem;
    font-size: var(--fontSize-ls);
  }
  .effect_wrap {
    max-width: 840px;
  }
  .effect_img.left {
    width: 13%;
    top: 1rem;
    left: 18rem;
  }
  .effect_img.right {
    width: 32%;
    right: 8rem;
  }
  .effect_text {
    width: 50%;
    max-width: 100%;
    padding: 18rem 0;
    margin: -2rem auto 0;
  }
  .effect_text img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .effect {
    padding: 3rem 0 0;
  }
  .effect_copy .one {
    font-size: var(--fontSize-ls);
  }
  .effect_copy .two {
    font-size: var(--fontSize-ls);
  }
  .effect_copy .three {
    padding: 2.6666666667vw 8vw;
    font-size: var(--fontSize-ml);
  }
  .effect_wrap {
    max-width: 100%;
  }
  .effect_img.left {
    width: 20%;
    top: 2.6666666667vw;
    left: 5.3333333333vw;
  }
  .effect_img.right {
    width: 40%;
    right: -4vw;
  }
  .effect_text {
    width: 66%;
    max-width: 100%;
    padding: 21.3333333333vw 0;
    margin: -5.3333333333vw auto 0;
  }
  .effect_text img {
    width: 60%;
  }
}
/* 利用者が増えています
---------------------------------*/
.user {
  background: url(../images/bg-user.webp) no-repeat bottom center/cover;
  position: relative;
  padding: 5rem 0 0;
}
.user::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 10rem;
  height: 8rem;
  background: url(../images/contents-arrow-2.webp) no-repeat center center/100%;
}
.user_head {
  width: 90%;
  max-width: 70.9rem;
  margin: 0 auto 8rem;
  text-align: center;
  position: relative;
}
.user_head::before {
  content: "";
  position: absolute;
  top: 2rem;
  right: 3rem;
  display: block;
  width: 15.8rem;
  height: 21.8rem;
  background: url(../images/img-renger-blue.webp) no-repeat center center/100%;
}
.user_head_text.one {
  width: 76%;
}
.user_head_text.two {
  padding: 5rem;
  background: url(../images/bg-user-head-text.webp) no-repeat center center/100%;
}
.user h2 {
  text-align: center;
  margin-bottom: 4rem;
}
.user h2 .one {
  display: block;
}
.user h2 .two {
  width: 64%;
  text-align: center;
  margin: auto;
  display: block;
  background: url(../images/bg-fukidashi-accent.webp) no-repeat center center/100%;
  padding: 1.6rem;
  color: var(--colorBase-white);
  font-size: var(--fontSize-ml);
  letter-spacing: 0.1em;
  position: relative;
}
.user h2 .two::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 5.2rem;
  height: 2.4rem;
  background: url(../images/bg-fukidashi-accent-arrow.webp) no-repeat center center/cover;
}
.user_lead {
  text-align: center;
}
.user_lead span {
  letter-spacing: 0.1em;
}
.user_lead .one {
  position: relative;
  font-size: var(--fontSize-m);
  margin-bottom: 2rem;
}
.user_lead .one::before, .user_lead .one::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 4rem;
  height: 4rem;
}
.user_lead .one::before {
  left: -4.6rem;
  background: url(../images/ico-fukidashi-left.webp) no-repeat center center/100%;
}
.user_lead .one::after {
  right: -4.6rem;
  background: url(../images/ico-fukidashi-right.webp) no-repeat center center/100%;
}
.user_lead .three {
  font-size: var(--fontSize-ml);
}
.user_point {
  width: 64%;
  margin: 2rem auto 0;
}
.user_point.first {
  position: relative;
}
.user_point.first::before {
  position: absolute;
  z-index: 3;
  content: "";
  top: -7.6rem;
  right: 0;
  display: block;
  width: 14.8rem;
  height: 20.6rem;
  background: url(../images/img-renger-red.webp) no-repeat center center/100%;
}
.user_point.four .user_point_lead {
  line-height: 4;
  text-align: left;
}
.user_point.four .user_point_lead .num {
  font-size: var(--fontSize-l);
}
.user_point_title span {
  display: inline-block;
}
.user_point_title span.text {
  width: 13rem;
  height: 3.3rem;
  background: url(../images/bg-point-accent.webp) no-repeat center center/100%;
  padding: 0.5rem;
  line-height: 0.8;
  text-align: center;
  vertical-align: bottom;
  font-weight: 400;
  font-size: var(--fontSize-sl);
  color: var(--colorBase-white);
}
.user_point_title span.img img {
  vertical-align: bottom;
}
.user_point_wrap {
  border: 6px solid var(--colorAccent);
  background-color: var(--colorBase-white);
  position: relative;
  padding: 5rem 3% 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.user_point_lead {
  width: 68%;
  padding: 0 1% 2% 0;
  margin: auto;
  text-align: center;
}
.user_point_lead span {
  letter-spacing: 0.1em;
  line-height: 2;
}
.user_point_lead .one {
  font-size: var(--fontSize-m);
}
.user_point_lead .num {
  font-size: var(--fontSize-ll);
  letter-spacing: 0;
  font-weight: 900;
  line-height: 0.8;
}
.user_point_lead .per {
  font-size: var(--fontSize-ml);
}
.user_point figure {
  width: 32%;
}
.user_point figure img {
  vertical-align: bottom;
}

@media (min-width: 768px) and (max-width: 999px) {
  .user {
    padding: 6.6666666667vw 0 0;
  }
  .user::before {
    top: -1.3333333333vw;
  }
  .user_head {
    width: 90%;
    max-width: 100%;
    margin: 0 auto 10.6666666667vw;
  }
  .user_head::before {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 16vw;
    height: 26.6666666667vw;
  }
  .user_head_text.one {
    width: 70%;
  }
  .user_head_text.one img {
    vertical-align: bottom;
  }
  .user_head_text.two {
    width: 100%;
    padding: 8vw;
  }
  .user_head_text.two img {
    vertical-align: bottom;
  }
  .user h2 {
    margin: 0 auto 5.3333333333vw;
  }
  .user h2 .one {
    width: 60%;
    display: block;
    margin: auto;
  }
  .user h2 .two {
    width: 96%;
    padding: 4.2666666667vw;
    font-size: var(--fontSize-ml);
  }
  .user h2 .two::before {
    width: 8.5333333333vw;
    height: 3.7333333333vw;
    bottom: 0;
  }
  .user_lead {
    margin-bottom: 10.6666666667vw;
  }
  .user_lead span {
    letter-spacing: 0.1em;
  }
  .user_lead .one {
    font-size: var(--fontSize-m);
    margin-bottom: 2.6666666667vw;
  }
  .user_lead .one::before, .user_lead .one::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .user_lead .one::before {
    left: -6.1333333333vw;
  }
  .user_lead .one::after {
    right: -6.1333333333vw;
  }
  .user_lead .two {
    width: 80%;
    margin: auto;
  }
  .user_lead .three {
    font-size: var(--fontSize-ml);
  }
  .user_point {
    width: 98%;
    margin: 5.3333333333vw auto 0;
  }
  .user_point.first::before {
    top: -10.6666666667vw;
  }
  .user_point.four .user_point_lead {
    line-height: 4;
  }
  .user_point.four .user_point_lead .num {
    font-size: var(--fontSize-ml);
  }
  .user_point_title span.text {
    padding: 1.3333333333vw;
    line-height: 0.8;
    font-size: var(--fontSize);
  }
  .user_point_title span.img {
    width: 16%;
  }
  .user_point_title span.img img {
    vertical-align: bottom;
  }
  .user_point_wrap {
    padding: 4.8vw 2% 0;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .user_point_lead {
    width: 60%;
    padding: 0 1% 2% 0;
  }
  .user_point_lead span {
    line-height: 2;
  }
  .user_point_lead .one {
    font-size: var(--fontSize-ls);
  }
  .user_point_lead .num {
    font-size: var(--fontSize-ll);
  }
  .user_point_lead .per {
    font-size: var(--fontSize-ml);
  }
  .user_point figure {
    width: 40%;
  }
  .user_point figure img {
    vertical-align: bottom;
  }
}
@media (max-width: 767px) {
  .user {
    padding: 6.6666666667vw 0 0;
  }
  .user::before {
    top: -1.3333333333vw;
    width: 13.3333333333vw;
    height: 10.6666666667vw;
  }
  .user_head {
    width: 90%;
    max-width: 100%;
    margin: 0 auto 10.6666666667vw;
  }
  .user_head::before {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 16vw;
    height: 26.6666666667vw;
  }
  .user_head_text.one {
    width: 70%;
  }
  .user_head_text.one img {
    vertical-align: bottom;
  }
  .user_head_text.two {
    width: 100%;
    padding: 8vw;
  }
  .user_head_text.two img {
    vertical-align: bottom;
  }
  .user h2 {
    margin: 0 auto 5.3333333333vw;
  }
  .user h2 .one {
    width: 60%;
    display: block;
    margin: auto;
  }
  .user h2 .two {
    width: 96%;
    padding: 4.2666666667vw;
    font-size: var(--fontSize-ml);
  }
  .user h2 .two::before {
    width: 8.5333333333vw;
    height: 3.7333333333vw;
    bottom: 0;
  }
  .user_lead {
    margin-bottom: 10.6666666667vw;
  }
  .user_lead span {
    letter-spacing: 0.1em;
  }
  .user_lead .one {
    position: relative;
    font-size: var(--fontSize-m);
    margin-bottom: 2.6666666667vw;
  }
  .user_lead .one::before, .user_lead .one::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .user_lead .one::before {
    left: -6.1333333333vw;
  }
  .user_lead .one::after {
    right: -6.1333333333vw;
  }
  .user_lead .two {
    width: 80%;
    margin: auto;
  }
  .user_lead .three {
    font-size: var(--fontSize-ml);
  }
  .user_point {
    width: 98%;
    margin: 5.3333333333vw auto 0;
  }
  .user_point.first {
    position: relative;
  }
  .user_point.first::before {
    top: -10.6666666667vw;
    width: 19.7333333333vw;
    height: 27.4666666667vw;
  }
  .user_point.four .user_point_lead {
    line-height: 3;
  }
  .user_point.four .user_point_lead .num {
    font-size: var(--fontSize-l);
  }
  .user_point_title span.text {
    width: 34.6666666667vw;
    height: 8.8vw;
    padding: 1.3333333333vw;
    line-height: 1.4;
    font-size: var(--fontSize-sl);
  }
  .user_point_title span.img {
    width: 16%;
  }
  .user_point_title span.img img {
    vertical-align: bottom;
  }
  .user_point_wrap {
    padding: 6.4vw 3% 0;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .user_point_lead {
    width: 78%;
    padding: 0 0 2% 0;
  }
  .user_point_lead span {
    line-height: 2;
  }
  .user_point_lead .one {
    font-size: var(--fontSize-ml);
  }
  .user_point_lead .num {
    font-size: var(--fontSize-ll);
  }
  .user_point_lead .per {
    font-size: var(--fontSize-ml);
  }
  .user_point figure {
    width: 26%;
  }
  .user_point figure img {
    vertical-align: bottom;
  }
}
/* コストパフォーマンス
---------------------------------*/
.cost {
  background: url(../images/bg-cost-layer.webp) no-repeat top center/cover;
  position: relative;
  z-index: 0;
}
.cost::before {
  z-index: 3;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 35.4rem;
  height: 7.7rem;
  background: url(../images/contents-allow.webp) no-repeat center center/100%;
  content: "";
  position: absolute;
  display: block;
}
.cost_copy {
  position: relative;
  z-index: 0;
  text-align: center;
  background: url(../images/bg-cost-fukidashi.webp) no-repeat center center/100%;
  width: 80%;
  max-width: 780px;
  margin: auto;
  padding: 12rem 3rem;
  position: relative;
}
.cost_copy::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 3;
  right: -4rem;
  bottom: calc(50% - 168px);
  width: 22.3rem;
  height: 24.3rem;
  background: url(../images/img-renger-red2.webp) no-repeat center/100%;
}
.cost_copy span {
  display: block;
  margin-bottom: 0;
}
.cost_copy span img {
  vertical-align: bottom;
}
.cost_copy .one {
  width: 80%;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 999px) {
  .cost::before {
    width: 35.4rem;
    height: 7.7rem;
  }
  .cost_copy {
    width: 80%;
    max-width: 780px;
    padding: 10rem 3rem;
  }
  .cost_copy::before {
    right: -4rem;
    bottom: calc(50% - 168px);
    width: 18rem;
    height: 20rem;
  }
  .cost_copy .one {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cost {
    padding: 8vw 0 1.3333333333vw;
  }
  .cost::before {
    width: 37.3333333333vw;
    height: 9.6vw;
  }
  .cost_copy {
    width: 100%;
    max-width: 100%;
    padding: 13.3333333333vw 4.2666666667vw;
  }
  .cost_copy::before {
    right: -8vw;
    bottom: calc(50% - 80px);
    width: 24vw;
    height: 26.6666666667vw;
  }
  .cost_copy .one {
    width: 100%;
    margin: auto;
  }
}
/* 対策
---------------------------------*/
.measures {
  background: url(../images/bg-measures.webp) no-repeat center/cover;
  background-color: #fffcf2;
  padding-bottom: 0;
}
.measures h2 {
  margin-bottom: 6rem;
  text-align: center;
  font-size: var(--fontSize-l);
}
.measures h2 span {
  display: block;
  line-height: 1;
  font-weight: 500;
}
.measures_lead {
  width: 80%;
  margin: 0 auto 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: var(--fontSize-ml);
  line-height: 1.4;
  position: relative;
}
.measures_lead span {
  letter-spacing: 0.1em;
}
.measures_lead.two {
  margin-bottom: 6rem;
}
.measures_list {
  width: 73%;
  margin: 0 auto 3rem;
  position: relative;
}
.measures_list.two::before {
  top: -20rem;
  width: 19.7rem;
  height: 24.4rem;
  background: url(../images/img-renger-green.webp) no-repeat center/100%;
}
.measures_list.two li {
  width: 100%;
}
.measures_list.two .icon {
  padding: 6rem 7rem 5rem;
}
.measures_list.two h3 {
  width: 88%;
  font-size: var(--fontSize-ml);
}
.measures_list.two .text {
  text-align: center;
  padding: 0.5rem 2rem 4rem;
}
.measures_list::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -20rem;
  left: 0;
  display: block;
  width: 26rem;
  height: 22.7rem;
  background: url(../images/img-renger-red3.webp) no-repeat center/100%;
}
.measures_list li {
  width: 48%;
  border: 8px solid var(--colorAccent);
  border-radius: 23px;
  text-align: center;
  overflow: hidden;
  background: var(--colorBase-white);
  margin-bottom: 3rem;
}
.measures_list li:nth-child(3) .text {
  padding: 0.5rem 6rem;
}
.measures_list li:nth-child(6) .text {
  padding: 0.5rem 4rem 3rem;
}
.measures_list .icon {
  text-align: center;
  padding: 7rem;
  background: var(--colorAccent);
}
.measures_list h3 {
  width: 80%;
  border: 3px solid var(--colorAccent);
  padding: 0.3rem 4rem;
  text-align: center;
  font-size: var(--fontSize-ls);
  text-align: center;
  display: inline-block;
  margin: -8rem auto 3rem;
  background-color: var(--colorBase-white);
}
.measures_list .text {
  letter-spacing: 0.01em;
  font-size: var(--fontSize-m);
  text-align: left;
  padding: 0.5rem 2rem 1.6rem;
}

@media (min-width: 768px) and (max-width: 999px) {
  .measures_lead {
    width: 80%;
  }
  .measures_list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .measures h2 {
    margin-bottom: 8vw;
    font-size: var(--fontSize-l);
  }
  .measures h2 span {
    font-size: var(--fontSize-l);
  }
  .measures h2 span img {
    width: 20%;
  }
  .measures h2 span.one img {
    width: 100%;
  }
  .measures_lead {
    width: 80%;
    margin: 0 auto 4.2666666667vw;
    font-size: var(--fontSize-ml);
  }
  .measures_lead.two {
    margin-bottom: 8vw;
  }
  .measures_list {
    width: 100%;
    margin: 0 auto 5.3333333333vw;
  }
  .measures_list::before {
    top: -21.3333333333vw;
    left: -4.2666666667vw;
    width: 26.6666666667vw;
    height: 25.0666666667vw;
  }
  .measures_list.two::before {
    top: -26.6666666667vw;
    width: 26.1333333333vw;
    height: 32.5333333333vw;
  }
  .measures_list.two li {
    width: 100%;
  }
  .measures_list.two .icon {
    padding: 5.3333333333vw 9.3333333333vw 2.6666666667vw;
  }
  .measures_list.two .icon img {
    width: 18%;
  }
  .measures_list.two h3 {
    width: 90%;
    font-size: var(--fontSize-ml);
  }
  .measures_list.two .text {
    text-align: center;
    padding: 0 2.6666666667vw 5.3333333333vw;
  }
  .measures_list li {
    width: 49%;
    margin-bottom: 5.3333333333vw;
  }
  .measures_list li:nth-child(2) .icon img {
    width: 20%;
  }
  .measures_list li:nth-child(2) .text {
    padding: 1.3333333333vw 2.6666666667vw 5.3333333333vw;
  }
  .measures_list li:nth-child(3) .text {
    padding: 1.3333333333vw 4.2666666667vw;
  }
  .measures_list li:nth-child(6) .text {
    padding: 1.3333333333vw 2.6666666667vw 4.2666666667vw;
  }
  .measures_list .icon {
    padding: 4.8vw 11.2vw;
  }
  .measures_list .icon img {
    width: 40%;
  }
  .measures_list h3 {
    width: 80%;
    padding: 0.8vw 2.6666666667vw;
    font-size: var(--fontSize-ml);
    margin: -10.6666666667vw auto 4.2666666667vw;
  }
  .measures_list .text {
    font-size: var(--fontSize-m);
    padding: 1.3333333333vw 2.6666666667vw 2.4vw;
  }
}
@media screen and (max-width: 320px) {
  .measures_lead {
    width: 90%;
  }
  .measures_list {
    width: 100%;
    margin: 0 auto 8vw;
  }
  .measures_list::before {
    top: -21.3333333333vw;
    left: -4.2666666667vw;
    width: 26.6666666667vw;
    height: 25.0666666667vw;
  }
  .measures_list li {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .measures_list li:nth-child(2) .icon img {
    width: 10%;
  }
  .measures_list li:nth-child(2) .text {
    padding: 1.3333333333vw 2.6666666667vw 5.3333333333vw;
  }
  .measures_list li:nth-child(3) .text {
    padding: 1.3333333333vw 4.2666666667vw;
  }
  .measures_list li:nth-child(6) .text {
    padding: 1.3333333333vw 2.6666666667vw 4.2666666667vw;
  }
  .measures_list .icon {
    padding: 6.4vw 11.2vw;
  }
  .measures_list .icon img {
    width: 20%;
  }
  .measures_list h3 {
    width: 80%;
    padding: 0.8vw 1.3333333333vw;
    font-size: var(--fontSize-ls);
    margin: -10.6666666667vw auto 4.2666666667vw;
  }
  .measures_list .text {
    text-align: center;
    font-size: var(--fontSize-ml);
    padding: 1.3333333333vw 2.6666666667vw 2.4vw;
  }
}
/* 上位表示
---------------------------------*/
.display {
  background: url(../images/bg-display.webp) no-repeat center/cover;
  position: relative;
  z-index: 0;
}
.display::before {
  z-index: 3;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 35.4rem;
  height: 7.7rem;
  background: url(../images/contents-allow.webp) no-repeat center center/100%;
  content: "";
  position: absolute;
  display: block;
}
.display h2 {
  width: 80%;
  margin: 9rem auto 0;
  text-align: center;
}
.display h2 span {
  display: inline-block;
}
.display h2 .one {
  position: relative;
  margin-bottom: 4rem;
}
.display h2 .one::before {
  position: absolute;
  content: "";
  z-index: 2;
  right: -14rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 18.2rem;
  height: 23.1rem;
  background: url(../images/img-renger-pink2.webp) no-repeat center/100%;
}
.display h2 .two {
  min-width: 61rem;
  padding: 1rem 4rem;
  background: var(--colorMain-green);
  color: var(--colorBase-white);
  font-size: var(--fontSize-ls);
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
}
.display h2 .three {
  min-width: 61rem;
  padding: 1rem 4rem;
  background: var(--colorMain-blue);
  color: var(--colorBase-white);
  font-size: var(--fontSize-ls);
  letter-spacing: 0.15em;
}
.display_wrap {
  position: relative;
  width: 80%;
  max-width: 100%;
  margin: auto;
}
.display_copy {
  position: relative;
  z-index: 0;
  text-align: center;
  background: url(../images/bg-display-fukidashi.webp) no-repeat center center/100%;
  margin: auto;
  padding: 20rem 6rem 21rem;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.display_copy img {
  width: 80%;
  display: block;
  text-align: center;
  margin: auto;
}
.display_img {
  position: absolute;
}
.display_img.left {
  z-index: 2;
  width: 27rem;
  width: 25%;
  bottom: 7rem;
  left: 10rem;
}
.display_img.right {
  width: 30rem;
  width: 30%;
  bottom: -8rem;
  right: 4rem;
}

@media (min-width: 768px) and (max-width: 999px) {
  .display h2 {
    width: 80%;
    margin: 9rem auto 0;
  }
  .display h2 .one {
    margin-bottom: 4rem;
  }
  .display h2 .one::before {
    right: -10rem;
    width: 14rem;
    height: 19rem;
  }
  .display h2 .two {
    min-width: 100%;
    padding: 1rem 4rem;
  }
  .display h2 .three {
    min-width: 100%;
    padding: 1rem 4rem;
  }
  .display_copy {
    padding: 16rem 3rem;
  }
  .display_img.left {
    width: 27rem;
    width: 24%;
    bottom: 6rem;
    left: 8rem;
  }
  .display_img.right {
    width: 30rem;
    width: 30%;
    bottom: -8rem;
    right: 4rem;
  }
}
@media (max-width: 767px) {
  .display {
    padding: 8vw 0 1.3333333333vw;
  }
  .display::before {
    width: 37.3333333333vw;
    height: 9.6vw;
  }
  .display h2 {
    width: 80%;
    margin: 10.6666666667vw auto 0;
  }
  .display h2 .one {
    margin-bottom: 5.3333333333vw;
  }
  .display h2 .one::before {
    right: -13.3333333333vw;
    width: 18.6666666667vw;
    height: 25.3333333333vw;
  }
  .display h2 .two {
    min-width: 100%;
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: var(--fontSize-ls);
    margin-bottom: 2.6666666667vw;
  }
  .display h2 .three {
    min-width: 100%;
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: var(--fontSize-ls);
  }
  .display_copy {
    width: 100%;
    max-width: 100%;
    padding: 10.6666666667vw 2.6666666667vw 26.6666666667vw;
    background-size: 102%;
    background-position: top;
  }
  .display_copy::before {
    right: -8vw;
    bottom: calc(50% - 80px);
    width: 24vw;
    height: 26.6666666667vw;
  }
  .display_img.left {
    width: 21.3333333333vw;
    height: 26.6666666667vw;
    bottom: 8vw;
    left: 5.3333333333vw;
  }
  .display_img.right {
    width: 26.6666666667vw;
    height: 34.6666666667vw;
    bottom: -0.5333333333vw;
    right: 2.6666666667vw;
  }
}
/* 料金
---------------------------------*/
.price {
  background: url(../images/bg-price.webp) repeat top/cover;
  padding: 0;
}
.price_img {
  width: 100%;
  margin: auto;
  text-align: center;
}

/* 実績
---------------------------------*/
.archive {
  padding: 0;
}
.archive_img {
  width: 100%;
  margin: auto;
  text-align: center;
}
.archive h3 {
  width: 80%;
  margin: 0rem auto 2rem;
  text-align: center;
  position: relative;
  z-index: 3;
}
.archive_lead {
  text-align: center;
  font-size: var(--fontSize-m);
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 3rem;
}
.archive_lead .big {
  font-size: var(--fontSize-ls);
  letter-spacing: -0.02em;
  line-height: 1;
}
.archive_wrap {
  width: 66%;
  position: relative;
  margin: 0 auto 1rem;
}
.archive_wrap::before {
  position: absolute;
  content: "";
  display: block;
  z-index: 5;
}
.archive_wrap.one::before {
  top: -10rem;
  right: 0;
  width: 14rem;
  height: 18.2rem;
  background: url(../images/img-renger-yellow.webp) no-repeat center/100%;
}
.archive_wrap.two::before {
  top: 2rem;
  left: 0;
  width: 16rem;
  height: 18.2rem;
  background: url(../images/img-renger-green2.webp) no-repeat center/100%;
}
.archive_wrap.three::before {
  top: 18rem;
  left: -6rem;
  width: 15.9rem;
  height: 28.8rem;
  background: url(../images/img-renger-pink-1.webp) no-repeat center/100%;
}
.archive_box {
  margin: -8rem auto 3rem;
  border: 6px solid var(--colorAccent);
  position: relative;
}
.archive_box figure {
  width: 100%;
  text-align: center;
  background-color: var(--colorBase-white);
}
.archive_box figcaption {
  display: block;
  background: var(--colorAccent);
  padding: 2.8rem 3rem;
  text-align: center;
  color: var(--colorBase-white);
  font-weight: 400;
  font-size: var(--fontSize-ml);
}
.archive_box figcaption .big {
  font-size: var(--fontSize-l);
  line-height: 1;
}
.archive_text {
  text-align: center;
}

@media (max-width: 767px) {
  .archive_img {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .archive h2 {
    margin-bottom: 5.3333333333vw;
  }
  .archive h3 {
    width: 80%;
    margin: 0rem auto 2.6666666667vw;
    width: 60%;
  }
  .archive_lead {
    font-size: var(--fontSize-ls);
    margin-bottom: 3.2vw;
  }
  .archive_lead .big {
    font-size: var(--fontSize-ls);
  }
  .archive_wrap {
    width: 100%;
    margin: 0 auto 5.3333333333vw;
  }
  .archive_wrap.one::before {
    top: -10.6666666667vw;
    right: 0;
    width: 18.6666666667vw;
    height: 24.2666666667vw;
  }
  .archive_wrap.two::before {
    top: 2.6666666667vw;
    left: 0;
    width: 21.3333333333vw;
    height: 24.2666666667vw;
  }
  .archive_wrap.three::before {
    top: 24vw;
    left: -8vw;
    width: 21.3333333333vw;
    height: 38.4vw;
  }
  .archive_box {
    margin: -10.6666666667vw auto 4vw;
  }
  .archive_box figure {
    width: 100%;
  }
  .archive_box figcaption {
    display: block;
    padding: 4.8vw 4vw;
    font-size: var(--fontSize-ml);
  }
  .archive_box figcaption .big {
    font-size: var(--fontSize-ll);
    line-height: 1;
  }
  .archive_text {
    width: 90%;
    margin: auto;
  }
}
/* プレゼント
---------------------------------*/
.present {
  background: url(../images/bg-present.webp) no-repeat center 64%/cover;
  padding: 0 0 3rem;
}
.present h2 {
  text-align: center;
}
.present h2 span {
  display: block;
}
.present_wrap {
  width: 100%;
  max-width: 1006px;
  margin: auto;
  background: url(../images/bg-present-fukidashi.webp) no-repeat top center/cover;
  padding: 1rem 6rem 10rem;
}
.present_img {
  margin: -6rem auto 0;
  text-align: center;
}
.present_text {
  width: 64%;
  margin: auto;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 999px) {
  .present {
    background: url(../images/bg-cost.webp) no-repeat center/cover;
    padding-bottom: 0;
  }
  .present_wrap {
    background: url(../images/bg-present-fukidashi.webp) no-repeat center center/110%;
    padding: 2.6666666667vw 8vw 16vw;
  }
}
@media (max-width: 767px) {
  .present {
    background: url(../images/bg-cost.webp) no-repeat bottom/cover;
    padding-bottom: 0;
  }
  .present h2 span:first-of-type {
    width: 20%;
    text-align: center;
    margin: auto;
  }
  .present_wrap {
    width: 100%;
    max-width: 100%;
    background: url(../images/bg-present-fukidashi.webp) no-repeat center 60%/113%;
    padding: 2.6666666667vw 8vw 16vw;
  }
  .present_img {
    width: 28%;
    margin: -8vw auto 0;
  }
  .present_text {
    width: 90%;
    margin: -2.6666666667vw auto 0;
    text-align: center;
  }
}
/* よくある質問
---------------------------------*/
.faq {
  background-color: #fffcf2;
}
.faq h2 {
  text-align: center;
  font-size: var(--fontSize-l);
  font-weight: 400;
}
.faq_list {
  width: 63%;
  margin: 0 auto 3rem;
}
.faq_title {
  font-size: var(--fontSize-m);
  font-weight: 400;
  font-family: var(--font-jp-gothic-2);
  background-color: var(--colorAccent);
  padding: 1rem 4rem 1rem 10rem;
  color: var(--colorBase-white);
  letter-spacing: 0.1em;
}
.faq_body {
  font-weight: 400;
  font-size: var(--fontSize-ms);
  letter-spacing: 0.1em;
  line-height: 1.6;
  background-color: #e8e6e6;
  padding: 3rem 4rem 3rem 10rem;
}

@media (max-width: 767px) {
  .faq {
    background-color: #fffcf2;
  }
  .faq h2 {
    font-size: var(--fontSize-ls);
  }
  .faq_list {
    width: 98%;
    margin: 0 auto 4.2666666667vw;
  }
  .faq_title {
    font-size: var(--fontSize-m);
    padding: 2.6666666667vw 6.4vw 2.6666666667vw 13.3333333333vw;
  }
  .faq_body {
    font-size: var(--fontSize-m);
    padding: 5.3333333333vw 6.4vw 5.3333333333vw 13.3333333333vw;
  }
}
/* お問い合わせフォーム
---------------------------------*/
.contact {
  background: url(../images/bg-contact.webp) no-repeat center/cover;
}
.contact h2 {
  text-align: center;
  font-size: var(--fontSize-ls);
}
.contact h3 {
  text-align: center;
  padding: 16px 0;
}
.contact h3 span {
  position: relative;
  padding-left: 4rem;
  font-size: var(--fontSize-ms);
}
.contact h3 span::before {
  content: "Q.";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact p {
  font-size: var(--fontSize);
}
.contact__img {
  width: 40%;
  margin: auto;
  text-align: center;
}
.contact .form {
  width: 80%;
  margin: auto;
}
.contact_form {
  padding: 0 20px 30px;
  /*ラジオボタン*/
  /* プレースホルダー */
  /*フォームキャッチコピー*/
  /* STEP */
  /*エラー*/
}
.contact_form table {
  width: 100%;
  margin: 0 auto;
}
.contact_form tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact_form th,
.contact_form td {
  width: 100%;
  display: inline-block;
}
.contact_form td {
  padding: 10px 0 40px 10px;
}
.contact_form td.form-half.flex--between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact_form td.form-half.flex--between input {
  width: 47%;
}
.contact_form th {
  padding: 10px 0 15px;
}
.contact_form th p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: var(--fontSize-ms);
  font-weight: 500;
  line-height: 1;
  text-align: left;
  padding: 0;
}
.contact_form th.required p {
  position: relative;
  padding: 0 0 0 60px;
}
.contact_form th.required p::before {
  content: "【必須】";
  position: absolute;
  top: 6px;
  left: 0;
  font-size: var(--fontSize-s);
  color: var(--colorMain-red);
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form select {
  width: 100%;
  background-color: #e8e6e6;
  border: none;
  border-radius: 10px;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: var(--fontSize-s);
}
.contact_form option {
  font-size: 16px;
}
.contact_form textarea {
  width: 100%;
  background-color: #e8e6e6;
  border: none;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: var(--fontSize-ms);
}
.contact_form .radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}
.contact_form .radio-group-1 .item-1 label::before {
  background-image: url(../images/img-step-1-1.svg);
}
.contact_form .radio-group-1 .item-2 label::before {
  background-image: url(../images/img-step-1-2.svg);
}
.contact_form .radio-group-1 .item-3 label::before {
  background-image: url(../images/img-step-1-3.svg);
}
.contact_form .radio-group-1 .item-4 label::before {
  background-image: url(../images/img-step-1-4.svg);
}
.contact_form .radio-group-2 .item-1 label::before {
  background-image: url(../images/img-step-2-1.svg);
}
.contact_form .radio-group-2 .item-2 label::before {
  background-image: url(../images/img-step-2-2.svg);
}
.contact_form .radio-group-2 .item-3 label::before {
  background-image: url(../images/img-step-2-3.svg);
}
.contact_form .radio-group-3 .item-1 label::before {
  background-image: url(../images/img-step-3-1.svg);
}
.contact_form .radio-group-3 .item-2 label::before {
  background-image: url(../images/img-step-3-2.svg);
}
.contact_form .radio-group-3 .item-3 label::before {
  background-image: url(../images/img-step-3-3.svg);
}
.contact_form .radio-group-4 .item-1 label::before {
  background-image: url(../images/img-step-4-1.svg);
}
.contact_form .radio-group-4 .item-2 label::before {
  background-image: url(../images/img-step-4-2.svg);
}
.contact_form .radio-group-4 .item-3 label::before {
  background-image: url(../images/img-step-4-3.svg);
}
.contact_form .radio-group-4 .item-4 label::before {
  background-image: url(../images/img-step-4-4.svg);
}
.contact_form .radio-group input[type=radio] {
  display: none;
}
.contact_form .radio-group__item {
  width: 48%;
  min-height: 120px;
  margin-bottom: 10px;
  cursor: pointer;
}
.contact_form .radio-group__item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 110px;
  height: 100%;
  padding: 4px 12px 10px;
  color: var(--colorBase);
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  font-size: var(--fontSize-sl);
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}
.contact_form .radio-group__item label::before {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  margin-bottom: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact_form .radio-group input[type=radio]:checked + label {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}
.contact_form .submit {
  position: relative;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_form .submit:hover {
  opacity: 0.5;
}
.contact_form .submit input[type=submit] {
  width: 100%;
  -webkit-appearance: none;
  font-size: var(--fontSize-ms);
  font-weight: 700;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  color: var(--colorBase-white);
  padding: 20px;
  border-radius: 23px;
  background-color: var(--colorAccent);
}
.contact_form input::-webkit-input-placeholder, .contact_form textarea::-webkit-input-placeholder {
  font-size: var(--fontSize-ms);
  font-weight: 400;
  padding-left: 15px;
}
.contact_form input::-moz-placeholder, .contact_form textarea::-moz-placeholder {
  font-size: var(--fontSize-ms);
  font-weight: 400;
  padding-left: 15px;
}
.contact_form input:-ms-input-placeholder, .contact_form textarea:-ms-input-placeholder {
  font-size: var(--fontSize-ms);
  font-weight: 400;
  padding-left: 15px;
}
.contact_form input::-ms-input-placeholder, .contact_form textarea::-ms-input-placeholder {
  font-size: var(--fontSize-ms);
  font-weight: 400;
  padding-left: 15px;
}
.contact_form input::placeholder,
.contact_form textarea::placeholder {
  font-size: var(--fontSize-ms);
  font-weight: 400;
  padding-left: 15px;
}
.contact_form input::-webkit-input-placeholder {
  font-size: var(--fontSize-ms);
  font-weight: 400;
  padding-left: 15px;
}
.contact_form textarea::-webkit-input-placeholder {
  font-size: var(--fontSize-ms);
  line-height: 1.8;
}
.contact_form textarea::-moz-placeholder {
  font-size: var(--fontSize-ms);
  line-height: 1.8;
}
.contact_form textarea:-ms-input-placeholder {
  font-size: var(--fontSize-ms);
  line-height: 1.8;
}
.contact_form textarea::-ms-input-placeholder {
  font-size: var(--fontSize-ms);
  line-height: 1.8;
}
.contact_form textarea::placeholder {
  font-size: var(--fontSize-ms);
  line-height: 1.8;
}
.contact_form .visually-hidden {
  display: none;
}
.contact_form__catch {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.contact_form__catch strong {
  font-size: var(--fontSize-ml);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact_form__catch span {
  font-size: var(--fontSize-ls);
}
.contact_form .step__content {
  display: none;
}
.contact_form .step__content.is-switch-active {
  display: block;
}
.contact_form .step__flow {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  background: var(--colorAccent);
  color: var(--colorBase-white);
}
.contact_form .step__flow > span {
  font-weight: 700;
  display: inline-block;
  margin-right: 1%;
}
.contact_form .step__flow__num li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 36px;
  height: 36px;
  padding: 6px 5px 6px 6px;
  margin-right: 10px;
  font-size: 24px;
  border: 1px solid var(--colorBase-white);
  border-radius: 50px;
  font-weight: 700;
  font-size: var(--fontSize-sl);
  line-height: 1.2;
}
.contact_form .step__flow__num li.is-active {
  color: var(--colorBase);
  background: var(--colorBase-white);
}
.contact_form .step__switch {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.contact_form .step__switch li {
  width: 98%;
  margin-top: 2rem;
}
.contact_form .step__switch li:first-child {
  margin-right: 1%;
}
.contact_form .step__switch li:nth-child(2) {
  margin-left: 1%;
}
.contact_form .step__switch p {
  cursor: pointer;
  text-align: center;
  padding: 16px;
  color: var(--colorBase-white);
  border-radius: 23px;
  position: relative;
  z-index: 1;
}
.contact_form .step__switch p::before, .contact_form .step__switch p::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 8px;
  height: 8px;
}
.contact_form .step__switch .next-button {
  background: var(--bgColor-5);
  border: 1px solid var(--bgColor-5);
}
.contact_form .step__switch .next-button.is-active {
  background: var(--colorAccent);
  border: 1px solid var(--colorAccent);
  position: relative;
  z-index: 100;
}
.contact_form .step__switch .next-button::after {
  right: 20px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: var(--colorBase-white);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.contact_form .step__switch .prev-button {
  color: var(--colorBase);
  border: 1px solid var(--bgColor-5);
  background-color: var(--colorBase-white);
}
.contact_form .step__switch .prev-button::before {
  left: 20px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: var(--colorBase);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.contact_form .error_invalid {
  width: 100%;
  margin-top: 8px;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  color: #e30525;
}

@media (max-width: 767px) {
  .contact h3 span {
    padding-left: 2rem;
  }
  .contact__img {
    width: 70%;
  }
  .contact .form {
    width: 100%;
  }
  .contact_form {
    padding: 20px 0;
    /*　プレースホルダー　*/
  }
  .contact_form table {
    width: 100%;
  }
  .contact_form th {
    padding: 10px 0 10px;
  }
  .contact_form th p {
    padding: 0px;
    font-size: var(--fontSize-m);
  }
  .contact_form th.required p {
    padding: 0 0 0 46px;
  }
  .contact_form td {
    padding: 10px 0 20px 0;
  }
  .contact_form input[type=text],
  .contact_form input[type=email] {
    padding: 16px;
  }
  .contact_form select {
    padding: 20px;
    height: 57px;
  }
  .contact_form .submit {
    margin: 0;
    width: 100%;
  }
  .contact_form .submit input[type=submit] {
    -webkit-appearance: none;
    font-size: var(--fontSize-m);
    margin: 0 auto;
    cursor: pointer;
    padding: 20px;
  }
  .contact_form .step-container #step5 .step__switch {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact_form input::-webkit-input-placeholder, .contact_form textarea::-webkit-input-placeholder {
    font-size: var(--fontSize-m);
    font-weight: 400;
    padding-left: 15px;
  }
  .contact_form input::-moz-placeholder, .contact_form textarea::-moz-placeholder {
    font-size: var(--fontSize-m);
    font-weight: 400;
    padding-left: 15px;
  }
  .contact_form input:-ms-input-placeholder, .contact_form textarea:-ms-input-placeholder {
    font-size: var(--fontSize-m);
    font-weight: 400;
    padding-left: 15px;
  }
  .contact_form input::-ms-input-placeholder, .contact_form textarea::-ms-input-placeholder {
    font-size: var(--fontSize-m);
    font-weight: 400;
    padding-left: 15px;
  }
  .contact_form input::placeholder,
  .contact_form textarea::placeholder {
    font-size: var(--fontSize-m);
    font-weight: 400;
    padding-left: 15px;
  }
  .contact_form input::-webkit-input-placeholder {
    font-size: var(--fontSize-m);
  }
  .contact_form textarea::-webkit-input-placeholder {
    font-size: var(--fontSize-m);
    line-height: 1.8;
  }
  .contact_form textarea::-moz-placeholder {
    font-size: var(--fontSize-m);
    line-height: 1.8;
  }
  .contact_form textarea:-ms-input-placeholder {
    font-size: var(--fontSize-m);
    line-height: 1.8;
  }
  .contact_form textarea::-ms-input-placeholder {
    font-size: var(--fontSize-m);
    line-height: 1.8;
  }
  .contact_form textarea::placeholder {
    font-size: var(--fontSize-m);
    line-height: 1.8;
  }
}
.contents_form {
  padding: 0 4%;
}
.contents_form h2 {
  padding: 3rem;
  text-align: center;
  font-size: var(--fontSize-ml);
}
.contents_form #formWrap {
  margin-bottom: 80px;
}
.contents_form #formWrap input[type=submit],
.contents_form #formWrap input[type=button] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px;
  border: none;
  border-radius: 9999px;
}
.contents_form #formWrap input[type=submit] {
  background-color: var(--colorAccent);
  margin-right: 35px;
}
.contents_form #formWrap input[type=button] {
  background-color: var(--bgColor-6);
}
.contents_form .formTable {
  margin: 30px auto;
  width: 80%;
}
.contents_form .formTable tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.contents_form .formTable tr th {
  width: 35%;
}
.contents_form .formTable tr td {
  width: 65%;
}
.contents_form .thanks {
  padding: 30px 0;
}
.contents_form .thanks h2 {
  padding: 30px 0;
}
.contents_form .thanks p {
  text-align: center;
}
.contents_form .thanks a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 50px 0 5px 0;
  border-bottom: 1px solid;
}

@media (max-width: 767px) {
  .contents_form {
    padding: 0 2%;
  }
  .contents_form h2 {
    padding: 5.3333333333vw;
    font-size: var(--fontSize-sl);
  }
  .contents_form #formWrap {
    margin-bottom: 80px;
  }
  .contents_form .formTable {
    margin: 30px auto;
    width: 80%;
  }
  .contents_form .formTable tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .contents_form .formTable tr th {
    width: 35%;
  }
  .contents_form .formTable tr td {
    width: 65%;
  }
  .contents_form #formWrap input[type=submit],
  .contents_form #formWrap input[type=button] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    border: none;
    border-radius: 9999px;
  }
  .contents_form #formWrap input[type=submit] {
    background-color: var(--colorAccent);
    margin-right: 35px;
  }
  .contents_form #formWrap input[type=button] {
    background-color: var(--bgColor-6);
  }
}
.l-layer.js-addLayer {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}/*# sourceMappingURL=style.css.map */