#workstyle #content-block {
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  #workstyle #content-block {
    padding-block: 50px;
  }
}
#workstyle #content-block h3.block-title {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #008B3E;
  font-size: clamp(2.45rem, 1.848rem + 0.8vw, 3rem);
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  #workstyle #content-block h3.block-title {
    font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  }
}
#workstyle #content-block h3.block-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #008B3E;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
#workstyle #content-block #first {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #workstyle #content-block #first {
    margin-bottom: 20px;
  }
}
#workstyle #content-block #first .layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  #workstyle #content-block #first .layout {
    display: block;
  }
}
#workstyle #content-block #first .layout .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 50px;
}
#workstyle #content-block #first .layout .box h4 {
  background-color: #008B3E;
  color: #fff;
  border-radius: 5px;
  line-height: 1.2;
  padding: 10px;
  text-align: center;
  font-size: clamp(1.475rem, 1.268rem + 0.3vw, 1.7rem);
  font-weight: 500;
  margin-bottom: 15px;
}
#workstyle #content-block #first .layout .box p {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  margin-bottom: 30px;
  flex: 1;
}
#workstyle #content-block #first .layout .box .image {
  text-align: center;
}
#workstyle #content-block #first .layout .box .image.zu {
  max-width: 480px;
  margin: auto;
}
#workstyle #content-block #first .layout .box .scroll-hint img {
  width: 600px;
  max-width: none;
}
#workstyle #content-block #childcare {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #workstyle #content-block #childcare {
    margin-bottom: 40px;
  }
}
#workstyle #content-block #childcare .row {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #workstyle #content-block #childcare .row {
    margin-bottom: 30px;
  }
}
#workstyle #content-block #childcare .row .layout {
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  #workstyle #content-block #childcare .row .layout {
    display: block;
  }
}
#workstyle #content-block #childcare .row1 .layout p {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #workstyle #content-block #childcare .row1 .layout p {
    width: 100%;
    font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
    margin-bottom: 2rem;
  }
}
#workstyle #content-block #childcare .row1 .layout .image {
  width: 60%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #workstyle #content-block #childcare .row1 .layout .image {
    width: 100%;
  }
}
#workstyle #content-block #childcare .row2 h3 + p {
  text-align: center;
  margin-bottom: 50px;
}
#workstyle #content-block #childcare .row2 .layout .col {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #workstyle #content-block #childcare .row2 .layout .col {
    width: 100%;
    margin-bottom: 40px;
  }
}
#workstyle #content-block #childcare .row2 .layout .col .box h4 {
  font-size: clamp(1.475rem, 1.268rem + 0.3vw, 1.7rem);
  font-weight: 500;
  background-color: #008B3E;
  color: #fff;
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 15px;
  text-align: center;
}
#workstyle #content-block #childcare .row2 .layout .col .box p {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  margin-bottom: 1rem;
}
#workstyle #content-block #childcare .row2 .layout .col .box.mb {
  margin-bottom: 5rem;
}
#workstyle #content-block #childcare .topics {
  position: relative;
  max-width: 1000px;
  margin: auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 60px 5%;
}
#workstyle #content-block #childcare .topics .sub {
  position: absolute;
  top: 0;
  left: 35px;
  transform: translateY(-50%);
  background-color: #008B3E;
  color: #fff;
  padding: 10px 40px;
  border-radius: 50px;
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
}
#workstyle #content-block #childcare .topics .title {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #workstyle #content-block #childcare .topics .title {
    flex-direction: column;
    gap: 0;
  }
}
#workstyle #content-block #childcare .topics .title h3 {
  font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 30px;
  color: #008B3E;
}
@media screen and (max-width: 767px) {
  #workstyle #content-block #childcare .topics .title h3 {
    margin-bottom: 0;
    font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  }
}
#workstyle #content-block #childcare .topics .title ul {
  padding-left: 25px;
}
#workstyle #content-block #childcare .topics .title ul li {
  position: relative;
}
#workstyle #content-block #childcare .topics .title ul li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 52%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #008B3E;
  border-radius: 50%;
}
#workstyle #content-block #support {
  margin-bottom: 100px;
}
#workstyle #content-block #support .row1 {
  margin-bottom: 80px;
}
#workstyle #content-block #support .row1 p {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
}
#workstyle #content-block #support .row1 .image {
  max-width: 900px;
  margin: auto;
  display: block;
}
#workstyle #content-block #support .row2 .lead {
  text-align: center;
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  margin-bottom: 60px;
}
#workstyle #content-block #support .row2 .layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 5%;
}
#workstyle #content-block #support .row2 .layout .box {
  padding-bottom: 40px;
}
#workstyle #content-block #support .row2 .layout .box h4 {
  background-color: #008B3E;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
  font-size: clamp(1.475rem, 1.268rem + 0.3vw, 1.7rem);
  font-weight: 500;
}
#workstyle #content-block #support .row2 .layout .box p {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  line-height: 1.8;
}
#workstyle #content-block #voice .layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  #workstyle #content-block #voice .layout {
    grid-template-columns: 1fr;
  }
}
#workstyle #content-block #voice .layout .box {
  position: relative;
  margin-bottom: 5%;
}
#workstyle #content-block #voice .layout .box .top {
  position: relative;
  padding-bottom: 38px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #workstyle #content-block #voice .layout .box .top {
    padding-bottom: 0;
  }
}
#workstyle #content-block #voice .layout .box .image {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #workstyle #content-block #voice .layout .box .image {
    width: 100%;
  }
}
#workstyle #content-block #voice .layout .box .profile {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #008B3E;
  border-radius: 15px;
  padding: 4%;
  color: #fff;
  font-size: clamp(1.175rem, 1.012rem + 0.2vw, 1.3rem);
}
@media screen and (max-width: 767px) {
  #workstyle #content-block #voice .layout .box .profile {
    width: 80%;
    position: relative;
    text-align: center;
    margin: -4rem auto 0;
  }
}
#workstyle #content-block #voice .layout .box .profile .name {
  font-size: clamp(1.475rem, 1.268rem + 0.3vw, 1.7rem);
  font-weight: 500;
}
#workstyle #content-block #voice .layout .box .profile .position {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#workstyle #content-block #voice .layout .box .profile .position::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0px;
}
@media screen and (max-width: 767px) {
  #workstyle #content-block #voice .layout .box .profile .position::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
#workstyle #content-block #voice .layout .box p {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
}

