#index #wrapper #visual {
  position: relative;
}
#index #sec1 .srogan {
  text-align: center;
  position: relative;
  margin-bottom: 8rem;
}
#index #sec1 .srogan .image {
  mix-blend-mode: multiply;
  max-width: 740px;
  margin: auto;
}
#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;
}
#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;
}

#activities #visual {
  position: relative;
  z-index: 1;
}
#activities #visual .circle {
  position: absolute;
  z-index: -1;
}
#activities #visual .circle.c1 {
  top: 0%;
  left: 0%;
  max-width: 768px;
  width: 600px;
  transform: translate(-50%, -30%);
}
@media screen and (max-width: 767px) {
  #activities #visual .circle.c1 {
    width: 400px;
  }
}
#activities #visual .circle.c2 {
  bottom: 0%;
  right: 0%;
  max-width: 768px;
  width: 400px;
  transform: translate(60%, 40%);
}
#activities #sec1 {
  padding-block: 8rem;
  background: url(/assets/humancapital/image/purpose/activities/circle-bg.webp) no-repeat left top;
}
@media screen and (max-width: 767px) {
  #activities #sec1 {
    padding-block: 5rem;
  }
}
#activities #sec1 .logo {
  text-align: center;
  margin-bottom: 8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #activities #sec1 .logo {
    margin-bottom: 4rem;
  }
}
#activities #sec1 h2 {
  text-align: center;
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  font-weight: 500;
  margin-bottom: 4rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  #activities #sec1 h2 {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
#activities #sec1 h2 b {
  color: #EE1C26;
  font-weight: 500;
}
#activities #sec1 .map {
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #activities #sec1 .map .map-image {
    display: none;
  }
}
#activities #sec1 .map .pin {
  position: absolute;
  width: 11.9%;
  transition: transform 0.2s ease;
  animation: pulse 3s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
#activities #sec1 .map #pin1 {
  left: 0;
  top: 47%;
}
#activities #sec1 .map #pin2 {
  left: 5.2%;
  top: 12.8%;
}
#activities #sec1 .map #pin3 {
  left: 26.8%;
  top: 52.1%;
}
#activities #sec1 .map #pin4 {
  left: 39%;
  top: 38.5%;
}
#activities #sec1 .map #pin5 {
  left: 41.5%;
  top: 13.2%;
}
#activities #sec1 .map #pin6 {
  left: 64.9%;
  top: 22.2%;
}
#activities #sec1 .map #pin7 {
  left: 82.5%;
  top: 22.7%;
}
#activities #sec1 .map #pin8 {
  left: 85.6%;
  top: 64.8%;
}
#activities #sec1 .map .message {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  max-width: 400px;
  width: 50%;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  transition: all 0.3s ease;
  transform: translateX(-50%) translateY(20px);
}
@media screen and (max-width: 767px) {
  #activities #sec1 .map .message {
    width: 100%;
    max-width: none;
    opacity: 1;
    position: static;
    margin-bottom: 1rem;
    display: flex;
    transform: none !important;
  }
}
#activities #sec1 .map .message .face {
  display: none;
}
@media screen and (max-width: 767px) {
  #activities #sec1 .map .message .face {
    display: block;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  #activities #sec1 .map .message .text {
    flex: 1;
    padding-left: 15px;
  }
}
#activities #sec1 .map .message p {
  color: #EE1C26;
  font-weight: bold;
}
#activities #sec1 .map .message .name {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
}
#activities #sec1 .map .message#w1 {
  left: 0%;
  bottom: 58.3%;
  transform: translateX(0%) translateY(20px);
}
#activities #sec1 .map .message#w1::after {
  left: 20%;
}
#activities #sec1 .map .message#w2 {
  left: 0.4%;
  bottom: 93.3%;
  transform: translateX(0%) translateY(20px);
}
#activities #sec1 .map .message#w2::after {
  left: 20%;
  transform: translateX(0%);
}
#activities #sec1 .map .message#w3 {
  left: 32%;
  bottom: 51%;
}
#activities #sec1 .map .message#w4 {
  left: 45%;
  bottom: 64%;
}
#activities #sec1 .map .message#w5 {
  left: 47%;
  bottom: 89%;
}
#activities #sec1 .map .message#w6 {
  left: 71%;
  bottom: 81%;
}
#activities #sec1 .map .message#w7 {
  right: 0%;
  bottom: 84%;
  transform: translateX(0%) translateY(20px);
}
#activities #sec1 .map .message#w8 {
  right: 0%;
  bottom: 42%;
  transform: translateX(0%) translateY(20px);
}
#activities #sec1 .map .message.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
#activities #sec1 .workshop {
  max-width: 1100px;
  margin: auto;
}
#activities #sec1 .workshop h3 {
  text-align: center;
  font-size: clamp(1.85rem, 1.48rem + 0.5vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 4rem;
}
#activities #sec1 .workshop .layout {
  display: grid;
  gap: 0 5%;
  grid-template-columns: repeat(2, 1fr);
  max-width: 940px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #activities #sec1 .workshop .layout {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
    padding: 0 3%;
  }
}
#activities #sec1 .workshop .layout .image img {
  border-radius: 10px;
}

