@charset "UTF-8";
:root {
  --window-padding: 3%;
  --vertical-window-padding: 50px;
}

.btn01 {
  height: 50px;
  font-size: 16px;
  max-width: 250px;
  margin: 0 auto;
}

.section_ttl {
  font-size: 70px;
  line-height: 30px;
  width: 100%;
}

.mv_text p {
  font-size: 45px;
}

.top_news .inner {
  flex-direction: column;
}

.top_news .btn01 {
  margin: 0 auto;
}

.top_news .inner .section_ttl {
  margin: 0 auto 30px;
}

.top_news .inner .news__list ul li a {
  flex-direction: column;
  gap: 5px;
}

.top_about .wrap {
  flex-direction: column;
  align-items: center;
}

.top_service .wrap {
  flex-wrap: wrap;
  justify-content: center;
}

.top_service .card {
  width: 48%;
}

.top_recruit .img_box-sp {
  display: block;
}

.top_recruit {
  background-image: unset;
  padding-bottom: 0;
}

.top_recruit .wrap {
  margin: 0 auto;
  margin-top: -150px;
  z-index: 1;
  position: relative;
  width: 90%;
}

.top_recruit .wrap h3 {
  font-size: 25px;
}

.top_recruit .wrap p br {
  display: none;
}

.top_recruit .section_ttl span {
  color: #000;
}

.top_links .wrap {
  flex-direction: column;
  align-items: center;
}

.top_news .inner .section_ttl {
  align-items: center;
}

.top_news .inner .section_ttl span {
  padding-left: 0;
}

.sub-company.sec01 .inner .wrap {
  flex-direction: column-reverse;
  gap: 0;
}

.sub-company.sec03 .inner ul li .desc.pc {
  display: none;
}

.contactbnr .wrap {
  flex-direction: column;
}

.contactbnr .wrap .contact_btn:nth-child(1) {
  border-right: unset;
  border-bottom: solid 2px #fff;
  margin-bottom: 30px;
}

.contactbnr .wrap .contact_btn .btncontact {
  font-size: 40px;
}

.com_section-ttl {
  padding: 0 3%;
  margin: 0 0 40px;
}

.sub-company.sec02 .inner {
  padding: 0 3%;
}

.sub-company.sec03 .inner {
  padding: 0 3%;
}

.sub-news .news-list .news-item {
  width: 45%;
}

.sub-news p {
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 25px;
}

.top_about {
  background-position: center;
}

.sub-service .wrap02 p {
  margin-bottom: 50px;
}

.sub-service .banner img {
  object-fit: cover;
}

.sub-company.sec02 .wrap {
  padding: 50px 3%;
}

.sub-service .banner {
  height: 200px;
  min-height: 200px;
}

.sub-service .wrap {
  margin: 50px auto 60px 0px;
}

.works-list .works-item {
  width: 45%;
}

.sub-contact {
  padding-top: 100px;
}

