@charset "UTF-8";

/* =====================================
 * カラー変数
 * ================================== */
/*

$c-〇〇〇-darker:標準カラーよりやや暗め;
$c-〇〇〇-dark:標準カラーより少し暗め;
$c-〇〇〇:標準カラー;
$c-〇〇〇-lighter:標準カラーより少し薄め;
$c-〇〇〇-light:標準カラーよりやや薄め;

↓

$c-blk-darker:#000;
$c-blk-dark:#111;
$c-blk:#333;
$c-blk-lighter:#555;
$c-blk-light:#777;


/* =====================================
 * extend用のclassをここに集約
 * ================================== */
 @media (min-width: 769px) {
  .p-lp-contents .main{
    padding-top: 90px;
  }
}
/* @media (max-width: 768px) {
  .p-lp-contents .main{
    padding-top: 64px;
  
  }
} */

 @media (max-width: 768px) {
  body.-translation .main h2:not([class*="heading"]) {
    font-size: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body.-translation .main .-detail h2:not([class*="heading"]) {
  font-size: 28px;
}

@media (max-width: 768px) {
  body.-translation .main .-detail h2:not([class*="heading"]) {
    font-size: 24px;
  }
}

body.-translation .main h3:not([class*="heading"]) {
  font-size: 24px;
  font-weight: 300;
}

@media (max-width: 768px) {
  body.-translation .main h3:not([class*="heading"]) {
    font-size: 20px;
  }
}

body.-translation .main h3:not([class*="heading"]) span {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  body.-translation .main h3:not([class*="heading"]) span {
    margin-bottom: 6px;
  }
}

body.-translation .main ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: .75em;
  left: .5em;
  margin: -2px 0 0 -2px;
  background-color: #d5d5d5;
  border-radius: 100%;
}

body.-translation .main p {
  margin-bottom: 0;
}

body.-translation .main ul {
  margin-bottom: 0;
  margin: 0;
}

body.-translation .main ul ul {
  margin-bottom: 0;
  margin: 0;
}

body.-translation .main ul li {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 0;
}
 body.-translation .main h2:not([class*="heading"]) {
  padding: 0;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.75;
  margin-bottom: 0;
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

 .p-translation02-section__content {
  position: relative;
  z-index: 10;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.p-translation02-section {
  position: relative;
  z-index: 20;
  padding-top: 80px;
  padding-bottom: 80px;
}


@media (max-width: 768px) {
  .p-translation02-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

body:has(.p-lp-contents){
    font-family: 'Noto Sans JP'!important;
}

@media (min-width: 769px) {
    .p-lp-contents .main .p-translation02-section{
padding-top: 12rem;
padding-bottom: 12rem;
    }
  }
@media (max-width: 768px) {
    .p-lp-contents .main .p-translation02-section{
padding-top: 6.5rem;
padding-bottom: 6.5rem;
    }
  }

@media (min-width: 769px) {
    .p-lp-contents .main .p-translation02-section.-sm{
padding-top: 11rem;
padding-bottom: 11rem;
    }
  }
@media (max-width: 768px) {
    .p-lp-contents .main .p-translation02-section.-sm{
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  margin-top: 235px;
    }
  }

@media (min-width: 769px) {
    .l-content-lp-section-sm {
        max-width: 960px;
        margin: 0 auto;
    }
  }

.c-hover, .p-lp-mv__btn-list-contact > *, .c-btn[class] > * {
  transition: all 0.2s ease-in-out;
}
@media (min-width: 769px) {
  .c-hover:hover, .p-lp-mv__btn-list-contact > :hover, .c-btn[class] > :hover {
    cursor: pointer;
    text-decoration: none !important;
    opacity: 0.84;
  }
}

.c-hover-blk {
  transition: all 0.2s ease-in-out;
}
@media (min-width: 769px) {
  .c-hover-blk:hover {
    cursor: pointer;
    text-decoration: none !important;
    background-image: linear-gradient(90deg, #EB9300 0%, #EB9300 75%, #FDF4E5 100%);
    color: #fff;
  }
}

.c-hover-orenge {
  transition: all 0.2s ease-in-out;
}
@media (min-width: 769px) {
  .c-hover-orenge:hover {
    cursor: pointer;
    text-decoration: none !important;
    color: #EB9300;
  }
}

.c-hover-bg-orenge {
  transition: all 0.2s ease-in-out;
}
@media (min-width: 769px) {
  .c-hover-bg-orenge:hover {
    cursor: pointer;
    text-decoration: none !important;
    background-color: #EB9300;
  }
}

.c-radius, .c-bg-pri, .c-cta__inner, .p-voice__text, .p-lp-reason__inner, .p-lp-reason {
  border-radius: 0.8rem;
}

/* =====================================
 * 見出し
 * ================================== */
[class*=c-headline] {
  line-height: 1.5;
}

.c-headline__sub {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  font-family: "Roboto";
  color: #EB9300;
}

@media (max-width: 768px) {
    .c-headline__sub  {
    font-size: calc(2rem * 0.8);
  }
}
.c-headline__sub + * {
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .c-headline__sub + * {
    margin-top: 0.25rem;
  }
}
.p-lp-contents .main .c-headline__main[class] {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  justify-content: center;
}

@media (max-width: 768px) {
    .p-lp-contents .main .c-headline__main[class]  {
    font-size: calc(4rem * 0.8);
    text-align: center;
  }
}
.c-headline + * {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .c-headline + * {
    margin-top: 19px;
  }
}

.c-headline-number {
  display: inline-block;
}
.c-headline-number__sub {
  color: #EB9300;
  font-size: 1.4rem;
  line-height: 100%;
  font-weight: bold;
  font-family: "Roboto";
  letter-spacing: 0.056rem;
  text-align: center;
}

@media (max-width: 768px) {
    .c-headline-number__sub {
    font-size: calc(1.4rem * 0.8);
  }
}
.c-headline-number__main {
  color: #EB9300;
  font-size: 6.4rem;
  line-height: 100%;
  font-weight: bold;
  font-family: "Roboto";
}
@media (max-width: 768px) {
    .c-headline-number__main {
    font-size: calc(6.4rem * 0.8);
  }
}
@media (min-width: 769px) {
  .c-headline-number-wrap {
    display: flex;
    gap: 0 1.5rem;
  }
}
.c-headline-number-wrap + * {
  margin-top: 1.62rem;
}
@media (max-width: 768px) {
  .c-headline-number-wrap + * {
    margin-top: 14px;
  }
}

.p-lp-contents .main .c-headline-number__title[class] {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 150%;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
    .p-lp-contents .main .c-headline-number__title[class] {
    font-size: calc(3.2rem * 0.8);
  }
}

@media (max-width: 768px) {
  .c-headline-number__title {
    margin-top: 12px;
  }
}

/* =====================================
 * ボタン基準
 * ================================== */
.l-nav__contact a {
  font-size: 14px;
}
@media (max-width: 768px) {
  .l-nav__contact a {
    font-size: calc(14px * 0.8);
  }
}

.c-btn[class] {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .c-btn[class] {
    max-width: 400px;
  }
}
.c-btn[class].-lg {
  max-width: 100%;
}
.c-btn[class] > * {
  transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
  text-decoration: none;
  background: #EB9300;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 1.6rem 4.8rem;
}
@media (max-width: 768px) {
  .c-btn[class] > * {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-btn[class] > *:after {
  content: "";
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../../images/lp/ico_arr_right_wht.svg);
  background-size: 100%;
  width: 0.8em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 1.6rem;
}
@media (max-width: 768px) {
  .c-btn[class] > *:after {
    margin-right: 1.125rem;
  }
}

.c-btn-text {
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .c-btn-text {
    margin-top: 14px;
  }
}
.c-btn-text a {
  position: relative;
  display: inline-block;
  padding: 0 2.6rem 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 768px) {
    .c-btn-text a {
    font-size: calc(1.4rem * 0.8);
  }
}
.c-btn-text a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.7rem;
  height: 100%;
  background-position: center 0.56em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../../images/lp/ico_arr_right_pri.svg");
  margin-right: 0.4em;
}

.c-btn-text.-download a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.4rem;
  height: 100%;
  background-position: center 0.56em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../../images/lp/ico_download_pri.svg");
  margin-right: 0.4em;
}

.c-btn-text a:hover {
  color: #EB9300;
  transition: all 0.2s ease-in-out;
}

/* =====================================
 * 表組み
 * ================================== */
.p-lp-contents .main .c-table {
  border-right: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  width: 100%;
}
.p-lp-contents .main * + .c-table {
  margin-top: 3rem;
}
.p-lp-contents .main .c-table th,
.p-lp-contents .main .c-table td {
  background-clip: padding-box;
  border-top: 1px solid #BEBEBE;
  border-left: 1px solid #BEBEBE;
}
.p-lp-contents .main .c-table th {
  font-weight: bold;
  background: #EB9300;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
    .p-lp-contents .main .c-table th.-sm[class] {
    width: 16.5%;

  }
}
@media (max-width: 768px) {
    .p-lp-contents .main .c-table th.-sm[class] {
      width: 100%;
      width: 110px;
  }
}
@media (max-width: 768px) {
    .p-lp-contents .main .c-table th.-lg[class] {
      width: 60%;
  }
}
.p-lp-contents .main .c-table td {
  background-color: #fff;
}
.p-lp-contents .main .c-table td.-right {
  text-align: right;
}
.p-lp-contents .main .c-table td.-result {
  font-size: 2rem;
  font-weight: bold;
  color: #EB9300;
  background-color: #FDF4E5;
}

@media (max-width: 768px) {
    .p-lp-contents .main .c-table td.-result {
    font-size: calc(2rem * 0.8);
  }
}
.p-lp-contents .main .c-table th,
.p-lp-contents .main .c-table td {
  padding: 1.6rem 2.4rem;
}
@media (max-width: 768px) {
    .p-lp-contents .main .c-table th,
    .p-lp-contents .main .c-table td {
    display: block;
  }
}
@media (max-width: 768px) {
    .p-lp-contents .main .c-table.-wide th,
    .p-lp-contents .main .c-table.-wide td {
    display: table-cell;
  }
}

@media (min-width: 769px) {
  .u-hidden-pc {
    display: none !important;
  }
}

.p-lp-mv {
  background-color: #fff;
  position: relative;
  background-color: #FDF4E5;
}
.p-lp-mv__lead {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 150%;
  
}
@media (max-width: 768px) {
    .p-lp-mv__lead{
      font-size: calc(2.4rem * 0.8);
    }}
.p-lp-mv__lead + * {
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .p-lp-mv__lead + * {
    margin-top: 0.4rem;
  }
}
.p-lp-mv-wrap {
  background-color: #F8F7F6;
  position: relative;
}
.p-lp-mv__title {
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-lp-mv__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 769px) {
  .p-lp-mv__title {
    margin-left: 0.5rem;
  }
}
.p-lp-mv__title .-sm {
  font-size: 3.2rem;
}

@media (max-width: 768px) {
    .p-lp-mv__title .-sm{
      font-size: calc(3.2rem * 0.8);
    }}
.p-lp-mv__title .-sm-bk {
  font-size: 3.2rem;
  color: #221814;
}
@media (max-width: 768px) {
    .p-lp-mv__title .-sm-bk{
      font-size: calc(3.2rem * 0.8);
    }}
.p-lp-mv__title span {
  color: #EB9300;
}
.p-lp-mv__title + * {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .p-lp-mv__title + * {
    margin-top: 24px;
  }
}
/* @media (max-width: 768px) {
  .p-lp-mv__body {
    padding-top: 7rem;
  }
} */
@media (min-width: 769px) {
  .u-hidden-pc{
    max-width: 565px;
    margin-left: 55px;
    margin-left: 0.5rem;
  }

  .u-hidden-sp{
    /* display: none; */
    }
}

@media (min-width: 769px) {
  .p-lp-mv__bg {
    width: calc(50% + 4rem);
  }
}

.p-lp-mv__body, .p-lp-mv__footer {
  position: relative;
  z-index: 10;
}
.p-lp-mv__body {
  padding: 4.8rem 0;
}
@media (max-width: 768px) {
  .p-lp-mv__body {
    /* padding: 11rem 0 3rem; */
  }
}
.p-lp-mv__footer {
  padding: 5.6rem 0 3.2rem;
}
@media (max-width: 768px) {
  .p-lp-mv__footer {
    padding: 1.5rem 0;
  }
}
.p-lp-mv__header {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .p-lp-mv__header {
    position: inherit;
    height: auto;
  }
}
.p-lp-mv__header img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .p-lp-mv__header img {
    height: 165%;
    margin-top: 280px
  }
}
.p-lp-mv__bg {
  height: 100%;
  max-width: 1600px;
  margin-left: auto;
}
@media (min-width: 769px) {
  .p-lp-mv__bg img {
    object-position: center center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
  .p-lp-mv__bg img {
    object-position: 70% 70%;
  }
}
@media (min-width: 769px) {
  .p-lp-mv__bg {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .p-lp-mv__bg {
    height: 170px;
  }
  .u-hidden-pc{
    position: relative;
    margin-top: -180px;
  }
}

@media (min-width: 769px) {
  .u-hidden-pc {
    max-width: 513px;
  }
}
.p-lp-mv__btn-list {
  display: flex;
  color: #fff;
  font-size: 1.76rem;
  font-weight: bold;
  margin-top: 3.2rem;
  
}
@media (max-width: 768px) {
    .p-lp-mv__btn-list{
      font-size: calc(1.76rem * 0.8);
    }}
@media (max-width: 768px) {
  .p-lp-mv__btn-list {
    flex-wrap: wrap;
  }
}
.p-lp-contents .main .p-lp-mv__btn-list > * {
  display: block;
  text-decoration: none;
  border-radius: 0.6rem;
  text-decoration: none !important;
  /* position: static; */
  padding-left: 0;
}
@media (max-width: 768px) {
  .p-lp-mv__btn-list > * {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 769px) {
.p-lp-mv__btn-list-contact + .p-lp-mv__btn-list-contact {
  margin-left: 3.2rem;
}}
@media (max-width: 768px) {
.p-lp-mv__btn-list-contact + .p-lp-mv__btn-list-contact {
  margin-top: 1.6rem;
}}
@media (min-width: 769px) {
  .p-lp-mv__btn-list-contact {
    margin-right: 0;
    width: 100%;
    margin-top: 1rem;
  }
}
.p-lp-contents .main .p-lp-mv__btn-list-contact > * {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 2rem 3.2rem;
  background-color: #EB9300;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  font-size: 1.8rem;
}
.p-lp-contents .main .p-lp-mv__btn-list-contact > *:hover{
color: #fff;
}

@media (max-width: 768px) {
    .p-lp-contents .main .p-lp-mv__btn-list-contact{
      font-size: calc(1.8rem * 0.8);
    }}

@media (min-width: 1080px) {
    .p-lp-contents .main .p-lp-mv__btn-list-contact{
        /* max-width: 30rem; */
        max-width: 42rem;
        margin-top: 0;
    }}

@media (min-width: 769px) and (max-width: 1079px) {
  .p-lp-contents .main .p-lp-mv__btn-list-contact > *{
    /* max-width: 30rem; */
    max-width: 29rem;
    margin-top: 0;
    font-size: 1.5rem;
  }
  
  .p-lp-mv__title{
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1.5;
  }

  .p-lp-mv__lead{
    font-size: 2rem;
    font-weight: bold;
    line-height: 150%;
  }

  
  }

.p-lp-mv__btn-list-contact[class]::before{
  content: none;
}
.p-lp-mv__btn-list-contact > *::before {
  content: "";
  display: block;
  top: 50%;
  right: 1.8rem;
  width: 1rem;
  height: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../images/lp/ico_arr_wht.svg);
  transform: translateY(-50%);
  position: absolute;
}
.p-lp-contents .main .p-lp-mv__btn-list-contact.-wht > * {
  background-color: #fff;
  color: #EB9300;
  outline: 1px solid #EB9300;
  margin-right: 0;
}
.p-lp-mv__btn-list-contact.-wht[class] > *:hover {
  background-color: #FDF4E5;
  transition: all 0.2s ease-in-out;
}
.p-lp-mv__btn-list-contact.-wht > *::before {
  background-image: url(../../images/lp/ico_arr_pri.svg);
}
@media (min-width: 769px) {
  .p-lp-mv__btn-list {
    margin-top: 1.75rem;
  }
}
@media (max-width: 768px) {
  .p-lp-mv__btn-list {
    margin-top: 0rem;
  }
}

.c-cta .p-lp-cta__btn {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .c-cta .p-lp-cta__btn {
    margin-top: 2rem;
  }
}

.c-cta .p-lp-mv__btn-list {
  justify-content: center;
}

@media (min-width: 769px) {
  .p-lp-worry__inner {
    gap: 0 10.81rem;
    display: flex;
    justify-content: space-between;
  }
}
.p-lp-contents .main .p-lp-worry__title[class] {
  color: #EB9300;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 150%;
  justify-content: center;
}
@media (max-width: 768px) {
    .p-lp-contents .main .p-lp-worry__title[class] {
        font-size: calc(3.2rem * 0.8);
    }}

.p-lp-contents .main .p-lp-worry__list {
  margin-top: 2.4rem;
}
.p-lp-contents .main .p-lp-worry__list > * {
  background-color: #F5F5F5;
  padding: 2rem 3.2rem 2rem 5.8rem;
  display: flex;
  font-size: 1.8rem;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
    .p-lp-contents .main .p-lp-worry__list > *{
        font-size: calc(1.8rem * 0.8);
    }}
@media (max-width: 768px) {
    .p-lp-contents .main .p-lp-worry__list > * {
    padding: 1.1rem 1.6rem 1.1rem 3.7rem;
  }
}
.p-lp-contents .main .p-lp-worry__list > * + * {
  margin-top: 1.6rem;
}
@media (min-width: 769px) {
  .p-lp-contents .main .p-lp-worry__list > * + * {
    letter-spacing: 0.02em;
  }}
.p-lp-contents .main .p-lp-worry__list > *::before {
  content: "";
  display: block;
  top: 0;
  left: 3.2rem;
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../images/lp/ico_check.svg);
  background-size: 100%;
  background-color: rgb(245, 245, 245);
  margin-top: 2.6rem;
  margin-right: 0.62rem;
}

@media (max-width: 768px) {
    .p-lp-contents .main .p-lp-worry__list > *::before {

        left: 1.6rem;
        margin-top: 1.4rem;
      }
}
.p-lp-worry__solution {
  text-align: center;
}
@media (max-width: 768px) {
  .p-lp-worry__solution {
    margin-top: 5rem;
  }
}
.p-lp-worry__solution-sab-title {
  font-size: 3.2rem;
  color: #EB9300;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
    .p-lp-worry__solution-sab-title{
        font-size: calc(3.2rem * 0.8);
    }}
.p-lp-worry__solution-sab-title + * {
  margin-top: 0.8rem;
}
.p-lp-worry__solution-title {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-lp-worry__solution-title {
    font-size: calc(3.2rem * 0.8);
  }
}
.p-lp-worry__solution-title + * {
  margin-top: 2.4rem;
}
.p-lp-worry__theme {
  position: relative;
}
.p-lp-worry__theme::before {
  content: "";
  width: 2.4rem;
  height: 4.8rem;
  background-image: url("../../images/lp/img_triangle.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
}
@media (min-width: 769px) {
  .p-lp-worry__theme::before {
    top: 50%;
    right: -11rem;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .p-lp-worry__theme::before {
    width: 1.5rem;
    height: 3rem;
    bottom: -4rem;
    right: calc(50% - 0.75rem);
    transform: translateX(-50%);
    transform: rotate(90deg);
  }
}

.p-lp-reason {
  background-color: #FDF4E5;
  padding: 4.8rem 6rem;
}
@media (max-width: 768px) {
  .p-lp-reason {
    padding: 2.4rem 1.5rem;
  }
}
.p-lp-reason__inner {
  background-color: #fff;
  padding: 4rem 6rem;
}
@media (max-width: 768px) {
  .p-lp-reason__inner {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 1321px) {
  .p-lp-reason__content {
    display: flex;
    gap: 0 2rem;
  }
}
.p-lp-reason__content-img {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 1320px) {
  .p-lp-reason__content-img {
    margin-top: 1.6rem;
    text-align: center;
  }
}
.p-lp-reason__content + * {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .p-lp-reason__content + * {
    margin-top: 24px;
  }
}
.p-lp-reason__img {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 768px) {
  .p-lp-reason__img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 180px;
  }
}
@media (max-width: 768px) {
  .p-lp-reason__comparison {
    display: flex;
    gap: 0 2rem;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .p-lp-reason__comparison-img {
    margin-top: 0.5rem;
  }
}
.p-lp-reason__comparison-item + .p-lp-reason__comparison-item {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .p-lp-reason__comparison-item + .p-lp-reason__comparison-item {
    margin-top: 0;
  }
}

.p-voice__inner {
  display: flex;
  gap: 0 3.6rem;
}
@media (max-width: 768px) {
  .p-voice__inner {
    gap: 0 24px;
    /* align-items: center; */
  }
}
.p-voice__inner + .p-voice__inner {
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
    .p-voice__inner + .p-voice__inner {
      margin-top: 2.8rem;
    }
  }
.p-voice__img-wrap {
  flex-shrink: 0;
  flex-grow: 0;
}
.p-voice__img {
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #FDF4E5;
  width: 12rem;
  height: 12rem;
  border-radius: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .p-voice__img {
    width: 9rem;
    height: 9rem;
  }
}
@media (max-width: 768px) {
  .p-voice__img img{
    width: 80%;
  }
}
.p-voice__imgtitle {
  text-align: center;
  font-family: "Roboto";
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #EB9300;
}

@media (max-width: 768px) {
    .p-voice__imgtitle {
      font-size: calc(1.4rem * 0.8);
    }
  }
.p-voice__imgtitle + * {
  margin-top: 0.64rem;
}
.p-voice__text {
  background-color: #FDF4E5;
  padding: 3.2rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-voice__text {
    padding: 1.25rem;
    /* margin-top: 1.6rem; */
  }
}
.p-voice__text::before {
  content: "";
  width: 1.5rem;
  height: 3rem;
  left: -1.5rem;
  background-image: url("../../images/lp/img_shape.png");
  position: absolute;
}

@media (min-width: 769px) {
  .p-voice__text::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .p-voice__text::before {
    top: 18%;
  }
}
.p-voice__title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #EB9300;
}

@media (max-width: 768px) {
    .p-voice__title {
      font-size: calc(1.4rem * 0.8);
    }
  }
.p-voice__title + * {
  margin-top: 0.8rem;
}
/* .shape {
  width: 2.14019rem;
  height: 1.16225rem;
  background-color: #CC0033;
}

.right {
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}

.left {
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
} */

.p-lp-contents .main h4 {
  border-left: 0.4rem solid #EB9300;
  font-size: 2.4rem;
  padding-left: 1.6rem;
  margin-top: 4.8rem;
}

@media (max-width: 768px) {
    .p-lp-contents .main h4{
      font-size: calc(2.4rem * 0.8);
    }
  }

.p-lp-contents .main h4 + *[class] {
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  h4 + *[class] {
    margin-top: 14px;
  }
}

.p-lp-contents .main .c-headline02 {
  border-left: 0.4rem solid #EB9300;
  font-size: 2.4rem;
  padding-left: 1.6rem;
  font-weight: bold;
}

@media (max-width: 768px) {
    .p-lp-contents .main .c-headline02 {
      font-size: calc(2.4rem * 0.8);
    }
  }

.p-lp-contents .main .c-headline02 + * {
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .c-headline02 + * {
    margin-top: 14px;
  }
}

.p-lp-contents .main h5 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 768px) {
    .p-lp-contents .main h5  {
    font-size: calc(1.8rem * 0.8);
    margin-bottom: 0;
  }
}
.p-lp-contents .main h5  + * {
  margin-top: 1.8rem;
}

.c-cta__inner {
  background-color: #F5F5F5;
  padding: 6.4rem 12rem;
}
@media (max-width: 768px) {
  .c-cta__inner {
    padding: 35px 2rem;
  }
}

.p-lp-reason + .p-lp-reason{
    margin-top: 6.4rem;
}

@media (max-width: 768px) {
    .p-lp-reason + .p-lp-reason{
        margin-top: 3.84rem;
    }
}

/* footer#footer {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  footer#footer {
    margin-top: 70px;
  }
} */

.c-bg-pri {
  background-color: #FDF4E5;
  padding: 3.2rem;
}
@media (max-width: 768px) {
  .c-bg-pri {
    padding: 2rem;
  }
}/*# sourceMappingURL=style.css.map */

.centered-text {
  position: absolute;
  top: 50%;
  left: 68%;
  transform: translate(-30%, -50%);
  text-align: left;
  color: #221814; 
  width: 40%;
  z-index:99;
}

.centered-text p{
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 150%;
  text-decoration: none;
}

@media (max-width: 1080px) {
  .centered-text p{
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 150%;
    text-decoration: none;
  }

}

@media (max-width: 768px) {
  .centered-text {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: left;
    color: #221814;
    width: 80%;
  }

    .centered-text p{
      font-size: 1.8rem;
    }

    .text-rankings p{
      font-size: 1.3rem;
      line-height: 130%;
    }
  }


@media (max-width: 768px) {
  .u-hidden-sp{
    display: none
  }
}

@media (min-width: 769px) {
.p-lp-mv__text {
  max-width: 565px;
  margin-left: 50px;
}
}

.text-rankings p{
  font-size: 1.5rem;
  line-height: 130%;
  font-weight: normal;
  text-decoration: none;
  margin-top: 5px;

}

html:not(.sp) .main .text-rankings a:hover {
  color: #EB9300;
  }