

#c-strength2,
#c-strength3 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #c-strength2,
  #c-strength3 {
    margin-top: 50px;
  }
}

.c-strengthPage {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .c-strengthPage {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .c-strengthPage {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .c-strengthPage__breadcrumb {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .c-strengthPage__breadcrumb {
    margin-top: 36px;
  }
}

/* .c-strengthPage__container {
  margin-top: 10px;
} */
@media screen and (min-width: 768px) {
  .c-strengthPage__container {
    display: flex;
    justify-content: space-between;
    margin: -10px auto;
    max-width: 1260px;
  }
}

@media screen and (min-width: 768px) {
  .c-strengthPage__main {
    margin-top: -13px;
    width: 68%;
  }
}

@media screen and (min-width: 768px) {
  .c-strengthPage__innerLink {
    margin-top: 35px;
  }
}

.c-strengthPage__textLink {
  position: relative;
  color: #0B1F64;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
}
.c-strengthPage__textLink:not(:first-of-type) {
  margin-top: 29px;
}
@media screen and (min-width: 1440px) {
  .c-strengthPage__textLink:not(:first-of-type) {
    margin-top: 24px;
  }
}

.c-strengthPage__textLink a::after {
  display: inline-block;
  transition: all 0.3s ease-in 0s;
  margin-bottom: -5px;
  margin-left: 5px;
  background-image: url(./../img/arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-strengthPage__textLink a::after {
    margin-bottom: -8px;
    margin-left: 8px;
    width: 26px;
    height: 26px;
  }
}

.c-strengthPage__textLink a:hover::after {
  background-image: url(./../img/arrow-hover.png);
}

.c-strengthPage__strength {
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .c-strengthPage__strength {
    margin-top: 53px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .c-strengthPage__strength {
    margin-top: 75px;
  }
}

@media screen and (min-width: 768px) {
  .c-strengthPage__aside {
    margin-top: 41px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .c-strengthPage__aside {
    margin-top: 26px;
  }
}

.breadcrumbWrap {
  height: 66px;
  font-size: 12px;
  line-height: 66px;
}
@media screen and (min-width: 768px) {
  .breadcrumbWrap {
    margin-top: 36px;
  }
}

.breadcrumb {
  display: flex;
}

.breadcrumb__item a {
  color: #0B1F64;
}

.breadcrumb__item:not(:first-of-type) {
  margin-left: 10px;
}

.breadcrumb__item:not(:last-of-type)::after {
  display: inline-block;
  transform: rotate(45deg);
  margin-right: 10px;
  margin-left: 10px;
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 8px;
  height: 8px;
  content: "";
}

.breadcrumb__item:not(:last-of-type):hover {
  text-decoration: underline;
}
.breadcrumb__item:not(:last-of-type):hover .breadcrumb__item a {
  opacity: 1;
}

.c-strength__wrapper:not(:first-of-type) {
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .c-strength__wrapper:not(:first-of-type) {
    margin-top: 53px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .c-strength__wrapper:not(:first-of-type) {
    margin-top: 103px;
  }
}

.c-strength__heading {
  background-color: #0B1F64;
  padding: 16px 15px 20px;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.71;
}
@media screen and (min-width: 768px) {
  .c-strength__heading {
    padding: 9px 20px 10px;
    font-size: 18px;
  }
}

.c-strength__lead {
  margin-top: 20px;
  color: #000;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-strength__lead {
    margin-top: 33px;
  }
}

.c-strength__media {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-strength__media {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .c-strength__media {
    margin-top: 37px;
  }
}

.c-strength__body {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .c-strength__body {
    margin-top: 0;
    width: calc(100% - 252px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .c-strength__body {
    width: calc(100% - 400px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1440px) {
  .c-strength__body {
    width: calc(100% - 423px);
  }
}

.c-strength__listWrap:not(:first-of-type) {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .c-strength__listWrap:not(:first-of-type) {
    margin-top: 30px;
  }
}

.c-strength__title {
  color: #0B1F64;
  font-weight: 700;
  font-size: 15px;
}
.c-strength__list {
  margin-top: 10px;
}
.c-strength__item {
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
}
.c-strength__item::before {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 2px;
  margin-bottom: 3px;
  border-radius: 50%;
  background-color: #0B1F64;
  width: 5px;
  height: 5px;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-strength__item::before {
    margin-right: 2px;
    margin-bottom: 1px;
    width: 8px;
    height: 8px;
  }
}

@media screen and (min-width: 768px) {
  .c-strength__img {
    max-width: 236px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .c-strength__img {
    max-width: 360px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1440px) {
  .c-strength__img {
    max-width: 387px;
  }
}

.c-strength__flow {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .c-strength__flow {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .c-strength__flow {
    margin-top: 47px;
  }
}

.c-strength__shareList {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .c-strength__shareList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px;
  }
}

.c-strength__shareItem {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .c-strength__shareItem {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 0;
    margin-top: 25px;
    width: calc((100% - 25px) / 2);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .c-strength__shareItem {
    margin-top: 28px;
  }
}

.c-strength__shareBody {
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .c-strength__shareBody {
    width: calc(100% - 74px);
  }
}

.c-strength__shareTitle {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em
}
.c-strength__shareTitle .yellow,
.c-strength__shareText .yellow {
  color: #DBAA59;
}

.c-strength__shareText .blue,
.c-strength__shareTitle .blue {
  color: #39ACD0;
}

.c-strength__shareText .green,
.c-strength__shareTitle .green {
  color: #27B07A;
}

.c-strength__shareText .gray,
.c-strength__shareTitle .gray {
  color: #55808A;
}

.c-strength__shareText {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em
}
@media screen and (min-width: 1440px) {
  .c-strength__shareText {
    margin-top: 5px;
  }
}

.c-strength__shareText .large {
  font-size: 23px;
}
.c-strength__shareImg {
  max-width: 43px;
}
@media screen and (min-width: 768px) {
  .c-strength__shareImg._1 {
    margin-top: 10px;
    max-width: 53px;
  }
}

@media screen and (min-width: 768px) {
  .c-strength__shareImg._2 {
    margin-top: 13px;
    margin-left: -7px;
    max-width: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .c-strength__shareImg._2 {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-strength__shareImg._3 {
    margin-top: 13px;
    max-width: 53px;
  }
}

@media screen and (min-width: 768px) {
  .c-strength__shareImg._4 {
    margin-top: 20px;
    max-width: 45px;
  }
}

.c-strength__date {
  margin-top: 16px;
  font-size: 13px;
  text-align: right;
}
@media screen and (min-width: 1440px) {
  .c-strength__date {
    margin-top: 36px;
  }
}

.c-strength__diagram {
  margin: 70px auto 0;
}
@media screen and (min-width: 768px) {
  .c-strength__diagram {
    margin: 110px auto 0 -48px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .c-strength__diagram {
    margin: 125px auto 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1440px) {
  .c-strength__diagram {
    margin: 125px auto 0 112px;
  }
}

.card {
  box-shadow: 2px 2px 10px rgba(11, 31, 100, 0.2);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .card {
    width: calc((100% - 45px) / 3);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .card {
    width: calc((100% - 60px) / 3);
  }
}

.sustainaBunners__card .card {
  box-shadow: 2px 2px 10px rgba(11, 31, 100, 0.2);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sustainaBunners__card .card {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaBunners__card .card {
    width: calc((100% - 30px) / 2);
  }
}

.card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card__img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.card__img img {
  -o-object-fit: cover;
  -o-object-position: top;
  transition: all 0.3s ease-in 0s;
  aspect-ratio: 335/137;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 768px) {
  .card__img img {
    -o-object-position: center;
    aspect-ratio: 221/197;
    object-position: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .card__img img {
    aspect-ratio: 377/197;
  }
}

.sustainaBunners__card .card__img img {
  -o-object-fit: cover;
  -o-object-position: top;
  transition: all 0.3s ease-in 0s;
  aspect-ratio: 335/141;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 768px) {
  .sustainaBunners__card .card__img img {
    -o-object-position: center;
    aspect-ratio: 343/266;
    object-position: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaBunners__card .card__img img {
    aspect-ratio: 377/172;
  }
}

.card__body {
  flex-grow: 1;
  padding: 19px 13px 20px;
}
@media screen and (min-width: 768px) {
  .card__body {
    padding: 22px 17px 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .card__body {
    padding: 22px 20px 20px;
  }
}

.sustainaBunners__card .card__body {
  flex-grow: 1;
  padding: 16px 16px 20px;
}
@media screen and (min-width: 768px) {
  .sustainaBunners__card .card__body {
    padding: 24px 15px 22px 27px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sustainaBunners__card .card__body {
    padding: 22px 20px 20px;
  }
}

.card__text {
  position: relative;
  padding-right: 20px;
  color: #0B1F64;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .card__text {
    padding-right: 50px;
    font-size: 18px;
  }
}

.card__text::before {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  transition: all 0.3s ease-in 0s;
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 5px;
  height: 5px;
  content: "";
}
@media screen and (min-width: 768px) {
  .card__text::before {
    right: 12px;
    width: 7px;
    height: 7px;
  }
}

.card__text::after {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in 0s;
  border: 1px solid #0B1F64;
  border-radius: 50%;
  background-color: #FFF;
  width: 24px;
  height: 24px;
  content: "";
}
@media screen and (min-width: 768px) {
  .card__text::after {
    width: 29px;
    height: 29px;
  }
}

.card a:hover {
  opacity: 1;
  transition: all 0.3s ease-in 0s;
}
@media screen and (min-width: 768px) {
  .card a:hover .card__text::before {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
}
@media screen and (min-width: 768px) {
  .card a:hover .card__text::after {
    border: 1px solid #FFF;
    background-color: #0B1F64;
  }
}
@media screen and (min-width: 768px) {
  .card a:hover .card__img img {
    transform: scale(1.1);
  }
}

.irPage .card__img._1 img {
  -o-object-fit: cover;
  -o-object-position: 0 -9px;
  transition: all 0.3s ease-in 0s;
  aspect-ratio: 335/140;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 -9px;
}
@media screen and (min-width: 768px) {
  .irPage .card__img._1 img {
    -o-object-position: left;
    aspect-ratio: 221/197;
    object-position: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .irPage .card__img._1 img {
    aspect-ratio: 377/197;
  }
}

.sustainaPage__csr .card__body {
  flex-grow: 1;
  background-color: #FFF;
  padding: 16px 15px 24px;
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card__body {
    padding: 22px 17px 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sustainaPage__csr .card__body {
    padding: 22px 20px 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1440px) {
  .sustainaPage__csr .card__body {
    padding: 22px 20px 27px 26px;
  }
}

.card__heading {
  position: relative;
  padding-right: 20px;
  color: #0B1F64;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .card__heading {
    padding-right: 50px;
    font-size: 18px;
  }
}

.card__heading::before {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  transition: all 0.3s ease-in 0s;
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 5px;
  height: 5px;
  content: "";
}
@media screen and (min-width: 768px) {
  .card__heading::before {
    right: 12px;
    width: 7px;
    height: 7px;
  }
}

.card__heading::after {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in 0s;
  border: 1px solid #0B1F64;
  border-radius: 50%;
  background-color: #FFF;
  width: 24px;
  height: 24px;
  content: "";
}
@media screen and (min-width: 768px) {
  .card__heading::after {
    width: 29px;
    height: 29px;
  }
}

.sustainaPage__csr .card a:hover {
  opacity: 1;
  transition: all 0.3s ease-in 0s;
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card a:hover .card__heading::before {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card a:hover .card__heading::after {
    border: 1px solid #FFF;
    background-color: #0B1F64;
  }
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card a:hover .card__img img {
    transform: scale(1.1);
  }
}

.sustainaPage__csr .card__text {
  position: static;
  margin-top: 13px;
  padding-right: 0;
  color: #333;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card__text {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaPage__csr .card__text {
    margin-top: 19px;
  }
}

.sustainaPage__csr .card__img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.sustainaPage__csr .card__img img {
  -o-object-fit: cover;
  -o-object-position: top;
  transition: all 0.3s ease-in 0s;
  aspect-ratio: 335/140;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card__img img {
    -o-object-position: center;
    aspect-ratio: 221/197;
    object-position: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaPage__csr .card__img img {
    aspect-ratio: 377/197;
  }
}

@media screen and (min-width: 768px) {
  .cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.cards__item:not(:first-of-type) {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .cards__item:not(:first-of-type) {
    margin-top: 0;
  }
}

.sustainaPage__cards .cards__item:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sustainaPage__cards .cards__item:not(:first-of-type) {
    margin-top: 0;
  }
}

.companyAside {
  display: none;
}
@media screen and (min-width: 768px) {
  .companyAside {
    display: block;
    width: 26.66%;
  }
}

.companyAside__list {
  border-bottom: 1px solid #d2d0e5;
}

.companyAside__item {
  border-top: 1px solid #d2d0e5;
}

.companyAside__item a {
  display: block;
  padding: 20px 0;
  color: #0B1F64;
  font-weight: 700;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .companyAside__item a:hover {
    opacity: 1;
    text-decoration: underline !important;
  }
}

.companyBunners {
  padding: 32px 0 64px;
}
@media screen and (min-width: 768px) {
  .companyBunners {
    padding: 95px 0 77px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .companyBunners {
    padding: 95px 0 97px;
  }
}

.companyBunners__cards {
  margin-top: 54px;
}
@media screen and (min-width: 768px) {
  .companyBunners__cards {
    margin-top: 94px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .companyBunners__cards {
    margin-top: 65px;
  }
}

.companyFeature {
  position: relative;
}
.companyFeature__thumbs::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(11, 31, 100, 0.6);
  padding: 10px;
  width: 100%;
  height: 100%;
  content: "";
}

.companyFeature__thumbs::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  margin: 0 auto;
  border: 1px solid #FFF;
  border-radius: 5px;
  padding: 10px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: "";
}
@media screen and (min-width: 768px) {
  .companyFeature__thumbs::before {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

.companyFeature__thumbs {
  position: relative;
  overflow: hidden;
}
.companyFeature__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}
.companyFeature__heading .main {
  display: block;
  color: #FFF;
  font-weight: 700;
  font-size: 28px;
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .companyFeature__heading .main {
    font-size: 40px;
  }
}

.companyFeature__heading .sub {
  display: block;
  margin-top: 20px;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.71;
}
@media screen and (min-width: 768px) {
  .companyFeature__heading .sub {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .companyFeature__thumb {
    transition: all 0.3s ease-in 0s;
  }
}

@media screen and (min-width: 768px) {
  .companyFeature__thumbs:hover .companyFeature__thumb {
    transform: scale(1.05);
  }
}

.diagram {
  max-width: 335px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .diagram {
    width: 480px;
    max-width: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .diagram {
    width: 577px;
  }
}

.diagram__circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 1px solid #0B1F64;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .diagram__circle {
    width: 290px;
    height: 290px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .diagram__circle {
    width: 346px;
    height: 346px;
  }
}

.diagram__circleText {
  display: block;
  background-image: linear-gradient(transparent 70%, #ECF0F0 30%);
  color: #0B1F64;
  font-weight: 700;
  font-size: 11.6px;
}
@media screen and (min-width: 768px) {
  .diagram__circleText {
    font-size: 16.6px;
    line-height: 1.45;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .diagram__circleText {
    font-size: 20px;
  }
}

.diagram__circleBody {
  margin-top: -260px;
}
@media screen and (min-width: 768px) {
  .diagram__circleBody {
    margin-top: -375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .diagram__circleBody {
    margin-top: -452px;
  }
}

.diagram__itemWrap {
  display: flex;
}
.diagram__itemWrap._1 {
  justify-content: center;
}
.diagram__itemWrap._2 {
  justify-content: space-between;
  margin: -30px auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .diagram__itemWrap._2 {
    margin-top: -41px;
    width: 480px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .diagram__itemWrap._2 {
    margin-top: -54px;
    width: 577px;
  }
}

.diagram__itemWrap._3 {
  justify-content: space-between;
  margin: 20px auto 0;
  width: 258px;
}
@media screen and (min-width: 768px) {
  .diagram__itemWrap._3 {
    margin-top: 36px;
    width: 370px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .diagram__itemWrap._3 {
    margin-top: 42px;
    width: 440px;
  }
}

.diagram__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 107px;
  height: 107px;
  color: #FFF;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .diagram__item {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .diagram__item {
    width: 182px;
    height: 182px;
  }
}

.diagram__item .main {
  display: block;
  transform: scale(0.87);
  font-weight: 700;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .diagram__item .main {
    transform: scale(1);
    font-size: 12.5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .diagram__item .main {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .diagram__itemWrap._2 .diagram__item .sub {
    margin-top: 10px;
  }
}

.diagram__item .sub {
  display: block;
  transform: scale(0.754);
  font-weight: normal;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .diagram__item .sub {
    transform: scale(1);
    margin-top: 10px;
    font-size: 10.83px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .diagram__item .sub {
    font-size: 13px;
  }
}

.diagram__item._yellow {
  background-color: #DBAA59;
}

.diagram__item._gray {
  background-color: #55808A;
}

.diagram__item._l-green {
  background-color: #5EB6A5;
}

.diagram__item._blue {
  background-color: #39ACD0;
}

.diagram__item._green {
  background-color: #27B07A;
}

.footer {
  background-color: #0B1F64;
  height: 100px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #ECF0F0;
  width: 100%;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .header {
    height: 100px;
  }
}

.topSlider__item {
  max-width: 37rem;
}

.inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1260px;
  }
}

@media screen and (min-width: 768px) {
  .inner._narrow {
    max-width: 860px;
  }
}

.linkBtn {
  padding: 47px 0 52px;
}
@media screen and (min-width: 768px) {
  .linkBtn {
    padding: 87px 0 85px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .linkBtn {
    padding: 95px 0 91px;
  }
}

.companyPage .linkBtn {
  padding: 60px 0 76px;
}
@media screen and (min-width: 768px) {
  .companyPage .linkBtn {
    padding: 83px 0 95px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .companyPage .linkBtn {
    padding: 87px 0 104px;
  }
}

@media screen and (min-width: 768px) {
  .linkBtn__inner {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    -moz-column-gap: 20px;
    display: -ms-grid;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 33px;
  }
  .linkBtn__inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .linkBtn__inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .linkBtn__inner > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .linkBtn__inner {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.linkBtn__item {
  display: block;
  position: relative;
  transition: font-weight 0.3s ease-in 0s;
  border-radius: 5px;
  background-color: #ECF0F0;
  padding: 20px;
  width: 100%;
  color: #0B1F64;
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .linkBtn__item {
    padding: 28px 30px;
    padding-right: 48px;
    font-size: 18px;
  }
}

.linkBtn__item:not(:first-of-type) {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .linkBtn__item:not(:first-of-type) {
    margin: 0;
  }
}

.linkBtn__item span::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  transition: all 0.3s ease-in 0s;
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 5px;
  height: 5px;
  content: "";
}
@media screen and (min-width: 768px) {
  .linkBtn__item span::before {
    top: 43px;
    right: 29px;
    width: 7px;
    height: 7px;
  }
}

.linkBtn__item span::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in 0s;
  border: 1px solid #0B1F64;
  border-radius: 50%;
  background-color: #ECF0F0;
  width: 24px;
  height: 24px;
  content: "";
}
@media screen and (min-width: 768px) {
  .linkBtn__item span::after {
    top: 43px;
    width: 29px;
    height: 29px;
  }
}

.linkBtn__item:hover {
  opacity: 1;
  font-weight: 700;
}
.linkBtn__item:hover span.reverse::before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.linkBtn__item:hover span.reverse::after {
  border: 1px solid #FFF;
  background-color: #0B1F64;
}

.linkTitle a {
  display: flex;
  position: relative;
  align-items: baseline;
  padding-left: 0.8em;
  color: #0B1F64;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .linkTitle a {
    transition: all 0.3s ease-in 0s;
  }
}

.linkTitle a::before {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  transform: rotate(45deg);
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 5px;
  height: 5px;
  content: "";
}

.service .linkTitle a::before {
  margin-bottom: 2px;
  width: 7px;
  height: 7px;
}

@media screen and (min-width: 768px) {
  .linkTitle a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

.linkTitle._cat a {
  text-transform: capitalize;
}

.linkTitle._cat a span {
  display: block;
}

.linkTitle img {
  margin-left: 10px;
  width: 19px;
}

.media {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .media {
    flex-direction: row;
    align-items: center;
    overflow: hidden;
  }
}

.media__body {
  display: block;
  position: relative;
  z-index: 0;
  margin-top: -30px;
  margin-left: -30px;
  box-shadow: 2px 2px 10px rgba(11, 31, 100, 0.3);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 30px 20px 21px 30px;
  width: 100%;
  width: 336px;
}
@media screen and (min-width: 768px) {
  .media__body {
    display: flex;
    position: absolute;
    justify-content: flex-end;
    z-index: 1;
    margin-top: 0;
    margin-left: -38px;
    padding: 49px 40px 45px 38px;
    width: 50%;
    max-width: 555px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .media__body {
    right: 50%;
    transform: translateX(-45px);
    padding: 60px 40px 55px 38px;
    width: 100%;
    max-width: none;
  }
}

.companyPage .media__body {
  display: block;
  position: relative;
  z-index: 0;
  margin-top: -30px;
  margin-left: -30px;
  box-shadow: 2px 2px 10px rgba(11, 31, 100, 0.3);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 30px 20px 21px 30px;
  width: 100%;
  width: 336px;
}
@media screen and (min-width: 768px) {
  .companyPage .media__body {
    display: flex;
    position: absolute;
    justify-content: flex-end;
    z-index: 1;
    margin-top: 96px;
    margin-left: -38px;
    padding: 49px 40px 45px 38px;
    width: 50%;
    max-width: 555px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .companyPage .media__body {
    right: 50%;
    transform: translateX(-45px);
    margin-top: 0;
    padding: 49px 40px 25px 38px;
    width: 100%;
    max-width: none;
  }
}

.media__body::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  content: "";
}
.media__bodyInner {
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .media__bodyInner {
    margin-right: 87px;
    margin-left: auto;
    width: 380px;
  }
}

@media screen and (min-width: 1440px) {
  .companyPage .media__bodyInner {
    margin-right: 44px;
    width: 470px;
  }
}

.media__heading {
  position: relative;
  padding-left: 30px;
  color: #0B1F64;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .media__heading {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .media__heading {
    margin-top: 0px;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .media__heading span {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .media__heading span {
    margin-left: 0;
  }
}

.media__heading::before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 9px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  transition: all 0.3s ease-in 0s;
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 5px;
  height: 5px;
  content: "";
}
@media screen and (min-width: 768px) {
  .media__heading::before {
    left: 10px;
    width: 7px;
    height: 7px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .media__heading::before {
    left: 50%;
    transform: translate(-81%, -50%) rotate(45deg);
  }
}

@media screen and (min-width: 1440px) {
  .companyPage .media__heading::before {
    transform: translate(-741%, -50%) rotate(45deg);
  }
}

.media__heading::after {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in 0s;
  border: 1px solid #0B1F64;
  border-radius: 50%;
  background-color: transparent;
  width: 24px;
  height: 24px;
  content: "";
}
@media screen and (min-width: 768px) {
  .media__heading::after {
    width: 29px;
    height: 29px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .media__heading::after {
    left: 50%;
    transform: translate(-56%, -50%);
  }
}

@media screen and (min-width: 1440px) {
  .companyPage .media__heading::after {
    transform: translate(-216%, -50%);
  }
}

.companyPage .media:hover {
  opacity: 1;
  transition: all 0.3s ease-in 0s;
}
@media screen and (min-width: 768px) {
  .companyPage .media:hover .media__heading::before {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
}
@media screen and (min-width: 768px) {
  .companyPage .media:hover .media__heading::after {
    border: 1px solid #FFF;
    background-color: #0B1F64;
  }
}
.companyPage .media:hover .media__img {
  transform: scale(1.05);
}

.media__text {
  margin-top: 16px;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .media__text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.77;
  }
}

@media screen and (min-width: 1440px) {
  .media__text br.display {
    display: none;
  }
}

.media__name {
  margin-top: 10px;
  color: #333;
}
@media screen and (min-width: 1440px) {
  .media__name {
    margin-top: 25px;
  }
}

.companyPage .media__name {
  margin-top: 10px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .companyPage .media__name {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .companyPage .media__name {
    margin-top: 32px;
  }
}

.media__name .post {
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .media__name .post {
    font-size: 15px;
  }
}

.media__name .name {
  display: block;
  margin-top: 8px;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .media__name .name {
    font-size: 18px;
  }
}

.media__img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .media__img {
    transition: all 0.3s ease-in 0s;
    margin-right: 0;
    margin-left: auto;
    max-width: 95%;
    max-height: 438px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .media__img {
    max-width: none;
  }
}

.media__img img {
  -o-object-fit: cover;
  -o-object-position: 80% 50%;
  border-radius: 5px;
  aspect-ratio: 335/224;
  height: 100%;
  object-fit: cover;
  object-position: 80% 50%;
}
@media screen and (min-width: 768px) {
  .media__img img {
    aspect-ratio: 670/438;
    height: auto;
    max-height: 438px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .media__img img {
    aspect-ratio: 1200/438;
  }
}

.companyPage .media__img img {
  -o-object-fit: cover;
  -o-object-position: 80% 50%;
  border-radius: 5px;
  aspect-ratio: 335/224;
  height: 100%;
  object-fit: cover;
  object-position: 80% 50%;
}
@media screen and (min-width: 768px) {
  .companyPage .media__img img {
    -o-object-position: 53% 50%;
    aspect-ratio: 670/438;
    height: auto;
    max-height: 438px;
    object-position: 53% 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .companyPage .media__img img {
    aspect-ratio: 1200/438;
  }
}


.c-strengthPage .mvUnder {
  position: relative;
  z-index: 1;
  background-image: url(./../img/mv-c-strength.jpg);
}

.c-strengthPage .mvUnder::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(11, 31, 100, 0.4);
  width: 100%;
  height: 100%;
  content: "";
}

.c-strength__shareBody2 {
  padding: 30px;
  display: flex;
}

/* .text-flex {
  width: 50%;
}

@media only screen and (max-width: 767px) {
.text-flex {
  width: 100%;
  }
}

.imgbox-flex {
  margin: 10px 0 0 20px;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .imgbox-flex {
    width: calc(100% + 20px);
    margin: 20px -10px;
  }
}*/

.imgfull {
  width: 100%;
  height: auto;
  margin-top: 30px;
} 