.fv {
  position: relative;
  width: 100%;
}

.fv__inner {
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .fv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fv__content {
  text-align: right;
  width: clamp(390px, 133.333vw - 1210px, 610px);
  margin-left: auto;
  position: absolute;
  top: 17.5%;
  right: 13.6996336996%;
  z-index: 2;
}
@media screen and (min-width: 1501px) {
  .fv__content {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 1200px) {
  .fv__content {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 1000px) {
  .fv__content {
    right: 13.6996336996%;
  }
}
@media screen and (max-width: 900px) {
  .fv__content {
    width: 100%;
    position: static;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  .fv__content {
    padding-inline: 20px;
  }
}

.fv__title {
  font-family: "Shippori Antique B1", sans-serif;
  font-size: clamp(38px, 13.333vw - 122px, 60px);
  line-height: 1.2833333333;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .fv__title {
    font-size: 30px;
  }
}

.fv__text {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .fv__text {
    font-size: 14px;
  }
}

.fv-bottom {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(36, 92, 41, 0.5);
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .fv-bottom {
    display: none;
  }
}

.fv-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  height: 100%;
}

.fv-bottom__btn {
  text-align: center;
}
.fv-bottom__btn .button {
  border-color: #ffffff;
}
.fv-bottom__btn .button:hover {
  background-color: #ffffff;
  color: #245c29;
}
.fv-bottom__btn .button:hover::before {
  background: url("../img/icon/tryangle-green-main.png") no-repeat center center/contain;
}

.fv__image {
  height: 100%;
}
@media screen and (max-width: 900px) {
  .fv__image {
    position: relative;
  }
}
@media screen and (max-width: 900px) {
  .fv__image::before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0.2)), to(rgb(255, 255, 255)));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 10%, rgb(255, 255, 255));
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.fv__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.service {
  background-color: #f6f8f6;
}

.service__box {
  width: 86%;
  margin-block: 85px 60px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service__box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .service__box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service__box .heading {
    line-height: 1.75;
  }
}

.service__btn-link {
  width: 58.1395348837%;
}
@media screen and (max-width: 600px) {
  .service__btn-link {
    width: 100%;
  }
}

.service__map-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .service__map-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 0;
  }
}

.service__map-text {
  line-height: 1.75;
}

.service__map-btn {
  text-align: center;
}

.company {
  padding-block: 90px 100px;
}
@media screen and (max-width: 768px) {
  .company {
    padding-block: 45px;
  }
}

.company__content {
  text-align: center;
}

.company__text {
  line-height: 1.75;
}

.company__btn {
  text-align: center;
}

.company__btn-link.is-type3 {
  border-color: #d43b6d;
  color: #d43b6d;
}
.company__btn-link.is-type3::before {
  background: url("../img/icon/tryangle-red.png") no-repeat center center/contain;
}
.company__btn-link.is-type3:hover {
  background-color: #d43b6d;
  color: #ffffff;
}
.company__btn-link.is-type3:hover::before {
  background: url("../img/icon/tryangle-white.png") no-repeat center center/contain;
}