@media screen and (max-width: 600px) {
  .footer .inner {
    flex-direction: column;
    gap: 20px;
  }

    .footer_nav ul li a,
  .footer_logo .address {
    font-size: 13px;
  }

  .footer {
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer_nav ul li a span {
    margin-right: 5px;
  }

  .footer .footer_btns {
    flex-direction: column;
  }

  .footer .footer_btns a {
    position: relative;
  }

  .footer .footer_btns a::after {
    content: "＞";
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }

  .footer_logo {
    text-align: center;
  }

  .footer_nav {
    padding-top: 0;
  }

  .sub-company.sec02 .wrap {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 568px) {
  .section_ttl {
    font-size: 50px;
  }

  .mv {
    background-size: 400%;
    background-position: 41% 30%;
  }

  .mv_text p {
    font-size: 24px;
    line-height: 1.5;
  }

  .mv_text {
    transform: unset;
    width: 90%;
    text-align: start;
  }

  #recruit .lower-mv {
    background-image: url(../img/recruit/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #company .lower-mv {
    background-image: url(../img/company/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #service .lower-mv {
    background-image: url(../img/service/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #contact .lower-mv {
    background-image: url(../img/contact/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #privacy .lower-mv {
    background-image: url(../img/privacy/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #works .lower-mv {
    background-image: url(../img/works/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #works-details .lower-mv {
    background-image: url(../img/works/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #news .lower-mv {
    background-image: url(../img/news/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  #news-details .lower-mv {
    background-image: url(../img/news/mv-sp.png) !important;
    background-position: center;
    background-size: cover;
  }

  .lower-mv {
    height: 300px;
    min-height: 300px;
  }

  .lower-mv .mv-box {
    padding-top: 50px;
    line-height: 30px;
  }

  .lower-mv .mv-box h2 {
    font-size: 25px;
  }

  .lower-mv .mv-box h3 {
    font-size: 30px;
  }

  .section_ttl {
    margin: 0 auto 30px;
  }

  .sub-news .news-list .news-item {
    width: 100%;
  }

  .sub-company.sec01,
  .sub-privacy {
    padding-top: 100px;
  }

  .sub-company.sec01 .inner .wrap .txt_box h2 {
    font-size: 23px;
    text-align: center;
  }

  .sub-company.sec02 .inner .wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .sub-company.sec02 .inner .wrap .txt_box h2 {
    font-size: 20px;
  }

  .com_section-ttl {
    font-size: 25px;
    margin: 0 0 30px;
  }

  .sub-company.sec03.sec04 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sub-company.sec03 .inner ul li .label {
    width: 35%;
    padding: 10px 0% 10px 0;
  }

  .sub-company.sec03 .inner ul li {
    font-size: 12px;
  }

  .sub-company.sec03 .inner ul li .desc {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 10%;
    padding-right: 0;
  }

  .sub-company.sec03 .inner ul li:nth-last-child(1) .desc {
    padding-bottom: 10px;
    padding-left: 10%;
    padding-right: 0;
  }

  .sub-company.sec03.sec04 .inner ul li:nth-last-child(1) .desc {
    padding: 10px 3% 0px;
  }

  .sub-company.sec03.sec04 .inner p {
    padding: 0 3%;
    font-size: 12px;
  }

  .sub-company.sec05 p {
    line-height: 22px;
    font-size: 14px;
  }

  .sub-service.sec02 .banner img {
    object-position: unset;
  }

  .top_recruit .wrap {
    padding: 20px;
    width: 90%;
  }

  .top_recruit .wrap h3 {
    font-size: 21px;
  }

  .top_recruit .wrap p br {
    display: none;
  }

  .top_recruit .wrap p {
    font-size: 14px;
  }

  .top_news .inner .news_yt h3 {
    font-size: 25px;
  }

  .top_news .inner .news_yt p br {
    display: none;
  }

  .top_news .inner .news_yt {
    padding: 3% 3% 30px;
  }

  .contactbnr .wrap .contact_btn {
    gap: 10px;
  }

  .contactbnr .wrap .contact_btn img {
    width: 100px;
  }

  .contactbnr .wrap .contact_btn .btn01 {
    max-width: 300px;
    font-size: 14px;
  }

  .top_works .slick-slider .slick-track {
    padding-bottom: 100px;
  }

  .top_works .slick-prev img,
  .top_works .slick-next img {
    width: 50px;
  }

  .top_service .card {
    width: 90%;
  }

  .top_works .section_ttl-box {
    justify-content: center;
  }

  .top_about .wrap a {
    padding: 10px 20px;
    max-width: 250px;
    font-weight: 600;
    border: solid;
  }

  .top_about p br {
    display: none;
  }

  .top_about h3,
  .top_about p {
    font-size: 13px;
  }

  .sub-service {
    background-size: 100% 170px, 100% 100%;
    padding-bottom: 50px;
  }

  .sub-service .wrap {
    padding: 30px 20px 30px;
    margin: 30px auto 50px;
  }

  .sub-service .wrap p br {
    display: none;
  }

  .sub-service .wrap h2 {
    font-size: 50px;
    line-height: 45px;
  }

  .sub-service .wrap h3 {
    font-size: 24px;
  }

  .sub-service .wrap h4 {
    font-size: 17px;
  }

  .sub-service .wrap02 h2 {
    font-size: 19px;
  }

  .sub-service .wrap02 .img_box {
    flex-direction: column;
  }

  .sub-service .wrap02-05 p:nth-child(1) {
    margin-bottom: 20px;
  }

  .sub-service .banner {
    height: 150px;
    min-height: 150px;
  }

  .sub-works .slider03 .slick-slide {
    margin: 0 10px;
  }

  .sub-works .slider03 .slick-arrow {
    display: none !important;
  }

  .sub-works .slick-list {
    margin-bottom: 10px;
  }

  .sub-works .slider03 {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .sub-works .prev-next__wrapper .prev {
    top: 0;
    position: absolute;
  }

  .sub-works .prev-next__wrapper .next {
    top: 0;
    position: absolute;
  }

  .sub-works .prev-next__wrapper .top {
    top: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .works-list {
    flex-wrap: wrap;
  }

  .works-list .works-item {
    width: 80%;
    padding: 20px;
  }

  .sub-company.sec02 .inner .wrap .txt_box p br {
    display: none;
  }

  .sub-company.sec03.sec04 .inner ul {
    margin-bottom: 30px;
  }

  .sub-company.sec03.sec04 .inner ul li .desc {
    padding: 10px 3% 10px;
  }

  .sub-privacy p {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 25px;
  }

  .sub-privacy p span {
    font-size: 16px;
  }

  .sub-works .bb {
    font-size: 20px;
  }

  .sub-service .wrap02 img {
    border-radius: 10px;
  }

  .prev-next__wrapper .top,
  .prev-next__wrapper .prev,
  .prev-next__wrapper .next {
    position: unset;
    transform: unset;
  }

  .prev-next__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .breadcrumb .news_detailsbreadcrumb {
    flex-wrap: wrap;
    gap: 0 10px;
  }

  .breadcrumb .news_detailsbreadcrumb li:nth-last-child(1) {
    width: 100%;
  }

  .contactbnr .section_ttl {
    font-size: 42px;
  }

  .contactbnr .section_ttl span {
    font-size: 16px;
  }

  .contactbnr .wrap .contact_btn img {
    max-width: 80px;
  }

  .contactbnr .wrap .contact_btn .btncontact {
    font-size: 32px;
  }

  .sub-company.sec03 .inner ul .wrap_imgs {
    flex-direction: column;
  }
}

@media screen and (max-width: 320px) {
  .top_about h3, .top_about p {
    font-size: 12px;
  }

  .top_recruit .wrap h3 {
    font-size: 18px;
  }

  .contactbnr .wrap .contact_btn .btncontact {
    font-size: 25px;
  }
}
