body {
  background: url(../images/page_bg.jpg) center top repeat;
}

.pointBox {
  display: flex;
}
.pointBox .textCol .pointIcon {
  background: #F68300;
  color: #ffffff;
  font-size: 13px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
}
.pointBox .textCol .pointTitle {
  font-weight: bold;
}
.pointBox .textCol .pointCaption {
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .pointBox {
    flex-direction: column;
    row-gap: 16px;
    margin: 0 0 48px 0;
  }
  .pointBox .textCol .pointTitle {
    padding: 10px 0 8px 0;
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .pointBox .textCol .pointCaption {
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
@media print, screen and (min-width: 768px) {
  .pointBox {
    justify-content: space-between;
    align-items: center;
    margin: 0 0 56px 0;
  }
  .pointBox .textCol {
    width: min(59%, 784px);
  }
  .pointBox .textCol .pointTitle {
    font-size: clamp(21px, 2.43vw, 35px);
    padding: 8px 0 24px 0;
  }
  .pointBox .textCol .pointCaption {
    font-size: clamp(14px, 1.25vw, 18px);
  }
  .pointBox .imgCol {
    width: min(40%, 520px);
  }
}
.secTopLink .secTopLinkIn {
  display: flex;
}
.secTopLink .secTopLinkIn .linkBox {
  border: solid 1px #F0B000;
}
.secTopLink .secTopLinkIn .linkBox .boxTitle {
  background: #F0B000;
  font-weight: bold;
  color: #ffffff;
}
.secTopLink .secTopLinkIn .linkBox .boxIn .btnWrap {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .secTopLink {
    padding: 0 0 48px 0;
  }
  .secTopLink .secTopLinkIn {
    flex-direction: column;
    row-gap: 20px;
  }
  .secTopLink .secTopLinkIn .linkBox .boxTitle {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 12px 12px 12px 16px;
  }
  .secTopLink .secTopLinkIn .linkBox .boxIn {
    padding: 16px 16px;
  }
  .secTopLink .secTopLinkIn .linkBox .boxIn .caption {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 0 0 20px 0;
  }
  .secTopLink .secTopLinkIn .linkBox .boxIn .btnWrap {
    width: min(90%, 300px);
  }
}
@media print, screen and (min-width: 768px) {
  .secTopLink {
    padding: 0 0 64px 0;
  }
  .secTopLink .secTopLinkIn {
    justify-content: space-between;
  }
  .secTopLink .secTopLinkIn .linkBox {
    width: min(48.82%, 664px);
  }
  .secTopLink .secTopLinkIn .linkBox .boxTitle {
    font-size: clamp(22px, 2.5vw, 36px);
    padding: 12px 12px 12px 4.82%;
  }
  .secTopLink .secTopLinkIn .linkBox .boxIn {
    padding: 24px 4.82%;
  }
  .secTopLink .secTopLinkIn .linkBox .boxIn .caption {
    font-size: clamp(14px, 1.25vw, 18px);
    margin: 0 0 32px 0;
    line-height: 1.8;
    min-height: calc(clamp(14px, 1.25vw, 18px) * 2 * 1.8);
  }
  .secTopLink .secTopLinkIn .linkBox .boxIn .btnWrap {
    width: min(90%, 460px);
  }
  .secTopLink .secTopLinkIn .linkBox .boxIn .btnWrap .commonBtn .text {
    font-size: clamp(14px, 1.67vw, 24px);
  }
}
.secConsult {
  background: #ffffff;
}
.secConsult .secConsultIn .flowTitle {
  font-weight: bold;
  color: #F68300;
  text-align: center;
}
.secConsult .secConsultIn .flowImg {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .secConsult {
    padding: 40px 0 10px 0;
  }
  .secConsult .secConsultIn .flowTitle {
    font-size: clamp(14px, 6.15vw, 24px);
    padding: 0 0 24px 0;
  }
  .secConsult .secConsultIn .flowImg {
    padding: 0 0 64px 0;
    width: min(100%, 330px);
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .secConsult {
    padding: 80px 0 40px 0;
  }
  .secConsult .secConsultIn .flowTitle {
    font-size: 24px;
    padding: 0 0 32px 0;
  }
  .secConsult .secConsultIn .flowImg {
    padding: 0 0 48px 0;
  }
}
.secRecruit {
  position: relative;
  background: #FFF2DB;
}
.secRecruit::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  background: #ffffff;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  width: 100%;
}
.secRecruit .secRecruitIn .flowBox {
  background: #ffffff;
}
.secRecruit .secRecruitIn .flowBox .flowBoxIn {
  margin: 0 auto;
}
.secRecruit .secRecruitIn .btnWrap {
  margin: 0 auto;
}
.secRecruit .secRecruitIn .btnWrap .commonBtn .text {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .secRecruit {
    padding: 80px 0 60px 0;
  }
  .secRecruit::before {
    height: 40px;
  }
  .secRecruit .secRecruitIn .flowBox {
    margin: 0 0 32px 0;
  }
  .secRecruit .secRecruitIn .flowBox .flowBoxIn {
    width: min(90%, 300px);
    padding: 16px 0;
  }
  .secRecruit .secRecruitIn .btnWrap {
    width: min(90%, 300px);
  }
}
@media print, screen and (min-width: 768px) {
  .secRecruit {
    padding: 160px 0 80px 0;
  }
  .secRecruit::before {
    height: 80px;
  }
  .secRecruit .secRecruitIn .flowBox {
    margin: 0 0 32px 0;
  }
  .secRecruit .secRecruitIn .flowBox .flowBoxIn {
    width: min(90%, 930px);
    padding: 32px 0;
  }
  .secRecruit .secRecruitIn .btnWrap {
    width: min(90%, 460px);
  }
  .secRecruit .secRecruitIn .btnWrap .commonBtn .text {
    font-size: 24px;
  }
}/*# sourceMappingURL=style.css.map */