@charset "UTF-8";
@media screen and (max-width:1050px){
  .our-works__icon{
    right: initial;
    left: -30px;
  }
  
  .recruit-info__block {
    width: 100%;
    padding:0 5%;
    margin-bottom: 30px;
  }
  
  .recruit-info__content .top-company__block {
    width: 100%;
  }
  
  .recruit-info__content {
    display: block;
  }
}
@media screen and (max-width:1000px){
  .main-header .nav {
    gap: 30px;
  }
  
  .top-service__box {
    width: 95%;
  }
  
  .top-service__box[data-service="02"] {
    left: 5%;
  }
  
  .foot-contact__content {
    display: block;
  }
  
  .foot-contact__block{
    margin-top: 50px;
  }
  
  .foot-contact__content {
    padding-left: 5%;
  }
  
  .recrut-main {
    height: 450px;
  }
  
  .recrut-main-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  
  .recrut-main-text {
    font-size: 14px;
    line-height: 2.5em;
  }
  
  .experience__list {
    padding-left: 0;
  }
  
  .massage{
    padding: 40px 0;
    height: 560px;
  }
  
  .our-works .u-content_w900 {
    display: block;
  }
  
  .our-works__title{
    margin-bottom: 40px;
  }
  
}

@media screen and (max-width:880px){
  .u-section-block {
    padding: 40px 0;
  }
  
  .top-service__box .top-service__heading {
    display: block;
    background: #ffffff;
  }
  
  .top-service__heading-image {
    width: 100%;
    height: 355px;
  }
  
  .main-header .main-header__logo{
    margin-left: 0;
  }
  
  .top-service__heading-image img{
    object-fit: cover;
    object-position: center;
  }
  
  .top-service__heading-info {
    padding: 30px;
    width: 100%;
  }
  
  .main-footer__content {
    display: grid;
    gap:40px;
  }
  
  .main-footer__btn {
    text-align: left;
  }

  
  
  
}

