.p-lp-contents .main * {
  font-family: "Noto Sans JP" !important;
}

.main {
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 6.5rem;
  }
}
.main .inner {
  max-width: 112rem;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main .inner {
    padding: 0 2rem;
  }
}
.main .cta-btn_wrap {
  position: absolute;
  inset: 0;
  place-self: center;
  max-width: 144rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main .cta-btn_wrap {
    display: contents;
  }
}
.main .p-lp-cta-btn {
  background: rgba(255, 255, 255, 0.8);
  padding: 3rem 3rem 2.5rem;
  max-width: 36rem;
  width: 35%;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 1rem;
  bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .main .p-lp-cta-btn {
    width: 100%;
    max-width: 35rem;
    position: relative;
    left: 0;
    margin: 0 auto;
    margin-top: 2.5rem;
  }
}
.main .p-lp-cta-btn__btn-list {
  margin-bottom: 1.7rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main .p-lp-cta-btn__btn-list {
    margin-bottom: 1.1rem;
  }
}
.main .p-lp-cta-btn__btn-list-estimate {
  max-width: 30rem;
  padding-left: 0;
}
.main .p-lp-cta-btn__btn-list-estimate::before {
  display: none;
}
.main .p-lp-cta-btn__btn-list-estimate a {
  display: block;
  background: #cc4b00;
  padding: 1.5rem 3.2rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main .p-lp-cta-btn__btn-list-estimate a {
    padding: 1rem 2rem;
  }
}
.main .p-lp-cta-btn__btn-list-estimate a::after {
  content: "";
  background-image: url(../images/group/cj_mwp/icon_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main .p-lp-cta-btn__btn-list-estimate a:hover {
  color: #fff !important;
  opacity: 0.8;
}
.main .p-lp-cta-btn__btn-textLink {
  color: #0018ff;
  text-underline-offset: 0.8rem;
}
.main .p-lp-cta-btn__btn-textLink:hover {
  opacity: 0.8;
}
.main .p-lp-heading {
  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;
}
.main .p-lp-heading h2 {
  font-size: 4.2rem;
  text-align: center;
  border-left: none;
  background: -webkit-gradient(linear, left top, right top, from(#ec9200), to(#f5462e));
  background: -webkit-linear-gradient(left, #ec9200, #f5462e);
  background: linear-gradient(to right, #ec9200, #f5462e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .main .p-lp-heading h2 {
    font-size: 2.4rem;
    padding-left: 0;
  }
}
.main .p-lp-mv-wrap {
  background-image: url(../images/group/cj_mwp/MV_PC.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main .p-lp-mv-wrap {
    background-image: url(../images/group/cj_mwp/MV_SP.webp);
    background-size: contain;
    background-position-y: top;
    padding-bottom: 18.5rem;
  }
}
.main .p-lp-mv-wrap .p-lp-mv {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main .p-lp-mv-wrap .p-lp-mv {
    top: 18.5rem;
    padding-bottom: 2rem;
  }
}
.main .p-lp-mv-wrap .p-lp-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#f67d02), to(#e63607));
  background: -webkit-linear-gradient(left, #f67d02, #e63607);
  background: linear-gradient(to right, #f67d02, #e63607);
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .main .p-lp-mv-wrap .p-lp-mv::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: 100%;
  }
}
.main .p-lp-mv-wrap .centread-text {
  width: 60%;
  max-width: 60rem;
  color: #fff;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 11rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .main .p-lp-mv-wrap .centread-text {
    width: 100%;
    padding: 0;
  }
}
.main .p-lp-mv-wrap .centread-text h1 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.429;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .main .p-lp-mv-wrap .centread-text h1 {
    padding-top: 3rem;
    font-size: 2.8rem;
  }
}
.main .p-lp-mv-wrap .centread-text p {
  line-height: 2;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .main .p-lp-mv-wrap .centread-text p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .main .p-lp-mv-wrap .centread-text .mv_point {
    margin-bottom: 2rem;
  }
}
.main section#worry {
  background: #f0f0f0;
  background-image: url(../images/group/cj_mwp/bg_check.webp);
  background-size: cover;
}
.main section#worry .p-lp-worry {
  padding-top: 5rem;
  padding-bottom: 0.5rem;
}
.main section#worry .p-lp-worry h2 {
  font-size: 4.2rem;
  font-weight: 900;
  border-left: none;
  position: relative;
  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-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1.5rem;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 767px) {
  .main section#worry .p-lp-worry h2 {
    font-size: 2.4rem;
    text-align: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.main section#worry .p-lp-worry h2 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 4rem;
  height: 6.5rem;
}
@media screen and (max-width: 767px) {
  .main section#worry .p-lp-worry h2 img {
    width: 2rem;
    height: 2.5rem;
    position: relative;
    left: -5rem;
    bottom: 1rem;
  }
}
.main section#worry .p-lp-worry__item-wrap {
  position: relative;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main section#worry .p-lp-worry__item {
  background: #fff;
  padding: 0.88rem 8rem 3rem;
  margin-bottom: 5rem;
  width: 76.1%;
  -webkit-box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .main section#worry .p-lp-worry__item {
    width: 100%;
    padding: 2.4rem 1.3rem 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.main section#worry .p-lp-worry__item::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.main section#worry .p-lp-worry__item .num {
  margin-top: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: -7rem;
  width: auto;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .main section#worry .p-lp-worry__item .num {
    left: 0;
    width: 5rem;
  }
}
.main section#worry .p-lp-worry__item .num img {
  width: auto;
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .main section#worry .p-lp-worry__item .num img {
    width: 100%;
    height: auto;
  }
}
.main section#worry .p-lp-worry__item h3 {
  background: #000;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: 900;
  padding: 0.8rem 2.3rem 1rem 0.9rem;
  width: 28.8rem;
}
@media screen and (max-width: 767px) {
  .main section#worry .p-lp-worry__item h3 {
    font-size: 1.8rem;
    width: 18.8rem;
  }
}
.main section#worry .p-lp-worry__item:nth-child(1) {
  position: relative;
  right: -12%;
}
@media screen and (max-width: 767px) {
  .main section#worry .p-lp-worry__item:nth-child(1) {
    right: 0;
  }
}
.main section#worry .p-lp-worry__item:nth-child(1)::after {
  background-image: url(../images/group/cj_mwp/img_worry01.webp);
  width: 9.5rem;
  height: 7.5rem;
  top: -2rem;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .main section#worry .p-lp-worry__item:nth-child(1)::after {
    width: 6.2rem;
    height: 4.8rem;
    right: 1rem;
  }
}
.main section#worry .p-lp-worry__item:nth-child(2) {
  position: relative;
}
.main section#worry .p-lp-worry__item:nth-child(2)::after {
  background-image: url(../images/group/cj_mwp/img_worry02.webp);
  width: 10.2rem;
  height: 13rem;
  bottom: 1.5rem;
  left: -6rem;
}
@media screen and (max-width: 767px) {
  .main section#worry .p-lp-worry__item:nth-child(2)::after {
    width: 5.1rem;
    height: 6.5rem;
    bottom: 20rem;
    left: 26rem;
  }
}
.main section#worry .p-lp-worry__item:nth-child(2) h3 {
  width: 25.7rem;
}
@media screen and (max-width: 767px) {
  .main section#worry .p-lp-worry__item:nth-child(2) h3 {
    width: 16.4rem;
  }
}
.main section#worry .p-lp-worry__item:nth-child(3) {
  position: relative;
  left: -12%;
}
@media screen and (max-width: 767px) {
  .main section#worry .p-lp-worry__item:nth-child(3) {
    left: 0;
  }
}
.main section#worry .p-lp-worry__item:nth-child(3)::after {
  background-image: url(../images/group/cj_mwp/img_worry03.webp);
  width: 10.4rem;
  height: 18.5rem;
  top: -4rem;
  right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .main section#worry .p-lp-worry__item:nth-child(3)::after {
    width: 4.5rem;
    height: 9.5rem;
    top: -1rem;
    right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .main section#worry .p-lp-worry__text {
    padding-left: 1.4rem;
  }
}
.main section#worry .p-lp-worry__list {
  padding-left: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main section#worry .p-lp-worry__list {
    padding-left: 0;
    position: relative;
    left: -2rem;
  }
}
.main section#worry .p-lp-worry__list li {
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main section#worry .p-lp-worry__list li {
    font-size: 1.4rem;
  }
}
.main section#worry .p-lp-worry__list li::before {
  content: "";
  background: #000;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  position: absolute;
  margin: 0;
  left: 1rem;
}
.main section#worry .p-lp-worry__list li .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffc260));
  background: -webkit-linear-gradient(transparent 60%, #ffc260 60%);
  background: linear-gradient(transparent 60%, #ffc260 60%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .main section#worry .p-lp-worry__list li .marker {
    font-size: 1.5rem;
  }
}
.main section#service {
  position: relative;
  padding-top: 8rem;
}
.main section#service::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 10rem;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 0;
  bottom: -10rem;
}
@media screen and (max-width: 767px) {
  .main section#service::after {
    height: 4rem;
    bottom: -4rem;
  }
}
.main section#service .p-lp-service__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service__title {
    margin-bottom: 3rem;
  }
}
.main section#service .p-lp-service__title .title-top {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service__title .title-top {
    font-size: 1.6rem;
    margin-bottom: 0.7rem;
  }
}
.main section#service .p-lp-service__title .title-red {
  font-size: 4.2rem;
  font-weight: 900;
  color: #fff;
  background: #f5462e;
  padding: 1.4rem 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service__title .title-red {
    font-size: 2.1rem;
    padding: 0.7rem 0.9rem;
    margin-bottom: 0.7rem;
  }
}
.main section#service .p-lp-service__title .title-bottom {
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service__title .title-bottom {
    font-size: 1.6rem;
  }
}
.main section#service .p-lp-service__item {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 3rem;
  }
}
.main section#service .p-lp-service__item-text {
  width: 47.8%;
  position: relative;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .main section#service .p-lp-service__item-text {
    min-width: 37rem;
  }
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service__item-text {
    width: 100%;
  }
}
.main section#service .p-lp-service__item-text::before {
  content: "";
  background: #ec9200;
  width: 0.1rem;
  height: 46rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service__item-text::before {
    height: 50rem;
    top: -12rem;
  }
}
.main section#service .p-lp-service__item-text .en {
  color: #ec9200;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: auto;
  position: absolute;
  left: -1.2rem;
  top: -10rem;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service__item-text .en {
    top: -22.5rem;
  }
}
.main section#service .p-lp-service__item-text h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main section#service .p-lp-service__item-text h3 span {
  display: block;
  color: #fff;
  font-size: clamp(2rem, 1.75438vw, 3rem);
  font-weight: 900;
  background: -webkit-gradient(linear, left top, right top, from(#ec9200), to(#f5462e));
  background: -webkit-linear-gradient(left, #ec9200, #f5462e);
  background: linear-gradient(to right, #ec9200, #f5462e);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service__item-text h3 span {
    font-size: 2rem;
  }
}
.main section#service .p-lp-service__item-text p {
  width: 92%;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service__item-text p {
    width: 100%;
  }
}
.main section#service .p-lp-service__item-image {
  width: 80%;
  margin-right: calc((100vw - 100%) / 2 * -1);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service__item-image {
    width: 91.5%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.main section#service .p-lp-service__item-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.main section#service .p-lp-service__item-image::after {
  content: "";
  background-image: url(../images/group/cj_mwp/bg_service.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 41.2rem;
  height: 67.3rem;
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service__item-image::after {
    width: 17.5rem;
    height: 30rem;
    right: -2rem;
  }
}
.main section#service .p-lp-service__item-image:nth-child(2) {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service__item-image:nth-child(2) {
    margin-left: 0;
    width: 94.5%;
  }
}
.main section#service .p-lp-service .reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.main section#service .p-lp-service .reverse .p-lp-service__item-text {
  padding-left: 0;
  padding-right: 2rem;
}
.main section#service .p-lp-service .reverse .p-lp-service__item-text::before {
  position: absolute;
  left: auto;
  right: 0;
  top: 2rem;
  height: 45rem;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service .reverse .p-lp-service__item-text::before {
    left: auto;
    right: 0;
    top: -15rem;
    height: 54rem;
  }
}
.main section#service .p-lp-service .reverse .p-lp-service__item-text .en {
  left: auto;
  top: -10rem;
  right: -1.6rem;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service .reverse .p-lp-service__item-text .en {
    top: -25.8rem;
    right: -1.3rem;
  }
}
.main section#service .p-lp-service .reverse .p-lp-service__item-image {
  position: relative;
  margin-right: 3rem;
  margin-left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service .reverse .p-lp-service__item-image {
    margin-right: 0;
  }
}
.main section#service .p-lp-service .reverse .p-lp-service__item-image::after {
  content: "";
  background-image: url(../images/group/cj_mwp/bg_service2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform: none;
          transform: none;
  width: 50rem;
  height: 100rem;
  left: 0;
  top: 30%;
  bottom: unset;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service .reverse .p-lp-service__item-image::after {
    width: 17.5rem;
    height: 30rem;
    left: -2rem;
  }
}
@media screen and (min-width: 768px) {
  .main section#service .p-lp-service__item-image.last::after {
    background-image: url(../images/group/cj_mwp/bg_service3.webp);
    width: 50rem;
    height: 100rem;
    bottom: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service__item-image.last::after {
    width: 10rem;
    height: 20rem;
  }
}
.main section#service .p-lp-service-writing {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service-writing {
    padding-bottom: 6rem;
  }
}
.main section#service .p-lp-service-writing__title {
  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;
  position: relative;
}
.main section#service .p-lp-service-writing__title::before {
  content: "";
  border-top: 0.1rem solid #f5462e;
  border-bottom: 0.1rem solid #f5462e;
  width: 100%;
  height: 0.6rem;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main section#service .p-lp-service-writing__title h3 {
  font-size: 2.4rem;
  color: #f5462e;
  background: #fff;
  margin-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.4rem 6rem;
  border: 0.1rem solid #f5462e;
  border-radius: 3.5rem;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service-writing__title h3 {
    font-size: 1.5rem;
    padding: 0.9rem 3.5rem;
    margin-bottom: 2rem;
  }
}
.main section#service .p-lp-service-writing__flex {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service-writing__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.main section#service .p-lp-service-writing__text {
  width: 61.7%;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service-writing__text {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.main section#service .p-lp-service-writing__image {
  width: 31.2%;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service-writing__image {
    width: 100%;
  }
}
.main section#service .p-lp-service-writing__image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
.main section#service .p-lp-service-writing__grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service-writing__grid2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main section#service .p-lp-service-writing .bg-gray {
  background: #eeeeee;
}
.main section#service .p-lp-service-writing .bg-gray .text-wrap {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service-writing .bg-gray .text-wrap {
    margin-top: 0;
  }
}
.main section#service .p-lp-service-writing .bg-red {
  background: #fbe8e5;
  max-width: 55rem;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service-writing .bg-red {
    width: 100%;
  }
}
.main section#service .p-lp-service-writing .bg-red .text-wrap p:nth-child(1) {
  background: #f5462e;
}
.main section#service .p-lp-service-writing .bg-red .text-wrap p:nth-child(3) {
  color: #f5462e;
  border: 0.2rem solid #f5462e;
}
.main section#service .p-lp-service-writing__item-box {
  padding: 3.5rem 2.7rem 2.7rem;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service-writing__item-box {
    padding: 1.7rem 2.4rem;
  }
}
.main section#service .p-lp-service-writing__item-box .item {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  gap: 3rem;
  height: 100%;
}
.main section#service .p-lp-service-writing__item-box .image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.main section#service .p-lp-service-writing__item-box .image-box p {
  font-size: 1.2rem;
  line-height: 1.8em;
  text-align: center;
  margin-top: 0.9rem;
  font-weight: bold;
}
.main section#service .p-lp-service-writing__item-box .image-wrap {
  width: 100%;
}
.main section#service .p-lp-service-writing__item-box .image-wrap img {
  width: 100%;
  height: auto;
}
.main section#service .p-lp-service-writing__item-box .icon {
  width: 12.2rem;
  height: 12.2rem;
  background: #fff;
  border-radius: 50%;
  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-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service-writing__item-box .icon {
    width: 8.4rem;
    height: 8.4rem;
    border-radius: 1.2rem;
  }
}
.main section#service .p-lp-service-writing__item-box .icon img {
  width: 9.8rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service-writing__item-box .icon img {
    width: 6rem;
  }
}
.main section#service .p-lp-service-writing__item-box .text-wrap {
  width: 100%;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.main section#service .p-lp-service-writing__item-box .text-wrap p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 1.3rem 0;
  border-radius: 0.5rem;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .main section#service .p-lp-service-writing__item-box .text-wrap p {
    font-size: 1.4rem;
    padding: 1.2rem 0;
  }
}
.main section#service .p-lp-service-writing__item-box .text-wrap p:nth-child(1) {
  background: #000;
  color: #fff;
}
.main section#service .p-lp-service-writing__item-box .text-wrap p:nth-child(3) {
  background: #fff;
  border: 0.2rem solid #000;
}
.main section#flow {
  background-color: transparent;
  background-image: url(../images/group/cj_mwp/bg_check.webp);
  background-size: 100%;
  padding-top: 16rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .main section#flow {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .main section#flow .inner {
    max-width: 120rem;
    padding: 0 4rem;
  }
}
.main section#flow .p-lp-flow__wrap {
  position: relative;
}
.main section#flow .p-lp-flow__wrap::before {
  content: "";
  border-left: 0.1rem solid #ec9200;
  height: 90%;
  width: 0.1rem;
  position: absolute;
  left: -0.4rem;
  top: 6rem;
}
@media screen and (max-width: 767px) {
  .main section#flow .p-lp-flow__wrap::before {
    height: 85%;
    left: 0.4rem;
    top: 0;
  }
}
.main section#flow .p-lp-flow__wrap .p-lp-flow-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main section#flow .p-lp-flow__wrap .p-lp-flow-item {
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
}
.main section#flow .p-lp-flow__wrap .num {
  background: #ec9200;
  width: 6.1rem;
  height: 6.1rem;
  border-radius: 50%;
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  left: -3.4rem;
}
@media screen and (max-width: 767px) {
  .main section#flow .p-lp-flow__wrap .num {
    width: 3.5rem;
    height: 3.3rem;
    left: -1rem;
  }
}
.main section#flow .p-lp-flow__wrap .num p {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main section#flow .p-lp-flow__wrap .num p {
    font-size: 1.2rem;
  }
}
.main section#flow .p-lp-flow__wrap .text-box {
  background: #fff;
  padding: 5rem 7.5rem 3rem 3.5rem;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .main section#flow .p-lp-flow__wrap .text-box {
    padding: 2.4rem 1.6rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
}
.main section#flow .p-lp-flow__wrap .text-box .title {
  color: #ec9200;
  font-weight: 900;
  font-size: 2.4rem;
  width: auto;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .main section#flow .p-lp-flow__wrap .text-box .title {
    font-size: 1.6rem;
    margin-bottom: 1.7rem;
  }
}
.main section#flow .p-lp-flow__wrap .text-box p {
  width: 73.1%;
}
@media screen and (max-width: 767px) {
  .main section#flow .p-lp-flow__wrap .text-box p {
    font-size: 1.5rem;
    width: 100%;
    margin-bottom: 0;
  }
}
.main section#achive {
  background: -webkit-gradient(linear, left top, right top, from(#fd9d00), to(#e12208));
  background: -webkit-linear-gradient(left, #fd9d00, #e12208);
  background: linear-gradient(to right, #fd9d00, #e12208);
  padding-top: 16rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .main section#achive {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
.main section#achive h2 {
  font-size: 4.2rem;
  text-align: center;
  border-left: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main section#achive h2 {
    font-size: 2.4rem;
    padding-left: 0;
  }
}
.main section#achive .p-lp-achive__grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .main section#achive .p-lp-achive__grid2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.7rem 0;
  }
}
.main section#achive .p-lp-achive__item {
  background: #fff;
  padding: 4rem 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .main section#achive .p-lp-achive__item {
    padding: 2rem;
  }
}
.main section#achive .p-lp-achive__item img {
  width: 100%;
}
.main section#achive .p-lp-achive__item .title .client {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main section#achive .p-lp-achive__item .title .client {
    font-size: 1.6rem;
  }
}
.main section#achive .p-lp-achive__item .title .lang {
  color: #f5462e;
}
@media screen and (max-width: 767px) {
  .main section#achive .p-lp-achive__item .title .lang {
    font-size: 1.4rem;
  }
}
.main section#achive .p-lp-achive__item .pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .main section#achive .p-lp-achive__item .pic {
    margin-top: 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main section#achive .p-lp-achive__item .pic img {
  width: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.main section#achive .p-lp-achive__item .pic .sub-title .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .main section#achive .p-lp-achive__item .pic .sub-title .title {
    font-size: 1.4rem;
  }
}
.main section#achive .p-lp-achive__item .pic .sub-title .name {
  color: #b3b3b3;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.main section#achive .p-lp-achive__item .text {
  margin-top: 2rem;
}
.main section#achive .p-lp-achive .note {
  color: #fff;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .main section#achive .p-lp-achive .note {
    text-align: left;
    padding-left: 0;
  }
}
.main section#achive .p-lp-achive .note::before {
  display: none;
}
.main section#faq {
  background-color: transparent;
  background-image: url(../images/group/cj_mwp/bg_check.webp);
  background-size: 100%;
  padding-top: 13rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .main section#faq {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
