@charset "UTF-8";
/* Scss Document */
.cl1 {
  color: #d6302b;
}
header h1 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#sec1 {
  padding-top: 100vh;
  position: relative;
}
#sec1 .mask {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#sec1 .info {
  padding: 0vw 0% 20vw;
  position: relative;
  z-index: 2;
}
#sec1 .info h2 {
  text-align: center;
  padding-bottom: 10vw;
}
#sec1 .info h2 span {
  background-color: #fff;
  display: inline-block;
  font-size: 6.5vw;
  line-height: 1.4;
  padding: 0 8vw;
  letter-spacing: 0.1em;
  margin-bottom: 1vw;
}
#sec1 .info .txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #sec1 .info {
    padding: 0 20px 190px;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  #sec1 .info h2 {
    text-align: center;
    padding-bottom: 50px;
  }
  #sec1 .info h2 span {
    font-size: 45px;
    line-height: 75px;
    padding: 0 50px;
    margin-bottom: 8px;
  }
  #sec1 .img-parallax img {
    height: 122vh;
  }
}
@media screen and (min-width: 768px) and (max-height: 600px) {
  #sec1 .img-parallax img {
    height: 162vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1700px) {
  #sec1 .img-parallax img {
    height: 162vh;
  }
}
#sec2 {
  padding: 15vw 0;
  background: url("../img/index/pt1.jpg") repeat-x 0 bottom;
}
#sec2 .point {
  padding-bottom: 10vw;
}
#sec2 .point .item {
  padding: 5vw 0 0;
}
#sec2 .point .item h2 {
  letter-spacing: 0.1em;
  font-size: 7.5vw;
  line-height: 1.4;
  padding-bottom: 5vw;
}
#sec2 .point .item h2 .t {
  letter-spacing: 0.1em;
  background-color: #d6302b;
  color: #ffff;
  font-size: 5.3vw;
  padding: 0 3vw;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 116px 20px 157px;
  }
  #sec2 .wrap {
    max-width: 1200px;
  }
  #sec2 .point {
    padding-bottom: 0;
    gap: 72px;
    display: flex;
    position: relative;
  }
  #sec2 .point .item {
    padding: 82px 0 0;
    max-width: 557px;
    width: 47%;
  }
  #sec2 .point .item h2 {
    font-size: 40px;
    padding-bottom: 25px;
  }
  #sec2 .point .item h2 .t {
    font-size: 28px;
    padding: 0 23px;
    line-height: 55px;
    display: inline-block;
    letter-spacing: 0.1em;
    margin-bottom: 21px;
  }
  #sec2 .point .photo {
    height: 558px;
    margin-left: -32px;
    max-width: 504px;
    width: 53%;
  }
  #sec2 .point.point2 {
    margin-bottom: 88px;
  }
  #sec2 .point.point2 .photo {
    position: absolute;
    top: -137px;
    right: -70px;
    left: calc(50% - 26px);
    height: 464px;
    max-width: 727px;
    width: auto;
  }
  #sec2 .point.point2 .item {
    width: 494px;
    padding: 70px 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec2 .point.point2 .photo {
    left: 550px;
    right: -30px;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .point.point3 .photo {
    height: 441px;
    max-width: 688px;
    width: calc(50% + 90px);
    margin-left: 0;
  }
  #sec2 .point.point3 .item {
    width: 440px;
    padding: 114px 0 0;
  }
  #sec2 .point.point3 .item h3 {
    margin-right: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  #sec2 .point.point3 {
    gap: 30px;
  }
  #sec2 .point.point3 .photo {
    width: calc(100% - 470px);
  }
}
#sec3 {
  padding: 15vw 0;
  background-color: #efefef;
}
#sec3 h2 {
  font-size: 8vw;
  line-height: 1.2;
  padding-bottom: 5vw;
}
#sec3 h2 span {
  font-size: 5.5vw;
  letter-spacing: 0.1em;
}
#sec3 .staff .photo {
  position: relative;
  padding: 2%;
}
#sec3 .staff .photo span {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-size: 5.5vw;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 3%;
}
#sec3 .staff .photo span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 15vw solid #d6302b;
  border-right: 15vw solid transparent;
}
#sec3 .staff dl {
  padding: 2%;
}
#sec3 .staff dt {
  text-align: center;
  margin: 5vw auto;
}
#sec3 .staff dt span {
  display: inline-block;
  color: #fff;
  background-color: #000;
  font-size: 6vw;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  padding: 2% 5%;
}
#sec3 .slick-arrow {
  background: none;
  color: #000;
  top: auto;
  bottom: -5vw;
  transform: none;
}
#sec3 .slick-arrow:before {
  position: absolute;
  content: '';
  border-top: 1px solid;
  border-right: 1px solid;
  width: 50%;
  height: 50%;
  top: 40%;
  left: 0;
  transform: rotate(45deg) translateY(-50%);
}
#sec3 .slick-arrow.slick-prev:before {
  border: none;
  border-bottom: 1px solid;
  border-left: 1px solid;
}
#sec3 .slick-dots {
  padding-top: 5vw;
}
#sec3 .slick-dots li {
  width: 13px;
  height: 13px;
}
#sec3 .slick-dots li.slick-active button {
  background-color: #d6302b;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 160px 20px 120px;
  }
  #sec3 h2 {
    font-size: 58px;
    line-height: 61px;
    padding-bottom: 80px;
    letter-spacing: 0.1em;
  }
  #sec3 h2 span {
    font-size: 40px;
  }
  #sec3 .wrap {
    max-width: 1380px;
  }
  #sec3 .js-slider {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
  }
  #sec3 .staff {
    width: calc((100% - 60px) /3);
    line-height: 32px;
  }
  #sec3 .staff .photo {
    position: relative;
    padding: 0;
  }
  #sec3 .staff .photo img {
    width: 100%;
    height: auto;
  }
  #sec3 .staff .photo span {
    font-size: 40px;
    padding: 0;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 70px;
    display: flex;
  }
  #sec3 .staff .photo span:before {
    top: -8px;
    left: -5px;
    border-top: 100px solid #d6302b;
    border-right: 100px solid transparent;
  }
  #sec3 .staff dl {
    padding: 64px 0 0;
  }
  #sec3 .staff dl.ext {
    padding-top: 40px;
  }
  #sec3 .staff dl.ext dt span {
    line-height: 56px;
    margin-bottom: 5px;
  }
  #sec3 .staff dl.ext dd {
    margin-top: 15px;
  }
  #sec3 .staff dd {
    max-width: 376px;
    margin: 36px auto 0;
    width: 90%;
  }
  #sec3 .staff dt {
    margin: auto;
  }
  #sec3 .staff dt span {
    font-size: 34px;
    line-height: 70px;
    margin-bottom: 5px;
    padding: 0 31px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec3 .staff dt span {
    font-size: 28px;
    padding: 0 20px;
  }
}
#recruit {
  padding: 15vw 0;
}
#recruit .lead {
  padding: 0 5%;
}
#recruit .lead h2 {
  position: relative;
  line-height: 1;
  margin-bottom: 10vw;
}
#recruit .lead h2 span {
  letter-spacing: 0.1em;
  font-size: 7.5vw;
  line-height: 1;
  display: inline-block;
}
#recruit .lead h2 .t {
  color: #fff;
  display: inline-block;
  font-size: 6vw;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding: 3vw 10vw 2vw 0;
  margin-top: -0.8vw;
}
#recruit .lead h2 .t:before {
  background-color: #000;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -20vw;
  z-index: -1;
}
#recruit .group {
  padding: 15vw 0 0;
}
#recruit .group h2 {
  text-align: center;
  font-size: 7vw;
  line-height: 1.5;
  padding-bottom: 5vw;
}
#recruit .group .shop {
  padding-bottom: 15vw;
}
#recruit .group .shop h3 {
  text-align: center;
  border-top: 2px solid;
  border-bottom: 2px solid;
  font-size: 4vw;
  line-height: 1.4;
  padding: 3vw 0;
  margin-bottom: 5vw;
}
#recruit .group .shop h3 span {
  letter-spacing: 0.1em;
  font-size: 6vw;
}
#recruit .group .shop .tbl-info {
  margin-bottom: 10vw;
}
#recruit .group .shop .tbl-info dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 0;
  line-height: 22px;
  font-size: 14px;
}
#recruit .group .shop .tbl-info dl dt, #recruit .group .shop .tbl-info dl dd {
  display: table-cell;
}
#recruit .group .shop .tbl-info dl p:not(:last-child) {
  padding-bottom: 15px;
}
#recruit .group .shop .tbl-info dl dt {
  width: 90px;
  position: relative;
}
#recruit .group .shop .tbl-info dl dt:before {
  content: '■';
  color: #d6302b;
}
#recruit .group .shop .contact {
  background-color: #efefef;
  text-align: center;
  padding: 10vw 5%;
}
#recruit .group .shop .contact h3 {
  border-top: none;
  width: 90%;
  margin: 0 auto 5vw;
}
#recruit .group .shop .contact .tel {
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 1.4;
}
#recruit .group .shop .contact .tel dt {
  font-size: 18px;
  padding-bottom: 5px;
}
#recruit .group .shop .contact .tel dt .num span {
  color: #d6302b;
  font-size: 24px;
}
#recruit .group .shop .contact .tel dd span {
  font-size: 11px;
  letter-spacing: 0;
  color: #7a7a7a;
}
#recruit .group .shop .contact .bnr-shared.ext a {
  padding-top: 15px;
  font-size: 15px;
}
#recruit .group .shop .contact .bnr-shared.ext img {
  width: 24px;
}
@media screen and (min-width: 768px) {
  #recruit {
    padding: 150px 0 65px;
  }
  #recruit .wrap {
    max-width: 1200px;
  }
  #recruit .lead {
    padding: 36px 0 100px;
    position: relative;
  }
  #recruit .lead h2 {
    position: absolute;
    top: 0;
    right: calc(50% + 184px);
    margin: 0;
  }
  #recruit .lead h2 span {
    font-size: 40px;
  }
  #recruit .lead h2 .t {
    font-size: 45px;
    padding: 17px 47px 13px 2px;
    margin-top: -3px;
  }
  #recruit .lead h2 .t:before {
    left: -60vw;
  }
  #recruit .lead .txt {
    margin-left: calc(50% - 97px);
  }
  #recruit .group {
    padding: 0 0 0;
  }
  #recruit .group h2 {
    font-size: 45px;
    padding-bottom: 50px;
  }
  #recruit .group .shop {
    padding-bottom: 140px;
  }
  #recruit .group .shop h3 {
    font-size: 25px;
    line-height: 46px;
    padding: 16px 0 7px;
    margin-bottom: 57px;
  }
  #recruit .group .shop h3 span {
    font-size: 35px;
  }
  #recruit .group .shop .tbl-info {
    margin-bottom: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    max-width: 1126px;
    margin: 0 auto 50px;
  }
  #recruit .group .shop .tbl-info .col {
    width: calc(50% - 35px);
  }
  #recruit .group .shop .tbl-info dl {
    padding: 13px 0;
    line-height: 26px;
    font-size: 16px;
  }
  #recruit .group .shop .tbl-info dl p:not(:last-child) {
    padding-bottom: 26px;
  }
  #recruit .group .shop .tbl-info dl dt {
    width: 125px;
    position: relative;
    padding: 0 0 0 12px;
  }
  #recruit .group .shop .tbl-info dl dt:before {
    padding-right: 3px;
  }
  #recruit .group .shop .contact {
    padding: 96px 0 83px;
  }
  #recruit .group .shop .contact h3 {
    width: 482px;
    margin: 0 auto 45px;
  }
  #recruit .group .shop .contact .tel {
    padding-bottom: 52px;
    font-size: 16px;
    line-height: 22px;
    /* letter-spacing: 0.1em; */
  }
  #recruit .group .shop .contact .tel dt {
    font-size: 20px;
    padding-bottom: 9px;
    line-height: 30px;
  }
  #recruit .group .shop .contact .tel dt span {
    letter-spacing: 0.1em;
  }
  #recruit .group .shop .contact .tel dt .num {
    font-size: 22px;
  }
  #recruit .group .shop .contact .tel dt .num span {
    font-size: 32px;
  }
  #recruit .group .shop .contact .tel dd {
    line-height: 22px;
  }
  #recruit .group .shop .contact .tel dd span {
    font-size: 14px;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 10px 0 0;
  }
  #recruit .group .shop .contact .bnr-shared.ext {
    margin: 0 auto;
    max-width: 737px;
  }
  #recruit .group .shop .contact .bnr-shared.ext a {
    padding-top: 15px;
    font-size: 20px;
    padding: 39px 0 34px;
  }
  #recruit .group .shop .contact .bnr-shared.ext a:after {
    right: 45px;
  }
  #recruit .group .shop .contact .bnr-shared.ext img {
    width: 45px;
  }
}