/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.company .sec-intro {
  padding-bottom: 80px;
  padding-top: 80px;
}

@media (max-width: 767px) {
  .company .sec-intro {
    padding-top: 57px;
    padding-bottom: 60px;
  }
}

.company .sec-intro .inner {
  text-align: center;
}

@media (max-width: 767px) {
  .company .sec-intro .inner {
    display: flex;
    flex-direction: column;
  }
}

.company .sec-intro .inner .gr-tit {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 23px;
}

@media (max-width: 767px) {
  .company .sec-intro .inner .gr-tit {
    order: 1;
    flex-direction: column;
  }
}

.company .sec-intro .inner .gr-tit .ttl {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #154086;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .company .sec-intro .inner .gr-tit .ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 35px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .company .sec-intro .inner .gr-tit img {
    width: 175px;
  }
}

.company .sec-intro .inner .txt {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 43px;
}

@media (max-width: 767px) {
  .company .sec-intro .inner .txt {
    text-align: left;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.025em;
    font-weight: 500;
    line-height: 26px;
    order: 3;
    margin-bottom: 0;
  }
}

.company .sec-intro .inner .sig {
  color: #154086;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  width: 100%;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 767px) {
  .company .sec-intro .inner .sig {
    order: 2;
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.company .sec-intro .inner .sig span {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-left: 20px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .company .sec-intro .inner .sig span {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 17px;
  }
}

.company .sec-slide .cmn-marquee {
  position: relative;
  z-index: -1;
}

.company .sec-slide .cmn-marquee--marquee {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .company .sec-slide .cmn-marquee--marquee {
    margin-bottom: 43px;
  }
}

.company .sec-slide .cmn-marquee--marquee .item {
  margin-right: -1px;
}

.company .sec-slide .cmn-marquee--marquee .item img {
  height: 398px;
}

@media (max-width: 767px) {
  .company .sec-slide .cmn-marquee--marquee .item img {
    height: 237px;
  }
}

.company .sec-slide .cmn-marquee--frame {
  margin: 0 auto;
}

.company .sec-about {
  background: #F4F4F4;
  position: relative;
  display: inline-block;
  width: 100%;
}

.company .sec-about:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 20px);
  background: #F4F4F4;
  top: -80px;
  z-index: 0;
}

@media (max-width: 767px) {
  .company .sec-about {
    padding-bottom: 10px;
  }
  .company .sec-about:after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 20px);
    background: #F4F4F4;
    top: -60px;
    z-index: 0;
  }
}

.company .sec-about .inner {
  position: relative;
  top: -132px;
  margin-bottom: -35px;
  z-index: 1;
}

@media (max-width: 767px) {
  .company .sec-about .inner {
    top: -90px;
    margin-bottom: -15px;
  }
}

.company .sec-about .inner .row {
  margin-bottom: 15px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  min-height: 275px;
}

@media (max-width: 767px) {
  .company .sec-about .inner .row {
    min-height: auto;
    margin-bottom: 24px;
  }
}

.company .sec-about .inner .row__it {
  width: 309px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #154086;
  padding: 20px;
}

@media (max-width: 767px) {
  .company .sec-about .inner .row__it {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0 0 5px;
  }
}

.company .sec-about .inner .row__it .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1em;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 767px) {
  .company .sec-about .inner .row__it .icon {
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
    flex-direction: row;
    height: 60px;
    position: relative;
  }
}

.company .sec-about .inner .row__it .icon img {
  width: 26px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .company .sec-about .inner .row__it .icon img {
    width: 17px;
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.company .sec-about .inner .row__cont {
  padding: 70px 57px 40px;
  width: calc(100% - 309px);
}

@media (max-width: 767px) {
  .company .sec-about .inner .row__cont {
    width: 100%;
    padding: 10px 20px 28px;
  }
}

.company .sec-about .inner .row__cont .lst li {
  padding-top: 4px;
  padding-left: 45px;
  padding-bottom: 20px;
  width: 100%;
  position: relative;
  counter-increment: li;
  margin-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 767px) {
  .company .sec-about .inner .row__cont .lst li {
    margin-bottom: 0;
    padding: 13px 0 13px 36px;
  }
}

.company .sec-about .inner .row__cont .lst li::before {
  content: counter(li);
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Roboto", sans-serif;
  border: 1px solid #154086;
  color: #154086;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 30px;
}

@media (max-width: 767px) and (max-width: 767px) {
  .company .sec-about .inner .row__cont .lst li::before {
    width: 22px;
    height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143em;
    top: 50%;
    margin-top: -11px;
  }
}

.company .sec-about .inner .row__cont .lst li p {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .company .sec-about .inner .row__cont .lst li p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.46667em;
    letter-spacing: 0.025em;
  }
}

.company .sec-about .inner .row__cont .ins {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 60px;
}

@media (max-width: 767px) {
  .company .sec-about .inner .row__cont .ins {
    padding-right: 0;
  }
}

.company .sec-about .inner .row__cont .ins span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 26px 78px;
  text-align: center;
  margin: -13px auto 3px;
}

@media (max-width: 767px) {
  .company .sec-about .inner .row__cont .ins span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.77778em;
    padding: 6px 46px 6px 37px;
  }
}

.company .sec-about .inner .row__cont .ins span::before, .company .sec-about .inner .row__cont .ins span:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 75px;
  border: 1px solid #000000;
}

@media (max-width: 767px) {
  .company .sec-about .inner .row__cont .ins span::before, .company .sec-about .inner .row__cont .ins span:after {
    width: 18px;
    height: 48px;
  }
}

.company .sec-about .inner .row__cont .ins span::before {
  left: 0;
  top: 0;
  border-width: 1px 0 0 1px;
  padding-top: 0;
}

.company .sec-about .inner .row__cont .ins span::after {
  right: 7px;
  border-width: 0 1px 1px 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .company .sec-about .inner .row:last-child {
    margin-bottom: 0;
  }
}

.company .sec-about .inner .row:last-child .row__it {
  background: #7ACC47;
}

@media (max-width: 767px) {
  .company .sec-about .inner .row:last-child .row__it .icon {
    padding-left: 14px;
  }
}

.company .sec-about .inner .row:last-child .row__it .icon img {
  width: 45px;
}

@media (max-width: 767px) {
  .company .sec-about .inner .row:last-child .row__it .icon img {
    width: 32px;
  }
}

@media (max-width: 767px) {
  .company .sec-about .inner .row:last-child .row__cont {
    padding-top: 40px;
  }
}

/*# sourceMappingURL=maps/company.min.css.map */