@charset "utf-8";


/* header */
.header {
  position: fixed;
  width: 100%;
  height: fit-content;
  top: 0;
  left: 0;
  background-color: #ffff00;
  z-index: 999;
}

.header-wrap {
  position: relative;
  height: min(5.8vw, 7em);
  padding: 0.75em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(95vw, 113.75rem);
  margin: 0 auto;
}

.header__logo {
  width: min(23.3vw, 28em);
}

.header__right {
  display: flex;
  gap: 1.5em;
}

.header__num {
  width: fit-content;
}

.header__num__top {
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
}

.header__num__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4em;
}

.header__num__bottom-jp {
  text-align: center;
  line-height: 1.3;
}

.header__num__top__triangle {
  width: 0.4em;
}

.header__num__bottom-number {
  line-height: 1;
}

.header__form {
  width: 20em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1080px) {
  .header {
    background-color: rgba(0, 0, 0, 0);
  }

  .header-wrap {
    width: 100%;
    padding: 0;
    align-items: baseline;
    position: relative;
  }

  .header__top {
    width: 100%;
    background-color: #ffff00;
    padding: 0.92em 0.7em;
  }

  .header__logo {
    width: 12.8em;
  }

  .header__right {
    right: .7em;
    top: 1em;
    flex-direction: column-reverse;
    position: absolute;
    gap: .6em;
  }

  .header__form {
    width: 11.42em;
    padding: .2em 0;
  }

  .header__num {
    width: 11.42em;
    padding: .0em .3em;
    background-color: #fff;
  }

  .header__num__top {
    margin-bottom: 0;
  }

  .header__num__bottom {
    flex-direction: column;
    align-items: first baseline;
    justify-content: center;
    gap: 0;
  }

  .header__num__top__triangle {
    display: none;
  }
}


/* FV */
.fv {}

.fv-wrap {
  height: 50.5vw;
}

.fv__logo {
  width: min(49vw, 59em);
  top: 3.75em;
  left: 5.6em;
}

.fv__copy {
  width: min(19vw, 23.25em);
  top: 9.25em;
  right: min(11.18em, 9.3vw);
}

.fv__help {
  width: min(39vw, 47em);
  bottom: 1em;
  right: min(1.4vw, 1.75em);
}

.fv__txt {
  bottom: 1em;
  left: min(13.9vw, 16.68em);
}

.fv__txt__title {
  letter-spacing: 0.2em;
  padding-bottom: 10.5em;
}

.fv__txt__desc {
  width: fit-content;
  padding: 1em;
  border: solid 1px rgba(255, 255, 0, .4);
}

.fv__txt__desc-title {
  letter-spacing: 0.08em;
  line-height: 1.86;
  padding-bottom: .4em;
}

.fv__txt__desc-desc {
  max-width: 38.75em;
  letter-spacing: 0.02em;
  line-height: 1.94;
  text-align: justify;
}

@media (max-width: 1080px) {
  .fv-wrap {
    height: min(208vw, 55.85em)
  }

  .fv__logo {
    width: min(53vw, 14.28em);
    top: 2.7em;
    left: 0;
  }

  .fv__copy {
    width: 12.5em;
    top: 8.2em;
    right: 6em;
  }

  .fv__help {
    display: none;
  }

  .fv__txt {
    bottom: 4.28rem;
    left: 1.85em;
  }

  .fv__txt__title {
    letter-spacing: 0.2em;
    padding-bottom: 4em;
    line-height: 2;
  }

  .fv__txt__desc {
    width: 21.85em;
    padding: .8em 0 .8em 0;
    border-top: solid 1px rgba(255, 255, 0, .8);
    border-bottom: solid 1px rgba(255, 255, 0, .8);
    border-right: none;
    border-left: none;
  }

  .fv__txt__desc-title {
    letter-spacing: 0.08em;
    line-height: 1.5;
    padding-bottom: .8em;
  }

  .fv__txt__desc-desc {
    max-width: 100%;
    letter-spacing: 0.02em;
    line-height: 1.6;
    text-align: justify;
  }
}

/* 02 放置するとどうなる？ */
.neglect-wrap {
  height: 56.5vw;
}

.neglect-wrap::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  top: 5.25em;
  left: 0;
  position: absolute;
}

.neglect-wrap::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #fff;
  top: 3.75em;
  left: 3.625em;
  position: absolute;
}

.neglect__left {
  padding-top: 7.8em;
  padding-left: 10.87em;
  width: min(55vw, 66em);
  padding-bottom: 12.5em;
}

.neglect__left__title {
  margin-bottom: 4.375em;
}

.neglect__left__title-number {
  width: min(5.8vw, 7em);
}

.neglect__left__title-txt {
  padding-left: 2em;
}

.neglect__left__title-txt__title {
  margin-bottom: 0.4em;
}

.neglect__left__title-txt__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1em;
}

.neglect__left__trouble__cont {
  position: relative;
  display: flex;
  align-items: first baseline;
  justify-content: space-between;
  margin-bottom: 1.25em;
}

.neglect__left__trouble__cont::after {
  content: "";
  top: 0px;
  right: 0;
  width: min(55vw, 66em);
  height: 2px;
  background-color: #fff;
  position: absolute;
}

.neglect__left__trouble-title {
  display: inline-block;
  padding: 0 .5em;
}

.neglect__left__trouble-list {
  display: grid;
  grid-template-columns: repeat(2, 17.5em);
  column-gap: 3em;
  padding-left: 1em;
}

.neglect__copy {
  width: min(19.4vw, 23.3em);
  top: min(10.1vw, 12em);
  right: min(17.8vw, 18.125em);
}

.neglect__sos {
  width: min(10.9vw, 13.125em);
  top: min(8.5vw, 10em);
  right: 0;
}

