.nav-pc li:nth-child(1) a {
  color: #9fc53c;
}
.nav-pc li:nth-child(1) a::before {
  background-color: #9fc53c;
  width: 100%;
}

.section-hero {
  position: relative;
  padding: 3.03vw 0 0;
}
@media screen and (max-width: 480px) {
  .section-hero {
    padding: 20px 0 0;
  }
}
.section-hero .txt {
  z-index: 10;
}
.section-hero .txt h2 {
  font-feature-settings: "palt";
  font-size: 5.151vw;
  font-weight: bold;
  color: #2c2c2c;
  line-height: 1;
}
.section-hero .txt span {
  font-size: 3.939vw;
}
.section-hero .box .swiper {
  margin-top: 2vw;
}
.section-hero .box .swiper-wrapper {
  transition-timing-function: linear;
}
.section-hero .box .swiper-slide {
  width: auto;
}
.section-hero .box .swiper-slide img {
  width: 44vw;
}
.section-hero .img01 {
  position: absolute;
  top: 10vw;
  right: 4vw;
  z-index: 10;
}
.section-hero .img01 img {
  width: 30vw;
}
.section-about {
  position: relative;
  padding: 12vw 0;
  overflow: hidden;
}
.section-about::before {
  content: "ABOUT";
  position: absolute;
  top: -1.818vw;
  left: 0;
  z-index: -1;
  font-family: "Outfit", sans-serif;
  font-size: 12.121vw;
  font-weight: 600;
  line-height: 1;
  color: #f5f5f5;
  transform: skewX(-8deg);
  letter-spacing: -0.05em;
}
.section-about::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  transform: translateY(-60%) perspective(21vw) rotateX(23deg);
  z-index: -1;
  background-color: #f5f5f5;
  -webkit-mask-image: url("../../img/common/title-map.png");
          mask-image: url("../../img/common/title-map.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center right;
          mask-position: center right;
  width: 50%;
  height: 140%;
}
@media screen and (max-width: 768px) {
  .section-about::after {
    top: 30%;
  }
}
.section-about .box {
  display: grid;
  grid-template-columns: 36vw auto;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .section-about .box {
    grid-template-columns: 1fr;
  }
}
.section-about .box__left .txt01 {
  margin-top: 4.545vw;
  font-size: 2.4vw;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .section-about .box__left .txt01 {
    margin-top: 35px;
    font-size: 18.6px;
  }
}
.section-about .box__left .txt01 span {
  color: #9fc53c;
}
.section-about .box__right h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1320px) {
  .section-about .box__right h3 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .section-about .box__right h3 {
    font-size: 15px;
  }
}
.section-about .box__right h3 span {
  display: inline-block;
  background-color: #9fc53c;
  margin-top: 0.8vw;
  padding: 0.6vw 1vw;
  color: #fff;
}
.section-about .box__right .txt01 {
  margin-top: 4vw;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .section-about .box__right .txt01 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .section-about .box__right .txt01 {
    margin-top: 20px;
  }
}
.section-service {
  position: relative;
  z-index: 0;
  background: #4a5f9c;
  background: linear-gradient(to right, rgb(74, 95, 156) 0%, rgb(30, 81, 162) 100%);
  padding: 12vw 0 4vw;
  overflow: hidden;
}
.section-service::before {
  content: "SERVICE";
  position: absolute;
  top: -1.818vw;
  left: 0;
  z-index: -1;
  font-family: "Outfit", sans-serif;
  font-size: 12.121vw;
  font-weight: 600;
  line-height: 1;
  color: #4d63a3;
  transform: skewX(-8deg);
  letter-spacing: -0.05em;
}
.section-service h2 {
  color: #fff;
}
.section-service h3 {
  font-family: "Outfit", sans-serif;
  font-size: 5.4vw;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  transform: skewX(-8deg);
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .section-service h3 {
    font-size: 41px;
  }
}
@media screen and (max-width: 480px) {
  .section-service h3 {
    font-size: 28px;
  }
}
.section-service h4 {
  font-size: 2.727vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-service h4 {
    font-size: 21px;
  }
}
.section-service h4 span {
  display: inline-block;
  margin-right: 0.757vw;
  padding: 0.378vw 0.757vw;
  background: #fff;
  color: #174977;
}
@media screen and (max-width: 768px) {
  .section-service h4 span {
    margin-right: 5.8px;
    padding: 2.9px 5.8px;
  }
}
.section-service .box-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.515vw;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-service .box-1 {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-service .box-1 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.section-service .box-1-txt h4 {
  margin-top: 3.03vw;
}
.section-service .box-1-txt .txt01 {
  margin-top: 2.272vw;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section-service .box-1-txt .txt01 {
    font-size: 0.875rem;
  }
}
.section-service .box-1-img {
  text-align: center;
}
.section-service .box-1-img img {
  width: 40vw;
}
@media screen and (max-width: 768px) {
  .section-service .box-1-img img {
    width: 300px;
  }
}
.section-service .box-2 {
  display: grid;
  grid-template-columns: 54% 44%;
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "txt-1 img" "txt-2 txt-2";
  gap: 2%;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  .section-service .box-2 {
    padding: 40px 0;
  }
}
.section-service .box-2-txt-1 {
  grid-area: txt-1;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  padding: 14vw 0 16vw;
}
@media screen and (max-width: 480px) {
  .section-service .box-2-txt-1 {
    text-align: right;
  }
}
.section-service .box-2-txt-1::before {
  content: "";
  position: absolute;
  top: 4vw;
  left: 0;
  right: -1vw;
  bottom: -3vw;
  z-index: -1;
  background-color: #9fc53c;
  clip-path: polygon(0 0, 100% 0, 62% 100%, 0 100%);
}
.section-service .box-2-txt-1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
  filter: brightness(0.7);
}
.section-service .box-2-txt-1 .bg img {
  width: 100%;
}
.section-service .box-2-img {
  grid-area: img;
  padding-right: 5%;
}
@media screen and (max-width: 1024px) {
  .section-service .box-2-img {
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .section-service .box-2-img {
    padding-right: 0;
  }
}
.section-service .box-2-txt-2 {
  grid-area: txt-2;
  width: 50%;
  margin-top: -2vw;
  margin-left: 40%;
}
@media screen and (max-width: 768px) {
  .section-service .box-2-txt-2 {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .section-service .box-2-txt-2 {
    margin-top: 20px;
  }
}
.section-service .box-2-txt-2 .txt01 {
  margin-top: 2vw;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section-service .box-2-txt-2 .txt01 {
    font-size: 0.875rem;
  }
}
.section-service .box-3 {
  display: grid;
  grid-template-columns: 44% 54%;
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "img txt-1" "txt-2 txt-2";
  gap: 2%;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  .section-service .box-3 {
    padding: 40px 0;
  }
}
.section-service .box-3-img {
  grid-area: img;
  padding-left: 5%;
}
@media screen and (max-width: 1024px) {
  .section-service .box-3-img {
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .section-service .box-3-img {
    padding-left: 0;
  }
}
.section-service .box-3-txt-1 {
  grid-area: txt-1;
  position: relative;
  z-index: 1;
  padding: 14vw 0 16vw;
}
.section-service .box-3-txt-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1vw;
  right: 0;
  bottom: 4vw;
  z-index: -1;
  background-color: #9fc53c;
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
}
.section-service .box-3-txt-1 .bg {
  position: absolute;
  top: 4vw;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
  filter: brightness(0.7);
}
.section-service .box-3-txt-1 .bg img {
  width: 100%;
}
.section-service .box-3-txt-2 {
  grid-area: txt-2;
  width: 50%;
  margin-left: 30%;
}
@media screen and (max-width: 768px) {
  .section-service .box-3-txt-2 {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }
}
.section-service .box-3-txt-2 .txt01 {
  margin-top: 2vw;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section-service .box-3-txt-2 .txt01 {
    font-size: 0.875rem;
  }
}
.section-service .link01 {
  margin-top: 4vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-service .link01 {
    margin-top: 30px;
  }
}
.section-company {
  padding: 10vw 0;
  overflow: hidden;
}
.section-company .txt {
  position: relative;
  margin-top: -2vw;
  margin-bottom: -1.6vw;
  font-family: "Outfit", sans-serif;
  font-size: 12.121vw;
  font-weight: 600;
  line-height: 1;
  color: #9fc53c;
  transform: skewX(-8deg);
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .section-company .txt {
    margin-top: -15px;
    margin-bottom: -12px;
    font-size: 93px;
  }
}
@media screen and (max-width: 480px) {
  .section-company .txt {
    margin-top: -10px;
    margin-bottom: -8px;
    font-size: 60px;
  }
}
.section-company .box-1 {
  position: relative;
  z-index: 0;
  padding: 10vw 0;
  overflow: hidden;
}
.section-company .box-1::before {
  content: "";
  position: absolute;
  top: -1vw;
  left: 0;
  right: 0;
  bottom: -1vw;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9);
  clip-path: polygon(0 0, 63% 0, 49% 100%, 0 100%);
}
@media screen and (max-width: 480px) {
  .section-company .box-1::before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.section-company .box-1-txt {
  width: 45%;
  padding-left: 5%;
}
@media screen and (max-width: 1024px) {
  .section-company .box-1-txt {
    width: 50%;
    margin: 0;
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .section-company .box-1-txt {
    width: 100%;
    padding: 20px 40px;
  }
}
.section-company .box-1-txt .txt01 {
  margin-top: 2vw;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .section-company .box-1-txt .txt01 {
    font-size: 0.875rem;
  }
}
.section-company .box-1-txt .link {
  margin-top: 4vw;
}
.section-company .box-1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.section-company .box-1 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-company .box-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1vw;
}
@media screen and (max-width: 480px) {
  .section-company .box-2 {
    grid-template-columns: 1fr;
  }
}
.section-company .box-2-col a {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.section-company .box-2-col a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(8, 161, 167, 0.7);
  clip-path: polygon(57% 0, 100% 0, 100% 100%, 40% 100%);
  transition: background-color 0.3s ease;
}
.section-company .box-2-col a .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  transition: scale 0.3s ease;
}
.section-company .box-2-col a .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-company .box-2-col a:hover::before {
  background-color: #08a1a7;
}
.section-company .box-2-col a:hover .bg {
  scale: 1.1;
}
.section-company .box-2-txt {
  position: relative;
  width: 50%;
  margin-left: auto;
  padding: 8vw 0 11vw 5vw;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section-company .box-2-txt {
    padding: 61px 0 84px 38px;
  }
}
.section-company .box-2-txt .img {
  position: absolute;
  top: 53%;
  left: 10%;
}
.section-company .box-2-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  background-color: #fff;
  clip-path: polygon(0 76%, 91% 76%, 69% 62%, 71% 60%, 100% 79%, 0 79%);
  width: 7vw;
  height: 7vw;
}
@media screen and (max-width: 768px) {
  .section-company .box-2-txt::after {
    bottom: 3.8px;
    right: 7.6px;
    width: 53.7px;
    height: 53.7px;
  }
}
