/*@mixin font-size($size: 24, $base: 10) {
  font-size: ($size / $base) * 1rem;
}*/
/* cleafix
------------------------------------------------------------ */
.u-cf {
  *zoom: 1;
}
.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

/***************************************************
  home.css
***************************************************/
/* #home.home
------------------------------------------------------------ */
#home.home .p-mainvisual {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#home.home .p-mainvisual__title01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 95%;
  z-index: 2;
}
#home.home .p-mainvisual__title01 img {
  width: 100%;
  max-height: 30vh;
  -o-object-fit: contain;
     object-fit: contain;
}
#home.home .p-mainvisual__title02 {
  position: absolute;
  bottom: 23%;
  right: 0;
  width: 35%;
  z-index: 3;
}
#home.home .p-mainvisual__title02 img {
  width: 100%;
  max-height: 8vh;
  -o-object-fit: contain;
     object-fit: contain;
}
#home.home .p-mainvisual__movie {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 599px) {
  #home.home .p-mainvisual {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  #home.home .p-mainvisual__title01 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 95%;
    z-index: 2;
  }
  #home.home .p-mainvisual__title01 img {
    width: 100%;
    max-height: 30vh;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #home.home .p-mainvisual__title02 {
    position: absolute;
    bottom: 20%;
    right: 0;
    width: 75%;
    z-index: 3;
  }
  #home.home .p-mainvisual__title02 img {
    width: 100%;
    max-height: 20vh;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #home.home .p-mainvisual__movie {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
}
#home.home .p-about {
  padding: 8rem 0 25rem;
  background: url(/assets/img/home/about_bg01.png) -50% 100% no-repeat, url(/assets/img/home/about_bg02.png) 105% 88% no-repeat;
}
@media only screen and (max-width: 599px) {
  #home.home .p-about {
    padding: 4rem 0 25rem;
    background: url(/assets/img/home/about_bg01.png) 80% 100% no-repeat, url(/assets/img/home/about_bg02.png) 105% 88% no-repeat;
  }
}
#home.home .p-service {
  margin-top: -18rem;
  padding-top: 10%;
  padding-bottom: 10%;
  background: url(/assets/img/home/service_bg01-2.svg) 0 0 no-repeat, url(/assets/img/home/service_bg03.svg) 0 100% no-repeat;
  background-size: 136.7% auto;
}
#home.home .p-service_block01 {
  padding: 12rem 0;
  background: url(/assets/img/home/service_bg02.svg) 0 50% no-repeat;
  background-size: 100% auto;
}
#home.home .p-service_block01:last-child {
  background-color: #181B2A;
}
#home.home .p-service_media01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
#home.home .p-service_media01__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 43%;
  color: #fff;
}
#home.home .p-service_media01__content .title01 {
  margin-bottom: 5rem;
  font-size: 2.8rem;
  font-weight: 600;
}
#home.home .p-service_media01__content .text01 {
  line-height: 1.8;
}
#home.home .p-service_media01__content .text01 p:not(:first-child) {
  margin-top: 2rem;
}
#home.home .p-service_media01__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 66%;
  margin-left: -16%;
}
#home.home .p-service_media02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
}
#home.home .p-service_media02__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 43%;
  margin-top: -8rem;
  color: #fff;
}
#home.home .p-service_media02__content .title01 {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  font-weight: 400;
}
#home.home .p-service_media02__content .title01 > span {
  margin-right: 1rem;
  color: #DC000B;
  font-size: 15.2rem;
  font-family: "Oswald", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}