#challenge #visual {
  position: relative;
  z-index: 1;
}
#challenge #visual .circle {
  position: absolute;
  z-index: -1;
}
#challenge #visual .circle.c1 {
  top: 0%;
  left: 0%;
  max-width: 768px;
  width: 600px;
  transform: translate(-50%, -30%);
}
@media screen and (max-width: 767px) {
  #challenge #visual .circle.c1 {
    width: 400px;
  }
}
#challenge #visual .circle.c2 {
  bottom: 0%;
  right: 0%;
  max-width: 768px;
  width: 400px;
  transform: translate(60%, 40%);
}
#challenge #sec1 {
  position: relative;
  z-index: 1;
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  #challenge #sec1 {
    padding-block: 5rem 0;
  }
}
#challenge #sec1 h2 {
  text-align: center;
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  font-weight: 500;
  margin-bottom: 4rem;
}
#challenge #sec1 .layout {
  display: grid;
  gap: 0 20px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 980px) {
  #challenge #sec1 .layout {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #challenge #sec1 .layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
#challenge #sec1 .layout .box {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #challenge #sec1 .layout .box:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  #challenge #sec1 .layout .box:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
  }
  #challenge #sec1 .layout .box:nth-child(7) {
    grid-column: 2;
    grid-row: 4;
  }
  #challenge #sec1 .layout .box:nth-child(8) {
    grid-column: 1;
    grid-row: 4;
  }
}
#challenge #sec1 .layout .box.text {
  padding: 13px 20px 0 24px;
  background: linear-gradient(to bottom, rgba(223, 2, 2, 0.2), rgba(235, 190, 121, 0.2));
}
#challenge #sec1 .layout .box.text:nth-child(even) {
  background: linear-gradient(to bottom, rgba(167, 211, 224, 0.2), rgba(229, 72, 79, 0.2));
}
#challenge #sec1 .layout .box.text .icon {
  width: 21px;
  margin: 0 auto 8px;
}
#challenge #sec1 .layout .box.text p {
  font-size: clamp(0.8rem, -0.592rem + 1.8vw, 2rem);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 980px) {
  #challenge #sec1 .layout .box.text p {
    font-size: clamp(1rem, 0.536rem + 0.6vw, 1.4rem);
  }
}
@media screen and (max-width: 767px) {
  #challenge #sec1 .layout .box.text p {
    font-size: 3vw;
  }
}
#challenge #sec1 .layout .box.image {
  line-height: 0;
}
#challenge #sec1 .wide-image {
  max-width: 793px;
  margin: 8rem auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #challenge #sec1 .wide-image {
    margin: 2rem auto;
  }
  #challenge #sec1 .wide-image p {
    font-size: 1.2rem;
  }
}

#asv #visual {
  position: relative;
  z-index: 1;
}
#asv #visual .circle {
  position: absolute;
  z-index: -1;
}
#asv #visual .circle.c1 {
  top: 0%;
  right: 0%;
  max-width: 768px;
  width: 600px;
  transform: translate(35%, -30%);
}
#asv #visual .circle.c2 {
  bottom: 0%;
  left: 0%;
  max-width: 768px;
  width: 400px;
  transform: translate(-60%, 40%);
}
#asv #sec1 {
  position: relative;
  z-index: 1;
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  #asv #sec1 {
    padding-block: 5rem 0;
  }
}
#asv #sec1 h2 {
  text-align: center;
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  font-weight: 500;
  margin-bottom: 4rem;
}
#asv #sec1 .lead {
  text-align: center;
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #asv #sec1 .lead {
    font-size: 2rem;
  }
}
#asv #sec1 .layout {
  display: flex;
  gap: 5%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #asv #sec1 .layout {
    display: block;
  }
}
#asv #sec1 .layout .text {
  width: 35%;
}
@media screen and (max-width: 767px) {
  #asv #sec1 .layout .text {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#asv #sec1 .layout .images {
  flex: 1;
  display: flex;
  gap: 3%;
}
#asv #sec1 .layout .images figure {
  width: 50%;
}
#asv #sec1 .layout .images figure img {
  border-radius: 10px;
}
#asv #sec1 .layout .images figure figcaption {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  margin-top: 1rem;
}
#asv #sec2 {
  background: url(/assets/humancapital/image/purpose/asv/circle-bg.webp) no-repeat top right;
}
#asv #sec2 .inner .comment {
  border-top: 1px solid #B0B0B0;
}
#asv #sec2 table {
  border-top: 1px solid #999999;
  margin: auto;
  background-color: transparent;
}
#asv #sec2 table th {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  border-bottom: 1px solid #999999;
  padding: 10px 20px;
  background-color: #F2E4E5;
  white-space: nowrap;
}
#asv #sec2 table td {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  border-bottom: 1px solid #999999;
  padding: 10px 20px;
  line-height: 1.8;
}
#asv .comment {
  padding: 8rem 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #asv .comment {
    padding: 2rem 0;
    display: block;
  }
}
#asv .comment .prof {
  width: 35%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #asv .comment .prof {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#asv .comment .prof .image {
  max-width: 187px;
  margin: auto;
}
#asv .comment .prof p {
  flex: 1;
  padding-left: 5%;
  margin-top: 1rem;
}
#asv .comment .prof p span {
  display: block;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  margin-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  #asv .comment .prof p span {
    margin-bottom: 0.5rem;
  }
}
#asv .comment .text {
  flex: 1;
}
#asv .comment .text h3 {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #asv .comment .text h3 {
    margin-bottom: 1rem;
  }
}