@charset "UTF-8";
section[id],
div[id] {
  scroll-margin-top: 200px;
  /* ヘッダーの高さに合わせて調整 */ }

html {
  scroll-behavior: smooth;
  color: #d5d5d5;
  /* font-size: calc(100vw * 14 / 1095);*/
  font-size: clamp(14px, calc(100vw * 14 / 1095), 18px);
  letter-spacing: 2px;
  font-family: "noto-sans-cjk-jp", sans-serif; }

.wrapper {
  background-image: url("../img/common/bg-pat.png");
  background-size: 150px 150px;
  background-attachment: fixed; }

.pj-about .intro:not(:has(.contents)) figure {
  width: 100%; }

/*button*/
button {
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 6px; }

/*button*/
header.gm {
  display: flex;
  color: #133284;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 5% 0.45rem;
  transition: box-shadow .3s ease, background .3s ease; }
  header.gm div.logo {
    width: 14%;
    text-align: center; }
    header.gm div.logo p {
      font-size: 0.55rem;
      font-weight: 400;
      line-height: 1.3;
      margin-top: 0.9vw; }
  header.gm ul {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    header.gm ul li {
      font-size: clamp(11px, 0.75rem, 14px);
      margin-right: 1.25rem;
      letter-spacing: 0.5px; }
      header.gm ul li button {
        width: 10rem;
        background-color: #e82782;
        font-size: clamp(11px, 0.65rem, 15px); }
        header.gm ul li button span {
          display: block;
          font-size: clamp(12px, 0.85rem, 16px); }
      header.gm ul li:last-child {
        margin-right: 0px; }

header.gm.m_fixed {
  transition: all 0.3s ease 0s;
  position: fixed;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 30px 2.5%;
  width: 95%;
  border-radius: 46px;
  padding: 0.15rem 2%;
  z-index: 10000;
  box-shadow: 0px 0px 18px -11px #808080; }
  header.gm.m_fixed div.logo {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    flex: 1; }
    header.gm.m_fixed div.logo p {
      display: none; }
    header.gm.m_fixed div.logo a {
      flex: 1; }
    header.gm.m_fixed div.logo img {
      width: 70%; }
  header.gm.m_fixed ul {
    width: 85%; }
  header.gm.m_fixed .btn {
    min-height: 36px;
    font-size: clamp(10px, 0.45rem, 12px); }

header.gm.nav-return {
  animation: navReturn .25s ease-out; }

@keyframes navReturn {
  0% {
    transform: scale(0.98);
    opacity: .9; }
  100% {
    transform: scale(1);
    opacity: 1; } }
section.kv {
  width: 90%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  max-width: 1600px; }
  section.kv .kv__loading {
    position: absolute;
    inset: 0;
    z-index: 5;
    /* display: flex;
     align-items: center;
     justify-content: center;*/
    overflow: hidden;
    transition: opacity .5s ease, transform .5s ease;
    transform: translateX(0); }
    section.kv .kv__loading .kv__loading-logo {
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 300px;
      height: 80px;
      object-fit: contain;
      display: block; }
      @media (max-width: 599px) {
        section.kv .kv__loading .kv__loading-logo {
          width: 220px;
          height: 60px;
          top: 60%; } }
    section.kv .kv__loading.is-hidden {
      opacity: 0;
      transform: translateX(24px);
      pointer-events: none; }
  section.kv picture {
    position: relative;
    z-index: 1;
    display: block;
    opacity: 0;
    transition: opacity .6s ease; }
    section.kv picture.is-loaded {
      opacity: 1; }
    section.kv picture img {
      display: block;
      width: 100%; }
  section.kv picture.is-ready {
    opacity: 1; }
  section.kv .fade-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.2s ease;
    z-index: 2;
    pointer-events: none; }
  section.kv .fade-img.is-show {
    opacity: 1; }
  section.kv .catch {
    position: absolute;
    bottom: 1rem;
    left: 30px;
    /*  font-family: kinuta-maruminyoshino-stdn, serif;*/
    font-family: "Hina Mincho", serif;
    color: #133284;
    z-index: 10;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .6s ease, transform .6s ease; }
    section.kv .catch.is-shown {
      opacity: 1;
      transform: translateY(0); }
    section.kv .catch .sub {
      font-size: clamp(24px, 3.25vw, 50px);
      margin-bottom: 1.25rem; }
    section.kv .catch .main {
      font-size: clamp(36px, 5vw, 82px);
      line-height: 125%;
      position: relative;
      z-index: 2; }
      section.kv .catch .main .life-word {
        position: relative;
        display: inline-block; }
        section.kv .catch .main .life-word .rotate-img {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 1.8em;
          transform: translate(-50%, -50%);
          z-index: -1; }
          section.kv .catch .main .life-word .rotate-img img {
            display: block;
            animation: rotateCircle 20s linear infinite; }
@keyframes rotateCircle {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.support-slide--learning {
  background-image: url("../img/top/sptico-learning.jpg"); }

.support-slide--review {
  background-image: url("../img/top/sptico-review.jpg"); }

.support-slide--baby {
  background-image: url("../img/top/sptico-baby.jpg"); }

.support-slide--haizoku {
  background-image: url("../img/top/sptico-haizoku.jpg"); }

.support-slide--wb {
  background-image: url("../img/top/sptico-wb.jpg"); }

/*----------------
project
----------------*/
.project03 {
  position: relative;
  overflow: hidden;
  margin-top: 3.5rem; }

.project03 .project-bg {
  position: absolute;
  inset: 0;
  background: #dcd24b;
  mix-blend-mode: difference;
  z-index: 1;
  pointer-events: none;
  border-radius: 36px; }

.project03 .container {
  position: relative;
  z-index: 2;
  padding: 5rem 5%;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  color: #fff; }
  .project03 .container .contents-area {
    margin-bottom: 5rem;
    /*----------------
    project
    ----------------*/
    /*----------------
    スライダー
    ----------------*/ }
    .project03 .container .contents-area h2.m-ttl {
      font-size: clamp(20px, 2.25rem, 65px);
      margin-bottom: 2rem; }
      .project03 .container .contents-area h2.m-ttl span {
        display: block;
        font-size: clamp(12px, 1rem, 24px);
        margin-bottom: 1rem;
        opacity: 0.5; }
    .project03 .container .contents-area p {
      font-size: clamp(14px, 1.25rem, 20px); }
    .project03 .container .contents-area h3.m-ttl {
      font-size: clamp(30px, 2vw, 45px);
      margin-bottom: 3rem; }
    .project03 .container .contents-area .industry-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      width: 90%;
      margin: 0 auto;
      max-width: 1200px;
      column-gap: 48px;
      margin-top: 40px; }
    .project03 .container .contents-area .industry-item {
      position: relative;
      display: flex;
      flex-direction: column;
      min-height: auto;
      padding: 24px 56px 24px 32px;
      border-bottom: 1px dashed rgba(243, 243, 243, 0.25);
      text-decoration: none;
      color: #FFFFFF;
      transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s, border-color 0.3s; }
    .project03 .container .contents-area .industry-item::after {
      content: "";
      position: absolute;
      right: 32px;
      top: 50%;
      width: 10px;
      height: 10px;
      border-top: 2px solid rgba(243, 243, 243, 0.6);
      border-right: 2px solid rgba(243, 243, 243, 0.6);
      transform: translateY(-50%) rotate(45deg);
      transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s; }
    .project03 .container .contents-area .industry-item:hover {
      transform: translateY(-2px);
      /* ▼追加 */
      border-color: rgba(255, 255, 255, 0.5); }
    .project03 .container .contents-area .industry-item:hover::after {
      transform: translateY(-50%) translateX(6px) rotate(45deg);
      /* ▼追加 */
      border-color: #fff; }
    .project03 .container .contents-area .industry-main {
      font-size: clamp(30px, 2vw, 45px);
      font-weight: 300;
      line-height: 1.4;
      letter-spacing: .04em; }
    .project03 .container .contents-area .industry-main span {
      font-size: .55em; }
    .project03 .container .contents-area .industry-sub {
      margin-top: 12px;
      font-size: clamp(12px, 1rem, 20px); }
    .project03 .container .contents-area .industry-main,
    .project03 .container .contents-area .industry-sub {
      transition: opacity 0.3s, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1); }
    .project03 .container .contents-area .industry-item:hover .industry-main {
      opacity: 1;
      transform: translateX(2px); }
    .project03 .container .contents-area .industry-item:hover .industry-sub {
      opacity: .9;
      transform: translateX(2px); }
    .project03 .container .contents-area .industry-grid .industry-item:nth-child(-n+2) {
      min-height: 120px;
      padding: 0 56px 32px 32px; }
    .project03 .container .contents-area .case-slider {
      width: calc(100vw - 50px);
      margin-left: calc(50% - 50vw + 50px);
      overflow: hidden; }
      .project03 .container .contents-area .case-slider .swiper-wrapper {
        align-items: center;
        padding-bottom: 48px; }
      .project03 .container .contents-area .case-slider .swiper-slide {
        /*   width: 70vw;
            max-width: 1100px;*/ }
      .project03 .container .contents-area .case-slider .swiper-pagination {
        position: static !important;
        transform: none !important;
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 0; }
      .project03 .container .contents-area .case-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 !important;
        background: #ccc;
        opacity: 1; }
      .project03 .container .contents-area .case-slider .swiper-pagination-bullet-active {
        background: #1d2f73; }
    .project03 .container .contents-area .case-card {
      position: relative;
      overflow: hidden;
      border-radius: 24px;
      text-decoration: none;
      display: block; }
      .project03 .container .contents-area .case-card img {
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        display: block; }
      .project03 .container .contents-area .case-card__content {
        position: absolute;
        z-index: 1;
        pointer-events: none;
        left: 40px;
        right: 40px;
        bottom: 40px; }
      .project03 .container .contents-area .case-card__title {
        display: inline;
        background: #fff;
        color: #1d2f73;
        font-size: clamp(14px, 1.25rem, 20px);
        font-weight: 700;
        line-height: 1.45;
        padding: .15em .3em;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone; }
      .project03 .container .contents-area .case-card__tags {
        display: flex;
        gap: 8px;
        margin-top: 20px; }
        .project03 .container .contents-area .case-card__tags span {
          background: #000;
          color: #fff;
          font-size: clamp(10px, 0.85rem, 18px);
          padding: 2px; }
    @media (max-width: 768px) {
      .project03 .container .contents-area .case-slider .swiper-slide {
        width: calc(100vw - 40px);
        max-width: none; } }
  .project03 .container .contents-area.toppj {
    margin-bottom: 0px; }

/*----------------
project
----------------*/
/* ----------------
   サポート
---------------- */
.support-section {
  color: #133284; }
  .support-section .container {
    padding: 3rem 5% 2rem;
    width: 100%;
    max-width: 1600px; }
    .support-section .container .intro {
      display: flex;
      align-items: center; }
      .support-section .container .intro h2.m-ttl {
        font-size: clamp(20px, 3rem, 80px);
        margin-bottom: 2rem;
        width: 30%;
        margin-right: 10%; }
        .support-section .container .intro h2.m-ttl span {
          display: block;
          font-size: clamp(12px, 1rem, 24px);
          margin-bottom: 1rem;
          opacity: 0.5; }
      .support-section .container .intro .m-txt {
        width: 60%;
        font-size: clamp(10px, 0.85rem, 18px);
        letter-spacing: 1px; }

/* ----------------
   サポート
---------------- */
/* ----------------
   数字見る
---------------- */
#data {
  overflow-x: hidden; }
  #data .en-ttl {
    width: 20%;
    margin-left: 5%;
    text-align: center;
    display: inline-block;
    font-size: clamp(12px, 1rem, 24px);
    color: #949dbb;
    padding: 0.85rem 5rem 0.25rem;
    background-color: #f2f2ed; }
  #data .container {
    width: 100%;
    background-color: #f2f2ed;
    color: #133284;
    padding: 0 0rem 4rem 0; }
    #data .container .intro {
      max-width: 1600px;
      margin: 0 auto;
      padding: 3rem 5% 2rem; }
    #data .container h2.m-ttl {
      font-size: clamp(20px, 3rem, 80px);
      margin-bottom: 2rem; }
      #data .container h2.m-ttl span {
        display: block;
        font-size: clamp(12px, 1rem, 24px);
        margin-bottom: 1rem;
        opacity: 0.5; }
    #data .container .m-txt {
      width: 100%;
      font-size: clamp(10px, 0.85rem, 18px);
      letter-spacing: 1px; }
    #data .container .contents-area02 {
      position: relative;
      width: 100vw;
      left: 50%;
      transform: translateX(-50%);
      overflow: hidden;
      padding: 20px 0;
      margin-bottom: 1.25rem; }
      #data .container .contents-area02 ul.data-slider {
        display: flex;
        gap: 1rem;
        width: max-content;
        padding: 0;
        margin: 0;
        list-style: none;
        will-change: transform; }
        #data .container .contents-area02 ul.data-slider li {
          flex: 0 0 clamp(220px, 22vw, 320px);
          text-align: center;
          box-shadow: 12px -12px 0px -2px #e9eadd;
          background: #fff;
          padding: 2rem 1rem; }
          #data .container .contents-area02 ul.data-slider li .number {
            font-size: clamp(4rem, 6vw, 7rem);
            font-weight: 500;
            line-height: 1.15;
            letter-spacing: 0;
            font-feature-settings: "palt"; }
            #data .container .contents-area02 ul.data-slider li .number span {
              font-size: clamp(1.2rem, 1.6vw, 1.5rem); }
          #data .container .contents-area02 ul.data-slider li h3 {
            font-size: clamp(10px, 0.85rem, 18px);
            line-height: 170%;
            font-weight: 500; }
    #data .container .side-btn {
      text-align: right;
      margin-right: 3rem;
      margin-top: 2rem;
      width: 12rem;
      margin-left: auto; }
  #data .caution-normal {
    max-width: 1600px;
    padding: 0.85rem 5rem 0.25rem;
    margin: 0 auto; }

