@charset "UTF-8";

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

/* mainv */
.mainv {
  position: relative;
  width: 100%;
}

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

.mainv_txt {
  margin: auto;
  width: 80%;
  height: 48px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.mainv_txt img {
  width: 100%;
}

/* top-about */
#top_about {
  position: relative;
  padding-top: 7%;
}

#top_about .img_box {
  width: 100%;
}

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

#top_about .txt_box {
  color: #fff;
  background: #000d8b;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 10;
  margin-top: -25px;
}

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

#top_about .txt_box p {
  line-height: 24px;
  margin-top: 18px;
}

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

/* top_interview */
#top_interview {
  padding: 50px 0 40px;
}

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

#top_interview h2 + p {
  line-height: 26px;
  text-align: center;
  margin-top: 20px;
  margin: 20px 15px;
  letter-spacing: 1px;
}

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

#top_interview .list li {
  width: 100%;
  margin: 0 10px;
}

#top_interview .list li:nth-child(n+2) {
  margin-top: 55px;
}

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

#top_interview .list h3 {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 10px;
  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 p {
  text-align: right;
  position: absolute;
  bottom: -20px;
  right: 30px;
  z-index: 10;
  transform: rotate(-15deg);
}

#top_interview .list p span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 32px;
  margin-top: 3px;
  padding: 0 2px;
  line-height: 32px;
  letter-spacing: 0.05em;
  background: #000;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

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

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

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

#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 32px 15px;
  border-color: transparent transparent #000000 transparent;
  top: 0;
  left: -15px;
}

#top_interview .list p span:after {
  border-width: 32px 15px 0 0;
  border-color: #000000 transparent transparent transparent;
  top: 0;
  right: -15px;
}

#top_interview .btn_wrap {
  margin: 65px auto 0;
  width: calc(100% - 30px);
}


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

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

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

.btm_nav {
  padding: 35px 0 30px;
}

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

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

.btm_nav nav > div a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  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: calc(50% - 5px);
  margin-top: 10px;
}

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

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

.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: center 22px;
}

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

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