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;
}
#index #sec1 .srogan {
  text-align: center;
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #index #sec1 .srogan {
    margin-bottom: 4rem;
  }
}
#index #sec1 .srogan .image {
  mix-blend-mode: multiply;
}
#index #sec1 .srogan .link {
  text-align: right;
  margin-top: 3rem;
}
#index #sec1 .srogan .link a {
  position: relative;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: 500;
  background-color: #EE1C26;
  color: #fff;
  padding: 1rem 2rem;
  padding-right: 80px;
  border-radius: 6px;
}
#index #sec1 .srogan .link a:hover {
  text-decoration: none;
  background-color: #C9171F;
}
#index #sec1 .srogan .link a span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
  line-height: 0;
}
#index #sec1 .attempt {
  background-color: #fff;
  border-radius: 10px;
  padding: 3rem 5%;
}
#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;
  margin: auto;
  display: grid;
  gap: 0 5%;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  #index #sec1 .attempt .layout {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
#index #sec1 .attempt .layout .box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#index #sec1 .attempt .layout .box h3 {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #index #sec1 .attempt .layout .box h3 {
    margin-bottom: 10px;
  }
}
#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;
}

#try #wrapper #visual {
  position: relative;
}
#try #wrapper #visual .circle {
  position: absolute;
  left: 3%;
  z-index: -1;
  width: 600px;
  top: -40%;
}
#try #sec1 {
  background: url(/assets/humancapital/image/challenge/try/circle-bg.webp) no-repeat right top;
  background-size: 80% auto;
  padding: 8rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #try #sec1 {
    padding: 5rem 0 0;
  }
}
#try #sec1 .relation {
  display: flex;
  margin-bottom: 8rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #try #sec1 .relation {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
#try #sec1 .relation .box {
  width: 26%;
}
@media screen and (max-width: 767px) {
  #try #sec1 .relation .box {
    width: 100%;
  }
}
#try #sec1 .relation .box h3 {
  position: relative;
  background-color: #EE1C26;
  color: #fff;
  padding: 25px 30px;
  border-radius: 4px 4px 0 0;
  line-height: 1;
  font-weight: 500;
}
#try #sec1 .relation .box h3 span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#try #sec1 .relation .box p {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  padding: 20px 30px;
}
#try #sec1 .relation .arrow {
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  color: #EE1C26;
}
@media screen and (max-width: 767px) {
  #try #sec1 .relation .arrow {
    width: 100%;
    flex-direction: row;
    gap: 10px;
  }
}
#try #sec1 .person {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  #try #sec1 .person {
    margin-bottom: 4rem;
  }
}
#try #sec1 .person h2 {
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  font-weight: 500;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #try #sec1 .person h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
#try #sec1 .person .layout {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #try #sec1 .person .layout {
    display: block;
  }
}
#try #sec1 .person .layout .profile {
  width: 34%;
}
@media screen and (max-width: 767px) {
  #try #sec1 .person .layout .profile {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#try #sec1 .person .layout .profile .image img {
  border-radius: 10px;
}
#try #sec1 .person .layout .profile .name {
  margin-top: 1rem;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
}
#try #sec1 .person .layout .profile .prof {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
}
#try #sec1 .person .layout p {
  flex: 1;
}
#try #sec1 .images {
  margin-bottom: 4rem;
  display: grid;
  gap: 0 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  #try #sec1 .images {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
#try #sec1 .images img {
  border-radius: 10px;
}

