@charset "UTF-8";
:root {
  --blank-value: 80px;
}

.responsibilities-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.responsibilities-detail-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 218px;
  background: linear-gradient(279deg, rgb(178, 225, 230) 0%, rgb(88, 148, 197) 35%, rgb(123, 120, 166) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.responsibilities-detail-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 74px 54px;
  width: 100%;
  max-width: 1280px;
  min-height: inherit;
  border-left: 1px solid #6e76a2;
  border-right: 1px solid #9ac8d4;
}
.responsibilities-detail-hero__sub {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.responsibilities-detail-hero__hashtag {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
}
.responsibilities-detail-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 60.8px;
  line-height: 3.8rem;
  font-weight: 600;
}
.responsibilities-detail-hero__description {
  margin: 20px 0 0 0;
  width: 100%;
  max-width: 870px;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
}
.responsibilities-detail__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 90px 155px 130px 155px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.responsibilities-detail__container__title {
  margin: 0 0 30px 0;
  color: #181818;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 48px;
  line-height: 3rem;
  font-weight: 600;
}
.responsibilities-detail__container.-showcase {
  flex-direction: row;
}
.responsibilities-detail__container.-band {
  flex-direction: column;
  align-items: center;
  padding: 80px 55px 105px 55px;
  background-color: #f7f9fa;
}
.responsibilities-detail__content {
  display: flex;
  justify-content: center;
  width: 100%;
}
.responsibilities-detail__paragraph {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 775px;
  color: #4c4f52;
  text-align: center;
}
.responsibilities-detail__main {
  display: flex;
  flex-direction: column;
  margin: 70px 0 0;
  width: 100%;
}
.responsibilities-detail__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 140px 0;
  width: 100%;
  height: auto;
}
.responsibilities-detail__item img {
  width: 100%;
  max-width: 375px;
  -o-object-fit: contain;
     object-fit: contain;
}
.responsibilities-detail__item__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 530px;
}
.responsibilities-detail__item__info p {
  margin: 0 0 10px 0;
}
.responsibilities-detail__item:nth-child(even) {
  flex-direction: row-reverse;
}
.responsibilities-detail__item:nth-child(even) img {
  margin: 0 0 0 40px;
}
.responsibilities-detail__item:nth-child(odd) img {
  margin: 0 40px 0 0;
}
.responsibilities-detail__title {
  color: #181818;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 600;
}
.responsibilities-detail__bar {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  height: 350px;
  background-color: #f0f3f6;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.responsibilities-detail__bar::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1280px 90px 0;
  border-color: transparent #ffffff transparent transparent;
}
.responsibilities-detail__bar__container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
}
.responsibilities-detail__bar__information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 475px;
}
.responsibilities-detail__bar__title {
  margin: 0 0 10px 0;
  color: #181818;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 600;
}
.responsibilities-detail__bar__description {
  color:   #4c4f52;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
}
.responsibilities-detail__bar__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0 0;
  width: 157px;
  height: 46px;
  border: 1px solid #bdc7d1;
  color: #181818;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s;
}
.responsibilities-detail__bar__link:hover {
  background-color: #bdc7d1;
  color: #ffffff;
}
.responsibilities-detail__bar__graph {
  position: absolute;
  right: 0;
  bottom: -21px;
  z-index: 3;
  width: 100%;
  max-width: 370px;
  height: 490px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px){
  :root {
    --blank-value: 50px;
  }
  .responsibilities-detail-hero__container {
    padding: 54px 20px 70px;
    border: 0;
  }
  .responsibilities-detail__container {
    align-items: center;
    padding: 67px;
    border: 0;
  }
  .responsibilities-detail__item {
    margin: 0 0 70px 0;
  }
  .responsibilities-detail__item:nth-child(even) {
    flex-direction: column;
  }
  .responsibilities-detail__item:nth-child(even) img {
    margin: 0 0 35px 0;
  }
  .responsibilities-detail__item:nth-child(odd) {
    flex-direction: column;
  }
  .responsibilities-detail__item:nth-child(odd) img {
    margin: 0 0 35px 0;
  }
  .responsibilities-detail__bar__container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px){
  .responsibilities-detail__container {
    flex-direction: column;
  }
  .responsibilities-detail__bar {
    height: auto;
  }
  .responsibilities-detail__bar__container {
    flex-direction: column;
    align-items: center;
    padding: 100px 40px 20px 40px;
    text-align: center;
  }
  .responsibilities-detail__bar__information {
    align-items: center;
  }
  .responsibilities-detail__bar__graph {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 30px 0 0 0;
    max-width: 180px;
    height: 260px;
  }
}
@media only screen and (max-width: 639px){
  .responsibilities-detail-hero__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 48px;
    line-height: 3rem;
    text-align: center;
  }
  .responsibilities-detail__container {
    padding: 67px 24px 67px 24px;
  }
  .responsibilities-detail__container.-band {
    padding: 60px 24px 92px 24px;
  }
}