@charset "UTF-8";
/* -----------------------------------------------
* 変数
-------------------------------------------------- */
/* -----------------------------------------------
* topセクション
-------------------------------------------------- */
.top .container {
  position: relative;
}
.top .mv__button {
  position: absolute;
  bottom: 70px;
  right: 10px;
}
.top .mv__button .mv__button-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 30px 0;
  width: 450px;
  border: 2px solid #fff;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.top .mv__button .mv__button-item a img {
  width: 25px;
  height: 25px;
}
.top .mv__button .mv__button-item.form {
  margin-bottom: 10px;
}
.top .mv__button .mv__button-item.form a {
  background-color: #FF3607;
}
.top .mv__button .mv__button-item.line a {
  background-color: #55CB38;
}
/* -----------------------------------------------
* 共通
-------------------------------------------------- */
.lp {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  padding-top: 150px;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .lp {
    padding-top: 60px;
  }
}
.lp-inner {
  width: 650px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lp-inner {
    width: 100%;
  }
}

.lp-outer {
  width: 1040px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .lp-outer {
    width: 95%;
  }
}

.tab-show {
  display: none;
}
@media (max-width: 1199px) {
  .tab-show {
    display: block;
  }
}

@media (max-width: 1199px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 505px) {
  .sp-show {
    display: block;
  }
}

@media (max-width: 505px) {
  .sp-hide {
    display: none;
  }
}

/* -----------------------------------------------
* ボタン
-------------------------------------------------- */
.lp-button {
  display: inline-block;
  min-width: 240px;
  color: #fff !important;
  font-size: 22px;
  line-height: 1.5;
  padding: 18px 32px;
  border-radius: 70px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.lp-button:hover {
  opacity: 0.75;
}
@media (max-width: 767px) {
  .lp-button {
    display: block;
    min-width: auto;
    max-width: 288px;
    font-size: 16px;
    margin: 0 auto;
  }
}

.lp-button--web {
  background-color: #FF3507;
}
.lp-button--web span {
  display: inline-block;
  padding-left: 34px;
  position: relative;
}
.lp-button--web span:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  content: "";
  width: 24px;
  height: 22px;
  background: center/contain no-repeat url(../images/lp/icon_web.svg);
  margin-right: 10px;
}
@media (max-width: 767px) {
  .lp-button--web span {
    padding-left: 26px;
  }
  .lp-button--web span:before {
    top: 3px;
    width: 20px;
    height: 18px;
  }
}

.lp-button--line {
  background-color: #55CB38;
}
.lp-button--line span {
  display: inline-block;
  padding-left: 34px;
  position: relative;
}
.lp-button--line span:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: center/contain no-repeat url(../images/lp/icon_line.svg);
  margin-right: 10px;
}
@media (max-width: 767px) {
  .lp-button--line span {
    padding-left: 26px;
  }
  .lp-button--line span:before {
    top: 3px;
    width: 20px;
    height: 18px;
  }
}

/* -----------------------------------------------
* CTA
-------------------------------------------------- */
.lp-cta {
  width: 100%;
  background-color: #fff;
  padding: 30px 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-cta {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 30px 20px;
  }
}

.lp-cta__text {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .lp-cta__text {
    font-size: 18px;
  }
}

.lp-cta__tel {
  display: inline-block;
  color: #000;
  font-family: Impact, sans-serif;
  font-size: 56px;
  line-height: 1.5;
  pointer-events: none;
}
.lp-cta__tel:before {
  display: inline-block;
  content: "";
  width: 42px;
  height: 42px;
  background: center/contain no-repeat url(../images/lp/icon_tel.svg);
}
@media (max-width: 767px) {
  .lp-cta__tel {
    font-size: 30px;
    pointer-events: auto;
  }
  .lp-cta__tel:before {
    width: 24px;
    height: 24px;
  }
}

.lp-cta__time {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}

.lp-cta__buttons {
  margin-top: 20px;
}
.lp-cta__buttons .lp-button:first-of-type {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .lp-cta__buttons .lp-button:first-of-type {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .lp-cta__buttons .lp-button:not(:first-of-type) {
    margin-top: 15px;
  }
}

/* -----------------------------------------------
* メインビジュアル
-------------------------------------------------- */
.lp-mv {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5))), center/cover no-repeat url(../images/lp/mv.jpg);
  background: linear-gradient(rgba(255, 255, 255, 0.5)), center/cover no-repeat url(../images/lp/mv.jpg);
  text-align: center;
}
@media (max-width: 1199px) {
  .lp-mv {
    background-color: #FFEE00;
    background-image: none;
    padding: 0 2.5%;
  }
}