.neglect__365 {
  width: min(37.5vw, 45em);
  bottom: 0;
  right: 0em;
  z-index: 2;
  mix-blend-mode: multiply;
}

/* こんなトラブル困っていませんか？ */
.neglect__blue {
  bottom: min(-5.9vw, -7.18em);
  left: -3.275em;
  width: min(59vw, 70em);
}

.neglect__blue-wrap {
  padding: 3em 2.8em 3.875em 10.12em;
}

.neglect__blue__txt__title {
  letter-spacing: 0.12em;
  margin-bottom: 0.2em;
}

.neglect__blue__txt__desc {
  line-height: 2.1em;
}

@media (max-width: 1080px) {
  .neglect-wrap {
    height: fit-content;
  }

  .neglect-wrap::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 1.92em;
    left: 0;
    position: absolute;
  }

  .neglect-wrap::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #fff;
    top: 0em;
    left: 1.4em;
    position: absolute;
  }

  .neglect__left {
    padding-top: 4.64em;
    padding-left: 2.64em;
    width: fit-content;
    padding-bottom: 22em;
  }

  .neglect__left__title {
    margin-bottom: 2.71em;
  }

  .neglect__left__title-number {
    width: min(11.2vw, 3em);
  }

  .neglect__left__title-txt {
    padding-left: 1.2em;
    margin-top: -.4em;
  }

  .neglect__left__title-txt__title {
    margin-bottom: 0.6em;
  }

  .neglect__left__title-txt__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: .75em;
    margin-left: -3em;
  }

  .neglect__left__trouble__cont {
    flex-direction: column;
    margin-bottom: 1.25em;
  }

  .neglect__left__trouble__cont::after {
    content: "";
    top: 0;
    left: min(-12.2vw, -3.21em);
    width: 99.8vw;
    height: 1px;
    background-color: #fff;
    position: absolute;
  }

  .neglect__left__trouble-title {
    display: inline-block;
    padding: 0 .5em;
  }

  .neglect__left__trouble-list {
    grid-template-columns: 1fr;
    padding-top: 1em;
    padding-left: 0;
  }

  .neglect__copy {
    width: min(64.5vw, 17.7em);
    bottom: 9em;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .neglect__sos {
    display: none;
  }

  .neglect__365 {
    width: 13.35em;
    bottom: 28.4em;
    z-index: 2;
    mix-blend-mode: multiply;
  }

  /* こんなトラブル困っていませんか？ */
  .neglect__blue {
    bottom: -4em;
    left: 0;
    width: fit-content;
  }

  .neglect__blue-wrap {
    padding: 1em 1em 1em 1em;
  }

  .neglect__blue__txt__title {
    letter-spacing: 0.12em;
    margin-bottom: 0.4em;
  }

  .neglect__blue__txt__desc {
    max-width: 31em;
    line-height: 1.6em;
  }
}

/* 03 Not Found */
.notfound-wrap {
  margin-top: 3.56em;
}

.notfound-wrap::after {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #000;
  bottom: 0;
  left: 3.625em;
  position: absolute;
}

.notfound__txt {
  padding-top: 11.4em;
  padding-left: 12.37em;
  padding-bottom: 1em;
}

.notfound__txt__img {
  width: min(32vw, 38.4em);
  left: 0;
  top: 8.37em;
}

.notfound__title {
  gap: 3.8em;
  margin-bottom: 5.8em;
}

.notfound__title-number {
  width: 6.8em;
}

