:root {
  --color-white: #ffffff;
  --color-green: #3E5054;
  --color-green-2: #326B78;
  --color-green-3: #F7FAFB;
  --color-gray-100: #F4F4F4;
  --color-gray-300: #D6D6D6;
  --color-gray-500: #888888;
  --color-green-2-15: rgba(50, 107, 120, 0.15);
  --fontsize-h1-ja-sp: 32px;
  --lineheight-h1-ja-sp: 1.125;
  --fontsize-h1-ja-pc: 60px;
  --lineheight-h1-ja-pc: 1.4;
  --fontsize-h1-en-sp: 14px;
  --lineheight-h1-en-sp: 1;
  --fontsize-h1-en-pc: 22px;
  --lineheight-h1-en-pc: 1.45;
  --fontsize-h2-ja-sp: 27px;
  --lineheight-h2-ja-sp: 1.4;
  --fontsize-h2-ja-pc: 48px;
  --lineheight-h2-ja-pc: 1.42;
  --fontsize-h2-en-sp: 12px;
  --lineheight-h2-en-sp: 1.5;
  --fontsize-h2-en-pc: 22px;
  --lineheight-h2-en-pc: 1.45;
  --fontsize-h3-sp: 18px;
  --fontsize-h3-pc: 32px;
  --fontsize-h4-sp: 18px;
  --lineheight-h4-sp: 1.5;
  --fontsize-h4-pc: 32px;
  --lineheight-h4-pc: 1.5;
  --fontsize-p-sp: 14px;
  --lineheight-p-sp: 1.9;
  --fontsize-p-pc: 16px;
  --lineheight-p-pc: 2;
  --padding-sp: 28px;
  --padding-pc: 20px;
  --content-width: 1210px;
}

img {
  max-width: 100%;
}

.lp-insight {
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

.lp-title {
  max-width: 340px;
  margin-inline: auto;
}
@media screen and (min-width: 1180px) {
  .lp-title {
    max-width: 100%;
  }
}

.lp-hero {
  position: relative;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 450px;
  z-index: 0;
}
@media screen and (min-width: 1180px) {
  .lp-hero {
    height: 640px;
  }
}
.lp-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 0;
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
}
.lp-hero--loaded::before {
  background: rgba(0, 0, 0, 0.1);
}
.lp-hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
}
.lp-hero__mark {
  width: 60px;
  height: auto;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 1180px) {
  .lp-hero__mark {
    width: 114px;
    margin: 0 auto 6rem;
  }
}
.lp-hero__mark-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-hero__title {
  opacity: 0;
}
.lp-hero--loaded .lp-hero__title {
  -webkit-animation: 1s ease-out 0s forwards loaded;
          animation: 1s ease-out 0s forwards loaded;
}
.lp-hero__box {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  font-weight: 900;
  color: #fff;
  padding-bottom: 3rem;
  z-index: 1;
}
.lp-hero__copy {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.4;
  margin-top: -20px;
  margin-bottom: 2rem;
  opacity: 0;
}
.lp-hero--loaded .lp-hero__copy {
  -webkit-animation: 1s ease-out 0.4s forwards loaded;
          animation: 1s ease-out 0.4s forwards loaded;
}
@media screen and (min-width: 1180px) {
  .lp-hero__copy {
    font-size: 5.8rem;
    max-width: 1100px;
    text-align: left;
    margin-inline: auto;
    margin-top: -70px;
    margin-bottom: 2rem;
  }
}
.lp-hero__text {
  font-size: 1.1rem;
  opacity: 0;
}
.lp-hero--loaded .lp-hero__text {
  -webkit-animation: 1s ease-out 0.8s forwards loaded;
          animation: 1s ease-out 0.8s forwards loaded;
}
@media screen and (max-width: 1179px) {
  .lp-hero__text {
    max-width: 340px;
    margin: auto;
  }
}
@media screen and (min-width: 1180px) {
  .lp-hero__text {
    font-size: 2.2rem;
    max-width: 1100px;
    margin: auto;
  }
}
.lp-hero__text--strong {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1180px) {
  .lp-hero__text--strong {
    font-size: 3.4rem;
    margin-bottom: 1.5rem;
  }
}

