.company {
  padding: 168px 0 128px 0;
  position: relative;
  background-image: url("../images/company/message.png");
  background-repeat: no-repeat;
  background-position: top -2px left;
  background-size: auto;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .company {
    padding: 144px 0;
  }
}
@media screen and (max-width: 1024px) {
  .company {
    padding: 4em 0;
    background-size: 480px;
    background-position: top -2px left;
  }
}
@media screen and (max-width: 767px) {
  .company {
    background-size: 300px;
    background-position: top 18px left;
  }
}
.company h2 {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #12ADC4;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  color: #12ADC4;
  margin-bottom: 83px;
}
.company h2:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #12ADC4;
  height: 1px;
  width: 100%;
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  .company h2:before {
    right: calc(100% - 3em);
  }
}
@media screen and (max-width: 1300px) {
  .company h2 {
    padding: 0 0 0 4em;
  }
}
@media screen and (max-width: 767px) {
  .company h2 {
    margin-bottom: 4em;
  }
}
.company h2:before {
  background-color: #12ADC4;
}
.company .company_top {
  position: relative;
}
@media screen and (max-width: 767px) {
  .company .company_top {
    margin-bottom: 2em;
  }
}
.company .company_top .left_box {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  margin-bottom: min(300px, 15%);
}
@media screen and (max-width: 1024px) {
  .company .company_top .left_box {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  .company .company_top .left_box {
    text-align: center;
    margin-bottom: 2em;
  }
}
.company .company_top .left_box h3 {
  font-size: 44px;
  color: #12ADC4;
  font-family: "KiwiMaru", sans-serif;
  line-height: 1.886;
  padding: 18px 0 0 0;
  margin-bottom: 67px;
}
@media screen and (max-width: 1024px) {
  .company .company_top .left_box h3 {
    font-size: 30px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .company .company_top .left_box h3 {
    display: inline-block;
    text-align: left;
    margin-bottom: 1em;
    font-size: 26px;
  }
}
.company .company_top .left_box p span {
  display: block;
}
.company .company_top .left_box p span:nth-of-type(1) {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .company .company_top .left_box p span:nth-of-type(1) {
    font-size: 16px;
  }
}
.company .company_top .left_box p span:nth-of-type(2) {
  font-size: 29px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .company .company_top .left_box p span:nth-of-type(2) {
    font-size: 24px;
  }
}
.company .company_top .right_box {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1071px;
  width: 55.8%;
}
@media screen and (max-width: 767px) {
  .company .company_top .right_box {
    position: static;
    width: 90%;
    margin: 0 auto;
    border-radius: 32px;
    overflow: hidden;
  }
}
.company .company_bottom p {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  line-height: 2.4;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .company .company_bottom p {
    line-height: initial;
    font-size: 16px;
    width: 90%;
  }
}

.bottom_links {
  padding: 0 0 176px 0;
}
@media screen and (max-width: 1024px) {
  .bottom_links {
    padding: 0 0 4em 0;
  }
}
.bottom_links .links_wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 54px;
  flex-wrap: wrap;
}
.bottom_links .links_wrap .link_box a {
  border: 1px solid #12ADC4;
  display: block;
  border-radius: 17px;
  box-shadow: 6px 6px 0 0 #12ADC4;
  width: 371px;
  height: 175px;
  overflow: hidden;
  background-size: 120%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .bottom_links .links_wrap .link_box a {
    width: 330px;
    height: 125px;
    background-size: auto 130%;
  }
}
.bottom_links .links_wrap .link_box a span {
  background-color: #fff;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-family: "KiwiMaru", sans-serif;
  line-height: 1;
  padding: 7px 0 0 114px;
  -webkit-clip-path: polygon(49% 0, 100% 0, 100% 100%, 23% 100%);
          clip-path: polygon(49% 0, 100% 0, 100% 100%, 23% 100%);
}
@media screen and (max-width: 767px) {
  .bottom_links .links_wrap .link_box a span {
    font-size: 22px;
  }
}
.bottom_links .links_wrap .link_box a.link_company {
  background-image: url("../images/common/bottom_link_company.webp");
  background-position: center left -67px;
}
.bottom_links .links_wrap .link_box a.link_office {
  background-image: url("../images/common/bottom_link_office.webp");
  background-position: center left -28px;
}
.bottom_links .links_wrap .link_box a.link_eco {
  background-image: url("../images/common/bottom_link_eco.webp");
  background-position: center left -54px;
}
/*# sourceMappingURL=company.css.map */