@charset "UTF-8";
/* ================= SERVICE PAGE ================= */
.support-footer__br-sp {
  display: none;
}
@media screen and (width <= 750px) {
  .support-footer__br-sp {
    display: block;
  }
}

/* SERVICEページ用に、bodyの上パディングは不要 */
body.page-service {
  padding-top: 0;
}

/* ================= SERVICE HERO（ヘッダー直下の画像） ================= */
.service-main {
  /* overflow: hidden; */
  position: relative;
  z-index: 2;
  padding: 95px 0 92px;
  margin: -85px auto 0;
  background-color: #fff;
  border-radius: 0 48px 0 0;
}
@media screen and (width <= 750px) {
  .service-main {
    padding: 51px 0 96px;
    margin: -40px 0 0;
    border-radius: 0 24px 0 0;
  }
}

.service-main .section-inner {
  max-width: 1288px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (width <= 750px) {
  .service-main .section-inner {
    padding: 0 19px;
  }
}

/* 上部キャッチコピー */
.service-intro__catch {
  position: relative;
  padding: 0 0 14px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (width <= 750px) {
  .service-intro__catch {
    padding: 0 0 12px;
    font-size: 20px;
    line-height: 1.4;
  }
}

/* 下地：全幅グレー線 */
.service-intro__catch::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  content: "";
  background: #dfdfdf;
}

/* 手前：左から「仕」あたりまでのオレンジ線 */
.service-intro__catch::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 120px;
  height: 1px;
  content: "";
  background: #e95526;
}
@media screen and (width <= 750px) {
  .service-intro__catch::after {
    width: 70px;
  }
}

.service-intro__catch-main {
  color: #e95526;
}

.service-intro__catch-sub {
  display: block;
}

.service-intro__lead {
  padding: 58px 31px 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (width <= 750px) {
  .service-intro__lead {
    padding: 24px 0 0;
    font-size: 15px;
    letter-spacing: 0.04em;
  }
}

/* 6つの支援ブロック全体（薄い水色のエリア） */
.service-support {
  max-width: 1136px;
  padding: 0 40px;
  margin: 112px auto 0;
}
@media screen and (max-width: 900px) {
  .service-support {
    padding: 0 20px;
  }
}
@media screen and (width <= 750px) {
  .service-support {
    padding: 0;
    margin: 53px auto 0;
  }
}

/* 青い水平線（6つの支援の下に通る線） */
.support-board {
  position: relative;
  width: 100%;
  padding: 86px 20px 63px;
  background: rgba(226, 235, 240, 0.7);
  border-top: 3px solid #0091d6;
}
@media screen and (width <= 750px) {
  .support-board {
    padding: 59px 20px 28px;
    border-top: 2px solid #0091d6;
  }
}

/* ========== 6つの支援：タイトルカプセル ========== */
.service-support__title {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  z-index: 1;
  width: 532px;
  padding: 2px 40px 1px;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  background-color: #0091d6;
  border-radius: 999px;
}
@media screen and (width <= 750px) {
  .service-support__title {
    top: -20px;
    width: 280px;
    height: 38px;
    padding: 2px 28px 0;
    letter-spacing: 0;
  }
}

/* すべてベースライン揃え */
.service-support__title span {
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
}

/* 「6」 */
.support-title__num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 57px;
  font-weight: 400;
  color: #f9e85b;
}
@media screen and (width <= 750px) {
  .support-title__num {
    font-size: 36.1px;
    letter-spacing: -2px;
  }
}

/* 「つ」 */
.support-title__tsu {
  margin-right: 0.1em;
  font-size: 26px;
  color: #f9e85b;
}
@media screen and (width <= 750px) {
  .support-title__tsu {
    margin: 0;
    font-size: 17.73px;
    letter-spacing: -2px;
  }
}

.support-title__no {
  margin-right: 0.1em;
  font-size: 24px;
  color: #fff;
}
@media screen and (width <= 750px) {
  .support-title__no {
    margin: 0;
    font-size: 15.2px;
    letter-spacing: -2px;
  }
}

/* 「支援」 → 30px（白） */
.support-title__main {
  position: relative;
  font-size: 30px;
  color: #fff;
}
@media screen and (width <= 750px) {
  .support-title__main {
    font-size: 19px;
  }
}

/* 「支援」の上の黄色い点2つ */
.support-title__main::before,
.support-title__main::after {
  position: absolute;
  top: -10px;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #f9e85b;
  border-radius: 50%;
}
@media screen and (width <= 750px) {
  .support-title__main::before,
  .support-title__main::after {
    top: -5px;
    width: 3px;
    height: 3px;
  }
}

/* 左の点 */
.support-title__main::before {
  left: 0.4em;
}
@media screen and (width <= 750px) {
  .support-title__main::before {
    left: 25%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* 右の点 */
.support-title__main::after {
  left: 1.4em;
}
@media screen and (width <= 750px) {
  .support-title__main::after {
    left: 75%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* 6つの箱レイアウト（2列×3行） */
.support-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 41px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 928px;
  margin: 0 auto;
}
@media screen and (width <= 750px) {
  .support-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 297px;
  }
}

/* 各箱（白カード） */
.support-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 13px);
  height: 108px;
  padding: 23.2px 30px;
  margin: 0 5px 0 0;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 990px) {
  .support-item {
    height: auto;
    padding: 37px 20px 22px;
  }
}
@media screen and (width <= 750px) {
  .support-item {
    width: calc(100% - 5px);
    min-height: 82px;
  }
}
.support-item::after, .support-item::before {
  position: absolute;
  display: block;
  content: "";
  background: rgba(226, 235, 240, 0.37);
  background-color: #e2ebf0;
}
.support-item::after {
  top: 5px;
  right: -5px;
  bottom: -5px;
  width: 5px;
  height: 100%;
  border-radius: 0 4px 4px 0;
}
.support-item::before {
  right: 0;
  bottom: -5px;
  left: 5px;
  width: calc(100% - 5px);
  height: 5px;
  border-radius: 0 0 0 4px;
}

