@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   second

--------------------------------------------------------------------------------------------------*/

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (min-width: 960px) and (max-width: 1100px) {
  .container {
    width: 960px;
  }

  nav li {
    margin-right: 18px;
  }

  #menu-tab::before,
  #menu-tab::after {
    border: none;
  }

  #menu-tab a {
    min-width: 200px;
    font-size: 16px;
  }

  #content-service .box02 .list-photo,
  #content-service .box03 .desc,
  #content-service .box02 .desc,
  #content-service .desc,
  #info-company table,
  #info-company iframe,
  #info-recruitment table {
    width: 440px;
  }

  #content-service .box02 .list-photo img,
  #content-service .box01 .list-photo img {
    width: 210px;
  }

  #content-service .box03 .list-photo img {
    width: 320px;
  }

}

@media all and (max-width: 768px) {

  body {
    font-size: 14px;
	  line-height: 1.4;
  }

  .sp {
    display: block;
  }
  
  .pc {
    display: none;
  }

  .fl-left,
  .fl-right {
    float: none;
  }
  
  .container {
    width: 100%;
    padding-left: 12px!important;
    padding-right: 12px!important;
  }

  .full-max-width {
    max-width: 100%!important;
  }
    
  
  .full-width {
    width: 100%!important;
  }

  .menubt {
    z-index: 3;
    width: 60px;
    height: 60px;
    display: block;
    right: 12px;
    top: 15px;
    position: absolute;
    background: #23B8C5;
  }
  
  .menubt span {
    width: 30px;
    height: 3px;
    display: block;
    background: #fff;
    border-radius: 0;
    position: absolute;
    right: 15px;
    top: 20px;
    transition: all 0.4s;
    transform: rotate(0deg);
  }
  
  .menubt .top {
    -webkit-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    transform: translateY(-250%);
  }
  
  .menubt .bottom {
    -webkit-transform: translateY(250%);
    -ms-transform: translateY(250%);
    transform: translateY(250%);
  }
  
  .menubt .menuclick1 {
    transform: rotate(-215deg);
  }
  
  .menubt .menuclick2 {
    background-color: rgba(255,255,255,0);
  }
  
  .menubt .menuclick3 {
    transform: rotate(215deg);
  }
  
  .menubt .text-menu {
    color: #fff;
    padding-top: 32px;
    text-align: center;
  }

  nav.pc {
    display: none;
  }

  nav .container {
    padding: 0;
  }
  
  nav {
    background: rgba(114,113,113,0.9);
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 1000;
    height: auto;
    padding-bottom: 24px;
    padding-top: 20px;
    width: 100%!important;
  }
  
  nav ul {
    width: 100%!important;
    height: auto!important;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  
  nav li {
    width: 100%;
    padding-bottom: 5px;
    margin-top: 10px;
    padding-left: 20px;
  }
  
  nav li a {
    width: 100%!important;
    line-height: normal;
    text-align: center;
    font-size: 18px;
    writing-mode: inherit;
    color: #fff;
    font-weight: bold;
  }

  nav #service-house-nav a {
    background: url(../image/gnavi-sp.png) no-repeat 0 0;
    padding-left: 40px;
    background-size: 50px;
  }

  nav #service-car-nav a {
    background: url(../image/gnavi-sp.png) no-repeat 0 -85px;
    background-size: 50px auto;
    padding-left: 48px;
  }

  nav #service-bed-nav a {
    background: url(../image/gnavi-sp.png) no-repeat 0 -170px;
    background-size: 50px auto;
    padding-left: 60px;
  }

  nav #help-nav a {
    background: url(../image/gnavi-sp.png) no-repeat 0 -250px;
    background-size: 50px auto;
    padding-left: 45px;
  }

  nav #ans-nav a {
    background: url(../image/gnavi-sp.png) no-repeat 0 -350px;
    background-size: 50px auto;
    padding-left: 40px;
  }

  nav #recruitment-nav a {
    background: url(../image/gnavi-sp.png) no-repeat 0 -457px;
    background-size: 50px auto;
    padding-left: 30px;
  }

  nav #tiiki-nav a {
    background: url(../image/icon2.png) no-repeat 0 -0;
    padding-left: 45px;
  }

  nav li:last-child {
    width: 100%;
  }

  nav li a {
    padding-top: 0;
    text-align: left;
  }

  header {
    padding: 10px 0 4px;
  }

  header .container {
    padding: 5px 0!important;
    height: auto;
  }
		
  header .logo-box img {
    width: 200px;
    padding-left: 12px;
  } 

  header .logo-box {
    width: 200px;
  }

  p {
	  line-height: 1.4;
  }

  .flex {
    display: inline-block;
  }

  footer nav {
    display: none!important;
  }
		
		#scroller li img {
			width: 200px;
		}
		
		.simply-scroll .simply-scroll-list li {
			width: 200px !important;
			height: 133px !important;
		}
  
		.simply-scroll .simply-scroll-clip {
			height: 133px !important;
		}
		
		.simply-scroll {
			height: 133px !important;
		}
/*--------------------------------------------------------------------------------------------
  top
--------------------------------------------------------------------------------------------*/
#banner-top {
  width: 100%;
		height: 220px;
		position: relative;
		background: url(../image/banner_ver3.png) no-repeat 80% top;
		background-size: cover;
}

#banner-top .containerBox {
	position: absolute;
	width: 100%;
	z-index: 10;
}

#banner-top .container {
	width: 100%;
	margin: 0 auto;
	padding: 90px 0 0;
}

#banner-top .bg {
  width: 100%;
  position: relative;
  top: 0;
}

#banner-top .title-banner {
  padding-left: 12px;
  display: block;
}

