.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 500px;
  padding-top: 200px;
  box-sizing: border-box;
  background: url(/images/recruit/recruit_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1280px;
  max-width: 100%;
  padding: 0 0 0 35px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
.main_image .subtext {
  color: #fff;
  font-size: 50px;
  opacity: 70%;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/recruit/recruit_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: left;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .subtext {
    color: #fff;
    font-size: 10vw;
    opacity: 70%;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.1;
  }
}

.sec01 {
  padding-top: 250px;
  margin-bottom: 230px;
}
.sec01 .inner {
  padding: 0;
}
.sec01 .sec_header {
  text-align: center;
  position: relative;
  margin-bottom: 85px;
}
.sec01 .sec_header .sec_title {
  background-color: #fff;
  border-bottom: 3px solid #FFEB00;
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
}
.sec01 .sec_header .sec_title .big {
  font-size: 70px;
  font-weight: bold;
}
.sec01 .sec_header .sec_title:first-of-type {
  margin-bottom: 15px;
}
.sec01 .sec_header::before {
  position: absolute;
  content: "";
  width: 493px;
  height: 488px;
  left: 10px;
  bottom: -100px;
  background: url(/images/recruit/sec01_logo.webp) center/contain no-repeat;
}
.sec01 .sec_header::after {
  position: absolute;
  content: "";
  width: 700px;
  height: 775px;
  right: 0;
  bottom: -350px;
  z-index: -1;
  background: url(/images/recruit/sec01_1.webp) center/contain no-repeat;
}
.sec01 .box01 {
  padding-left: 55px;
  margin-bottom: 70px;
}
.sec01 .box01 .num {
  margin-bottom: 15px;
}
.sec01 .box01 .box_title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}
.sec01 .box01 .box_text {
  font-size: 18px;
  width: 82%;
}
.sec01 .box02 {
  padding-right: 80px;
  margin-bottom: 80px;
}
.sec01 .box02 .flexbox {
  margin-bottom: 10px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.sec01 .box02 .flexbox .num {
  margin-bottom: 15px;
}
.sec01 .box02 .flexbox .box_title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}
.sec01 .box02 .box_text {
  font-size: 18px;
  width: 82%;
  margin: 0 0 0 auto;
}
.sec01 .box03 {
  margin-bottom: 110px;
  flex-direction: row-reverse;
  -moz-column-gap: 45px;
       column-gap: 45px;
  padding: 0 50px 0 70px;
}
.sec01 .box03 .imagebox {
  width: 36.4%;
}
.sec01 .box03 .textbox {
  width: 100%;
}
.sec01 .box03 .textbox .titlebox {
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin-bottom: 45px;
}
.sec01 .box03 .textbox .titlebox .box_title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
}
.sec01 .box03 .textbox .box_text {
  font-size: 18px;
}
.sec01 .box04 {
  -moz-column-gap: 45px;
       column-gap: 45px;
  padding: 0 50px 0 70px;
}
.sec01 .box04 .imagebox {
  width: 56%;
}
.sec01 .box04 .textbox {
  width: 100%;
}
.sec01 .box04 .textbox .titlebox {
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin-bottom: 45px;
}
.sec01 .box04 .textbox .titlebox .box_title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
}
.sec01 .box04 .textbox .box_text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-top: 31.8vw;
    margin-bottom: 13.8vw;
  }
  .sec01 .inner {
    padding: 0;
  }
  .sec01 .sec_header {
    text-align: center;
    position: relative;
    margin-bottom: 65vw;
  }
  .sec01 .sec_header .sec_title {
    background-color: #fff;
    border-bottom: 3px solid #FFEB00;
    font-size: 6vw;
    font-weight: bold;
    display: inline-block;
  }
  .sec01 .sec_header .sec_title .big {
    font-size: 9vw;
    font-weight: bold;
  }
  .sec01 .sec_header .sec_title:first-of-type {
    margin-bottom: 5vw;
  }
  .sec01 .sec_header::before {
    position: absolute;
    content: "";
    width: 40vw;
    height: 40vw;
    left: 0;
    bottom: 30vw;
    background: url(/images/recruit/sec01_logo.webp) center/contain no-repeat;
  }
  .sec01 .sec_header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 111vw;
    right: 0;
    bottom: -60vw;
    z-index: -1;
    background: url(/images/recruit/sec01_1.webp) center/contain no-repeat;
  }
  .sec01 .box01 {
    padding: 0 5vw;
    margin-bottom: 10vw;
  }
  .sec01 .box01 .sp_flex {
    display: flex;
    align-items: center;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
  .sec01 .box01 .num {
    margin-bottom: 0;
    width: 15vw;
  }
  .sec01 .box01 .box_title {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .sec01 .box01 .box_text {
    font-size: 4vw;
    width: 100%;
    margin-top: 3vw;
  }
  .sec01 .box02 {
    padding: 0;
    margin-bottom: 10vw;
  }
  .sec01 .box02 .flexbox {
    flex-direction: column;
    margin-bottom: 3vw;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .sec01 .box02 .flexbox .textbox {
    padding: 0 5vw;
    display: flex;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    align-items: center;
  }
  .sec01 .box02 .flexbox .num {
    margin-bottom: 0;
    width: 15vw;
  }
  .sec01 .box02 .flexbox .box_title {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .sec01 .box02 .box_text {
    font-size: 4vw;
    width: 90%;
    margin: 0 auto;
  }
  .sec01 .box03 {
    margin-bottom: 10vw;
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 0 5vw;
  }
  .sec01 .box03 .imagebox {
    width: 80%;
    margin: 0 auto 5vw;
  }
  .sec01 .box03 .textbox {
    width: 100%;
  }
  .sec01 .box03 .textbox .box_text {
    font-size: 4vw;
  }
  .sec01 .box03 .textbox .titlebox {
    display: flex;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    margin-bottom: 3vw;
    align-items: center;
  }
  .sec01 .box03 .textbox .titlebox .num {
    width: 15vw;
  }
  .sec01 .box03 .textbox .titlebox .box_title {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
  .sec01 .box04 {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 0 5vw;
  }
  .sec01 .box04 .imagebox {
    width: 80%;
  }
  .sec01 .box04 .textbox {
    width: 100%;
  }
  .sec01 .box04 .textbox .box_text {
    font-size: 4vw;
  }
  .sec01 .box04 .textbox .titlebox {
    display: flex;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    margin-bottom: 3vw;
    align-items: center;
  }
  .sec01 .box04 .textbox .titlebox .num {
    width: 15vw;
  }
  .sec01 .box04 .textbox .titlebox .box_title {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5;
  }
}

.sec02 {
  margin-bottom: 285px;
}
.sec02 .inner {
  padding: 0 45px 0 80px;
}
.sec02 .sec_header {
  margin-bottom: 100px;
}
.sec02 .flexbox {
  position: relative;
  margin-bottom: 65px;
}
.sec02 .flexbox .textbox .box_title {
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 20px;
}
.sec02 .flexbox .textbox .box_text {
  font-size: 18px;
  width: 70%;
}
.sec02 .flexbox .imagebox {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec02 .animation01 {
  margin: 0 0 50px;
  position: relative;
  z-index: 0;
}
.sec02 .animation01 .scroll-container {
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.sec02 .animation01 .scroll-content {
  display: flex;
  animation: scroll 75s linear infinite;
}
.sec02 .animation01 .item {
  flex: 0 0 auto;
  width: 1724px;
  height: 332px;
  margin: 0 0px;
  padding-right: 10px;
  text-align: center;
  line-height: 332px;
  font-size: 24px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .inner {
    padding: 0;
  }
  .sec02 .sec_header {
    margin-bottom: 25vw;
    padding: 0 5vw;
  }
  .sec02 .sec_header .sec_title {
    width: 80%;
  }
  .sec02 .flexbox {
    padding: 0 5vw;
    flex-direction: column;
    position: relative;
    margin-bottom: 20vw;
  }
  .sec02 .flexbox .textbox .box_title {
    font-weight: bold;
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .sec02 .flexbox .textbox .box_text {
    font-size: 4vw;
    width: 100%;
  }
  .sec02 .flexbox .imagebox {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 90vw;
  }
  .sec02 .animation01 {
    margin: initial;
    margin-top: -10vw;
  }
  .sec02 .animation01 .item {
    flex: 0 0 auto;
    width: 276.8vw;
    height: 54.4vw;
    margin: 0 0px;
    text-align: center;
    line-height: 45.4vw;
    padding-right: 3vw;
  }
}

.sec03 {
  margin-bottom: 265px;
}
.sec03 .sec_header {
  position: relative;
  margin-bottom: 90px;
  height: 162px;
}
.sec03 .sec_header .sec_title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 50px;
}
.sec03 .sec_header .sec_img {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
  width: 1100px;
}
.sec03 .top_box {
  margin-bottom: 90px;
}
.sec03 .top_box .flexbox {
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.sec03 .top_box .flexbox .job_button {
  border: 1px solid #928977;
  padding: 20px;
  width: 220px;
  text-align: center;
  font-size: 24px;
  color: #928977;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sec03 .top_box .flexbox .job_button:hover {
  cursor: pointer;
}
.sec03 .bottom_box {
  margin-bottom: 110px;
}
.sec03 .bottom_box .dlist .row {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  border: 1px solid #928977;
}
.sec03 .bottom_box .dlist .row .term {
  border-right: 1px solid #928977;
  width: 247px;
  height: auto;
  font-weight: bold;
  color: #928977;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
.sec03 .bottom_box .dlist .row .desc {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 1.7;
  font-feature-settings: "palt";
  width: 70%;
  padding: 45px 0;
}
.sec03 .bottom_box .dlist .row:not(:last-child) {
  border-bottom: 0px solid;
}
.sec03 .entry_box .imagebox {
  text-align: center;
}
.sec03 .top_box .flexbox .tab-item.active {
  background-color: #928977;
  color: #fff;
  font-weight: bold;
  border: 0px solid;
}
.sec03 .tab-panel {
  display: none;
}
.sec03 .tab-panel.active {
  display: block;
  padding: 3%;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .sec_header {
    text-align: center;
    margin-bottom: 15vw;
    height: auto;
  }
  .sec03 .sec_header::before {
    font-size: 12vw;
    top: -20vw;
    right: 3.5vw;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  .sec03 .sec_header .sec_img {
    width: 100%;
  }
  .sec03 .sec_header .sec_title {
    font-size: 5vw;
    font-weight: bold;
    padding-top: 9vw;
    letter-spacing: 0.2em;
  }
  .sec03 .top_box {
    margin-bottom: 10vw;
  }
  .sec03 .top_box .flexbox {
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
  .sec03 .top_box .flexbox .job_button {
    padding: 3vw;
    font-size: 4vw;
    width: 36vw;
  }
  .sec03 .bottom_box {
    margin-bottom: 0vw;
  }
  .sec03 .bottom_box .dlist .row {
    display: block;
    margin-bottom: 5vw;
  }
  .sec03 .bottom_box .dlist .row .term {
    width: 100%;
    height: auto;
    font-weight: bold;
    color: #928977;
    font-size: 4.5vw;
    padding: 4vw 0;
    border-bottom: 1px solid #928977;
  }
  .sec03 .bottom_box .dlist .row .desc {
    display: block;
    align-items: center;
    letter-spacing: 0.1em;
    font-size: 4vw;
    padding: 5.5vw 3vw;
    width: 93%;
  }
  .sec03 .bottom_box .dlist .row:not(:last-child) {
    border-bottom: 1px solid #928977;
  }
  .sec03 .entry_box .imagebox {
    text-align: center;
  }
}/*# sourceMappingURL=recruit.css.map */