@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  line-height: 1;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
}

a {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 1239px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none !important;
  }
}

.tab-sp {
  display: none;
}
@media screen and (max-width: 1239px) {
  .tab-sp {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.sec-inner {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .sec-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.sec-title {
  font-size: 6rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 6.2rem;
  line-height: 1.333;
  font-family: "Noto Serif JP", serif;
}
.sec-title:after {
  position: absolute;
  background: #f68014;
  height: 0.2rem;
  width: 6rem;
  content: "";
  bottom: -3.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec-title:after {
    width: 4rem;
    bottom: -2rem;
  }
}
@media screen and (max-width: 1239px) {
  .sec-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-title {
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 4.2rem;
  }
}

.sec-lead {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-lead {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.85;
  }
}

.line-animate-wrapper {
  position: absolute;
  left: 50%;
  top: 95%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .line-animate-wrapper {
    top: 94%;
  }
}

.line-animate {
  width: 1px;
  height: 0;
  background-color: #f68014;
  -webkit-animation: lineAnimeKv 1.8s ease-in-out infinite;
          animation: lineAnimeKv 1.8s ease-in-out infinite;
  position: absolute;
  top: 0;
}

@-webkit-keyframes lineAnimeKv {
  0% {
    top: 0;
    height: 0;
  }
  33.33% {
    top: 0;
    height: 14rem;
  }
  66.66% {
    top: 14rem;
    height: 0;
  }
  99.9% {
    top: 14rem;
    height: 0;
  }
  100% {
    top: 0;
    height: 0;
  }
}

@keyframes lineAnimeKv {
  0% {
    top: 0;
    height: 0;
  }
  33.33% {
    top: 0;
    height: 14rem;
  }
  66.66% {
    top: 14rem;
    height: 0;
  }
  99.9% {
    top: 14rem;
    height: 0;
  }
  100% {
    top: 0;
    height: 0;
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes lineAnimeKv {
    0% {
      top: 0;
      height: 0;
    }
    33.33% {
      top: 0;
      height: 10rem;
    }
    66.66% {
      top: 10rem;
      height: 0;
    }
    99.9% {
      top: 10rem;
      height: 0;
    }
    100% {
      top: 0;
      height: 0;
    }
  }
  @keyframes lineAnimeKv {
    0% {
      top: 0;
      height: 0;
    }
    33.33% {
      top: 0;
      height: 10rem;
    }
    66.66% {
      top: 10rem;
      height: 0;
    }
    99.9% {
      top: 10rem;
      height: 0;
    }
    100% {
      top: 0;
      height: 0;
    }
  }
}
.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.4rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .header__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0.6rem 1.5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
  }
}

.header__logo img {
  max-width: 43.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    max-width: 25.9rem;
  }
}

.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1239px) {
  .header__right {
    white-space: nowrap;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .header__right {
    display: none;
  }
}

.header__tel {
  font-family: "Stoke", serif;
}
@media screen and (max-width: 1239px) {
  .header__tel img {
    width: 3rem;
  }
}
.header__tel span {
  font-size: 3.9rem;
  color: #f68014;
}
@media screen and (max-width: 1239px) {
  .header__tel span {
    font-size: 2.8rem;
  }
}

.header__time {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1239px) {
  .header__time {
    font-size: 1rem;
  }
}
.header__time span {
  display: block;
}
.header__time .header__time-label {
  padding: 0.3rem 1.1rem;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 1239px) {
  .header__time .header__time-label {
    padding: 0.3rem 0.7rem;
  }
}
.header__time .header__time-value {
  padding: 0.2rem 3.3rem;
  border: 1px solid #000;
}
@media screen and (max-width: 1239px) {
  .header__time .header__time-value {
    padding: 0.2rem 1rem;
  }
}

.header__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3rem;
  background: #fff;
  line-height: 1.25;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  color: #06c755;
  height: 6.6rem;
  width: 21rem;
}
.header__line img {
  display: block;
}

.header__line-en {
  font-size: 1.8rem;
}

.header__menu-toggle {
  display: none;
  font-size: 1.4rem;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 2rem;
  right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .header__menu-toggle {
    display: block;
  }
}

.header__menu-icon {
  font-weight: bold;
}

.header__nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__nav.is-open {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 1240px) {
  .header__nav {
    margin-left: auto;
  }
}

.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
}

.header__menu-item a {
  text-decoration: none;
  font-size: 1.4rem;
  color: inherit;
}

.top-bg {
  background: url("/lp01/field/souzoku/img/fv-bg.png") no-repeat center/cover;
}
.fv__inner {
  padding-top: 4.6rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1239px) {
  .fv__inner {
    padding: 2rem 1.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .fv__inner {
    overflow: hidden;
    padding-top: 1rem;
  }
}

.fv__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fv__container {
    text-align: center;
    position: relative;
  }
}

