@charset "utf-8";
/*=============================================
# Base
=============================================*/

/*=============================================
# Layout
=============================================*/

/* l-inner
===============================*/
.l-inner {
  width: 900px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

/* l-main
===============================*/
.l-main {
  padding-top: 120px;
  background-color: #ffd500;
  line-height: 1.5;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 60px;
  }
}

.l-main__inner {}

.l-main__contents {}

/* l-footer
===============================*/
.l-footer {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #ffd500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 60px;
  }
}

.l-footer__inner {}

.l-footer__contents {}

.l-footer__logo {}

.l-footer__logo a,
.l-footer__logo img {
  display: inline-block;
  width: 201px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer__logo a,
  .l-footer__logo img {
    width: 150px;
  }
}

.l-footer__lists {
  display: grid;
  row-gap: 55px;
  margin-top: 45px;
}

.l-footer__list {
  display: grid;
  row-gap: 8px;
}

.l-footer__list dt {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.095em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-footer__list dt {
    font-size: 15px;
  }
}

.l-footer__list dt strong {
  font-weight: 700;
  letter-spacing: 0.155em;
}

.l-footer__list dd {
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1.76889535;
}
@media screen and (max-width: 768px) {
  .l-footer__list dd {
    font-size: 11px;
  }
}

/*=============================================
# Component
=============================================*/
/* c-btn
===============================*/
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 534px;
  max-width: 100%;
  height: 81px;
  background-color: #231815;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-btn {
    height: 65px;
    font-size: 16px;
  }
}

.c-btn span {
  position: relative;
}

.c-btn span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(170%, -50%);
  z-index: 1;
  width: 2.05555556em;
  height: 1em;
  background: url(../images/jobcafe_2025/arrow-icon.png) no-repeat center center / contain;
}

/*=============================================
# Project
=============================================*/
/* p-jobcafe
===============================*/
.p-jobcafe__title {
  text-align: center;
}

.p-jobcafe__title img {
  display: inline-block;
  width: 835px;
  max-width: 100%;
}

.p-jobcafe__cards {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .p-jobcafe__cards {
    margin-top: 20px;
  }
}

.p-jobcafe__service {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-jobcafe__service {
    width: 534px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* p-card-list
===============================*/
.p-card-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .p-card-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }
}

.p-card-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 118px;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-card-list__item {
    height: 80px;
  }
}

.p-card-list__text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-card-list__text {
    font-size: 14px;
  }
}

.p-card-list__text.p-card-list__text--row3 {
  line-height: 1.3;
}

.p-card-list__text small {
  position: relative;
  top: -5px;
  font-size: 0.75em;
}

/* p-service-list
===============================*/
.p-service-list {}

.p-service-list__item {
  padding-top: 40px;
  padding-bottom: 50px;
  border-bottom: 0.5px solid #000;
  text-align: center;
}
.p-service-list__item:last-child {
  border-bottom: none;
}
.p-service-list__item:nth-child(3) {
  margin-top: -63px;
}
@media screen and (max-width: 768px) {
  .p-service-list__item:nth-child(3) {
    margin-top: 0;
  }
}

.p-service-list__img {
  padding-bottom: 20px;
}

.p-service-list__img img {
  display: inline-block;
  width: 266px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-service-list__img img {
    width: 200px;
  }
  .p-service-list__item:nth-child(2) .p-service-list__img img {
    width: 100px;
  }
}

.p-service-list__item:nth-child(3) .p-service-list__img {
  padding-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .p-service-list__item:nth-child(3) .p-service-list__img {
    padding-bottom: 20px;
  }
}

.p-service-list__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.175em;
}

@media screen and (max-width: 768px) {
  .p-service-list__title {
    font-size: 20px;
  }
}

.p-service-list__lists {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-service-list__lists {
    display: grid;
    row-gap: 15px;
  }
}

.p-service-list__lists.p-service-list__lists--shrink {
  position: relative;
  width: 415px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-service-list__lists.p-service-list__lists--shrink::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  transform: translate(106%, 0);
  z-index: 1;
  width: 134px;
  height: 173px;
  background: url(../images/jobcafe_2025/service-img_02.png) no-repeat center center / contain;
}
@media screen and (max-width: 768px) {
  .p-service-list__lists.p-service-list__lists--shrink::after {
    display: none;
  }
}

.p-service-list__list,
.p-service-list__text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 2.375;
}

@media screen and (max-width: 768px) {
  .p-service-list__list,
  .p-service-list__text {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-service-list__list {
  display: inline-block;
  position: relative;
  padding-left: 1.1em;
}

.p-service-list__list::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 80%);
  z-index: 1;
  width: 0.9em;
  height: 0.9em;
  background-color: #686767;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-service-list__list::before {
    transform: translate(0, 30%);
  }
}

.p-service-list__list:nth-child(3) {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .p-service-list__list:nth-child(3) {
    margin-left: 0;
  }
}

.p-service-list__text {
  margin-top: 15px;
}

.p-service-list__notes {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.14285714;
  letter-spacing: 0.095em;
}
@media screen and (max-width: 768px) {
  .p-service-list__notes {
    line-height: 1.5;
    text-align: left;
  }
}

