@charset "UTF-8";
/*=============================================
# フッター変更用 25/8/22
============================================= */
@media (max-width: 1250px) {
  .pc {
    display: none;
  }
}

@media (max-width: 750px) {
  .tapc {
    display: none;
  }
}

.sptal {
  display: none;
}
@media (max-width: 1250px) {
  .sptal {
    display: block;
  }
}

.tab {
  display: none;
}
@media (max-width: 950px) {
  .tab {
    display: block;
  }
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}

.sptab {
  display: none;
}
@media (max-width: 950px) {
  .sptab {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}

#footer .footer_ttl {
  font-size: 24px;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
}
#footer .footer_subttl {
  margin: 1.5rem 0 3rem;
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 1.6;
}
@media (max-width: 750px) {
  #footer .footer_subttl {
    font-size: 16px;
    margin: 1.5rem 0;
  }
}
#footer .footer_subttl span {
  display: inline-block;
}
#footer .closeday {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 750px) {
  #footer .closeday {
    font-size: 12px;
  }
}
#footer .parking {
  margin-top: 30px;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 750px) {
  #footer .parking {
    font-size: 14px;
  }
}
#footer .footer_info {
  margin-top: 0;
  font-size: 18px;
  color: #043D78;
  text-align: right;
  line-height: 1.6;
  padding: 0;
}
@media (max-width: 950px) {
  #footer .footer_info {
    margin-top: 2rem;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 750px) {
  #footer .footer_info {
    font-size: 14px;
  }
}

#footer_data {
  margin-top: 0;
  align-items: start;
}

@media (min-width: 1251px) {
  #footer_data .item.left .sub_item:last-of-type {
    margin-top: 30px;
  }
}

#footer_data .item.left .sub_item .headline {
  font-size: 20px;
}

#footer_contact .link_button a {
  height: auto;
  width: 240px;
}
@media (min-width: 1251px) {
  #footer_contact .link_button a {
    padding: 10px 0 0;
  }
}

#footer_contact .link_button a img {
  display: block;
  width: 213px;
}

#footer_tel .tel_number img {
  display: block;
}
@media (max-width: 1250px) {
  #footer_tel .tel_number img {
    margin: 0 auto;
  }
}

@media (min-width: 1251px) {
  #footer_tel .number_area {
    padding-top: 16px;
    width: 240px;
    left: 240px;
  }
}

#footer_tel .tel_desc {
  margin-top: 0;
  color: #043D78;
}

@media (max-width: 750px) {
  #footer_data .item.left.item.left.position_type1 {
    margin-bottom: 2rem;
  }
}

#footer_schedule {
  background: transparent;
  height: 120px;
  margin-top: -10px;
  border-bottom: 1px solid #fff;
}

#footer_schedule td {
  border-bottom: 1px solid #fff;
}

#footer_schedule .col1 {
  width: 180px;
  text-align: left;
}
@media (max-width: 750px) {
  #footer_schedule .col1 {
    width: 110px;
  }
}

#footer_schedule tr:nth-child(1) .col1 {
  padding: 0;
}

#footer_schedule tr:nth-child(2) td:not(.col1),
#footer_schedule tr:nth-child(3) td:not(.col1):not(.col5):not(.col7) {
  font-size: 30px;
  line-height: 0.3;
}

#footer_schedule .col8 {
  display: none;
}

#footer_bottom {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
}
@media (max-width: 1251px) {
  #footer_bottom {
    padding: 50px 100px;
  }
}
@media (max-width: 950px) {
  #footer_bottom {
    padding: 50px;
  }
}
@media (max-width: 750px) {
  #footer_bottom {
    padding: 30px 20px;
  }
}

@media (max-width: 950px) {
  #footer_logo {
    margin: 0 auto;
  }
}

#footer_logo img {
  width: 414px;
  height: 57px;
}

#footer_sns {
  display: none;
}

/*=============================================
# 正社員募集バナー
============================================= */
.banner_recruit {
  display: flex;
  box-sizing: border-box;
}
.banner_recruit:hover {
  opacity: 0.8;
}
@media (max-width: 750px) {
  .banner_recruit {
    flex-wrap: wrap;
  }
}
.banner_recruit .banner_recruit_l {
  width: 600px;
  background: #043D78;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 950px) {
  .banner_recruit .banner_recruit_l {
    padding: 1rem;
    width: 400px;
  }
}
@media (max-width: 750px) {
  .banner_recruit .banner_recruit_l {
    width: 100%;
    padding: 1rem 0.5rem;
  }
}
.banner_recruit .banner_recruit_img {
  width: calc(100% - 600px);
}
@media (max-width: 950px) {
  .banner_recruit .banner_recruit_img {
    width: calc(100% - 400px);
  }
}
@media (max-width: 750px) {
  .banner_recruit .banner_recruit_img {
    width: 100%;
  }
}
.banner_recruit .banner_recruit_img img {
  height: 100%;
  object-fit: cover;
}
.banner_recruit .recruitment {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 30px;
  color: #043D78;
  border-radius: 50%;
  line-height: 1;
}
@media (max-width: 950px) {
  .banner_recruit .recruitment {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .banner_recruit .recruitment {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}
.banner_recruit .banner_recruit_text_wrap {
  margin-left: 2rem;
  width: calc(100% - 120px - 2rem);
}
@media (max-width: 950px) {
  .banner_recruit .banner_recruit_text_wrap {
    margin-left: 1rem;
    width: calc(100% - 70px - 1rem);
  }
}
@media (max-width: 750px) {
  .banner_recruit .banner_recruit_text_wrap {
    margin-left: 1rem;
    width: calc(100% - 60px - 1rem);
  }
}
.banner_recruit .banner_recruit_ttl {
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (max-width: 950px) {
  .banner_recruit .banner_recruit_ttl {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .banner_recruit .banner_recruit_ttl {
    font-size: 16px;
  }
}
.banner_recruit .banner_recruit_text {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 950px) {
  .banner_recruit .banner_recruit_text {
    font-size: 12px;
  }
}
@media (max-width: 750px) {
  .banner_recruit .banner_recruit_text {
    margin-top: 6px;
  }
}
.banner_recruit .banner_recruit_logo {
  width: 260px;
  margin-top: 1.5rem;
}
@media (max-width: 950px) {
  .banner_recruit .banner_recruit_logo {
    margin-top: 1rem;
    width: 60%;
  }
}
@media (max-width: 750px) {
  .banner_recruit .banner_recruit_logo {
    margin-top: 0.5rem;
    width: 80%;
  }
}