.notfound__title-txt {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.notfound__txt__cont {
  width: min(32.9vw, 39em);
  position: relative;
  display: flex;
  align-items: first baseline;
  gap: 2.5em;
  height: 8em;
}

.notfound__txt__cont::after {
  content: "";
  top: 0px;
  right: 0;
  width: min(55vw, 66em);
  height: 1px;
  background-color: #000;
  position: absolute;
}

.notfound__case {
  width: min(47.8vw, 57.37em);
  height: min(24.84vw, 29.81em);
  margin-left: -3.125em;
  background-image: url("../images/lp/notfound_virus_copy.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.notfound__case__virus {
  width: min(26.5vw, 31.87em);
  top: min(3.4vw, 4.125em);
  right: min(4.5vw, 5.43em);
}

.notfound__copy {
  width: min(14.9vw, 17.93em);
  bottom: min(24.84vw, 29.81em);
  left: min(45.2vw, 54.24em);
}

.notfound__img-code {
  width: min(35.3vw, 42.43em);
  top: min(4.8vw, 5.79em);
  right: -3em;
}

.notfound__img-people {
  width: min(38.4vw, 46.12em);
  top: min(18vw, 21.68em);
  right: min(4.2vw, 5em);
}

.notfound__404 {
  width: min(49.3vw, 59.25em);
  bottom: min(2vw, 2.425em);
  right: -3em;
}

@media (max-width: 1080px) {
  .notfound-wrap {
    margin-top: 0;
  }

  .notfound-wrap::after {
    left: 1.4em;
  }

  .notfound__txt {
    padding-top: 7.85em;
    padding-left: 2.64em;
    padding-bottom: 1em;
  }

  .notfound__txt__img {
    width: 17.42em;
    left: -.7em;
    top: 6.2em;
  }

  .notfound__title {
    gap: 1.7em;
    margin-bottom: 4.7em;
  }

  .notfound__title-number {
    width: 3em;
  }

  .notfound__txt__cont {
    width: 100%;
    flex-direction: column;
    gap: .8em;
    height: 8em;
    margin-bottom: 2em;
  }

  .notfound__txt__cont::after {
    content: "";
    top: 0px;
    right: auto;
    left: -2.64em;
    width: 25.28em;
    height: 1px;
    background-color: #000;
    position: absolute;
  }

  .notfound__case {
    width: min(87.2vw, 23.35em);
    height: 100%;
    margin-left: -.7em;
  }

  .notfound__copy {
    display: none;
  }

  .notfound__img-code {
    display: none;
  }

  .notfound__img-people {
    display: none;
  }

  .notfound__404 {
    display: none;
  }
}

/* 04 トラブル症状チェック */
.trouble-check {
  padding: 3.125em 0;
}

.trouble-check-wrap {}

.trouble-check__title {
  padding-top: min(3.7vw, 4.55em);
  padding-left: min(3.3vw, 4em);
  gap: 3.81em;
}

.trouble-check__title__number {
  width: min(5.9vw, 7.09em);
}

.trouble-check__title__txt {
  line-height: 1.4;
}

.trouble-check__inner-wrap {
  padding: min(3.4vw, 4.15em) min(14.3vw, 17.25em) min(11vw, 13.25em);
}

.trouble-check__inner__gird {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5em;
}

.trouble-check__inner__cont {
  position: relative;
  border-left: solid 3px #fae600;
  padding-left: 1.75em;
}

.trouble-check__inner__cont::after {
  content: "";
  width: min(.4vw, .5em);
  height: min(3.1vw, 3.75em);
  background-color: #fae600;
  position: absolute;
  top: 0;
  left: -0.06em;
}

.trouble-check__inner__cont:last-child::after {
  content: none;
}

.trouble-check__inner__cont__title {
  display: flex;
  align-items: center;
  margin-bottom: 1.8em;
}

.trouble-check__inner__cont__title-number {
  width: min(2.9vw, 3.5em);
  margin-right: 1em;
}

.trouble-check__inner__cont:first-child .trouble-check__inner__cont__title-number img {
  height: min(2.2vw, 2.68em);
}

.trouble-check__inner__cont:last-child .trouble-check__inner__cont__title {
  margin-bottom: .8em;
}

.trouble-check__copy__en-yoko {
  width: min(53vw, 63.62em);
  top: -0.475em;
  right: 1.16em;
}

.trouble-check__copy__en-tate {
  width: min(4.6vw, 5.62em);
  top: -0.475em;
  right: 0;
}

.trouble-check__copy-jp-tate {
  width: min(5vw, 6.06em);
  left: 0;
  bottom: 6.18em;
}

.trouble-check__copy-jp-yoko {
  width: min(54.4vw, 65.375em);
  bottom: -3.125em;
  left: 0;
}

@media (max-width: 1080px) {
  .trouble-check {
    padding: .7em 0;
  }

  .trouble-check__title {
    padding-top: 1.8em;
    padding-left: 1.8em;
    gap: 1.5em;
    margin-bottom: 3.85em;
  }

  .trouble-check__title__number {
    width: 2.85em;
  }

  .trouble-check__inner-wrap {
    padding: 0 1.71em 2em;
  }

  .trouble-check__inner__gird {
    grid-template-columns: 1fr;
    gap: 3.7em;
  }

  .trouble-check__inner__cont {
    padding-left: 1.4em;
  }

  .trouble-check__inner__cont::after {
    content: "";
    width: .4em;
    height: 3.1em;
    background-color: #fae600;
    position: absolute;
    top: 0;
    left: -0.06em;
  }

  .trouble-check__inner__cont__title {
    display: flex;
    align-items: center;
    margin-bottom: 1.6em;
  }

  .trouble-check__inner__cont__title-number {
    width: 2.85em;
    margin-right: 1.4em;
  }

  .trouble-check__inner__cont:first-child .trouble-check__inner__cont__title-number img {
    height: 2.2em;
  }

  .trouble-check__inner__cont:last-child .trouble-check__inner__cont__title {
    margin-bottom: .5em;
  }

  .trouble-check__copy__en-yoko {
    display: none;
  }

  .trouble-check__copy__en-tate {
    display: none;
  }

  .trouble-check__copy-jp-tate {
    display: none;
  }

  .trouble-check__copy-jp-yoko {
    display: none;
  }
}

/* 04 トラブル症状チェック */
.fee {
  background-image: url("../images/lp/fee_bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fee__title {
  padding: 5em 0 2.875em;
}

.fee__title-tate {
  width: min(3.1vw, 3.75em);
  margin-right: 1.68em;
}

.fee__title-number {
  width: min(6.1vw, 7.43em);
  margin-right: 3.37em;
}

.fee__title-txt {
  letter-spacing: -0.03em;
}

.fee__guide {
  padding: 0 min(10.9vw, 13.125em) 1.2em;

}

.fee__guide-wrap {
  padding: 6.25em 8.625em 5em;
}

.fee__guide__title {
  width: min(2.2vw, 2.68em);
  margin-right: min(7vw, 8.5em);
}

.fee__guide__txt__top {
  margin-bottom: .6em;
}

.fee__guide__txt__top span {
  margin-left: 1em;
}

.fee__guide__txt__bottom {
  line-height: 2;
  margin-bottom: 4.5em;
}

.fee__guide__txt__cont {
  position: relative;
  padding-left: 2.5em;
  border-left: solid 3px #223062;
}

.fee__guide__txt__cont:first-of-type {
  margin-bottom: 6.25em;
}

.fee__guide__txt__cont:last-of-type .fee__guide__txt__cont__list li::before {
  top: .75em;
}

.fee__guide__txt__cont::after {
  content: "";
  width: min(.4vw, .5em);
  height: min(2vw, 2.5em);
  background-color: #223062;
  position: absolute;
  top: 0;
  left: -0.06em;
}

.fee__guide__txt__cont__title {
  margin-bottom: .8em;
}

.fee__guide__txt__cont__title-txt {
  margin-bottom: .3em;
}

.fee__guide__txt__cont__list li {
  position: relative;
  padding-left: 1.125em;
  padding-bottom: 1em;
}

.fee__guide__txt__cont__list li::before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  border-radius: 50%;
  background-color: #223062;
  position: absolute;
  left: 0;
  top: 1.25em;
}

.fee__guide__txt__cont__list-txt {
  line-height: 1.6em;
}

.fee__guide__txt__cont__list-txt span {
  margin-left: .1em;
}

.fee__copy {
  width: min(22.5vw, 27em);
  top: min(2vw, 2.5em);
  right: 0;
}

@media (max-width: 1080px) {
  .fee__title {
    padding: 1.64em 0 2em;
  }

  .fee__title-tate {
    width: 1.14em;
    margin-right: .5em;
  }

  .fee__title-number {
    width: 2.2em;
    margin-right: 1em;
  }

  .fee__guide {
    padding: 0;
  }

  .fee__guide-wrap {
    padding: 2.85em 1.4em 2.7em;
    flex-direction: column;
    justify-content: center;
  }

  .fee__guide__title {
    width: 10.28em;
    margin-right: 0;
    margin-bottom: 2.4em;
  }

  .fee__guide__txt__top {
    margin-bottom: .4em;
  }

  .fee__guide__txt__bottom {
    line-height: 1.75;
    margin-bottom: 4.5em;
  }

  .fee__guide__txt__cont {
    padding-left: 1.2em;
    border-left: solid 1px #223062;
  }

  .fee__guide__txt__cont:first-of-type {
    margin-bottom: 5.28em;
  }

  .fee__guide__txt__cont:last-of-type .fee__guide__txt__cont__list li::before {
    top: .75em;
  }

  .fee__guide__txt__cont::after {
    content: "";
    width: .25em;
    height: 1.28em;
    left: -0.06em;
  }

  .fee__guide__txt__cont__title {
    margin-bottom: 2em;
  }

  .fee__guide__txt__cont__title-txt {
    line-height: 1;
    margin-bottom: .2em;
  }

  .fee__guide__txt__cont__list li {
    position: relative;
    padding-left: .8em;
    padding-bottom: 2em;
    display: flex;
    flex-direction: column;
    gap: .3em;
  }

  .fee__guide__txt__cont__list li::before {
    width: 0.3em;
    height: 0.3em;
    left: 0;
    top: .8em;
  }

  .fee__guide__txt__cont:last-child .fee__guide__txt__cont__list li::before {
    top: .6em;
  }

  .fee__guide__txt__cont__list-txt {
    line-height: 1.75em;
  }

  .fee__copy {
    display: none;
  }
}

/* 05 保守運用 */
.maintenance {}

.maintenance-wrap {
  padding-top: 9.5em;
  padding-bottom: min(12.8vw, 15.385em);
}

.maintenance__title {
  padding-left: 3.125em;
  padding-bottom: 4.375em;
}

.maintenance__title-tate {
  width: min(3.1vw, 3.75em);
  margin-right: 1.68em;
}

.maintenance__title-number {
  width: min(6.3vw, 7.625em);
  margin-right: 7.18em;
}

.maintenance__title-txt {
  line-height: 1;
}

.maintenance__plan::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 2.5em;
  left: 0;
}

.maintenance__plan-wrap {
  padding: 0 min(16.1vw, 19.375em);
}

.maintenance__plan__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3em;
  padding-bottom: 3.375em;
}