.p-service-list__benefit {
  /* margin-top: 30px; */
  margin-top: 48px;
  margin-bottom: 36px;
}
@media screen and (max-width: 900px) {
  .p-service-list__benefit {
    width: 350px;
    max-width: 100%;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-service-list__btn {
  margin-top: 30px;
}

/* p-benefit
===============================*/
.p-benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: -6px;
  width: calc(100% - 6px);
  height: 82px;
  padding-left: 188px;
  padding-right: 168px;
  background-color: #fff;
  border-radius: 41px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-benefit {
    justify-content: flex-start;
    padding-left: 120px;
    font-size: clamp(0.875rem, 0.148rem + 1.52vw, 1rem);
  }
}
@media screen and (max-width: 768px) {
  .p-benefit {
    right: 0;
    width: 350px;
    padding-right: 30px;
    padding-left: 100px;
    font-size: 14px;
    letter-spacing: 0;
  }
}

.p-benefit span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translate(0, -50%);
  z-index: 1;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #ed9e25;
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-benefit span {
    left: 0;
    width: 90px;
    height: 90px;
    font-size: 17px;
  }
}

.p-benefit span small {
  font-size: 0.76190476em;
}

.p-benefit::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -68%);
  z-index: 1;
  width: 148px;
  height: 88px;
  background: url(../images/jobcafe_2025/icon-device.png) no-repeat center center / contain;
}
@media screen and (max-width: 768px) {
  .p-benefit::after {
    top: 0;
    right: initial;
    left: 50%;
    transform: translate(-50%, -80%);
    width: 99px;
    height: 59px;
  }
}


/* .p-jobcafe__support
===============================*/
.p-jobcafe__support {
  margin-top: 128px;
  background: #fff;
  border-radius: 30px;
  padding: 50px 69px 76px;
  position: relative;
  font-weight: 700;
}

.p-jobcafe__support-title {
  width: 437.3975px;
  max-width: 100%;
  margin-inline: auto;
}

.p-jobcafe__support-icon {
  width: 177px;
  height: 177px;
  background: #00599b;
  position: absolute;
  top: -33px;
  right: -20px;
  z-index: 1;
  border-radius: 50%;
  font-weight: 800;
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(15deg);
}
.p-jobcafe__support-icon span {
  font-size: 0.7em;
}
.p-jobcafe__support-text {
  text-align: center;
  font-size: 16px;
  margin-top: 37px;
}
.p-jobcafe__support-box {
  margin-top: 50px;
  position: relative;
  background: #ffd500;
  border-radius: 20px;
  padding: 85px 44px 53px;
}
.p-jobcafe__support-box-title {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: max-content;
  padding: 0.7em 1.2em;
  border-radius: 20px;
  font-size: 24px;
  text-align: center;
  background: #00599b;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
}
.p-jobcafe__support-box-title span {
  font-size: 0.66666667em;
}
.p-jobcafe__support-box-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 53%;
  width: 25.0157px;
  height: 27.3697px;
  background: url(../images/jobcafe_2025/icon_fuki.png) no-repeat center center / contain;
}
.p-jobcafe__support-content {
  display: grid;
  grid-template-columns: 1fr 192px;
}
.p-jobcafe__support-num-list {
  display: grid;
  grid-template-columns: 39.4564px 1fr;
  align-items: center;
  gap: 13px;
  margin-bottom: 10px;
}
.p-jobcafe__support-num-list-img {
  width: 39.4564px;
  height: 39.4564px;
}
.p-jobcafe__support-num-list-text {
  font-size: 17px;
  font-weight: 700;
  color: #00599b;
  line-height: 1.35279347;
}
.p-jobcafe__support-content-img {
  width: 192px;
  max-width: 100%;
  margin-top: -30px;
}
.p-jobcafe__support-box .p-service-list__btn {
  text-align: center;
}
.p-jobcafe__support-box .p-service-list__btn a {
  width: 392.5391px;
}
.p-jobcafe__support-box .p-service-list__btn a.c-btn span::after {
  right: 16px;
}
.p-jobcafe__support-box:last-child {
  padding-top: 120px;
}
.p-jobcafe__support-box:last-child .p-jobcafe__support-box-title::after {
  left: 30%;
}
.p-jobcafe__support-box:last-child .p-jobcafe__support-content {
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 40px;
}
.p-jobcafe__support-box:last-child .p-jobcafe__support-content-img {
  width: 204.4302px;
  max-width: 100%;
  margin-top: 0;
}
.p-jobcafe__support-target {
  color: #00599b;
  font-size: 16px;
}
.p-jobcafe__support-target-title {
  font-size: 18.7933px;
  line-height: 1.81294557;
}
.p-jobcafe__support-target-lists {
  line-height: 1.81294557;
}
.p-jobcafe__support-target-lists span {
  font-size: 0.6em;
  color: #d6554a;
}

@media screen and (max-width: 768px) {
  .p-jobcafe__support {
    margin-top: 60px;
    padding: 40px 20px 20px;
  }
  .p-jobcafe__support-icon {
    width: 100px;
    height: 100px;
    font-size: 18px;
    top: -65px;
    right: -10px;
  }
  .p-jobcafe__support-box-title {
    display: block;
    width: 100%;
    font-size: 20px;
  }
  .p-jobcafe__support-box {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .p-jobcafe__support-content {
    display: block;
  }
  .p-jobcafe__support-num-list-text {
    font-size: 15px;
  }
  .p-jobcafe__support-content-img {
    margin-top: 20px;
    margin-inline: auto;
  }
  .p-jobcafe__support-target {
    margin-top: 1em;
  }
  .p-jobcafe__support-box .p-service-list__btn a {
    font-size: 14px;
  }
}



/*=============================================
# Utility
=============================================*/
/* u-show-sp
===============================*/
.u-show-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-show-sp {
    display: block;
  }
}

.u-show-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-show-pc {
    display: none;
  }
}