/*******************************************************************************
 * version 1.0 release;
 * copyright 2019
 ******************************************************************************/
/* Chrome, Safari, AND NOW ALSO the Edge Browser and Firefox */
.js-animate--fadein, .js-animate--pop {
  opacity: 0;
}
.js-animate--fadein-up {
  opacity: 0;
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
}
.js-animate--fadein-down {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.js-animate--fadein-left {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
.js-animate--fadein-right {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
.js-animate--active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.animate-dur1500 {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

.animate-delay100 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.animate-delay150 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.animate-delay200 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.animate-delay250 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.animate-delay300 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.animate-delay350 {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.animate-delay400 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.animate-delay450 {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.animate-delay500 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.animate-delay550 {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.animate-delay600 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.animate-delay650 {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.animate-delay700 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.animate-delay750 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.animate-delay800 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.animate-delay850 {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.animate-delay900 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.animate-delay950 {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

.animate-delay1000 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.animate-delay1050 {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.animate-delay1100 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.animate-delay1150 {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

.animate-delay1200 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.animate-delay1250 {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.animate-delay1300 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.animate-delay1350 {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

.animate-delay1400 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.animate-delay1450 {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

.animate-delay1500 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

@media (min-width: 768px) {
  .animate-delay100-md {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .animate-delay150-md {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .animate-delay200-md {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .animate-delay250-md {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .animate-delay300-md {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .animate-delay350-md {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .animate-delay400-md {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .animate-delay450-md {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  .animate-delay500-md {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .animate-delay550-md {
    -webkit-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
  .animate-delay600-md {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .animate-delay650-md {
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
  .animate-delay700-md {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .animate-delay750-md {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
  .animate-delay800-md {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .animate-delay850-md {
    -webkit-transition-delay: 0.85s;
            transition-delay: 0.85s;
  }
  .animate-delay900-md {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .animate-delay950-md {
    -webkit-transition-delay: 0.95s;
            transition-delay: 0.95s;
  }
  .animate-delay1000-md {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .animate-delay1050-md {
    -webkit-transition-delay: 1.05s;
            transition-delay: 1.05s;
  }
  .animate-delay1100-md {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .animate-delay1150-md {
    -webkit-transition-delay: 1.15s;
            transition-delay: 1.15s;
  }
  .animate-delay1200-md {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .animate-delay1250-md {
    -webkit-transition-delay: 1.25s;
            transition-delay: 1.25s;
  }
  .animate-delay1300-md {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .animate-delay1350-md {
    -webkit-transition-delay: 1.35s;
            transition-delay: 1.35s;
  }
  .animate-delay1400-md {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .animate-delay1450-md {
    -webkit-transition-delay: 1.45s;
            transition-delay: 1.45s;
  }
  .animate-delay1500-md {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}
@media (min-width: 992px) {
  .animate-delay100-lg {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .animate-delay150-lg {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .animate-delay200-lg {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .animate-delay250-lg {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .animate-delay300-lg {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .animate-delay350-lg {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .animate-delay400-lg {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .animate-delay450-lg {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  .animate-delay500-lg {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .animate-delay550-lg {
    -webkit-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
  .animate-delay600-lg {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .animate-delay650-lg {
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
  .animate-delay700-lg {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .animate-delay750-lg {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
  .animate-delay800-lg {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .animate-delay850-lg {
    -webkit-transition-delay: 0.85s;
            transition-delay: 0.85s;
  }
  .animate-delay900-lg {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .animate-delay950-lg {
    -webkit-transition-delay: 0.95s;
            transition-delay: 0.95s;
  }
  .animate-delay1000-lg {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .animate-delay1050-lg {
    -webkit-transition-delay: 1.05s;
            transition-delay: 1.05s;
  }
  .animate-delay1100-lg {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .animate-delay1150-lg {
    -webkit-transition-delay: 1.15s;
            transition-delay: 1.15s;
  }
  .animate-delay1200-lg {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .animate-delay1250-lg {
    -webkit-transition-delay: 1.25s;
            transition-delay: 1.25s;
  }
  .animate-delay1300-lg {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .animate-delay1350-lg {
    -webkit-transition-delay: 1.35s;
            transition-delay: 1.35s;
  }
  .animate-delay1400-lg {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .animate-delay1450-lg {
    -webkit-transition-delay: 1.45s;
            transition-delay: 1.45s;
  }
  .animate-delay1500-lg {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}
body {
  color: #333;
}

.bg-bubble::after {
  content: "";
  display: block;
  width: 700px;
  height: 655px;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  background-image: url("../images/page/aboutus/bg_bubble1.webp?t=20220725v1");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1440px) {
  .bg-bubble::after {
    width: 1506px;
    height: 1410px;
  }
}
.bg-bubble--1::after {
  left: calc(50% - 637px);
  top: -90px;
}
@media (min-width: 1440px) {
  .bg-bubble--1::after {
    left: calc(50% - 1950px);
    top: -540px;
  }
}
.bg-bubble--2::after {
  left: calc(50% - 403px);
  bottom: 90px;
}
@media (min-width: 1440px) {
  .bg-bubble--2::after {
    background-image: url("../images/page/aboutus/bg_bubble2.webp?t=20220725v1");
    left: calc(50% - 220px);
    bottom: -30px;
  }
}
.bg-bubble--3::after {
  left: calc(50% - 630px);
  top: 10px;
}
@media (min-width: 1440px) {
  .bg-bubble--3::after {
    left: calc(50% - 1950px);
    top: -125px;
  }
}
.bg-bubble--4::after {
  width: 806px;
  height: 755px;
  background-image: url("../images/page/aboutus/bg_bubble2.webp?t=20220725v1");
  left: calc(50% - 630px);
  top: -90px;
}
@media (min-width: 1440px) {
  .bg-bubble--4::after {
    width: 1506px;
    height: 1410px;
    left: calc(50% - 464px);
    top: -180px;
  }
}
.bg-bubble--5::after {
  width: 806px;
  height: 755px;
  left: calc(50% - 75px);
  background-image: url("../images/page/aboutus/bg_bubble2.webp?t=20220725v1");
  top: 250px;
}
@media (min-width: 1440px) {
  .bg-bubble--5::after {
    width: 1506px;
    height: 1410px;
    left: calc(50% + 445px);
    top: -180px;
  }
}
.bg-bubble--6::after {
  width: 806px;
  height: 755px;
  background-image: url("../images/page/aboutus/bg_bubble2.webp?t=20220725v1");
  left: calc(50% - 700px);
  top: -160px;
}
@media (min-width: 1440px) {
  .bg-bubble--6::after {
    width: 1506px;
    height: 1410px;
    left: calc(50% - 1506px);
    top: -455px;
  }
}

@media (min-width: 992px) {
  .hide-lg {
    display: none;
  }
}

.text--highlight {
  color: #FD0050;
  font-weight: bold;
}

.wrap {
  overflow: hidden;
  position: relative;
}

.main-warp {
  padding-bottom: 0;
}

.round {
  border-radius: 10px;
}
@media (min-width: 768px) {
  .round {
    border-radius: 20px;
  }
}

.raduis--sm {
  width: 80px;
  height: 80px;
}
.raduis--md {
  width: 100px;
  height: 100px;
}

.iconslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .iconslist {
    margin: 0 0 0 10px;
  }
}
.iconslist__item:not(:last-child) {
  margin-right: 10px;
}
.iconslist__link {
  display: block;
  text-decoration: none;
}

@media (min-width: 1440px) {
  .cardlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -13px;
  }
}
@media (min-width: 1440px) {
  .cardlist-iconleft-lg {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .cardlist--2, .cardlist--3, .cardlist--4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -13px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .cardlist--3 {
    margin: 90px -13px -13px;
  }
}
.cardlist__item {
  background: #fff;
  padding: 40px 0;
  border: 2px solid #FD0050;
  border-radius: 10px;
}
@media (min-width: 1440px) {
  .cardlist__item {
    border-radius: 20px;
  }
}
.cardlist__item:not(:last-child) {
  margin-bottom: 50px;
}
.cardlist--iconbox--out-s-l .cardlist__item {
  margin-top: 80px;
}
.cardlist--iconbox--out-s .cardlist__item {
  margin-top: 80px;
}
.cardlist--iconbox--out-m .cardlist__item {
  margin-top: 100px;
}
@media (min-width: 992px) {
  .cardlist--2 .cardlist__item {
    width: calc(50% - 26px);
    margin: 55px 13px 13px;
  }
}
@media (min-width: 992px) {
  .cardlist--3 .cardlist__item {
    width: calc(33.33% - 26px);
    margin: 85px 13px 13px;
  }
}
@media (min-width: 992px) {
  .cardlist--4 .cardlist__item {
    width: calc(50% - 26px);
    margin: 13px;
  }
}
@media (min-width: 1440px) {
  .cardlist--4 .cardlist__item {
    width: calc(25% - 26px);
  }
}
@media (min-width: 1440px) {
  .cardlist-iconleft-lg .cardlist__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 50px 30px 70px;
  }
}
.cardlist__infobox {
  padding: 0 10%;
}
@media (min-width: 1440px) {
  .cardlist-iconleft-lg .cardlist__infobox {
    padding: 0;
    margin-left: 35px;
  }
}
.cardlist__title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 -25px 20px;
  text-align: center;
}
.cardlist--iconbox--out-s-l .cardlist__iconbox {
  margin-top: -80px;
}
.cardlist--iconbox--out-s .cardlist__iconbox {
  margin-top: -80px;
}
.cardlist--iconbox--out-m .cardlist__iconbox {
  margin-top: -80px;
}
@media (min-width: 1440px) {
  .cardlist-iconleft-lg .cardlist__iconbox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 0 -110px;
  }
}

.section {
  padding: 50px 0;
  position: relative;
}
@media (min-width: 1440px) {
  .section {
    padding: 120px 0;
  }
}
.section__sub {
  position: relative;
}
@media (min-width: 1440px) {
  .section__colum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .section__inner {
    padding: 0 8%;
  }
}
@media (min-width: 1441px) {
  .section__inner {
    padding: 0;
  }
}
.section__inner--1000 {
  max-width: 1000px;
}
.section__imgbox-outer {
  background: #FD0050;
  margin: 0 0 60px;
}
@media (min-width: 992px) {
  .section__imgbox-outer {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
.section__imgbox-outer-imgbox {
  overflow: hidden;
}
.section__imgbox {
  overflow: hidden;
  margin: 0 0 60px;
}
@media (min-width: 1440px) {
  .section__imgbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
.section-effect .section__imgbox {
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  .section-effect .section__imgbox {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.section-value .section__imgbox {
  max-width: 583px;
}
.section__infobox {
  margin: 0 0 60px;
}
@media (min-width: 1440px) {
  .section__infobox {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.6%;
            flex: 0 1 48.6%;
  }
}
@media (min-width: 1440px) {
  .section__colum-imgleft .section__infobox {
    margin-left: 7.9%;
  }
}
@media (min-width: 1440px) {
  .section__colum-imgright .section__infobox {
    margin-right: 7.9%;
  }
}
.section__title {
  position: relative;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1440px) {
  .section__title {
    font-size: 48px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .section__colum .section__title {
    text-align: left;
  }
}
.section__subtitle {
  position: relative;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.section__thirdtitle {
  position: relative;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
  color: #FD0050;
}
@media (min-width: 1440px) {
  .section__thirdtitle {
    font-size: 36px;
    text-align: left;
  }
}
.section__fourtitle {
  font-weight: bold;
  font-size: 24px;
  color: #FD0050;
}
.section__fourtitle-desc {
  font-size: 18px;
  font-weight: normal;
  color: #999;
}
.section__iconbox {
  border-radius: 50%;
  background: #FD0050;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__iconbox-xs {
  width: 40px;
  height: 40px;
}
.section__iconbox-s-m {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
}
@media (min-width: 1440px) {
  .section__iconbox-s-m {
    width: 100px;
    height: 100px;
  }
}
.section__iconbox-s {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
}
.section__iconbox-m {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
}
.section__iconbox-l {
  width: 180px;
  height: 180px;
  margin: 0 auto 30px;
}
.section__icon {
  font-size: 40px;
}
.section__iconbox-xs .section__icon {
  font-size: 20px;
}
.section__iconbox-s-m .section__icon {
  font-size: 36px;
}
@media (min-width: 1440px) {
  .section__iconbox-s-m .section__icon {
    font-size: 50px;
  }
}
.section__iconbox-s .section__icon {
  font-size: 40px;
}
.section__iconbox-m .section__icon {
  font-size: 50px;
}
.section__iconbox-l .section__icon {
  font-size: 90px;
}
.raduis--md .section__icon {
  font-size: 50px;
}
.section__text {
  line-height: 1.625;
  font-size: 1.125em;
  letter-spacing: 0;
}
.section__desc {
  margin: 0 0 60px;
}
@media (min-width: 1440px) {
  .section__desc {
    margin: 0 0 80px;
  }
}
.section__p:not(:last-child) {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .section__tips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section__btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__btn {
  width: 275px;
  height: 60px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 20px;
  color: #FD0050;
  background: #fff;
  border: 2px solid #FD0050;
}
@media (min-width: 1440px) {
  .section__btn {
    font-size: 30px;
    width: 428px;
    height: 100px;
  }
}
.section__btn:active, .section__btn:focus {
  background: #000;
  color: #fff;
}
@media (min-width: 992px) {
  .section__btn:not(:disabled):not(.btn--disabled):hover {
    background: #000;
    color: #fff;
  }
}

.banner {
  background: url("../images/page/aboutus/bg_body_mobile.webp?t=20220725v1") center top no-repeat;
  background-size: 100%;
  color: #fff;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .banner {
    background-image: url("../images/page/aboutus/bg_body_web.webp?t=20220725v1");
  }
}
.banner__logobox {
  width: 104px;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .banner__logobox {
    width: 300px;
    margin: 0 auto 5px;
  }
}
@media (min-width: 1440px) {
  .banner__logobox {
    width: 578px;
  }
}
.banner .setcion__title {
  margin-bottom: 25px;
}
.banner .section__desc {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.picwall {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-rows: -webkit-max-content 10px -webkit-max-content 10px -webkit-max-content;
  -ms-grid-rows: max-content 10px max-content 10px max-content;
  -ms-grid-columns: 1fr 10px 1fr;
      grid-template: "first second" -webkit-max-content "third third" -webkit-max-content "fourth fourth" max-content/1fr 1fr;
      grid-template: "first second" max-content "third third" max-content "fourth fourth" max-content/1fr 1fr;
}
@media (min-width: 1440px) {
  .picwall {
    grid-gap: 15px;
    -ms-grid-rows: -webkit-max-content;
    -ms-grid-rows: max-content;
    -ms-grid-columns: 34fr 15px 33fr 15px 33fr;
        grid-template: "first second third" max-content/34fr 33fr 33fr;
  }
}
.picwall__img-outer {
  overflow: hidden;
  position: relative;
}
.picwall__img-outer .picwall__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.picwall__img-outer::after {
  content: "";
  display: block;
  padding-top: 89.82%;
}
@media (min-width: 1440px) {
  .picwall__img-outer::after {
    padding-top: 89.36%;
  }
}
.picwall__img-outer:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: first;
}
.picwall__img-outer:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: second;
}
.picwall__img-outer:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: third;
}
@media (min-width: 1440px) {
  .picwall__img-outer:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .picwall__img-outer:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .picwall__img-outer:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
}
.picwall__img-outer:nth-child(3)::after {
  padding-top: 34.88%;
}
@media (min-width: 1440px) {
  .picwall__img-outer:nth-child(3)::after {
    padding-top: 27.777%;
  }
}

@media (min-width: 1440px) {
  .section-effect {
    padding-bottom: 0;
  }
}
.section-effect .section__infobox {
  margin-bottom: 0;
}

.section-kpi .section__imgbox-outer {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scale(1.4) rotate(10deg);
          transform: scale(1.4) rotate(10deg);
  margin-top: 140px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  .section-kpi .section__imgbox-outer {
    -webkit-transform: scale(1.04) rotate(10deg);
            transform: scale(1.04) rotate(10deg);
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: -15%;
    max-width: initial;
  }
}
.section-kpi .section__imgbox-outer-imgbox {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media (min-width: 1440px) {
  .section-kpi .section__infobox {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 58.3333%;
            flex: 0 1 58.3333%;
  }
}

.section-love {
  background: url("../images/page/aboutus/bg_love_mobile.webp?t=20220725v1") center 5% no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .section-love {
    background: url("../images/page/aboutus/bg_love_web.webp?t=20220725v1") center top no-repeat;
    background-size: auto;
  }
}
.section-love .section__imgbox-main {
  width: 314px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  .section-love .section__imgbox-main {
    margin-left: 0;
    width: 583px;
  }
}
.section-love .section-love-main {
  color: #fff;
}
@media (min-width: 1440px) {
  .section-love .section__imgbox-main + .section__infobox {
    margin-top: -18%;
  }
}
@media (min-width: 1440px) {
  .section-love .section__sub .cardlist {
    margin-left: 40px;
  }
}
.section-love .section__sub .section__imgbox-outer {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  margin-top: 140px;
}
@media (min-width: 1280px) {
  .section-love .section__sub-section {
    margin-top: 150px;
  }
}
@media (min-width: 1440px) {
  .section-love .section__sub-section {
    margin-top: 0;
  }
}
.section-love .section__sub-section .section__sub .section__imgbox-outer {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(1.4) rotate(-10deg);
          transform: scale(1.4) rotate(-10deg);
  max-width: 427px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  .section-love .section__sub-section .section__sub .section__imgbox-outer {
    -webkit-transform: scale(1.4) rotate(-10deg);
            transform: scale(1.4) rotate(-10deg);
    max-width: initial;
  }
}
.section-love .section__sub-section .section__sub .section__imgbox-outer-imgbox {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.section-love .section__sub-section .section__sub .section__colum {
  position: relative;
  z-index: 1;
}
.section-love .section__sub-section .section__sub:nth-child(even) .section__imgbox-outer {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scale(1.4) rotate(10deg);
          transform: scale(1.4) rotate(10deg);
}
@media (min-width: 1440px) {
  .section-love .section__sub-section .section__sub:nth-child(even) .section__imgbox-outer {
    -webkit-transform: scale(1.4) rotate(10deg);
            transform: scale(1.4) rotate(10deg);
  }
}
.section-love .section__sub-section .section__sub:nth-child(even) .section__imgbox-outer-imgbox {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media (min-width: 1440px) {
  .section-love .section__sub-section .section__sub:nth-child(2) .section__imgbox-outer {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.section-value .section__desc {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.section-kpi-set {
  background: url("../images/page/aboutus/bg_kpi_web.webp?t=20220725v1") center top no-repeat;
  padding: 250px 0 130px;
}
@media (min-width: 1440px) {
  .section-kpi-set {
    padding: 220px 0 333px;
  }
}
.section-kpi-set .section__title {
  color: #fff;
}
@media (min-width: 768px) {
  .section-kpi-set .cardlist__infobox {
    padding: 0 8.3%;
  }
}
.section-kpi-set .cardlist__item {
  min-height: 752px;
  border: 1px solid rgba(254, 114, 169, 0.5);
}
@media (min-width: 768px) {
  .section-kpi-set .cardlist__item {
    min-height: 390px;
  }
}
@media (min-width: 768px) {
  .section-kpi-set .cardlist__item {
    min-height: 310px;
  }
}
@media (min-width: 768px) {
  .section-kpi-set .cardlist__item {
    min-height: 290px;
  }
}

.intro {
  overflow: hidden;
  padding: 50px 30px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#FFD0DF+0,#FFE8F0+99 */
  background: #FFD0DF; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD0DF), to(#FFE8F0));
  background: linear-gradient(to bottom, #FFD0DF, #FFE8F0); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFD0DF", endColorstr="#FFE8F0",GradientType=1 ); /* IE6-9 */
}
@media (min-width: 1440px) {
  .intro {
    padding: 100px 120px;
  }
}
.intro__logobox {
  width: 251px;
  margin: 0 auto 50px;
}
@media (min-width: 1440px) {
  .intro__logobox {
    margin: 0 auto 85px;
  }
}
.intro__title {
  font-size: 1.875em;
  line-height: 30px;
  color: #FD0050;
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .intro__title {
    margin-bottom: 30px;
  }
}
.intro__desc {
  line-height: 26px;
  color: #211c15;
  text-align: left;
}
.intro__desc:not(:last-child) {
  margin-bottom: 1rem;
}
.intro__desc + .intro__control,
.intro__desc + .intro__steps {
  margin-top: 36px;
}
.intro__steps {
  margin-bottom: 50px;
}
@media (min-width: 1440px) {
  .intro__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.intro__step-item {
  position: relative;
}
.intro__step-item:not(:last-child) {
  padding-bottom: 120px;
}
@media (min-width: 1440px) {
  .intro__step-item:not(:last-child) {
    padding: 0 80px 0 0;
  }
}
@media (min-width: 1600px) {
  .intro__step-item:not(:last-child) {
    padding: 0 160px 0 0;
  }
}
.intro__step-item:not(:last-child)::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  color: #FD0050;
  content: "\e942";
  display: block;
  position: absolute;
  left: calc(50% - 19px);
  bottom: 41px;
}
@media (min-width: 1440px) {
  .intro__step-item:not(:last-child)::after {
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    bottom: initial;
    left: initial;
    right: 20px;
    top: 75px;
  }
}
@media (min-width: 1600px) {
  .intro__step-item:not(:last-child)::after {
    right: 70px;
  }
}
.intro__step-iconbox {
  margin-bottom: 25px;
}
@media (min-width: 1440px) {
  .intro__step-iconbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.intro__step-text {
  font-size: 24px;
  font-weight: bold;
  color: #555;
  text-align: center;
}
.intro .section__btn {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1440px) {
  .intro .section__btn {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-keyword {
  padding-top: 0;
}
.section-keyword .section__infobox {
  padding: 30px 50px;
  color: #fff;
  background: #FD0050;
  margin-bottom: 30px;
}
@media (min-width: 1440px) {
  .section-keyword .section__infobox {
    position: relative;
    width: 49%;
    display: inline-block;
  }
}
@media (min-width: 1440px) {
  .section-keyword .section__infobox:nth-child(2) {
    float: right;
  }
}
.section-keyword .section__infobox:last-child {
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .section-keyword .section__infobox-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 8%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 1600px) {
  .section-keyword .section__infobox-inner {
    padding: 90px 17%;
  }
}
@media (min-width: 1440px) {
  .section-keyword .section__infobox::after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
.section-keyword .section__subtitle {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 30px;
}
@media (min-width: 1440px) {
  .section-keyword .section__subtitle {
    font-size: 48px;
  }
}

.section-together {
  background: url("../images/page/aboutus/bg_keyword_mobile.webp?t=20220725v1") center bottom no-repeat;
  background-size: cover;
  padding: 65px 0;
}
@media (min-width: 768px) {
  .section-together {
    background: url("../images/page/aboutus/bg_keyword_web.webp?t=20220725v1") center bottom no-repeat;
    background-size: auto;
  }
}
@media (min-width: 1440px) {
  .section-together {
    padding: 190px 0;
  }
}
.section-together .section__title {
  color: #fff;
  font-size: 30px;
}
@media (min-width: 1440px) {
  .section-together .section__title {
    font-size: 48px;
  }
}
.section-together .section__subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .section-together .section__subtitle {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.owl-carousel .owl-nav {
  cursor: pointer;
  z-index: 999;
  width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #555;
  background: #dd4470;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  border: none;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 24px;
  color: #555;
  background-color: #FD0050;
  overflow: hidden;
  font-weight: bold;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -50px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -50px;
}

.owl-theme .owl-nav [class*=owl-] span {
  padding-top: 130px;
}

.owl-theme .owl-nav [class*=owl-] span:before {
  font-family: "icomoon";
  font-size: 30px;
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.owl-theme .owl-nav .owl-prev span:before {
  content: "\e90c";
}

.owl-theme .owl-nav .owl-next span:before {
  content: "\e90b";
}

.owl-carousel.carousel__nav--over .owl-nav [class*=owl-] {
  width: 50px;
  height: 50px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.owl-carousel.carousel__nav--over .owl-nav button.owl-next,
.owl-carousel.carousel__nav--over .owl-nav button.owl-prev {
  font-size: 50px;
  color: #fff;
  background-color: transparent;
  opacity: 0.5;
}
.owl-carousel.carousel__nav--over .owl-nav button.owl-next:active,
.owl-carousel.carousel__nav--over .owl-nav button.owl-next:hover,
.owl-carousel.carousel__nav--over .owl-nav button.owl-prev:active,
.owl-carousel.carousel__nav--over .owl-nav button.owl-prev:hover {
  background: transparent;
  color: #fff;
  opacity: 1;
}
.owl-carousel.carousel__nav--over .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel.carousel__nav--over .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel.carousel__nav--over .owl-nav [class*=owl-] span {
  padding-top: 50px;
}
.owl-carousel.carousel__nav--over .owl-nav [class*=owl-] span:before {
  font-size: 50px;
}

.carousel__dotbox--over .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

@media (min-width: 1440px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 100px;
  }
}

.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 3px solid #dd4470;
  opacity: 1;
  width: 15px;
  height: 15px;
}
@media (min-width: 1440px) {
  .owl-theme .owl-dots .owl-dot span {
    border: 3px solid #fff;
  }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #dd4470;
  opacity: 1;
}

.owl-theme.carousel__dotbox--dark .owl-dots .owl-dot span {
  background: #000;
}

.owl-theme.carousel__dotbox--dark .owl-dots .owl-dot.active span,
.owl-theme.carousel__dotbox--dark .owl-dots .owl-dot:hover span {
  background: #000;
}