/* ----------------
   数字見る
---------------- */
/* ----------------
   キャリアパス
---------------- */
#careerpt02 {
  background-image: url("../img/top/bg_career.jpg");
  background-position: top center;
  background-size: cover;
  height: auto;
  width: 100%;
  padding: 100px 0% 100px 5%;
  /* =========================
  タイムライン
  ========================= */
  /* =========================
  SP
  ========================= */ }
  #careerpt02 .area-parts {
    display: flex;
    justify-content: space-between;
    position: relative; }
    #careerpt02 .area-parts .container {
      width: 90%;
      margin: 0 10% 0 0;
      max-width: 1600px;
      padding: 0.85rem 5rem 0.25rem; }
      #careerpt02 .area-parts .container .contents {
        color: #FFFFFF;
        margin-bottom: 3.5rem; }
        #careerpt02 .area-parts .container .contents .catch {
          font-size: clamp(30px, 2vw, 45px);
          margin-bottom: 3rem; }
        #careerpt02 .area-parts .container .contents .m-txt {
          font-size: clamp(12px, 1rem, 20px);
          width: 60%; }
    #careerpt02 .area-parts .title {
      position: absolute;
      top: 0;
      right: 1rem;
      display: flex;
      flex-direction: column;
      writing-mode: vertical-rl;
      width: auto;
      background-image: linear-gradient(90deg, white 18%, #fff36b 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: clamp(0.75rem, 1rem, 1.5rem);
      font-weight: 700;
      mix-blend-mode: soft-light; }
      #careerpt02 .area-parts .title span {
        font-size: clamp(1.25rem, 3rem, 5rem);
        white-space: nowrap;
        writing-mode: vertical-rl; }
  #careerpt02 .side-btn {
    width: 12rem;
    margin-left: auto;
    text-align: right;
    margin-right: 3rem;
    margin-top: 2rem; }
  #careerpt02 .career {
    padding: 0rem 0rem　5rem 0rem;
    /* =========================
    プロフィール
    ========================= */ }
    #careerpt02 .career-inner {
      max-width: 106.25rem;
      margin: 0 auto;
      padding: 2rem 2rem 2.5rem;
      border-radius: 0.75rem;
      background-color: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      color: #fff; }
    #careerpt02 .career-head {
      display: flex;
      align-items: flex-start;
      gap: 1.25rem;
      margin-bottom: 1.5rem; }
    #careerpt02 .career-photo {
      width: 3.5rem;
      height: auto;
      object-fit: cover;
      flex-shrink: 0;
      border-radius: 4px; }
    #careerpt02 .career-info h2 {
      font-size: clamp(14px, 1.25rem, 20px);
      font-weight: 300;
      line-height: 1.4;
      margin-bottom: 1rem; }
    #careerpt02 .career-meta {
      font-size: clamp(10px, 0.85rem, 18px);
      line-height: 1.8; }
  #careerpt02 .timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
    /* 横線 */
    /* item */
    /* ● */
    /* テキスト */ }
    #careerpt02 .timeline-line {
      position: absolute;
      top: 0.5rem;
      left: 0;
      width: 100%;
      height: 1px;
      background: #fff; }
    #careerpt02 .timeline-item {
      position: relative;
      width: 25%;
      z-index: 2; }
    #careerpt02 .timeline-dot {
      width: 1rem;
      aspect-ratio: 1/1;
      border-radius: 50%;
      background: #fff;
      margin-bottom: 1.25rem; }
    #careerpt02 .timeline-content h3 {
      font-size: clamp(10px, 0.85rem, 18px);
      font-weight: 500;
      line-height: 1.4;
      margin-bottom: 0.95rem; }
    #careerpt02 .timeline-content p {
      font-size: clamp(10px, 0.85rem, 18px);
      line-height: 1.4; }
  @media screen and (max-width: 768px) {
    #careerpt02 .career-inner {
      padding: 4.5rem 1.5rem 5.5rem 4.5rem;
      border-radius: 1rem; }
    #careerpt02 .career-head {
      gap: 1.5rem;
      display: flex;
      margin-bottom: 3rem; }
    #careerpt02 .career-photo {
      width: 15rem;
      height: auto;
      object-fit: cover;
      flex-shrink: 0;
      border-radius: 4px; }
    #careerpt02 .career-info h2 {
      font-size: 3rem;
      margin-bottom: 3rem; }
    #careerpt02 .career-meta {
      font-size: 2.5rem;
      letter-spacing: 0px; }
    #careerpt02 .timeline {
      flex-direction: column;
      gap: 3rem;
      padding-left: 2.5rem;
      /* 縦線 */ }
      #careerpt02 .timeline-line {
        top: 0;
        left: 3.8rem;
        width: 0.125rem;
        height: 100%; }
      #careerpt02 .timeline-item {
        width: 100%; }
      #careerpt02 .timeline-dot {
        margin-bottom: 1rem;
        width: 3rem; }
      #careerpt02 .timeline-content {
        margin-left: 5rem; }
        #careerpt02 .timeline-content h3 {
          font-size: 3rem; }
        #careerpt02 .timeline-content p {
          font-size: 2rem; } }

