@charset "UTF-8";
/* CSS Document */
.wrapper {
  background-image: url("../img/common/bg-pat.png");
  background-size: 100px 100px;
  background-attachment: fixed; }

html, body {
  overflow-x: hidden; }

header.gm {
  padding-top: 1.5rem; }
  header.gm div.logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem; }
    header.gm div.logo a {
      width: 40%;
      display: block; }
      header.gm div.logo a img {
        width: 100%;
        display: block; }
    header.gm div.logo p {
      font-size: 0.75rem;
      font-weight: 400;
      margin-top: 0;
      width: auto; }
  header.gm ul {
    display: none; }

header.gm.m_fixed {
  display: none; }

section.kv {
  position: relative;
  width: 92%;
  height: auto;
  overflow: visible;
  margin-bottom: 216px;
  margin-top: 1rem; }

section.kv img {
  border-radius: 12px; }

section.kv .kv-inner,
section.kv .kv-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 375 / 520;
  overflow: hidden; }

section.kv .fade-img {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1; }

section.kv .fade-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px; }

section.kv .catch {
  left: 0px;
  width: 100%;
  margin: 1rem auto 6rem;
  bottom: auto;
  z-index: 10;
  font-family: kinuta-maruminyoshino-stdn, serif;
  color: #133284; }
  section.kv .catch .sub {
    font-size: 1.5rem;
    margin-bottom: 0.5rem; }
  section.kv .catch .main {
    font-size: 3rem;
    line-height: 130%;
    letter-spacing: 0px;
    white-space: nowrap; }
    section.kv .catch .main .life-word .rotate-img {
      position: absolute;
      left: 52%;
      top: 52%;
      width: 2.2em; }

.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"); }

/*プロジェクト*/
.project03 {
  margin-top: 3rem; }

.project03 .project-bg {
  border-radius: 18px; }

.project03 .container {
  padding: 3rem 8%; }
  .project03 .container .contents-area {
    margin-bottom: 3rem;
    /*----------------
    project
    ----------------*/
    /*----------------
    スライダー
    ----------------*/ }
    .project03 .container .contents-area.intro {
      margin-bottom: 1.5rem; }
    .project03 .container .contents-area h2.m-ttl {
      margin-bottom: 1.5rem;
      font-size: 1.5rem;
      white-space: nowrap; }
    .project03 .container .contents-area p {
      font-size: clamp(12px, 0.9rem, 18px); }
    .project03 .container .contents-area h3.m-ttl {
      font-size: 1.5rem;
      margin-bottom: 3rem; }
    .project03 .container .contents-area .industry-grid {
      display: block;
      grid-template-columns: repeat(1, 1fr);
      width: 100%;
      margin: 0 auto;
      margin-top: 20px; }
    .project03 .container .contents-area .industry-item {
      position: relative;
      display: flex;
      flex-direction: column;
      min-height: auto;
      padding: 16px 28px 16px 16px;
      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: 10px;
      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: 18px;
      font-weight: 300;
      line-height: 1.2;
      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, 0.85rem, 16px); }
    .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: auto;
      padding: 16px 16px 16px 16px; }
    .project03 .container .contents-area .case-slider {
      width: calc(100vw - 50px);
      margin-left: calc(50% - 50vw + 20px);
      overflow: hidden; }
      .project03 .container .contents-area .case-slider .swiper-wrapper {
        align-items: flex-start;
        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 {
      border-radius: 0px; }
      .project03 .container .contents-area .case-card img {
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 6px;
        object-fit: cover;
        display: block; }
      .project03 .container .contents-area .case-card__content {
        position: static;
        margin-top: 3rem; }
      .project03 .container .contents-area .case-card__title {
        background: none;
        color: #FFFFFF;
        font-size: clamp(12px, 0.85rem, 16px); }
      .project03 .container .contents-area .case-card__tags {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        font-size: clamp(10px, 0.75rem, 14px);
        margin-top: 20px; }
        .project03 .container .contents-area .case-card__tags span {
          background: none;
          color: #fff;
          padding: 0px; }
    @media (max-width: 768px) {
      .project03 .container .contents-area .case-slider .swiper-slide {
        width: calc(100vw - 0px);
        max-width: none; } }

/*プロジェクト*/
/* ----------------
   サポート
---------------- */
.support-section .container .intro {
  display: block; }
  .support-section .container .intro h2.m-ttl {
    width: 100%;
    margin-bottom: 3rem;
    font-size: 1.5rem;
    white-space: nowrap; }
  .support-section .container .intro .m-txt {
    width: 100%;
    margin-bottom: 0rem;
    font-size: 12px; }

/* ----------------
   サポート
---------------- */
/* ----------------
   数字見る
---------------- */
#data .en-ttl {
  width: 50%;
  margin-left: 8%;
  font-size: 12px;
  padding: 0.5rem; }
