/* color */
/* -------------------------------------------------------- */
/* Media Query */
/* -------------------------------------------------------- */
/* header */
/* -------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .header .h_inner .nav_content .gnav ul li .child {
    height: 180px;
  }
  .header .h_inner .nav_content .gnav ul li .child ul li a {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .header .h_inner .nav_content .gnav ul li .child ul {
    margin-bottom: 5px;
  }
}
/* mv */
/* -------------------------------------------------------- */
.mv .mv_slider .swiper-slide .mv_txt p {
  font-size: clamp(2.6rem, 5.6vw, 6rem);
  word-break: break-word;
}
.mv .mv_slider .swiper-slide .mv_txt p span {
  font-size: clamp(2.6rem, 5.6vw, 8rem);
}
@media only screen and (max-width: 767px) {
  .mv .mv_slider .swiper-slide .mv_txt p span {
    font-size: 0.8em;
  }
}
.mv .mv_slider .swiper-slide .mv_txt p.small {
  font-size: clamp(1.7rem, 4.2vw, 4.6rem);
}
.mv .mv_slider .swiper-slide .mv_txt.txt01 p {
  font-size: clamp(3rem, 6vw, 7.4rem);
}
.mv .mv_slider .swiper-slide .mv_txt.txt01 p.small {
  font-size: clamp(1.7rem, 4.2vw, 5rem);
}

@media only screen and (max-width: 767px) {
  .mv_slider .mv_logo_img01 {
    height: 54%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .mv_slider .mv_logo_img01 {
    left: -6%;
  }
}

/* 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);
}

/* 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;
  }
}
.company .certification_wrap .certificationbox {
  max-width: 810px;
}