@charset "UTF-8";
/* CSS Document */
.hero {
  width: 90%;
  margin-bottom: 0px; }
  .hero p.pankuzu {
    font-size: 8px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 3rem; }
  .hero h1 {
    font-size: 2rem;
    color: #133284;
    line-height: 1.2;
    font-weight: 500;
    margin: 2.5rem auto;
    width: 100%; }
    .hero h1 span {
      font-size: 1.25rem;
      display: block;
      font-weight: 300;
      margin-bottom: 1.5rem; }

.inner-link-area {
  width: 100%;
  font-size: clamp(10px, 0.85rem, 12px); }
  .inner-link-area .link-area {
    background-color: #e7ecf8;
    padding: 2rem 10% 1rem 5%;
    display: block;
    margin-bottom: 10px; }
    .inner-link-area .link-area li {
      position: relative;
      list-style: circle;
      font-size: clamp(10px, 0.85rem, 12px);
      color: #133284;
      font-weight: 300;
      white-space: wrap;
      margin-bottom: 6px; }
      .inner-link-area .link-area li::after {
        content: ">";
        position: absolute;
        right: -14px;
        top: 45%;
        transform: translateY(-50%);
        line-height: 1;
        font-size: 14px;
        transition: transform .3s ease, opacity .3s ease;
        opacity: .7; }
  .inner-link-area .link-area.fixed {
    display: none; }
  .inner-link-area .link-area.fixed.show {
    display: none; }

