/* index
--------------------------------------------------*/
.index_topmv {
  padding-top: 58px;
  margin-bottom: 129px;
}

@media (max-width: 799px) {
  .index_topmv {
    padding-top: 80px;
    margin-bottom: 55px;
  }
}

@media (max-width: 599px) {
  .index_topmv {
    padding-top: 0;
    margin-bottom: 0;
  }
}

.fv_item {
  z-index: 1;
  width: 100vw;
  height: 100%;
}

.fv_item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  opacity: 0;
}

.fv_item .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.fv_item_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 599px) {
  .fv_item_txt {
    height: 40px;
  }
}

.fv_item_txt a {
  font-size: 20px;
  letter-spacing: 0.14em;
  color: #000;
}

@media (max-width: 599px) {
  .fv_item_txt a {
    font-size: 16px;
  }
}

.fv_item_txt a::before {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 12px;
  height: 18px;
  background: url(/recruit/assets/img/common/icon_arwB.svg) center center/100% 100% no-repeat;
}

@media (max-width: 599px) {
  .fv_item_txt a::before {
    width: 10px;
    height: 14px;
  }
}

.fv_item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.fv_item_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
}

.slick-current .fv_item img {
  animation: animationZoom1 10s both;
  opacity: 1;
}

@keyframes animationZoom1 {
  0% {
    transform: scale(1) rotate(0.001deg);
  }
  100% {
    transform: scale(1.07) rotate(0.001deg);
  }
}

@keyframes animationOpacity1 {
  0% {
    transform: scale(1) rotate(0.001deg);
  }
  100% {
    transform: scale(1.07) rotate(0.001deg);
  }
}

/* index_top_cc
--------------------------------------------------*/
.top_cc h1 {
  margin-bottom: 40px;
  text-indent: -48px;
  font-size: 82px;
  font-weight: bolder;
  width: 476px;
}

@media (max-width: 799px) {
  .top_cc h1 {
    margin-bottom: 30px;
    text-indent: -21px;
    font-size: 70px;
  }
}

@media (max-width: 599px) {
  .top_cc h1 {
    width: 90%;
  }
}

.top_cc h1 img {
  width: 100%;
}

.top_cc .top_cc_txts {
  margin-bottom: 90px;
}

@media (max-width: 799px) {
  .top_cc .top_cc_txts {
    margin-bottom: 45px;
  }
}

@media (max-width: 599px) {
  .top_cc .top_cc_txts {
    margin-bottom: 0;
  }
}

.top_cc .top_cc_txt1 {
  line-height: 2;
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 799px) {
  .top_cc .top_cc_txt1 {
    font-size: 18px;
  }
}

@media (max-width: 599px) {
  .top_cc .top_cc_txt1 {
    font-size: calc(16 / 375 * 100vw);
  }
}

.top_cc .top_cc_txt2 {
  line-height: 1.8;
  font-size: 41px;
  font-weight: bolder;
}

@media (max-width: 799px) {
  .top_cc .top_cc_txt2 {
    display: block;
    margin-top: 5px;
    font-size: 30px;
  }
}

@media (max-width: 599px) {
  .top_cc .top_cc_txt2 {
    font-size: calc(25 / 375 * 100vw);
  }
}

@media (max-width: 599px) {
  .top_cc .container {
    padding: 24px 0;
  }
}

/* index_top_contents
--------------------------------------------------*/
.index_top_contents {
  margin-bottom: calc(116px - 3%);
}

@media (max-width: 799px) {
  .index_top_contents {
    margin-bottom: 68px;
  }
}

@media (max-width: 599px) {
  .index_top_contents {
    margin-bottom: 0;
  }
}

.index_top_contents .container {
  max-width: 1191px;
}

@media (max-width: 599px) {
  .index_top_contents .container {
    width: 100%;
  }
}

/* index_top_rookies
--------------------------------------------------*/
.index_top_rookies {
  margin: 0 0 45px;
  padding: 94px 0 0;
}

@media (max-width: 599px) {
  .index_top_rookies {
    padding: 0 0 0;
  }
}

.index_top_rookies .title1 {
  margin-bottom: 12px;
}

@media (max-width: 599px) {
  .index_top_rookies .title1 {
    display: flex;
    flex-flow: column;
    margin: 0 0;
    margin-bottom: 0;
    padding: 24px 26px;
  }
}

.index_top_rookies .container {
  max-width: 1200px;
  padding: 0 43px;
}

@media (max-width: 799px) {
  .index_top_rookies .container {
    padding: 0 3%;
  }
}

.top_rookies_top {
  padding: 36px 0 0;
  background: #efebdf;
}

.top_rookies_top .left {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  margin-right: 25px;
  width: 49%;
}

@media (max-width: 799px) {
  .top_rookies_top .left {
    width: 100%;
  }
}

.top_rookies_top .right {
  width: 42%;
}

