/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#social .department__wrapper {
  padding-bottom: max(13rem, 70px);
}
#social .department__intro {
  font-size: max(2.4rem, 18px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
#social .department__content {
  display: grid;
  row-gap: max(8rem, 50px);
  margin-top: max(8rem, 40px);
  margin-bottom: max(8rem, 40px);
}
#social .department__item.blue {
  --baseColor: #6c9bd2;
  --baseColorRgb: 108, 155, 210;
}
#social .department__item.pink {
  --baseColor: #ef858c;
  --baseColorRgb: 239, 133, 140;
}
#social .department__item.orange {
  --baseColor: #f5a73e;
  --baseColorRgb: 245, 167, 62;
}
#social .department__item__title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(3.8rem, 35px) 1fr;
  -webkit-column-gap: max(1.5rem, 15px);
     -moz-column-gap: max(1.5rem, 15px);
          column-gap: max(1.5rem, 15px);
  margin-bottom: max(2rem, 15px);
}
#social .department__item__title img {
  vertical-align: baseline;
}
#social .department__item__title h3 {
  color: var(--baseColor);
  font-size: max(3.6rem, 24px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#social .department__item__detail {
  padding: max(10rem, 50px) max(8rem, 30px);
  background: rgba(var(--baseColorRgb), 0.15);
  border-radius: max(2.5rem, 20px);
  border: max(0.2rem, 2px) solid var(--baseColor);
  overflow: hidden;
}
#social .department__item__detail__header {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(2rem, 15px) 1fr;
  -webkit-column-gap: max(1.5rem, 15px);
     -moz-column-gap: max(1.5rem, 15px);
          column-gap: max(1.5rem, 15px);
  margin-bottom: max(3rem, 30px);
  padding-bottom: max(1rem, 10px);
  border-bottom: max(0.1rem, 1px) solid var(--baseColor);
}
#social .department__item__detail__header h4 {
  color: var(--baseColor);
  font-size: max(2.4rem, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#social .department__item__detail__body {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(33rem, 200px) 1fr;
  gap: max(5.5rem, 20px);
}
@media screen and (max-width: 1300px) {
  #social .department__item__detail__body {
    gap: max(2rem, 20px);
  }
}
@media screen and (max-width: 1000px) {
  #social .department__item__detail__body {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1000px) {
  #social .department__item__detail__body .imageBox {
    width: min(400px, 100%);
    margin: 0 auto;
  }
}
#social .department__item__detail__body h5 {
  color: var(--baseColor);
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: max(1rem, 5px);
}
#social .department__item__detail__body .grade {
  display: block;
  margin-top: max(3rem, 20px);
  color: var(--baseColor);
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
}
#social .department__btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(2rem, 15px);
}
#social .department__btnBox .btn {
  margin: 0;
}/*# sourceMappingURL=social.css.map */