/* CSS Document */
#omoi {
  width: 80vw;
  margin: 0 auto -12vw;
  padding-bottom: 60vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #omoi {
    padding-bottom: 46.6vw;
    max-width: 1160px;
    padding-bottom: 70px;
    margin-bottom: 0;
  }
}
#omoi::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: auto;
  aspect-ratio: 750/484;
  background: url(../img/top/omoi_img_sm.png) no-repeat 0 0/contain;
  bottom: 0;
  left: -10vw;
  right: -10vw;
  z-index: 1;
}
@media (min-width: 768px) {
  #omoi::after {
    max-width: 1184px;
    aspect-ratio: 1184/392;
    background: url(../img/top/omoi_img_md.png) no-repeat 0 0/contain;
    left: 35%;
    bottom: auto;
    top: 0;
    right: auto;
  }
}
#omoi h2 {
  position: relative;
  z-index: 2;
  font-size: min(7.86vw, 42px);
  font-weight: 700;
  color: #006AEA;
}
#omoi p {
  position: relative;
  z-index: 2;
  font-size: min(4vw, 18px);
  margin-top: 20px;
  line-height: 2;
}
@media (min-width: 768px) {
  #omoi p {
    font-size: 18px;
  }
}

#sec_talent .container,
#sec_job .container,
#sec_working_environment .container,
#sec_recruit .container {
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #sec_talent .container,
  #sec_job .container,
  #sec_working_environment .container,
  #sec_recruit .container {
    max-width: 1400px;
  }
}

.sec_bg {
  position: relative;
}
.sec_bg a.btn01 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  text-align: center;
  width: 54vw;
}
@media (min-width: 768px) {
  .sec_bg a.btn01 {
    max-width: 370px;
    width: 56%;
  }
}
.sec_bg picture {
  position: relative;
  z-index: 1;
}

a.btn01 {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(10, 109, 221, 0.9) 0%, rgba(5, 55, 111, 0.9) 100%);
  border: 1px solid #ffffff;
  font-size: min(4.5333333333vw, 17px);
}
@media (min-width: 768px) {
  a.btn01 {
    font-size: min(2vw, 28px);
  }
}
a.btn01 span {
  line-height: 2.8;
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
}
a.btn01 span::before {
  position: absolute;
  content: "";
  width: 8vw;
  height: 1px;
  background-color: #ffffff;
  top: 50%;
  right: -4vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  a.btn01 span::before {
    width: 56px;
    right: -28px;
  }
}
a.btn01 span::after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 0;
  width: 2vw;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: calc(100% - 1px) 50%;
  top: 50%;
  right: -4vw;
}
@media (min-width: 768px) {
  a.btn01 span::after {
    width: 10px;
    right: -28px;
  }
}

#sec_talent {
  position: relative;
  z-index: 2;
}
#sec_talent .container {
  width: 100vw;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #sec_talent .container {
    max-width: 1400px;
  }
}
@media (min-width: 768px) {
  #sec_talent .container .sec_bg a.btn01 {
    max-width: 370px;
    width: 27.2vw;
  }
}

#sec_job {
  margin-top: 13vw;
}
@media (min-width: 768px) {
  #sec_job {
    margin-top: 80px;
  }
}
#sec_job h2 {
  font-size: min(6.9333333333vw, 26px);
  color: #006AEA;
  font-weight: 700;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5vw;
}
@media (min-width: 768px) {
  #sec_job h2 {
    font-size: min(3vw, 42px);
    max-width: 1160px;
    margin-bottom: 30px;
  }
}
#sec_job .sec_inner {
  position: relative;
}
#sec_job .sec_line {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 750/57;
  background: url(../img/top/sec_ttl_line_sm.png) no-repeat 0 0/contain;
  top: 0;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  #sec_job .sec_line {
    background: url(../img/top/sec_ttl_line_md.png) no-repeat 0 0/cover;
    aspect-ratio: 1400/45;
  }
}
#sec_job ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}
@media (min-width: 768px) {
  #sec_job ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
#sec_job ul li {
  width: 100%;
}
@media (min-width: 768px) {
  #sec_job ul li {
    width: calc((100% - 10px) / 2);
  }
}

