@charset "utf-8";
@media(min-width: 961px) {
  .overview_sp_figure {
    display: none;
  }
}
@media(max-width: 960px) {
  .top_recruit_tile_flex {
    display: block;
    margin: 80px 0;
  }
  .top_recruit_tile_left, .top_recruit_tile_right {
    width: 100%;
    height: 70vw;
  }
  .top_recruit_tile_left::before, .top_recruit_tile_right::before {
    background-size: 110% auto;
  }
  .top_recruit_tile_left:hover::before, .top_recruit_tile_right:hover::before {
    background-size: 100% auto;
  }
  .top_recruit_tile_flex h5 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .top_recruit_tile_jp {
    font-size: 14px;
  }
  .service_lead {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .overview_lead {
    font-size: 20px;
  }
  .overview_section {
    padding: 60px 0;
  }
  .overview_inner {
    margin-left: 0;
    padding: 0 20px;
  }
  .overview_inner .figure1, .overview_inner .figure2, .overview_inner .figure3 {
    display: none;
  }
  .overview_lead {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .overview_sp_figure {
    display: block;
    width: calc(100vw + 40px);
    position: relative;
    left: -20px;
  }
  .overview_sp_figure img {
    width: 100%;
    height: auto;
  }
}
@media(max-width: 768px) {
  .hero_catch_wrap {
    left: 0;
    width: calc(100% - 40px);
  }
  .hero_catch_wrap_inner {
    width: 100%;
  }
  .hero_catch_wrap h1 {
    font-size: 10vw;
    margin: 0 0 10px;
  }
  .hero_catch_wrap p {
    font-size: 3.5vw;
  }
  .news_section {
    padding: 60px 0 160px;
  }
  .top_hdr_title {
    margin-bottom: 40px;
  }
  .top_hdr_title .top_hdr_title_en {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .top_hdr_title .top_hdr_title_jp {
    font-size: 14px;
  }
  .top_business_flex {
    display: block;
  }
  .business_left {
    display: none;
  }
  .business_right {
    width: 100%;
    padding-right: 0;
  }
  .business_line_base > div, .business_line {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .business_line_hdr h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .business_line_thumb {
    width: 29vw;
  }
  .business_line_base > div > div:not(.business_line_thumb), .slide_cover {
    flex: 1;
    margin-right: 20px;
  }
  .business_line_thumb img {
    width: 100%;
    height: auto;
  }
  .business_line_base > div::after, .business_line::after {
    top: inherit;
    bottom: 22px;
    right: calc(29vw + 35px);
  }
  @media (hover: hover) {
    .business_line_base > div:hover::after, .business_line:hover::after {
      right: calc(29vw + 15px);
    }
  }
  .hero_section .hero_scroll {
    width: 130px;
    height: 94px;
    left: -30px;
    bottom: 29px;
  }
  .business_line_base > div:last-child, .business_line.last {
    margin-bottom: 0;
  }
  .service_tile_flex {
    display: block;
  }
  .service_tile {
    width: 100%;
    margin: 0 0 45px;
  }
  .service_tile p {
    font-size: 15px;
    padding: 0;
  }
	.service_tile_thumb {
    max-height: inherit;
    height: auto;
}
  .service_lead {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 120px;
  }
  .top_recruit_tile_flex h5 {
    margin-bottom: 5px;
  }
  .top_recruit_tile_jp + p {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .top_recruit_tile_left, .top_recruit_tile_right {
    padding: 20px 15px;
  }
  .overview_link_flex .line_link a::after {
    right: 0;
  }
}
@media(max-width: 767px) {
  .loading_logo {
    width: 260px;
    top: -60px;
  }
  .service_section {
    padding: 80px 20px 60px;
  }
  .business_section {
    padding: 60px 20px;
  }
}