.maintenance__plan__cont {
  padding: 5.125em 4em 1em 2.5em;
  border-left: solid 1px #fff;
}

.maintenance__plan__cont__title {
  margin-bottom: 1em;
}

.maintenance__plan__cont__title-fee {
  line-height: 1.4;
}

.maintenance__plan__cont__title-fee span:first-child {
  margin-right: 1em;
}

.maintenance__plan-details {}

.maintenance__plan-details-wrap {
  padding: 1.25em 0;
}

.maintenance__plan-details__title {
  padding: 0.25em 1em 0.5em 1.5em;
  margin-left: -6.75em;
  margin-right: 4em;
}

.maintenance__plan-details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.125em;
}

.maintenance__icon {
  width: min(12.5vw, 15em);
  left: 0;
  bottom: 2.56em;
}

.maintenance__copy {
  width: min(37.2vw, 44.75em);
  right: 0;
  bottom: -2.25em;
}

@media (max-width: 1080px) {
  .maintenance-wrap {
    padding-top: 3em;
    padding-bottom: 0em;
  }

  .maintenance__title {
    padding-left: .7em;
    padding-bottom: 1.85em;
  }

  .maintenance__title-tate {
    width: 1em;
    margin-right: .5em;
  }

  .maintenance__title-number {
    width: 2.85em;
    margin-right: 1em;
  }

  .maintenance__title-txt {
    line-height: 1.3;
  }

  .maintenance__plan::after {
    display: none;
  }

  .maintenance__plan-wrap {
    padding: 0;
  }

  .maintenance__plan__grid {
    grid-template-columns: 1fr;
    column-gap: 2em;
    padding-top: 2.64em;
    padding-bottom: 0;
    position: relative;
  }

  .maintenance__plan__grid::before {
    content: "";
    height: 100%;
    width: 3px;
    background-color: #fff;
    position: absolute;
    top: 0em;
    left: 2.4em;
  }

  .maintenance__plan__cont {
    padding: 2.28em 3.28em;
    border-left: none;
    border-top: 1px solid #fff;
  }

  .maintenance__plan__cont__title {
    margin-bottom: 1em;
  }

  .maintenance__plan__cont__title-fee {
    line-height: 1.4;
  }

  .maintenance__plan__cont__title-fee span:first-child {
    margin-right: 1em;
  }

  .maintenance__plan-details {
    padding: 5.5em 2.4em 4em;
  }

  .maintenance__plan-details-wrap {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .maintenance__plan-details__title {
    padding: .6em;
    margin-top: -2.4em;
    margin-left: -1.7em;
    margin-right: 0;
  }

  .maintenance__plan-details-grid {
    padding: 1.25em 2.4em 3.85em;
    grid-template-columns: 1fr;
    column-gap: 1em;
  }

  .maintenance__icon {
    width: 7.14em;
    bottom: 1.57em;
  }

  .maintenance__copy {
    display: none;
  }
}

/* 07 リバースの強み */
.strengths {}

.strengths-wrap {
  padding-bottom: 5.75em;
}

.strengths__title {
  padding-top: 3.75em;
}

.strengths__title-label {
  padding: .2em 2.18em .2em 7.5em;
}

.strengths__title-txt {
  padding-left: 8.625em;
}

.strengths__title-txt__number {
  width: min(6.2vw, 7.5em);
}

.strengths__title-txt__copy {
  width: min(38.8vw, 46.56em);
  margin-left: 3em;
}

.strengths__inner {
  margin-top: min(-6vw, -7.25em);
  padding-left: min(31.7vw, 38.12em);
  padding-right: min(11.1vw, 13.375em);
}

.strengths__inner-wrap {
  padding: 11.31em 0 7.25em 20.31em;
}

.strengths__inner__list {}

.strengths__inner__list__cont {
  padding-left: 2.5em;
  border-left: solid .5em #000;
  margin-bottom: 2.8em;
}

.strengths__inner__list__cont:last-child {
  margin-bottom: 0;
}

.strengths__img {
  width: min(43.3vw, 52em);
  left: 0;
  bottom: -3.125em;
}

.strengths__copy {
  width: min(50vw, 60em);
  left: 42.75em;
  bottom: 3.75em;
}

.strengths__all-clear {
  width: min(6.7vw, 8.125em);
  right: 0;
  top: 3.125em;
}

@media (max-width: 1080px) {
  .strengths-wrap {
    padding-bottom: 18.8em;
  }

  .strengths__title {
    padding-top: 2.14em;
  }

  .strengths__title-label {
    padding: .2em .6em 0.2em 3em;
  }

  .strengths__title-txt {
    flex-direction: column;
    align-items: first baseline;
    padding-left: 0;
    padding-top: 1em;
    gap: 1.5em;
  }

  .strengths__title-txt__number {
    width: 2.85em;
  }

  .strengths__title-txt__copy {
    width: 20.85em;
    margin-left: 3em;
  }

  .strengths__inner {
    margin-top: -.6em;
    padding: 0 .7em;
  }

  .strengths__inner-wrap {
    padding: 3.42em 1.7em 7.57em;
  }

  .strengths__inner__list__cont {
    padding-left: 2.1em;
    border-left: solid .4em #000;
  }

  .strengths__inner__list__cont__title {
    line-height: 1.4;
    margin-bottom: .4em;
  }

  .strengths__img {
    width: min(73vw, 19.5em);
    left: 0;
    bottom: 6.42em;
  }

  .strengths__copy {
    width: 20.85em;
    left: auto;
    right: .7em;
    bottom: 2.64em;
  }

  .strengths__all-clear {
    width: 1.92em;
    right: .5em;
    top: 1.28em;
  }
}

/* 08 他社との比較 */
.comparison {}

.comparison-wrap {}

.comparison__title {
  padding-top: 7.5em;
}

.comparison__title-label {
  padding: .2em 3.2em .2em 7.5em;
}

.comparison__title-txt {
  padding-left: 8.625em;
}

.comparison__title-txt__number {
  width: min(6.2vw, 7.5em);
  padding-top: 1.37em;
}

.comparison__title-txt__copy {
  width: min(8.5vw, 10.31em);
  margin-left: 3em;
}

.comparison__cont {
  flex: 1;
  padding-bottom: 10.93em;
}

.comparison__cont__table-wrap {
  padding-top: 10.625em;
  padding-left: 6.5em;
}

.comparison__cont__table {
  border-collapse: separate;
  table-layout: fixed;
  text-align: center;
}

.comparison__cont__table thead {
  display: block;
  border-spacing: 1em 0.68em;
}

.comparison__cont__table tbody {
  display: block;
  border-spacing: 1em 0;
}

.comparison__cont__table tr {
  display: table;
  table-layout: fixed;
}

.comparison__cont__table th,
.comparison__cont__table td {
  padding: 0.4em 1.2em;
  width: min(18.2vw, 21.875rem);
  vertical-align: middle;
  letter-spacing: 0.08em;
}

.comparison__cont__table tbody tr {
  position: relative;
}

.comparison__cont__table tbody tr::after {
  content: "";
  position: absolute;
  left: 1em;
  right: 2em;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.comparison__cont__table tbody tr:last-child::after {
  display: none;
}

.comparison__cont__table .comparison__cont__table__blank,
.comparison__cont__table tbody th[scope="row"] {
  width: min(13vw, 15.625rem);
  letter-spacing: 0em;
}

.comparison__cont__txt {
  margin-top: 1.5em;
  padding-left: 7.625em;
  align-items: stretch;
}

.comparison__cont__txt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #223062;
  left: 0;
  top: 1.375em;
}

.comparison__cont__txt__left,
.comparison__cont__txt__right {
  padding: 2.625em 1.25em 0;
  border-left: solid 1px #223062;
}

.comparison__cont__txt-title {
  margin-bottom: .4em;
}

.comparison__copy__en-tate {
  width: min(7vw, 8.5em);
  left: 0;
  bottom: 10.31em;
}

.comparison__copy__en-yoko {
  width: min(66.5vw, 79.8em);
  bottom: 0;
  left: 0;
}

.comparison__copy__jp {
  width: min(6.6vw, 8em);
  right: 8.56em;
  top: 5.125em;
}

@media (max-width: 1080px) {
  .comparison {}

  .comparison-wrap {
    flex-direction: column;
  }

  .comparison__title {
    padding-top: 2.85em;
  }

  .comparison__title-label {
    padding: .2em .6em 0.2em 3em;
  }

  .comparison__title-txt {
    padding-left: 0;
    margin-left: 2em;
    align-items: flex-start;
  }

  .comparison__title-txt__number {
    padding-top: 1em;
    width: 2.85em;
  }

  .comparison__title-txt__copy {
    width: 17.5em;
    margin-left: .5em;
    padding-top: 1.6em;
  }

  .comparison__cont {
    width: 100%;
    padding-bottom: 3.2em;
  }

  .comparison__cont__table-wrap {
    padding: 2.2em 0 8.2em;
  }

  /* SPテーブル本体 */
  .comparison__cont-sp__table {
    padding-top: 2.28em;
    width: min(81.6vw, 21.85em);
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1.5em;
  }

  .comparison__cont-sp__table:last-of-type {
    padding-top: 0;
  }

  .comparison__cont-sp__table-title {
    width: 100%;
    margin-bottom: .6em;
    padding: 1rem;
  }

  .comparison__cont-sp__table-list__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: solid 1px #000;
  }

  .comparison__cont-sp__table-list__row:last-child {
    border-bottom: none;
  }

  .comparison__cont-sp__table-list__row span {
    padding: 1rem 0;
  }

  .comparison__cont__txt {
    flex-direction: column;
    padding: 1.5em .7em;
    align-items: stretch;
  }

  .comparison__cont__txt::after {
    content: "";
    height: 100%;
    width: 1px;
    left: 1.57em;
    top: 0;
  }

  .comparison__cont__txt__left,
  .comparison__cont__txt__right {
    padding: 2em 0 1.7em 1.78em;
    border-left: none;
    border-top: solid 1px #223062;
  }

  .comparison__copy__en-tate {
    width: 2em;
    left: 0;
    bottom: 38.5em;
  }

  .comparison__copy__en-yoko {
    width: 19.2em;
    bottom: 35.8em;
    left: 0;
  }

  .comparison__copy__jp {
    width: 21.2em;
    right: 0;
    top: auto;
    bottom: 38.8em;
  }
}

