@charset "UTF-8";

.p-business {
  padding-top: 140px;
}
@media screen and (min-width:768px) {
  .p-business {
    padding-top: clamp(140px, 12.5915080527vw, 172px);
  }
}

.p-business__top {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width:768px) {
  .p-business__top {
    margin-bottom: 137px;
  }
}

.p-business__texts {
  max-width: 623px;
  padding-inline: 20px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.p-business__title {
  color: #011e55;
  font-size: clamp(19px, 1.756954612vw, 24px);
  line-height: 1.6666666667;
  letter-spacing: 1.92px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (min-width:768px) {
  .p-business__title {
    margin-bottom: clamp(40px, 4.4655929722vw, 61px);
  }
}

.p-business__text {
  font-size: clamp(14px, 1.0980966325vw, 15px);
  line-height: 1.8;
  letter-spacing: 1.2px;
  font-weight: 500;
  max-width: clamp(400px, 37.3352855051vw, 510px);
  margin-inline: auto;
}
.p-business__text + .p-business__text {
  margin-top: 24px;
}

.p-business__img-l {
  position: absolute;
  top: -124px;
  left: 0;
  max-width: 300px;
  max-height: 473.08px;
  min-width: 72px;
  min-height: 113.5392px;
  width: 21.9619326501vw;
  height: 34.6325036603vw;
  aspect-ratio: 300/473.08;
  opacity: 0.7;
}
.p-business__img-l img {
  -webkit-mask: url(../images/recruitment-l.png) 50% 50%/contain no-repeat;
          mask: url(../images/recruitment-l.png) 50% 50%/contain no-repeat;
}
@media screen and (min-width:768px) {
  .p-business__img-l {
    opacity: 1;
    top: max(-98px, -13.0208333333vw);
  }
}
@media screen and (min-width:1367px) {
  .p-business__img-l {
    top: -59px;
    left: calc((100vw - 1366px) / 2);
  }
}

.p-business__img-r {
  position: absolute;
  top: 58px;
  right: 0;
  max-width: 300px;
  max-height: 477.75px;
  min-width: 72px;
  min-height: 114.66px;
  width: 21.9619326501vw;
  height: 34.9743777452vw;
  aspect-ratio: 300/477.75;
  opacity: 0.7;
}
.p-business__img-r img {
  -webkit-mask: url(../images/recruitment-r.png) 50% 50%/contain no-repeat;
          mask: url(../images/recruitment-r.png) 50% 50%/contain no-repeat;
}
@media screen and (min-width:768px) {
  .p-business__img-r {
    top: 7.1376281113vw;
    opacity: 1;
  }
}
@media screen and (min-width:1367px) {
  .p-business__img-r {
    top: 97.5px;
    right: calc((100vw - 1366px) / 2);
  }
}

.p-business__bottom-wrap {
  background: transparent linear-gradient(91deg, #011e55 0%, #055893 100%) 0% 0% no-repeat padding-box;
}

.p-business__bottom {
  padding-block: 60px;
  background: #F5F5F5;
  border-radius: 0 0 40px 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-business__bottom {
    padding-block: 130px 134px;
  }
}
.p-business__bottom::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-radius: 0 0 40px 40px;
  opacity: 0.6;
  z-index: -1;
}

.p-strength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (min-width:1200px) {
  .p-strength {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(60px, 7.3206442167vw, 100px);
    margin-bottom: clamp(100px, 11.7130307467vw, 160px);
        max-width: 1366px;
    margin-inline: auto;
  }
}

.p-strength__head {
  padding-left: clamp(20px, 10.2489019034vw, 140px);
}

.p-strength__title-en {
  font-family: "Lato", sans-serif;
  color: #011f56;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 3.15px;
  font-weight: 500;
}

.p-strength__title-ja {
  padding-top: 10px;
  font-size: 20px;
  line-height: 1.4642857143;
  letter-spacing: 1.4px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-strength__title-ja {
    font-size: 28px;
  }
}

.p-strength__body {
  border-bottom: 1px solid #D8D8D8;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width:1200px) {
  .p-strength__body {
    padding-inline: 0;
    margin-left: 0;
    margin-top: 48px;
  }
}


.p-strength__point {
  padding-block: 40px;
  max-width: 830px;
  border-top: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width:1024px) {
  .p-strength__point {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(40px, 5.8565153734vw, 80px);
  }
}

.p-strength__point-num {
  margin-top: 7px;
  font-family: "Lato", sans-serif;
  color: #127ACC;
  font-size: 15px;
  line-height: 1.3333333333;
  letter-spacing: 0.75px;
  font-style: 500px;
}

.p-strength__point-texts {
  max-width: 661px;
}

.p-strength__point-title {
  color: #011e55;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 1.6px;
  font-weight: 600;
}
@media screen and (min-width:768px) {
  .p-strength__point-title {
    font-size: 20px;
  }
}

.p-strength__point-text {
  margin-top: 30px;
  font-size: clamp(14px, 1.0980966325vw, 15px);
  line-height: 1.8;
  letter-spacing: 1.2px;
  font-weight: 500;
}

.p-business__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 32px;
}
@media screen and (min-width:1024px) {
  .p-business__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: clamp(60px, 8.4187408492vw, 115px);
  }
}
@media screen and (min-width:1200px) {
  .p-business__content {
    max-width: 1366px;
    margin-inline: auto;
  }
}

