main {
  background-color: #F5F5F5;
}

#index #wrapper #visual {
  position: relative;
}
#index #wrapper #visual .circle {
  position: absolute;
  right: 0;
  z-index: -1;
}
#index #sec1 {
  padding-bottom: 8rem;
  background: url(/assets/humancapital/image/diversity/ciecle-bg.webp) no-repeat left bottom;
  background-size: 50% auto;
}
@media screen and (max-width: 767px) {
  #index #sec1 {
    padding-bottom: 5rem;
  }
}
#index #sec1 .movie {
  max-width: 1044px;
  margin: 0 auto 5rem;
}
#index #sec1 .movie h2 {
  text-align: center;
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  font-weight: 500;
  margin-bottom: 4rem;
}
#index #sec1 .movie .layout {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #index #sec1 .movie .layout {
    display: block;
  }
}
#index #sec1 .movie .layout p {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #index #sec1 .movie .layout p {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#index #sec1 .movie .layout p b {
  color: #EE1C26;
  font-weight: bold;
}
#index #sec1 .movie .layout .box {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #index #sec1 .movie .layout .box {
    width: 100%;
  }
}
#index #sec1 .movie .layout .box .play {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#index #sec1 .story {
  text-align: center;
  margin-top: 5rem;
}
#index #sec1 .story a {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 5px;
  background-color: #fff;
  border-radius: 200px;
  padding: 20px 50px;
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #index #sec1 .story a {
    font-size: 1.3rem;
    padding: 20px;
  }
}
#index #sec1 .story a span {
  display: inline-block;
  width: 130px;
  margin: auto;
}
#index #sec1 .story a:hover {
  text-decoration: none;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
#index #sec1 .attempt {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 5rem 8%;
}
#index #sec1 .attempt h2 {
  text-align: center;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #index #sec1 .attempt h2 {
    margin-bottom: 2rem;
  }
}
#index #sec1 .attempt .layout {
  max-width: 1100px;
  display: grid;
  gap: 0 5%;
  grid-template-columns: repeat(2, 1fr);
  max-width: 740px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #index #sec1 .attempt .layout {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
#index #sec1 .attempt .layout .box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #index #sec1 .attempt .layout .box {
    margin-bottom: 0;
  }
}
#index #sec1 .attempt .layout .box h3 {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.2;
}
#index #sec1 .attempt .layout .box a {
  position: relative;
}
#index #sec1 .attempt .layout .box a .image {
  border-radius: 10px;
}
#index #sec1 .attempt .layout .box a span {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#index #sec1 .attempt .layout.center {
  display: flex;
  justify-content: center;
}
#index #sec1 .attempt .layout.center .box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #index #sec1 .attempt .layout.center .box {
    width: 100%;
  }
}

#human-rights #wrapper #visual {
  position: relative;
  margin-bottom: 7rem;
}
#human-rights #wrapper #visual .circle {
  position: absolute;
  left: -10%;
  top: -25%;
  z-index: -1;
  width: 500px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #human-rights #wrapper #visual .circle {
    left: -50%;
    width: 400px;
  }
}
#human-rights #wrapper #sec1 h2 {
  text-align: center;
  margin-bottom: 8rem;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #human-rights #wrapper #sec1 h2 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #human-rights #wrapper #sec1 .image img {
    max-width: none;
    width: 900px;
  }
}

#women #wrapper #visual {
  position: relative;
  margin-bottom: 7rem;
}
#women #wrapper #visual .circle {
  position: absolute;
  left: -10%;
  top: -25%;
  z-index: -1;
  width: 500px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #women #wrapper #visual .circle {
    left: -50%;
    width: 400px;
  }
}
#women #wrapper .section-block h2 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #women #wrapper .section-block h2 {
    margin-bottom: 2rem;
  }
}
#women #wrapper .section-block .in-box {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5rem 0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #women #wrapper .section-block .in-box {
    padding: 0 0 2rem;
  }
}
#women #wrapper #sec1 {
  margin-bottom: 10rem;
}
#women #wrapper #sec1 .layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  #women #wrapper #sec1 .layout {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
#women #wrapper #sec1 .layout .box {
  padding: 0 8%;
}
#women #wrapper #sec1 .layout .box h3 {
  text-align: center;
  color: #EE1C26;
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  margin-bottom: 3rem;
  font-weight: 500;
}
#women #wrapper #sec1 .layout .box.box1 {
  border-right: 1px dotted #EE1C26;
}
@media screen and (max-width: 767px) {
  #women #wrapper #sec1 .layout .box.box1 {
    border-right: none;
    border-bottom: 1px dotted #EE1C26;
    padding-bottom: 2rem;
  }
}
#women #wrapper #sec2 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #women #wrapper #sec2 {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #women #wrapper #sec2 .image img {
    max-width: none;
    width: 900px;
  }
}
#women #wrapper #sec3 .images {
  display: grid;
  gap: 0 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #women #wrapper #sec3 .images {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