/* 09 FAQ */
.faq {}

.faq-wrap {
  padding-bottom: 4.5em;
}

.faq-wrap::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #000;
  left: 31.125em;
  top: 0;
  position: absolute;
}

.faq__title {
  padding-top: 4.68em;
}

.faq__title-txt {
  padding-left: 12rem;
  border-bottom: solid 1px #000;
  line-height: 1;
  padding-bottom: 0.65em;
  margin-right: 2.125rem;
}

.faq__title-number {
  width: min(6.2vw, 7.5em);
}

.faq__cont {
  width: min(62.5vw, 75em);
  margin: -2.25em auto 0;
  padding-top: 6.25em;
  padding-bottom: 4.375em;
}

.faq__cont__list li {
  margin-bottom: 3.87em;
}

.faq__cont__list li:last-child {
  margin-bottom: 0;
}

.faq__cont__list__q,
.faq__cont__list__a {
  width: fit-content;
  padding-left: 13.75em;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  letter-spacing: 0.08em;
}

.faq__cont__list__q {
  border-bottom: solid 2px #6a93a5;
  line-height: .85;
  margin-bottom: 1.3em;
}

.faq__cont__list__q-img,
.faq__cont__list__a-img {
  margin-right: 1em;
}

.faq__cont__list__q-img {
  width: min(1.4vw, 1.75em);
}