#young-career #content-block {
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  #young-career #content-block {
    padding-block: 50px;
  }
}
#young-career #content-block #young {
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #young-career #content-block #young {
    margin-bottom: 50px;
  }
}
#young-career #content-block #young::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #F1F5F2;
  border-radius: 15px;
  width: 83%;
  height: 70%;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#young-career #content-block #young .layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  #young-career #content-block #young .layout {
    grid-template-columns: 1fr;
  }
}
#young-career #content-block #young .layout .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 50px;
}
#young-career #content-block #young .layout .box h3 {
  color: #008B3E;
  text-align: center;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  margin-bottom: 15px;
}
#young-career #content-block #young .layout .box p {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  margin-bottom: 30px;
  flex: 1;
}
#young-career #content-block #young .layout .box .image {
  text-align: center;
}
#young-career #content-block #young .layout .box .image.zu {
  max-width: 480px;
  margin: auto;
}
#young-career #content-block #young .layout .box .link {
  text-align: center;
}
#young-career #content-block #career {
  position: relative;
}
#young-career #content-block #career::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #F1F5F2;
  border-radius: 15px;
  width: 83%;
  height: 80%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#young-career #content-block #career .layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  #young-career #content-block #career .layout {
    grid-template-columns: 1fr;
  }
}
#young-career #content-block #career .layout .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #young-career #content-block #career .layout .box {
    padding-bottom: 30px;
  }
}
#young-career #content-block #career .layout .box h3 {
  color: #008B3E;
  text-align: center;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  margin-bottom: 15px;
}
#young-career #content-block #career .layout .box p {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  margin-bottom: 30px;
  flex: 1;
}
#young-career #content-block #career .layout .box .image {
  text-align: center;
}
#young-career #content-block #career .layout .box .image.zu {
  max-width: 480px;
  margin: auto;
}