.lp-mv__content {
  width: 1200px;
  background: #fff;
  margin: 0 auto;
  padding: 40px 2.5% 0;
}
@media (max-width: 1199px) {
  .lp-mv__content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lp-mv__content {
    width: 100%;
  }
}

.lp-mv__title {
  font-size: 50px;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .lp-mv__title {
    font-size: 22px;
  }
}

.lp-mv__subtitle {
  font-size: 21px;
  line-height: 1.5;
}
.lp-mv__subtitle .marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFEE00));
  background: linear-gradient(transparent 50%, #FFEE00 50%);
}
@media (max-width: 767px) {
  .lp-mv__subtitle {
    font-size: 20px;
  }
}

.lp-mv__lp-cta {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .lp-mv__lp-cta {
    background-color: #fff;
  }
}

/* -----------------------------------------------
* メインビジュアル下
-------------------------------------------------- */
.lp-catch__title {
  font-size: 44px;
  line-height: 1.5;
  text-align: center;
}
.lp-catch__title:not(:first-of-type) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .lp-catch__title {
    font-size: 24px;
  }
  .lp-catch__title:not(:first-of-type) {
    margin-top: 30px;
  }
}

.lp-catch__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
.lp-catch__subtitle:before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #000;
  margin-right: 12px;
}
.lp-catch__subtitle:after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #000;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .lp-catch__subtitle {
    font-size: 18px;
  }
}

.lp-catch__text {
  font-family: Yu Gothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 20px;
}
.lp-catch__text a {
  color: #000;
  text-decoration: underline;
}
.lp-catch__text a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .lp-catch__text {
    font-size: 16px;
    margin-top: 14px;
  }
}

.lp-catch__image {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .lp-catch__image {
    display: none;
  }
}

.lp-catch__image_sp {
  display: none;
}
@media (max-width: 767px) {
  .lp-catch__image_sp {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}

/* -----------------------------------------------
* ページ中間のCTA
-------------------------------------------------- */
.lp-middle {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3))), center/cover no-repeat url(../images/lp/cta.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.3)), center/cover no-repeat url(../images/lp/cta.jpg);
  padding: 40px 0 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-middle {
    padding: 20px 0;
  }
}

.lp-middle__inner {
  width: 650px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lp-middle__inner {
    width: 95%;
  }
}

.lp-middle__title {
  display: inline;
  color: #fff;
  font-size: 44px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 3px solid #fff;
}
@media (max-width: 767px) {
  .lp-middle__title {
    font-size: 20px;
  }
}

.lp-middle__lp-cta {
  margin-top: 20px;
}

/* -----------------------------------------------
* ページ最下部のCTA
-------------------------------------------------- */
.lp-bottom {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3))), center/cover no-repeat url(../images/lp/cta.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.3)), center/cover no-repeat url(../images/lp/cta.jpg);
  padding: 40px 0 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-bottom {
    background-position: 60% 50%;
  }
}

.lp-bottom__inner {
  width: 650px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lp-bottom__inner {
    width: 95%;
  }
}

.lp-bottom__title {
  display: inline;
  color: #fff;
  font-size: 44px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 3px solid #fff;
}
@media (max-width: 767px) {
  .lp-bottom__title {
    font-size: 20px;
  }
}

.lp-bottom__text {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .lp-bottom__text {
    font-size: 14px;
  }
}

.lp-bottom__lp-cta {
  margin-top: 20px;
}

/* -----------------------------------------------
* 大量の品物を高価買取できる3つの理由
-------------------------------------------------- */
.lp-reason {
  margin-top: 60px;
}

.lp-reason__title {
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
}
.lp-reason__title .large-text {
  font-size: 72px;
}
@media (max-width: 767px) {
  .lp-reason__title {
    font-size: 24px;
  }
  .lp-reason__title .large-text {
    font-size: 48px;
  }
}

.lp-reason__marker {
  text-align: center;
  margin-top: 0;
}
.lp-reason__marker .lp-reason__title {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #FFC400));
  background: linear-gradient(transparent 65%, #FFC400 35%);
}
.lp-reason__marker .lp-reason__subtitle {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .lp-reason__marker {
    margin-top: 0;
  }
}

.lp-reason__subtitle {
  font-family: Yu Gothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-reason__subtitle {
    font-size: 16px;
  }
}

.lp-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .lp-reason__list {
    margin-top: 55px;
  }
}