.faq__cont__list__a-img {
  width: min(1.5vw, 1.81em);
}

.faq__copy-jp {
  width: min(7vw, 8.43em);
  bottom: 0;
  left: 8.75em;
}

.faq__copy-en {
  width: min(38.1vw, 45.75em);
  right: 0;
  top: 5.93em;
}

.faq__copy-icon {
  width: min(12.8vw, 15.43em);
  bottom: 0;
  right: 4.875em;
  mix-blend-mode: multiply;
}

@media (max-width: 1080px) {
  .faq-wrap {
    padding-bottom: 9.64em;
  }

  .faq-wrap::before {
    content: none;
  }

  .faq__title {
    padding-top: 2.85em;
    flex-direction: column;
    align-items: flex-start;
  }

  .faq__title-txt {
    padding-left: 2.5rem;
    margin-right: 0;
  }

  .faq__title-number {
    width: 2.85em;
    margin: 1em 0 0 2.57em;
  }

  .faq__cont {
    width: min(81.8vw, 21.9em);
    margin: 6.57em auto 0;
    padding-top: 3.2em;
    position: relative;
  }

  .faq__cont::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 2px;
    top: 0;
    left: 3.5em;
    background-color: #000;
  }

  .faq__cont__list li {
    margin-bottom: 3.2em;
  }

  .faq__cont__list li:last-child {
    margin-bottom: 0;
  }

  .faq__cont__list__q,
  .faq__cont__list__a {
    width: 95%;
    padding-left: 1.7em;
    display: flex;
    align-items: flex-end;
    line-height: 1;
    letter-spacing: 0.08em;
  }

  .faq__cont__list__q {
    border-bottom: solid 2px #6a93a5;
    line-height: 1.4;
    margin-bottom: 1.3em;
  }

  .faq__cont__list__q-img,
  .faq__cont__list__a-img {
    margin-right: 1em;
  }

  .faq__cont__list__q-img {
    width: 1.2em;
  }

  .faq__cont__list__a-img {
    width: 1.28em;
  }

  .faq__cont__list-txt {
    flex: 1;
  }

  .faq__copy-jp {
    width: 16.5em;
    bottom: auto;
    top: 3.48em;
    right: .78em;
    left: auto;
  }

  .faq__copy-en {
    width: 16.85em;
    right: 0;
    top: auto;
    bottom: 2.9em;
  }

  .faq__copy-icon {
    width: 7.14em;
    bottom: 1.42em;
    right: auto;
    left: 1.15em;
    mix-blend-mode: multiply;
  }
}