#women #wrapper #sec3 .images img {
  border-radius: 10px;
}
#women #wrapper #sec3 .links {
  display: grid;
  gap: 0 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  #women #wrapper #sec3 .links {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
#women #wrapper #sec3 .links a {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 5px;
  background-color: #fff;
  border-radius: 200px;
  padding: 20px 50px;
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #women #wrapper #sec3 .links a {
    font-size: 1.3rem;
    padding: 20px;
  }
}
#women #wrapper #sec3 .links a span {
  display: inline-block;
  width: 130px;
  margin: auto;
}
#women #wrapper #sec3 .links a:hover {
  text-decoration: none;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

#inclusive #wrapper #visual {
  position: relative;
  margin-bottom: 7rem;
}
#inclusive #wrapper #visual .circle {
  position: absolute;
  left: -10%;
  top: -25%;
  z-index: -1;
  width: 500px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #inclusive #wrapper #visual .circle {
    left: -50%;
    width: 400px;
  }
}
#inclusive #wrapper .section-block h2 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #inclusive #wrapper .section-block h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
#inclusive #wrapper .section-block .in-box {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5rem 0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #inclusive #wrapper .section-block .in-box {
    padding: 2rem 3%;
  }
}
#inclusive #wrapper #sec1 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #inclusive #wrapper #sec1 {
    margin-bottom: 5rem;
  }
}
#inclusive #wrapper #sec1 h3 {
  text-align: center;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  margin-bottom: 4rem;
}
#inclusive #wrapper #sec1 .image {
  max-width: 590px;
  margin: auto;
}
#inclusive #wrapper #sec1 p {
  margin-bottom: 5rem;
}
#inclusive #wrapper #sec2 .note {
  font-size: clamp(1.175rem, 1.012rem + 0.2vw, 1.3rem);
  margin-top: 1rem;
  margin-bottom: 5rem;
}
#inclusive #wrapper #sec2 .layout {
  display: flex;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  #inclusive #wrapper #sec2 .layout {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #inclusive #wrapper #sec2 .layout .box {
    margin-bottom: 2rem;
  }
}
#inclusive #wrapper #sec2 .layout .box h3 {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
}
#inclusive #wrapper #sec2 .layout .box img {
  border-radius: 10px;
}