@-webkit-keyframes loaded {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes loaded {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page-section {
  overflow: hidden;
}
.page-section__header::before {
  content: attr(data-en);
  font-size: 22rem;
  font-weight: bold;
  color: rgba(62, 80, 84, 0.05);
  letter-spacing: -0.11em;
}
@media screen and (min-width: 1180px) {
  .page-section__header::before {
    font-size: 32rem;
  }
}
.page-section__title {
  width: 95%;
}
@media screen and (min-width: 1180px) {
  .page-section__title {
    width: 75%;
  }
}
.page-section__desc {
  margin-top: 1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-section__desc {
    margin-inline: 1.5rem;
    font-size: 1.2rem;
  }
}
.page-section--intro {
  padding-block: 4rem 0;
}
@media screen and (min-width: 1180px) {
  .page-section--intro {
    padding-block: 5rem 0;
  }
}
.page-section--service {
  padding-block: 7.5rem;
}
@media screen and (min-width: 1180px) {
  .page-section--service {
    padding-block: 18.5rem 17.5rem;
  }
}
.page-section--benefits {
  padding-block: 7.5rem 0;
}
@media screen and (min-width: 1180px) {
  .page-section--benefits {
    padding-block: 7.5rem 0;
  }
}
@media screen and (min-width: 1180px) {
  .page-section--benefits .page-section__title {
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
    margin-left: auto;
  }
}
.page-section--case01 {
  padding-block: 10.8rem 0;
}
@media screen and (min-width: 1180px) {
  .page-section--case01 {
    padding-block: 18.5rem 0;
  }
}
.page-section--case02 {
  padding-block: 10rem 0;
}
@media screen and (min-width: 1180px) {
  .page-section--case02 {
    padding-block: 19.5rem 0;
  }
}
.page-section--case02 .page-section__header {
  position: relative;
}
@media screen and (max-width: 1179px) {
  .page-section--case02 .page-section__title {
    width: 30%;
  }
}
@media screen and (min-width: 1180px) {
  .page-section--case02 .page-section__title {
    position: absolute;
    top: -90px;
    right: 0;
    width: 509px;
    margin-left: auto;
  }
}
.page-section--faq {
  padding-block: 10.8rem;
}
@media screen and (min-width: 1180px) {
  .page-section--faq {
    padding-block: 18.5rem 0;
  }
}
@media screen and (min-width: 1180px) {
  .page-section--faq .page-section__header {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.page-section--faq .page-section__title {
  margin-left: auto;
}
@media screen and (max-width: 1179px) {
  .page-section--faq .page-section__title {
    width: 65%;
  }
}
@media screen and (min-width: 1180px) {
  .page-section--faq .page-section__title {
    width: 713px;
  }
}
.page-section--contact {
  padding-block: 10rem;
}
@media screen and (min-width: 1180px) {
  .page-section--contact {
    padding-block: 26rem;
  }
}

.intro__img {
  width: 120px;
  height: auto;
}
@media screen and (min-width: 1180px) {
  .intro__img {
    width: 292px;
  }
}
.intro__right-box {
  position: relative;
  max-width: 65%;
  margin-left: auto;
  margin-top: 50px;
}
.intro__right-box::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 45px;
  aspect-ratio: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../images/lp/target.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1180px) {
  .intro__right-box::before {
    width: 90px;
  }
}
@media screen and (min-width: 1180px) {
  .intro__right-box {
    max-width: 546px;
  }
}
.intro__center-box {
  position: relative;
  max-width: 80%;
  margin: 10rem 0 0 auto;
}
@media screen and (min-width: 1180px) {
  .intro__center-box {
    max-width: 738px;
    margin: 9rem auto 0;
  }
}
.intro__center-box::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 77px;
  aspect-ratio: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../images/lp/arrow.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1180px) {
  .intro__center-box::before {
    width: 144px;
  }
}
.intro__copy {
  font-size: 1.6rem;
  font-weight: 900;
}
@media screen and (min-width: 1180px) {
  .intro__copy {
    font-size: 2.8rem;
  }
}
.intro__text {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 1180px) {
  .intro__text {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1180px) {
  .service-step {
    max-width: 1240px;
    padding-right: 25px;
  }
}
.service-step__item {
  position: relative;
  display: grid;
}
@media screen and (max-width: 1179px) {
  .service-step__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 480px;
    height: 16rem;
  }
}
@media screen and (min-width: 1180px) {
  .service-step__item {
    width: 780px;
    width: 62%;
    height: 23rem;
  }
}
.service-step__item--strong {
  margin-top: 12rem !important;
}
@media screen and (min-width: 1180px) {
  .service-step__item--strong {
    margin-top: 22rem !important;
  }
}
.service-step__item--strong .service-step__title {
  width: 60%;
  width: clamp(130px, 65vw, 680px);
  font-size: 18px;
}
@media screen and (min-width: 1180px) {
  .service-step__item--strong .service-step__title {
    font-size: 36px;
  }
}
.service-step__item--strong .service-step__title::before {
  left: 50%;
  width: clamp(130px, 40%, 220px);
}
@media screen and (max-width: 1179px) {
  .service-step__item--strong .service-step__title::before {
    top: -80px;
    left: 0;
    -webkit-transform: translate(-120%, -40%);
            transform: translate(-120%, -40%);
    -webkit-transform: translate(0%, -40%);
            transform: translate(0%, -40%);
    width: 110px;
  }
}
@media screen and (max-width: 1179px) {
  .service-step__item--strong .service-step__thumb {
    top: 15%;
    left: -26px;
    width: 300px;
  }
}
@media screen and (min-width: 1180px) {
  .service-step__item:nth-child(1) {
    -webkit-transform: translate(0%, 15%);
            transform: translate(0%, 15%);
  }
}
.service-step__item:nth-child(1) .service-step__title::before {
  background-image: url(../../images/lp/01.svg);
}
@media screen and (min-width: 1180px) {
  .service-step__item:nth-child(2) {
    -webkit-transform: translate(23%, -3%);
            transform: translate(23%, -3%);
  }
}
.service-step__item:nth-child(2) .service-step__title::before {
  background-image: url(../../images/lp/02.svg);
}
@media screen and (min-width: 1180px) {
  .service-step__item:nth-child(3) {
    -webkit-transform: translate(45%, -25%);
            transform: translate(45%, -25%);
  }
}
.service-step__item:nth-child(3) .service-step__title::before {
  background-image: url(../../images/lp/03.svg);
}
@media screen and (min-width: 1180px) {
  .service-step__item:nth-child(4) {
    -webkit-transform: translate(68%, -45%);
            transform: translate(68%, -45%);
  }
}
.service-step__item:nth-child(4) .service-step__title::before {
  background-image: url(../../images/lp/04.svg);
}
@media screen and (min-width: 1180px) {
  .service-step__item:nth-child(5) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 90%;
    margin-top: 0 !important;
    -webkit-transform: translate(11%, -30%);
            transform: translate(11%, -30%);
  }
}
@media screen and (min-width: 1180px) {
  .service-step__item:nth-child(5) .service-step__box {
    max-width: 58%;
    padding-left: 14rem;
  }
}
.service-step__item:nth-child(5) .service-step__title::before {
  background-image: url(../../images/lp/05.svg);
}
@media screen and (min-width: 1180px) {
  .service-step__item:nth-child(5) .service-step__title::before {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1180px) {
  .service-step__item:nth-child(5) .service-step__thumb {
    top: -7%;
    width: 630px;
  }
}
.service-step__box {
  position: relative;
  max-width: 65%;
  margin-left: auto;
}
.service-step__thumb {
  position: absolute;
  top: 50%;
  left: -60px;
  -webkit-transform: translate(-75%, -50%);
          transform: translate(-75%, -50%);
  width: 160px;
  aspect-ratio: 1;
  z-index: -1;
}
@media screen and (min-width: 1180px) {
  .service-step__thumb {
    width: 280px;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}
.service-step__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.service-step__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 1180px) {
  .service-step__title {
    font-size: 2.8rem;
  }
}
.service-step__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 45px;
  -webkit-transform: translate(-100%, -30%);
          transform: translate(-100%, -30%);
  aspect-ratio: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 1180px) {
  .service-step__title::before {
    font-size: 2.8rem;
    width: 125px;
    -webkit-transform: translate(-100%, -40%);
            transform: translate(-100%, -40%);
  }
}
.service-step__text {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 1180px) {
  .service-step__text {
    font-size: 1.6rem;
  }
}

.benefits-step {
  position: relative;
  padding-left: 25px;
  max-width: 1240px;
  margin-left: auto;
}
@media screen and (min-width: 1180px) {
  .benefits-step {
    max-width: 85%;
  }
}
.benefits-step__img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(30% 0, 75% 0, 45% 100%, 0 100%);
}
@media screen and (min-width: 1180px) {
  .benefits-step__img {
    width: 1100px;
    height: 600px;
    clip-path: polygon(60% 0, 100% 0%, 40% 100%, 0% 100%);
  }
}
.benefits-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1180px) {
  .benefits-step__item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 1180px) {
  .benefits-step__item:first-of-type .benefits-step__box {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1180px) {
  .benefits-step__item:not(:first-of-type) {
    margin-top: -26rem;
  }
}
.benefits-step__item:nth-child(1) .benefits-step__title::before {
  background-image: url(../../images/lp/01.svg);
}
.benefits-step__item:nth-child(1) .benefits-step__img {
  -o-object-position: 86%;
     object-position: 86%;
}
.benefits-step__item:nth-child(2) .benefits-step__title::before {
  background-image: url(../../images/lp/02.svg);
}
.benefits-step__item:nth-child(2) .benefits-step__img {
  -o-object-position: 75%;
     object-position: 75%;
}
.benefits-step__item:nth-child(3) .benefits-step__title::before {
  background-image: url(../../images/lp/03.svg);
}
.benefits-step__item:nth-child(3) .benefits-step__img {
  -o-object-position: 68%;
     object-position: 68%;
}
.benefits-step__box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
@media screen and (min-width: 1180px) {
  .benefits-step__box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 420px;
            flex: 1 0 420px;
  }
}
.benefits-step__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 1180px) {
  .benefits-step__title {
    font-size: 2.8rem;
  }
}
.benefits-step__title::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 30%;
  height: 70px;
  aspect-ratio: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 1180px) {
  .benefits-step__title::before {
    width: 125px;
  }
}
.benefits-step__text {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 1180px) {
  .benefits-step__text {
    font-size: 1.6rem;
  }
}