.sp{
  display: none;
}
.grid-cont{
  display: grid;
  grid-template-columns: 150px 1fr;
  gap:0;
}
@media screen and (max-width:767px){
  .sp{
    display: block;
  }
  
  .pc{
    display: none;
  }  
  
.grid-cont{
  grid-template-columns: 1fr;
}  
  
  #wrapper{
    width: 100vw;
    overflow-x: hidden;
    overflow-y:hidden;
  }
  
  .main-bg {
    background-position: -120px;
  }
  
  .top-about__title small {
    font-size: 14px;
  }
  
  .top-about__title {
    font-size: 24px;
  }
  
  .top-about__text {
    font-size: 14px;
  }
  
  .top-service__heading-title {
    font-size: 18px;
  }
  
  .top-service__heading-info{
    padding-bottom: 100px;
  }
  
  .u-text {
    font-size: 14px;
    line-height:2em;
  }
  
      .top-service__trigger {
        width: auto;
    }
  
  .top-service__list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  
  .top-service__list li{
    flex:initial;
    width: calc(50% - 20px);
  }
    
  .top-service__example.is-open {
    max-height: max-content;
  }
  
  .news__list {
    grid-template-columns: 1fr;
  }
  
  .top-company__wrap {
    grid-template-columns: 1fr;
    gap: 40px;
}
  
  .company__table th {
    padding: 20px;
    width: 120px;
    text-align: left;
    font-size: 14px;
  }
  .company__table td {
    font-size: 14px;
  }
  
  .top-company__link-block{
    padding: 0 5%;
  }
  
  .u-section__title{
    margin-bottom: 40px;
  }
  
  .foot-contact__block {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  
  .main-footer__address {
    gap: 40px;
  }
  
  .main-footer__address-title {
    font-size: 12px;
  }
  
  .main-footer__address-text {
    font-size: 10px;
  }
  
  .main-footer__nav {
    column-gap: 20px;
    font-size: 11px;
    justify-content: center;
  }
  
  .main-footer .btn {
    width: 100%;
  }
  
  .main-footer{
    padding-bottom: 60px;
  }
  
  .pagetop {
    bottom: 90px;
  }
  
  /*recruit-btn*/
  .recruit-bth{
    position: fixed;
    right: 0;
    top:initial;
    width: 100%;
    bottom:-100px;
    grid-template-columns: 30px auto;
    gap: 20px;
    justify-content: center;
  }  
  
  .recruit-bth.scroll-flag{
    bottom:0;
  }  
  
  .recruit-bth.scroll-flag:hover{
    opacity: 1;
    filter: brightness(1.2);
  }
  
  .recruit-bth p{
    writing-mode: initial;
    padding-right: 0;
  }  
  
  .recruit-bth img{
    display: block;
  }
  
/*contacy*/
  .page-title__main {
    font-size: 14px;
  }
  
  .page-title__main span {
    font-size: 60px;
    margin-bottom: 10px;
  }
  
  .bread-crumbs {
    bottom: 15px;
    gap: 30px;
    font-size: 12px;
  }
  
  .bread-crumbs li:not(:first-child):after {
    top: 5px;
    left: -22px;
  }
  
  .contact__heading span {
    font-size: 14px;
  }
  
  .contact__title{
    font-size: 14px;;
  }  
  
  .contact__title img.case01{
    width: 25px;
  }
  
  .contact__title img.case02{
    width: 40px;
  }
  
  .contact__tel-area span {
    font-size: 26px;
  }
  
  .contact__table th,
  .contact__table td{
    display: block;
    width: 100%;
    font-size: 14px;
  }
  
  .contact__table th{
    padding-bottom: 0;
  }

  .privacy .u-content_w900{
    padding: 20px;
    font-size: 14px;
  }
  
    .recrut-main {
        height: 100dvh;
    }
  
  .recrut-main {
    background-image: url(../images/recruit/r_main_sp.webp);
    position: relative;
  }
  
  .recrut-main-box {
    display: inline-block;
    position: absolute;
    top: 110px;
    left: 5%;
}
  
  .recrut-main-title {
    font-size: 25px;
}
  
    .recrut-main-text {
        font-size: 18px;
    }

    .our-works__icon {
        left: calc(50% - 80px);
    }
  
  .our-works__text {
    font-size: 14px;
  }
  
  .our-works__title {
      margin-bottom: 20px;
  }
  
  .r-sec-title {
    font-size: 26px;
  }
  
  .message .message__obj {
    opacity: 0.1;
  }
  
  .r-sec-text {
    padding: 20px 0;
    font-size: 16px;
    padding-left: 10%;
  }
  
  .r-sec-ceo {
    font-size: 16px;
    padding-left: 10%;
  }
  
  .voice__list-text {
    font-size: 16px;
  }
  
  .voice .message__obj {
    opacity: 0.3;
  }
  
  .message{
    height: 600px;
  }
  
  .voice__list {
    grid-template-columns: 1fr;
}
  
  .voice-point__icon {
    left: calc(50% - 40px);
  }
  
  .voice-point {
    padding:20px;
    padding-top: 60px;
  }
  
  .voice-point__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .voice-point__text {
    font-size: 14px;
  }
  
  .experience {
      background-size: 90%;
  }  
  
  .experience .message__obj {
    position: relative;
    z-index: 0;
    bottom: -30px;
    color: #00aa44;
    opacity: 0.5;
    font-size: 40px;
}
  
.experience .r-sec-title {
        font-size: 18px;
    }
  
  .experience__text {
    font-size: 14px;
  }
  
  .experience__list{
    justify-content: center;
  }
  
  .experience__list li:nth-child(1),
  .experience__list li:nth-child(2){
    margin: 0;
  }
  
  .experience__list li {
    padding: 25px;
    background-size: cover;
    background-position: center;
    height: 180px;
    width: calc(100% / 2);
    text-align: center;
    display: grid;
    font-size: 14px;
    font-weight: bold;
    line-height: 2em;
}
  
.recruit-info__content {
    padding-left: 0;
}  
  
.recruit-info .message__obj,
.flow .message__obj{
    font-size: 50px;
}
  
.flow__list li {
    height: 120px;
}
  
.flow__list-step {
    font-size: 20px;
    padding: 10px;
    padding-right: 30px;
    width: 250px;
}
  
.flow__list-step span {
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
}
  
  .other-page.contact-page small{color:#ffffff;}

  .other-page.contact-page .main-header{
    opacity: 0 !important;
  }
  
    .other-page.contact-page .main-header.header-scroll{
    opacity: 1 !important;
  }
  
.archive__content {
    flex: 100%;
    max-width: 100%;
}
  
  .archive__sidebar{
    width: 90%;
  }
  
  .single__content {
    flex: 100%;
    max-width: 90%;
}
  
}

