/* Scss Document */
.cl1 {
  color: #d6302b;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.homeKey {
  position: relative;
  height: 120vw;
  background-color: #fff;
}
.swiper-container {
  position: relative;
  height: 100%;
}
.swiper-container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.swiper-wrapper {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.bg_sl {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.swiper-slide .bg {
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
}
.image01 {
  background-image: url("../img/index/js1_sp.jpg");
}
.image02 {
  background-image: url(../img/index/js2_sp.jpg);
}
.image03 {
  background-image: url(../img/index/js3_sp.jpg);
}
.img-zoom {
  z-index: 50 !important;
  -webkit-animation: zoom 4.5s linear forwards;
  animation: zoom 4.5s linear forwards;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.slide-in-next::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 50;
  top: 0;
  width: 115%;
  height: 800px;
  background-color: #0f0f0f;
}
.slide-in-next::after {
  -webkit-animation: slide-in-next 1.8s ease;
  animation: slide-in-next 1.8s ease;
}
@-webkit-keyframes slide-in-next {
  0% {
    right: -112%;
  }
  100% {
    right: 115%;
  }
}
@keyframes slide-in-next {
  0% {
    right: -112%;
  }
  100% {
    right: 115%;
  }
}
.slide-in-prev::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 50;
  top: 0;
  width: 115%;
  height: 800px;
  background-color: #0f0f0f;
}
.slide-in-prev::after {
  -webkit-animation: slide-in-prev 1.8s ease;
  animation: slide-in-prev 1.8s ease;
}
@-webkit-keyframes slide-in-prev {
  0% {
    left: -112%;
  }
  100% {
    left: 115%;
  }
}
@keyframes slide-in-prev {
  0% {
    left: -112%;
  }
  100% {
    left: 115%;
  }
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
#key {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #key {
    margin-left: 144px;
  }
  .homeKey {
    height: 784px;
  }
  .image01 {
    background-image: url("../img/index/js1.jpg");
  }
  .image02 {
    background-image: url(../img/index/js2.jpg);
  }
  .image03 {
    background-image: url(../img/index/js3.jpg);
  }
}
#sec1 {
  padding: 10vw 0 0;
}
#sec1 .js-logo {
  display: flex;
  animation: scrollLeft 20s linear infinite;
  width: max-content;
}
#sec1 .js-logo li {
  flex: 0 0 auto;
}
#sec1 .js-logo li img {
  height: 39vw;
  width: auto;
}
#sec1 .js-logo li.ext {
  align-items: center;
  display: flex;
  padding: 0 2vw;
}
#sec1 .js-logo li.ext img {
  height: 29vw;
}
#sec1 .lead {
  padding: 10vw 0;
}
#sec1 .lead h2 {
  width: 60%;
  margin: 8vw auto 0;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 110px 0 50px;
  }
  #sec1 .js-logo {
    animation: scrollLeft 20s linear infinite;
    margin-bottom: 64px;
  }
  #sec1 .js-logo li img {
    width: auto;
    height: 160px;
  }
  #sec1 .js-logo li.ext {
    padding: 0 0;
  }
  #sec1 .js-logo li.ext img {
    height: auto;
  }
  #sec1 .wrap {
    max-width: 1340px;
  }
  #sec1 .lead {
    padding: 0px 0;
    position: relative;
  }
  #sec1 .lead .photo {
    height: 439px;
    width: 50%;
  }
  #sec1 .lead h2 {
    width: auto;
    margin: 0;
    position: absolute;
    top: 14px;
    left: calc(50% + 110px);
  }
}
#sec2 .lead .photo li {
  width: 48%;
}
#sec2 .lead .photo li:nth-child(2) {
  margin-top: 10vw;
}
#sec2 .lead h2 {
  position: relative;
  line-height: 1;
  margin-bottom: 10vw;
}
#sec2 .lead h2 span {
  letter-spacing: 0.1em;
  font-size: 7.5vw;
  line-height: 1;
  display: inline-block;
}
#sec2 .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;
}
#sec2 .lead h2 .t:before {
  background-color: #000;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -20vw;
  z-index: -1;
}
#sec2 .lead .txt {
  padding: 10vw 10vw 15vw;
}
#sec2 .info dd {
  padding: 10vw 10vw 0;
}
@media screen and (min-width: 768px) {
  #sec2 {
    position: relative;
    padding: 27px 20px 88px;
  }
  #sec2:after {
    content: '';
    position: absolute;
    background: url("../img/index/sec2_bg.jpg") no-repeat 0 0/cover;
    height: 942px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
  }
  #sec2 .wrap {
    max-width: 1200px;
  }
  #sec2 .lead {
    min-height: 600px;
    margin-bottom: 77px;
  }
  #sec2 .lead .photo {
    position: absolute;
    top: 23px;
    right: 0;
    width: calc(100% - 480px);
    max-width: 657px;
  }
  #sec2 .lead .photo li {
    width: calc(50% - 10px);
  }
  #sec2 .lead .photo li img {
    max-width: 100%;
    height: auto;
  }
  #sec2 .lead .photo li:nth-child(2) {
    margin-top: 68px;
  }
  #sec2 .lead h2 {
    margin-bottom: 50px;
  }
  #sec2 .lead h2 span {
    font-size: 40px;
  }
  #sec2 .lead h2 .t {
    font-size: 30px;
    padding: 22px 108px 22px 2px;
    margin-top: -3px;
  }
  #sec2 .lead h2 .t:before {
    left: -60vw;
  }
  #sec2 .lead .txt {
    max-width: 453px;
    padding: 20px 0 0;
  }
  #sec2 .info dl {
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
  #sec2 .info dt {
    max-width: 696px;
    width: calc(100% - 440px);
    height: 381px;
  }
  #sec2 .info dd {
    padding: 4px 0 0px;
    width: 404px;
  }
}
#sec3 {
  padding: 15vw 0;
}
#sec3 .wrap {
  padding: 0;
}
#sec3 h2 {
  position: relative;
  line-height: 1.4;
  margin-bottom: 10vw;
  font-size: 8.5vw;
  padding: 0 0 0 8%;
}
#sec3 h2 span {
  letter-spacing: 0.1em;
  font-size: 7.5vw;
  display: inline-block;
  position: relative;
}
#sec3 h2 span:after {
  content: '';
  border-bottom: 5px solid;
  position: absolute;
  right: 0;
  bottom: 0;
  left: -15vw;
  transform: translateY(2px);
}
#sec3 .group .item {
  background: url("../img/index/pt1.jpg") repeat-x 0 bottom;
  padding-bottom: 25vw;
}
#sec3 .group .item:nth-child(2) {
  background: url("../img/index/pt2.jpg") repeat-x 0 bottom;
}
#sec3 .group .item:nth-child(3) {
  background: url("../img/index/pt3.jpg") repeat-x 0 bottom;
}
#sec3 .group .item .photo {
  margin: 0 0vw 10vw;
}
#sec3 .group .item .info {
  padding: 0 15vw;
}
#sec3 .group .item .info .logo {
  padding: 0 12%;
}
#sec3 .group .item .info h3 {
  font-size: 8.5vw;
  line-height: 1.4;
  padding: 5vw 0;
  text-align: center;
}
#sec3 .group .item .info h3 span {
  display: inline-block;
  color: #fff;
  background-color: #d6302b;
  font-size: 5.2vw;
  letter-spacing: 0.1em;
  padding: 2vw 8vw;
  margin-bottom: 2vw;
}
#sec3 .group .item .info .txt {
  padding-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 90px 0 0;
  }
  #sec3 .wrap {
    max-width: 100%;
  }
  #sec3 h2 {
    position: absolute;
    left: 0;
    top: 91px;
    margin-bottom: 20px;
    font-size: 54px;
    padding: 0 0 50px 55px;
    letter-spacing: 0.1em;
  }
  #sec3 h2 span {
    font-size: 40px;
  }
  #sec3 h2 span:after {
    left: -45vw;
    bottom: 7px;
  }
  #sec3 .group .item {
    align-items: center;
    display: flex;
    min-block-size: 100lvh;
    padding: 0;
  }
  #sec3 .group .item.padd .info {
    padding-top: 330px;
  }
  #sec3 .group .item .photo {
    width: 60%;
    margin: 0;
    block-size: 110lvh;
    min-height: 1030px;
    clip-path: inset(0);
    width: calc(100% - 600px);
    position: relative;
  }
  #sec3 .group .item .photo img {
    position: fixed;
    left: auto;
    right: auto;
    top: 60px;
    width: calc(100% - 600px);
  }
  #sec3 .group .item .info {
    order: -1;
    padding: 50px 0;
    width: 600px;
  }
  #sec3 .group .item .info .inner {
    width: 305px;
    margin: 0 auto;
  }
  #sec3 .group .item .info .logo {
    padding: 0;
    text-align: center;
    margin: 0 auto;
    width: auto;
  }
  #sec3 .group .item .info h3 {
    font-size: 42px;
    line-height: 50px;
    padding: 26px 0 47px;
  }
  #sec3 .group .item .info h3 span {
    line-height: 38px;
    font-size: 20px;
    padding: 0 23px;
    margin-bottom: 0;
  }
  #sec3 .group .item .info h3 span.ext {
    margin-top: -3px;
    position: relative;
    top: -8px;
  }
  #sec3 .group .item .info .txt {
    padding-bottom: 50px;
  }
}
#sec4 {
  padding-top: 100vh;
  position: relative;
}
#sec4 .mask {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#sec4 .info {
  padding: 0vw 5% 20vw;
  position: relative;
  z-index: 2;
}
#sec4 .info h2 {
  text-align: center;
  padding-bottom: 10vw;
}
#sec4 .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;
}
#sec4 .info .txt {
  color: #fff;
  padding: 0vw 10vw 15vw;
}
@media screen and (min-width: 768px) {
  #sec4 .info {
    padding: 0vw 20px 140px;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  #sec4 .info h2 {
    text-align: center;
    padding-bottom: 72px;
  }
  #sec4 .info h2 span {
    font-size: 45px;
    line-height: 75px;
    padding: 0 50px;
    margin-bottom: 8px;
  }
  #sec4 .info .txt {
    padding: 0 0 67px;
  }
  #sec4 .info .txt p {
    padding-bottom: 32px;
  }
  #sec4 .info .bnr-shared {
    max-width: 738px;
    margin: 0 auto;
  }
  #sec4 .info .bnr-shared a {
    font-size: 20px;
    padding: 38px 30px 33px;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
  #sec4 .info .bnr-shared a:after {
    right: 45px;
    border-top: 7px solid transparent;
    border-left: 13px solid;
    border-bottom: 7px solid transparent;
  }
}
#recruit {
  padding: 15vw 0;
}
#recruit h2 {
  position: relative;
  line-height: 1;
  margin-bottom: 10vw;
}
#recruit h2 span {
  letter-spacing: 0.1em;
  font-size: 7.5vw;
  line-height: 1;
  display: inline-block;
}
#recruit 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 h2 .t:before {
  background-color: #000;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -20vw;
  z-index: -1;
}
#recruit .info {
  padding: 10vw 10vw;
}
#recruit .info dt {
  font-size: 6vw;
  line-height: 1.4;
  padding-bottom: 5vw;
}
#recruit .info dl {
  padding-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  #recruit {
    padding: 100px 20px 150px;
  }
  #recruit .wrap {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
  }
  #recruit h2 {
    margin-bottom: 53px;
  }
  #recruit h2 span {
    font-size: 40px;
  }
  #recruit h2 .t {
    font-size: 45px;
    padding: 19px 0 12px 0px;
    margin-top: -3px;
  }
  #recruit h2 .t:before {
    right: -60vw;
    left: -71px;
  }
  #recruit .photo {
    height: 538px;
    max-width: 762px;
    width: calc(100% - 400px);
    top: 42px;
    left: -52px;
  }
  #recruit .info {
    padding: 0 0;
    width: 355px;
  }
  #recruit .info dt {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 23px;
  }
  #recruit .info dl {
    padding-bottom: 45px;
  }
}
#news {
  padding: 15vw 0px 20vw;
  background-color: #efefef;
}
#news h2 {
  color: #d6302b;
  font-size: 8vw;
  line-height: 1.4;
  padding-bottom: 5vw;
}
#news .bnr-shared {
  width: 80%;
  margin: 0 auto;
}
#news #feed {
  padding: 0 5% 10vw;
}
#news #feed dl {
  border-bottom: 1px solid #bfbfbf;
  padding: 10px 20px;
}
#news #feed dt {
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #news {
    padding: 100px 20px 110px;
  }
  #news h2 {
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding-bottom: 35px;
  }
  #news .bnr-shared {
    width: 80%;
    margin: 0 auto;
  }
  #news #feed {
    padding: 0 0 53px;
  }
  #news #feed dl {
    padding: 12px 20px;
    line-height: 25px;
    display: table;
    width: 100%;
  }
  #news #feed dt, #news #feed dd {
    display: table-cell;
  }
  #news #feed dt {
    text-align: left;
    padding-bottom: 0px;
    width: 130px;
  }
}