/* ----------------
   キャリアパス
---------------- */
/* ----------------
   志望動機
---------------- */
#under {
  overflow: hidden;
  height: auto;
  width: 100%;
  padding: 100px 5% 100px 5%;
  position: relative;
  /* =========================
     2枚セット
  ========================= */
  /* =========================
     カード共通
  ========================= */
  /* =========================
     SP
  ========================= */
  /*about*/
  /*about*/ }
  #under > * {
    position: relative;
    z-index: 1; }
  #under::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/top/bg-under.png) center/cover;
    mix-blend-mode: multiply;
    z-index: 0;
    background-attachment: fixed; }
  #under .container {
    padding: 3rem 0 3rem;
    max-width: 1600px;
    width: 100%;
    color: #133284; }
    #under .container .intro {
      display: block; }
      #under .container .intro h2.m-ttl {
        font-size: clamp(20px, 3rem, 80px);
        margin-bottom: 2rem;
        font-family: kinuta-maruminyoshino-stdn, serif; }
        #under .container .intro h2.m-ttl span {
          display: block;
          font-size: clamp(12px, 1rem, 24px);
          margin-bottom: 1rem;
          opacity: 0.5; }
      #under .container .intro .m-txt {
        font-size: clamp(10px, 0.85rem, 18px);
        letter-spacing: 1px; }
  #under .side-btn {
    text-align: right;
    margin-right: 3rem;
    margin-top: 2rem;
    margin-left: auto;
    width: 12rem; }
  #under .reason-layout {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    width: 84%;
    max-width: 1200px;
    margin: 170px auto 0; }
  #under .reason-group {
    display: flex;
    align-items: flex-start;
    gap: 0px;
    position: relative; }
    #under .reason-group.reason-group-left .reason-card-02 {
      margin-top: -120px; }
    #under .reason-group.reason-group-right {
      margin-top: -60px; }
      #under .reason-group.reason-group-right .reason-card-04 {
        margin-top: -120px; }
  #under .reason-card {
    width: 100%;
    overflow: hidden; }
    #under .reason-card img {
      width: 100%;
      height: auto;
      display: block; }
  @media screen and (max-width: 768px) {
    #under .reason-layout {
      flex-direction: column;
      gap: 40px; }
    #under .reason-group {
      justify-content: center; }
    #under .reason-group-left,
    #under .reason-group-left .reason-card-02,
    #under .reason-group-right .reason-card-04 {
      margin-top: 0; }
    #under .reason-card {
      width: 42%; } }
  #under .about {
    backdrop-filter: blur(8px);
    background-color: rgba(242, 242, 237, 0.8);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 6rem;
    width: 100%;
    margin-right: -6%;
    margin-left: auto;
    border-radius: 16px 0px 0px 16px;
    padding: 4rem; }
    #under .about .container {
      display: flex;
      justify-content: center;
      align-items: center; }
      #under .about .container .txt {
        width: 50%;
        margin-right: 5%; }
        #under .about .container .txt h2 {
          font-weight: 700;
          margin-bottom: 6rem;
          font-size: clamp(1.25rem, 3rem, 5rem); }
          #under .about .container .txt h2 span {
            display: block;
            margin-top: 1rem;
            font-size: clamp(0.75rem, 1rem, 1.5rem); }
        #under .about .container .txt .catch {
          font-weight: 700;
          font-size: clamp(30px, 2vw, 45px);
          margin-bottom: 2.5rem; }
        #under .about .container .txt .m-txt {
          font-weight: 700;
          font-size: clamp(12px, 1rem, 20px); }
      #under .about .container .support-nav {
        width: 40%;
        max-width: none; }

