/*************************************************

acs-com

*************************************************/
/* acs-com-flex01
---------------------------------------*/
.acs-com-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .acs-com-flex01 {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .acs-com-flex01.is-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.acs-com-flex01__group {
  position: relative;
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .acs-com-flex01__group {
    width: 100%;
  }
}
.acs-com-flex01__group > * {
  position: relative;
  z-index: 5;
}

.acs-com-flex01__img {
  text-align: center;
  line-height: 0;
}

.acs-com-flex01__group-en {
  position: absolute;
  bottom: 20px;
  color: #EEF8FD;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .acs-com-flex01__group-en {
    bottom: 0;
    font-size: 50px;
  }
}

/* acs-com-subtitle
---------------------------------------*/
.acs-com-subtitle {
  padding: 40px 20px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  background-color: #3084AC;
}
@media screen and (max-width: 767px) {
  .acs-com-subtitle {
    padding: 30px 15px;
    font-size: 20px;
  }
}
.acs-com-subtitle span {
  display: inline-block;
}

/*************************************************

acs-optimization

*************************************************/
/* acs-optimization-icons
---------------------------------------*/
.acs-optimization-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .acs-optimization-icons {
    gap: 20px;
  }
}

.acs-optimization-icons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(25% - 30px);
  padding: 24px 0 32px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .acs-optimization-icons__item {
    width: calc(50% - 10px);
    padding: 14px 0 22px;
  }
}
.acs-optimization-icons__item .in-top {
  width: 100%;
}
.acs-optimization-icons__item .in-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.acs-optimization-icons__item .in-icon {
  width: 59.2592592593%;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
.acs-optimization-icons__item .in-text {
  margin-top: 24px;
  color: #3084AC;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .acs-optimization-icons__item .in-text {
    margin-top: 14px;
    font-size: 14px;
  }
}
.acs-optimization-icons__item .in-text span {
  display: inline-block;
}

/* acs-optimization02
---------------------------------------*/
.acs-optimization02 {
  overflow: hidden;
  margin: 0;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .acs-optimization02 {
    padding: 50px 0;
  }
  .acs-optimization02 .acs-com-flex01__letters {
    padding-bottom: 30px;
  }
}
.acs-optimization02 .acs-com-flex01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .acs-optimization02 .acs-com-flex01 {
    margin-bottom: 60px;
  }
}
.acs-optimization02 .acs-com-flex01:last-child {
  margin-bottom: 0;
}

.acs-optimization02-shadowimg {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.acs-optimization02-shadowimg::before {
  position: absolute;
  top: 24px;
  left: 60px;
  display: block;
  content: "";
  width: 99999px;
  height: 100%;
  background-color: #F1F1F1;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .acs-optimization02-shadowimg::before {
    top: 14px;
    left: 30px;
  }
}
.is-rev .acs-optimization02-shadowimg::before {
  left: auto;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .is-rev .acs-optimization02-shadowimg::before {
    right: 30px;
  }
}

/*************************************************

acs-other

*************************************************/
.acs-other-icontitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .acs-other-icontitle {
    margin-bottom: 15px;
  }
}
.acs-other-icontitle .in-icon {
  width: 80px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .acs-other-icontitle .in-icon {
    width: 46px;
  }
}
.acs-other-icontitle .in-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
  width: calc(100% - 96px);
  color: #3084AC;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .acs-other-icontitle .in-text {
    width: calc(100% - 56px);
    font-size: 17px;
  }
}
.acs-other-icontitle .in-text small {
  color: #040000;
  font-size: 0.75em;
}