.home main {
  margin-top: calc(0px - var(--header-height));
}
.home .fv {
  --z-index: 0;
  --fv-height: calc((1293.893129771 / 900) * 100vw);
  height: var(--fv-height);
}
@media screen and (min-width: 900px) {
  .home .fv {
    --fv-height: 630px;
  }
}
.home .fv .fv__text {
  position: relative;
  -webkit-padding-before: calc((549.6183206107 / 900) * 100vw);
          padding-block-start: calc((549.6183206107 / 900) * 100vw);
  -webkit-padding-after: calc((82.4427480916 / 900) * 100vw);
          padding-block-end: calc((82.4427480916 / 900) * 100vw);
  z-index: calc(var(--z-index) + 1);
}
@media screen and (min-width: 900px) {
  .home .fv .fv__text {
    -webkit-padding-before: 190px;
            padding-block-start: 190px;
    -webkit-padding-after: 65px;
            padding-block-end: 65px;
  }
}
.home .fv .fv__text > * {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .home .fv .fv__text > * {
    max-width: 737px;
  }
}
.home .fv .fv__bn {
  display: block;
  position: relative;
  z-index: calc(var(--z-index) + 1);
  max-width: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 900px) {
  .home .fv .fv__bn {
    max-width: 560px;
  }
}
.home .fv .fv__bn:hover {
  opacity: 0.7;
}
.home .fv .fv__bg {
  width: 100%;
  position: absolute;
  z-index: var(--z-index);
  top: 0;
  right: 0;
}
.home .fv .fv__bg * {
  width: 100%;
  height: var(--fv-height);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.home .service {
  --z-index: 0;
  padding-block: calc((84.7328244275 / 900) * 100vw) calc((87.0229007634 / 900) * 100vw);
  overflow-x: hidden;
}
@media screen and (min-width: 900px) {
  .home .service {
    padding-block: 78px 52px;
  }
}
.home .service .heading {
  -webkit-margin-after: calc((103.0534351145 / 900) * 100vw);
          margin-block-end: calc((103.0534351145 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .service .heading {
    -webkit-margin-after: 59px;
            margin-block-end: 59px;
  }
}
.home .service .service__lead {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: calc((45.8015267176 / 900) * 100vw);
  line-height: calc((80.1526717557 / 900) * 100vw);
  letter-spacing: 0.07em;
  -webkit-margin-after: calc((24.0458015267 / 900) * 100vw);
          margin-block-end: calc((24.0458015267 / 900) * 100vw);
  text-align: center;
}
@media screen and (min-width: 900px) {
  .home .service .service__lead {
    font-size: 24px;
    line-height: 35px;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
.home .service .service__value {
  display: block flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc((183.2061068702 / 900) * 100vw);
  font-weight: 700;
  line-height: calc((160.3053435115 / 900) * 100vw);
  text-align: center;
  -webkit-margin-after: calc((29.7709923664 / 900) * 100vw);
          margin-block-end: calc((29.7709923664 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .service .service__value {
    font-size: 146px;
    line-height: 120px;
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}
.home .service .service__value > span {
  font-size: calc((59.5419847328 / 900) * 100vw);
  line-height: 1.1;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .home .service .service__value > span {
    font-size: 26px;
  }
}
.home .service .service__value sub {
  font-size: 8px;
  line-height: 1;
  font-weight: 600;
  vertical-align: baseline;
}
.home .service .service__desc {
  font-size: calc((32.0610687023 / 900) * 100vw);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: calc((64.1221374046 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .service .service__desc {
    font-size: 15px;
    line-height: 30px;
  }
}
.home .service .service__desc sub {
  font-size: calc((18.320610687 / 900) * 100vw);
  vertical-align: baseline;
}
@media screen and (min-width: 900px) {
  .home .service .service__desc sub {
    font-size: 8px;
  }
}
.home .service .service__notes {
  font-size: calc((22.9007633588 / 900) * 100vw);
  -webkit-margin-before: calc((22.9007633588 / 900) * 100vw);
          margin-block-start: calc((22.9007633588 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .service .service__notes {
    font-size: 10px;
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}
.home .service .service__intro {
  max-width: 1556px;
  width: 100%;
  margin-inline: auto;
  -webkit-margin-after: calc((87.0229007634 / 900) * 100vw);
          margin-block-end: calc((87.0229007634 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .service .service__intro {
    -webkit-margin-after: 45px;
            margin-block-end: 45px;
  }
}
.home .service .service__intro .service__intro-container {
  max-width: 100%;
  width: 100%;
  -webkit-margin-after: calc((34.3511450382 / 900) * 100vw);
          margin-block-end: calc((34.3511450382 / 900) * 100vw);
  text-align: center;
}
@media screen and (min-width: 900px) {
  .home .service .service__intro .service__intro-container {
    max-width: 500px;
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
    text-align: left;
  }
}
.home .service .service__intro .service__intro-bg {
  width: 100%;
  position: relative;
  bottom: 0;
  right: 0;
  z-index: var(--z-index);
  -webkit-margin-before: calc((-109.9236641221 / 900) * 100vw);
          margin-block-start: calc((-109.9236641221 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .service .service__intro .service__intro-bg {
    position: absolute;
    bottom: -17px;
    right: -112px;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.home .service .service__intro .service__intro-bg * {
  width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .home .service .service__intro .service__intro-bg * {
    width: clamp(300px, 96%, 1160px);
  }
}
.home .service .service__intro .service__lead {
  font-size: calc((45.8015267176 / 900) * 100vw);
  -webkit-margin-after: calc((16.0305343511 / 900) * 100vw);
          margin-block-end: calc((16.0305343511 / 900) * 100vw);
  text-align: left;
  letter-spacing: 0.13em;
  line-height: calc((77.8625954198 / 900) * 100vw);
  text-align: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: grid;
}
@media screen and (min-width: 900px) {
  .home .service .service__intro .service__lead {
    font-size: 21px;
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
    text-align: left;
    line-height: 1.6;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home .service .service__intro .service__value {
  font-size: calc((327.4809160305 / 900) * 100vw);
  line-height: calc((320.6106870229 / 900) * 100vw);
  -webkit-margin-after: calc((17.1755725191 / 900) * 100vw);
          margin-block-end: calc((17.1755725191 / 900) * 100vw);
  -webkit-margin-start: -0.35em;
          margin-inline-start: -0.35em;
}
@media screen and (min-width: 900px) {
  .home .service .service__intro .service__value {
    font-size: 274px;
    line-height: 210px;
    -webkit-margin-after: 27px;
            margin-block-end: 27px;
    -webkit-margin-start: -0.08em;
            margin-inline-start: -0.08em;
  }
}
.home .service .service__intro .service__value sub {
  inset-inline-end: calc((-68.7022900763 / 900) * 100vw);
  inset-block-end: 0;
  font-size: calc((25.1908396947 / 900) * 100vw);
  inset-inline-end: calc((-9.1603053435 / 900) * 100vw);
  inset-block-end: calc((38.9312977099 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .service .service__intro .service__value sub {
    inset-inline-end: -30px;
    inset-block-end: 0;
    font-size: 11px;
    inset-inline-end: -70px;
    inset-block-end: -3px;
  }
}
.home .service .service__intro .service__desc {
  max-width: 100%;
  width: 100%;
  text-align: justify;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 900px) {
  .home .service .service__intro .service__desc {
    max-width: 480px;
  }
}
.home .service .service__intro .service__notes {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  letter-spacing: 0.04em;
  line-height: calc((38.9312977099 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .service .service__intro .service__notes {
    line-height: 17px;
  }
}
.home .service .service__list {
  position: relative;
  display: block flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0 calc((91.6030534351 / 900) * 100vw);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  -webkit-margin-after: calc((64.1221374046 / 900) * 100vw);
          margin-block-end: calc((64.1221374046 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .service .service__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 40px;
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
  }
}
.home .service .service__list::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: var(--color-gray-300);
}
@media screen and (min-width: 900px) {
  .home .service .service__list::after {
    display: block;
  }
}
.home .service .service__list .service__list-item {
  max-width: 100%;
  width: 100%;
  padding-block: 0;
}
@media screen and (min-width: 900px) {
  .home .service .service__list .service__list-item {
    max-width: 500px;
    padding-block: 32px 14px;
  }
}
.home .service .service__list .service__list-item:nth-child(1) {
  border-bottom: solid 1px var(--color-gray-300);
  padding-block: 0 calc((73.2824427481 / 900) * 100vw);
  -webkit-margin-after: calc((73.2824427481 / 900) * 100vw);
          margin-block-end: calc((73.2824427481 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .service .service__list .service__list-item:nth-child(1) {
    max-width: 500px;
    padding-block: 32px 14px;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    border-bottom: 0;
  }
}
.home .service .service__img {
  max-width: 100%;
  width: 100%;
  display: block grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc((18.320610687 / 900) * 100vw);
}
.home .service .service__img img:nth-child(1) {
  grid-column: 1;
  grid-row: 2;
}
.home .service .service__img img:nth-child(2) {
  grid-column: 2;
  grid-row: 2;
}
.home .service .service__img img:nth-child(3) {
  grid-column: 1/-1;
  grid-row: 1;
}
@media screen and (min-width: 900px) {
  .home .service .service__img {
    max-width: 1360px;
    grid-template-columns: 350fr 350fr 620fr;
    gap: 20px;
  }
  .home .service .service__img img:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .home .service .service__img img:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .home .service .service__img img:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }
}
.home .company {
  padding-block: calc((73.2824427481 / 900) * 100vw) calc((27.4809160305 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .company {
    padding-block: 54px 43px;
  }
}
.home .company .heading {
  -webkit-margin-after: calc((77.8625954198 / 900) * 100vw);
          margin-block-end: calc((77.8625954198 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .company .heading {
    -webkit-margin-after: 44px;
            margin-block-end: 44px;
  }
}
.home .company .company__list {
  display: block flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .company .company__list .company__list-item {
  display: block flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc((45.8015267176 / 900) * 100vw);
  border-bottom: solid 1px var(--color-gray-300);
  padding-block: calc((57.2519083969 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .company .company__list .company__list-item {
    gap: 40px;
    padding-block: 28px;
  }
}
.home .company .company__list .company__list-item:last-child {
  border-bottom: none;
}
.home .company .company__list .company__list-item dt {
  max-width: calc((137.4045801527 / 900) * 100vw);
  width: 100%;
  font-size: calc((34.3511450382 / 900) * 100vw);
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 900px) {
  .home .company .company__list .company__list-item dt {
    max-width: 86px;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}
.home .company .company__list .company__list-item dd {
  letter-spacing: 0.02em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: calc((45.8015267176 / 900) * 100vw);
  font-size: calc((34.3511450382 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .company .company__list .company__list-item dd {
    line-height: 20px;
    font-size: 16px;
  }
}
.home .company .company__list .company__list-representative {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .home .company .company__list .company__list-representative {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px 44px;
  }
}
.home .news {
  padding-block: calc((96.1832061069 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .news {
    padding-block: 52px;
  }
}
.home .news .heading {
  -webkit-margin-after: calc((91.6030534351 / 900) * 100vw);
          margin-block-end: calc((91.6030534351 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .news .heading {
    -webkit-margin-after: 54px;
            margin-block-end: 54px;
  }
}
.home .news .news__list {
  display: block flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: solid 1px var(--color-gray-200);
}
.home .news .news__list .news__list-item {
  display: block flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc((22.9007633588 / 900) * 100vw);
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  border-bottom: solid 1px var(--color-gray-200);
  padding-block: calc((45.8015267176 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .news .news__list .news__list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding-block: 28px;
  }
}
.home .news .news__list .news__list-item > a {
  font-size: calc((34.3511450382 / 900) * 100vw);
  text-decoration: none;
  letter-spacing: 0.02em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: calc((57.2519083969 / 900) * 100vw);
}
.home .news .news__list .news__list-item > a:hover {
  color: var(--color-primary);
}
@media screen and (min-width: 900px) {
  .home .news .news__list .news__list-item > a {
    font-size: 16px;
    line-height: 1.6;
  }
}
.home .news .news__list .news__list-meta {
  display: block flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc((32.0610687023 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .news .news__list .news__list-meta {
    gap: 10px;
  }
}
.home .news .news__list .news__list-meta time {
  font-size: calc((34.3511450382 / 900) * 100vw);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--color-gray-500);
  width: calc((210.6870229008 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .news .news__list .news__list-meta time {
    font-size: 16px;
    width: 94px;
  }
}
.home .news .news__list .news__list-tag {
  display: block grid;
  place-content: center;
  width: calc((229.0076335878 / 900) * 100vw);
  height: calc((68.7022900763 / 900) * 100vw);
  border: solid 1px var(--color-gray-500);
  font-size: calc((27.4809160305 / 900) * 100vw);
  color: var(--color-gray-500);
  font-weight: 700;
  border-radius: calc((4.5801526718 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .news .news__list .news__list-tag {
    width: 100px;
    height: 35px;
    font-size: 12px;
    border-radius: 2px;
  }
}
.home .contact {
  --z-index: 0;
  padding-block: calc((137.4045801527 / 900) * 100vw) calc((114.5038167939 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .contact {
    padding-block: 80px 70px;
  }
}
.home .contact .heading {
  gap: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-after: calc((64.1221374046 / 900) * 100vw);
          margin-block-end: calc((64.1221374046 / 900) * 100vw);
}
@media screen and (min-width: 900px) {
  .home .contact .heading {
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-margin-after: 36px;
            margin-block-end: 36px;
  }
}
.home .contact .contact__container {
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0px 0px calc((22.9007633588 / 900) * 100vw) rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px calc((22.9007633588 / 900) * 100vw) rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding-inline: calc((45.8015267176 / 900) * 100vw);
  padding-block: calc((73.2824427481 / 900) * 100vw) calc((64.1221374046 / 900) * 100vw);
  z-index: calc(var(--z-index) + 1);
}
@media screen and (min-width: 900px) {
  .home .contact .contact__container {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding-inline: 40px;
    padding-block: 40px 47px;
  }
}
.home .contact .contact__info {
  font-size: calc((33.893129771 / 900) * 100vw);
  letter-spacing: 0.1em;
  line-height: calc((66.4122137405 / 900) * 100vw);
  letter-spacing: 0.1em;
  -webkit-margin-after: calc((57.2519083969 / 900) * 100vw);
          margin-block-end: calc((57.2519083969 / 900) * 100vw);
  text-align: left;
}
@media screen and (min-width: 900px) {
  .home .contact .contact__info {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.03em;
    -webkit-margin-after: 25px;
            margin-block-end: 25px;
    text-align: center;
  }
}
.home .contact .contact__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: calc((709.9236641221 / 900) * 100vw);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 900px) {
  .home .contact .contact__bg {
    height: 310px;
  }
}