@charset "UTF-8";
/* 設定
******************************************************************************************** */
/* txt-maker */
/* btn */
/* $width-pc: 1281px; */
/* $width-smartphone: 600px; */
/* $width-scrollbar: 20px; */
/* kv
******************************************************************************************** */
.kv {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.kv__in {
  max-width: 1200px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .kv__in {
    width: 100%;
  }
}
.kv__text {
  margin: 0;
  width: 100%;
}
.kv__item {
  width: 48%;
  display: block;
  margin-bottom: 10px;
  opacity: 0;
  transform: translate(50px, -50px);
}
.kv__item--1 {
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.kv__item--2 {
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
}
.kv__item--3 {
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
}

html.ok-complete .kv__item {
  transform: none;
  opacity: 1;
}

/* slanting mask
******************************************************************************************** */
.slanting {
  margin: 0;
  z-index: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewY(-8.3deg);
  transform-origin: top right;
  width: 100%;
}
.slanting__mask {
  display: block;
  overflow: hidden;
  height: 100%;
  margin: 0 auto;
}
.slanting__img {
  height: 100%;
  transform: skewY(8.3deg);
  transform-origin: top right;
}
.slanting__bg {
  height: 100%;
  background: #000;
}

/* strong
******************************************************************************************** */
.strong {
  margin-top: -100px;
  position: relative;
}
.strong__border {
  margin: 60px 0;
  border-top: 4px solid #fff;
}
.strong__border--black {
  border-color: #000;
  margin: 0;
  margin-top: -70px;
  transform: skewY(-8.3deg);
}
.strong__top {
  position: relative;
}
.strong__top .slanting {
  transform-origin: center;
}
.strong__top .slanting__border {
  width: 100%;
  z-index: 2;
  position: absolute;
  border-top: 4px solid #fff;
}
.strong__top .slanting__bg {
  height: 80%;
}
.strong__in {
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  /*  Smartphone */
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-top: -60px;
}
@media only screen and (max-width: 640px) {
  .strong__in {
    width: 100%;
  }
}
.strong__title {
  z-index: 2;
  width: 48%;
  padding-top: 60px;
}
.strong__copy {
  margin: 0 0 15px 0;
}
.strong__ttl {
  margin: 0;
  background: #fff;
  padding: 2px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.strong__w {
  max-width: 980px;
  margin: 0 auto;
  /*  Smartphone */
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .strong__w {
    width: 100%;
  }
}
.strong__point {
  width: 48%;
  margin-bottom: 40px;
  z-index: 2;
}
.strong__txt {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 60px 0;
}

@media screen and (min-width: 1350px) {
  .strong {
    margin-top: -140px;
  }
}
/* instagram
******************************************************************************************** */
.insta .slanting {
  margin-top: -80px;
  height: 720px;
}
.insta__in {
  max-width: 980px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .insta__in {
    width: 100%;
  }
}
.insta__title {
  width: 48%;
}
.insta__copy {
  margin: 0 0 15px 0;
}
.insta__ttl {
  margin: 0;
  background: #000;
  color: #fff;
  padding: 2px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.insta__post {
  width: 100%;
  position: relative;
  padding: 60px 0;
}
.insta__post #sb_instagram {
  z-index: 2;
  position: relative;
}
.insta__post #sbi_images {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  max-width: 640px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .insta__post #sbi_images {
    width: 100%;
  }
}
.insta__post #sbi_images .sbi_item {
  width: 31%;
  margin-bottom: 2%;
}
.insta__more {
  position: relative;
  z-index: 2;
  text-align: center;
}

