#global-header {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1440px) {
  #global-header {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #global-header {
    height: 70px;
  }
}
#global-header h1 {
  width: 15%;
  padding: 0 16px;
  padding-left: 24px;
  margin-right: 24px;
}
#global-header h1 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
  #global-header h1 {
    text-align: center;
    width: 100%;
  }
  #global-header h1 a img {
    width: 30%;
    height: 70%;
    position: relative;
    top: 4px;
    left: 8px;
  }
}
@media screen and (max-width: 480px) {
  #global-header h1 {
    margin-right: 0;
  }
  #global-header h1 a img {
    position: relative;
    top: -1px;
    left: -9.6px;
    width: 54%;
  }
}
#global-header #global-navi {
  width: 85%;
}
#global-header #global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
}
#global-header #global-navi ul li {
  text-align: center;
  width: 100%;
}
#global-header #global-navi ul li a {
  display: block;
  height: 100%;
  padding: 18px 0;
  transition: all .6s ease;
}
#global-header #global-navi ul li a span {
  text-align: center;
  width: 100%;
}
#global-header #global-navi ul li a span.ja {
  font-size: 1.5em;
}
#global-header #global-navi ul li a span.en {
  font-size: 1.3em;
}
#global-header #global-navi ul li a:hover {
  background: #9e9ea2;
}
#global-header #global-navi ul li a:hover span {
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  #global-header #global-navi ul li a {
    padding: 8px 0;
  }
  #global-header #global-navi ul li a span.ja {
    font-size: 1.2em;
  }
  #global-header #global-navi ul li a span.en {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #global-header #global-navi {
    display: none;
  }
}

.key-visual {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  margin-top: 78px;
}
.key-visual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.key-visual p.key-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  margin: auto;
  font-size: 3.5em;
  width: 100%;
  height: 100px;
  text-align: center;
  color: #ffffff;
}
.key-visual p.key-text span.en {
  display: block;
  color: #ffffff;
  font-size: .8em;
}
.key-visual span.key-top-text {
  width: 422px;
  height: 208px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .key-visual span.key-top-text {
    width: 278px;
    height: 143px;
  }
}
.key-visual span.blue-circle {
  width: 300px;
  height: 300px;
  background: rgba(25, 25, 58, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  display: inline-block;
  transition: all .9s .6s ease;
  transform: rotate(0deg);
}
.key-visual span.blue-circle.active {
  transform: rotate(45deg);
}
@media screen and (max-width: 1440px) {
  .key-visual span.blue-circle {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 1280px) {
  .key-visual span.blue-circle {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .key-visual span.blue-circle {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .key-visual span.blue-circle {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1280px) {
  .key-visual {
    margin-top: 49px;
  }
  .key-visual p.key-text {
    font-size: 3em;
  }
  .key-visual p.key-text span.en {
    display: block;
    color: #ffffff;
    font-size: .8em;
  }
}
@media screen and (max-width: 1024px) {
  .key-visual p.key-text {
    font-size: 2em;
    padding-top: 24px;
  }
  .key-visual p.key-text span.en {
    font-size: .8em;
  }
}
@media screen and (max-width: 768px) {
  .key-visual {
    margin-bottom: 56px;
    margin-top: 70px;
  }
  .key-visual p.key-text {
    font-size: 2em;
    height: 70px;
    padding-top: 12px;
  }
  .key-visual p.key-text span.en {
    display: block;
    color: #ffffff;
    font-size: .8em;
  }
  .key-visual p.key-text span.wspace {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .key-visual {
    width: 100%;
    overflow: hidden;
  }
  .key-visual img {
    font-family: "object-fit: cover;";
  }
  .key-visual p.key-text {
    font-size: 3em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    padding-top: 0;
  }
  .key-visual p.key-text span.en {
    font-size: .8em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  }
}

main#container {
  margin-bottom: 80px;
}
main#container .content-header h2 {
  text-align: center;
  font-size: 2.1em;
  margin-bottom: 40px;
}
main#container .content-header h2 span {
  text-align: center;
  font-size: 1.5em;
  color: #7B0B0D;
}
main#container .content-header .content-desc {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.3em;
}
@media screen and (max-width: 480px) {
  main#container .content-desc {
    width: 90%;
    margin: 0 auto 40px;
  }
}

.catch-copy {
  width: 1000px;
  height: 350px;
  background: #0b0a33;
  margin: 0 auto 40px;
}
.catch-copy .catch-inner {
  width: 100%;
  height: 100%;
  background: url(../recruit/images/rec-content-bg.png) no-repeat left bottom;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.catch-copy .catch-inner p.desc1 {
  color: #ffffff;
  font-size: 1.6em;
  line-height: 1.8;
  letter-spacing: .15em;
}
@media screen and (max-width: 768px) {
  .catch-copy {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .catch-copy .catch-inner {
    display: block;
  }
  .catch-copy .catch-inner .read1 {
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
    top: 30%;
  }
  .catch-copy .catch-inner .read1 img {
    width: 75%;
  }
  .catch-copy .catch-inner .desc1 {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    top: 30%;
  }
}

.recruit-body dl {
  width: 1000px;
  margin: 0 auto;
}
.recruit-body dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 0;
}
.recruit-body dl div dt {
  width: 15%;
  padding-left: 16px;
  font-size: 1.6em;
  font-weight: bold;
}
.recruit-body dl div dd {
  width: 85%;
  font-size: 1.6em;
}
.recruit-body dl div:nth-child(odd) {
  background: #fafafa;
}
@media screen and (max-width: 768px) {
  .recruit-body dl {
    width: 95%;
  }
  .recruit-body dl div {
    display: block;
    padding: 24px;
  }
  .recruit-body dl div dt {
    width: 100%;
    padding-left: 0;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .recruit-body dl div dd {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.8;
    color: #333;
  }
}
@media screen and (max-width: 480px) {
  .recruit-body dl {
    width: 95%;
  }
  .recruit-body dl div {
    display: block;
    padding: 24px;
  }
  .recruit-body dl div dt {
    width: 100%;
    padding-left: 0;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .recruit-body dl div dd {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.8;
    color: #333;
  }
}

#global-footer {
  background: #36373d;
  padding: 40px 0;
}
#global-footer h2.footer-name {
  color: #ffffff;
  text-align: center;
  font-size: 1.7em;
  margin-bottom: 24px;
}
#global-footer .footer-desc {
  text-align: center;
  color: #ffffff;
  font-size: 1.3em;
  margin-bottom: 40px;
}
#global-footer .f-navi-title {
  text-align: center;
  margin: 0 0 40px;
}
#global-footer .f-navi-title span {
  color: #ffffff;
  font-size: 1.2em;
  padding: 14px 40px;
  border: 1px solid #ffffff;
  border-radius: 2em;
}
#global-footer .f-util {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0 auto 24px;
}
#global-footer .f-util li a {
  color: #ffffff;
  font-size: 1.4em;
  padding: 8px 16px;
  transition: all .6s ease;
  border-radius: 2em;
}
#global-footer .f-util li a:hover {
  background: #fff;
  color: #4a4b4f;
}
#global-footer .copy {
  text-align: center;
  color: #ffffff;
  font-size: 1.2em;
}
@media screen and (max-width: 480px) {
  #global-footer .footer-desc {
    font-size: 1.2em;
    padding: 0 40px;
  }
  #global-footer .f-navi-title span {
    font-size: 1.4em;
    padding: 14px 40px;
  }
  #global-footer .f-util li a {
    font-size: 1.8em;
  }
}

/*# sourceMappingURL=recruit.css.map */
