#fv {
  padding-top: 77rem;
}
@media screen and (max-width: 768px) {
  #fv {
    padding: 0;
  }
}
#fv::before {
  top: 33rem;
  right: 61rem;
  z-index: -1;
  width: 192rem;
  height: 91rem;
  background: url("../img/fv_bg.webp") no-repeat center;
  background-size: cover;
  content: "";
  position: absolute;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #fv::before {
    display: none;
  }
}
#fv .visual {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 134.4rem;
}
@media screen and (max-width: 768px) {
  #fv .visual {
    display: none;
  }
}
#fv .wrapper {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #fv .wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #fv .catch {
    min-height: 131.8rem;
    padding: 36rem 0 0 3rem;
    background: url("../img/fv_visual_sp.webp") no-repeat center;
    background-size: cover;
  }
}
#fv .catch h1 {
  position: relative;
  z-index: 5;
  font-size: 14rem;
  line-height: 1.2;
  color: #064498;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #fv .catch h1 {
    font-size: 10rem;
    line-height: 1.2;
  }
}
#fv .catch h1 em {
  display: inline-block;
  background: linear-gradient(135deg, #064499 63%, #fff778 63%);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 100% 100%;
  -webkit-text-fill-color: transparent;
}
#fv .catch h1 span {
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #fv .catch h1 span {
    padding: 0.5rem 1rem 1.3rem;
    margin-bottom: 1rem;
    background: #fff;
  }
}
#fv .catch .en {
  position: absolute;
  top: 9rem;
  right: 1rem;
  z-index: 1;
  width: 74rem;
}
@media screen and (max-width: 768px) {
  #fv .catch .en {
    top: 78rem;
    right: auto;
    left: 3rem;
    width: 69.8rem;
  }
}
#fv .lead {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  #fv .lead {
    padding: 6rem 3rem 0;
  }
}
#fv .lead p {
  line-height: 2.4;
}
#fv .lead p span {
  padding: 0.5rem 2rem 0.8rem;
  font-size: 3.2rem;
  color: #fff;
  background: #064498;
}
@media screen and (max-width: 768px) {
  #fv .lead p span {
    font-size: 3.2rem;
  }
}

#recruit {
  padding-top: 9rem;
}
@media screen and (max-width: 768px) {
  #recruit {
    padding-top: 6rem;
  }
}
#recruit > div {
  padding-left: 16.4rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #recruit > div {
    padding: 0;
  }
}
#recruit a {
  position: relative;
  display: block;
  padding: 16rem 13rem 13rem;
  color: #fff;
  background-size: cover !important;
}
@media screen and (max-width: 768px) {
  #recruit a {
    height: 45rem;
    padding: 0 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#recruit a::after {
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 14rem 14rem;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  content: "";
  position: absolute;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #recruit a::after {
    border-width: 0 0 8rem 8rem;
  }
}
#recruit a h3 {
  position: relative;
  z-index: 5;
  font-size: 16.4rem;
  font-weight: 500;
  line-height: 0.38;
  text-transform: uppercase;
  font-family: "Teko";
}
@media screen and (max-width: 768px) {
  #recruit a h3 {
    font-size: 14rem;
    line-height: 0.8;
  }
}
#recruit a p {
  position: relative;
  z-index: 5;
  margin-top: 4rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #recruit a p {
    margin-top: 2rem;
  }
}
#recruit .saiyo a {
  background: url("../img/recruit_saiyo.webp") no-repeat center;
}
@media screen and (max-width: 768px) {
  #recruit .saiyo a {
    background: url("../img/recruit_saiyo_sp.webp") no-repeat center;
  }
}
#recruit .saiyo a::after {
  border-color: transparent transparent #08459c transparent;
}
#recruit .career {
  margin-top: 0.2rem;
}
#recruit .career a {
  background: url("../img/recruit_career.webp") no-repeat center;
}
@media screen and (max-width: 768px) {
  #recruit .career a {
    background: url("../img/recruit_career_sp.webp") no-repeat center;
  }
}
#recruit .career a::after {
  border-color: transparent transparent #fff778 transparent;
}