/* 10 お問い合わせフォーム */
.form-wrap {
  padding-bottom: 7.18em;
}

.form-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #946134;
  bottom: 20.25em;
  left: 0;
}

.form-wrap::before {
  content: "";
  position: absolute;
  width: 0.18em;
  height: 100%;
  background-color: #946134;
  top: 0;
  right: 11.125em;
}

.form__title {
  width: min(26.1vw, 31.43em);
  top: 0;
  left: 0;
  padding: 5.875em 8.875em 8.56em;
}

.form__title-number {
  width: min(5.8vw, 7em);
  margin-bottom: 4.875em;
}

.form__title__line {
  content: "";
  width: min(28.4vw, 34.125em);
  height: 1.06em;
  background-color: #b4a179;
  top: 5.875em;
  left: 20.81em;
  position: absolute;
}

.form__title-copy {
  width: min(6.4vw, 7.68em);
}

.form__txt-block {
  padding-left: 18.125em;
}

.form__txt-block-wrap {
  padding-top: 9.75em;
  padding-left: 3.125em;
  padding-bottom: 4em;
  border-left: solid 1px #946134;
}

.form__txt-block__title {
  line-height: 2em;
  margin-bottom: .3em;
}

.form__txt-block__desc {
  letter-spacing: 0.08em;
  line-height: 2.16em;
  margin-bottom: 2.16em;
}

.form__txt-block__word p {
  line-height: 2;
}

.form__card-wrap {
  padding: 6em 10.25em;
}

.form__card__title {
  display: flex;
  justify-content: center;
  margin-bottom: .7em;
}

@media (max-width: 1080px) {
  .form-wrap {
    padding-bottom: 3.42em;
  }

  .form-wrap::after {
    width: 18.42em;
    height: .7em;
    background-color: #b4a179;
    bottom: auto;
    top: 3.57em;
    left: auto;
    right: 0;
    z-index: 2;
  }

  .form-wrap::before {
    content: none;
  }

  .form__title {
    width: 25.42em;
    padding: 3.14em 0 0 2.57em;
    z-index: 1;
  }

  .form__title-number {
    width: 2.64em;
    margin-bottom: 2em;
  }

  .form__title__line {
    display: none;
  }

  .form__title-copy {
    width: 20.71em;
    margin-bottom: 2.14em;
  }

  .form__txt-block {
    padding-left: 0;
    width: 21.92em;
  }

  .form__txt-block-wrap {
    padding: 16.85em 0 3.14em 2em;
  }

  .form__txt-block__title {
    line-height: 1.2em;
    margin-bottom: .6em;
  }

  .form__txt-block__desc {
    line-height: 2em;
    margin-bottom: 2.16em;
  }

  .form__txt-block__word p {
    line-height: 1.4;
    margin-bottom: .8em;
  }

  .form__txt-block__word p:last-child {
    margin-bottom: 0;
  }

  .form__card {
    width: min(88.2vw, 23.64em);
  }

  .form__card-wrap {
    padding: 2em 1.78em;
  }

  .form__card__title {
    display: flex;
    justify-content: center;
    margin-bottom: .7em;
  }
}

.contact-form__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.625em 0;
  border-bottom: solid 1px #6c6134;
}

.contact-form__row:last-child {}

.contact-form__label {
  width: min(15.6vw, 18.75em);
}

.contact-form__field {
  flex: 1;
}

.contact-form__field select,
.contact-form__field input,
.contact-form__field textarea {
  border: none;
  width: 100%;
  font-size: clamp(0.625rem, 0.063rem + 0.833vw, 1.063rem);
  padding: .83em 1.05em;
}

.contact-form__row-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contact-form__row-inner legend {
  width: min(15.6vw, 18.75em);
}

.contact-form__row-inner label {
  display: flex;
  letter-spacing: 0.08em;
  padding: .4em 0;
}

.contact-form__row-inner label input {
  width: 1.25em;
  margin-right: .6em;
}

.contact-form__cheks-other {
  display: flex;
  align-items: center;
}

.contact-form__cheks-other label {
  margin-right: .6em;
}

.contact-form__cheks-other textarea {
  width: 11.875em;
}

.contact-form__wp-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .6em 0;
}

.contact-form__wp-item input,
.contact-form__choices {
  width: 17.5rem;
}

.contact-form__choices {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-form__wp-label {
  position: relative;
}

.contact-form__wp-label::before {
  position: absolute;
  content: "";
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background-color: #946134;
  top: 50%;
  transform: translateY(-50%);
  left: -1em;
}

.contact-form__agree {
  text-align: center;
  margin-bottom: 2em;
}

.contact-form__submit {
  margin: 0 auto;
  width: min(33.8vw, 40.625em);
  letter-spacing: .08em;
  padding: .5em 0;
}

.form__icon {
  width: min(12.8vw, 15.43em);
  bottom: 29.37em;
  left: 8.5em;
}

@media (max-width: 1080px) {
  .contact-form__row {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.6em 0;
    border-bottom: solid 1px #6c6134;
  }

  .contact-form__label {
    width: auto;
    margin-bottom: .6em;
  }

  .contact-form__field {
    flex: 1;
    width: 100%;
  }

  .contact-form__field select,
  .contact-form__field input,
  .contact-form__field textarea {
    font-size: clamp(0.625rem, 0.063rem + 0.833vw, 1.063rem);
    padding: .83em 1.05em;
  }

  .contact-form__row-inner {
    width: 100%;
    flex-direction: column;
  }

  .contact-form__row-inner legend {
    width: auto;
  }

  .contact-form__row-inner label {
    display: flex;
    letter-spacing: 0.08em;
    padding: .4em 0;
  }

  .contact-form__row-inner label input {
    width: 1.5em;
    margin-right: 1em;
  }

  .contact-form__cheks-other label {
    margin-right: 2em;
  }

  .contact-form__cheks-other textarea {
    width: auto;
  }

  .contact-form__wp-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form__wp-label {
    position: relative;
    margin-left: 1em;
  }

  .contact-form__agree {
    text-align: center;
    margin-bottom: 2em;
    padding-top: 1.6em;
  }

  .contact-form__submit {
    width: 100%;
    letter-spacing: .08em;
    padding: .5em 0;
  }

  .form__icon {
    display: none;
  }
}

/* プライバシーポリシー */
.form__privacy {
  width: min(62.5vw, 75em);
  margin: 0 auto;
  visibility: hidden;
  display: none;
}

.form__privacy::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #946134;
  position: absolute;
  top: 8.5em;
  left: 0;
}