#home.home .p-service_media02__content .title02 {
  margin-bottom: 4rem;
  font-size: 2.8rem;
  font-weight: 600;
}
#home.home .p-service_media02__content .text01 {
  line-height: 1.8;
}
#home.home .p-service_media02__content .text01 p:not(:first-child) {
  margin-top: 2rem;
}
#home.home .p-service_media02__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 66%;
  margin-right: -16%;
}
@media only screen and (max-width: 599px) {
  #home.home .p-service {
    margin-top: -18rem;
    padding-top: 25%;
    padding-bottom: 10%;
    background: url(/assets/img/home/service_bg01-3.svg) 50% 0 no-repeat, url(/assets/img/home/service_bg03.svg) 0 100% no-repeat;
    background-size: 400% auto;
  }
  #home.home .p-service_block01 {
    padding: 2rem 0;
    background: #181B2A url(/assets/img/home/service_bg02.svg) 0 50% no-repeat;
    background-size: 400% auto;
  }
  #home.home .p-service_block01:last-child {
    background-color: #181B2A;
  }
  #home.home .p-service_media01 {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
  }
  #home.home .p-service_media01__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    color: #fff;
  }
  #home.home .p-service_media01__content .title01 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  #home.home .p-service_media01__content .text01 {
    line-height: 1.8;
  }
  #home.home .p-service_media01__content .text01 p:not(:first-child) {
    margin-top: 2rem;
  }
  #home.home .p-service_media01__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    margin-top: 2rem;
    margin-left: 0;
  }
  #home.home .p-service_media02 {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #fff;
  }
  #home.home .p-service_media02__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    margin-top: 0;
    color: #fff;
  }
  #home.home .p-service_media02__content .title01 {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 400;
  }
  #home.home .p-service_media02__content .title01 > span {
    margin-right: 1rem;
    font-size: 6rem;
  }
  #home.home .p-service_media02__content .title02 {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
  }
  #home.home .p-service_media02__content .text01 {
    line-height: 1.8;
  }
  #home.home .p-service_media02__content .text01 p:not(:first-child) {
    margin-top: 2rem;
  }
  #home.home .p-service_media02__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    margin-top: 2rem;
    margin-right: 0;
  }
}
#home.home .p-company {
  padding: 10rem 0;
  background: url(/assets/img/home/about_bg01.png) -50% 100% no-repeat;
}
#home.home .p-company__media01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#home.home .p-company__media01 .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5rem;
}
#home.home .p-company__media01 .title .title01 {
  font-size: 2.8rem;
  font-weight: 600;
}
#home.home .p-company__media01 .content {
  width: 56%;
  margin-top: 1rem;
}
@media only screen and (max-width: 599px) {
  #home.home .p-company {
    padding: 10rem 0;
    background: url(/assets/img/home/about_bg01.png) -50% 100% no-repeat;
  }
  #home.home .p-company__media01 {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #home.home .p-company__media01 .title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 5rem;
  }
  #home.home .p-company__media01 .title .title01 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  #home.home .p-company__media01 .content {
    width: 100%;
    margin-top: 1rem;
  }
}
#home.home .p-recruit {
  padding: 10rem 0;
  background: url(/assets/img/home/recruit_bg01.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#home.home .p-recruit__block01 {
  width: 100rem;
  margin: auto;
  background-color: #fff;
}
#home.home .p-recruit__block01 .title01 {
  padding: 5rem 2rem;
  color: #DC000B;
  font-size: 4.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
#home.home .p-recruit__block01 .title01 > span {
  display: block;
  margin-top: 1rem;
  color: #1A1311;
  font-size: 3.4rem;
}
#home.home .p-recruit__block01 .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  background-color: #DC000B;
  color: #fff;
}
#home.home .p-recruit__block01 .box01 .tel {
  font-size: 4.8rem;
  font-family: "Oswald", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}
#home.home .p-recruit__block01 .box01 .tel > span {
  font-size: 6rem;
}
#home.home .p-recruit__block01 .box01 .hour {
  text-align: right;
}
@media only screen and (max-width: 599px) {
  #home.home .p-recruit {
    padding: 5rem 0;
    background: url(/assets/img/home/recruit_bg01.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  #home.home .p-recruit__block01 {
    width: 100%;
    margin: auto;
    background-color: #fff;
  }
  #home.home .p-recruit__block01 .title01 {
    padding: 2rem 1rem;
    color: #DC000B;
    font-size: 2rem;
  }
  #home.home .p-recruit__block01 .title01 > span {
    display: block;
    margin-top: 1rem;
    color: #1A1311;
    font-size: 1.8rem;
  }
  #home.home .p-recruit__block01 .box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem;
    background-color: #DC000B;
    color: #fff;
  }
  #home.home .p-recruit__block01 .box01 .tel {
    font-size: 2.5rem;
    font-family: "Oswald", "Verdana", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
  }
  #home.home .p-recruit__block01 .box01 .tel > span,
  #home.home .p-recruit__block01 .box01 .tel > a {
    color: #fff;
    font-size: 3.5rem;
  }
  #home.home .p-recruit__block01 .box01 .hour {
    text-align: right;
  }
}
#home.home .p-access__map iframe {
  width: 100%;
}
@media only screen and (max-width: 599px) {
  #home.home .p-access__map iframe {
    width: 100%;
    height: 30rem;
  }
}

@media only screen and (max-width: 599px) {
  #home.home .mainvisual .slick-list {
    width: 100%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=home.css.map */