/* ------------------------------
    p-sec01
------------------------------ */
.p-sec01 {
  margin-top: 19.5rem;
}
@media screen and (max-width: 768px) {
  .p-sec01 {
    margin-top: 27.5rem;
  }
}

.p-sec01__txt {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .p-sec01__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}

/* ------------------------------
    p-sec02
------------------------------ */
.p-sec02 {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-sec02 {
    margin-top: 8.2rem;
  }
}
.p-sec02 .c-ttl-green32 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-sec02 .c-ttl-green32 {
    margin-bottom: 7rem;
  }
}
.p-sec02 .c-ttl-line02 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-sec02 .c-ttl-line02 {
    margin-bottom: 2.4rem;
  }
}

section[class^=p-sec02-box0]:not(.p-sec02-box01) {
  margin-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  section[class^=p-sec02-box0]:not(.p-sec02-box01) {
    margin-top: 7.2rem;
  }
}

/* ------------------------------
    p-sec03
------------------------------ */
.p-sec03 {
  background: #f4f8f7;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .p-sec03 {
    margin-top: 8.5rem;
  }
}
.p-sec03 .u-wrap__1100 {
  padding: 7.3rem 0 13.1rem;
}
@media screen and (max-width: 768px) {
  .p-sec03 .u-wrap__1100 {
    padding: 6.3rem 0 10.1rem;
  }
}

.p-sec03-box01 {
  border-left: 1px solid #008482;
  margin: 4.5rem 0 0;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .p-sec03-box01 {
    margin: 3.5rem 0 0;
  }
}
.p-sec03-box01 dd {
  margin: 1.8rem 0 0;
}
.p-sec03-box01 dd + dt {
  margin-top: 5rem;
}

.p-sec03-box01__txt {
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-sec03-box01__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}

.p-sec03-box02 {
  border-radius: 1rem;
  overflow: hidden;
  background: #ffffff;
  margin-top: 6.8rem;
  padding: 7.5rem 4.2rem 7rem;
}
@media screen and (max-width: 768px) {
  .p-sec03-box02 {
    padding: 6.3rem 4rem 9rem;
  }
}
.p-sec03-box02 .c-ttl-green22 {
  margin-bottom: 2.6rem;
}
.p-sec03-box02 .c-ttl-line04 {
  margin-bottom: 1.5rem;
}

.p-sec03-box02__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #134e3b;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-sec03-box02__ttl {
    font-size: 3.8rem;
    line-height: 1.4210526316;
  }
}

.p-sec03-box02__txt {
  font-size: 1.5rem;
  line-height: 1.9;
  width: 72rem;
  margin: 4.2rem auto 5.8rem;
}
@media screen and (max-width: 768px) {
  .p-sec03-box02__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}
@media screen and (max-width: 768px) {
  .p-sec03-box02__txt {
    width: 100%;
    margin: 4.1rem auto 2.5rem;
  }
}

.p-sec03-box02-item + .p-sec03-box02-item {
  border-top: 1px dashed #96afaa;
  margin-top: 2.8rem;
  padding-top: 4.3rem;
}
@media screen and (max-width: 768px) {
  .p-sec03-box02-item + .p-sec03-box02-item {
    margin-top: 4.3rem;
  }
}

.p-sec03-box02-item__txtarea {
  margin-top: 2.6rem;
}
@media screen and (max-width: 768px) {
  .p-sec03-box02-item__txtarea {
    margin-top: 3rem;
  }
}

.p-sec03-box02-item__txt {
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-sec03-box02-item__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}

.p-sec03-box02-item-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 2.7rem;
  margin: 3.3rem 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-sec03-box02-item-site {
    display: block;
    margin: 3.3rem 0 1.6rem;
  }
}
.p-sec03-box02-item-site a {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-sec03-box02-item-site a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .p-sec03-box02-item-site a:hover {
    color: #008482;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
@media screen and (max-width: 768px) {
  .p-sec03-box02-item-site a {
    display: block;
    font-size: 2.6rem;
  }
}

.p-sec03-box02-item-site__txt {
  padding-left: 1.8rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #008482;
}
@media screen and (max-width: 768px) {
  .p-sec03-box02-item-site__txt {
    font-size: 2.8rem;
    padding-left: 2.8rem;
  }
}
.p-sec03-box02-item-site__txt::before {
  content: "";
  position: absolute;
  top: 1.05rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.2rem;
  background: #008482;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-sec03-box02-item-site__txt::before {
    top: 1.5rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}

.p-sec03-box02-item__txt + .p-sec03-box02-item-site {
  margin-top: 2.8rem;
}

.p-sec03-box02-item__list {
  margin: 0;
  padding: 0;
}
.p-sec03-box02-item__list li {
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .p-sec03-box02-item__list li {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}

.p-sec03-box02-item__link {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-sec03-box02-item__link {
    font-size: 2.8rem;
    margin-top: 3rem;
  }
}
/*# sourceMappingURL=career_support.css.map */