#brand {
  padding-top: 9rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #brand {
    padding-top: 6rem;
  }
}
#brand .wrapper {
  padding: 10rem 0;
  background: url("../img/brand_bg.webp") no-repeat center bottom;
  background-size: cover !important;
}
@media screen and (max-width: 768px) {
  #brand .wrapper {
    padding: 9rem 0 11rem;
  }
}
#brand a.videoArea {
  position: relative;
  display: block;
}
#brand a.videoArea:hover {
  opacity: 1;
}
#brand a.videoArea .play {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  z-index: 20;
  display: none;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  #brand a.videoArea .play {
    display: block;
  }
}
#brand a.videoArea .play .inner {
  position: relative;
  z-index: 5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11rem;
  height: 11rem;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  background: #d90306;
  border-radius: 11rem;
  font-family: "Teko";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#brand a.videoArea .play .inner img {
  width: 1.5rem;
  margin-bottom: 0.7rem;
}
#brand a.videoArea .play .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 11rem;
  height: 11rem;
  background: rgba(218, 3, 6, 0.3);
  border-radius: 11rem;
  -webkit-animation: zoom 1.5s infinite;
          animation: zoom 1.5s infinite;
}
#brand .txtArea h2 {
  margin-top: 8rem;
  font-size: 4.7rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #brand .txtArea h2 {
    margin-top: 5rem;
    font-size: 5rem;
  }
}
#brand .txtArea .txt {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  #brand .txtArea .txt {
    padding: 0 2rem;
    font-size: 2.4rem;
    line-height: 2;
    text-align: left;
  }
}
#brand .txtArea .btn {
  margin-top: 10rem;
  text-align: right;
  text-transform: uppercase;
  font-family: "Teko";
}
@media screen and (max-width: 768px) {
  #brand .txtArea .btn {
    margin-top: 8rem;
  }
}
#brand .txtArea .btn a {
  position: relative;
  display: inline-block;
  padding-right: 10rem;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #brand .txtArea .btn a {
    font-size: 3.2rem;
  }
}
#brand .txtArea .btn a::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 6.6rem;
  height: 6.6rem;
  background: url("../img/i_arr.svg") #fff no-repeat center;
  background-size: 2rem auto;
  border-radius: 10rem;
  content: "";
  position: absolute;
  margin: auto;
}
#brand .txtArea .btn a::before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 6.6rem;
  height: 6.6rem;
  background: #fff;
  border-radius: 10rem;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  content: "";
  position: absolute;
  margin: auto;
}
#brand .txtArea .btn a:hover::before {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

#link {
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  #link {
    padding: 3rem;
  }
}
#link ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 33.3333333333%));
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 0;
}
@media screen and (max-width: 768px) {
  #link ul {
    grid-template-columns: repeat(1, minmax(0, 100%));
    row-gap: 3rem;
  }
}
#link ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  background-size: cover !important;
}
#link ul li a .txtBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
#link ul li a picture {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#link ul li a:hover {
  opacity: 1;
}
#link ul li a:hover picture {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}
#link ul li.career a .txtBox {
  color: #1953a4;
}
#link ul li.career a .txtBox .txt {
  color: #292929;
}
#link ul li.saiyo a .txtBox, #link ul li.career a .txtBox {
  padding: 3.90625vw 3.125vw 0;
}
@media screen and (max-width: 768px) {
  #link ul li.saiyo a .txtBox, #link ul li.career a .txtBox {
    padding: 6rem;
  }
}
#link ul li.saiyo a .txtBox .catch, #link ul li.career a .txtBox .catch {
  font-size: 4.0625vw;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #link ul li.saiyo a .txtBox .catch, #link ul li.career a .txtBox .catch {
    font-size: 9.4rem;
  }
}
#link ul li.saiyo a .txtBox h3, #link ul li.career a .txtBox h3 {
  margin-top: 3.125vw;
  font-size: 1.3020833333vw;
}
@media screen and (max-width: 768px) {
  #link ul li.saiyo a .txtBox h3, #link ul li.career a .txtBox h3 {
    margin-top: 5rem;
    font-size: 3.6rem;
  }
}
#link ul li.saiyo a .txtBox .txt, #link ul li.career a .txtBox .txt {
  margin-top: 1.0416666667vw;
  font-size: 0.9375vw;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #link ul li.saiyo a .txtBox .txt, #link ul li.career a .txtBox .txt {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}
#link ul li.hindrance a .txtBox {
  padding: 8.3333333333vw 3.125vw 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #link ul li.hindrance a .txtBox {
    padding: 9rem 6rem 0;
  }
}
#link ul li.hindrance a .txtBox h3 {
  font-size: 1.875vw;
}
@media screen and (max-width: 768px) {
  #link ul li.hindrance a .txtBox h3 {
    font-size: 4.8rem;
  }
}
#link ul li.hindrance a .txtBox .txt {
  margin-top: 1.0416666667vw;
  font-size: 0.9375vw;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #link ul li.hindrance a .txtBox .txt {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}/*# sourceMappingURL=style.css.map */