/* 25.03.10 Gouda */
@media (max-width: 767px) {
  .nurture .forPc {
    display: none;
  }
}
.nurture .innerWrap {
  max-width: 1240px;
  padding-right: 70px;
  padding-left: 70px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .nurture .innerWrap {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.nurture .lowermain {
  background: url(../img/nurture_mainv01.png) no-repeat;
  background-size: 100%;
  background-position: center top;
}
.nurture .lowertit h1 span::before,
.nurture .lowertit h1 span::after {
  background: url(../img/title_bg01.png) no-repeat top center;
  background-size: 100%;
}
.nurture_content {
  background-image: url(../img/nurture/nurture_bg.png);
  background-repeat: repeat-y;
  background-size: contain;
}
.nurture_head {
  background-color: #ffe9f0;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .nurture_head {
    margin-bottom: 40px;
  }
}
.nurture_head .wrap {
  position: relative;
  text-align: center;
  max-width: 840px;
  padding: 60px 70px;
  margin: 0 70px;
}
@media (max-width: 767px) {
  .nurture_head .wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    padding: 40px 5%;
    padding-bottom: 0;
    margin: 0;
  }
}
.nurture_head .wrap::before {
  content: '';
  aspect-ratio: 132/96;
  width: 132px;
  background-image: url(../img/nurture/nature_lead_illust.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 70px;
  transform: translateX(100%);
}
@media (max-width: 767px) {
  .nurture_head .wrap::before {
    width: calc(132px * 0.8);
    display: block;
    position: initial;
    transform: initial;
    margin-left: 40px;
  }
}
.nurture_head .wrap p {
  font-feature-settings: "palt";
  line-height: 2;
}
.nurture_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .nurture_ttl {
    margin-bottom: 10px;
  }
}
.nurture_ttl .ttl-en {
  color: #e75c8a;
  font-weight: 600;
}
@media (max-width: 767px) {
  .nurture_ttl .ttl-en {
    font-size: 0.875em;
  }
}
.nurture_ttl .ttl-ja {
  text-align: center;
  font-size: 1.875em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .nurture_ttl .ttl-ja {
    font-size: 1.25em;
  }
}
.nurture_lead {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2;
}
@media (max-width: 767px) {
  .nurture_lead {
    display: flex;
    justify-content: center;
    font-size: 0.875em;
    margin-bottom: 30px;
    text-align: left;
  }
}
.nurture .commonBlock {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  column-gap: 70px;
  row-gap: 40px;
}
@media (max-width: 1024px) {
  .nurture .commonBlock {
    column-gap: 40px;
  }
}
@media (max-width: 767px) {
  .nurture .commonBlock {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.nurture .commonBlock_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.nurture .commonBlock_item:not(:has(imgArea)) {
  display: block;
}
.nurture .commonBlock_item .imgArea {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .nurture .commonBlock_item .imgArea {
    margin-bottom: 10px;
  }
}
.nurture .commonBlock_item .imgArea .img {
  border: solid 10px #e4dbcc;
  width: 100%;
  max-width: 516px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .nurture .commonBlock_item .imgArea .img {
    max-width: 280px;
    border-width: 5px;
  }
}
.nurture .commonBlock_item .imgArea .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 496/340;
}
.nurture .commonBlock_item .textArea_head {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .nurture .commonBlock_item .textArea_head {
    margin-bottom: 5px;
  }
}
.nurture .commonBlock_item .textArea_head_h {
  display: inline;
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 600;
  background: linear-gradient(transparent 60%, #fbf0b2 0%);
}
@media (max-width: 767px) {
  .nurture .commonBlock_item .textArea_head_h {
    font-size: 1.125em;
  }
}
.nurture .commonBlock_item .desc {
  line-height: 2;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .nurture .commonBlock_item .desc {
    font-size: 0.875em;
  }
}
.nurture_jobs {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .nurture_jobs {
    padding-bottom: 60px;
  }
}
.nurture_training {
  position: relative;
  background-color: #ffe9f0;
  padding: 100px 0;
  margin-bottom: 120px;
  z-index: 1;
}
@media (max-width: 767px) {
  .nurture_training {
    padding: 30px 0;
    margin-bottom: 50px;
  }
}
.nurture_training::before,
.nurture_training::after {
  content: '';
  aspect-ratio: 1560/44;
  width: 100%;
  height: 44px;
  mask-image: url(../img/nurture/wave_shape.png);
  mask-repeat: repeat-x;
  mask-size: auto;
  background-color: #ffe9f0;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 767px) {
  .nurture_training::before,
  .nurture_training::after {
    mask-size: 936px;
  }
}
.nurture_training::before {
  top: -20px;
  left: 0;
}
.nurture_training::after {
  bottom: -20px;
  left: 0;
}
@media (max-width: 767px) {
  .nurture_training::after {
    bottom: -30px;
  }
}
.nurture_training_inner {
  position: relative;
  z-index: 2;
}
.nurture_training_deco {
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(162deg, transparent, transparent 3px, rgba(255, 255, 255, 0.3) 3px, rgba(255, 255, 255, 0.3) 6px);
  clip-path: polygon(50% 0, 100% 0, 100% 20%, 50% 100%, 0 100%, 0 80%);
  position: absolute;
  inset: -4%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .nurture_training_deco {
    background-image: repeating-linear-gradient(162deg, transparent, transparent 2px, rgba(255, 255, 255, 0.3) 2px, rgba(255, 255, 255, 0.3) 4px);
    clip-path: polygon(70% 0, 100% 0, 100% 20%, 25% 100%, 0 100%, 0 80%);
  }
}
.nurture_training .training_content_item .imgArea .img {
  border-color: #fff;
}
.nurture_welfare {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .nurture_welfare {
    padding-bottom: 90px;
  }
}
.nurture_welfare_inner.innerWrap {
  max-width: 1340px;
}
@media (max-width: 767px) {
  .nurture_welfare_inner.innerWrap {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.nurture_welfare .commonBlock_wrap {
  border: solid 3px #e75c8a;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .nurture_welfare .commonBlock_wrap {
    border-width: 2px;
  }
}
.nurture_welfare .welfare_content {
  padding: 55px 67px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .nurture_welfare .welfare_content {
    padding: 20px 5%;
  }
}
.nurture_welfare .welfare_content_item .imgArea .img {
  border: none;
}
.nurture_welfare .welfare_lead {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #e75c8a;
}
@media (max-width: 767px) {
  .nurture_welfare .welfare_lead {
    padding: 10px 14px;
    padding-left: 0;
    padding-bottom: 0;
    gap: 12px;
  }
}
.nurture_welfare .welfare_lead::before {
  content: '';
  aspect-ratio: 72/69;
  width: 72px;
  background-image: url(../img/nurture/welfare_illust.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .nurture_welfare .welfare_lead::before {
    width: calc(71px * 0.6);
    margin: 0;
  }
}
.nurture_welfare .welfare_lead p {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .nurture_welfare .welfare_lead p {
    font-size: 0.9375em;
    padding-bottom: 5px;
  }
}
.nurture_welfare .welfare_lead p::after {
  content: '';
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #fff 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .nurture_welfare .welfare_lead p::after {
    background-size: 4px 1px;
    bottom: 6px;
  }
}
.nurture_welfare .welfare_btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  padding: 0 70px;
}
@media (max-width: 767px) {
  .nurture_welfare .welfare_btn {
    padding: 0 5%;
    margin-top: 30px;
  }
}
.nurture_welfare .welfare_btn a {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #e75c8a;
  padding: 1.25em 3em;
  border-radius: 5px;
}
@media (hover: hover) {
  .nurture_welfare .welfare_btn a:hover {
    background: #ffe9f0;
    transition: 0.3s;
    color: #e75c8a;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .nurture_welfare .welfare_btn a {
    font-size: 0.875em;
    padding: 20px 40px;
  }
}
.nurture_welfare .welfare_btn a::after {
  content: "";
  display: block;
  background-size: contain;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(-45deg);
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  pointer-events: none;
}
@media (max-width: 767px) {
  .nurture_welfare .welfare_btn a::after {
    right: 18px;
  }
}