/* ----------------
   志望動機
---------------- */
/* ----------------
   footer
---------------- */
.footer {
  width: 100%;
  padding: 80px 2%;
  color: #133284;
  background-color: rgba(255, 255, 255, 0.6); }

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  max-width: 1400px;
  margin: 0 auto; }

/* ======================
左
====================== */
.footer-left {
  width: 20%;
  flex-shrink: 0; }

.footer-logo {
  width: 100%;
  height: auto;
  display: block; }

.recruit-text {
  margin-top: 50px;
  font-size: clamp(10px, 0.85rem, 18px);
  font-weight: 300;
  color: clamp(10px, 0.85rem, 18px); }

.youtube-link {
  display: inline-block;
  margin-top: 20px; }

.youtube-link img {
  width: 40%;
  height: auto;
  display: block; }

/* ======================
右
====================== */
.footer-nav {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  min-width: 0; }

.footer-column h3 {
  font-size: clamp(10px, 0.85rem, 18px);
  font-weight: 600;
  margin-bottom: 24px;
  color: #133284; }

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.footer-column li {
  padding: 0px 0px0px 14px;
  margin: 0px 0px 6px 12px;
  line-height: 0px;
  position: relative;
  white-space: nowrap; }
  .footer-column li::before {
    content: "○";
    position: absolute;
    left: -18px;
    top: 0.38em;
    font-size: 12px;
    line-height: 1; }

.footer-column a {
  text-decoration: none;
  color: #1d2766;
  font-size: 12px;
  line-height: 1.6;
  transition: opacity .3s;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal; }

.footer-column a:hover {
  opacity: 0.7; }

/* 右端大文字 */
.large-links li {
  margin-bottom: 28px; }

.large-links a {
  font-size: 12px;
  font-weight: 600; }

/* ======================
下部
====================== */
.footer-bottom {
  max-width: 1400px;
  margin: 100px auto 0; }

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 30px; }

