/*----------------------------------------------------------
sec01
------------------------------------------------------------*/
.sec01 .flex {
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  max-width: 1140px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec01 .flex {
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flex {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex {
    margin-top: 40px;
  }
}
.sec01 .flex .img {
  width: 35%;
}
@media screen and (max-width: 1080px) {
  .sec01 .flex .img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flex .img {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex .img {
    width: 80%;
  }
}
.sec01 .flex .txts {
  width: 57.08%;
}
@media screen and (max-width: 1080px) {
  .sec01 .flex .txts {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flex .txts {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex .txts {
    width: 100%;
  }
}
.sec01 .flex .txts .ttl {
  font-family: "Yuji Syuku", serif;
  font-size: 34px;
  font-weight: 400;
}
@media screen and (max-width: 1080px) {
  .sec01 .flex .txts .ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flex .txts .ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex .txts .ttl {
    font-size: 22px;
  }
}
.sec01 .flex .txts .txt {
  font-family: "Yuji Syuku", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.375;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .sec01 .flex .txts .txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex .txts .txt {
    font-size: 12px;
  }
}
.sec01 .flex .txts .name {
  font-family: "Yuji Syuku", serif;
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec01 .flex .txts .name {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex .txts .name {
    font-size: 16px;
  }
}

/*----------------------------------------------------------
sec02
------------------------------------------------------------*/
.sec02 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 165px;
  padding-bottom: 240px;
  padding-top: 252px;
}
@media screen and (max-width: 1080px) {
  .sec02 {
    margin-top: 120px;
    padding-bottom: 200px;
    padding-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-top: 80px;
    padding-bottom: 150px;
    padding-top: 150px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 {
    margin-top: 60px;
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.sec02 .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  position: relative;
  width: 100%;
  z-index: 3;
}
.sec02 .inner .c-ttls p {
  color: #fff !important;
}
.sec02 .inner .c-ttls .c-ttl {
  color: #fff !important;
}
.sec02 .inner .txt {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  margin-top: 70px;
}
@media screen and (max-width: 1080px) {
  .sec02 .inner .txt {
    font-size: 18px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .inner .txt {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .inner .txt {
    font-size: 14px;
    margin-top: 30px;
  }
}

body.on .sec02 {
  position: relative;
}
body.on .sec02::before {
  -o-object-fit: cover;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 2;
}

/*----------------------------------------------------------
sec03
------------------------------------------------------------*/
.sec03 {
  padding-bottom: 145px;
  padding-top: 145px;
}
@media screen and (max-width: 1080px) {
  .sec03 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.sec03 .flex {
  align-items: initial;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  max-width: 1280px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec03 .flex {
    flex-direction: column;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .flex {
    margin-top: 40px;
  }
}
.sec03 .flex .item {
  align-items: baseline;
  border-bottom: 2px solid #d12b15;
  display: flex;
  padding-bottom: 48px;
  padding-top: 44px;
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .sec03 .flex .item {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex .item {
    padding-bottom: 20px;
    padding-top: 20px;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .flex .item {
    flex-direction: column;
    gap: 5px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
  }
}
.sec03 .flex .item:nth-of-type(1) {
  border-top: 2px solid #d12b15;
}
.sec03 .flex .item:nth-of-type(2) {
  border-top: 2px solid #d12b15;
}
@media screen and (max-width: 1080px) {
  .sec03 .flex .item:nth-of-type(2) {
    border-top: none;
  }
}
.sec03 .flex .item:nth-of-type(odd) {
  padding-left: 40px;
}
@media screen and (max-width: 1080px) {
  .sec03 .flex .item:nth-of-type(odd) {
    padding-left: 20px;
  }
}
.sec03 .flex .item > p:nth-of-type(1) {
  color: #000;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 500;
  width: 200px;
}
@media screen and (max-width: 1280px) {
  .sec03 .flex .item > p:nth-of-type(1) {
    width: 150px;
  }
}
@media screen and (max-width: 1080px) {
  .sec03 .flex .item > p:nth-of-type(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex .item > p:nth-of-type(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .flex .item > p:nth-of-type(1) {
    font-size: 14px;
  }
}
.sec03 .flex .item > p:nth-of-type(2) {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .sec03 .flex .item > p:nth-of-type(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex .item > p:nth-of-type(2) {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .flex .item > p:nth-of-type(2) {
    font-size: 12px;
    padding-left: 15px;
  }
}
.sec03 .flex .item a {
  display: block;
}
.sec03 .flex .item a p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .sec03 .flex .item a p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex .item a p {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .flex .item a p {
    font-size: 12px;
    padding-left: 15px;
  }
}

/*----------------------------------------------------------
sec04
------------------------------------------------------------*/
.sec04 .flex {
  align-items: initial;
  display: flex;
  flex-direction: column;
  gap: 170px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  max-width: 880px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .sec04 .flex {
    gap: 140px;
  }
}
@media screen and (max-width: 1080px) {
  .sec04 .flex {
    gap: 100px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .flex {
    gap: 80px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .flex {
    gap: 60px;
    margin-top: 40px;
  }
}
.sec04 .flex .item {
  align-items: center;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec04 .flex .item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .flex .item {
    gap: 5px;
  }
}
.sec04 .flex .item p {
  text-align: center;
}
.sec04 .flex .item p:nth-of-type(1) {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 160px;
}
@media screen and (max-width: 1280px) {
  .sec04 .flex .item p:nth-of-type(1) {
    width: 120px;
  }
}
@media screen and (max-width: 1080px) {
  .sec04 .flex .item p:nth-of-type(1) {
    font-size: 18px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .flex .item p:nth-of-type(1) {
    font-size: 16px;
    width: 90px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .flex .item p:nth-of-type(1) {
    font-size: 14px;
    width: 40px;
  }
}
.sec04 .flex .item p:nth-of-type(2) {
  font-size: 20px;
  font-weight: 700;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .sec04 .flex .item p:nth-of-type(2) {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .flex .item p:nth-of-type(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .flex .item p:nth-of-type(2) {
    font-size: 14px;
    padding-left: 15px;
  }
}
/*# sourceMappingURL=sourcemaps/company.css.map */