#banner-top .text-banner {
  padding-left: 20px;
  padding-top: 40px;
  display: block;
}

  #menu-tab {
    height: auto;
    padding: 10px 0;
    text-align: center;
  }

  #menu-tab .container {
    width: 90%;
				position: relative;
  }
  
  #menu-tab::before,
  #menu-tab::after {
    border: none;
  }

  #menu-tab li {
    margin: 15px 0;
  }

  #menu-tab a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  #content-service .box01 {
    padding: 33px 0 60px 0;
  }

  #content-service .box01 .info {
    padding: 0;
  }

  #content-service .box01 h2 {
    padding-left: 40px;
    background-position: 0 3px;
    background-size: 50px auto;
  }

  #top h2 {
    font-size: 15px;
    padding-bottom: 3px;
    margin-bottom: 10px;
  }

  #top h2.ir {
			font-size: 18px;
		}
		
  #top h2::after,
		#top h2.ir::after {
    width: 90px;
    height: 2.5px;
  }

  #content-service .text-contact span {
    padding: 0 10px 0 5px;
    font-size: 18px;
  }

  #content-service .desc {
    margin-top: 15px;
  }

  #content-service .box01 .list-photo {
    text-align: center;
  }

  #content-service figure {
    display: inline-block;
    margin: 20px 5px 0 5px;
  }

  #bed-service-info {
    margin-top: 30px;
  }

  #content-service .box01 .list-photo figure {
    width: 260px;
  }

  #content-service .box02 {
    padding: 35px 0 50px 0;
  }
		
		#car-service-info .fl-left {
			padding-bottom: 40px;
			position: relative;
		}
		
		#car-service-info .fl-left::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, #21B8C5, #9EB5DE);
  bottom: 0;
  text-align: center;
  margin: 0 auto;
		}
		
		#car-service-info .fl-right {
			padding-top: 35px;
		}

  #content-service .h2-car-service {
    background: url(../image/icons.png) no-repeat 0 -60px;
    padding-left: 48px;
    background-size: 50px auto;
  }

  #content-service .box02 .desc {
    margin: 20px 0 10px 0;
  }

  #content-service .box02 .fl-left .desc {
    margin: 20px 0 30px 0;
  }

  #content-service .h2-bed-service {
    background: url(../image/icons.png) no-repeat 0 -128px;
    padding-left: 60px;
    background-size: 50px auto;
  }

  #content-service .box01::after, 
  #content-service .box02::after, 
  #info-company::after {
    width: 100%;
    height: 3px;
  }

  #content-service .box02 figure {
    width: 260px;
  }

  #content-service .list-photo {
    text-align: center;
  }

  #content-service .box03 {
    padding: 35px 0 20px 0;
  }

  #content-service .box03 figure {
    margin: 20px 5px 0 5px;
  }
		
		#content-service figcaption2{
  position: absolute;
  bottom: 0;
  right: 0;
		left: auto;
  background-color: #fff;
  line-height: 30px;
  text-align: center;
  width: 155px;
}


  #content-service .h2-help-service {
    background: url(../image/icons.png) no-repeat 0 -190px;
    padding-left: 48px;
    background-size: 50px auto;
  }

  #content-service .box03 .desc {
    margin-top: 15px;
  }

  #content-service .box03 .fl-left {
    width: 505px;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 40px;
				position: relative;				
  }

		#content-service .box03 .fl-left::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, #21B8C5, #9EB5DE);
  bottom: 0;
  text-align: center;
  margin: 0 auto;
		}

  #content-service .box03 .fl-right {
    padding-right: 0;
  }

  #content-service .box03 .fl-right {
			padding-top: 20px;
		}
		
  #content-service .box03 .fl-left::after {
    left: 0;
    border: none;
  }
		
		#info-company {
			margin-top: -30px;
			margin: 0 12px;
		}

  #info-company .container {
    padding: 30px 0 25px !important;
  }

  #info-company iframe {
    width: 100%;
    height: 360px;
  }

  #info-company iframe {
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }

  #info-recruitment .container {
    padding: 30px 12px 35px 12px;
  }

  #info-recruitment h2 span {
    line-height: 20px;
    padding-left: 30px;
    font-size: 14px;
  }

  #info-recruitment h3 {
			margin-bottom: 10px;
			font-size: 14px;
		}
		
		#info-recruitment h3 span {
			display: inline-block;
    padding: 3px 10px 4px 10px;
    background-color: #21B8C5;
    border-radius: 7px;
    color:#fff;
    font-size: 16px;
    margin: 15px 0 2px 0
  }
		
		#info-recruitment th {
			width: 100px;
		}
		
		#info-recruitment th,
		#info-recruitment td {
			padding: 10px;
		}

  #banner-top .title-banner,
  #banner-top .text-banner {
    width: 200px;
  }

  #banner-top .text-banner {
    padding-top: 20px;
  }

  footer .slider-footer {
    padding-bottom: 25px;
  }

  footer .slider-footer::before {
    bottom: -20px;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    border-top: 20px solid white;
  }

  footer .slider-footer::after { 
    bottom: -25px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid rgba(0,0,0, 0.03);
  }

  footer .info-footer {
    padding: 35px 0 15px 0;
    background-size: 150px auto;
  }

  footer .info-footer .title {
    font-size: 20px;
  }

  footer .info-footer .box-logo {
    font-size: 20px;
    margin-top: 25px;
  }

  footer .footer-coppy {
    font-size: 12px;
    padding: 3px 0 5px 0;
  }

  footer .info-footer .box-logo span {
    font-size: 14px;
    margin-left: 10px;
  }

  footer .info-footer img {
    margin: 15px 0 7px 0;
  }


}