@charset "UTF-8";

/* CSS Document */
.sp_img {
  display: none;
}

.pc_img {
  display: block;
}

@media screen and (max-width: 960px) {
  .sp_img {
    display: block;
  }

  .pc_img {
    display: none;
  }

  main {
    padding-top: 65px;
  }

  /*共通パーツ---------------------------------------*/

  .h2_center {
    font-size: 30px;
  }

  .h2_left {
    font-size: 30px;
  }

  /*btn---------------------------------------*/
  .more_orange {
    min-width: 250px;
  }


  /*top---------------------------------------*/
  .top_lead {
    font-size: 12px;
    padding: 20px 0px 80px;
  }

  .top_lead::after {
    content: none;
  }

  .top_lead::before {
    width: 100%;
    background-size: cover;
  }

  /*tit---------------------------------------*/
  .section_tit {
    margin-bottom: 12px;
    font-size: 180%;
    line-height: 1;
  }

  .section_tit span {
    font-size: 50%;
  }

  .page_tit_orange {
    font-size: 20px;
  }

  .page_bold_text_center {
    font-size: 14px;
  }

  .page_bold_text_center p {
    font-size: 14px;
  }

  .page_tit_blue {
    font-size: 30px;
  }

  /*contents-----------------------------------------------------------------------------*/
  .page_tit {
    margin-bottom: 0px;
  }

  .page_tit div.txt {
    position: absolute;
    top: 80px;
    left: 50%;
  }

  .page_tit img {
    width: 100%;
    height: 250px;

  }

  h2.h2tit {
    height: auto;
  }


  /*----------------------------------*/
  .page_tit div.txt {
    width: 100%;
    height: auto;
    line-height: 1.5;
  }

  .page_tit div.txt.recruit {
    top: 15px;
  }

  /*  */
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
    z-index: 3000;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.1);
    background: #fff;
  }

  #top-head {
    width: 100%;
    padding: 0;
  }

  #mobile-head {
    width: 100%;
    height: 55px;
    z-index: 1000;
    position: relative;
  }

  .logo {
    font-size: 18px;
  }

  .logo-img {
    width: 80%;
    padding-top: 10px;
    padding-left: 5px;
  }

  .logo-img img {
    width: auto;
    max-height: 35px;
  }

  #nav-toggle {
    display: none;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 45px;
    height: 31px;
    cursor: pointer;
    z-index: 101;
    padding: 10px 10px 0px;
    background: #fff;
  }

  #nav-toggle {
    display: block;
  }

  #nav-toggle div {
    position: relative;
  }

  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  #nav-toggle span:nth-child(1) {
    top: 0px;
  }

  #nav-toggle span:nth-child(2) {
    top: 10px;
  }

  #nav-toggle span:nth-child(3) {
    top: 20px;
  }

  #global-nav {
    position: absolute;
    top: -600px;
    left: 0;
    background: #FFF;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
  }

  #global-nav ul li {
    /* float: none; */
    position: static;
    border-bottom: 1px solid #CCC;
    width: 100%;
    text-align: center;
  }


  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    display: block;
    color: #333;
    padding: 24px 10px;
    background: #F2F2F2;
    font-size: 120%;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
  }

  #top-head #global-nav ul li.contact {
    padding: 20px;
    background: #EFEFEF;
  }

  #top-head #global-nav ul li.contact a {
    width: calc(100% - 60px);
    background: #003670;
    border-radius: 5px;
    color: #FFF;
  }

  #top-head #global-nav ul li.contact a:hover {
    background: #0371bd;
  }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(656px);
    -webkit-transform: translateY(656px);
  }

  #header {
    display: none;
  }

  #contents {
    padding: 58px 0px 0px 0px;
  }

  /* top */
  /*top_service---------------------------------------*/
  .top_service::before {
    width: 70%;
    height: 20.5vw;
  }

  .top_service::after {
    width: 70%;
    height: 20.5vw;
  }

  ul.top_service_list li,
  ul.top_service_list li:nth-child(n+3) {
    width: 100%;
  }

  /*top-info---------------------------------------*/
  section.top-info .inner {
    width: 90%;
    margin: 0px auto;
  }

  section.top-info .inner::after {
    bottom: -60px;
  }

  section.top-info .info_box {
    width: calc(100% - 40px);
  }

  section.top-info dl {
    display: flex;
    flex-wrap: wrap;
  }

  section.top-info dl dt {
    width: 100%;
  }

  section.top-info dl dd {
    width: 100%;
  }

  ul.top_service_list li div.text {
    width: 90%;

  }

  ul.top_service_list li div.text p,
  ul.top_service_list li:nth-child(n+3) div.text p {
    height: auto;
    font-size: 85%;
  }

  section.top-info .info_box {
    width: calc(100% - 0px);
    margin: 0px auto;
    padding: 0px 20px;
  }

  section.top-info .info_box a.more {
    width: 250px;
  }

  /*top-info---------------------------------------*/
  .top_shoplist_text {
    padding: 25px;
    width: 100%;
  }

  .top_shoplist_img {
    position: unset;
    margin-bottom: 40px;
  }

  .top_shoplist {
    padding: 0 0 80px;
  }

  .top_shoplist .more_orange {
    margin: 0 auto;
  }

  /*top_recrui---------------------------------------*/
  .top_recruit_area .img {
    max-width: 80%;
    margin-top: 120px;
  }

  .top_recruit_area .text_area {
    position: absolute;
    top: -100px;
    left: -10px;
  }

  /* service */
  .service .inner {
    width: 90%;
  }

  ul.service_list {
    width: 100%;
    gap: 20px 0px;
  }

  ul.service_list li {
    width: 100%;
  }

  ul.service_list li img {
    width: 100%;
    vertical-align: bottom;
    border: none;
    height: 120px;
    object-fit: cover;
  }

  .service .inner .main_block .photo {
    width: 100%;
  }

  .service .inner .main_block .more_orange.white {
    margin: 0 auto;
    line-height: 1.5;
  }

  .service .inner .contents_block {
    flex-wrap: wrap;
  }

  .service .inner .contents_block {
    width: 100%;
  }

  .service .inner .contents_block .text {
    width: 100%;
  }

  .service .inner .contents_block.driveon .text {
    width: 100%;
  }

  .service .inner .contents_block.driveon .photo {
    width: 100%;
  }

  .service .inner .contents_block .photo {
    width: 100%;
  }

  .service a.more {
    margin: 0 auto 15px;
    width: 90%;
  }

  .driveon_downlord div img:first-child {
    width: 100%;
  }

  .keeper_link {
    width: calc(100% - 0px);
    margin: 0px auto;
    padding: 5px;
    display: block;
    margin-bottom: 30px;
  }

  .keeper_link .left {
    width: 100%;
    margin: 0px auto;
    padding: 10px 0px;
    text-align: center;
  }

  .keeper_link .left img {
    width: 95%;
  }

  .keeper_link .right {
    width: 100%;
    margin: 0px auto;
  }

  .keeper_link .right ul {
    width: calc(100% - 0px);
    margin-bottom: 0px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0px 0px;
  }

  .keeper_link .right ul li {
    width: calc(100% / 2 - 10px);
    margin-bottom: 10px;
  }

  .keeper_link .right ul li a {
    font-size: 90%;
  }

  .keeper_link .right ul li:first-child {
    width: calc(100%);
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
  }

  .driveon_step h3 {
    font-size: 140%
  }

  .driveon_step ul {
    flex-wrap: wrap;
  }

  .driveon_step li {
    width: 100%;
  }

  .service .inner .main_block .text {
    width: 100%;
  }

  .service .inner .main_block .photo {
    margin-bottom: 15px;
  }

  .service .inner .main_block.card div {
    width: 100%;
  }

  .service .autoflat_img {
    text-align: center;
  }

  /* info */
  .info-page_flex {
    gap: 80px;
    flex-wrap: wrap;
  }

  .info-page .inner .category {
    width: 100%;
  }

  .info-page .inner div.txt {
    width: 100%;
  }

  /* company */
  .company_text_p {
    font-size: 16px;
  }

  .company_text::before {
    top: -60px;
    left: 0px;
  }

  .company_text::after {
    right: 0px;
  }

  section.company dl {
    display: block;
  }

  section.company dl dt {
    text-align: left;
    width: 100%;
  }

  section.company dl dd {
    width: 100%;
  }

  section.top_company {
    background: url(../images/top_company_sp_bg.png) no-repeat;
    background-size: cover;
  }

  /* shop */
  .shop-block .shop_img {
    width: 100%;
  }

  table.shop_list {
    width: 100%;
  }

  .shop-block .txt {
    width: 100%;
  }

  /* footer */
  footer .logo {
    justify-content: center;
  }

  .footer-inner {
    width: 100%;
    padding: 0px 10px;
  }

  .footer-inner-left {
    width: 100%;
    padding-bottom: 20px;
  }

  .footer-inner-left {
    width: 100%;
  }

  .footer-inner-right {
    width: 100%;
  }

  ul.footer-nav {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .footer-nav li {
    position: relative;
    width: 50%;
    padding: 0px;
  }

  .footer-nav li a {
    position: relative;
    padding: 10px;
    display: block;
  }

  .footer-nav li a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* footer */
  .footer-address {
    text-align: center;
  }
}