.pj-about {
  margin-bottom: 6rem; }
  .pj-about .m-ttl {
    display: inline-block;
    font-size: 1.4rem;
    border-bottom: 1px solid #133284;
    line-height: 1.4;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
  .pj-about .intro {
    display: block;
    justify-content: space-between;
    width: 100%; }
    .pj-about .intro figure {
      position: relative;
      width: 100%;
      aspect-ratio: auto;
      overflow: hidden;
      border-radius: 8px;
      margin-bottom: 3rem; }
      .pj-about .intro figure img {
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
    .pj-about .intro .contents {
      width: 100%;
      color: #133284; }
      .pj-about .intro .contents p.m-txt {
        font-size: clamp(10px, 0.85rem, 12px);
        margin-bottom: 3rem; }
      .pj-about .intro .contents p.m-txt.bp {
        margin-bottom: 0px; }
      .pj-about .intro .contents .item {
        margin-bottom: 4rem; }
        .pj-about .intro .contents .item h3 {
          font-size: 1.25rem;
          margin-bottom: 1.5rem; }
        .pj-about .intro .contents .item p.txt-area {
          font-size: clamp(10px, 0.85rem, 12px);
          margin-bottom: 1.25rem; }
      .pj-about .intro .contents .list-wrap {
        display: block;
        gap: 1rem; }
        .pj-about .intro .contents .list-wrap li {
          margin-bottom: 1rem;
          padding: 2rem;
          background-color: #e5eef5;
          border-radius: 8px; }
          .pj-about .intro .contents .list-wrap li h3 {
            font-size: 1.25rem;
            color: #133284;
            margin-bottom: 1.5rem; }
          .pj-about .intro .contents .list-wrap li p.m-txt {
            font-size: clamp(10px, 0.85rem, 12px);
            color: #133284;
            text-align: left;
            margin-bottom: 0px; }
      .pj-about .intro .contents .flow-learning-entry {
        display: flex;
        width: 90%;
        align-items: stretch;
        margin: 1rem auto 0px;
        flex-direction: column; }
        .pj-about .intro .contents .flow-learning-entry li {
          padding: 0rem;
          text-align: center;
          width: 100%;
          display: flex;
          flex-direction: column; }
          .pj-about .intro .contents .flow-learning-entry li figure {
            width: 50%;
            margin: 0 auto 1rem;
            flex-shrink: 0; }
            .pj-about .intro .contents .flow-learning-entry li figure img {
              width: 100%; }
          .pj-about .intro .contents .flow-learning-entry li h3 {
            color: #133284;
            font-size: 1.25rem;
            text-align: center;
            margin-bottom: 2rem;
            flex-shrink: 0; }
          .pj-about .intro .contents .flow-learning-entry li p.m-txt {
            font-size: clamp(10px, 0.85rem, 12px);
            flex-grow: 1; }
        .pj-about .intro .contents .flow-learning-entry li:not(:last-child) {
          position: relative;
          margin-bottom: 6rem; }
          .pj-about .intro .contents .flow-learning-entry li:not(:last-child)::after {
            content: "▶︎";
            position: absolute;
            top: 100%;
            left: 56%;
            bottom: 0rem;
            margin-top: 1rem;
            margin-bottom: 3rem;
            transform: translateX(-50%) rotate(90deg);
            font-size: 2rem;
            color: #133284; }
      .pj-about .intro .contents .wide-card {
        width: 100%;
        margin-bottom: 3rem; }
        .pj-about .intro .contents .wide-card li {
          display: block;
          width: 90%;
          justify-content: space-between;
          align-items: center;
          border-bottom: 1px dashed #133284;
          padding-bottom: 3rem;
          margin: 0rem auto 3rem; }
          .pj-about .intro .contents .wide-card li figure.ico {
            width: 50%;
            margin: 0% auto; }
            .pj-about .intro .contents .wide-card li figure.ico img {
              width: 100%; }
          .pj-about .intro .contents .wide-card li .contents h3 {
            font-size: 1.25rem;
            margin-bottom: 1.5rem;
            text-align: center; }
          .pj-about .intro .contents .wide-card li .contents p.m-txt {
            font-size: clamp(10px, 0.85rem, 12px);
            letter-spacing: 2px;
            line-height: 1.7;
            margin-bottom: 0px; }
  .pj-about .service {
    border: 1px solid #95a1c0;
    width: 100%;
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.81);
    border-radius: 8px;
    color: #133284; }
    .pj-about .service h3 {
      font-size: 1.25rem;
      margin-bottom: 1.5rem;
      font-weight: 400; }
      .pj-about .service h3 span {
        display: inline-block;
        font-size: clamp(10px, 0.85rem, 12px);
        font-weight: 300;
        margin-left: 2rem; }
    .pj-about .service ul.parts {
      display: flex;
      flex-wrap: wrap;
      gap: 5px 5px; }
      .pj-about .service ul.parts li {
        border: 1px solid #95a1c0;
        padding: 0px 1rem;
        border-radius: 36px;
        font-size: clamp(10px, 0.85rem, 12px); }
    .pj-about .service .item-wrapper {
      display: block;
      padding: 0rem; }
      .pj-about .service .item-wrapper .item {
        margin-bottom: 3rem; }
        .pj-about .service .item-wrapper .item .youtube-movie {
          width: 90%;
          width: 100%;
          aspect-ratio: 16 / 9;
          height: auto; }
        .pj-about .service .item-wrapper .item:last-child {
          margin-bottom: 0px; }
      .pj-about .service .item-wrapper .item:empty {
        display: none; }
    .pj-about .service p.m-txt {
      font-size: 12px; }
  .pj-about .container {
    margin-bottom: 3rem; }
  .pj-about .card-design {
    display: block; }
    .pj-about .card-design .card-wrap {
      margin-bottom: 2.5rem;
      display: block;
      padding: 2.25rem; }
      .pj-about .card-design .card-wrap figure.icon {
        margin-bottom: 3rem; }
      .pj-about .card-design .card-wrap p.mini-catch {
        color: #e82782; }
      .pj-about .card-design .card-wrap .ttl-normal {
        font-size: 1.75rem;
        margin-bottom: 3rem; }
      .pj-about .card-design .card-wrap figure.map-l {
        width: 90%;
        margin: 0px auto 4rem; }
        .pj-about .card-design .card-wrap figure.map-l img {
          width: 100%; }
    .pj-about .card-design .m-txt {
      font-size: clamp(10px, 0.85rem, 12px);
      margin-top: auto;
      text-align: left; }

/*pj-about*/
/*interview*/
.interview-block {
  display: block;
  gap: 24px;
  margin: 0 auto 6rem;
  padding: 3rem 0px;
  border-bottom: 1px dashed rgba(253, 253, 253, 0.5); }

.interview-profile {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem; }
  .interview-profile img {
    width: 35%;
    display: block;
    margin-bottom: 1rem;
    border-radius: 4px; }
  .interview-profile .year,
  .interview-profile .name {
    font-size: clamp(12px, 1rem, 14px);
    line-height: 1.6;
    width: 30%; }

.interview-content {
  flex: 1;
  margin-bottom: 6rem; }

.interview-item + .interview-item {
  margin-top: 8rem; }
.interview-item .label {
  display: inline-block;
  background: #58a89d;
  color: #fff;
  font-size: clamp(12px, 1rem, 14px);
  border-radius: 4px;
  font-weight: 700;
  padding: 4px 12px;
  margin-bottom: 3.5rem; }
.interview-item h2 {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 3.5rem; }
.interview-item p {
  font-size: clamp(10px, 0.85rem, 12px);
  line-height: 1.7; }

.interview-block.is-hidden {
  display: none; }

.interview-more-btn {
  display: block;
  margin: 2rem auto 0;
  padding: 8px 40px;
  border: 1px solid rgba(253, 253, 253, 0.5);
  color: rgba(253, 253, 253, 0.5);
  cursor: pointer;
  font-size: 16px; }
  .interview-more-btn .icon {
    margin-right: 4px; }

.interview-hidden-area {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.6s ease; }

/*interview*/
.pj-about .card-section {
  width: 100%;
  display: block;
  gap: 5rem 2rem; }
  .pj-about .card-section li {
    width: 100%;
    margin-bottom: 8rem; }
    .pj-about .card-section li .photo {
      width: 100%;
      margin-bottom: 2rem; }
      .pj-about .card-section li .photo img {
        border-radius: 8px; }
    .pj-about .card-section li .card-item h2.case-card__title {
      font-size: 1.25rem;
      line-height: 1.4;
      letter-spacing: 2px;
      margin-bottom: 3rem; }
    .pj-about .card-section li .card-item .case-card__tags {
      margin-top: 1rem; }
      .pj-about .card-section li .card-item .case-card__tags span {
        background-color: #000000;
        color: #FFFDFD;
        font-size: clamp(10px, 0.85rem, 12px);
        display: inline-block;
        margin-right: 0.5rem;
        padding: 0px 3px; }

.pj-about .timeline {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 1rem;
  padding-left: 0rem;
  width: 100%;
  margin: 0 auto;
  /* 縦線 */
  /* item */
  /* ● */
  /* テキスト */ }
  .pj-about .timeline-line {
    position: absolute;
    top: 0;
    left: 2.4rem;
    width: 0.2rem;
    height: 100%;
    background: #133284; }
  .pj-about .timeline-item {
    position: relative;
    width: 100%;
    display: flex;
    z-index: 2;
    align-items: center;
    padding-bottom: 2rem; }
  .pj-about .timeline-dot {
    min-width: 5rem;
    height: 5rem;
    align-self: flex-start;
    border-radius: 50%;
    background: #133284;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    white-space: nowrap;
    line-height: 1;
    text-align: center; }
    .pj-about .timeline-dot span {
      font-size: 9px;
      margin-top: 2rem;
      display: contents; }
  .pj-about .timeline-content {
    margin-left: 1rem;
    margin-top: 2rem; }
    .pj-about .timeline-content h3 {
      font-size: clamp(10px, 0.85rem, 12px);
      font-weight: 500;
      line-height: 1.4;
      border: 1px dashed #133284;
      display: inline-block;
      padding: 0.5rem;
      margin-bottom: 0.95rem; }
    .pj-about .timeline-content p {
      font-size: clamp(10px, 0.85rem, 12px);
      line-height: 1.7;
      color: #133284;
      letter-spacing: 2px; }

/*キャリアパス*/
.career-path-accordion .acc-trigger {
  gap: 6px;
  padding: 1rem 0.75rem;
  align-items: flex-start; }

/*cv-area*/
.cv-area {
  background: url("../img/common/bg-entry.webp") center/cover no-repeat;
  padding: 3rem 2rem 3rem 2rem;
  margin-top: 4rem; }
  .cv-area .container {
    width: 100%;
    margin: 0 auto; }
    .cv-area .container .contents-area {
      margin-bottom: 1rem;
      width: 100%;
      margin-left: auto; }
      .cv-area .container .contents-area h2 {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 5rem;
        font-weight: 500; }
        .cv-area .container .contents-area h2 span {
          display: block;
          margin-left: 0rem;
          font-size: 1.25rem;
          font-weight: 400;
          margin-top: 10px; }
    .cv-area .container .qr {
      display: block;
      justify-content: space-between;
      margin-bottom: 5rem; }
      .cv-area .container .qr .qrimg {
        width: 45%;
        text-align: center;
        margin: 0 auto;
        max-width: inherit; }
        .cv-area .container .qr .qrimg img {
          width: 100%;
          display: none; }
        .cv-area .container .qr .qrimg .line {
          display: block;
          margin-bottom: 5rem; }
          .cv-area .container .qr .qrimg .line img {
            width: 100%;
            display: block; }
      .cv-area .container .qr .txt-area {
        font-size: clamp(10px, 0.85rem, 12px);
        font-weight: 300;
        letter-spacing: 1px;
        width: 100%;
        line-height: 1.4; }
    .cv-area .container .cv-wrap {
      margin-top: 0rem;
      margin-bottom: 1.5rem;
      display: block;
      justify-content: space-between; }
      .cv-area .container .cv-wrap .btn-area {
        width: 100%;
        margin-bottom: 12px; }
        .cv-area .container .cv-wrap .btn-area .btn {
          width: 100%;
          background-color: #e82782;
          font-size: clamp(12px, 1rem, 14px);
          font-weight: 500; }
          .cv-area .container .cv-wrap .btn-area .btn:hover {
            background-color: #133284; }
          .cv-area .container .cv-wrap .btn-area .btn p {
            transform: translateX(9px); }
    .cv-area .container .agent-area {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #fff;
      width: 100%;
      border-radius: 6px;
      padding: 6px;
      text-decoration: none; }
      .cv-area .container .agent-area img {
        width: 40%;
        display: block;
        max-width: 300px; }

/* ========================================
   募集要項
======================================== */
.job-table,
.job-table tbody,
.job-table tr,
.job-table th,
.job-table td {
  display: block;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 12px; }

.job-table tr {
  margin-bottom: 16px;
  display: block;
  box-shadow: 5px 5px 15px -5px #d6d6d6; }
  .job-table tr th {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px 8px 0px 0px;
    border-bottom: none; }
  .job-table tr td {
    padding: 12px 14px;
    border: none;
    background-color: #fff;
    border-radius: 0px 0px 8px 8px; }
  .job-table tr:first-child td {
    border-radius: 0px 0px 8px 8px; }
  .job-table tr:last-child td {
    border-radius: 0px 0px 8px 8px; }
  .job-table tr:last-child th {
    border-radius: 8px 8px 0px 0px; }

/* ========================================
 recruiter
======================================== */
.rec-card__body {
  padding: 3.5rem; }
.rec-card__dept {
  font-size: 12px;
  color: #133284;
  letter-spacing: 0.03em; }
.rec-card__name {
  font-size: 14px; }
.rec-card__bio {
  font-size: 12px; }

/* ========================================
   common spot
======================================== */
.photo-2col {
  display: block;
  width: 100%;
  margin-top: 2rem;
  justify-content: space-between; }
  .photo-2col figure {
    width: 100%;
    margin-bottom: 3rem; }
    .photo-2col figure img {
      width: 100%;
      border-radius: 8px; }

.side-btn {
  width: auto; }

.w50 li {
  width: 100%; }

.pc {
  display: none !important; }

.sp {
  display: block; }

.side-btn-long {
  width: auto; }

/* ========================================
   お知らせ
======================================== */
#news .day {
  text-align: right;
  margin: 1rem 0 3rem; }
#news .column {
  border-top: 1px #5E5E5E dashed;
  padding: 3rem 1rem 0px;
  margin: 3rem 0rem; }
  #news .column h3 {
    margin-bottom: 1rem; }
#news .caution {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #999999;
  font-size: 12px;
  line-height: 1.6;
  counter-reset: note; }
  #news .caution li {
    position: relative;
    padding-left: 2.2em;
    margin-bottom: 1rem; }
    #news .caution li::before {
      content: "※" counter(note) ".";
      counter-increment: note 1;
      position: absolute;
      left: 0px;
      top: 0px; }

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