#data .container {
  width: 100%;
  padding: 1rem 2%;
  /* SP */ }
  #data .container .intro {
    padding: 1rem 5%; }
  #data .container h2.m-ttl {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    white-space: nowrap;
    letter-spacing: 0px; }
  #data .container .m-txt {
    width: 100%;
    font-size: 12px;
    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 {
      gap: 1.5rem; }
      #data .container .contents-area02 ul.data-slider li {
        flex: 0 0 40vw;
        flex-shrink: 0;
        text-align: center;
        box-shadow: 12px -12px 0px -2px #e9eadd;
        background: #fff;
        padding: 1rem 0.5rem; }
        #data .container .contents-area02 ul.data-slider li .number {
          font-size: 3.5rem;
          font-weight: 500;
          line-height: 1;
          letter-spacing: 0px;
          font-feature-settings: "palt";
          margin-bottom: 0.75rem; }
          #data .container .contents-area02 ul.data-slider li .number span {
            font-size: 1.25rem; }
        #data .container .contents-area02 ul.data-slider li h3 {
          font-size: 0.85rem;
          line-height: 170%;
          font-weight: 500; }
  #data .container .side-btn {
    display: flex;
    justify-content: flex-end;
    margin: 2rem 5%;
    width: 90%; }
#data .caution-normal {
  padding: 0.15rem 5% 0.45rem; }

/* ----------------
   数字見る
---------------- */
/* ----------------
   キャリアパス
---------------- */
#careerpt02 {
  background-image: url("../img/top/bg_career.jpg");
  background-position: top center;
  background-size: cover;
  height: auto;
  width: 100%;
  padding: 40px 4%; }
  #careerpt02 .area-parts {
    display: flex;
    flex-direction: column-reverse;
    position: static; }
    #careerpt02 .area-parts .container {
      width: 100%;
      margin: 0px;
      padding: 0px; }
      #careerpt02 .area-parts .container .contents {
        color: #FFFFFF;
        margin-bottom: 1.5rem; }
        #careerpt02 .area-parts .container .contents .catch {
          font-size: 1.5rem;
          margin-bottom: 3rem;
          letter-spacing: 0px; }
        #careerpt02 .area-parts .container .contents .m-txt {
          font-size: clamp(12px, 0.85rem, 16px);
          width: 100%; }
    #careerpt02 .area-parts .title {
      position: static;
      margin-bottom: 3rem;
      display: flex;
      flex-direction: column;
      writing-mode: horizontal-tb;
      width: auto;
      background-image: linear-gradient(90deg, white 18%, #fff36b 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 12px;
      font-weight: 700;
      mix-blend-mode: soft-light; }
      #careerpt02 .area-parts .title span {
        font-size: 1.5rem;
        white-space: nowrap;
        writing-mode: horizontal-tb; }
  #careerpt02 .side-btn {
    display: flex;
    justify-content: flex-end;
    margin: 3rem 5% 0.1rem;
    width: 90%; }
  #careerpt02 .career-head {
    margin-bottom: 1.5rem; }
  #careerpt02 .career-inner {
    padding: 1.75rem;
    border-radius: 1rem; }
  #careerpt02 .career-photo {
    width: 4rem;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 4px; }
  #careerpt02 .career-info h2 {
    font-size: 1rem;
    margin-bottom: 1rem; }
  #careerpt02 .career-meta {
    font-size: 1rem;
    letter-spacing: 0px; }
  #careerpt02 .timeline {
    flex-direction: column;
    gap: 1rem;
    padding-left: 0rem; }
  #careerpt02 .timeline-line {
    top: 0;
    left: 0.7rem;
    width: 0.125rem;
    height: 100%; }
  #careerpt02 .timeline-dot {
    margin-bottom: 0rem;
    width: 1.5rem; }
  #careerpt02 .timeline-content {
    margin-left: 2.5rem; }
    #careerpt02 .timeline-content h3 {
      font-size: 1rem; }
    #careerpt02 .timeline-content p {
      font-size: 0.85rem; }