.case-header-img {
  display: block;
  width: 77%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%, 0 70%);
}
@media screen and (max-width: 1179px) {
  .case-header-img {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1180px) {
  .case-header-img {
    width: 90%;
    height: 400px;
    clip-path: polygon(0% 0%, 100% 0, 100% 50%, 83% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1179px) {
  .case-header-img--re {
    margin-left: auto;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 80% 100%, 0% 100%);
  }
}

.case__box {
  position: relative;
  max-width: 60%;
  background: #fff;
  padding: 2rem;
  z-index: 1;
  margin-top: -15rem;
  margin-inline: auto 0;
}
@media screen and (min-width: 1180px) {
  .case__box {
    max-width: 400px;
    padding: 4rem;
    margin-top: -25rem;
    margin-inline: auto 25px;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
}
.case--rev .case__box {
  margin-inline: 0 auto;
}
@media screen and (min-width: 1180px) {
  .case--rev .case__box {
    margin-inline: 25px auto;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
}
.case__box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  width: 55px;
  aspect-ratio: 1;
  background: url(../../images/lp/01.svg) center/contain no-repeat;
}
@media screen and (min-width: 1180px) {
  .case__box::before {
    width: 110px;
    top: 50px;
    right: -20px;
  }
}
.case--rev .case__box::before {
  right: auto;
  left: 25px;
}
@media screen and (min-width: 1180px) {
  .case--rev .case__box::before {
    left: -20px;
  }
}
@media screen and (min-width: 1180px) {
  .case__img {
    margin-inline: auto 0;
  }
}
.case--rev .case__img {
  margin-inline: auto 0;
}
@media screen and (min-width: 1180px) {
  .case--rev .case__img {
    margin-inline: 0 auto;
  }
}
.case__title {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 1180px) {
  .case__title {
    font-size: 2.4rem;
  }
}
.case__company {
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (min-width: 1180px) {
  .case__company {
    font-size: 1.6rem;
  }
}
.case__text {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 1180px) {
  .case__text {
    font-size: 1.4rem;
  }
}
.case__sign {
  position: absolute;
  left: 0;
  bottom: 40%;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  width: 50%;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .case__sign {
    bottom: 5%;
  }
}
@media screen and (min-width: 1180px) {
  .case__sign {
    bottom: 0;
  }
}
.case--rev .case__sign {
  left: auto;
  right: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.case--02 .case__box::before {
  background: url(../../images/lp/02.svg) center/contain no-repeat;
}

@media screen and (min-width: 1180px) {
  .voice {
    margin-top: 15rem;
  }
}
.voice__header {
  position: relative;
  display: grid;
}
@media screen and (min-width: 1180px) {
  .voice__header {
    gap: 30px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    grid-template-columns: auto 50%;
  }
}
.voice__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100px;
  background: url(../../images/lp/voice.svg) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 1180px) {
  .voice__header::before {
    top: -50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 620px;
    height: 310px;
  }
}
@media screen and (min-width: 1180px) {
  .voice__header--re {
    grid-template-columns: 60% 40%;
  }
}
@media screen and (min-width: 1180px) {
  .voice__header--re .voice__header-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1180px) {
  .voice__header--re .voice__header-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .voice__header-box {
    margin-inline: 1.5rem;
  }
}
@media screen and (max-width: 1179px) {
  .voice__header-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 1179px) {
  .voice__header-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 80%;
    margin-inline: auto 0;
  }
}
.voice__text-box--mt {
  margin-top: 2rem;
}
@media screen and (min-width: 1180px) {
  .voice__text-box--mt {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .voice__text-box {
    margin-inline: 1.5rem;
  }
}
@media screen and (max-width: 1179px) {
  .voice__text-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.voice__title {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 1180px) {
  .voice__title {
    font-size: 2rem;
  }
}
.voice__title span {
  color: #326b78;
}
.voice__copy {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #3e5054;
  padding: 1.5rem;
}
@media screen and (min-width: 1180px) {
  .voice__copy {
    font-size: 2.4rem;
    padding: 3rem;
  }
}
.voice__row {
  display: grid;
  margin-top: 2rem;
}
@media screen and (min-width: 1180px) {
  .voice__row {
    grid-template-columns: auto 1fr;
    gap: 60px;
    margin-top: 5.5rem;
  }
}
.voice__text {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0 !important;
}
@media screen and (min-width: 1180px) {
  .voice__text {
    font-size: 1.4rem;
  }
}
.voice__text:not(:first-of-type) {
  margin-top: 2rem !important;
}
@media screen and (min-width: 1180px) {
  .voice__text:not(:first-of-type) {
    margin-top: 4rem !important;
  }
}
.voice__img {
  width: 315px;
  aspect-ratio: 1;
}
@media screen and (max-width: 1179px) {
  .voice__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 50%;
    margin: 1.5rem 1.5rem 0;
  }
}
@media screen and (min-width: 1180px) {
  .voice__img {
    width: 200px;
  }
}
.voice__cap {
  font-size: 1rem;
}
@media screen and (min-width: 1180px) {
  .voice__cap {
    font-size: 1.2rem;
  }
}

.faq {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-reset: faq;
}
@media screen and (max-width: 1179px) {
  .faq {
    margin-top: 2.5rem;
  }
}
.faq__q, .faq__a {
  position: relative;
  width: 94%;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1.5rem;
  padding-left: calc(60px + 1.5rem);
  margin: auto;
}
@media screen and (min-width: 1180px) {
  .faq__q, .faq__a {
    width: 80%;
    font-size: 1.8rem;
    padding: 3rem;
    padding-left: calc(120px + 3rem);
  }
}
.faq__q::before, .faq__a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  width: 60px;
  height: 100%;
  font-size: 1.7rem;
}
@media screen and (min-width: 1180px) {
  .faq__q::before, .faq__a::before {
    width: 120px;
    font-size: 3rem;
  }
}
.faq__q {
  border: 1px solid #3e5054;
  counter-increment: faq;
  -webkit-transform: translateX(-3%);
          transform: translateX(-3%);
}
@media screen and (min-width: 1180px) {
  .faq__q {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}
.faq__q::before {
  content: "Q" counter(faq, decimal-leading-zero);
  border-right: 1px solid #3e5054;
}
.faq__q:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (min-width: 1180px) {
  .faq__q:not(:first-of-type) {
    margin-top: 5rem;
  }
}
.faq__a {
  background: #3e5054;
  color: #fff;
  -webkit-transform: translateX(3%);
          transform: translateX(3%);
}
@media screen and (min-width: 1180px) {
  .faq__a {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
}
.faq__a::before {
  content: "A" counter(faq, decimal-leading-zero);
  border-right: 1px solid #fff;
}

.reg {
  vertical-align: text-bottom;
  font-size: 85%;
}

@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1179px) {
  .container--tab-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1180px) {
  .container--pc-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}