.p-business__text-content {
  max-width: 492px;
  padding-inline: 20px;
  margin-left: auto;
}
@media screen and (min-width:1024px) {
  .p-business__text-content {
    padding-inline: 0;
    margin-top: 103px;
    margin-left: 0;
  }
}
.p-business__text-content .p-business__text {
  margin-inline: 0;
}

.p-business__text-content .p-business__text {
  margin-inline: 0;
}
.p-business__content-title {
  color: #011e55;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 1.76px;
  font-weight: 600;
  margin-bottom: 56px;
}
@media screen and (min-width:768px) {
  .p-business__content-title {
    font-size: 22px;
  }
}

.p-business__btn {
  margin-top: clamp(40px, 5.9297218155vw, 81px);
}
.p-business__img-content {
  width: clamp(300px, 45.3147877013vw, 619px);
  height: clamp(329.563812601px, 49.7803806735vw, 680px);
}
.p-business__img-content img {
  border-radius: 0px 10px 10px 0px;
}
@media screen and (min-width:1367px) {
  .p-business__img-content img {
    border-radius: 10px;
  }
}

.p-estate .p-strength {
  margin-bottom: 0;
}

.p-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (min-width:1200px) {
  .p-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(60px, 12.3718887262vw, 169px);
    margin-bottom: clamp(100px, 11.7130307467vw, 160px);
    max-width: 1366px;
    margin-inline: auto;
  }
}

.p-menu__body {
  padding-inline: 20px;
}
@media screen and (min-width:1200px) {
  .p-menu__body {
    margin-top: 48px;
  }
}


.p-menu__table-container {
  width: 100%;
  max-width: 830px;
  margin-inline: auto;
  overflow-x: auto;
}
.p-menu__table {
  width: 540px;
  border-top: 1px solid #d8d8d8;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-menu__table {
    width: 830px;
    margin-inline: 0;
  }
}

.p-menu__table-row {
  padding-block: 25px;
  position: relative;
  display: grid;
  grid-template-columns: 200px 1fr;
}
@media screen and (min-width:768px) {
  .p-menu__table-row {
    grid-template-columns: 220px 1fr;
  }
}
.p-menu__table-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}
.p-menu__table-row:first-of-type .p-menu__table-title::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #153255;
}

.p-menu__table-title {
  color: #193363;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-menu__table-title::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #153255;
}

.p-menu__table-text {
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.p-menu__btn-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .p-menu__btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
@media screen and (min-width:1200px) {
  .p-menu__btn-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.p-menu__btn {
  position: relative;
  padding-block: 15px;
  width: 207px;
  border-radius: 25px;
  cursor: pointer;
}

.p-menu__btn.tel-btn {
  padding-block: 7px 5px;
}

.p-menu__btn-text {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4615384615;
  letter-spacing: 1.04px;
  font-weight: 500;
}

.line-btn {
  padding-left: 62px;
  background: #61c27a;
}
.line-btn::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 29px;
  width: 23px;
  height: 23px;
  background: url(../images/visit-line.svg) no-repeat center center/cover;
}

.tel-btn {
  background: #3286E6;
}
.tel-btn::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 34.4px;
  width: 7.41px;
  height: 19px;
  background: url(../images/visit-tel.svg) no-repeat center center/cover;
}

.tel-text {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.4705882353;
  letter-spacing: 1.36px;
  font-weight: 500;
  padding-left: 48.6px;
}

.p-menu__btn-text-s {
  color: #ffffff;
  font-size: 9px;
  line-height: 1.4444444444;
  letter-spacing: 0.72px;
  font-weight: 500;
  padding-left: 61px;
}

.contact-btn {
  padding-left: 47px;
  background: #1472B8;
}
.contact-btn::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 22px;
  width: 15px;
  height: 12px;
  background: url(../images/visit-mail.svg) no-repeat center center/cover;
}