.lp-reason__item {
  width: calc(33.3% - 30.6666666667px);
}
.lp-reason__item:not(:nth-of-type(3n)) {
  margin-right: 46px;
}
.lp-reason__item:nth-of-type(n + 4) {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .lp-reason__item {
    width: 100%;
  }
  .lp-reason__item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .lp-reason__item:not(:first-of-type) {
    margin-top: 55px;
  }
}

.lp-reason__image {
  position: relative;
}
.lp-reason__image img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.lp-reason__label {
  display: inline-block;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #FFEE00;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding-top: 10px;
}
.lp-reason__label .large-text {
  display: inline-block;
  font-family: Impact, sans-serif;
  font-size: 32px;
  margin-top: 4px;
}

.lp-reason__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .lp-reason__heading {
    height: auto;
  }
}

.lp-reason__text {
  font-family: Yu Gothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .lp-reason__text {
    font-size: 16px;
  }
}

/* -----------------------------------------------
* 下記のようなことはありませんのでご安心ください
-------------------------------------------------- */
.lp-note {
  background-color: #FFEE00;
  text-align: center;
  padding: 24px 36px 32px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .lp-note {
    padding: 20px;
  }
}

.lp-note__title {
  display: inline;
  font-size: 24px;
  line-height: 1.8;
  border-bottom: 4px solid #000;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .lp-note__title {
    font-size: 18px;
  }
}

.lp-note__list {
  margin-top: 24px;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .lp-note__list {
    padding-left: 0;
    margin-top: 18px;
  }
}

.lp-note__item {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
  margin-left: 1em;
  text-indent: -1em;
}
.lp-note__item:before {
  content: "・";
}
.lp-note__item:not(:first-of-type) {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .lp-note__item {
    font-size: 14px;
  }
  .lp-note__item:not(:first-of-type) {
    margin-top: 10px;
  }
}

/* -----------------------------------------------
* 査定
-------------------------------------------------- */
.lp-assessment__title {
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-assessment__title {
    font-size: 24px;
  }
}

.lp-assessment__text {
  font-family: Yu Gothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .lp-assessment__text {
    font-size: 16px;
    margin-top: 14px;
  }
}

.lp-assessment__box-title {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .lp-assessment__box-title {
    margin-top: 30px;
  }
}

.lp-assessment__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 60px;
}
.lp-assessment__heading:before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #000;
  margin-right: 12px;
}
.lp-assessment__heading:after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #000;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .lp-assessment__heading {
    margin-top: 30px;
  }
}

.lp-assessment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .lp-assessment__list {
    margin-top: 16px;
  }
}

.lp-assessment__listitem {
  width: calc(50% - 10px);
  background-color: #FFEE00;
  padding: 32px 24px 32px 24px;
  line-height: 1.5;
}
.lp-assessment__listitem span {
  display: inline-block;
  font-size: 24px;
  padding-left: 48px;
  position: relative;
}
.lp-assessment__listitem span:before {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 38px;
  height: 36px;
  margin-right: 10px;
}
.lp-assessment__listitem:nth-of-type(n + 3) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .lp-assessment__listitem {
    width: 100%;
  }
  .lp-assessment__listitem span {
    font-size: 18px;
    padding-left: 36px;
  }
  .lp-assessment__listitem span:before {
    content: "";
    width: 28px;
    height: 26px;
    margin-right: 10px;
  }
  .lp-assessment__listitem:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

.lp-assessment__listitem--name span:before {
  background: center/contain no-repeat url(../images/lp/icon_name.svg);
}

.lp-assessment__listitem--tel span:before {
  background: center/contain no-repeat url(../images/lp/icon_tel.svg);
}

.lp-assessment__listitem--address span:before {
  background: center/contain no-repeat url(../images/lp/icon_address.svg);
}

.lp-assessment__listitem--summary {
  padding: 32px 20px 32px 20px;
  position: relative;
}

.lp-assessment__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}