.footer-bottom-links a {
  color: #1d2766;
  text-decoration: none;
  font-size: 12px; }

.copyright {
  font-size: 12px;
  color: #133284; }

/* ======================
SP
====================== */
@media screen and (max-width: 768px) {
  .footer {
    letter-spacing: 0px;
    padding: 60px 24px; }

  .footer-inner {
    display: block;
    margin: 0 auto; }

  .footer-nav {
    grid-template-columns: 1fr;
    display: flex;
    flex-flow: wrap;
    margin-top: 3rem;
    justify-content: space-between; }

  .footer-left {
    width: 100%;
    text-align: center; }

  .footer-logo {
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: block; }

  .footer-column {
    width: 43%; }

  .footer-column h3 {
    font-size: 16px; }

  .large-links a {
    font-size: 12px; }

  .recruit-text {
    margin-top: 0rem;
    font-size: 12px; }

  .youtube-link {
    display: inline-block;
    width: 60%;
    margin-top: 11px; }

  .youtube-link img {
    width: 40%;
    margin: 10px auto; }

  .footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0; }

  .footer-column li {
    padding: 0px;
    margin: 0px 0px 0px 4px;
    line-height: 0px;
    list-style: none;
    white-space: nowrap; }

  .footer-bottom {
    margin: 5rem auto 0; }

  .footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px; } }
