/*
GROOWEB SCSS SMACSS BEM
*//* Tools *//* media quary */.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.display-block {
  display: block;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix:before,.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}/* show only  SP/PC
-------------------------------*/.sp-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}/* font
-------------------------------*/.bold {
  font-weight: bold;
}/* margin
-------------------------------*//* padding
-------------------------------*/html {
  font-size: 14px;
}


.home {
}/* Layout */.l-wrapper-1 {
  width: 960px;
  margin: 0 auto;
}/* Module */.heading-1 {
  margin-bottom: 45px;
}

.heading-1__big {
  color: #ae111c;
  font-size: 48px;
  font-weight: 900;
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
}

.heading-1__small {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.heading-1--2 {
  margin-bottom: 30px;
}

.heading-1--3 {
  margin-bottom: 35px;
}

.slider_container {
  left: -1026px;
}

.slider li {
  padding-top: 3px;
  background: none;
  margin-bottom: 5px;
  margin-top: 10px;
}

.slider li .image:before,.slider li .image:after {
  content: "";
  display: table;
}

.slider li .image:after {
  clear: both;
}

.slider li .image img {
  margin-bottom: 15px;
}

.slider li .image p {
  display: none;
}

.slider .inner {
  padding-left: 25px;
  background: #fff;
  padding-top: 22px;
  border-radius: 16px;
  border: 4px solid #f7f0e1;
}

.slider .inner .case_name {
  margin-bottom: 20px;
}

.slider .inner .slide {
  background: none;
}

.slider .slide {
  background: none;
  padding-bottom: 0;
}

.slider .center {
  background: none;
}

.slider .center .inner {
  background: #fff;
  border: 4px solid #d30c1f;
}

.slider .center .case_name img {
  top: 0;
}

.slider .center .slide {
  background: none;
}

.slider .text img {
  margin-bottom: 13px;
}

.slider .text p {
  border-radius: 4px;
  background-color: #ebdcde;
  padding: 5px 10px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  box-sizing: border-box;
  width: 605px;
}

.slider_wrap {
  max-height: 450px;
}

.slider_wrap .prev,.slider_wrap .next {
  top: 125px;
}

.slider_wrap .next {
  right: -40px;
}

.slider_wrap .prev {
  left: -40px;
}

.slider_wrap .pagination {
  height: 23px;
}
/*
.nav-global li a span {
  font-size: 18px;
}
*/
.top-bunner {
  font-size: 0;
  margin-bottom: 25px;
  padding-top: 23px;
}

.top-bunner:before,.top-bunner:after {
  content: "";
  display: table;
}

.top-bunner:after {
  clear: both;
}

.top-bunner__keibi {
  margin-bottom: 25px;
  display: block;
  background: url(../images/banner_keibilp_on.png) no-repeat top left;
}

.top-bunner__keibi:hover img {
  visibility: hidden;
}

.top-bunner__concierge {
  display: inline-block;
  float: left;
}

.top-bunner__concierge:hover {
  opacity: .8;
}

.top-banner__movie {
  display: inline-block;
  margin-top: 25px;
  float: right;
}

.about-shiftmax {
  background: #f4f1ea;
  padding: 65px 0 60px;
}

.about-shiftmax__customer {
  border: 2px solid #df3543;
  width: 100%;
  border-radius: 12px;
  padding: 25px 35px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.about-shiftmax__customer:before,.about-shiftmax__customer:after {
  content: "";
  display: table;
}

.about-shiftmax__customer:after {
  clear: both;
}

.about-shiftmax__customer__head {
  text-align: center;
  width: 228px;
  float: left;
  padding-top: 10px;
}

.about-shiftmax__customer__head__title {
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 2px 0;
  border-radius: 25px;
  margin-bottom: 5px;
}

.about-shiftmax__customer__head__name {
  font-size: 24px;
}

.about-shiftmax__customer__data {
  font-size: 18px;
  line-height: 30px;
  float: right;
  width: 590px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.about-shiftmax__flow {
  width: 100%;
  margin-bottom: 40px;
}

.about-shiftmax__comment:before,.about-shiftmax__comment:after {
  content: "";
  display: table;
}

.about-shiftmax__comment:after {
  clear: both;
}

.about-shiftmax__comment__photo {
  float: left;
  width: 195px;
  height: 195px;
  margin-right: 20px;
}

.about-shiftmax__comment__data {
  float: left;
  width: 731px;
  box-sizing: border-box;
  padding: 35px 38px 40px 50px;
  background: url(../images/bg_hukidasi.png) no-repeat left center;
  background-size: contain;
}

.about-shiftmax__comment__data__text {
  font-size: 20px;
  line-height: 36px;
}

.feature-shiftmax {
  padding-bottom: 30px;
  padding-top: 60px;
}

.feature-shiftmax__block {
  background: #f7e8ea;
  width: 100%;
  padding: 30px 30px 20px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 30px;
}

.feature-shiftmax__block:before,.feature-shiftmax__block:after {
  content: "";
  display: table;
}

.feature-shiftmax__block:after {
  clear: both;
}

.feature-shiftmax__block__photo {
  float: left;
  position: relative;
}

.feature-shiftmax__block__data {
  width: 625px;
  float: right;
  position: relative;
}

.feature-shiftmax__block__title {
  color: #ae111c;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 10px;
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.2;
}

.feature-shiftmax__block__text {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}

.feature-shiftmax__block__text__bold {
  font-weight: bold;
  display: block;
}

.feature-shiftmax__block__more {
  background-color: #6881c1;
  color: #fff;
  padding: 13px 50px 13px 30px;
  display: inline-block;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.feature-shiftmax__block__more:hover {
  opacity: .8;
}

.feature-shiftmax__block__more:visited {
  color: #fff;
}

.feature-shiftmax__block__more:link {
  color: #fff;
  text-decoration: none;
}

.best-shiftmax {
  background: #f4f1ea;
  padding-bottom: 1px;
  padding-top: 70px;
}

.best-shiftmax__graph {
  margin-bottom: 40px;
}

.best-shiftmax__block {
  margin-bottom: 50px;
}

.best-shiftmax__block__title {
  border-radius: 4px;
  padding: 6px 15px 6px 20px;
  position: relative;
  margin-bottom: 20px;
  background: #333;
}

.best-shiftmax__block__title:before,.best-shiftmax__block__title:after {
  content: "";
  display: table;
}

.best-shiftmax__block__title:after {
  clear: both;
}

.best-shiftmax__block__title__text {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  float: left;
}

.best-shiftmax__block__title__star {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.best-shiftmax__block__title--2 {
  background: #d31a27;
}

.best-shiftmax__block__data {
  border-radius: 10px;
  padding: 13px 20px 20px 20px;
}

.best-shiftmax__block__data__wrapper {
  position: relative;
  margin-bottom: 35px;
}

.best-shiftmax__block__data__wrapper:before,.best-shiftmax__block__data__wrapper:after {
  content: "";
  display: table;
}

.best-shiftmax__block__data__wrapper:after {
  clear: both;
}

.best-shiftmax__block__data__photo {
  position: absolute;
  top: 50%;
  width: 250px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.best-shiftmax__block__data__text {
  float: right;
  width: 630px;
  padding-left: 28px;
  border-left: 1px solid  #999;
}

.best-shiftmax__block__data__text__text {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  position: relative;
  top: -5px;
}

.best-shiftmax__block__data__text__list {
  width: 100%;
  padding: 15px 0 10px;
  border-radius: 6px;
  background: #e2dfd5;
}

.best-shiftmax__block__data__text__list li {
  margin-left: 25px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 31px;
  background: url(../images/icn_close.png) no-repeat left center;
  background-size: 20px;
  margin-bottom: 7px;
}

.best-shiftmax__block__data__text__list li.circle {
  background: url(../images/icn_circle.png) no-repeat left center;
  background-size: 20px;
}

.best-shiftmax__block__data__text__list--2 {
  background: #f8e8e6;
}

.best-shiftmax__block__data--2 {
  background: #f7dcd7;
}

.best-shiftmax__block__advice:before,.best-shiftmax__block__advice:after {
  content: "";
  display: table;
}

.best-shiftmax__block__advice:after {
  clear: both;
}

.best-shiftmax__block__advice__photo {
  width: 180px;
  float: right;
}

.best-shiftmax__block__advice__data {
  float: left;
  width: 731px;
  background: url(../images/bg_hukidasi_2.png) no-repeat left center;
  background-size: 100% 100%;
  padding: 25px 50px 25px 25px;
  box-sizing: border-box;
}

.best-shiftmax__block__advice__data__title {
  color: #de0315;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
}

.best-shiftmax__block__advice__data__text {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.top-concierge {
  padding-top: 80px;
  padding-bottom: 90px;
}

.top-concierge__lead {
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 35px;
}

.top-concierge__question {
  background: #f7f7f7;
  text-align: center;
  width: 100%;
  padding: 45px 0;
}

.top-concierge__question__button {
  display: block;
}

.footer .contact {
  margin-top: 30px;
}

.footer .request .title {
  margin-left: 10px;
  margin-top: -10px;
  margin-bottom: 5px;
}

.footer .request .dl_button.replace {
  padding-left: 15px;
}

.footer .footer_content .col {
  padding-bottom: 42px;
}

.footer .footer_nav .text {
  font-size: 14px;
  position: relative;
  top: -5px;
}

.footer .footer_nav .nav ul {
  font-size: 14px;
  position: relative;
  top: -5px;
}

.footer .footer_nav .nav ul li {
  margin-bottom: 4px;
}

.footer .footer_nav .company .logo_footer {
  margin-bottom: 10px;
}

.footer .footer_nav .triple dt {
  padding-top: 0;
  margin-bottom: 5px;
}

.footer .footer_nav .triple dd {
  margin-bottom: 10px;
}/* State *//* Theme */@media screen and (max-width: 960px) {
  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .l-wrapper-1 {
    width: 900px;
  }

  .heading-1__big {
    font-size: 42px;
  }

  .heading-1__small {
    font-size: 20px;
    line-height: 1.4;
  }

  .slider_container {
    left: -964px;
  }

  .slider {
    width: 900px;
  }

  .slider li {
    width: 903.75px;
  }

  .slider li .image img {
    margin-bottom: 20px;
    float: left;
    width: 33.5%;
  }

  .slider li .image p {
    float: right;
    display: block;
    border-radius: 4px;
    background-color: #ebdcde;
    padding: 10px;
    color: #333333;
    font-size: 25px;
    font-weight: 500;
    line-height: 33px;
    box-sizing: border-box;
    width: 64%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .slider li .anchor {
    width: 385px;
    height: 64px;
    background-size: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .slider li a:hover .anchor {
    background-position: 0 0;
  }

  .slider .text p {
    display: none;
  }

  .slider_wrap {
    max-height: none;
  }

  .slider_wrap .prev,.slider_wrap .next {
    display: none;
  }
/*
  .nav-global li a span {
    font-size: 36px;
  }
*/
  .top-bunner__concierge {
    width: 543px;
  }

  .top-banner__movie {
/*    width: 346px;*/
    width: 100%;
  }
  .top-banner__movie img {
    width: 100%;
  }
  .top-banner__download,
  .top-banner__download img {
    width: 100%;
  }

  .about-shiftmax__customer {
    position: relative;
  }

  .about-shiftmax__customer__head {
    width: 253px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .about-shiftmax__customer__head__title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .about-shiftmax__customer__head__name {
    font-size: 27px;
    font-weight: bold;
  }

  .about-shiftmax__customer__data {
    font-size: 26px;
    line-height: 40px;
    width: 513px;
  }

  .about-shiftmax__comment__photo {
    width: 182.8125px;
    height: 182.8125px;
  }

  .about-shiftmax__comment__data {
    width: 685.3125px;
    background-size: 100% 100%;
    padding: 25px 25px 25px 50px;
  }

  .about-shiftmax__comment__data__text {
    font-size: 27px;
    line-height: 41px;
  }

  .feature-shiftmax__block {
    padding: 50px 30px;
  }

  .feature-shiftmax__block__photo {
    width: 230px;
  }

  .feature-shiftmax__block__data {
    width: 585.9375px;
  }

  .feature-shiftmax__block__title {
    font-size: 39px;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .feature-shiftmax__block__text {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 15px;
  }

  .feature-shiftmax__block__more {
    font-size: 28px;
    margin-top: 20px;
  }

  .best-shiftmax__graph {
    width: 90%;
    margin: 0 auto 40px;
  }

  .best-shiftmax__block__title {
    margin-bottom: 20px;
  }

  .best-shiftmax__block__title__text {
    font-size: 28px;
  }

  .best-shiftmax__block__data {
    padding: 20px 20px 30px 20px;
  }

  .best-shiftmax__block__data__text {
    width: 567px;
  }

  .best-shiftmax__block__data__text__text {
    font-size: 28px;
    line-height: 45px;
  }

  .best-shiftmax__block__data__text__list li {
    font-size: 25px;
    background-position: left 10px;
    padding-right: 30px;
  }

  .best-shiftmax__block__data__text__list li.circle {
    background-position: left 13px;
  }

  .best-shiftmax__block__advice__photo {
    width: 168.75px;
    position: relative;
    top: 50px;
  }

  .best-shiftmax__block__advice__data {
    width: 685.3125px;
  }

  .best-shiftmax__block__advice__data__title {
    font-size: 27px;
    line-height: 40px;
  }

  .best-shiftmax__block__advice__data__text {
    font-size: 27px;
    line-height: 45px;
  }

  .top-concierge {
    padding-top: 40px;
  }

  .top-concierge__lead {
    font-size: 30px;
    line-height: 45px;
  }

  .top-concierge__question__button img {
    width: 95%;
  }

  .footer .footer_nav .text {
    font-size: 1.5em;
  }

  .footer .footer_nav .nav ul {
    font-size: 19px;
  }
}
