@charset "utf8";


* {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  ._pc{ display: none; }
}

@media screen and (min-width: 768px) {
  ._sp{ display: none; }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  background-image: url('../image/recruit/pc/bg.png');
  background-repeat: repeat-y;
  background-size: 100%;
}

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

section {
  width: 100%;
  opacity: 0.8;
  border: 0px solid;
}

.spacer-b180 {
  margin-bottom: calc(180vw/19.2);
}
@media screen and (max-width: 767px) {
  .spacer-b180 {
    margin-bottom: calc(40vw/3.6);
  }  
}

.spacer-b160 {
  margin-bottom: calc(160vw/19.2);
}
@media screen and (max-width: 767px) {
  .spacer-b160 {
    margin-bottom: calc(40vw/3.6);
  }  
}

.spacer-b90 {
  margin-bottom: calc(90vw/19.2);
}
@media screen and (max-width: 767px) {
  .spacer-b90 {
    margin-bottom: calc(20vw/3.6);
  }  
}

.spacer-b80 {
  margin-bottom: calc(80vw/19.2);
}
@media screen and (max-width: 767px) {
  .spacer-b80 {
    margin-bottom: calc(20vw/3.6);
  }  
}

.spacer-b45 {
  margin-bottom: calc(45vw/19.2);
}
@media screen and (max-width: 767px) {
  .spacer-b45 {
    margin-bottom: calc(20vw/3.6);
  }  
}

.spacer-b40 {
  margin-bottom: calc(40vw/19.2);
}
@media screen and (max-width: 767px) {
  .spacer-b40 {
    margin-bottom: calc(20vw/3.6);
  }  
}

.bg-white {
  background-color: #ffffff;
}

/*---------------------------
article
---------------------------*/
.article {
  width: 75%;
  height: auto;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article {
    width: 94%;
  }  
}

.article-left {
  width: 60%;
  height: auto;
  margin-left: 8%;
  padding-top: calc(100vw/19.2);
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article-left {
    width: 94%;
    margin: auto;
    padding-top: calc(50vw/3.6);
  }  
}

.article-middle {
  width: 68%;
  height: auto;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article-middle {
    width: 94%;
  }  
}

.article-small {
  width: 43%;
  height: auto;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article-small {
    width: 94%;
  }  
}

.article-contact {
  width: 60%;
  height: auto;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article-contact {
    width: 94%;
  }  
}

.article-line {
  width: 40%;
  height: auto;
  margin: auto;
  border: 0px solid;  
}
@media screen and (max-width: 767px) {
  .article-line {
    width: 94%;
  }  
}

/*---------------------------
picture
---------------------------*/
.block-picture {
  display: block;
}


/*---------------------------
swiper カスタマイズ
---------------------------*/
.swiper-wrapper .swiper-slide {
  height: unset;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-pagination-bullet {
  background-color: #FF7C86;
  height: calc(14vw/19.2);
  width: calc(14vw/19.2);;
  margin: 0 10px!important; 
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    margin: 0 5px!important; 
  }  
}

.swiper {
  --add-bottom: calc(60vw/19.2);
  padding-bottom: var(--add-bottom);
}
@media screen and (max-width: 767px) {
  .swiper {
    --add-bottom: calc(30vw/3.6);
    padding-bottom: var(--add-bottom);
  }  
}

.swiper [class^="swiper-button-"] {
  top: calc(50% - var(--add-bottom) / 2);
}


/*---------------------------
swiper カスタマイズ
---------------------------*/
.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
}
/*
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }  
}
*/

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after {
    width: 30px;
    height: 30px;
    /*margin-left: -30px;*/
  }
  .swiper-button-next::after {
    width: 30px;
    height: 30px;
    /*margin-right: -30px;*/
  }
}

.swiper-button-prev::after {
  background-image: url('../image/special-recruit/pc/left_arrow.png');
}

.swiper-button-next::after {
  background-image: url('../image/special-recruit/pc/right_arrow.png');
}