.lp-assessment__flowitem {
  width: calc(33.3% - 30.6666666667px);
}
.lp-assessment__flowitem:not(:last-of-type) {
  position: relative;
}
.lp-assessment__flowitem:not(:last-of-type):before {
  position: absolute;
  bottom: 50%;
  right: -36px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 22px;
  border-color: transparent transparent transparent #000;
}
@media (max-width: 767px) {
  .lp-assessment__flowitem {
    width: 100%;
  }
  .lp-assessment__flowitem:not(:first-of-type) {
    margin-top: 46px;
  }
  .lp-assessment__flowitem:not(:last-of-type):before {
    bottom: -36px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    border-width: 22px 35px 0 35px;
    border-color: #000 transparent transparent transparent;
  }
}

.lp-assessment__image img {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.lp-assessment__body {
  min-height: 130px;
  background-color: #FFEE00;
  padding: 18px;
  border-radius: 0 0 10px 10px;
}
.lp-assessment__body p {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .lp-assessment__body p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .lp-assessment__body {
    min-height: auto;
  }
}

.lp-assessment__button {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .lp-assessment__button {
    margin-top: 30px;
  }
}

/* -----------------------------------------------
* 買取の流れ
-------------------------------------------------- */
.lp-flow {
  background-color: #FFEE00;
  padding: 70px 0 110px;
}
@media (max-width: 767px) {
  .lp-flow {
    padding: 40px 0 60px;
  }
}

.lp-flow__title {
  font-size: 44px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-flow__title {
    font-size: 24px;
  }
}

.lp-flow__list {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .lp-flow__list {
    margin-top: 30px;
  }
}

.lp-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 20px;
}
.lp-flow__item:not(:first-of-type) {
  margin-top: 60px;
}
.lp-flow__item:not(:last-of-type) {
  position: relative;
}
.lp-flow__item:not(:last-of-type):before {
  position: absolute;
  bottom: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 35px 0 35px;
  border-color: #000 transparent transparent transparent;
}
@media (max-width: 767px) {
  .lp-flow__item {
    padding: 15px 15px 20px;
  }
}

.lp-flow__image {
  width: 255px;
}
.lp-flow__image img {
  width: 100%;
}
@media (max-width: 767px) {
  .lp-flow__image {
    width: 100%;
  }
}

.lp-flow__content {
  width: calc(100% - 255px - 20px);
}
@media (max-width: 767px) {
  .lp-flow__content {
    width: 100%;
    padding-top: 10px;
  }
}

.lp-flow__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .lp-flow__header {
    -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: flex-start;
    padding-bottom: 6px;
  }
}

.lp-flow__label {
  display: inline-block;
  background-color: #FF3507;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  padding: 0 18px;
  border-radius: 6px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .lp-flow__label {
    font-size: 18px;
    padding: 0 12px;
  }
}

.lp-flow__heading {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .lp-flow__heading {
    font-size: 18px;
    margin-top: 6px;
  }
}

.lp-flow__text {
  font-family: Yu Gothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .lp-flow__text {
    font-size: 16px;
    margin-top: 14px;
  }
}

/* -----------------------------------------------
* 近隣の方々の声
-------------------------------------------------- */
.lp-voice {
  background-color: #fff;
  padding: 90px 0 100px;
}
@media (max-width: 767px) {
  .lp-voice {
    padding: 40px 0 60px;
  }
}

.lp-voice__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 44px;
  line-height: 1.5;
  text-align: center;
}
.lp-voice__title:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 60px;
  background: center/contain no-repeat url(../images/lp/echo.svg);
  margin-right: 25px;
}
.lp-voice__title:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 60px;
  background: center/contain no-repeat url(../images/lp/echo.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-left: 25px;
}
@media (max-width: 767px) {
  .lp-voice__title {
    font-size: 24px;
  }
  .lp-voice__title:before {
    width: 20px;
    height: 40px;
    margin-right: 15px;
  }
  .lp-voice__title:after {
    content: "";
    width: 20px;
    height: 40px;
    margin-left: 15px;
  }
}

.lp-voice__list {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .lp-voice__list {
    margin-top: 30px;
  }
}

.lp-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-voice__item:not(:first-of-type) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .lp-voice__item:not(:first-of-type) {
    margin-top: 30px;
  }
}

.lp-voice__image {
  width: 195px;
}
.lp-voice__image img {
  width: 100%;
}
@media (max-width: 767px) {
  .lp-voice__image {
    width: 100%;
    padding: 0 100px;
  }
}

