@charset "UTF-8";
#recruit_detail .page_ttl .flex .txt .en_ttl img {
  width: 24.22vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  #recruit_detail .page_ttl .flex .txt .en_ttl img {
    width: 19.88vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_detail .page_ttl .flex .txt .en_ttl img {
    width: 18.53vw;
  }
}

#recruit_detail .page_ttl .flex .txt .en_ttl:after {
  bottom: 2.4vw;
}
@media screen and (max-width: 1400px) {
  #recruit_detail .page_ttl .flex .txt .en_ttl:after {
    bottom: 1.98vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_detail .page_ttl .flex .txt .en_ttl:after {
    bottom: 1.7vw;
  }
}

.df_link.entry_sheet a {
  background: #002357;
  font-size: 2.4rem;
  font-weight: 700;
  max-width: 600px;
  padding: 15px 0;
  margin-bottom: 50px;
}
.df_link.entry_sheet a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 0;
}

@media screen and (max-width: 1400px) {
  .df_link.entry_sheet a {
    font-size: 2.1rem;
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .df_link.entry_sheet a {
    font-size: 2.8vw;
    padding: 3.07vw 0;
    max-width: 100%;
    margin-bottom: 0;
  }
  .df_link.entry_sheet a:after {
    right: 3.2vw;
    width: 1.73vw;
    height: 1.73vw;
  }
}

@media (hover: hover) and (pointer: fine) {
  .df_link.entry_sheet a:hover {
    background: #2548A7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .df_link.entry_sheet a:hover {
    background: #2548A7;
  }
}