/* ----------------
   footer
---------------- */
/* ----------------
   ナビ
---------------- */
.gnav {
  display: flex;
  align-items: center; }

.gnav > li {
  position: relative;
  list-style: none; }

/* 親メニュー */
.gnav > li.has-sub {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 16px 12px; }

/* 下矢印 */
.gnav > li.has-sub::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 2px;
  border-right: 1.5px solid #133284;
  border-bottom: 1.5px solid #133284;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .3s ease; }

/* hover時矢印 */
.gnav > li.has-sub:hover::after {
  transform: rotate(225deg) translateY(-2px); }

.gnav > li:not(.has-sub):not(.cv) > a {
  position: relative;
  text-decoration: none; }

.gnav > li:not(.has-sub):not(.cv) > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease; }

.gnav > li:not(.has-sub):not(.cv) > a:hover::after {
  width: 100%; }

/* ----------------
   サブメニュー
---------------- */
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: block !important;
  min-width: 260px;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.3s;
  z-index: 100;
  border-radius: 6px; }

/* hoverで表示 */
.has-sub:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

/* サブメニュー項目 */
.sub-menu li {
  list-style: none; }

.sub-menu a {
  position: relative;
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  padding: 0.15rem 1rem;
  min-width: 260px;
  color: #133284;
  text-decoration: none;
  transition: background .3s ease, padding .3s ease; }
  .sub-menu a span.add {
    font-size: 10px;
    letter-spacing: -1px; }