#flags #wrapper #visual {
  position: relative;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #flags #wrapper #visual {
    margin-bottom: 4rem;
  }
}
#flags #wrapper #visual .circle {
  position: absolute;
  right: 15%;
  z-index: -1;
  width: 600px;
  top: -40%;
}
@media screen and (max-width: 767px) {
  #flags #wrapper #visual .circle {
    width: 400px;
    top: -30%;
    right: auto;
    left: -50%;
  }
}
#flags .section-block .inner {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 5rem 8%;
  width: 90%;
  margin: auto;
}
#flags .section-block h2 {
  text-align: center;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #flags .section-block h2 {
    margin-bottom: 2rem;
  }
}
#flags #sec1 {
  position: relative;
  z-index: 2;
}
#flags #sec1 .layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
}
@media screen and (max-width: 767px) {
  #flags #sec1 .layout {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
#flags #sec1 .layout .image {
  position: relative;
  border-radius: 10px;
}
#flags #sec1 .layout .image .play {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20%;
}
#flags #sec2 {
  position: relative;
  padding-top: 6rem;
}
#flags #sec2 .circle {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) rotate(180deg);
  z-index: -1;
  width: 30%;
}
#flags #sec2 .images {
  display: flex;
  max-width: 690px;
  margin: 6rem auto 0;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #flags #sec2 .images {
    margin-top: 3rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #flags #sec2 .images .image {
    margin: auto;
    text-align: center;
    width: 100%;
  }
}

#internal #wrapper #visual {
  position: relative;
  margin-bottom: 10rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #internal #wrapper #visual {
    margin-bottom: 4rem;
  }
}
#internal #wrapper #visual .circle {
  position: absolute;
  z-index: -1;
}
#internal #wrapper #visual .circle.c1 {
  right: 0;
  width: 30%;
  bottom: -30%;
  transform: translateX(50%) rotate(130deg);
}
@media screen and (max-width: 767px) {
  #internal #wrapper #visual .circle.c1 {
    width: 200px;
    bottom: -20px;
  }
}
#internal #wrapper #visual .circle.c2 {
  left: 0;
  transform: translateX(-50%) rotate(0deg);
  width: 50%;
  top: 10%;
}
@media screen and (max-width: 767px) {
  #internal #wrapper #visual .circle.c2 {
    width: 400px;
  }
}
#internal #wrapper .section-block {
  position: relative;
  z-index: 1;
}
#internal #wrapper .section-block .inner {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 5rem 8%;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #internal #wrapper .section-block .inner {
    padding: 2rem 3%;
  }
}
#internal #wrapper .section-block h2 {
  text-align: center;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #internal #wrapper .section-block h2 {
    margin-bottom: 2rem;
  }
}
#internal #wrapper #sec1 {
  margin-bottom: 6rem;
}
#internal #wrapper #sec1 p {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
}
#internal #wrapper #sec1 .image {
  max-width: 670px;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  #internal #wrapper #sec1 .image {
    margin-top: 2rem;
  }
}
#internal #wrapper #sec2 {
  background: url(/assets/humancapital/image/challenge/internal/circle-bg.webp) no-repeat top left;
}
#internal #wrapper #sec2 .voice {
  padding: 5rem 0;
  display: flex;
  gap: 0 7rem;
}
@media screen and (max-width: 767px) {
  #internal #wrapper #sec2 .voice {
    display: block;
  }
}
#internal #wrapper #sec2 .voice.voice1 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#internal #wrapper #sec2 .voice .image {
  width: 25%;
}
@media screen and (max-width: 767px) {
  #internal #wrapper #sec2 .voice .image {
    margin: auto;
  }
}
#internal #wrapper #sec2 .voice .text {
  flex: 1;
}
#internal #wrapper #sec2 .voice .text .name {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #internal #wrapper #sec2 .voice .text .name {
    text-align: center;
    font-size: 1.6rem;
  }
}
#internal #wrapper #sec2 .voice .text .ba {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  margin-bottom: 3rem;
}
#internal #wrapper #sec2 .voice .text .ba .pos {
  display: inline-block;
  background-color: #EE1C26;
  color: #fff;
  line-height: 1.2;
  padding: 10px 20px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  #internal #wrapper #sec2 .voice .text .ba .pos {
    width: 100%;
    text-align: center;
  }
}
#internal #wrapper #sec2 .voice .text .ba .arrow {
  margin-left: 20%;
  line-height: 0;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  #internal #wrapper #sec2 .voice .text .ba .arrow {
    text-align: center;
    margin: auto;
  }
}
#internal #wrapper #sec2 .voice .text p b {
  font-weight: bold;
}