.header .header_left .title .top_box .company_name {
  font-size: 15px;
}

.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 500px;
  padding-top: 200px;
  box-sizing: border-box;
  background: url(/images/company/company_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/company/company_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 {
  margin-bottom: 400px;
  background: url(/images/company/sec01_bg.webp) center/contain no-repeat;
  background-position: top;
}
.sec01 .inner {
  padding: 0;
}
.sec01 .sec_title {
  padding: 115px 0 75px;
}
.sec01 .first_box {
  width: 72%;
  margin: 0 auto 85px;
}
.sec01 .first_box .first_text {
  font-size: 18px;
  margin-bottom: 70px;
  position: relative;
}
.sec01 .first_box .first_text::before {
  content: "";
  position: absolute;
  width: 306px;
  height: 303px;
  left: -160px;
  bottom: -160px;
  background: url(/images/company/sakae_bottom.webp) center/contain no-repeat;
}
.sec01 .first_box .name_text {
  text-align: right;
  font-size: 21px;
}
.sec01 .second_box {
  position: relative;
}
.sec01 .second_box .imagebox {
  text-align: center;
}
.sec01 .second_box .img_text {
  position: relative;
}
.sec01 .second_box .img_text .top_text {
  font-size: 100px;
  line-height: 1.3;
  color: #fff;
}
.sec01 .second_box .img_text .bottom_text {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.3;
  position: absolute;
  color: #fff;
}
.sec01 .second_box .black_box {
  position: absolute;
  right: 50%;
  bottom: -260px;
  padding: 35px 55px;
  transform: translateX(50%);
  width: 990px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 133.8vw;
    background: url(/images/company/sec01_bg.webp) center/contain repeat;
  }
  .sec01 .inner {
    padding: 0;
  }
  .sec01 .sec_header {
    margin-bottom: 0;
  }
  .sec01 .sec_title {
    padding: 10vw 5vw 0;
    width: 80%;
    margin: 0 auto;
  }
  .sec01 .first_box {
    width: 90%;
    padding: 0 5vw;
    margin: 0 auto 30vw;
  }
  .sec01 .first_box .first_text {
    font-size: 4vw;
    margin-bottom: 10vw;
    position: relative;
  }
  .sec01 .first_box .first_text::before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 50vw;
    left: -10vw;
    bottom: -40vw;
    background: url(/images/company/sakae_bottom.webp) center/contain no-repeat;
  }
  .sec01 .first_box .name_text {
    text-align: right;
    font-size: 4.5vw;
  }
  .sec01 .second_box {
    position: relative;
  }
  .sec01 .second_box .imagebox {
    text-align: center;
  }
  .sec01 .second_box .black_box {
    position: absolute;
    right: 50%;
    bottom: -120vw;
    padding: 5vw;
    transform: translateX(50%);
    width: 80%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 2;
    font-size: 4vw;
  }
}