.lp-voice__content {
  width: calc(100% - 195px - 60px);
  background-color: #FFEE00;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}
.lp-voice__content:before {
  position: absolute;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 22px 12px 0;
  border-color: transparent #FFEE00 transparent transparent;
}
@media (max-width: 767px) {
  .lp-voice__content {
    width: 100%;
    margin-top: 30px;
  }
  .lp-voice__content:before {
    position: absolute;
    top: -22px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 0 12px 22px 12px;
    border-color: transparent transparent #FFEE00 transparent;
  }
}

.lp-voice__heading {
  font-size: 24px;
  line-height: 1.5;
}

.lp-voice__text {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .lp-voice__text {
    font-size: 16px;
  }
}

.lp-voice__button {
  text-align: center;
  margin-top: 60px;
}
.lp-voice__button a {
  display: inline-block;
  color: #000;
  font-size: 24px;
  line-height: 1.5;
  border: 5px solid #000;
  padding: 18px 40px;
}
@media (max-width: 767px) {
  .lp-voice__button {
    margin-top: 30px;
  }
  .lp-voice__button a {
    font-size: 16px;
    padding: 12px 30px;
  }
}

/* -----------------------------------------------
* エリア情報
-------------------------------------------------- */
.lp-area {
  background-color: #FFEE00;
  padding: 60px 80px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .lp-area {
    padding: 30px 20px;
  }
}

.lp-area__title {
  font-size: 36px;
  line-height: 1.5;
}
.lp-area__title:not(:first-of-type) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .lp-area__title {
    font-size: 24px;
  }
  .lp-area__title:not(:first-of-type) {
    margin-top: 20px;
  }
}

.lp-area__text {
  font-family: Yu Gothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .lp-area__text {
    font-size: 16px;
    margin-top: 14px;
  }
}

/* -----------------------------------------------
* お客様からいただいたご質問
-------------------------------------------------- */
.lp-faq {
  background-color: #fff;
  padding: 70px 0 100px;
}

.lp-faq__title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-faq__title {
    font-size: 24px;
  }
}

.lp-faq__list {
  margin-top: 40px;
}

.lp-faq__item {
  border: 3px solid #FF3507;
  border-radius: 10px;
}
.lp-faq__item:not(:first-of-type) {
  margin-top: 20px;
}

.lp-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FF3507;
  color: #fff;
  padding: 15px 20px;
  cursor: pointer;
}
.lp-faq__question .lp-faq__label {
  background-color: #fff;
  color: #FF3507;
}
.lp-faq__question.active .lp-faq__heading:after {
  background: center/contain no-repeat url(../images/lp/arrow_close.svg);
}
@media (max-width: 767px) {
  .lp-faq__question {
    padding: 10px;
  }
}

.lp-faq__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 1;
  border-radius: 30px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .lp-faq__label {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-right: 10px;
  }
}

.lp-faq__heading {
  width: calc(100% - 80px);
  font-size: 24px;
  line-height: 1.8;
  padding-right: 40px;
  position: relative;
}
.lp-faq__heading:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 28px;
  height: 17px;
  background: center/contain no-repeat url(../images/lp/arrow_open.svg);
}
@media (max-width: 767px) {
  .lp-faq__heading {
    width: calc(100% - 50px);
    font-size: 18px;
    padding-right: 25px;
  }
  .lp-faq__heading:after {
    width: 20px;
    height: 12px;
  }
}

.lp-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
}
.lp-faq__answer .lp-faq__label {
  background-color: #FF3507;
  color: #fff;
}
@media (max-width: 767px) {
  .lp-faq__answer {
    padding: 10px;
  }
}

.lp-faq__text {
  width: calc(100% - 80px);
  font-family: Yu Gothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .lp-faq__text {
    width: calc(100% - 50px);
    font-size: 16px;
  }
}

/* -----------------------------------------------
* intro1セクション
-------------------------------------------------- */
.intro1 {
  text-align: center;
  padding: 40px 20px;
  background-color: #fff;
  margin-bottom: 0px;
}
.intro1 p {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  margin: 0;
}
.intro1 p .text-red {
  color: #FF2119;
  font-weight: bold;
}
.intro1 p .text-yellow {
  color: #C39D0D;
  font-weight: bold;
}
@media (max-width: 767px) {
  .intro1 {
    padding: 30px 15px;
  }
  .intro1 p {
    font-size: 28px;
  }
}
@media (max-width: 505px) {
  .intro1 {
    padding: 25px 10px;
  }
  .intro1 p {
    font-size: 24px;
  }
}

