@font-face {
  font-family: WAKOROMAN;
  src: url(../fonts/WAKOROMAN.woff) format("woff"),
    url(../fonts/WAKOROMAN.otf) format("opentype");
}
html {
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-feature-settings: "palt";
  background: #fff;
  color: #000;
  font-family: ryo-gothic-plusn, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3,
    meiryo, メイリオ, sans-serif;
  font-size: 14px;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
body .js-fadeIn,
body.no-scroll {
  overflow: hidden;
}
body .js-fadeIn img {
  transform: scale(1.22);
  transition: transform 1.2s ease-in-out 0.05s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
body .js-fadeIn.is-active img {
  transform: scale(1);
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}
table {
  border-collapse: collapse;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s ease;
  }
}
li,
ul {
  list-style-type: none;
}
::-moz-selection {
  background-color: #f7f7f5;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #f7f7f5;
  color: #000;
  text-shadow: none;
}
.legacy-ie {
  background: #eee;
  left: 0;
  padding: 100px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.legacy-ie a {
  text-decoration: none;
}
.noscript {
  left: 0;
  padding: 100px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
} /*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  margin: 0;
  padding: 0;
}
hr {
  color: inherit;
  height: 0;
  overflow: visible;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit;
  text-indent: 0;
}
input {
  border-radius: 0;
}
[disabled] {
  cursor: default;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  color: inherit;
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled="true"] {
  cursor: default;
}

/*
.l-main {
  padding-top: 22px;
}
@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 28px;
  }
}
*/
.l-page {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .l-page {
    margin-top: 80px;
  }
}
/*.l-main {
  border-bottom: 1px solid #d5d5d5;
}*/
.p-business-container {
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 11.54%;
  padding-right: 11.54%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-business-container {
    max-width: calc(1200px + 16.66%);
    padding-left: 8.33%;
    padding-right: 8.33%;
  }
}
.p-business-container--sp-wide {
  padding-left: 5.13%;
  padding-right: 5.13%;
}
@media screen and (min-width: 768px) {
  .p-business-container--sp-wide {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }
}
.p-business-container--pc-wide {
  padding-left: 8.97%;
  padding-right: 8.97%;
}
@media screen and (min-width: 768px) {
  .p-business-container--pc-wide {
    max-width: calc(1220px + 15.28%);
    padding-left: 7.64%;
    padding-right: 7.64%;
  }
  .p-business-container--narrow {
    max-width: calc(1068px + 25.84%);
    padding-left: 12.92%;
    padding-right: 12.92%;
  }
  .main-visual {
    position: relative;
  }
}
.main-visual .main-visual__title {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .main-visual .main-visual__title {
    height: -moz-fit-content;
    height: fit-content;
    inset: 0;
    margin: auto;
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-visual .main-visual__title .title {
  color: #000;
  font-size: clamp(20px, 2.2177419355vw, 22px);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .main-visual .main-visual__title .title {
    font-size: clamp(22px, 1.9444444444vw, 28px);
  }
}
@media screen and (min-width: 768px) {
  .main-visual .main-visual__title .title--white {
    color: #fff;
  }
}
.main-visual .main-visual__img {
  aspect-ratio: 390/260;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-visual .main-visual__img {
    aspect-ratio: 1440/560;
  }
}
.p-business-contact {
  background-color: #f6f1eb;
  padding: clamp(100px, 11.0887096774vw, 110px) 0;
}
@media screen and (min-width: 992px) {
  .p-business-contact__inner {
    align-items: center;
    display: grid;
    gap: 3%;
    grid-template-columns: auto 76.6%;
    justify-content: space-between;
  }
  .p-business-contact__label {
    margin-left: clamp(16px, 3.3333333333vw, 48px);
  }
}
.p-business-contact__label .title {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-business-contact__list {
  margin: 48px auto 0;
  max-width: 83.3%;
}
@media screen and (min-width: 768px) {
  .p-business-contact__list {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(3, 1fr);
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .p-business-contact__list {
    margin: 0;
  }
}
.p-business-contact__content + .p-business-contact__content {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-business-contact__content + .p-business-contact__content {
    margin-top: 0;
  }
}
.p-business-contact__button {
  align-items: center;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  gap: 4px;
  height: 90px;
  justify-content: center;
  padding: 8px;
}
.p-business-contact__button span {
  font-size: clamp(11px, 1vw, 12px);
}
.p-business-back {
  font-size: clamp(12px, 1.310483871vw, 13px);
  margin: clamp(40px, 7.0564516129vw, 70px) auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-business-back a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.p-business-back:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  margin-top: 2px;
  width: 100%;
}
.intro {
  margin: 0 auto;
  padding: 80px 0 50px;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: clamp(80px, 16.1290322581vw, 160px) 0
      clamp(50px, 8.064516129vw, 80px);
  }
}
.intro__title {
  font-size: clamp(18px, 2.2177419355vw, 22px);
  font-weight: 500;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.67;
}
@media screen and (min-width: 768px) {
  .intro__title {
    line-height: 1.82;
    text-align: center;
  }
}
.intro__description {
  font-size: clamp(13px, 1.4112903226vw, 14px);
  line-height: 2;
  margin: clamp(48px, 6.4516129032vw, 64px) auto 0;
}
@media screen and (min-width: 768px) {
  .intro__description {
    line-height: 2.14;
    max-width: 880px;
    text-align: center;
  }
  .intro__description span {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .intro__description span {
    display: inline;
  }
}
.item {
  /*background-color: #f7f7f5;*/
  margin: 0 auto;
  padding: 50px 0 56px;
}
@media screen and (min-width: 768px) {
  .item {
    padding: clamp(50px, 8.8709677419vw, 88px) 0
      clamp(56px, 12.0967741935vw, 120px);
  }
}
.item__title {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: clamp(16px, 1.814516129vw, 18px);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
}
.item__list {
  margin-top: clamp(48px, 7.2580645161vw, 72px);
}
@media screen and (min-width: 554px) {
  .item__list {
    display: grid;
    gap: 40px 24px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .item__list {
    gap: clamp(40px, 4.6666666667vw, 56px) clamp(32px, 3.3333333333vw, 40px);
  }
}
@media screen and (min-width: 992px) {
  .item__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.item__content + .item__content {
  margin-top: 40px;
}
@media screen and (min-width: 554px) {
  .item__content + .item__content {
    margin-top: 0;
  }
}
.item__link {
  display: block;
}
.item__link .text {
  background-color: #fff;
  padding: clamp(32px, 3.3333333333vw, 40px) clamp(12px, 1.6666666667vw, 20px)
    clamp(12px, 2vw, 24px);
  text-align: center;
}
.item__link .title {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
}
.item__link .description {
  font-size: clamp(13px, 1.1666666667vw, 14px);
  margin-top: clamp(8px, 1.3333333333vw, 16px);
}
.item__link .image {
  aspect-ratio: 370/234;
  overflow: hidden;
}
.item__link .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.6s ease;
  width: 100%;
}
@media (hover) {
  .item__link:hover {
    opacity: 1;
  }
  .item__link:hover .image img {
    transform: scale(1.15);
  }
}
.info {
  padding: 70px 0;
}
.info__label {
  margin-top: clamp(50px, 7.0564516129vw, 70px);
}
.info__label .title {
  font-size: clamp(14px, 1.6129032258vw, 16px);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.info__label .title span {
  display: inline-block;
}
.info__list {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 992px) {
  .info__list {
    margin: 0 auto;
  }
}
.info__content {
  font-size: clamp(13px, 1.1666666667vw, 14px);
  line-height: 2;
  padding-left: clamp(18px, 2.0161290323vw, 20px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .info__content {
    line-height: 2.14;
  }
}
.info__content:before {
  content: "・";
  left: 0;
  position: absolute;
}
.info__content + .info__content {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .info__content + .info__content {
    margin-top: 18px;
  }
}
.p-business-info {
  background-color: #f7f7f5;
  font-size: clamp(13px, 1.1666666667vw, 14px);
  line-height: 1.85;
  padding: clamp(20px, 1.9444444444vw, 28px) 24px;
}
.p-business-info .label {
  width: 4em;
}
@media (hover) {
  .p-business-info .link:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.p-business-info .link--fax {
  pointer-events: none;
}
.p-business-info .sp-space {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-business-info .sp-space {
    margin-top: 0;
  }
}
.p-business-info span {
  display: block;
}
@media screen and (min-width: 390px) {
  .p-business-info span {
    display: inline-block;
  }
}
.p-business-info--wide {
  margin: 0 auto;
  max-width: 560px;
  padding: clamp(24px, 1.9444444444vw, 28px) 48px;
}
@media screen and (min-width: 768px) {
  .p-business-info--wide {
    max-width: 640px;
  }
}
@media screen and (min-width: 1200px) {
  .p-business-info--wide {
    max-width: 880px;
  }
}
.p-business-info--sp {
  margin-top: 24px;
  padding: 0;
}
.c-business-title {
  font-size: clamp(18px, 1.8333333333vw, 22px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.67;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-business-title {
    line-height: 1.82;
  }
}
.intro {
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  .intro {
    margin: clamp(60px, 12.0967741935vw, 120px) auto 0;
  }
}
.intro__description {
  font-size: clamp(13px, 1.1666666667vw, 14px);
  line-height: 2;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .intro__description {
    line-height: 2.14;
    max-width: 880px;
    text-align: center;
  }
  .intro__description span {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .intro__description span {
    display: inline;
  }
}
.item {
  margin: 60px auto 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .item {
    margin: 60px auto;
  }
}
@media screen and (min-width: 1200px) {
  .item {
    margin: 60px auto 0;
    padding-bottom: calc(1em + 8px);
  }
}
.item__wrap {
  margin: 40px auto 0;
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  .item__wrap {
    margin: clamp(40px, 8.064516129vw, 80px) auto 0;
    max-width: 640px;
  }
}
@media screen and (min-width: 1200px) {
  .item__wrap {
    display: grid;
    gap: 32px;
    grid-template-columns: auto 38.58%;
    margin: clamp(60px, 8.064516129vw, 80px) 0 0;
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .item__list {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}
.item__content .image {
  position: relative;
}
.item__content figcaption {
  font-size: clamp(12px, 1.0833333333vw, 13px);
  margin-top: 8px;
}
@media screen and (min-width: 1200px) {
  .item__content figcaption {
    bottom: calc(-1em - 12px);
    left: 0;
    margin-top: 0;
    position: absolute;
  }
}
.item__content + .item__content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .item__content + .item__content {
    margin-top: 0;
  }
}
.item__description {
  background-color: #f7f7f5;
  display: flex;
  flex-direction: column;
  font-size: clamp(13px, 0.9722222222vw, 14px);
  justify-content: center;
  line-height: 2;
  margin: 40px calc(-50vw + 50%) 0;
  padding: 45px;
}
@media screen and (min-width: 768px) {
  .item__description {
    line-height: 2.14;
    margin: 80px 0 0;
    padding: 40px clamp(24px, 5.5555555556vw, 80px);
  }
}
@media screen and (min-width: 1200px) {
  .item__description {
    margin: 0;
  }
}
.item__description > p + p {
  margin-top: clamp(25px, 2.0833333333vw, 30px);
}
.item-table {
  margin: 60px auto 0;
}
.item-table__wrap {
  margin: 40px auto 0;
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  .item-table__wrap {
    margin: clamp(40px, 8.064516129vw, 80px) auto 0;
    max-width: 640px;
  }
}
@media screen and (min-width: 1200px) {
  .item-table__wrap {
    margin: clamp(60px, 8.064516129vw, 80px) 0 0;
    max-width: none;
  }
}
.item-table__list {
  display: grid;
  gap: clamp(30px, 6.0483870968vw, 60px) clamp(20px, 2.0833333333vw, 30px);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1200px) {
  .item-table__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.item-table__content .image {
  overflow: hidden;
}
.item-table__content .image img {
  transition: transform 0.6s ease;
}
.item-table__content .figcaption {
  font-size: clamp(11px, 1vw, 12px);
  margin-top: 10px;
}
.item-table__content .price {
  display: flex;
  font-size: clamp(11px, 1vw, 12px);
  gap: 10px;
  margin-top: 10px;
}
.item-table__link {
  display: inline-block;
  height: 100%;
  width: 100%;
}
@media (hover) {
  .item-table__link:hover {
    opacity: 1;
  }
  .item-table__link:hover .image img {
    transform: scale(1.15);
  }
}
.item-table__action {
  margin: clamp(60px, 10.0806451613vw, 100px) auto 0;
  max-width: 560px;
}
@media screen and (min-width: 768px) {
  .item-table__action {
    max-width: 640px;
  }
}
@media screen and (min-width: 1200px) {
  .item-table__action {
    max-width: 600px;
  }
}
.item-table__action .button {
  align-items: center;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  height: clamp(80px, 9.0725806452vw, 90px);
  justify-content: center;
}
.item-table__action p {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 2;
}
.item-table__action span {
  font-size: clamp(10px, 0.9166666667vw, 11px);
  line-height: 2;
}
.item-catalog {
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  .item-catalog {
    margin: clamp(60px, 12.0967741935vw, 120px) auto 0;
  }
}
.item-catalog__wrap {
  margin: clamp(60px, 8.064516129vw, 80px) auto 0;
  max-width: 480px;
}
@media screen and (min-width: 992px) {
  .item-catalog__wrap {
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .item-catalog__wrap {
    margin: clamp(60px, 8.064516129vw, 80px) 0 0;
  }
}
@media screen and (min-width: 992px) {
  .item-catalog__content {
    align-items: center;
    display: grid;
    gap: 7.5%;
    grid-template-columns: 35.77% auto;
  }
}
.item-catalog__content + .item-catalog__content {
  margin-top: clamp(60px, 10.0806451613vw, 100px);
}
.item-catalog__content .image {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .item-catalog__content .image {
    margin-top: 0;
  }
}
.item-catalog__content .c-business-title {
  letter-spacing: 0.05em;
}
.item-catalog__description {
  background-color: #f7f7f5;
  margin: 40px calc(-50vw + 50%) 0;
  padding: 40px 45px 45px;
}
@media screen and (min-width: 768px) {
  .item-catalog__description {
    background-color: transparent;
    margin: 0;
    padding: 0;
  }
}
.item-catalog__description .text {
  font-size: clamp(13px, 1.1666666667vw, 14px);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .item-catalog__description .text {
    background-color: #f7f7f5;
    line-height: 2.14;
    margin: 40px 0 0;
    padding: 32px 40px;
  }
}
.item-catalog__description .button {
  align-items: center;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  height: clamp(80px, 9.0725806452vw, 90px);
  justify-content: center;
  margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .item-catalog__description .button {
    width: auto;
  }
}
.item-catalog__description .button p {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 2;
}
.item-catalog__description .button span {
  font-size: clamp(10px, 0.9166666667vw, 11px);
  line-height: 2;
}
.flow {
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  .flow {
    margin: clamp(60px, 15.1209677419vw, 150px) auto
      clamp(60px, 7.0564516129vw, 70px);
  }
}
.flow__list {
  margin-top: clamp(60px, 8.064516129vw, 80px);
}
@media screen and (min-width: 992px) {
  .flow__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.flow__content {
  padding: 20px 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .flow__content {
    padding: 0;
  }
}
.flow__content:after {
  background-color: #d5d5d5;
  content: "";
  display: block;
  height: 100%;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 1px;
}
@media screen and (min-width: 992px) {
  .flow__content:after {
    content: none;
  }
}
.flow__content .number {
  display: block;
  position: relative;
  z-index: 1;
}
.flow__content .number span {
  align-items: center;
  display: flex;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: clamp(12px, 1.0833333333vw, 13px);
  gap: 8px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 992px) {
  .flow__content .number span {
    padding-bottom: 10px;
  }
}
.flow__content .number span:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .flow__content .number:before {
    background-color: #d5d5d5;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 4px;
    position: absolute;
    width: 1px;
  }
  .flow__content .number:after {
    background-color: #d5d5d5;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
.flow__content .description {
  margin-left: 28px;
  margin-top: clamp(12px, 2vw, 24px);
}
@media screen and (min-width: 992px) {
  .flow__content .description {
    margin-left: 0;
    padding-right: clamp(20px, 3.3333333333vw, 48px);
  }
}
.flow__content .title {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .flow__content .title {
    min-height: 54px;
  }
}
.flow__content .text {
  font-size: clamp(13px, 1.1666666667vw, 14px);
  margin-top: clamp(12px, 2vw, 24px);
}
.flow__content:first-child {
  padding: 0 0 20px;
}
@media screen and (min-width: 992px) {
  .flow__content:first-child {
    padding: 0;
  }
  .flow__content:first-child .number:after {
    left: 4px;
  }
}
.flow__info {
  margin-top: clamp(30px, 4.4444444444vw, 64px);
}
@media screen and (min-width: 768px) {
  .flow__info {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.info {
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  .info {
    margin: clamp(60px, 10.0806451613vw, 100px) auto 0;
  }
}

.l-footer__copyright{margin-top:0 !important;}