@media (max-width: 799px) {
  .top_rookies_top .right {
    width: 100%;
    padding: 4% 0%;
  }
}

@media (max-width: 599px) {
  .top_rookies_top .right {
    padding: 8% 0 0;
  }
}

.top_rookies_top .right h3 {
  margin-bottom: 22px;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.22em;
}

@media (max-width: 599px) {
  .top_rookies_top .right h3 {
    padding: 0 25px;
    font-size: calc(17 / 375 * 100vw);
  }
}

.top_rookies_top .inner {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  max-width: 1366px;
  margin: auto;
}

@media (max-width: 799px) {
  .top_rookies_top .inner {
    flex-flow: column;
    padding: 0 3%;
  }
}

@media (max-width: 599px) {
  .top_rookies_top .inner {
    padding: 0;
  }
}

.top_rookies_mintitle1 {
  display: flex;
  flex-flow: row;
  margin-bottom: 20px;
}

@media (max-width: 599px) {
  .top_rookies_mintitle1 {
    margin-bottom: 0;
  }
}

.top_rookies_mintitle1 img {
  min-width: 389px;
}

@media (max-width: 599px) {
  .top_rookies_mintitle1 img {
    min-width: auto;
  }
}

.top_rookies_txt1 {
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 0.18em;
  line-height: 1.7;
}

@media (max-width: 599px) {
  .top_rookies_txt1 {
    padding: 0 25px;
    font-size: 16px;
  }
}

.top_rookies_girls {
  position: relative;
  width: 98%;
}

@media (max-width: 599px) {
  .top_rookies_girls {
    width: 100%;
  }
}

.top_rookies_girls_profile {
  position: absolute;
  bottom: 17px;
  margin: auto;
  padding: 14px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  width: 200px;
  height: 123px;
  background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 599px) {
  .top_rookies_girls_profile {
    width: auto;
    height: auto;
  }
}

.top_rookies_girls_profile.top_rookies_girls_profile1 {
  left: 100px;
}

@media (max-width: 599px) {
  .top_rookies_girls_profile.top_rookies_girls_profile1 {
    left: 10px;
  }
}

.top_rookies_girls_profile.top_rookies_girls_profile2 {
  right: 100px;
}

@media (max-width: 599px) {
  .top_rookies_girls_profile.top_rookies_girls_profile2 {
    right: 10px;
  }
}

.top_rookies_girls_profile .divison {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.14em;
}

@media (max-width: 599px) {
  .top_rookies_girls_profile .divison {
    font-size: calc(11 / 375 * 100vw);
  }
}

.top_rookies_girls_profile .join {
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.14em;
}

@media (max-width: 599px) {
  .top_rookies_girls_profile .join {
    font-size: calc(10 / 375 * 100vw);
  }
}

.top_rookies_girls_profile .jp {
  margin-bottom: 10px;
  font-size: 25px;
  letter-spacing: 0.44em;
}

@media (max-width: 599px) {
  .top_rookies_girls_profile .jp {
    font-size: calc(20 / 375 * 100vw);
  }
}

.top_rookies_girls_profile .en {
  font-size: 13px;
  letter-spacing: 0.26em;
}

@media (max-width: 599px) {
  .top_rookies_girls_profile .en {
    font-size: calc(10 / 375 * 100vw);
  }
}

.top_rookies_bot {
  padding: 15px 0;
  background: #e7e2d2;
}

@media (max-width: 599px) {
  .top_rookies_bot {
    padding: 18px 5% 30px;
  }
}

.top_rookies_bot .left {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 64%;
}

@media (max-width: 599px) {
  .top_rookies_bot .left {
    width: 100%;
  }
}

.top_rookies_bot .right {
  margin-left: 39px;
  border: 1px solid #000;
  padding: 9px;
  max-width: 266px;
  border-radius: 6px;
}

@media (max-width: 599px) {
  .top_rookies_bot .right {
    margin: auto;
    margin-bottom: 30px;
    padding: 9px;
    border: 1px solid #000;
    border-radius: 10px;
  }
}

.top_rookies_bot .btn_more {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  margin-left: 20px;
  width: 202px;
  height: 51px;
  background: url(/recruit/assets/img/index/bg_btn_more.png) top left/cover no-repeat;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.26em;
  border-radius: 30px;
}