/* -----------------------------------------------
* intro2セクション
-------------------------------------------------- */
.intro2 {
  text-align: center;
  margin-bottom: 40px;
}
.intro2 p {
  background-color: #FF3507;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 20px 40px;
  margin: 0 0 10px 0;
  line-height: 1.4;
  display: inline-block;
}
.intro2 p:first-child {
  margin-bottom: 10px;
}
.intro2 p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .intro2 p {
    font-size: 24px;
    padding: 15px 20px;
  }
}
@media (max-width: 505px) {
  .intro2 p {
    font-size: 20px;
    padding: 12px 15px;
  }
}

/* -----------------------------------------------
* icon-textセクション
-------------------------------------------------- */
.icon-text {
  margin: 80px auto 0;
  max-width: 750px;
}
.icon-text .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #555;
}
.icon-text .item:last-child {
  margin-bottom: 0;
}
.icon-text .item .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
.icon-text .item .image img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.icon-text .item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.icon-text .item .text p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
  margin: 0;
}
@media (max-width: 767px) {
  .icon-text {
    margin: 40px 0;
  }
  .icon-text .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .icon-text .item .image {
    margin-right: 0;
    margin-bottom: 20px;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .icon-text .item .image img {
    width: 100px;
    height: 100px;
  }
  .icon-text .item .text p {
    font-size: 18px;
  }
}
@media (max-width: 505px) {
  .icon-text .item .image img {
    width: 80px;
    height: 80px;
  }
  .icon-text .item .text p {
    font-size: 16px;
  }
}

/* -----------------------------------------------
* icon-text-resolveセクション
-------------------------------------------------- */
.icon-text-resolve {
  padding: 60px 0 0;
  margin: 60px 0 40px;
}
.icon-text-resolve__intro {
  text-align: center;
  margin-bottom: 40px;
}
.icon-text-resolve__intro img {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}
.icon-text-resolve__intro p {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  background: linear-gradient(92deg, var(--primary, #FE0) 8.28%, #FEC700 50.89%, var(--primary, #FE0) 93.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (max-width: 767px) {
  .icon-text-resolve__intro p {
    background: #FEC700;
    -webkit-background-clip: text;
            background-clip: text;
  }
}
.icon-text-resolve__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
.icon-text-resolve__image img {
  width: calc(50% - 20px);
  max-width: 100%;
  height: auto;
}
.icon-text-resolve__text {
  font-family: Yu Gothic, sans-serif;
}
.icon-text-resolve__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  color: #333;
  text-align: center;
  margin: 0 0 20px 0;
}
.icon-text-resolve__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .icon-text-resolve__text p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .icon-text-resolve {
    padding: 40px 20px;
    margin: 40px 0;
  }
  .icon-text-resolve__intro {
    margin-bottom: 30px;
  }
  .icon-text-resolve__intro img {
    width: 120px;
    margin-bottom: 15px;
  }
  .icon-text-resolve__intro p {
    font-size: 22px;
  }
  .icon-text-resolve__image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }
  .icon-text-resolve__image img {
    width: 100%;
    max-width: none;
  }
  .icon-text-resolve__text p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 505px) {
  .icon-text-resolve {
    padding: 30px 15px;
  }
  .icon-text-resolve__intro img {
    width: 100px;
  }
  .icon-text-resolve__intro p {
    font-size: 20px;
  }
  .icon-text-resolve__text p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .box-title-icon img, .news-title-icon img {
    width: 45px !important;
  }
}

@media (max-width: 767px) {
  .box-title {
    font-size: 22px !important;
  }
  .box-title p {
    line-height: 1.6 !important;
  }
}