.main section#faq .p-lp-faq__box {
  margin-bottom: 1.5rem;
  padding: 2rem 11rem 2rem 3rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .main section#faq .p-lp-faq__box {
    padding: 1rem 2rem;
  }
}
.main section#faq .p-lp-faq__box .acd_ttl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  gap: 3rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .main section#faq .p-lp-faq__box .acd_ttl {
    gap: 1rem;
  }
}
.main section#faq .p-lp-faq__box .acd_ttl .icon {
  width: 4rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .main section#faq .p-lp-faq__box .acd_ttl .icon {
    width: 2.8rem;
  }
}
.main section#faq .p-lp-faq__box .acd_ttl .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #f5462e;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .main section#faq .p-lp-faq__box .acd_ttl .ttl {
    font-size: 1.5rem;
    padding-right: 2rem;
  }
}
.main section#faq .p-lp-faq__box .acd_ttl .arrow {
  position: absolute;
  top: 1.2rem;
  right: -8rem;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
  rotate: 180deg;
}
@media screen and (max-width: 767px) {
  .main section#faq .p-lp-faq__box .acd_ttl .arrow {
    width: 1.8rem;
    right: -1rem;
  }
}
.main section#faq .p-lp-faq__box .acd_ttl.active .arrow {
  rotate: 0deg;
}
.main section#faq .p-lp-faq__box .acd_content {
  width: 100%;
  position: relative;
  margin-top: 2rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .main section#faq .p-lp-faq__box .acd_content {
    margin-top: 1rem;
  }
}
.main section#faq .p-lp-faq__box .acd_content .flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .main section#faq .p-lp-faq__box .acd_content .flex_wrap {
    gap: 1rem;
  }
}
.main section#faq .p-lp-faq__box .acd_content .flex_wrap .icon {
  width: 4rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .main section#faq .p-lp-faq__box .acd_content .flex_wrap .icon {
    width: 2.8rem;
  }
}
.main section#faq .p-lp-faq__box .acd_content .flex_wrap .txt {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .main section#faq .p-lp-faq__box .acd_content .flex_wrap .txt {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-top: 0.3rem;
  }
}
.main section#contact_sec {
  background: #f5f5f5;
  background-image: url(../images/group/cj_mwp/contact_bg.webp);
  background-size: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .main section#contact_sec {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.main section#contact_sec .p-lp-contact-btn {
  background: rgba(255, 255, 255, 0.8);
  padding: 5rem 5rem 7rem;
  max-width: 54rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .main section#contact_sec .p-lp-contact-btn {
    width: 100%;
    padding: 2rem;
  }
}
.main section#contact_sec .p-lp-contact-btn .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 5.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main section#contact_sec .p-lp-contact-btn .ttl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.main section#contact_sec .p-lp-contact-btn .lead {
  margin-bottom: 3.8rem;
  text-align: center;
  line-height: 1.75;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .main section#contact_sec .p-lp-contact-btn .lead {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.main section#contact_sec .p-lp-contact-btn__btn-list {
  margin-bottom: 3.8rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .main section#contact_sec .p-lp-contact-btn__btn-list {
    margin-bottom: 1.1rem;
    width: 100%;
  }
}
.main section#contact_sec .p-lp-contact-btn__btn-list-estimate {
  width: 30rem;
  padding-left: 0;
}
.main section#contact_sec .p-lp-contact-btn__btn-list-estimate::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .main section#contact_sec .p-lp-contact-btn__btn-list-estimate {
    max-width: unset;
    width: 100%;
  }
}
.main section#contact_sec .p-lp-contact-btn__btn-list-estimate a {
  display: block;
  background: #cc4b00;
  padding: 1.5rem 3.2rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main section#contact_sec .p-lp-contact-btn__btn-list-estimate a {
    padding: 1rem 2rem;
  }
}
.main section#contact_sec .p-lp-contact-btn__btn-list-estimate a::after {
  content: "";
  background-image: url(../images/group/cj_mwp/icon_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main section#contact_sec .p-lp-contact-btn__btn-list-estimate a:hover {
  color: #fff !important;
  opacity: 0.8;
}
.main section#contact_sec .p-lp-contact-btn__btn-textLink {
  color: #0018ff;
  text-underline-offset: 0.8rem;
}
.main section#contact_sec .p-lp-contact-btn__btn-textLink:hover {
  opacity: 0.8;
}