/* color */
/* -------------------------------------------------------- */
/* Media Query */
/* -------------------------------------------------------- */
/* header */
/* -------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .header .h_inner .h_right .nav_content .gnav ul li .child {
    transform: translateX(-50%);
    height: 140px;
  }
}

/* footer */
/* -------------------------------------------------------- */
.footer .inner .main_width .f_left .f_logo_box .f_catch {
  top: -5px;
}
@media only screen and (max-width: 767px) {
  .footer .inner .main_width .f_left .f_logo_box .f_catch {
    font-size: 1.1rem;
    letter-spacing: 0;
    left: 70px;
  }
}

/* mv */
/* -------------------------------------------------------- */
.mv .mv_slider .swiper-slide .mv_txt {
  width: calc(100% - 500px);
}
@media only screen and (max-width: 768px) {
  .mv .mv_slider .swiper-slide .mv_txt {
    width: calc(100% - 40px);
  }
}
.mv .mv_slider .swiper-slide .mv_txt p {
  font-size: 5.8rem;
  word-break: break-word;
  line-height: 1.6;
}
@media only screen and (max-width: 1440px) {
  .mv .mv_slider .swiper-slide .mv_txt p {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .mv .mv_slider .swiper-slide .mv_txt p {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .mv .mv_slider .swiper-slide .mv_txt p {
    line-height: 1.2;
  }
}
.mv .mv_slider .swiper-slide .mv_txt p span {
  font-size: 4rem;
}
@media only screen and (max-width: 1440px) {
  .mv .mv_slider .swiper-slide .mv_txt p span {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .mv .mv_slider .swiper-slide .mv_txt p span {
    font-size: 1.6rem;
  }
}
.mv .mv_slider .swiper-slide .mv_txt p.small {
  font-size: 4rem;
}
@media only screen and (max-width: 1440px) {
  .mv .mv_slider .swiper-slide .mv_txt p.small {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .mv .mv_slider .swiper-slide .mv_txt p.small {
    font-size: 2rem;
  }
}

/* strengths_head_wrap */
/* -------------------------------------------------------- */
.strengths_head_wrap .inner .txt p.lead {
  margin-bottom: 20px;
  font-size: clamp(1.6rem, 2vw, 2rem);
}

/* strengths_item_wrap */
/* -------------------------------------------------------- */
.strengths_item_wrap .item_wrap .itembox .sttl {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
@media only screen and (max-width: 1139px) {
  .strengths_item_wrap .item_wrap .itembox dl.col dt {
    border-radius: 30px;
  }
}
.strengths_item_wrap .item_wrap .itembox dl.col02 dt {
  border-radius: 30px;
}

/* processing */
/* ------------------------------------ */
@media only screen and (max-width: 767px) {
  .strengths .strengths_wrap .sttl {
    border-radius: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .strengths .strengths_wrap .sttl span {
    padding: 2px 15px;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 1139px) {
  .strengths .strengths_wrap .sttl.sttl02 {
    border-radius: 36px;
  }
}
@media only screen and (max-width: 520px) {
  .strengths .strengths_wrap .sttl.sttl02 {
    border-radius: 54px;
  }
}
@media only screen and (max-width: 1139px) {
  .strengths .strengths_wrap .sttl.sttl02 span {
    padding: 2px 15px;
    border-radius: 30px;
  }
}

/* company */
/* -------------------------------------------------------- */
.company .outline_wrap .outlinebox .box dl {
  gap: 0 20px;
}
.company .outline_wrap .outlinebox .box dl dt {
  width: 120px;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  -moz-text-align-last: inherit;
       text-align-last: inherit;
  text-justify: inherit;
}
.company .outline_wrap .outlinebox .box dl dd {
  width: calc(100% - 140px);
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
.company .outline_wrap .outlinebox .box p {
  min-height: 120px;
}
@media only screen and (max-width: 767px) {
  .company .outline_wrap .outlinebox .box p {
    min-height: inherit;
  }
}
/*# sourceMappingURL=ajust_vn.css.map */