#sec_working_environment {
  margin-top: 13vw;
}
@media (min-width: 768px) {
  #sec_working_environment {
    margin-top: 80px;
  }
}
#sec_working_environment h2 {
  font-size: min(6.9333333333vw, 26px);
  color: #006AEA;
  font-weight: 700;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5vw;
}
@media (min-width: 768px) {
  #sec_working_environment h2 {
    font-size: min(3vw, 42px);
    max-width: 1160px;
    margin-bottom: 30px;
  }
}
#sec_working_environment .sec_inner {
  position: relative;
}
#sec_working_environment .sec_line {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 750/57;
  background: url(../img/top/sec_ttl_line_sm.png) no-repeat 0 0/contain;
  top: 0;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  #sec_working_environment .sec_line {
    background: url(../img/top/sec_ttl_line_md.png) no-repeat 0 0/cover;
    aspect-ratio: 1400/45;
  }
}
#sec_working_environment ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}
@media (min-width: 768px) {
  #sec_working_environment ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
#sec_working_environment ul li {
  width: 100%;
}
@media (min-width: 768px) {
  #sec_working_environment ul li {
    width: calc((100% - 10px) / 2);
  }
}
#sec_working_environment ul li.sec_bg .bg_inner {
  position: absolute;
  width: 80vw;
  left: 50%;
  top: auto;
  bottom: 7.2vw;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 768px) {
  #sec_working_environment ul li.sec_bg .bg_inner {
    width: 90%;
    max-width: 400px;
    bottom: 25px;
  }
}
#sec_working_environment ul li.sec_bg .bg_inner.inner01 {
  top: 50%;
  bottom: auto;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
#sec_working_environment ul li:last-of-type.sec_bg .bg_inner {
  width: 80vw;
  bottom: auto;
  top: 25%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 768px) {
  #sec_working_environment ul li:last-of-type.sec_bg .bg_inner {
    width: 90%;
    max-width: 400px;
    left: 70px;
    transform: translateY(-50%);
  }
}
#sec_working_environment ul li:last-of-type.sec_bg .bg_inner.inner03 {
  bottom: auto;
  top: 75%;
}
#sec_working_environment ul li:last-of-type.sec_bg .bg_inner a.btn01 {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0);
  width: auto;
  display: inline-block;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(216, 234, 255) 100%);
  color: #016AE9;
}
#sec_working_environment ul li:last-of-type.sec_bg .bg_inner a.btn01 span {
  padding: 0 20px;
  line-height: 2;
}
@media (min-width: 768px) {
  #sec_working_environment ul li:last-of-type.sec_bg .bg_inner a.btn01 span {
    padding: 0 30px;
  }
}
#sec_working_environment ul li:last-of-type.sec_bg .bg_inner p {
  margin-top: 10px;
  color: #ffffff;
  font-size: min(3.7333333333vw, 14px);
}
@media (min-width: 768px) {
  #sec_working_environment ul li:last-of-type.sec_bg .bg_inner p {
    margin-top: 15px;
    font-size: 16px;
  }
}

#sec_recruit {
  margin-top: 13vw;
}
@media (min-width: 768px) {
  #sec_recruit {
    margin-top: 80px;
  }
}
#sec_recruit h2 {
  font-size: min(6.9333333333vw, 26px);
  color: #006AEA;
  font-weight: 700;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5vw;
}
@media (min-width: 768px) {
  #sec_recruit h2 {
    font-size: min(3vw, 42px);
    max-width: 1160px;
    margin-bottom: 30px;
  }
}
#sec_recruit .sec_inner {
  position: relative;
}
#sec_recruit .sec_line {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 750/57;
  background: url(../img/top/sec_ttl_line_sm.png) no-repeat 0 0/contain;
  top: 0;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  #sec_recruit .sec_line {
    background: url(../img/top/sec_ttl_line_md.png) no-repeat 0 0/cover;
    aspect-ratio: 1400/45;
  }
}
@media (min-width: 768px) {
  #sec_recruit .sec_bg {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #sec_recruit .sec_bg a.btn01 {
    width: 27.2vw;
    max-width: 370px;
  }
}

.btn_block {
  text-align: center;
}
.btn_block a.btn01 {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
  text-align: center;
  padding: 25px 14vw;
  background: #FF7B02;
  color: #ffffff;
  font-size: min(3.7333333333vw, 14px);
  position: relative;
}
@media (min-width: 768px) {
  .btn_block a.btn01 {
    margin-top: 100px;
    margin-bottom: 10px;
    max-width: 460px;
    padding: 25px 90px;
    font-size: 18px;
  }
}
.btn_block a.btn01::before {
  position: absolute;
  content: "";
  width: 8vw;
  height: 1px;
  background-color: #ffffff;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .btn_block a.btn01::before {
    width: 56px;
    right: 24px;
  }
}
.btn_block a.btn01::after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 0;
  width: 2vw;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: calc(100% - 1px) 50%;
  top: 50%;
  right: 4vw;
}
@media (min-width: 768px) {
  .btn_block a.btn01::after {
    width: 10px;
    right: 24px;
  }
}/*# sourceMappingURL=top.css.map */