.banner.about-banner .banner-wrapper .content {
  max-width: 379px;
}
.banner.about-banner .banner-wrapper .content p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  max-width: 288px;
}

.about-secA {
  padding: 6rem 0;
}
@media only screen and (max-width: 1007px) {
  .about-secA {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .about-secA {
    padding: 4rem 0;
  }
}
.about-secA .flex {
  align-items: center;
}
.about-secA .flex .colA {
  flex: 1;
}
@media only screen and (max-width: 1007px) {
  .about-secA .flex .colA {
    margin-bottom: 4rem;
  }
}
.about-secA .flex .colA .card {
  max-width: 477px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1007px) {
  .about-secA .flex .colA .card {
    max-width: 100%;
    text-align: center;
  }
}
.about-secA .flex .colA .card h2 {
  font-size: 32px;
  line-height: 1.125;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1007px) {
  .about-secA .flex .colA .card h2 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 675px) {
  .about-secA .flex .colA .card h2 {
    font-size: 22px;
    max-width: 296px;
  }
}
.about-secA .flex .colA .card p {
  color: var(--text);
}
.about-secA .flex .colB {
  flex: 0 1 44%;
  --ico: 62px;
  --ico2: 80px;
  --ico3: 80px;
  --title1: 1rem;
  --title2: 2rem;
}
@media only screen and (max-width: 1300px) {
  .about-secA .flex .colB {
    flex: 0 1 50%;
    --ico: 58px;
    --ico2: 74px;
    --ico3: 61px;
    --title1: -8px;
    --title2: 11px;
  }
}
@media only screen and (max-width: 1200px) {
  .about-secA .flex .colB {
    flex: 0 1 58%;
    --title1: 14px;
    --title2: 36px;
  }
}
@media only screen and (max-width: 1007px) {
  .about-secA .flex .colB {
    flex: 0 1 100%;
    --title1: 128%;
    --title2: 118%;
  }
}
@media only screen and (max-width: 860px) {
  .about-secA .flex .colB {
    --title1: 110%;
    --title2: 100%;
  }
}
@media only screen and (max-width: 770px) {
  .about-secA .flex .colB {
    --title1: 102%;
    --title2: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .about-secA .flex .colB {
    --title1: 98%;
    --title2: 88%;
  }
}
@media only screen and (max-width: 675px) {
  .about-secA .flex .colB {
    --title1: 89%;
    --title2: 80%;
    --ico: 48px;
    --ico2: 55px;
  }
}
.about-secA .flex .colB .chain-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: url(../../icon/double-arrow.svg) no-repeat;
  background-position: 50% 3%;
  background-size: 35% auto;
}
@media only screen and (max-width: 1007px) {
  .about-secA .flex .colB .chain-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    background-size: 22% auto;
  }
}
@media only screen and (max-width: 520px) {
  .about-secA .flex .colB .chain-wrap {
    background: none;
    grid-template-columns: 100%;
    gap: 2rem 0;
  }
}
.about-secA .flex .colB .chain-wrap .item {
  flex: 0 1 240px;
  max-width: 240px;
  width: 100%;
  text-align: center;
  position: relative;
}
.about-secA .flex .colB .chain-wrap .item:last-child {
  margin-left: auto;
  margin-right: auto;
}
.about-secA .flex .colB .chain-wrap .item .ico {
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
}
.about-secA .flex .colB .chain-wrap .item h4 {
  font-family: "Century Gothic";
  font-size: 24px;
  margin: 14px 0 10px;
}
@media only screen and (max-width: 767px) {
  .about-secA .flex .colB .chain-wrap .item h4 {
    font-size: 22px;
    margin: 12px 0 7px;
  }
}
.about-secA .flex .colB .chain-wrap .item p {
  font-size: 14px;
  line-height: 20px;
  color: var(--text);
  font-weight: 500;
}
.about-secA .flex .colB .chain-wrap .item .sub-text {
  position: absolute;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .about-secA .flex .colB .chain-wrap .item .sub-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secA .flex .colB .chain-wrap .item .sub-text {
    font-size: 9px;
  }
}
@media only screen and (max-width: 520px) {
  .about-secA .flex .colB .chain-wrap .item .sub-text {
    display: none;
  }
}
.about-secA .flex .colB .chain-wrap .item:first-child .sub-text {
  top: 0;
  left: calc(100% - var(--title1));
}
@media only screen and (max-width: 1007px) {
  .about-secA .flex .colB .chain-wrap .item:first-child .sub-text {
    left: var(--title1);
  }
}
.about-secA .flex .colB .chain-wrap .item:nth-child(2) .sub-text {
  top: 50px;
  right: calc(100% - var(--title2));
}
@media only screen and (max-width: 1007px) {
  .about-secA .flex .colB .chain-wrap .item:nth-child(2) .sub-text {
    right: var(--title2);
  }
}
@media only screen and (max-width: 675px) {
  .about-secA .flex .colB .chain-wrap .item:nth-child(2) .sub-text {
    top: 40px;
  }
}
.about-secA .flex .colB .chain-wrap .item:not(:last-child) .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ico);
  height: var(--ico);
  background: var(--primary);
  border-radius: 50%;
  font-size: calc(var(--ico) * 0.435);
  line-height: 1;
  font-family: "Century Gothic";
  color: var(--white);
}
.about-secA .flex .colB .chain-wrap .item:last-child {
  margin-top: 42px;
}
@media only screen and (max-width: 1007px) {
  .about-secA .flex .colB .chain-wrap .item:last-child {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 520px) {
  .about-secA .flex .colB .chain-wrap .item:last-child {
    grid-column: initial;
    margin-top: 0;
  }
}
.about-secA .flex .colB .chain-wrap .item:last-child .ico {
  width: var(--ico2);
  height: var(--ico2);
}
.about-secA .flex .colB .chain-wrap .item:last-child .ico img {
  width: 100%;
  height: 100%;
  animation: rotate 2s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.about-secA .flex .colB .chain-wrap .item:last-child::before, .about-secA .flex .colB .chain-wrap .item:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  width: var(--ico3);
  height: var(--ico3);
  background: url(../../icon/arrow-right2.svg) no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
}
@media only screen and (max-width: 520px) {
  .about-secA .flex .colB .chain-wrap .item:last-child::before, .about-secA .flex .colB .chain-wrap .item:last-child::after {
    display: none;
  }
}
.about-secA .flex .colB .chain-wrap .item:last-child::before {
  right: 100%;
}
.about-secA .flex .colB .chain-wrap .item:last-child::after {
  left: 100%;
  transform: scaleX(-1);
}

.about-secB {
  background: #F4F4F4;
  display: flex;
  flex-wrap: wrap;
  height: 540px;
}
@media only screen and (max-width: 1007px) {
  .about-secB {
    height: auto;
  }
}
.about-secB figure, .about-secB figcaption {
  flex: 1;
  height: 100%;
}
@media only screen and (max-width: 1007px) {
  .about-secB figure, .about-secB figcaption {
    height: auto;
  }
}
@media only screen and (max-width: 675px) {
  .about-secB figure, .about-secB figcaption {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.about-secB figure {
  line-height: 0;
}
.about-secB figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secB figcaption {
  --pad: 25px;
  --varwidth: 478px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1007px) {
  .about-secB figcaption {
    padding: 4rem 0;
  }
}
.about-secB figcaption .card {
  max-width: calc(var(--varwidth) + var(--pad) * 2);
  padding: 0 var(--pad);
  margin: 0 auto;
}
.about-secB figcaption .card h3 {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1007px) {
  .about-secB figcaption .card h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .about-secB figcaption .card h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secB figcaption .card h3 {
    max-width: 290px;
  }
}
.about-secB figcaption .card p {
  color: var(--text);
}

.about-secC {
  padding: 6rem 0;
}
@media only screen and (max-width: 1007px) {
  .about-secC {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 520px) {
  .about-secC {
    padding: 4rem 0;
  }
}
.about-secC .heading {
  max-width: 653px;
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 767px) {
  .about-secC .heading {
    max-width: 487px;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 520px) {
  .about-secC .heading {
    max-width: 330px;
  }
}
@media only screen and (max-width: 1007px) {
  .about-secC .heading h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-secC .heading h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secC .heading h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 520px) {
  .about-secC .heading h3 {
    font-size: 18px;
  }
}
.about-secC .heading h5 {
  color: var(--text);
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .about-secC .heading h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secC .heading h5 {
    font-size: 14px;
  }
}
.about-secC .process-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 53px;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1007px) {
  .about-secC .process-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .about-secC .process-wrap {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 520px) {
  .about-secC .process-wrap {
    grid-template-columns: 100%;
    grid-gap: 3rem 0;
  }
}
.about-secC .process-wrap .item {
  text-align: center;
  --ico: 62px;
}
.about-secC .process-wrap .item .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: var(--ico);
  height: var(--ico);
  background: var(--primary);
  border-radius: 50%;
  font-size: calc(var(--ico) * 0.435);
  line-height: 1;
  font-family: "Century Gothic";
  color: var(--white);
}
.about-secC .process-wrap .item h4 {
  font-family: "Century Gothic";
  font-size: 24px;
  margin: 14px 0 10px;
}
@media only screen and (max-width: 767px) {
  .about-secC .process-wrap .item h4 {
    font-size: 22px;
  }
}
.about-secC .process-wrap .item p {
  font-size: 14px;
  line-height: 20px;
  color: var(--text);
  font-weight: 500;
  padding: 0 1rem;
}/*# sourceMappingURL=about.css.map */