.bl_kv img {
  width: 100%;
}
body {
  overflow: hidden;
  width: 100%;
}

.slash:before {
  background-color: #1B4192;
}

#visual {
  background: url(../../images/visual.jpg) no-repeat center center;
  background-size: cover;
}
#visual .text {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  #visual .text {
    padding-top: 50px;
  }
}
#visual .text .en {
  opacity: 0;
  max-width: 350px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #visual .text .en {
    max-width: 50%;
  }
}
#visual .text .jp {
  opacity: 0;
  font-size: clamp(4.5rem, 5.5vw, 7.4rem);
  color: #fff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #visual .text .jp {
    line-height: 1.3;
  }
}
#visual .text .lead {
  opacity: 0;
  color: #fff;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #visual .text .lead {
    font-size: 1.4rem;
  }
}

#job .ly_inner {
  padding-top: 100px;
}
#job .slash::before {
  top: -100px;
  right: 0px;
  transform: skewX(-15deg) translateY(0) translateX(50%);
  height: 600px;
  width: 760px;
}
@media only screen and (max-width: 768px) {
  #job .slash::before {
    width: 300px;
    height: 400px;
  }
}
#job .ly_layout {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
#job .ly_layout a {
  position: relative;
  width: 30%;
  margin-right: 4%;
  display: block;
  border: 1px solid #1B4192;
  line-height: 1;
  padding: 24px 3%;
  background-color: #fff;
  margin-bottom: 30px;
  text-decoration: none;
}
#job .ly_layout a span {
  transition: all 0.2s ease;
  position: relative;
  z-index: 1;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
}
#job .ly_layout a:nth-child(3n) {
  margin-right: 0;
}
#job .ly_layout a::before {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  background-color: #1B4192;
  width: 75px;
  height: calc(100% - 4px);
  transition: all 0.2s ease;
}
#job .ly_layout a::after {
  content: url(../../images/right-arrow.svg);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
#job .ly_layout a:hover span {
  color: #fff;
}
#job .ly_layout a:hover::before {
  width: calc(100% - 4px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media only screen and (max-width: 980px) {
  #job .ly_layout a {
    width: 47%;
    margin-right: 6%;
  }
  #job .ly_layout a:nth-child(3n) {
    margin-right: 6%;
  }
  #job .ly_layout a:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #job .ly_layout a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  #job .ly_layout a:nth-child(3n) {
    margin-right: 0;
  }
}

#registoration .lead {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #registoration .lead {
    margin-bottom: 30px;
  }
}
#registoration .ly_layout {
  display: flex;
  gap: 3%;
}
#registoration .ly_layout a {
  position: relative;
  text-decoration: none;
  display: block;
  color: #fff;
  width: 50%;
  line-height: 1;
  padding: 40px;
  text-align: center;
  font-size: 2rem;
  transition: all 0.2s ease;
}
#registoration .ly_layout a:hover {
  opacity: 0.8;
}
#registoration .ly_layout a::after {
  content: url(../images/blank-white.svg);
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #registoration .ly_layout {
    flex-wrap: wrap;
  }
  #registoration .ly_layout a {
    width: 100%;
    margin-bottom: 1rem;
    text-align: left;
    font-size: 1.6rem;
  }
}
#registoration .ly_layout .btn_normal {
  background-color: #559FBA;
}
#registoration .ly_layout .btn_toray {
  background-color: #5A54A8;
}

#interview .ly_layout {
  display: flex;
  flex-wrap: wrap;
}
#interview .ly_layout a {
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
#interview .ly_layout a:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  #interview .ly_layout a {
    width: 49%;
    margin-right: 2%;
  }
  #interview .ly_layout a:nth-child(3n) {
    margin-right: 2%;
  }
  #interview .ly_layout a:nth-child(2n) {
    margin-right: 0;
  }
}

#workstyle .ly_layout {
  display: flex;
  flex-wrap: wrap;
}
#workstyle .ly_layout a {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  border: 1px solid #BFBFBF;
  color: #000;
  text-decoration: none;
}
#workstyle .ly_layout a:hover {
  color: #1B4192;
}
#workstyle .ly_layout a:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  #workstyle .ly_layout a {
    width: 100%;
    margin-right: 0;
  }
}
#workstyle .ly_layout a h3 {
  background-color: #fff;
  position: relative;
  line-height: 1;
  padding: 30px;
}
#workstyle .ly_layout a h3::after {
  content: url(../images/blank.svg);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#recruit .slash::before {
  top: 0;
  left: 50%;
  transform: skewX(-15deg) translateY(0) translateX(-130%);
  height: 600px;
  width: 760px;
}
@media only screen and (max-width: 768px) {
  #recruit .slash::before {
    width: 500px;
    height: 600px;
    transform: skewX(-15deg) translateY(0) translateX(-120%);
  }
}
#recruit h2 .en, #recruit h2 .jp {
  color: #fff;
}
#recruit a {
  display: block;
  position: relative;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #1B4192;
  padding: 40px 0;
  text-align: center;
  transition: all 0.2s ease;
}
#recruit a::after {
  content: url(../images/right-arrow.svg);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#recruit a:hover {
  background-color: #1B4192;
  color: #fff;
  border: 1px solid #fff;
}
#recruit a:hover::after {
  content: url(../../images/right-arrow.svg);
}