.sub-menu a::after {
  content: ">";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 14px;
  transition: transform .3s ease, opacity .3s ease;
  opacity: .7; }

.sub-menu a:hover {
  background: rgba(255, 255, 255, 0.1); }

.sub-menu a:hover::after {
  transform: translateY(-50%) translateX(4px);
  opacity: 1; }

/* ==========================================================
   ここから実装対象:お知らせ + バナー
   ========================================================== */
.news-banner-section {
  margin-top: 56px; }
  .news-banner-section .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px; }

.news-banner-row {
  display: flex;
  align-items: flex-start;
  /* stretchだとバナー枠がお知らせの高さまで
      引き伸ばされ、画像下端の角丸が隠れてしまう */
  gap: 32px; }

/* --- お知らせ側 --- */
.news-col {
  flex: 1 1 55%;
  min-width: 0;
  /* flex子要素のテキスト折返し崩れ防止 */ }

.news-heading {
  font-size: 20px;
  font-weight: 700;
  color: #1a2a5e;
  margin: 0 0 20px; }

.news-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.news-item {
  margin-bottom: 32px;
  /* 項目間の余白(前回の調整分) */ }

.news-item:last-child {
  margin-bottom: 0; }

.news-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  /* 項目内の余白は詰める */ }

.news-tag {
  display: inline-block;
  font-size: 12px;
  padding: 3px 12px;
  border-radius: 999px;
  white-space: nowrap; }

