.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/company/company_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.main_image .subtext {
  color: #F08300;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
@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/company/company_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: center;
    font-size: 5.8vw;
    padding-left: initial;
  }
}

.sec_title {
  letter-spacing: 0.1em;
}

.sec01 {
  margin-top: 260px;
  margin-bottom: 445px;
}
.sec01 .inner {
  padding: 0 0 0 100px;
}
.sec01 .sec_header {
  margin-bottom: 10px;
}
.sec01 .sec_header .sec_title {
  font-size: 36px;
  font-weight: bold;
}
.sec01 .sec_header .title_img {
  text-align: left;
}
.sec01 .flexbox {
  position: relative;
  -moz-column-gap: 95px;
       column-gap: 95px;
  padding: 0 125px 0 60px;
  align-items: flex-end;
}
.sec01 .flexbox .textbox {
  width: 100%;
}
.sec01 .flexbox .textbox .box_title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 45px;
}
.sec01 .flexbox .textbox .box_text {
  color: #fff;
}
.sec01 .flexbox .textbox .box_text .big {
  font-size: 18px;
  font-weight: bold;
}
.sec01 .flexbox .imagebox {
  width: 42.7%;
}
.sec01 .flexbox .imagebox .img_text {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.sec01 .flexbox .imagebox .img_text .name {
  font-size: 24px;
}
.sec01 .bottom_box {
  position: absolute;
  bottom: -340px;
  right: 50%;
  width: 1280px;
  height: 293px;
  transform: translateX(50%);
}
.sec01 .orangebg {
  position: absolute;
  background-color: #F08300;
  width: 1174px;
  height: 655px;
  right: 0;
  top: 200px;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 118.8vw;
    margin-top: 10vw;
  }
  .sec01 .inner {
    padding: 0;
  }
  .sec01 .sec_header {
    margin-bottom: 10px;
    padding: 0 5vw;
  }
  .sec01 .sec_header .sec_title {
    font-size: 5vw;
  }
  .sec01 .sec_header .title_img {
    text-align: center;
    width: 60%;
  }
  .sec01 .flexbox {
    display: block;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 0 5vw;
  }
  .sec01 .flexbox .textbox {
    width: 100%;
  }
  .sec01 .flexbox .textbox .box_title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
    text-align: center;
  }
  .sec01 .flexbox .textbox .box_text {
    font-size: 4vw;
  }
  .sec01 .flexbox .textbox .box_text .big {
    font-size: 4.3vw;
  }
  .sec01 .flexbox .imagebox {
    width: 60%;
    margin: 0 auto 3vw;
  }
  .sec01 .flexbox .imagebox .img_text {
    font-size: 4vw;
  }
  .sec01 .flexbox .imagebox .img_text .name {
    font-size: 4.3vw;
  }
  .sec01 .bottom_box {
    position: absolute;
    bottom: -90vw;
    right: 50%;
    width: 100%;
    height: 80vw;
    transform: translateX(50%);
  }
  .sec01 .orangebg {
    position: absolute;
    background-color: #F08300;
    width: 100%;
    height: 239vw;
    right: 0;
    top: 30vw;
    z-index: -5;
  }
}