.sec02 {
  margin-bottom: 85px;
}
.sec02 .inner {
  padding: 0;
}
.sec02 .sec_header {
  width: 526px;
  margin: 0 0 80px auto;
  padding-right: 70px;
}
.sec02 .sec_header .sec_title {
  margin-bottom: 10px;
}
.sec02 .sec_header .sec_subtitle {
  font-size: 20px;
  text-align: left;
}
.sec02 .sec_body {
  padding: 0 60px;
}
.sec02 .sec_body .flexbox {
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 100px;
  position: relative;
}
.sec02 .sec_body .flexbox .line_text {
  position: absolute;
  right: 130px;
  top: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding: 0 10px;
  z-index: 5;
}
.sec02 .sec_body .flexbox .f02 {
  top: 80px;
}
.sec02 .sec_body .flexbox .imagebox {
  width: 100%;
}
.sec02 .sec_body .flexbox .textbox {
  width: 100%;
}
.sec02 .sec_body .flexbox .textbox .box_title {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 80px;
  line-height: 1.3;
}
.sec02 .sec_body .flexbox .textbox .box_title::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -110px;
  bottom: 50%;
  z-index: -3;
  transform: translateY(50%);
  background: url(/images/company/sec02_icon.webp) center/contain no-repeat;
}
.sec02 .sec_body .flexbox .textbox .sekkei {
  margin-top: 110px;
}
.sec02 .sec_body .flexbox .textbox .best {
  margin-top: 160px;
}
.sec02 .sec_body .reverse {
  flex-direction: row-reverse;
}
.sec02 .sec_body .reverse .line_text {
  right: 480px;
}
@media screen and (max-width: 768px) {
  .sec02 .inner {
    padding: 0;
  }
  .sec02 .sec_header {
    width: 80%;
    margin: 0 0 10vw auto;
    padding-right: 5vw;
  }
  .sec02 .sec_header .sec_title {
    margin-bottom: 2vw;
  }
  .sec02 .sec_header .sec_subtitle {
    font-size: 4vw;
    text-align: right;
  }
  .sec02 .sec_body {
    padding: 0 5vw;
  }
  .sec02 .sec_body .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 10vw;
    position: relative;
  }
  .sec02 .sec_body .flexbox .line_text {
    position: absolute;
    right: -2vw;
    top: 42vw;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    padding: 0 3vw;
    z-index: 5;
  }
  .sec02 .sec_body .flexbox .f02 {
    top: 51vw;
  }
  .sec02 .sec_body .flexbox .imagebox {
    width: 100%;
    margin-bottom: 3vw;
  }
  .sec02 .sec_body .flexbox .textbox {
    width: 100%;
  }
  .sec02 .sec_body .flexbox .textbox .box_title {
    font-size: 5vw;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 2vw;
    margin-top: 2vw;
    line-height: 1.3;
  }
  .sec02 .sec_body .flexbox .textbox .box_title::before {
    content: "";
    position: absolute;
    width: 20vw;
    height: 20vw;
    right: -14vw;
    bottom: 50%;
    z-index: -3;
    transform: translateY(50%);
    background: url(/images/company/sec02_icon.webp) center/contain no-repeat;
  }
  .sec02 .sec_body .reverse {
    flex-direction: column;
  }
  .sec02 .sec_body .reverse .line_text {
    right: -2vw;
  }
}

.sec03 {
  margin-bottom: 174px;
}
.sec03 .inner {
  padding: 60px 0 100px;
  background-color: rgba(0, 0, 0, 0.67);
}
.sec03 .sec_header {
  margin-bottom: 115px;
  padding-left: 65px;
}
.sec03 .sec_header .sec_title {
  text-align: left;
  margin-bottom: 10px;
}
.sec03 .sec_header .sec_subtitle {
  color: #fff;
  font-size: 20px;
}
.sec03 .over_box {
  padding: 0 115px;
}
.sec03 .over_box .dlist .row {
  display: flex;
  border-bottom: 1px solid #fff;
  padding-bottom: 35px;
  margin-bottom: 35px;
  -moz-column-gap: 285px;
       column-gap: 285px;
}
.sec03 .over_box .dlist .row .term {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  width: 126px;
}
.sec03 .over_box .dlist .row .desc {
  width: 80%;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec03 .over_box .dlist .row .desc .desc_text {
  color: #fff;
  margin-bottom: 20px;
}
.sec03 .over_box .dlist .row .desc .desc_text:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .inner {
    padding: 10vw 5vw;
    background-color: rgba(0, 0, 0, 0.67);
  }
  .sec03 .sec_header {
    margin-bottom: 10vw;
    padding-left: 0;
  }
  .sec03 .sec_header .sec_title {
    text-align: left;
    margin-bottom: 2vw;
    width: 80%;
  }
  .sec03 .sec_header .sec_subtitle {
    color: #fff;
    font-size: 4vw;
  }
  .sec03 .over_box {
    padding: 0 0;
  }
  .sec03 .over_box .dlist .row {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #fff;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .sec03 .over_box .dlist .row .term {
    color: #fff;
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    line-height: 2;
    width: 100%;
    margin-bottom: 3vw;
  }
  .sec03 .over_box .dlist .row .desc {
    width: 100%;
    color: #fff;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sec03 .over_box .dlist .row .desc .desc_text {
    color: #fff;
    margin-bottom: 3vw;
  }
  .sec03 .over_box .dlist .row .desc .desc_text:last-of-type {
    margin-bottom: 0;
  }
  .sec03 .over_box .dlist .row .desc a {
    color: #fff;
  }
}/*# sourceMappingURL=company.css.map */