/* -----------------------------------------------
* icon-text2セクション
-------------------------------------------------- */
.icon-text2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 30px 0 90px;
}
.icon-text2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  overflow: hidden;
}
.icon-text2 .item .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  padding: 40px 20px 30px;
}
.icon-text2 .item .image img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
.icon-text2 .item .image p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  margin: 0;
}
.icon-text2 .item .image p .text-red {
  color: #FF3507;
}
@media (max-width: 767px) {
  .icon-text2 .item .image p .text-red {
    font-size: 22px;
  }
}
.icon-text2 .item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-text2 .item .text p {
  font-family: Yu Gothic, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #555;
  margin: 0;
}
@media (max-width: 1199px) {
  .icon-text2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 50px 0;
  }
  .icon-text2 .item .image {
    padding: 30px 15px 25px;
  }
  .icon-text2 .item .image img {
    width: 100px;
    height: 100px;
  }
  .icon-text2 .item .image p {
    font-size: 16px;
  }
  .icon-text2 .item .text {
    padding: 25px 20px;
  }
  .icon-text2 .item .text p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .icon-text2 {
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 40px 0;
  }
  .icon-text2 .item .image {
    padding: 25px 15px 20px;
  }
  .icon-text2 .item .image img {
    width: 80px;
    height: 80px;
  }
  .icon-text2 .item .image p {
    font-size: 15px;
  }
  .icon-text2 .item .text {
    padding: 20px 15px;
  }
  .icon-text2 .item .text p {
    font-size: 14px;
  }
}

