@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#sec1 img {
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
}

#sec2 .job-box {
  background: linear-gradient(90deg, rgb(0, 124, 206) 0%, rgb(37, 165, 212) 50%, rgb(26, 141, 205) 100%);
  padding: 40px 5%;
  margin-bottom: 20px;
}
#sec2 .job-box h3 {
  color: white;
}
#sec2 .job-box h3 span {
  font-size: 16px;
  color: white;
  padding-right: 20px;
}
#sec2 .job-box p {
  color: white;
}

#sec3 img {
  margin-bottom: 30px;
}
#sec3 .interview-box {
  padding: 0 5%;
  margin-bottom: 70px;
  background: white;
  padding-bottom: 50px;
  padding-top: 100px;
  margin-top: -100px;
}
#sec3 .interview-box ul {
  padding-left: 0;
}

#sec4 .schedule {
  width: 1200px;
  margin: 50px auto;
  max-width: 90%;
  width: 800px;
  font-weight: 600;
}
#sec4 .schedule .flex {
  display: flex;
  margin-bottom: 40px;
}
#sec4 .schedule .left {
  width: 200px;
  font-size: 23px;
  position: relative;
  font-weight: 600;
  min-width: 200px;
}
#sec4 .schedule .left::before {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #4d4c4c;
  content: "";
  right: 20px;
  top: 10px;
  border-radius: 50%;
}
#sec4 .schedule .left::after {
  position: absolute;
  width: 1px;
  height: calc(100% + 40px);
  background: #4d4c4c;
  content: "";
  right: 24.5px;
  top: 10px;
}
#sec4 .schedule .right {
  padding-left: 20px;
  margin-bottom: 15px;
}
#sec4 .schedule .right span {
  background: linear-gradient(90deg, rgb(0, 124, 206) 0%, rgb(37, 165, 212) 50%, rgb(26, 141, 205) 100%);
  color: white;
  font-size: 25px;
  padding: 15px 30px;
  display: inline-block;
}
#sec4 .schedule .flex:last-child .left::after {
  content: none;
}
#sec4 .example {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}
#sec4 .add {
  text-align: right;
  width: 800px;
  margin: 0 auto;
  max-width: 90%;
}

#sec5 {
  background: white;
}
#sec5 .content-flex .left {
  font-weight: 600;
  color: #0069af;
}
#sec5 .content-flex h2 {
  display: inline-block;
  background: linear-gradient(90deg, rgb(0, 124, 206) 0%, rgb(37, 165, 212) 50%, rgb(26, 141, 205) 100%);
  color: white;
  padding: 10px 20px;
  font-size: 30px;
  margin-bottom: 20px;
}
#sec5 .content-flex .block {
  margin-bottom: 0;
}

#sec6 .link-btn {
  margin: 20px 0 0 0;
}

.apply {
  padding: 30px 0;
  margin-bottom: 100px;
  background: linear-gradient(90deg, rgba(0, 124, 206, 0.5) 0%, rgba(37, 165, 212, 0.5) 50%, rgba(26, 141, 205, 0.5) 100%);
  position: relative;
  overflow: hidden;
}
.apply .circle {
  background: linear-gradient(0deg, #007cce 0%, #25a5d4 50%, #1a8dcd 100%);
  width: 520px;
  height: 520px;
  border-radius: 50%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 90%;
  position: relative;
  z-index: 10;
}
.apply .en {
  color: white;
  font-size: 25px;
  font-weight: 600;
}
.apply .ja {
  color: white;
  font-size: 50px;
  font-weight: 600;
}
.apply p {
  color: white;
  margin: 40px auto;
}
.apply .link-btn {
  background: white;
  margin: 0 auto;
}
.apply .middle {
  margin-top: -70px;
}
.apply .bg-en {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 6.5vw;
  color: white;
  font-weight: 800;
  opacity: 0.3;
  width: 200%;
}

#sec6 {
  width: 100%;
  overflow-x: hidden;
}
#sec6 .block {
  width: 100%;
}

@media screen and (max-width: 1150px) {
  section.top .right {
    margin-left: -10%;
  }
}
@media screen and (max-width: 700px) {
  #sec3 .interview-box {
    padding: 0;
    padding-top: 70px;
    margin-top: -70px;
  }
  #sec4 .schedule {
    max-width: 100%;
  }
  #sec4 .schedule .left {
    width: 160px;
    min-width: 160px;
    font-size: 18px;
  }
  #sec4 .schedule .right {
    padding-left: 0px;
  }
  #sec4 .schedule .right span {
    font-size: 20px;
    padding: 10px 20px;
  }
  #sec5 .content-flex {
    gap: 10px;
  }
  #sec5 .content-flex h2 {
    font-size: 23px;
    padding: 5px 10px;
  }
  #sec6 .link-btn {
    padding: 5px 10px;
    font-size: 14px;
  }
  #sec6 .block {
    max-width: 100%;
  }
  #sec6 .block th,
  #sec6 .block td {
    font-size: 16px;
  }
  #sec6 table.list th {
    padding-left: 10px;
  }
  .apply .circle {
    width: 350px;
    height: 350px;
  }
  .apply p {
    margin: 20px auto;
    font-size: 16px;
  }
  .apply .en {
    font-size: 18px;
  }
  .apply .ja {
    font-size: 30px;
  }
  .apply .link-btn br.sp {
    display: none !important;
  }
  .apply .bg-en {
    font-size: 20vw;
    white-space: nowrap;
    top: auto;
    bottom: -10%;
  }
}
@media screen and (max-width: 550px) {
  section.top .right {
    margin-left: -30%;
  }
}
@media screen and (max-width: 400px) {
  section.top .right {
    margin-left: -45%;
  }
}
@media screen and (max-width: 320px) {
  .apply .link-btn br.sp {
    display: block !important;
  }
}/*# sourceMappingURL=recruit.css.map */