/* SERVICE 01〜06 ラベル（PC） */
.support-item__label {
  position: absolute;
  top: -13px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 152px;
  height: 31px;
  padding: 9px 37px 8px 30px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 4px rgba(15, 83, 86, 0.13);
  letter-spacing: 0.96px;
  background-color: #0091d6;
  border-radius: 4px 0 0;
}
@media screen and (width <= 750px) {
  .support-item__label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 132px;
    padding: 9px 33px 8px 20px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }
}

/* 右上の濃い三角形（リボンの端） */
.support-item__label::after {
  position: absolute;
  top: 0;
  right: -8px;
  width: 9px;
  height: 13px;
  -webkit-clip-path: polygon(0 0, 0 100%, 90% 100%);
          clip-path: polygon(0 0, 0 100%, 90% 100%);
  content: "";
  background: #00547a;
}

.support-item__label-inner {
  position: relative;
  top: -3px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: auto;
  height: 14px;
}
@media screen and (width <= 750px) {
  .support-item__label-inner {
    font-size: 15px;
    line-height: 1;
  }
}

/* 「01」部分 */
.support-item__num {
  margin-left: 0.1em;
  font-size: 18px;
  line-height: 1;
  color: #f9e85b;
  letter-spacing: 1.08px;
}
@media screen and (width <= 750px) {
  .support-item__num {
    font-size: 17px;
  }
}

.support-item__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  text-shadow: 0 0 4px rgba(15, 83, 86, 0.13);
}
@media screen and (max-width: 990px) {
  .support-item__title {
    font-size: 16px;
  }
}

.support-item__em {
  color: #f04f22;
}

.service-note__text {
  padding: 60px 31px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-shadow: 0 0 4px rgba(15, 83, 86, 0.13);
}
@media screen and (width <= 750px) {
  .service-note__text {
    padding: 34px 0 0;
    font-size: 15px;
    letter-spacing: 0.04em;
  }
}

/* 下の青い帯（新卒〜テキストまで） */
.support-footer {
  position: relative;
  padding: 51px 20px 35px;
  overflow: visible;
  text-align: center;
  background-color: #00a0e9;
  border-radius: 0 0 4px 4px;
  /* ▼ 個別：フッター内の「支援」だけ */
}
@media screen and (width <= 750px) {
  .support-footer {
    padding: 38px 20px 16px;
    background-color: #0091d6;
    border-radius: 0;
  }
}
.support-footer::before {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: #e6f4fb transparent transparent;
  border-style: solid;
  border-width: 35px 121px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (width <= 750px) {
  .support-footer::before {
    border-width: 22px 77px 0;
  }
}
.support-footer__em {
  color: #f9e85b;
}
.support-footer__text {
  padding: 4px 0 0;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 4px rgba(15, 83, 86, 0.13);
  letter-spacing: 0.04em;
}
@media screen and (width <= 750px) {
  .support-footer__text {
    padding: 15px 0 0;
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
.support-footer__word {
  font-size: 27px;
  color: #f9e85b;
  letter-spacing: 0.06em;
}
@media screen and (width <= 750px) {
  .support-footer__word {
    font-size: 20.5px;
    line-height: 1.63;
    letter-spacing: 1.23px;
  }
}
.support-footer__num {
  padding: 0 1px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #f9e85b;
  letter-spacing: 0;
}
@media screen and (width <= 750px) {
  .support-footer__num {
    font-size: 31px;
    font-stretch: condensed;
    line-height: 1.2;
  }
}
.support-footer__tsu {
  font-size: 28px;
  color: #f9e85b;
  letter-spacing: -2px;
}
@media screen and (width <= 750px) {
  .support-footer__tsu {
    font-size: 20px;
  }
}
.support-footer__no {
  padding: 0 2px 0 4px;
  font-size: 20px;
  color: #f9e85b;
  letter-spacing: 0;
}
@media screen and (width <= 750px) {
  .support-footer__no {
    font-size: 16px;
  }
}

/* 新卒・中途・アルバイトのタグ */
.support-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width <= 750px) {
  .support-tags {
    gap: 5px;
  }
}

.support-tag {
  display: block;
  padding: 0 17.5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
  color: #ff7f50;
  text-shadow: 0 0 4px rgba(15, 83, 86, 0.13);
  background: #fff;
  border: 1.5px solid #ff7f50;
  border-radius: 4px;
}
@media screen and (width <= 750px) {
  .support-tag {
    padding: 0 12.46px;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.04em;
  }
}
.support-tag:last-of-type {
  padding: 0 15px;
}
@media screen and (width <= 750px) {
  .support-tag:last-of-type {
    padding: 0 10.6px;
  }
}