/* -----------------------------------------------
* section.companyセクション
-------------------------------------------------- */
.section.company .company-list {
  max-width: 1000px;
  margin: 40px auto 60px;
  overflow: hidden;
}
.section.company .company-list table {
  width: 100%;
  border-collapse: collapse;
  border: none !important;
}
.section.company .company-list table tr {
  border-bottom: 1px solid #aaa;
}
.section.company .company-list table th {
  background-color: transparent;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding: 25px 30px;
  text-align: left;
  vertical-align: top;
  width: 200px;
  border: none !important;
}
.section.company .company-list table td {
  font-family: Yu Gothic, sans-serif;
  font-size: 16px;
  color: #555;
  padding: 25px 30px;
  vertical-align: top;
  line-height: 1.6;
  border: none !important;
}
@media (max-width: 767px) {
  .section.company {
    padding: 40px 0;
  }
  .section.company .box-title {
    margin-bottom: 30px;
  }
  .section.company .box-title .box-title-icon {
    width: 50px;
    height: 50px;
    padding: 12px;
    margin-bottom: 15px;
  }
  .section.company .box-title p {
    font-size: 22px;
    padding: 12px 25px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section.company .box-title p {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .section.company .box-title p:before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .section.company .company-list {
    margin: 0 15px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section.company .company-list {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section.company .company-list table th {
    font-size: 14px;
    padding: 20px 15px;
    width: 120px;
    border: none !important;
  }
  .section.company .company-list table td {
    font-size: 14px;
    padding: 20px 15px;
    border: none !important;
  }
}
@media (max-width: 505px) {
  .section.company .company-list table th, .section.company .company-list table td {
    display: block;
    width: 100%;
    border: none !important;
  }
  .section.company .company-list table th {
    background-color: #333;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0 !important;
  }
  .section.company .company-list table td {
    padding: 15px;
    border-bottom: 2px solid #f0f0f0 !important;
  }
  .section.company .company-list table td:last-child {
    border-bottom: 1px solid #e0e0e0 !important;
  }
  .section.company .company-list table tr {
    border-bottom: none;
  }
}

/* -----------------------------------------------
* section.faqセクション
-------------------------------------------------- */
.section.faq .faq-list {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}
.section.faq .faq-item {
  background-color: #fff;
  margin-bottom: 15px;
  margin-top: 1%;
  overflow: hidden;
}
.section.faq .faq-item:last-child {
  margin-bottom: 0;
}
.section.faq .faq-item-title {
  position: relative;
  padding: 25px 80px 25px 100px;
  background-color: #fff;
  border-bottom: 1px solid #aaa;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.section.faq .faq-item-title:hover {
  background-color: #f8f8f8;
}
.section.faq .faq-item-title:before {
  content: "Q";
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: bold;
}
.section.faq .faq-item-title:after {
  content: "▶";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: #666;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.section.faq .faq-item-title.active:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.section.faq .faq-item-title p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
.section.faq .faq-item-content {
  display: none;
  padding: 25px 100px;
  background-color: #fff;
}
.section.faq .faq-item-content.active {
  display: block;
}
.section.faq .faq-item-content p {
  font-family: Yu Gothic, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0;
}
@media (max-width: 767px) {
  .section.faq {
    padding: 40px 0;
  }
  .section.faq .faq-list {
    margin: 0 15px;
  }
  .section.faq .faq-item-title {
    padding: 20px 60px 20px 80px;
  }
  .section.faq .faq-item-title:before {
    left: 20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .section.faq .faq-item-title:after {
    right: 20px;
    font-size: 16px;
  }
  .section.faq .faq-item-title p {
    font-size: 16px;
  }
  .section.faq .faq-item-content {
    padding: 20px 80px;
  }
  .section.faq .faq-item-content p {
    font-size: 14px;
  }
}
@media (max-width: 505px) {
  .section.faq .faq-item-title {
    padding: 15px 50px 15px 70px;
  }
  .section.faq .faq-item-title:before {
    left: 15px;
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
  .section.faq .faq-item-title:after {
    right: 15px;
    font-size: 14px;
  }
  .section.faq .faq-item-title p {
    font-size: 14px;
  }
  .section.faq .faq-item-content {
    padding: 15px 70px;
  }
  .section.faq .faq-item-content p {
    font-size: 13px;
  }
}
@media (max-width: 505px) and (max-width: 767px) {
  .section.faq .faq-item-content {
    padding: 15px 0px 15px 0px;
  }
}

/* -----------------------------------------------
* area-listセクション
-------------------------------------------------- */
.area-list .area-list-item .area-title {
  line-height: 1.6;
}
.area-list .area-list-item .area-wrapper .area-text-wrapper {
  width: calc(100% - 250px);
}
.area-list .area-list-item .area-wrapper .area-text-wrapper .area-text a.button {
  color: #fff;
  background-color: #000;
  padding: 15px 20px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
}
.area-list .area-list-item .area-wrapper .area-text-wrapper .area-text a.button span {
  font-size: 22px;
}
.area-list .area-list-item .area-wrapper .area-image {
  width: 250px;
}
@media (max-width: 767px) {
  .area-list .area-list-item .area-wrapper .area-text-wrapper {
    width: 100%;
  }
  .area-list .area-list-item .area-wrapper .area-text-wrapper .area-text a.button {
    width: 100%;
  }
  .area-list .area-list-item .area-wrapper .area-text-wrapper .area-text a.button span {
    font-size: 20px;
  }
  .area-list .area-list-item .area-wrapper .area-image {
    width: 100%;
  }
}
/* -----------------------------------------------
* boxes.serviceセクション
-------------------------------------------------- */
.boxes.service .box-small {
  width: 24%;
}
.boxes.service .box-small .text-medium {
  font-size: 18px;
  min-height: 40px;
}
.boxes.service .box-small .box-small-text {
  font-family: Yu Gothic, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .boxes.service .box-small {
    width: 100%;
  }
  .boxes.service .box-small .text-medium {
    min-height: 0;
    line-height: 1.4;
  }
}
.box-title.yellow {
  background-color: #FFC400;
}

.pc-none {
  display: none;
}

.sp_none {
  display: block;
}

@media (max-width: 767px) {
  .pc-none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}
br.sp {
  display: none;
}
@media (max-width: 767px) {
  br.sp {
    display: block;
  }
}

br.pc {
  display: block;
}
@media (max-width: 767px) {
  br.pc {
    display: none;
  }
}

.section.works .customer div img {
  max-width: none;
  max-height: none;
  width: 30%;
  height: auto;
}
@media (max-width: 767px) {
  .section.works .customer div img {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .section.works .image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .section.works .md_text-left {
    text-align: left;
  }
}

.intro__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .intro__point {
    margin-bottom: 15px;
  }
}
.intro__point .intro__point-item {
  text-align: center;
}
.intro__point .intro__point-item p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #55CB38;
  padding: 10px 40px;
  color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .intro__point .intro__point-item p {
    font-size: 17px;
    padding-left: 50px;
    display: block;
  }
}
.intro__point .intro__point-item p::before {
  content: "";
  background-image: url("../../images/newlp/icon-faq.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .sp-font-pick {
    width: calc(100% + 30px) !important;
    position: relative !important;
    left: -15px !important;
    font-size: 16.5px !important;
  }
}

.works-table {
  text-align: center;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 767px) {
  .works-table {
    width: 100%;
  }
}
.works-table th, .works-table td {
  border: none;
  border-bottom: 1px solid #aaa;
  padding: 15px;
  font-weight: bold;
}
.works-table th {
  width: 200px;
}
@media (max-width: 767px) {
  .works-table th {
    width: 50%;
  }
}
.works-table th.text-red {
  color: #FF3507;
}
.works-table td {
  width: 350px;
}
@media (max-width: 767px) {
  .works-table td {
    width: 50%;
  }
}
.works-table td.text-red {
  color: #FF3507;
}