#career #wrapper #visual {
  position: relative;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  #career #wrapper #visual {
    margin-bottom: 5rem;
  }
}
#career #wrapper #visual .circle {
  position: absolute;
  left: -10%;
  top: -25%;
  z-index: -1;
  width: 500px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #career #wrapper #visual .circle {
    left: -50%;
    width: 400px;
  }
}
#career #wrapper .section-block h2 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #career #wrapper .section-block h2 {
    margin-bottom: 2rem;
  }
}
#career #wrapper .section-block .in-box {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5rem 3%;
  border-radius: 10px;
}
#career #wrapper #sec1 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec1 {
    margin-bottom: 5rem;
  }
}
#career #wrapper #sec1 .image {
  max-width: 840px;
  margin: auto;
}
#career #wrapper #sec1 p {
  max-width: 900px;
  margin: 4rem auto 0;
}
#career #wrapper #sec2 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec2 {
    margin-bottom: 5rem;
  }
}
#career #wrapper #sec2 .in-box {
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec2 .in-box {
    display: block;
  }
}
#career #wrapper #sec2 .in-box .text {
  max-width: 710px;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec2 .in-box .text {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#career #wrapper #sec2 .in-box .zu {
  max-width: 710px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec2 .in-box .zu {
    width: 100%;
  }
}
#career #wrapper #sec2 .box {
  position: relative;
  background-color: #FDEBDA;
  padding: 40px 20px;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  color: #EE1C26;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec2 .box {
    padding: 20px;
    font-size: 1.6rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  #career #wrapper #sec2 .box img {
    width: 40px;
    margin-bottom: 0.5rem;
  }
}
#career #wrapper #sec2 .box span {
  display: inline-block;
  margin-right: 40px;
}
#career #wrapper #sec2 .box::after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 20px;
  background-color: #FDEBDA;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  transform: translateX(-50%);
}
#career #wrapper #sec2 .box.up::after {
  bottom: -19px;
}
#career #wrapper #sec2 .box.down::after {
  top: -19px;
  transform: translateX(-50%) rotate(180deg);
}
#career #wrapper #sec2 .goal {
  text-align: center;
  color: #EE1C26;
  margin: 4rem 0;
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 500;
}
#career #wrapper #sec2 .goal .goal-box {
  background-color: #EE1C26;
  color: #fff;
  font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
  font-weight: 500;
  border-radius: 200px;
  padding: 1.5rem 20px;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec2 .goal .goal-box {
    font-size: 1.5rem;
    padding: 5px 15px;
  }
}
#career #wrapper #sec3 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec3 {
    margin-bottom: 5rem;
  }
}
#career #wrapper #sec3 p {
  max-width: 900px;
  margin: auto;
}
#career #wrapper #sec4 .in-box .row h3 {
  background-color: rgba(244, 199, 199, 0.4);
  color: #EE1C26;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  padding: 15px 24px;
  line-height: 1.2;
  margin-bottom: 2rem;
  border-radius: 10px;
  text-align: center;
}
#career #wrapper #sec4 .in-box .row p.b {
  font-size: clamp(1.475rem, 1.268rem + 0.3vw, 1.7rem);
  font-weight: 500;
  margin-bottom: 1rem;
  padding: 0 3%;
}
#career #wrapper #sec4 .in-box .row p {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec4 .in-box .row p {
    padding-inline: 0;
  }
}
#career #wrapper #sec4 .in-box .row a {
  text-decoration: underline;
}
#career #wrapper #sec4 .in-box .row a .blank {
  display: inline-block;
  vertical-align: 2px;
  line-height: 1;
  margin-left: 5px;
}
#career #wrapper #sec4 .in-box .layout {
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec4 .in-box .layout {
    flex-direction: column;
    gap: 4rem;
  }
}
#career #wrapper #sec4 .in-box .layout .row1 {
  width: 55%;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec4 .in-box .layout .row1 {
    width: 100%;
  }
  #career #wrapper #sec4 .in-box .layout .row1 .image {
    margin: 2rem auto 0;
    width: 80%;
    text-align: center;
  }
}
#career #wrapper #sec4 .in-box .layout .row2 {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec4 .in-box .layout .row2 {
    width: 100%;
  }
}
#career #wrapper #sec4 .in-box .layout-in {
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec4 .in-box .layout-in {
    flex-direction: column;
  }
}
#career #wrapper #sec4 .in-box .layout-in .text {
  width: 60%;
  padding: 0 3%;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec4 .in-box .layout-in .text {
    width: 100%;
  }
}
#career #wrapper #sec4 .in-box .layout-in .image {
  width: 40%;
  padding-right: 3%;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec4 .in-box .layout-in .image {
    width: 100%;
  }
}
#career #wrapper #sec4 .in-box .row3 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec4 .in-box .row3 {
    margin-top: 4rem;
  }
}
#career #wrapper #sec4 .in-box .program {
  background-color: #F4F2F2;
  border-radius: 38px;
  padding: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec4 .in-box .program {
    padding: 2rem;
  }
}
#career #wrapper #sec4 .in-box .program h3 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec4 .in-box .program h3 {
    margin-bottom: 2rem;
  }
}
#career #wrapper #sec4 .in-box .program .image {
  max-width: 615px;
  margin: auto;
}
#career #wrapper #sec4 .in-box .data {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5%;
  border: 1px dashed #EE1C26;
  border-radius: 10px;
  padding: 25px;
  margin-top: 3rem;
}
@media screen and (max-width: 1030px) {
  #career #wrapper #sec4 .in-box .data {
    flex-direction: column;
    gap: 0;
    align-items: center;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec4 .in-box .data.tl {
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
  }
  #career #wrapper #sec4 .in-box .data.tl .col {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
}
#career #wrapper #sec4 .in-box .data .col {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
}
@media screen and (max-width: 1030px) {
  #career #wrapper #sec4 .in-box .data .col {
    display: flex;
    align-items: baseline;
    font-size: 15px;
  }
}
@media screen and (max-width: 1030px) {
  #career #wrapper #sec4 .in-box .data .col span.t {
    flex: 1;
    line-height: 1.3;
  }
}
#career #wrapper #sec4 .in-box .data .col span.b {
  font-size: clamp(2.45rem, 1.848rem + 0.8vw, 3rem);
  color: #EE1C26;
  margin-left: 1ex;
}
#career #wrapper #sec4 .in-box .data .col span.b small {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  color: #000;
}
@media screen and (max-width: 767px) {
  #career #wrapper #sec4 .in-box .data .col span.b small {
    font-size: 15px;
  }
}
@media screen and (max-width: 1030px) {
  #career #wrapper #sec4 .in-box .data .col span.b {
    text-align: right;
  }
}