/* ----------------
   キャリアパス
---------------- *

/* ----------------
   志望動機
---------------- */
#under {
  overflow: hidden;
  height: auto;
  width: 100%;
  padding: 50px 5% 50px 5%;
  position: relative;
  /* =========================
     2枚セット
  ========================= */
  /* =========================
     カード共通
  ========================= */
  /* =========================
     footer
  ========================= */
  /* =========================
     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 2rem;
    width: 100%;
    color: #133284; }
    #under .container .intro {
      display: block; }
      #under .container .intro h2.m-ttl {
        font-size: 2rem;
        margin-bottom: 3rem;
        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: 12px;
        letter-spacing: 1px; }
  #under .side-btn {
    text-align: right;
    margin-right: 3rem;
    margin-top: 2rem;
    width: auto; }
  #under .reason-layout {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    width: 100%;
    margin: 60px auto 0; }
  #under .reason-group.reason-group-left .reason-card-02 {
    margin-top: -60px; }
  #under .reason-group.reason-group-right {
    margin-top: -60px; }
    #under .reason-group.reason-group-right .reason-card-04 {
      margin-top: -60px; }
  #under .reason-card {
    width: 100%;
    overflow: hidden; }
    #under .reason-card img {
      width: 100%;
      height: auto;
      display: block; }
  #under .footer-column li {
    list-style: none; }
  @media screen and (max-width: 768px) {
    #under .reason-layout {
      flex-direction: column;
      gap: 59px; }
    #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: 53%; } }
  #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: 4rem;
    width: calc(100% + 5%);
    margin-right: 5%;
    margin-left: auto;
    border-radius: 16px 0px 0px 16px;
    padding: 2rem 3rem; }
    #under .about .container {
      display: block;
      padding: 0; }
      #under .about .container .txt {
        width: 100%;
        margin-right: -5%; }
        #under .about .container .txt h2 {
          font-weight: 700;
          margin-bottom: 2rem;
          font-size: 2.5rem; }
          #under .about .container .txt h2 span {
            display: block;
            margin-top: 1rem;
            font-size: 12px; }
        #under .about .container .txt .catch {
          font-weight: 700;
          font-size: 1rem;
          margin-bottom: 1rem;
          white-space: nowrap; }
        #under .about .container .txt .m-txt {
          font-weight: 700;
          font-size: clamp(12px, 0.85rem, 16px); }
      #under .about .container .support-nav {
        width: 100%;
        max-width: none; }

.footer {
  letter-spacing: 0px;
  padding: 60px 24px 0px; }

.footer-nav {
  margin-top: 30px; }

/*spメニュー*/
.sp-menu-btn {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-menu-btn {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 6px;
      width: 48px;
      height: 48px;
      background: #004098;
      border: none;
      border-radius: 50%;
      position: fixed;
      top: 10px;
      right: 8px;
      left: auto;
      z-index: 10001;
      cursor: pointer; }
      .sp-menu-btn span {
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        margin: 0 auto;
        transition: 0.3s; }
      .sp-menu-btn.is-active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg); }
      .sp-menu-btn.is-active span:nth-child(2) {
        opacity: 0; }
      .sp-menu-btn.is-active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg); } }

@media screen and (max-width: 768px) {
  .sp-menu {
    position: fixed;
    inset: 0;
    background: rgba(0, 64, 152, 0.96);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    overflow-y: auto;
    display: block; }
    .sp-menu.is-active {
      opacity: 1;
      visibility: visible; }
    .sp-menu .sp-menu-inner {
      padding: 90px 24px 40px; }
    .sp-menu .sp-menu-link,
    .sp-menu .sp-menu-parent {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 18px 0;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      text-decoration: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      background: none;
      border-left: none;
      border-right: none;
      border-top: none;
      cursor: pointer;
      border-radius: 0px; }
    .sp-menu .sp-menu-parent span {
      font-size: 22px;
      line-height: 1;
      transition: 0.3s; }
    .sp-menu .sp-menu-accordion.is-open .sp-menu-parent span {
      transform: rotate(45deg); }
    .sp-menu .sp-menu-child {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease; }
      .sp-menu .sp-menu-child a {
        display: block;
        padding: 13px 0 13px 18px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        position: relative; }
        .sp-menu .sp-menu-child a::before {
          content: "";
          width: 6px;
          height: 1px;
          background: #fff;
          position: absolute;
          left: 4px;
          top: 50%; } }

body.is-menu-open {
  overflow: hidden; }

/*spメニュー*/
/*お知らせ*/
.news-date {
  font-size: 12px;
  color: #6b7280; }

.news-tag {
  font-size: 10px;
  padding: 1px 6px; }

.news-heading {
  font-size: 14px; }

.news-title {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #1f2937; }

.news-banner-row {
  flex-direction: column; }

.news-col,
.banner-col {
  flex: 1 1 auto;
  width: 100%; }

.banner-frame {
  border-radius: 12px; }

/*お知らせ*/
/*共通*/
.caution-normal {
  font-size: clamp(10px, 0.75rem, 14px); }

.btn.normal {
  width: 90%;
  font-size: 1rem;
  padding: 10px;
  margin: 0 auto; }

.btn {
  position: relative; }

.btn::before {
  content: ">";
  opacity: 1;
  font-weight: 400;
  transform: translateY(-50%) scale(1);
  font-size: 1rem;
  color: #FFFFFF;
  left: 12px;
  z-index: 10; }

.btn p {
  transform: translateX(0px); }

.btn.cv {
  font-size: 12px;
  font-weight: 700; }

.sp {
  display: block; }

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