@media screen and (max-width: 1224px) {
  .insta .slanting__img img {
    height: 130%;
    width: auto;
  }
}
/* business
******************************************************************************************** */
.business {
  position: relative;
  z-index: 2;
}
.business .slanting {
  margin-top: -140px;
  height: 1530px;
}
.business .slanting__border {
  z-index: 10;
  bottom: 25vh;
  left: 0;
  position: absolute;
  margin: 0;
  width: 100%;
  padding: 4px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #e61f19;
}
.business__border {
  margin: 20px 0;
  text-align: center;
}
.business__border span {
  border-bottom: 4px solid #e61f19;
  width: 70px;
  display: inline-block;
}
.business__in {
  max-width: 980px;
  margin: 0 auto;
  /*  Smartphone */
  position: relative;
  z-index: 10;
  padding-top: 40px;
}
@media only screen and (max-width: 640px) {
  .business__in {
    width: 100%;
  }
}
.business__title {
  width: 48%;
  margin: 0 auto;
}
.business__copy {
  margin: 0 0 15px 0;
}
.business__ttl {
  margin: 0;
  background: #fff;
  padding: 2px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.business__txt {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.business__line {
  z-index: 15;
  position: relative;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin: 40px 0;
}
.business__line::after {
  content: "";
  display: block;
  width: 30%;
}
.business__img {
  width: 30%;
}

/* recruit
******************************************************************************************** */
.recruit .block {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding-left: 12.8vw;
}
.recruit .block__in {
  width: 48%;
  padding-top: 130px;
}
.recruit .block .slanting {
  margin-top: -150px;
}
.recruit .block .slanting__mask {
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
}
.recruit__copy {
  width: 50%;
  margin: 0 0 15px 0;
}
.recruit__ttl {
  width: 80%;
  margin: 0;
  background: #000;
  color: #fff;
  padding: 2px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.recruit__txt {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
}
.recruit .outline {
  position: relative;
}
.recruit .outline .slanting {
  margin-top: -50px;
}
.recruit .outline__in {
  max-width: 980px;
  margin: 0 auto;
  /*  Smartphone */
  position: relative;
  z-index: 2;
  padding: 100px 0 70px;
}
@media only screen and (max-width: 640px) {
  .recruit .outline__in {
    width: 100%;
  }
}
.recruit .outline__ttl {
  background: #fff;
  color: #000;
  padding: 2px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  border: 1px solid #000;
  text-align: center;
  margin-bottom: 30px;
}
.recruit .outline__w {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.recruit .outline__item {
  width: 49%;
  background: #fff;
  padding: 20px;
}
.recruit .outline__table {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0em;
}
.recruit .outline__table th {
  padding: 5px;
  border-bottom: 1px solid #000;
  font-weight: 500;
  text-align: left;
}
.recruit .outline__table td {
  padding: 5px;
  border-bottom: 1px solid #000;
  font-weight: 500;
}
.recruit .outline__txt {
  margin: 30px 0;
  text-align: center;
  color: #fff;
}
.recruit .outline__btn {
  text-align: center;
}
.recruit .outline__btn a {
  margin: 10px;
}

@media screen and (max-width: 1590px) {
  .recruit .block__in {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1454px) {
  .recruit .block__in {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1324px) {
  .recruit .slanting__img img {
    height: 130%;
    width: auto;
  }
}
/* company
******************************************************************************************** */
.company {
  margin-top: -50px;
}
.company__movie {
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
.company__movie iframe {
  width: 100%;
  aspect-ratio: 4/2;
  height: 100%;
  border: 0;
}
.company__in {
  max-width: 640px;
  margin: 0 auto;
  /*  Smartphone */
  padding: 100px 0;
}
@media only screen and (max-width: 640px) {
  .company__in {
    width: 100%;
  }
}
.company__copy {
  width: 80%;
  margin: 0 auto 15px auto;
}
.company__ttl {
  margin: 0 0 40px 0;
  background: #000;
  color: #fff;
  padding: 2px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.company__table {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  border-collapse: separate;
  border-spacing: 10px 0;
  margin-bottom: 60px;
}
.company__table tr:first-child th, .company__table tr:first-child td {
  border-top: 1px solid #000;
}
.company__table th, .company__table td {
  padding: 10px 0;
  border-bottom: 1px solid #000;
  white-space: nowrap;
}
.company__table th {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.company__history {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 1px solid #000;
}
.company__history th, .company__history td {
  padding: 10px;
  border-bottom: 1px solid #000;
}
.company__history th {
  text-align: left;
}

/* map
******************************************************************************************** */
.map iframe {
  width: 100%;
  max-height: 650px;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* contact
******************************************************************************************** */
.contact {
  background: #000;
  padding: 40px 0;
  color: #fff;
}
.contact__in {
  max-width: 980px;
  margin: 0 auto;
  /*  Smartphone */
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .contact__in {
    width: 100%;
  }
}
.contact__left {
  width: 45%;
}
.contact__copy {
  width: 80%;
}
.contact__ttl {
  margin: 0;
  background: #fff;
  color: #000;
  padding: 2px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.contact__time {
  font-size: 18px;
  font-size: 1.8rem;
}
.contact__time span {
  font-size: 16px;
  font-size: 1.6rem;
  background: #b5b5b6;
  padding: 0 15%;
  margin-right: 10px;
  letter-spacing: 0.2em;
}
.contact__right {
  width: 48%;
}

/* 404
******************************************************************************************** */
.not {
  max-width: 980px;
  margin: 0 auto;
  /*  Smartphone */
  padding: 60px 0;
}
@media only screen and (max-width: 640px) {
  .not {
    width: 100%;
  }
}
.not__ttl {
  font-size: 24px;
  font-size: 2.4rem;
}
.not__txt {
  font-size: 16px;
  font-size: 1.6rem;
}/*# sourceMappingURL=index.css.map */