@media (max-width: 799px) {
  .top_rookies_bot .btn_more {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 599px) {
  .top_rookies_bot .btn_more {
    margin: auto;
  }
}

.top_rookies_bot .inner {
  display: flex;
  flex-flow: row;
  justify-content: center;
  max-width: 1366px;
  margin: auto;
}

@media (max-width: 799px) {
  .top_rookies_bot .inner {
    padding: 0 2%;
  }
}

@media (max-width: 599px) {
  .top_rookies_bot .inner {
    flex-flow: column;
  }
}

.top_rookies_mintitle2 {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin-bottom: 20px;
}

@media (max-width: 599px) {
  .top_rookies_mintitle2 {
    flex-flow: column;
  }
}

.top_rookies_mintitle2 .top_rookies_pic2 {
  max-width: 202px;
}

@media (max-width: 599px) {
  .top_rookies_mintitle2 .top_rookies_pic2 {
    width: 125px;
  }
}

.top_rookies_txt2 {
  display: flex;
  flex-flow: row;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.18em;
  line-height: 1.7;
}

@media (max-width: 799px) {
  .top_rookies_txt2 {
    flex-flow: column;
  }
}

@media (max-width: 599px) {
  .top_rookies_txt2 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.top_rookies_pic2 {
  margin-right: 4%;
  width: 23%;
  max-width: 202px;
}

.top_rookies_pic3 {
  width: 65%;
}

@media (max-width: 599px) {
  .top_rookies_pic3 {
    width: 100%;
  }
}

.item .Mechanic {
  background: url(../img/index/top_index01.jpg) no-repeat center center/cover;
}

@media (max-width: 599px) {
  .item .Mechanic {
    background: url(../img/index/top_index01_sp.jpg) no-repeat center center/cover;
  }
}

.item .Sales {
  background: url(../img/index/top_index02.jpg) no-repeat center center/cover;
}

@media (max-width: 599px) {
  .item .Sales {
    background: url(../img/index/top_index02_sp.jpg) no-repeat center center/cover;
  }
}

.item .Customer {
  background: url(../img/index/top_index03.jpg) no-repeat center center/cover;
}

@media (max-width: 599px) {
  .item .Customer {
    background: url(../img/index/top_index03_sp.jpg) no-repeat center center/cover;
  }
}

.item .Career {
  background: url(../img/index/top_index04.jpg) no-repeat center center/cover;
}

@media (max-width: 599px) {
  .item .Career {
    background: url(../img/index/top_index04_sp.jpg) no-repeat center center/cover;
  }
}

.item .Recruit {
  background: url(../img/index/top_index05.jpg) no-repeat center center/cover;
}

@media (max-width: 599px) {
  .item .Recruit {
    background: url(../img/index/top_index05_sp.jpg) no-repeat center center/cover;
  }
}

.item .Question {
  background: url(../img/index/top_index06.jpg) no-repeat center center/cover;
}

@media (max-width: 599px) {
  .item .Question {
    background: url(../img/index/top_index06_sp.jpg) no-repeat center center/cover;
  }
}

.itemW.Aboutus {
  background: url(../img/index/top_index00.jpg) no-repeat center center/cover;
}

@media (max-width: 599px) {
  .itemW.Aboutus {
    background: url(../img/index/top_index00_sp.jpg) no-repeat center center/cover;
  }
}

@media (max-width: 599px) {
  .index_top_video {
    margin: 10px 0 60px;
  }
}
/*# sourceMappingURL=index.css.map */

.index_topmv {
  padding-top: 20px;
}

@media (max-width: 799px) {
  .index_topmv {
    padding-top: 80px;
    margin-bottom: 55px;
  }
}

@media (max-width: 599px) {
  .index_topmv {
    padding-top: 0;
    margin-bottom: 0;
  }
}


.second_header {
  text-align: center;
  margin-top: 25px;
}

.second_header img {
  display: inline;
  width: 88%;
}

.header_pc {
  display: block;
}
.header_sp {
  display: none !important;
}



@media (max-width: 799px) {
  .second_header {
    padding-top: 80px;
    margin-bottom: 55px;
  }

  .header_pc {
    display: none !important;
  }
  .header_sp {
    display: inline !important;
    width: 65%;
    margin-bottom: 12px;
  }
}

@media (max-width: 599px) {
  .second_header {
    padding-top: 0;
    margin-bottom: 0;
  }

  .header_pc {
    display: none;
  }
  .header_sp {
    display: block;
  }

}

.top_rookies_girls_profile {
  background: none;
  bottom: 175px;
}

.header_btn01 {
  display: none !important;
}
.header_btn02 {
  display: none !important;
}

.first_header {
  text-align: center;
  margin-top: 15px;
}

.first_header img {
  display: inline;
}

@media (max-width: 799px) {
  .header_btn01 {
    padding-top: 0;
    margin-bottom: 10px;
    display: inline !important;
    width: 90%;
  }
  .header_btn02 {
    padding: 0 5px;
    margin-bottom: 0;
    display: inline !important;
    width: 30%;
  }
}

@media (max-width: 599px) {
  .header_btn01 {
    padding-top: 0;
    margin-bottom: 10px;
    display: inline !important;
    width: 90%;
  }
  .header_btn02 {
    padding: 0 5px;
    margin-bottom: 0;
    display: inline !important;
    width: 30%;
  }
}