.news-tag.press {
  background: #d6ecd9;
  color: #2f7a3f; }

/* タグ種類を増やす場合はここに追記
.news-tag.info { background:#dce7f7; color:#2b5da8; }
.news-tag.event { background:#fbe6d4; color:#b5651d; }
*/
.news-date {
  font-size: 14px;
  color: #6b7280; }

.news-title {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #1f2937;
  /* 見出しが長い場合に2行で省略したい場合は以下を有効化
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  */ }

.news-title a {
  color: inherit;
  text-decoration: none; }

.news-title a:hover {
  text-decoration: underline; }

/* --- バナー側 ---
 
*/
.banner-col {
  flex: 1 1 37%;
  display: flex;
  /* お知らせと高さを合わせたい場合はこのままでOK。
      高さを揃えない場合は align-items:flex-start を親に指定 */ }

.banner-frame {
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  /* 角丸はここで効かせる */
  line-height: 0;
  /* 画像下の隙間対策 */ }

.banner-frame img {
  display: block;
  width: 100%;
  height: auto;
  /* 画面幅に応じて拡大縮小、縦横比は維持 */ }

/*共通*/
.caution-normal {
  font-size: clamp(10px, 0.85rem, 18px); }

.btn.normal {
  width: 100%;
  letter-spacing: 0px;
  font-weight: 300;
  background-color: #133284;
  font-size: clamp(10px, 0.85rem, 18px);
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 6px; }
  .btn.normal:hover {
    background-color: #2EB3CD; }

.btn.cv {
  width: 100%;
  letter-spacing: 0px;
  font-weight: 300;
  background-color: #e82782;
  font-size: clamp(10px, 0.85rem, 18px);
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 6px;
  margin-bottom: 1rem; }
  .btn.cv:hover {
    background-color: #133284; }
  .btn.cv:last-child {
    margin-bottom: 0px; }

.sp-menu {
  display: none; }

.sp {
  display: none; }

a.external::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.25em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpath d='M15 3h6v6'/%3E%3Cpath d='M10 14 21 3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle; }

/*# sourceMappingURL=base.css.map */
