@charset "UTF-8";

/* top
-------------------------------------------------------------*/

/* mainv */
.mainv {
  position: relative;
}

#mainv_slide img {
  width: 100%;
}

.mainv_txt {
  margin: auto;
  width: 625px;
  height: 101px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

/* top-about */
#top_about {
  position: relative;
  padding-top: 120px;
}

#top_about .img_box {
  width: 60%;
  height: 540px;
  margin-left: auto;
}

#top_about .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30%;
  font-family: 'object-fit: cover; object-position: 30%;';
}

#top_about .txt_box {
  color: #fff;
  background: #000d8b;
  width: 800px;
  padding: 100px 121px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: -51px;
  left: 0;
  z-index: 10;
}

#top_about .txt_box h2 {
  font-size: 28px;
}

#top_about .txt_box p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 30px;
}

#top_about .txt_box .btn_wrap {
  margin-top: 55px;
}

/* top_interview */
#top_interview {
  padding: 80px 0 30px;
}

#top_interview h2 {
  font-size: 28px;
  text-align: center;
}

#top_interview h2 + p {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  margin-top: 33px;
  letter-spacing: 2px;
}

#top_interview .list {
  margin-top: 45px;
  display: flex;
}

#top_interview .list li {
  width: 25%;
  margin-left: 15px;
}

#top_interview .list li:last-child {
  margin-right: 15px;
}

#top_interview .list a {
  display: block;
  position: relative;
}

#top_interview .list h3 {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  min-width: 181px;
  padding: 4px 20px;
  letter-spacing: 0.075em;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#top_interview .list .img_wrap {
  overflow: hidden;
}

#top_interview .list .img_wrap img {
  width: 100%;
  height: auto;
  transition: .2s ease all;
}

#top_interview .list a:hover img {
  transform: scale(1.07);
}

#top_interview .list p {
  text-align: right;
  position: absolute;
  bottom: -35px;
  right: 100px;
  z-index: 10;
  transform: rotate(-15deg);
}

#top_interview .list p.line3 {
  right: 90px;
  bottom: -17px;
}

#top_interview .list p span {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 35px;
  margin-top: 4px;
  padding: 0 5px;
  line-height: 35px;
  letter-spacing: 0.05em;
  background: #000;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#top_interview .list p span:nth-of-type(2) {
  margin-right: -64px;
}

#top_interview .list p.line3 span:nth-of-type(2) {
  margin-right: -30px;
}

#top_interview .list p.line3 span:nth-of-type(3) {
  margin-right: -60px;
}

#top_interview .list p span:before,
#top_interview .list p span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

#top_interview .list p span:before {
  border-width: 0 0 35px 21px;
  border-color: transparent transparent #000 transparent;
  top: 0;
  left: -21px;
}

#top_interview .list p span:after {
  border-width: 35px 21px 0 0;
  border-color: #000 transparent transparent transparent;
  top: 0;
  right: -21px;
}

.ua_ie #top_interview .list p span:before {
  left: -20px;
}

.ua_ie #top_interview .list p span:before {
  right: -20px;
}

#top_interview .btn_wrap {
  margin: 97px auto 0;
}

@media screen and (max-width: 1450px) {
  #top_interview .list p {
    right: 45px;
  }
  
  #top_interview .list p span {
    font-size: 1.15vw; 
  }
  
  #top_interview .list p.line3 span {
    font-size: 1.05vw;
  }
  
  #top_interview .list p span:nth-of-type(2) {
    margin-right: -20px;
  }
  
  #top_interview .list p.line3 {
    right: 55px;
  }
  
  #top_interview .list p.line3 span:nth-of-type(2) {
    margin-right: -15px;
  }
  #top_interview .list p.line3 span:nth-of-type(3) {
    margin-right: -30px;
  }
}

@media screen and (max-width: 1100px) {
  #top_interview .list p span {
    height: 31px;
    line-height: 31px;
  }
  
  #top_interview .list p span:before {
    border-width: 0 0 31px 16px;
    left: -16px;
  }
  
  #top_interview .list p span:after {
    border-width: 31px 16px 0 0;
    right: -16px;
  }
}


/* top_img_slant */
.top_img_slant {
  height: 512px;
  background-size: cover;
  background-position: center;
  background-image: url(../../img/top/img_factory.jpg);
  position: relative;
}

.top_img_slant:not(.ua_ipad) {
  background-attachment: fixed;
}

.top_img_slant:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 112px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: -1px;
  left: 0;
}

.top_img_slant:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 112px 0 0 100vw;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media screen and (max-width: 1040px) {
  .top_img_slant:before {
    border-width: 0 1040px 112px 0;
  }
  .top_img_slant:after {
    border-width: 112px 0 0 1040px;
  }
}

.btm_nav {
  padding: 43px 0 80px;
}

.btm_nav nav > div {
  width: 100%;
}

.btm_nav nav > div a {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  height: 270px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.ua_ie .btm_nav nav > div a {
  padding-top: 13px;
}

.btm_nav nav > div a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: .2s ease all;
}

.btm_nav nav > div a:hover img {
  transform: scale(1.05);
}

.btm_nav nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btm_nav nav ul li {
  width: 49%;
  margin-top: 20px;
}

.btm_nav nav ul li a {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background-color: #3646df;
  height: 150px;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ua_ie .btm_nav nav ul li a {
  padding-top: 10px;
}

.btm_nav nav ul .company a,
.btm_nav nav ul .company2 a {
  background-image: url(../../img/common/icon_company.png);
  background-repeat: no-repeat;
  background-size: 32px 30px;
  background-position: 60px center;
}

.btm_nav nav ul .apply a {
  background-image: url(../../img/common/icon_person.png);
  background-repeat: no-repeat;
  background-size: 28px 30px;
  background-position: 60px center;
}

.btm_nav nav ul li a:hover {
  background-color: #5767fa;
}

.btm_nav nav ul li.company2 {
  width: 100%;
}