.sec02 {
  margin-bottom: 310px;
}
.sec02 .inner {
  padding: 0 95px 0 0;
}
.sec02 .sec_header {
  margin-bottom: 60px;
  padding-left: 130px;
}
.sec02 .sec_header .sec_title {
  font-size: 30px;
  font-weight: bold;
}
.sec02 .flexbox {
  position: relative;
  -moz-column-gap: 65px;
       column-gap: 65px;
  padding: 0 100px 0 130px;
  align-items: flex-start;
}
.sec02 .flexbox .textbox {
  width: 100%;
}
.sec02 .flexbox .textbox .box_title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 35px;
}
.sec02 .flexbox .textbox .box_title .orange {
  color: #F08300;
  font-weight: bold;
}
.sec02 .flexbox .textbox .box_text {
  margin-bottom: 50px;
}
.sec02 .flexbox .textbox .box_text .big {
  font-size: 18px;
  font-weight: bold;
}
.sec02 .flexbox .textbox .name_box {
  text-align: right;
  font-size: 24px;
}
.sec02 .flexbox .textbox .year_box {
  text-align: right;
  font-size: 18px;
}
.sec02 .flexbox .textbox .name_box2 {
  text-align: left;
  font-size: 24px;
}
.sec02 .flexbox .textbox .year_box2 {
  text-align: left;
  font-size: 18px;
}
.sec02 .flexbox .imagebox {
  width: 43.7%;
}
.sec02 .flexbox:first-of-type {
  margin-bottom: 160px;
}
.sec02 .reverse {
  flex-direction: row-reverse;
}
.sec02 .l_orangebg {
  position: absolute;
  background-color: #F08300;
  width: 1174px;
  height: 1113px;
  left: 0;
  top: 40px;
  z-index: -5;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 33.8vw;
  }
  .sec02 .inner {
    padding: 5vw;
  }
  .sec02 .sec_header {
    margin-bottom: 5vw;
    padding-left: 0;
  }
  .sec02 .sec_header .sec_title {
    font-size: 5vw;
  }
  .sec02 .sec_header .title_img {
    width: 40%;
  }
  .sec02 .flexbox {
    display: block;
    position: relative;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 0;
  }
  .sec02 .flexbox .textbox {
    width: 100%;
  }
  .sec02 .flexbox .textbox .box_title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
  .sec02 .flexbox .textbox .box_text {
    margin-bottom: 5vw;
    font-size: 4vw;
  }
  .sec02 .flexbox .textbox .box_text .big {
    font-size: 4.3vw;
  }
  .sec02 .flexbox .textbox .name_box {
    text-align: right;
    font-size: 4.5vw;
  }
  .sec02 .flexbox .textbox .year_box {
    text-align: right;
    font-size: 4vw;
  }
  .sec02 .flexbox .textbox .name_box2 {
    text-align: right;
    font-size: 4.5vw;
  }
  .sec02 .flexbox .textbox .year_box2 {
    text-align: right;
    font-size: 4vw;
  }
  .sec02 .flexbox .imagebox {
    width: 60%;
    margin: 0 auto 3vw;
  }
  .sec02 .flexbox:first-of-type {
    margin-bottom: 20vw;
  }
  .sec02 .l_orangebg {
    width: 100%;
    height: 330vw;
    left: 0;
    top: 10vw;
  }
}

.sec03 {
  margin-bottom: 310px;
}
.sec03 .inner {
  padding: 0 0 0 80px;
}
.sec03 .sec_header {
  margin-bottom: 125px;
  padding-left: 230px;
  position: relative;
}
.sec03 .sec_header .sec_title {
  font-size: 30px;
  font-weight: bold;
}
.sec03 .sec_header::before {
  content: "";
  position: absolute;
  width: 148px;
  height: 97px;
  left: 60px;
  bottom: 50%;
  background: url(/images/company/setubi_kazari.webp) center/contain no-repeat;
  transform: translateY(50%);
}
.sec03 .sec_header::after {
  content: "OUR EQUIPMENT";
  position: absolute;
  color: #fff;
  font-size: 79px;
  font-weight: bold;
  letter-spacing: 0.1em;
  right: 0px;
  bottom: 50%;
  transform: translateY(50%);
}
.sec03 .flexbox {
  display: block;
  position: relative;
  -moz-column-gap: 65px;
       column-gap: 65px;
  align-items: center;
  margin-bottom: 185px;
  padding-left: 130px;
  padding-right: 100px;
}
.sec03 .flexbox .textbox {
  padding: 50px 0 0 40px;
  width: 782px;
  height: 243px;
  background-color: #fff;
}
.sec03 .flexbox .textbox .box_title {
  font-size: 24px;
  margin-bottom: 30px;
  border-left: 12px solid #F08300;
  padding-left: 1em;
}
.sec03 .flexbox .textbox .box_title .orange {
  color: #F08300;
  font-weight: bold;
}
.sec03 .flexbox .textbox .box_text {
  font-size: 18px;
  padding-left: 2em;
}
.sec03 .flexbox .textbox .border {
  border-left: 12px solid #F08300;
}
.sec03 .flexbox .textbox .item {
  margin-bottom: 15px;
}
.sec03 .flexbox .imagebox {
  position: absolute;
  right: 100px;
  bottom: 50%;
  transform: translateY(50%);
}
.sec03 .flexbox:last-of-type {
  margin-bottom: 0;
}
.sec03 .graybg {
  position: absolute;
  background-color: #F2F2F2;
  width: 1195px;
  height: 2317px;
  right: 0;
  top: -70px;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 33.8vw;
  }
  .sec03 .inner {
    padding: 0 5vw;
  }
  .sec03 .sec_header {
    margin-bottom: 7vw;
    padding-left: 25vw;
  }
  .sec03 .sec_header .sec_title {
    font-size: 5vw;
  }
  .sec03 .sec_header::before {
    content: "";
    position: absolute;
    width: 23vw;
    height: 15vw;
    left: 0;
    bottom: 50%;
    background: url(/images/company/setubi_kazari.webp) center/contain no-repeat;
    transform: translateY(50%);
  }
  .sec03 .sec_header::after {
    content: "OUR EQUIPMENT";
    position: absolute;
    color: #fff;
    font-size: 7vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    right: 0px;
    bottom: 13vw;
    transform: translateY(50%);
  }
  .sec03 .flexbox {
    display: block;
    position: relative;
    -moz-column-gap: 0;
         column-gap: 0;
    align-items: center;
    margin-bottom: 10vw;
    padding-left: 0;
    padding-right: 0;
  }
  .sec03 .flexbox .textbox {
    padding: 5vw 0 5vw 5vw;
    width: 100%;
    height: auto;
    background-color: #fff;
  }
  .sec03 .flexbox .textbox .box_title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
    border-left: 3vw solid #F08300;
    padding-left: 0.7em;
  }
  .sec03 .flexbox .textbox .box_text {
    font-size: 4.3vw;
    padding-left: 1.4em;
  }
  .sec03 .flexbox .textbox .border {
    border-left: 3vw solid #F08300;
  }
  .sec03 .flexbox .textbox .item {
    margin-bottom: 3vw;
  }
  .sec03 .flexbox .textbox .item:last-of-type {
    margin-bottom: 0;
  }
  .sec03 .flexbox .imagebox {
    position: static;
    width: 100%;
    transform: initial;
    margin-bottom: 0;
  }
  .sec03 .flexbox:last-of-type {
    margin-bottom: 0;
  }
  .sec03 .graybg {
    position: absolute;
    background-color: #F2F2F2;
    width: 100%;
    height: 540vw;
    right: 0;
    top: -15vw;
    z-index: -5;
  }
}