.fv__text {
  margin-top: 5rem;
}
@media screen and (max-width: 1239px) {
  .fv__text {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .fv__text {
    max-width: 100%;
  }
}

.fv__label {
  background-color: #f68014;
  color: #fff;
  font-weight: 500;
  font-size: 3.4rem;
  padding: 1.3rem 1.8rem;
  display: inline-block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1239px) {
  .fv__label {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__label {
    font-size: 4.4vw;
    padding: 1rem;
    margin-bottom: 1rem;
  }
}

.fv__title {
  font-family: "Noto Serif JP", serif;
  font-size: 8rem;
  font-weight: 500;
  margin-bottom: 3rem;
  line-height: 1.375;
}
@media screen and (max-width: 1239px) {
  .fv__title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 840px) {
  .fv__title {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: 10vw;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .fv__wrapper {
    width: 64%;
  }
}

.fv__features {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 920px) {
  .fv__features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
        -ms-flex-align: normal;
            align-items: normal;
    max-width: 36rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__features {
    gap: 1rem;
  }
}

.fv__feature {
  font-size: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  height: 5.2rem;
  border-bottom: 3px solid #f68014;
  background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 2px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 2px, transparent 2px, transparent 5px);
}
.fv__feature:first-child {
  width: 34rem;
}
@media screen and (max-width: 1239px) {
  .fv__feature:first-child {
    width: auto;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1239px) and (max-width: 767px) {
  .fv__feature:first-child {
    width: 100%;
  }
}
.fv__feature:last-child {
  width: 36rem;
}
@media screen and (max-width: 1239px) {
  .fv__feature:last-child {
    width: auto;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1239px) and (max-width: 767px) {
  .fv__feature:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 1239px) {
  .fv__feature {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__feature {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}

.fv__feature__orange {
  font-size: 3.2rem;
  font-weight: 500;
  color: #f68014;
  margin-left: 0.8rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1239px) {
  .fv__feature__orange {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__feature__orange {
    font-size: 1.8rem;
  }
}

.fv__image {
  margin-top: 0;
}
.fv__image img {
  max-width: 40rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1239px) {
  .fv__image img {
    max-width: 35rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__image img {
    min-width: 16rem;
    max-width: 20rem;
  }
}

.fv__bottom {
  background: #f1f1f1;
}

@media screen and (max-width: 767px) {
  .fv__bottom .fv__inner {
    margin-top: -4rem;
  }
}

.fv__points {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  padding: 2.8rem;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  margin-top: -11.5rem;
  background: #fff;
}
@media screen and (max-width: 1239px) {
  .fv__points {
    margin-top: -8.5rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__points {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 0;
    max-width: 50rem;
    padding: 1.2rem 0.8rem;
    gap: 1rem 0.4rem;
  }
}

.fv__point {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .fv__point {
    width: calc(50% - 0.4rem);
  }
}
.fv__point img {
  width: 100%;
}

.fv__point-note {
  font-size: 0.8rem;
  margin-top: 0.4rem;
  color: #666;
}

.fv__bottom__text {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .fv__bottom__text {
    padding-top: 0;
    margin-top: 0;
  }
}

.cta-text {
  font-size: 3.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.26;
}
@media screen and (max-width: 767px) {
  .cta-text {
    font-size: 2rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

.tel-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .tel-line {
    display: none;
  }
}

.tel__text {
  font-family: "Stoke", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-size: 6rem;
  color: #f68014;
}
@media screen and (max-width: 1239px) {
  .tel__text {
    font-size: 3.7rem;
  }
}
.tel__text img {
  width: 6.2rem;
}
@media screen and (max-width: 1239px) {
  .tel__text img {
    width: 4rem;
  }
}

.tel__time {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tel__time span {
  display: block;
}
.tel__time .tel__time-label {
  padding: 0.7rem 2rem;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 1239px) {
  .tel__time .tel__time-label {
    font-size: 1.2rem;
    padding: 0.7rem 2rem;
  }
}
.tel__time .tel__time-value {
  padding: 0.6rem 7.3rem;
  border: 1px solid #000;
}
@media screen and (max-width: 1239px) {
  .tel__time .tel__time-value {
    font-size: 1.2rem;
    padding: 0.6rem 2rem;
  }
}

.line {
  height: 9.7rem;
  width: 30rem;
}
@media screen and (max-width: 1239px) {
  .line {
    height: auto;
  }
}
.line img {
  display: block;
}
@media screen and (max-width: 1239px) {
  .line img {
    width: 22rem;
    font-size: 1.6rem;
    gap: 1.6rem;
  }
}

.line-en {
  font-size: 2.2rem;
}
@media screen and (max-width: 1239px) {
  .line-en {
    font-size: 1.8rem;
  }
}

.cta-sp {
  display: none;
  max-width: 40rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cta-sp {
    display: block;
  }
}
.cta-sp a,
.cta-sp img {
  display: block;
  width: 100%;
  margin: 0 a;
}
.cta-sp .cta-sp__tel {
  margin-bottom: 1rem;
}
.cta-sp .cta-sp__web-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.cta-sp__tel-web-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
}
.cta-sp__tel-web-line .cta-sp__tel {
  width: 42%;
}
.cta-sp__tel-web-line .cta__sp-web,
.cta-sp__tel-web-line .cta__sp-line {
  width: 26.6%;
}

.worry {
  background-color: #f1f1f1;
}

.worry__inner {
  padding-top: 21rem;
  padding-bottom: 19rem;
}
@media screen and (max-width: 767px) {
  .worry__inner {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

.worry__lead {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .worry__lead {
    margin-bottom: 3rem;
  }
}

.worry__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 1239px) {
  .worry__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .worry__list {
    gap: 1rem 0.5rem;
  }
}

.worry__item {
  background: #fff;
  width: calc(33.3% - 1.5rem);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .worry__item {
    width: calc(50% - 0.5rem);
    max-width: 20rem;
  }
}

.worry__item img {
  width: 100%;
  height: 20.5rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .worry__item img {
    height: 9rem;
  }
}

.worry__caption {
  font-size: 2.4rem;
  padding: 1.2rem 1rem;
  line-height: 1.6777;
  font-weight: bold;
  height: 11.5rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 3px solid #f68014;
}
.worry__caption span {
  font-weight: inherit;
}
@media screen and (max-width: 1239px) {
  .worry__caption span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .worry__caption span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .worry__caption span {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 1239px) {
  .worry__caption {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .worry__caption {
    font-size: 1.3rem;
    height: 5.8rem;
    line-height: 1.42;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .worry__caption {
    font-size: 3.4vw;
  }
}

.connect {
  background-image: url("/lp01/field/souzoku/img/bis-icon.png"), -webkit-gradient(linear, left top, right top, from(#fff), to(#e8e8e8));
  background-image: url("/lp01/field/souzoku/img/bis-icon.png"), -webkit-linear-gradient(left, #fff, #e8e8e8);
  background-image: url("/lp01/field/souzoku/img/bis-icon.png"), linear-gradient(to right, #fff, #e8e8e8);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56rem, cover;
}
@media screen and (max-width: 767px) {
  .connect {
    background-size: 26rem, cover;
  }
}

.connect__inner {
  padding-top: 10rem;
  padding-bottom: 10rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .connect__inner {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

.connect__lead {
  font-size: 3.4rem;
  line-height: 1.8;
  margin-bottom: 2.4rem;
  font-family: "Noto Serif JP", serif;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .connect__lead {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .connect__lead {
    font-size: 1.8rem;
  }
}
.connect__lead:after {
  position: absolute;
  background: #f68014;
  height: 0.2rem;
  width: 4rem;
  content: "";
  bottom: -3.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .connect__lead:after {
    bottom: -1.8rem;
  }
}

.connect__lead__text {
  position: relative;
  display: inline-block;
  overflow: visible;
  z-index: 0;
}
.connect__lead__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 1.1rem;
  background-color: #fff;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
@media screen and (max-width: 767px) {
  .connect__lead__text::after {
    bottom: 2px;
  }
}
.connect__lead__text.active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.connect__orange {
  color: #f68014;
  font-size: 4.3rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .connect__orange {
    font-size: 2rem;
  }
}

.connect__text {
  font-size: 2.4rem;
  margin-bottom: 3.2rem;
  line-height: 1.67;
  margin-top: 8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .connect__text {
    margin-top: 4rem;
    margin-bottom: 2rem;
    text-align: left;
    font-size: 1.6rem;
  }
}

.experts {
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden;
}

.parallax-map {
  background-position: top center;
  position: absolute;
  top: -60%;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.5;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .parallax-map {
    top: -40%;
    background-size: 45rem, cover;
    background-repeat: no-repeat;
  }
}

.experts__inner {
  padding-top: 12rem;
  padding-bottom: 14rem;
  position: relative;
}
.experts__inner .line-animate-wrapper {
  top: 15.5%;
}
@media screen and (max-width: 1239px) {
  .experts__inner .line-animate-wrapper {
    top: 9.3%;
  }
}
@media screen and (max-width: 767px) {
  .experts__inner .line-animate-wrapper {
    top: 7.3%;
  }
}
@media screen and (max-width: 516px) {
  .experts__inner .line-animate-wrapper {
    top: 10%;
  }
}
@media screen and (max-width: 450px) {
  .experts__inner .line-animate-wrapper {
    top: 12.4%;
  }
}
@media screen and (max-width: 767px) {
  .experts__inner {
    padding-top: 5rem;
    padding-bottom: 6.8rem;
  }
}

.experts__subtitle {
  font-size: 4.4rem;
  line-height: 1.36;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 24rem;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1239px) {
  .experts__subtitle {
    font-size: 3rem;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .experts__subtitle {
    font-size: 2.4rem;
    margin-bottom: 18rem;
  }
}
.experts__subtitle .experts__emphasis {
  color: #f68014;
  font-size: 7rem;
  font-family: "Stoke", serif;
  vertical-align: 0px;
  width: 23rem;
}
@media screen and (max-width: 1239px) {
  .experts__subtitle .experts__emphasis {
    font-size: 5rem;
    width: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .experts__subtitle .experts__emphasis {
    font-size: 3rem;
    width: 9.6rem;
  }
}

.odometer-digit {
  padding: 0 0.02em;
}

.experts__subtitle__text {
  display: inline-block;
  position: relative;
  overflow: visible;
}
.experts__subtitle__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
  height: 1.1rem;
  background-color: #fff;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
@media screen and (max-width: 767px) {
  .experts__subtitle__text::after {
    bottom: -1px;
  }
}
.experts__subtitle__text.active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.experts__subtitle__text:nth-child(1) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .experts__subtitle__text:nth-child(1)::after {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .experts__subtitle__text:nth-child(2) {
    margin-bottom: 1rem;
  }
}
.experts__subtitle__text:nth-child(2)::after {
  bottom: 2px;
}

.experts__num,
.experts__num span {
  font-size: 7rem;
  font-family: "Stoke", serif;
  margin-bottom: -4px;
}
@media screen and (max-width: 1239px) {
  .experts__num,
  .experts__num span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .experts__num,
  .experts__num span {
    font-size: 2.5rem;
    margin-bottom: -0.6px;
  }
}

.experts__surprise span {
  margin-bottom: -4px;
  font-size: 7.6rem;
}
@media screen and (max-width: 1239px) {
  .experts__surprise span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .experts__surprise span {
    font-size: 2.8rem;
    margin-bottom: -1px;
  }
}

.experts__lead {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .experts__lead {
    margin-bottom: 3rem;
  }
}

.experts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .experts__list {
    gap: 0.8rem;
  }
}

.experts__item {
  width: calc((100% - 8rem) / 5);
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1239px) {
  .experts__item {
    width: calc(33.3% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .experts__item {
    width: calc(33.6% - 0.8rem);
  }
}

.experts__label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f68014;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.4rem 1.2rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .experts__label {
    font-size: 0.8rem;
  }
}

.experts__image img {
  width: 100%;
  height: auto;
  max-height: 22.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 1239px) {
  .experts__image img {
    max-height: 100%;
  }
}

.experts__info {
  border-top: 3px solid #f68014;
  height: 10.7rem;
  padding: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .experts__info {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 500px) {
  .experts__info {
    height: 5.9rem;
  }
}

.experts__office {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .experts__office {
    font-size: 2.1vw;
  }
}

.experts__name-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}

.experts__badge {
  display: inline-block;
  font-size: 1.4rem;
  background: #fff2d5;
  padding: 0.2rem 0.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .experts__badge {
    font-size: 2.1vw;
  }
}

.experts__name {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .experts__name {
    font-size: 2.2vw;
  }
}

.experts__note {
  font-size: 1.4rem;
  margin-top: 3rem;
  text-align: right;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .experts__note {
    text-align: left;
    margin-bottom: 4rem;
  }
}

.custom-odometer {
  font-size: 4rem;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.custom-odometer span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  -webkit-animation: digitFadeUp 0.5s ease-out forwards;
          animation: digitFadeUp 0.5s ease-out forwards;
}

@-webkit-keyframes digitFadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes digitFadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.support {
  background-image: url("/lp01/field/souzoku/img/support-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .support {
    overflow: hidden;
    background-image: url("/lp01/field/souzoku/img/support-bg-sp.png");
  }
}
.support .support__inner {
  max-width: 96rem;
  margin: 0 auto;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .support .support__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.support .support__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .support .support__head {
    position: relative;
  }
}
.support .support__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 60rem;
  -webkit-transform: translateX(-12rem);
          transform: translateX(-12rem);
}
@media screen and (max-width: 1239px) {
  .support .support__text {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .support .support__text {
    max-width: 100%;
    margin-bottom: 2.4rem;
  }
}
.support .support__title {
  font-size: 6rem;
  line-height: 1.33;
  margin-bottom: 6.3rem;
  text-align: left;
}
@media screen and (max-width: 1239px) {
  .support .support__title {
    font-size: 3.7rem;
  }
}
.support .support__title:after {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .support .support__title {
    font-size: 2.2rem;
    white-space: nowrap;
    margin-bottom: 4.3rem;
    margin-right: -3rem;
  }
}
.support .support__lead {
  text-align: left;
}
@media screen and (max-width: 1239px) {
  .support .support__lead {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .support .support__lead {
    font-size: 1.4rem;
  }
}
.support .support__image {
  margin-top: -4rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 35.6rem;
}
.support .support__image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .support .support__image {
    max-width: 22.3rem;
    margin-top: 0;
    position: static;
  }
}
.support .support__tag {
  position: absolute;
  bottom: 9.2rem;
  right: 0;
  width: 28rem;
  height: 6rem;
  background-image: url("/lp01/field/souzoku/img/support-person-bg.png");
  background-size: cover;
  font-size: 1.2rem;
  padding: 0.7rem 0 0.6rem 4rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .support .support__tag {
    background-image: url("/lp01/field/souzoku/img/support-person-bg-sp.png");
    width: 24.7rem;
    height: 6rem;
    bottom: 0;
    right: auto;
    left: -190px;
    font-size: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 470px) {
  .support .support__tag {
    bottom: -1.8rem;
  }
}
.support .support__box {
  margin-top: 2rem;
  background: #fff;
  border: 2rem solid #fbf8f1;
  padding: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .support .support__box {
    margin-top: 6rem;
    border: 0.8rem solid #fbf8f1;
    padding: 1rem;
  }
}
.support .support__box-header {
  background-image: url("/lp01/field/souzoku/img/support-head-bg.png");
  background-size: cover;
  font-size: 3.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 2.3rem 1rem 2rem 4rem;
  display: inline-block;
  margin-bottom: 2rem;
  margin-top: -1rem;
  -webkit-transform: translateX(-5rem);
          transform: translateX(-5rem);
  height: 10rem;
  width: 74.5rem;
}
@media screen and (max-width: 1239px) {
  .support .support__box-header {
    height: 8rem;
    width: 60rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .support .support__box-header {
    background-image: url("/lp01/field/souzoku/img/support-head-bg-sp.png");
    width: 28.2rem;
    height: 8rem;
    font-size: 1.8rem;
    padding: 1.2rem 1rem 2rem 1.3rem;
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
    margin-bottom: 1rem;
  }
}
.support .support__description {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .support .support__description {
    margin-bottom: 1.4rem;
  }
}
.support .support__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .support .support__grid {
    gap: 1.6rem;
  }
}
.support .support__item {
  width: calc((100% - 4rem) / 3);
  position: relative;
  border-top: 3px solid #f68014;
}
@media screen and (max-width: 767px) {
  .support .support__item {
    width: calc((100% - 1.6rem) / 2);
  }
}
.support .support__item img {
  width: 100%;
  display: block;
}
.support .support__item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support .support__item-text {
    font-size: 1.4rem;
  }
}

.case {
  background-color: #fff2d5;
  overflow: hidden;
}

.case__inner {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .case__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.case__container {
  background: #fff;
  margin-top: 7rem;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.case__container:nth-child(n+2) {
  margin-top: 3rem;
}

.case__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.case__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 2rem;
  background-size: cover;
  height: 10rem;
  width: 13rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case__label {
    height: 8rem;
    width: 11.4rem;
  }
}

.case__label--tokyo {
  background-image: url("/lp01/field/souzoku/img/case-tokyo.png");
}
@media screen and (max-width: 767px) {
  .case__label--tokyo {
    background-image: url("/lp01/field/souzoku/img/case-tokyo-sp.png");
  }
}

.case__label--osaka {
  background-image: url("/lp01/field/souzoku/img/case-osaka.png");
}
@media screen and (max-width: 767px) {
  .case__label--osaka {
    background-image: url("/lp01/field/souzoku/img/case-osaka-sp.png");
  }
}

.case__label--hyogo {
  background-image: url("/lp01/field/souzoku/img/case-hyogo.png");
}
@media screen and (max-width: 767px) {
  .case__label--hyogo {
    background-image: url("/lp01/field/souzoku/img/case-hyogo-sp.png");
  }
}

.case__label--fukushima {
  background-image: url("/lp01/field/souzoku/img/case-fukushima.png");
}
@media screen and (max-width: 767px) {
  .case__label--fukushima {
    background-image: url("/lp01/field/souzoku/img/case-fukushima-sp.png");
  }
}

.case__label-number {
  font-size: 1.6rem;
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

.case__label-number-num {
  font-size: 1.8rem;
  font-family: "Stoke", serif;
}

.case__label-area {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.55;
}

.case__head__title {
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 1rem;
  line-height: 1.42;
}
@media screen and (max-width: 1239px) {
  .case__head__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .case__head__title {
    font-size: min(4.4vw, 16px);
    line-height: 1.5;
  }
}

.case__body {
  background: #f9f9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .case__body {
    padding: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.case__info {
  background: #fff7e6;
  padding: 2rem;
  width: 100%;
  max-width: 42rem;
}
@media screen and (max-width: 767px) {
  .case__info {
    padding: 1rem;
    margin: 0 auto;
  }
}

.case__bl--bottom {
  margin-top: 2rem;
}

.case__dl {
  font-size: 1.6rem;
  line-height: 1.6;
}

.case__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.3rem 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case__row {
    padding: 1rem;
  }
}

.case__bl--bottom__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.3rem 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-top: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .case__bl--bottom__top {
    padding: 1.3rem;
  }
}

.case__term {
  font-weight: 400;
  font-size: 1.4rem;
}

.case__term--bottom {
  font-weight: bold;
  color: #f68014;
  font-size: 1.6rem;
  line-height: 1.25;
}

.case__bl--bottom__btm {
  border-top: 2px solid #fff;
  padding: 1.3rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .case__bl--bottom__btm {
    padding: 1.3rem;
  }
}

.case__value {
  font-weight: bold;
  color: #f68014;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
}

.case__people {
  font-weight: 500;
}

.case__price {
  font-size: 3rem;
  font-family: "Stoke", serif;
  vertical-align: -2px;
}
@media screen and (max-width: 767px) {
  .case__price {
    font-size: 8vw;
  }
}

.case__row--assets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  border-bottom: none;
  padding-bottom: 0;
}

.case__assets {
  line-height: 1.88;
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  font-size: 1.6rem;
}

.case__asset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case__asset--total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1rem;
  gap: 2rem;
}
.case__asset--total span {
  font-weight: 500;
}

.case__voice {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 28rem;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 767px) {
  .case__voice {
    min-width: auto;
  }
}

.case__voice-meta {
  width: 100%;
}

.case__voice-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .case__voice-user {
    margin-bottom: 1rem;
  }
}

.case__voice-img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case__voice-name {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.86;
}
@media screen and (max-width: 767px) {
  .case__voice-name {
    line-height: 1.2;
    font-size: 1.6rem;
  }
}

.case__voice-role {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .case__voice-role {
    font-size: 3.5vw;
  }
}

.case__voice-role-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .case__voice-role-wrap {
    margin-top: 7px;
  }
}

.case__voice-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .case__voice-rating {
    gap: 0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .case__stars img {
    width: 24vw;
  }
}

.case__score {
  font-size: 3rem;
  font-family: "Stoke", serif;
  color: #f68014;
  height: 3rem;
  margin-top: -28px;
}

.case__voice-comment {
  line-height: 1.86;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .case__voice-comment {
    margin-bottom: 1.5rem;
  }
}

.case__coordinator {
  border-top: 2px solid #e2e2e2;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .case__coordinator {
    padding-top: 1.5rem;
  }
}

.case__coordinator-title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}

.case__coordinator-text {
  font-size: 1.4rem;
  line-height: 1.86;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .case__coordinator-text {
    margin-bottom: 1rem;
  }
}

.case__coordinator-footer {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.case__coordinator-role {
  font-size: 1.2rem;
}

.case__coordinator-img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.case__coordinator-name {
  font-size: 1.2rem;
}

.case__slider {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .case__slider {
    margin-top: 6rem;
  }
}

.case__slider__head-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.8rem;
  margin-bottom: 3rem;
}

.case__slider__head {
  font-size: 2.6rem;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  white-space: nowrap;
}

.case__slider__line {
  height: 2px;
  background: #fff;
  width: 80%;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  position: absolute;
  top: 140%;
  left: 50%;
  width: 8px;
  height: 8px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    top: 100%;
  }
}

.swiper-button-prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after {
    left: 41%;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-next::after {
    left: 34%;
  }
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.case .swiper {
  overflow: visible;
}

.case .swiper-button-prev,
.case .swiper-button-next {
  position: absolute;
  z-index: 10;
  top: -60px;
  bottom: 0;
  margin: auto;
}

.case .swiper-button-prev::before,
.case .swiper-button-next::before {
  background-color: #333333;
  opacity: 0.3;
  -webkit-box-shadow: var(--box-shadow-dark);
  box-shadow: var(--box-shadow-dark);
  width: 40px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .case .swiper-button-prev::before,
  .case .swiper-button-next::before {
    width: 28px;
    height: 78px;
  }
}

.case .swiper-button-prev::after,
.case .swiper-button-next::after {
  border-color: #fff;
}

.case .swiper-button-prev {
  left: -40px;
}

.case .swiper-button-next {
  right: -40px;
}

.case .slide {
  overflow: hidden;
  -webkit-transition: var(--transition), opacity 1s;
  transition: var(--transition), opacity 1s;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.case .slide-media {
  padding-top: 62.5%;
}

.case .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}

.case .slide-content {
  padding: 3.2rem;
}

.case .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}

.case .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}

.case .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  .l-inner {
    padding: 0 30px;
  }
  .pc {
    display: none !important;
  }
  .case .swiper {
    padding: 0 3rem;
  }
  .case .swiper-button-prev {
    left: 0;
  }
  .case .swiper-button-next {
    right: 0;
  }
}
@media only screen and (max-width: 599px) {
  .pc-tab {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    opacity: 0.4;
  }
  .case .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .case .slide:hover img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
.reviewcomment {
  min-height: 396px;
  max-width: 310px;
  margin: auto;
  background: #f9f9f9;
}

.reviewcomment-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.6rem;
  background: #fff;
}

.reviewcomment-head img {
  padding-right: 10px;
}

.reviewcomment-head p img {
  padding-right: 0;
}

.reviewcomment-head div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  white-space: nowrap;
}

.reviewcomment-head span {
  font-size: 12px;
  font-weight: normal;
}

.reviewcomment-head p {
  margin: 0;
  text-align: right;
  white-space: nowrap;
  font-family: "Stoke", serif;
}

.reviewcomment-head p strong {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1; /* 高さを揃える */
  position: relative;
  top: 5px; /* 数値の表示位置を少し下げる */
  color: #f68014;
  vertical-align: 3px;
}

.reviewcomment-head p span {
  font-size: 2rem;
  font-weight: bold;
}

.reviewcomment-head p img {
  height: 17px;
  width: auto;
}

.reviewcomment-inner {
  background: #f9f9f9;
  padding: 1.6rem;
}

.reviewcomment-inner div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; /* 横並びにする */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; /* 左右に分ける */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央揃え */
}

.reviewcomment-inner-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 左側の幅を可変に */
  text-align: left; /* 左揃え */
  font-size: 12px; /* テキストサイズ */
}

.reviewcomment-inner-right {
  text-align: right; /* 右揃え */
  font-size: 2rem; /* テキストサイズ */
  font-family: "Stoke", serif;
}

.reviewcomment .reviewcomment-bottm-text {
  background: #ffffff;
  padding: 1.6rem;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  line-height: 1.75;
  font-size: 1.4rem;
  font-weight: 500;
  height: 13rem;
}
@media screen and (max-width: 767px) {
  .reviewcomment .reviewcomment-bottm-text {
    line-height: 1.4;
    font-size: 1.2rem;
    height: 9rem;
  }
}

.reviewcomment p {
  font-size: 16px;
  font-weight: bold;
}

.star-half {
  position: relative;
  display: inline-block;
  color: lightgray; /* 全体の初期色 */
}

.star-half::before {
  content: "\f005"; /* FontAwesomeの★（solid star） */
  position: absolute;
  top: 0;
  left: 0;
  width: 50%; /* 左半分だけ塗る */
  height: 100%;
  overflow: hidden;
  color: yellow; /* 左半分の色 */
  -webkit-clip-path: inset(0 50% 0 0);
          clip-path: inset(0 50% 0 0); /* 左半分だけ表示 */
}

@media screen and (max-width: 1200px) {
  .reviewcomment {
    min-height: 380px;
    max-width: 310px;
  }
  .reviewcomment-head img {
    width: 40px;
  }
  .reviewcomment-head p img {
    height: 12px;
    width: auto;
  }
  .reviewcomment-head p strong {
    font-size: 26px;
  }
  .reviewcomment-head div {
    font-size: 11px;
  }
  .reviewcomment-inner-left {
    font-size: 11px; /* テキストサイズ */
  }
}
@media screen and (max-width: 999px) {
  .reviewcomment {
    max-width: 100%;
    min-width: 100%;
    min-height: auto;
    width: 28.5rem;
    padding-bottom: 1.5rem;
  }
  /* Swiperのラッパーを中央揃え */
  .case .swiper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; /* 横並びにする */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; /* コンテンツを中央揃え */
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; /* 縦方向の中央揃え（必要なら追加） */
    position: relative; /* 必要に応じてSwiper全体を操作 */
    padding: 0;
  }
  .case .swiper-slide {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* 中央揃えのreviewcomment */
  .reviewcomment {
    margin: 0 auto; /* 中央揃え */
  }
}
.case__slider-mask {
  position: relative;
}

.case__slider-mask::before,
.case__slider-mask::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 5;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 1239px) {
  .case__slider-mask::before,
  .case__slider-mask::after {
    display: none;
  }
}

.case__slider-mask::before {
  left: -550px;
  background-image: url("/lp01/field/souzoku/img/slide-grad.png");
  width: 620px;
  height: 540px;
}

.case__slider-mask::after {
  right: -550px;
  background-image: url("/lp01/field/souzoku/img/slide-grad.png");
  width: 620px;
  height: 540px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.case .cta-text {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .case .cta-text {
    margin-top: 4rem;
  }
}

.flow {
  background: #f1f1f1;
}
.flow .flow__inner {
  max-width: 90rem;
  margin: 0 auto;
  padding-top: 12rem;
  padding-bottom: 8.7rem;
}
@media screen and (max-width: 767px) {
  .flow .flow__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.flow .flow__title {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .flow .flow__title {
    margin-bottom: 4rem;
  }
}
.flow .flow__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.flow .flow__wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow .flow__wrapper {
    margin-top: 0;
  }
}
.flow .flow__bar {
  position: absolute;
  top: 0;
  left: 49%;
  width: 1rem;
  height: 100%;
  -webkit-transform: translateX(-50%) translateX(10px);
          transform: translateX(-50%) translateX(10px);
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .flow .flow__bar {
    left: 47.6%;
  }
}
.flow .flow__bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fddbb1), color-stop(51%, #f9a11b), to(#ff7761));
  background-image: -webkit-linear-gradient(top, #fddbb1, #f9a11b 51%, #ff7761);
  background-image: linear-gradient(to bottom, #fddbb1, #f9a11b 51%, #ff7761);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.flow .flow__bar.animate::before {
  -webkit-animation: flowBarGrow 1s ease-out forwards;
          animation: flowBarGrow 1s ease-out forwards;
}
@-webkit-keyframes flowBarGrow {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes flowBarGrow {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.flow .flow__items {
  position: relative;
  z-index: 1;
}
.flow .flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-bottom: 2rem;
  position: relative;
}
.flow .flow__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .flow .flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.flow .flow__item:nth-child(1) .flow__label {
  background: #fff7e6;
}
.flow .flow__item:nth-child(2) .flow__label {
  background: #fde0be;
}
.flow .flow__item:nth-child(3) .flow__label {
  background: #fbc893;
}
.flow .flow__item:nth-child(4) .flow__label {
  background: #f9af67;
}
.flow .flow__item:nth-child(5) .flow__label {
  background: #f89941;
}
.flow .flow__item:nth-child(6) .flow__label {
  background: #f68014;
}
.flow .flow__label {
  position: relative;
  min-width: 13rem;
  height: 14rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow .flow__label span {
  margin-left: -1.4rem;
}
@media screen and (max-width: 767px) {
  .flow .flow__label {
    min-width: 12rem;
    height: 16rem;
    margin-right: auto;
    -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  }
}
.flow .flow__label-step {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .flow .flow__label-step {
    font-size: 1.4rem;
  }
}
.flow .flow__label-num {
  font-size: 4.6rem;
  font-family: "Stoke", serif;
}
@media screen and (max-width: 767px) {
  .flow .flow__label-num {
    font-size: 4rem;
  }
}
.flow .flow__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 2rem 1.5rem 0;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .flow .flow__body {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .flow .flow__image {
    max-width: 19.8rem;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 100%;
    height: auto;
  }
}
.flow .flow__image img {
  display: block;
  width: 15rem;
  height: 11rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .flow .flow__image img {
    width: 100%;
    height: auto;
  }
}
.flow .flow__content {
  padding: 2rem;
}
.flow .flow__subtitle {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .flow .flow__subtitle {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.flow .flow__desc {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .flow .flow__desc {
    line-height: 1.71;
  }
}

.flow__note {
  text-align: center;
  margin-top: 4rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .flow__note {
    margin-top: 2rem;
  }
}

.faq {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#e8e8e8));
  background-image: -webkit-linear-gradient(left, #fff, #e8e8e8);
  background-image: linear-gradient(to right, #fff, #e8e8e8);
}
.faq .faq__inner {
  padding-top: 12rem;
  padding-bottom: 12rem;
  max-width: 90rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .faq .faq__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.faq .faq__item {
  background-color: #fff;
  border-radius: 3.5rem;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 2rem;
}
.faq .faq__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .faq .faq__item {
    margin-bottom: 1.5rem;
    border-radius: 1rem;
  }
}
.faq .faq__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 3.3rem;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq .faq__question {
    padding: 1rem 3.5rem 1rem 1.6rem;
  }
}
.faq .faq__icon {
  font-size: 3.6rem;
  font-family: "Stoke", serif;
}
@media screen and (max-width: 767px) {
  .faq .faq__icon {
    font-size: 2.6rem;
  }
}
.faq .faq__icon--answer {
  color: #f68014;
}
.faq .faq__text {
  margin-left: 3.3rem;
}
@media screen and (max-width: 767px) {
  .faq .faq__text {
    margin-left: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.42;
  }
}
.faq .faq__toggle-wrapper {
  position: absolute;
  right: 3.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq .faq__toggle-wrapper {
    right: 1.2rem;
  }
}
.faq .faq__toggle {
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  margin-left: 1.5rem;
  -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;
}
.faq .faq__toggle::before,
.faq .faq__toggle::after {
  content: "";
  position: absolute;
  background: #000;
  border-radius: 1px;
}
.faq .faq__toggle::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq .faq__toggle::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq .faq__item.active .faq__toggle::after {
  opacity: 0;
  height: 0;
}
.faq .faq__answer {
  max-height: 0;
  overflow: hidden;
  background-color: #fff7ef;
  padding: 0 3.3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  -webkit-transition: max-height 0.2s ease, padding 0.2s ease;
  transition: max-height 0.2s ease, padding 0.2s ease;
}
@media screen and (max-width: 767px) {
  .faq .faq__answer {
    padding: 0 3.5rem 0 1.6rem;
  }
}
.faq .faq__answer.is-open {
  max-height: 500px;
  padding: 1.2rem 3.3rem;
}
@media screen and (max-width: 767px) {
  .faq .faq__answer.is-open {
    padding: 1rem 3.5rem 1rem 1.6rem;
  }
}
.faq .faq__item.active .faq__answer {
  display: block;
}
.faq .faq__a-icon {
  color: #f68014;
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 1rem;
  float: left;
  line-height: 1.6;
}

.faq__answer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feature {
  background-color: #f1f1f1;
}
.feature .feature__inner {
  padding-top: 12rem;
  padding-bottom: 6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .feature .feature__inner {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}
.feature .feature__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.2rem;
}
@media screen and (max-width: 1239px) {
  .feature .feature__grid {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__grid {
    gap: 2rem 0.5rem;
  }
}
.feature .feature__item {
  background: #fff;
  border-top: 3px solid #f68014;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  width: 100%;
  max-width: 28.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature .feature__item {
    padding: 2rem 1rem;
    width: calc(50% - 0.5rem);
  }
}
.feature .feature__icon {
  width: 100%;
  height: 10rem;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature .feature__icon {
    height: 8rem;
  }
}
.feature .feature__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .feature .feature__icon img {
    max-height: 7.6rem;
  }
}
.feature .feature__item-title {
  font-size: 2.2rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  line-height: 1.36;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature .feature__item-title {
    font-size: 1.4rem;
  }
}
.feature .feature__text {
  font-size: 1.4rem;
  line-height: 2.14;
}
@media screen and (max-width: 767px) {
  .feature .feature__text {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}

.gray-bg {
  position: relative;
  z-index: 0;
}

.badge {
  position: absolute;
  top: -107%;
  right: 50%;
  width: 87rem;
  height: 87rem;
  background: url("/lp01/field/souzoku/img/badge.png") no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .badge {
    width: 50rem;
    height: 50rem;
    right: 30%;
    top: -80%;
  }
}

.risk {
  background: #f1f1f1;
}
.risk .risk__inner {
  max-width: 96rem;
  margin: 0 auto;
  padding-top: 6rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .risk .risk__inner {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
.risk .risk__blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.risk .risk__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(77%, #fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fff, #fff 77%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fff, #fff 77%, rgba(255, 255, 255, 0));
  padding: 4rem 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 1239px) {
  .risk .risk__block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .risk .risk__block {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 2rem 1rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(85%, #fff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #fff, #fff 85%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, #fff, #fff 85%, rgba(255, 255, 255, 0));
  }
}
.risk .risk__block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(77%, #fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(right, #fff, #fff 77%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to left, #fff, #fff 77%, rgba(255, 255, 255, 0));
}
@media screen and (max-width: 767px) {
  .risk .risk__block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(85%, #fff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #fff, #fff 85%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, #fff, #fff 85%, rgba(255, 255, 255, 0));
  }
}
.risk .risk__image {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .risk .risk__image {
    width: 100%;
    margin-top: 2rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.risk .risk__image img {
  margin: auto;
  width: 31rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .risk .risk__image img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.risk .risk__content {
  width: 50%;
  max-width: 42rem;
}
@media screen and (max-width: 767px) {
  .risk .risk__content {
    padding: 0;
    width: 100%;
  }
}
.risk .risk__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2rem;
  border-bottom: 2px solid #d4d4d4;
}
@media screen and (max-width: 767px) {
  .risk .risk__head {
    padding-bottom: 1rem;
    gap: 2rem;
    line-height: 1.5;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 384px) {
  .risk .risk__head {
    gap: 1.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.risk .risk__icon img {
  width: 7rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .risk .risk__icon img {
    width: 6rem;
  }
}
.risk .risk__lead {
  font-size: 2.2rem;
  font-weight: 500;
  margin-left: 2rem;
  line-height: 1.36;
}
@media screen and (max-width: 1239px) {
  .risk .risk__lead {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .risk .risk__lead {
    font-size: 1.6rem;
    margin-left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 384px) {
  .risk .risk__lead {
    font-size: 1.5rem;
  }
}
.risk .risk__sub {
  display: block;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .risk .risk__sub {
    font-size: 1.4rem;
  }
}
.risk .risk__text {
  font-size: 1.4rem;
  line-height: 2.14;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .risk .risk__text {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 0;
  }
}
.risk .risk__note {
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .risk .risk__note {
    font-size: 1.2rem;
    text-align: left;
  }
}

.about {
  position: relative;
  overflow: hidden;
}

.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/lp01/field/souzoku/img/about-bg.png");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.about__inner {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 1239px) {
  .about__inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 1000px) {
  .about__inner {
    gap: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about__cloud {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.about__cloud img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .about__cloud {
    bottom: -1rem;
  }
}

.about__content {
  position: relative;
  z-index: 1;
}

.about__lead {
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  margin-bottom: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about__lead {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}

.about__title {
  text-align: left;
}
.about__title:after {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.about__desc {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .about__desc {
    font-size: 1.4rem;
    text-align: left;
  }
}

.about__figures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
  max-width: 56rem;
}
@media screen and (max-width: 767px) {
  .about__figures {
    max-width: 40rem;
    gap: 1.5rem 1rem;
  }
}

.about__figure {
  width: calc(50% - 1rem);
}
.about__figure img {
  width: 100%;
  height: auto;
  display: block;
}

.about__building {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 50%;
  max-width: 60rem;
  position: relative;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (max-width: 1000px) {
  .about__building {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .about__building {
    min-width: 15rem;
    margin-top: -3rem;
  }
}

.about__building img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .about__building img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.office {
  background: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .office {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.office__inner {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(23%, #fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(right, #fff, #fff 23%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to left, #fff, #fff 23%, rgba(255, 255, 255, 0));
}
@media screen and (max-width: 767px) {
  .office__inner {
    padding: 2rem 0;
  }
}

@media screen and (max-width: 767px) {
  .office__container {
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.office__label {
  display: inline-block;
  padding: 0.8rem 2rem 0.8rem 1.6rem;
  font-size: 2.4rem;
  font-weight: 500;
  width: 18rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-3%, rgba(255, 238, 228, 0.6)), color-stop(50%, rgba(249, 161, 27, 0.6)), to(rgba(255, 119, 97, 0.6)));
  background-image: -webkit-linear-gradient(left, rgba(255, 238, 228, 0.6) -3%, rgba(249, 161, 27, 0.6) 50%, rgba(255, 119, 97, 0.6));
  background-image: linear-gradient(to right, rgba(255, 238, 228, 0.6) -3%, rgba(249, 161, 27, 0.6) 50%, rgba(255, 119, 97, 0.6));
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  margin-bottom: 1.5rem;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .office__label {
    font-size: 1.6rem;
    padding: 0.4rem 2rem 0.4rem 1.6rem;
    margin-bottom: 0;
  }
}

.office__title {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .office__title {
    font-size: 2.4rem;
    display: none;
  }
}
.office__title .office__title-num {
  font-size: 5.6rem;
  line-height: 1;
  font-family: "Stoke", serif;
  vertical-align: -4px;
}
@media screen and (max-width: 767px) {
  .office__title .office__title-num {
    font-size: 3rem;
  }
}

.office__header {
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .office__header {
    padding: 2rem 1rem 0 0;
  }
}

.office__map {
  text-align: center;
  margin-top: -15rem;
}
@media screen and (max-width: 767px) {
  .office__map {
    margin-top: -2.4rem;
  }
  .office__map img {
    margin: 0 auto;
    width: 100%;
  }
}

.greeting {
  background: #f1f1f1;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .greeting {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.greeting .greeting__inner {
  max-width: 96rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3rem 0 0 3rem;
  gap: 4rem;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(77%, #fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fff, #fff 77%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fff, #fff 77%, rgba(255, 255, 255, 0));
}
.greeting .greeting__inner:after {
  height: 0.2rem;
  background: #d4d4d4;
  width: 93.3%;
  content: "";
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .greeting .greeting__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 2rem 1rem;
  }
  .greeting .greeting__inner::after {
    top: 135px;
    width: 95%;
  }
}
.greeting .greeting__label {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .greeting .greeting__label {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }
}
.greeting .greeting__title {
  font-size: 4rem;
  line-height: 1.35;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .greeting .greeting__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.greeting .greeting__message {
  font-size: 1.4rem;
  line-height: 1.71;
  max-width: 53rem;
}
@media screen and (max-width: 767px) {
  .greeting .greeting__message {
    font-size: 1.4rem;
  }
}
.greeting .greeting__sign {
  text-align: right;
  margin-top: 2rem;
  font-size: 1.4rem;
}
.greeting .greeting__sign img {
  width: 13.5rem;
  display: inline-block;
  margin-left: 0.5rem;
}
.greeting .greeting__image {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .greeting .greeting__image {
    position: absolute;
    top: 1.8rem;
    right: 1rem;
  }
}
.greeting .greeting__image img {
  width: 33rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .greeting .greeting__image img {
    width: 11.7rem;
    height: 11.7rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    display: block;
  }
}

.media {
  background: #f1f1f1;
  padding-top: 10rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .media {
    padding-top: 4.8rem;
    padding-bottom: 6rem;
  }
}
.media .media__inner {
  max-width: 96rem;
  margin: 0 auto;
}
.media .media__title {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .media .media__title {
    margin-bottom: 3.2rem;
  }
  .media .media__title:after {
    bottom: -2rem;
  }
}
.media .media__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .media .media__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 6rem;
  }
}
.media .media__section {
  width: calc(50% - 1rem);
  padding: 2rem 0;
  border-top: 2px solid #d4d4d4;
}
.media .media__section:nth-child(n+3) {
  border-bottom: 2px solid #d4d4d4;
}
@media screen and (max-width: 767px) {
  .media .media__section {
    width: 100%;
    border: none;
    padding: 0;
  }
}
.media .media__heading {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .media .media__heading {
    font-size: 1.6rem;
    text-align: left;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 1rem;
  }
}
.media .media__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.media .media__items--book {
  gap: 3rem 1rem;
}
@media screen and (max-width: 767px) {
  .media .media__items--book {
    gap: 1rem;
  }
}
.media .media__items--book img {
  max-width: 12rem;
  margin: 0 auto;
}
.media .media__items--logos {
  gap: 1rem;
}
.media .media__items--etc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .media .media__items--etc {
    gap: 1rem;
  }
}
.media .media__items--etc .media__item {
  width: 100%;
}
.media .media__items--etc .media__item img {
  width: 100%;
}
.media .media__item {
  width: calc(34.3% - 2rem);
}
@media screen and (max-width: 767px) {
  .media .media__item {
    width: calc(33.3% - 0.8rem);
  }
}
.media .media__item img {
  display: block;
  width: 100%;
  height: auto;
}
.media .media__desc {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 767px) {
  .media .media__desc {
    font-size: 1rem;
  }
}
.media .media__book-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .media .media__book-title {
    font-size: 1.2rem;
  }
}

.floating-form {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 38rem;
  height: 27rem;
  background: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  z-index: 1000;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  border: 4px solid #f68014;
}
@media screen and (max-width: 1400px) {
  .floating-form {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}
@media screen and (max-width: 767px) {
  .floating-form {
    display: none;
  }
}

.floating-form.is-open {
  height: 98vh;
}

.floating-form__header {
  background-color: #f68014;
  color: #fff;
  padding: 1.2rem 2rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1rem 1rem 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
}

.floating-form__header__icon {
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.floating-form__title {
  font-size: 2rem;
  text-align: center;
}

.floating-form__status {
  display: none;
  font-size: 1.4rem;
  background: #000;
  color: #fff;
  padding: 1.1rem 2.6rem;
  border-radius: 999px;
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.floating-form.is-dirty .floating-form__status {
  display: inline-block;
}

.floating-form__toggle {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}

.floating-form__toggle img {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.floating-form__toggle img.is-rotated {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 21%;
}

.floating-form__body {
  padding: 2rem 2.6rem;
  overflow-y: auto;
  height: calc(100% - 55px);
}

.floating-form__lead {
  margin-bottom: 16px;
}

.form-group {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
}

.form-textbox {
  margin-top: 1rem;
}

.required {
  background: #f68014;
  color: #fff;
  margin-right: 0.4rem;
  display: inline-block;
  font-size: 1rem;
  padding: 0.4rem 0.6rem;
  border-radius: 2px;
  vertical-align: middle;
}

.optional {
  font-size: 1rem;
  padding: 0.4rem 0.6rem;
  border-radius: 2px;
  vertical-align: middle;
  display: inline-block;
  background: #e0e0e0;
  color: #fff;
  margin-right: 0.4rem;
}

.form-textbox {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  color: inherit;
  font-family: inherit;
  font-size: 1.4rem;
  padding: 0.7em 0.8em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #f6f6f6;
}
.form-textbox::-webkit-input-placeholder {
  color: #b9b9b9;
}
.form-textbox::-moz-placeholder {
  color: #b9b9b9;
}
.form-textbox:-ms-input-placeholder {
  color: #b9b9b9;
}
.form-textbox::-ms-input-placeholder {
  color: #b9b9b9;
}
.form-textbox::placeholder {
  color: #b9b9b9;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #f68014;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  height: 8rem;
}

.form-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #f6f6f6 url("/lp01/field/souzoku/img/select-arrow.svg") no-repeat center right 10px/9px 5px;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.4rem;
}

.form-select::-ms-expand {
  display: none;
}

.form-radios {
  margin-top: 2rem;
}
.form-radios label {
  display: block;
  margin-bottom: 1.4rem;
}

.form-radiobtn {
  display: none;
}

.form-radiobtn + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.3em 0;
  padding: 0 0 0 1.7em;
  position: relative;
}

.form-radiobtn + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.form-radiobtn + span::after {
  -webkit-transform: translateY(-50%);
  background: #333;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  width: 8px;
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-radiobtn:checked + span::after {
  opacity: 1;
}

.form-checkbox-wrap {
  margin: 2rem 0;
}

.form-checkbox {
  display: none;
}

.form-checkbox + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.6em;
  position: relative;
}

.form-checkbox + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.form-checkbox + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #f68014;
  border-left: 3px solid #f68014;
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}

.form-checkbox:checked + span::after {
  opacity: 1;
}

label.consent {
  display: inline-block;
  margin-top: 8px;
}

.form-note {
  font-size: 11px;
  color: #3e464a;
  margin-top: 6px;
  line-height: 1.4;
}
.form-note a {
  color: #1d2088;
}

.floating-form__submit {
  -webkit-appearance: none;
  background-color: #e0e0e0;
  border: none;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  margin: 20px auto 8px;
  padding: 0.8em 2em;
  width: 90%;
  text-align: center;
  pointer-events: none;
}
.floating-form__submit.active {
  background-color: #f68014;
  pointer-events: auto;
}

.floating-form__submit:hover {
  opacity: 0.9;
}

.floating-form__caution {
  font-size: 1.4rem;
  color: #d95151;
  text-align: center;
}

.cta-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#e8e8e8));
  background-image: -webkit-linear-gradient(left, #fff, #e8e8e8);
  background-image: linear-gradient(to right, #fff, #e8e8e8);
}

.btn-container {
  padding-top: 4rem;
  padding-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .btn-container .sp-only {
    margin: 0 auto;
  }
  .btn-container img {
    width: 100%;
  }
}

.minnanosouzoku {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .minnanosouzoku {
    margin-bottom: 2rem;
  }
}

.minnanosouzoku__text {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .minnanosouzoku__text {
    font-size: 2rem;
  }
}

.moneyizm__text {
  font-size: 1.7rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .moneyizm__text {
    font-size: 1.4rem;
  }
}

/* ローディング用の白い画面 */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.8s ease, visibility 0.5s ease;
  transition: opacity 0.8s ease, visibility 0.5s ease;
}

/* JavaScriptで消すとき */
.js-enabled #loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.update-local-wrapper {
  position: relative;
  line-height: 1.4;
}

.update-text,
.local-text {
  font-weight: 900;
  display: block;
  position: relative;
  overflow: hidden;
  height: 1.4em;
}

.text-inner {
  display: block;
  position: relative;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.update-text .text-inner {
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background: -webkit-linear-gradient(left, #000 0%, #000 100%);
  background: linear-gradient(90deg, #000 0%, #000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  -webkit-transform: rotateY(-30deg) rotateZ(30deg) translateY(100%);
          transform: rotateY(-30deg) rotateZ(30deg) translateY(100%);
  -webkit-animation: rotateUp3D 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.066s forwards;
          animation: rotateUp3D 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.066s forwards;
}

.local-text .text-inner {
  opacity: 0;
  -webkit-transform: rotateY(-30deg) rotateZ(30deg) translateY(100%);
          transform: rotateY(-30deg) rotateZ(30deg) translateY(100%);
  -webkit-animation: rotateUp3D 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
          animation: rotateUp3D 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}

/* アニメーションのトリガーは .update-local-wrapper.in-view */
.update-local-wrapper.in-view .text-inner {
  -webkit-animation: rotateUp3D 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: rotateUp3D 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes rotateUp3D {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-30deg) rotateZ(30deg) translateY(100%);
            transform: rotateY(-30deg) rotateZ(30deg) translateY(100%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) rotateZ(0deg) translateY(0);
            transform: rotateY(0deg) rotateZ(0deg) translateY(0);
  }
}

@keyframes rotateUp3D {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-30deg) rotateZ(30deg) translateY(100%);
            transform: rotateY(-30deg) rotateZ(30deg) translateY(100%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) rotateZ(0deg) translateY(0);
            transform: rotateY(0deg) rotateZ(0deg) translateY(0);
  }
}
.fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); /* リッチな動き */
  will-change: opacity, transform;
}

.fade-up.displayed {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.btnshine {
  position: relative;
  display: inline-block;
  color: #fff;
  background: transparent;
  text-decoration: none;
  overflow: hidden;
  border-radius: 100px;
}

.btnshine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.btnshine:hover::before {
  -webkit-animation: shine 0.7s;
          animation: shine 0.7s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.fixed-btn {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s;
  transition: opacity 0.5s ease, visibility 0.5s;
}
.fixed-btn.visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1860px) {
  .fixed-btn {
    width: 68vw;
    left: calc(50% - 200px);
  }
}
@media screen and (max-width: 1400px) {
  .fixed-btn {
    width: 68vw;
    left: calc(50% - 155px);
  }
}
@media screen and (max-width: 1280px) {
  .fixed-btn {
    width: 65vw;
  }
}
@media screen and (max-width: 1040px) {
  .fixed-btn {
    width: 56vw;
  }
}
@media screen and (max-width: 767px) {
  .fixed-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 45rem;
    gap: 0.4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    bottom: 0.4rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .fixed-btn a {
    border-radius: 0;
  }
}
.fixed-btn img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fixed-btn__tel {
    width: 44%;
  }
  .fixed-btn__contact,
  .fixed-btn__line {
    width: 27%;
  }
}
.fixed-btn__top {
  margin-top: 1.3rem;
  margin-left: 1.1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fixed-btn__top:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .fixed-btn__top {
    max-width: 4rem;
  }
}

.fixed-btn__contact {
  position: relative;
}
.fixed-btn__contact .fixed-btn__contact__tag {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1rem;
  width: 17vw;
}

#formStatus-sp {
  display: none;
}
#formStatus-sp.is-open {
  display: block;
}

.fixed-btn__top-sp {
  position: fixed;
  z-index: 10;
  bottom: 6.4rem;
  right: 1.6rem;
  opacity: 0;
  visibility: hidden;
}
.fixed-btn__top-sp.visible {
  opacity: 1;
  visibility: visible;
}
.fixed-btn__top-sp img {
  display: block;
  width: 5rem;
  height: 5rem;
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  gap: 100px;
}
@media screen and (max-width: 1239px) {
  .footer-inner {
    gap: 30px;
  }
}

.footer-logo {
  margin-bottom: 1.5rem;
  max-width: 371px;
}
@media screen and (max-width: 1239px) {
  .footer-logo {
    max-width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 100%;
    margin-bottom: 0;
    max-width: 32rem;
  }
}
.footer-logo img {
  width: 100%;
}

.footer-tel {
  margin: 20px 0;
}

.footer-address {
  line-height: 1.8;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .footer-address {
    text-align: left;
    margin-top: 30px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-cta-web {
  margin-bottom: 15px;
}

.footer-cta-line {
  margin-bottom: 20px;
}

.footer-address-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.footer-address-item a {
  color: #fff;
  text-decoration: underline;
}
.footer-address-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .footer-address-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.footer-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.footer-address-item-name {
  width: 60px;
}

.footer-nav-container {
  width: 63%;
}

.footer-nav-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  gap: 106px;
  line-height: 1.3;
}
@media screen and (max-width: 1239px) {
  .footer-nav-area {
    padding-right: 5rem;
    gap: 60px;
  }
}
.footer-nav-area > div {
  width: 50%;
  max-width: 280px;
}
.footer-nav-area a {
  color: inherit;
}

.footer-section-title {
  font-weight: bold;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
}

.footer-link-list {
  margin-top: 18px;
}
.footer-link-list a {
  display: inline-block;
  margin-bottom: 18px;
  position: relative;
}
.footer-link-list a::before {
  width: 0;
  height: 1px;
  content: "";
  bottom: -2px;
  left: 0;
  position: absolute;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-link-list a::after {
  background-image: url("/lp01/field/souzoku/img/right-arrow.svg");
  background-size: cover;
  content: "";
  position: absolute;
  top: 3px;
  right: -18px;
  width: 6px;
  height: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-link-list a:hover::before {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-link-list a:hover::after {
  right: -20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer-link-list a.company-link::after {
  background-image: url("/lp01/field/souzoku/img/link-icon.svg");
  right: -20px;
  width: 12px;
  height: 12px;
}

.footer-cert-and-copy {
  width: 345px;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 43px;
}
.footer-cert-and-copy a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .footer-cert-and-copy {
    width: 100%;
    margin-right: auto;
    text-align: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-cert img {
  min-width: 57px;
}

.footer-cert-text {
  line-height: 1.8;
  font-size: 100;
  font-size: 12px;
}
.footer-cert-text a {
  text-decoration: underline;
