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/well-being/circle-bg.webp) no-repeat right bottom;
  background-size: 50% auto;
}
#index #sec1 .srogan {
  text-align: center;
  position: relative;
  margin-bottom: 8rem;
}
#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: rgba(255, 255, 255, 0.65);
  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;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #index #sec1 .attempt .layout .box {
    margin-bottom: 2rem;
  }
}
#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;
}
@media screen and (max-width: 767px) {
  #index #sec1 .attempt .layout .box h3 {
    margin-bottom: 0.5rem;
  }
}
#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.col2 {
  grid-template-columns: repeat(2, 1fr);
}

#engagement #wrapper #visual {
  position: relative;
  margin-bottom: 7rem;
}
#engagement #wrapper #visual .circle {
  position: absolute;
  left: 10%;
  top: -40%;
  z-index: -1;
  width: 600px;
  transform: rotate(45deg);
}
#engagement #wrapper #sec1 h2 {
  text-align: center;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  margin-bottom: 4rem;
}
#engagement #wrapper #sec1 .layout {
  display: grid;
  gap: 0 5%;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  #engagement #wrapper #sec1 .layout {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
#engagement #wrapper #sec1 .layout .box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#engagement #wrapper #sec1 .layout .box h3 {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #engagement #wrapper #sec1 .layout .box h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}
#engagement #wrapper #sec1 .layout .box .image {
  line-height: 0;
  border-radius: 10px;
}
#engagement #wrapper #sec1 .layout .box span {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#workstyle #wrapper #visual {
  position: relative;
  margin-bottom: 7rem;
}
#workstyle #wrapper #visual .circle {
  position: absolute;
  left: 10%;
  top: -40%;
  z-index: -1;
  width: 600px;
  transform: rotate(45deg);
}
#workstyle #wrapper #sec1 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #workstyle #wrapper #sec1 {
    margin-top: 5rem;
  }
}
#workstyle #wrapper #sec1 h2 {
  text-align: center;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  margin-bottom: 4rem;
}
#workstyle #wrapper #sec1 .lead {
  max-width: 990px;
  margin: 0 auto 8rem;
}
#workstyle #wrapper #sec2 {
  background: url(/assets/humancapital/image/well-being/workstyle/circle-bg.webp) no-repeat left top;
  background-size: 50% auto;
}
#workstyle #wrapper #sec2 .in-box {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 5rem 8%;
}
@media screen and (max-width: 767px) {
  #workstyle #wrapper #sec2 .in-box {
    padding: 3rem 3%;
  }
}
#workstyle #wrapper #sec2 .in-box h3 {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 6rem;
}
#workstyle #wrapper #sec2 .in-box .message {
  display: flex;
  padding: 4rem 4rem;
}
@media screen and (max-width: 767px) {
  #workstyle #wrapper #sec2 .in-box .message {
    display: block;
    padding: 3rem 0 0;
  }
}
#workstyle #wrapper #sec2 .in-box .message .image {
  width: 20%;
  max-width: 236px;
}
@media screen and (max-width: 767px) {
  #workstyle #wrapper #sec2 .in-box .message .image {
    margin: 0 auto 1rem;
    width: 40%;
  }
}
#workstyle #wrapper #sec2 .in-box .message.hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-block: 8rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #workstyle #wrapper #sec2 .in-box .message.hr {
    padding-block: 4rem;
    margin-top: 2rem;
  }
}
#workstyle #wrapper #sec2 .in-box .message .text {
  flex: 1;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  #workstyle #wrapper #sec2 .in-box .message .text {
    padding-left: 0;
  }
}
#workstyle #wrapper #sec2 .in-box .message .text .name {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #workstyle #wrapper #sec2 .in-box .message .text .name {
    text-align: center;
  }
}
#workstyle #wrapper #sec2 .in-box .message .text .name small {
  display: block;
  line-height: 1.5;
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
}
#workstyle #wrapper #sec2 .in-box .voices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  #workstyle #wrapper #sec2 .in-box .voices {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
#workstyle #wrapper #sec2 .in-box .voices .box {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 3rem;
}
#workstyle #wrapper #sec2 .in-box .voices .box .image {
  width: 100%;
  text-align: center;
  max-width: none;
}
@media screen and (max-width: 767px) {
  #workstyle #wrapper #sec2 .in-box .voices .box .image {
    width: 40%;
    margin: 0 auto 1rem;
  }
}
#workstyle #wrapper #sec2 .in-box .voices .box .image img {
  max-width: 236px;
}
@media screen and (max-width: 767px) {
  #workstyle #wrapper #sec2 .in-box .voices .box .image img {
    max-width: 100%;
  }
}

#kenko #wrapper #visual {
  position: relative;
  margin-bottom: 7rem;
}
#kenko #wrapper #visual .circle {
  position: absolute;
  right: 30%;
  top: -60%;
  z-index: -1;
  width: 600px;
  transform: rotate(45deg);
}
#kenko #wrapper #sec1 {
  margin-top: 8rem;
  text-align: center;
}
#kenko #wrapper #sec1 .lead {
  color: #EE1C26;
  font-weight: 600;
  margin-block: 3rem 5rem;
}
#kenko #wrapper #sec1 .block {
  margin-bottom: 5rem;
}
#kenko #wrapper #sec1 .block h3 {
  font-size: clamp(2.45rem, 1.848rem + 0.8vw, 3rem);
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #kenko #wrapper #sec1 .block h3 {
    font-size: 2rem;
  }
}
#kenko #wrapper #sec1 .block p {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #kenko #wrapper #sec1 .block p {
    font-size: 1.4rem;
  }
}
#kenko #wrapper #sec1 .link {
  text-align: center;
}
#kenko #wrapper #sec1 .link a {
  display: inline-flex;
  align-items: center;
  background-color: #EE1C26;
  color: #fff;
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 500;
  line-height: 1;
  padding: 20px 40px 20px 40px;
  border-radius: 100px;
}
#kenko #wrapper #sec1 .link a span {
  display: inline-block;
  line-height: 0;
  margin-left: 40px;
}
#kenko #wrapper #sec1 .link a:hover {
  text-decoration: none;
  background-color: #C9171F;
}

#analysis #wrapper #visual {
  position: relative;
  margin-bottom: 7rem;
}
#analysis #wrapper #visual .circle {
  position: absolute;
  right: 30%;
  top: -60%;
  z-index: -1;
  width: 600px;
  transform: rotate(45deg);
}
#analysis #wrapper #sec1 .in-box {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 5rem 8%;
}
#analysis #wrapper #sec1 .in-box h2 {
  text-align: center;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  margin-bottom: 5rem;
}