.form__privacy::after {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #946134;
  position: absolute;
  top: 0;
  left: 7.125em;
}

.form__privacy-wrap {
  width: min(45.3vw, 54.37em);
  margin: 0 auto;
  padding: 5.625em 0;
}

.form__privacy__title {
  margin-bottom: 2.31em;
}

.form__privacy__desc {
  margin-bottom: 4em;
}

.form__privacy__txt__cont {
  margin-bottom: 3.43em;
}

.form__privacy__txt__cont:last-child {
  margin-bottom: 0;
}

.form__privacy__txt__cont__title {
  margin-bottom: .8em;
}

.form__privacy__txt__cont__title-desc {
  margin-bottom: 1em;
}

.form__privacy__txt__cont__list {
  margin-bottom: 1em;
}

@media (max-width: 1080px) {

  /* プライバシーポリシー */
  .form__privacy {
    width: min(88.2vw, 23.64em);
  }

  .form__privacy::before {
    content: none;
  }

  .form__privacy::after {
    content: none;
  }

  .form__privacy-wrap {
    width: auto;
    padding: 2em 1.78em;
  }
}


/* footer */
.footer-wrap {
  padding: 5.625em 0 4.375em;
}

.footer__title {
  width: 13.125em;
}

.footer__cont {
  flex: 1;
}

.footer__cont table {
  width: 100%;
  border-collapse: collapse;
}

.footer__cont tr {
  border-bottom: solid 1px #b4a179;
}

.footer__cont__title {
  padding: .3em 0;
  width: min(5.4vw, 6.5em);
  text-align: left;
  font-weight: 400;
  border-right: solid 2px #b4a179;
}

.footer__cont__desc {
  padding: .3em 1em;
}

.footer__table-spacer {
  height: 2.2em;
}

.copyright {
  text-align: right;
}

@media (max-width: 1080px) {
  .footer-wrap {
    width: 100%;
    padding: 4.25em .7em 1.42em;
    flex-direction: column;
    gap: 2em;
  }

  .footer__title {
    width: auto;
    padding-left: 1.7em;
  }

  .footer__cont table {
    position: relative;
    padding-bottom: 3em;
    margin-bottom: 1em;
  }

  .footer__cont table::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #b4a179;
    top: 0;
    left: 1.7em;
  }

  .footer__cont table,
  .footer__cont tbody,
  .footer__cont tr,
  .footer__cont th,
  .footer__cont td {
    display: block;
    width: 100%;
  }

  .footer__cont tr {
    padding: .6em 2.5rem;
  }

  .footer__cont__title {
    padding: 0;
    margin-bottom: .2em;
    width: auto;
    border-right: none;
  }

  .footer__cont__desc {
    padding: 0;
  }

  .footer__table-spacer {
    height: 2.2em;
  }

  .copyright {
    text-align: left;
    padding-left: 1.7rem;
  }
}








/* CF7フォーム */
.form__card-wrap .clear{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.625em 0;
  border-bottom: solid 1px #6c6134;
}
.itemName{
  width: min(15.6vw, 18.75em);
  font-size: clamp(0.813rem, 0.571rem + 0.36vw, 1rem);
  font-weight: 500;
}
.itemForm{
  flex: 1;
  font-size: 16px;
}
.form__card-wrap input{
  font-size: 16px;
}
.form__card-wrap select, .form__card-wrap input[type="text"], .form__card-wrap input[type="email"], .form__card-wrap textarea{
  border: none;
  width: 100%;
  padding: .83em 1.05em;
}
.form__card-wrap .wpcf7-list-item{
  display: block;
  margin: 0;
}
.form__card-wrap .note{
  font-size: 0.85em;
  line-height: 1.5;
  margin-top: 1em;
  opacity: 0.7;
}
.form__card-wrap .agree .wpcf7-list-item{
  display: flex;
  justify-content: center;
  font-size: clamp(0.813rem, 0.571rem + 0.36vw, 1rem);
  margin-top: 2em;
}
.privacyLink{
  display: block;
  width: fit-content;
  margin: 0.3em auto 0;
  font-size: clamp(0.813rem, 0.571rem + 0.36vw, 1rem);
  color: #946134;
  text-decoration: underline;
}
.btnSubmit input[type="submit"]{
  display: block;
  width: min(90%, 40em);
  font-size: clamp(0.813rem, 0.571rem + 0.36vw, 1rem);
  font-weight: 700;
  letter-spacing: .08em;
  color: #f7f7f7;
  background-color: #333;
  margin: 2.5em auto 0;
  padding: 1em 0;
  border-radius: 2px;
  cursor: pointer;
}
@media (max-width: 767px){
  .form__card-wrap .clear{
    flex-direction: column;
    align-items: flex-start;
  }
  .itemName{
    width: 100%;
  }
  .itemForm{
    width: 100%;
    margin-top: 0.4em;
  }
  
}