.sec04 {
  margin-bottom: 195px;
}
.sec04 .inner {
  padding: 0 0 0 80px;
}
.sec04 .sec_header {
  margin-bottom: 55px;
  text-align: center;
  position: relative;
}
.sec04 .sec_header .sec_title {
  font-size: 30px;
  font-weight: bold;
}
.sec04 .sec_header::after {
  content: "ABOUT US";
  position: absolute;
  color: #F08300;
  font-size: 79px;
  opacity: 0.16;
  font-weight: bold;
  letter-spacing: 0.1em;
  right: 50%;
  bottom: 30px;
  transform: translateX(50%);
}
.sec04 .dlist {
  width: 939px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec04 .dlist .row {
  display: flex;
  border: 1px solid #666666;
}
.sec04 .dlist .row:not(:last-of-type) {
  border-bottom: none;
}
.sec04 .dlist .term {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(240, 131, 0, 0.05);
  font-size: 23px;
  text-align: center;
  border-right: 1px solid #666666;
}
.sec04 .dlist .desc {
  width: 70%;
  padding: 30px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .inner {
    padding: 0 5vw;
  }
  .sec04 .sec_header {
    margin-bottom: 5vw;
  }
  .sec04 .sec_header .sec_title {
    font-size: 5vw;
  }
  .sec04 .sec_header::after {
    content: "ABOUT US";
    position: absolute;
    color: #F08300;
    font-size: 7vw;
    opacity: 0.16;
    font-weight: bold;
    letter-spacing: 0.1em;
    right: 50%;
    bottom: 6vw;
    transform: translateX(50%);
  }
  .sec04 .dlist {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec04 .dlist .row {
    display: block;
    border: 1px solid #666666;
  }
  .sec04 .dlist .row:not(:last-of-type) {
    border-bottom: none;
  }
  .sec04 .dlist .term {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2vw;
    box-sizing: border-box;
    background: rgba(240, 131, 0, 0.05);
    font-size: 4.3vw;
    text-align: center;
    border-bottom: 1px solid #666666;
    border-right: none;
  }
  .sec04 .dlist .desc {
    width: 100%;
    padding: 5vw;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    font-size: 4.3vw;
  }
}

.sec05 {
  margin-bottom: 195px;
}
.sec05 .inner {
  padding: 0 0 0 80px;
}
.sec05 .sec_header {
  margin-bottom: 55px;
  text-align: left;
  position: relative;
  border-top: 1px solid #F08300;
  padding-top: 100px;
}
.sec05 .sec_header .sec_title {
  font-size: 30px;
  font-weight: bold;
}
.sec05 .sec_header::after {
  content: "RECRUIT";
  position: absolute;
  color: #F08300;
  font-size: 79px;
  opacity: 0.16;
  font-weight: bold;
  letter-spacing: 0.1em;
  left: 0;
  bottom: 30px;
}
.sec05 .imagebox {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-bottom: 13.8vw;
  }
  .sec05 .inner {
    padding: 0 5vw;
  }
  .sec05 .sec_header {
    margin-bottom: 5vw;
    padding-top: 15vw;
  }
  .sec05 .sec_header .sec_title {
    font-size: 5vw;
  }
  .sec05 .sec_header::after {
    color: #F08300;
    font-size: 8vw;
    left: 0;
    bottom: 6vw;
  }
  .sec05 .imagebox {
    text-align: center;
  }
}/*# sourceMappingURL=company.css.map */