@charset "UTF-8";

/* ===== Recruit page add ===== */
.rct {
    --rct-blue: #ababab;
    --rct-blue2: #d3d3d3;
    --rct-ink: #474747;
    --rct-muted: #6f6f6f;
    --rct-bg: #ededf1;
    --rct-card: #fff;
    --rct-line: #f2f2f2;
    --rct-shadow: 0 10px 30px rgba(67, 67, 67, .10);
    --rct-radius: 18px;
}

.rct * {
    box-sizing: border-box;
}

.rct img {
    max-width: 100%;
    height: auto;
    display: block;
}

.rct .ttl_cmn .ttl,
.rct .ttl_low_main .ttl {
    letter-spacing: .02em;
}

.rct-hero {
    padding: 40px 0 20px;
}

.rct-heroBox {
    margin: 18px auto 0;
    display: grid;
    columns: 1;
    gap: 18px;
    align-items: stretch;
    max-width: 800px;
}

.rct-heroCopy {
    text-align: center;
}

.rct-heroLead {
    margin: 0;
    padding: 18px 18px;
    line-height: 1.9;
    color: #474747;
    font-weight: 800;
}

.rct-heroBadges {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.rct-heroBadges li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    background: var(--rct-card);
    border: 1px solid var(--rct-line);
    color: var(--rct-ink);
    font-weight: 900;
    font-size: 13px;
}

.rct-heroBadges i {
    color: var(--rct-blue);
}

.rct-heroCtas {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.rct-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 1000;
    line-height: 1.2;
    border: 1px solid transparent;
}

.rct-btn--primary {
    background: var(--rct-ink);
    color: #fff;
    box-shadow: var(--rct-shadow);
}

.rct-btn--ghost {
    background: #fff;
    color: var(--rct-ink);
    border-color: var(--rct-line);
}

.rct-btn:hover {
    filter: brightness(.98);
}

.rct-heroNote {
    margin: 2rem 0;
    color: var(--rct-muted);
    font-weight: 800;
    line-height: 1.7;
    font-size: 13px;
}

.rct-heroCard {
    background: var(--rct-card);
    border: 1px solid var(--rct-line);
    border-radius: var(--rct-radius);
    box-shadow: var(--rct-shadow);
    overflow: hidden;
}

.rct-heroCardHead {
    background: var(--rct-blue);
    color: #fff;
    padding: 14px 14px;
}

.rct-heroCardTitle {
    margin: 0;
    font-weight: 1000;
    letter-spacing: .06em;
    text-align: center;
    font-size: 1.5em;
}

.rct-heroDl {
    margin: 0;
    padding: 14px 14px 16px;
    display: grid;
    gap: 10px;
    justify-content: center;
}

.rct-heroDl .row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--rct-line);
    align-items: center;
}

.rct-heroDl .row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.rct-heroDl dt {
    margin: 0;
    color: #474747;
    font-weight: 1000;
    display: flex;
    gap: 8px;
    align-items: center;
}

.rct-heroDl dt i {
    color: var(--rct-blue);
    margin-top: 2px;
}

.rct-heroDl dd {
    margin: 0;
    color: #474747;
    font-weight: 800;
    line-height: 1.7;
}

/* common blocks */
.rct-grid2 {
    margin: 18px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    max-width: 800px;
}

.rct-card {
    background: #fff;
    border: 1px solid var(--rct-line);
    border-radius: var(--rct-radius);
    box-shadow: var(--rct-shadow);
    padding: 16px;
}

.rct-card--soft {
    background: var(--rct-card);
}

.rct-cardTtl {
    margin: 0 0 12px;
    font-weight: 1000;
    color: #474747;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: .02em;
}

.rct-cardTtl i {
    color: var(--rct-blue);
}

.rct-list {
    margin: 0;
    padding-left: 1.2em;
    display: grid;
    gap: 8px;
    color: #474747;
    font-weight: 800;
    line-height: 1.7;
}

.rct-banner {
    margin: 14px auto 0;
    background: var(--rct-card);
    border: 1px solid var(--rct-line);
    border-radius: var(--rct-radius);
    box-shadow: var(--rct-shadow);
    padding: 14px;
    display: flex;
    gap: 12px;
    align-items: center;
    max-width: 800px;
}

.rct-bannerIcon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: var(--rct-bg);
    border: 1px solid var(--rct-line);
    color: var(--rct-blue);
    font-size: 18px;
}

.rct-bannerText {
    margin: 0;
    color: #474747;
    font-weight: 800;
    line-height: 1.8;
}

/* positions */
.rct-positions {
    background: var(--rct-bg);
    padding: 44px 0 64px;
}

.rct-posGrid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.rct-pos {
    background: #fff;
    border: 1px solid var(--rct-line);
    border-radius: 22px;
    box-shadow: var(--rct-shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.rct-posHead {
    padding: 16px 16px;
    background: var(--rct-ink);
    border-bottom: 1px solid var(--rct-line);
}

.rct-posTtl {
    margin: 0;
    font-weight: 1000;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rct-posTtl i {
    color: var(--rct-card);
}

.rct-posSub {
    margin: 8px 0 0;
    color: var(--rct-card);
    font-weight: 800;
    line-height: 1.7;
    font-size: 13px;
}

.rct-posBody {
    padding: 14px 16px 16px;
}

.rct-bullets {
    margin: 0;
    padding-left: 1.2em;
    display: grid;
    gap: 8px;
    color: #474747;
    font-weight: 800;
    line-height: 1.7;
}

.rct-posTags {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rct-posTags span {
    display: inline-flex;
    padding: 8px 10px;
    border-radius: 10px;
    background: var(--rct-card);
    border: 1px solid #d0cdcd;
    color: #474747;
    font-weight: 900;
    font-size: 12px;
}

.rct-note {
    margin: 30px 0 0;
    color: var(--rct-muted);
    font-weight: 800;
    line-height: 1.7;
    font-size: 16px;
    text-align: center;
}

/* requirements mini */
.rct-miniGrid {
    margin: 14px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 800px;
}

.rct-mini {
    background: var(--rct-card);
    border: 1px solid var(--rct-line);
    border-radius: var(--rct-radius);
    box-shadow: var(--rct-shadow);
    padding: 14px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.rct-miniIcon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: var(--rct-bg);
    border: 1px solid var(--rct-line);
    color: var(--rct-blue);
    font-size: 18px;
}

.rct-miniBody .t1 {
    margin: 0;
    font-weight: 1000;
    color: #474747;
}

.rct-miniBody .t2 {
    margin: 6px 0 0;
    color: #474747;
    font-weight: 800;
    line-height: 1.7;
    font-size: 13px;
}

/* flow */
.rct-flow {
    background: var(--rct-bg);
    padding: 44px 0 64px;
}

.rct-flowList {
    margin: 18px auto 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
    max-width: 800px;
}

.rct-flowItem {
    background: #fff;
    border: 1px solid var(--rct-line);
    border-radius: var(--rct-radius);
    box-shadow: var(--rct-shadow);
    padding: 14px 14px;
    display: grid;
    grid-template-columns: 54px 1fr 54px;
    gap: 12px;
    align-items: center;
}

.rct-flowItem .num {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--rct-blue);
    color: #fff;
    font-weight: 1000;
    font-size: 20px;
}

.rct-flowItem .body .t1 {
    margin: 0;
    font-weight: 1000;
    color: #474747;
}

.rct-flowItem .body .t2 {
    margin: 6px 0 0;
    color: #474747;
    font-weight: 800;
    line-height: 1.7;
}

.rct-flowItem .ic {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: var(--rct-bg);
    border: 1px solid var(--rct-line);
    color: var(--rct-blue);
    font-size: 18px;
}

/* benefits */
.rct-benefitGrid {
    margin: 18px auto 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 800px;
}

.rct-benefit {
    background: #fff;
    border: 1px solid var(--rct-line);
    border-radius: 22px;
    box-shadow: var(--rct-shadow);
    padding: 16px;
    text-align: center;
}

.rct-benefitIcon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin: 0 auto 12px;
    display: grid;
    place-items: center;
    background: var(--rct-bg);
    color: var(--rct-blue);
    font-size: 22px;
}

.rct-benefitTtl {
    margin: 0;
    font-weight: 1000;
    color: #474747;
}

.rct-benefitTxt {
    margin: 10px 0 0;
    color: #474747;
    font-weight: 800;
    line-height: 1.7;
    font-size: 13px;
    word-break: auto-phrase;
}

/* ===== FAQ（置き換え） ===== */
.rct-faq{
    background:var(--rct-bg);
    padding:44px 0 64px;
}

/* ★ 2カラムを「列レイアウト」に変更（隣が引っ張られない） */
.rct-faqGrid{
  columns: 1;
  column-gap: 12px;
  max-width: 800px;
  margin: 18px auto 0;
}

/* detailsを列内で分割されないように */
.rct-faqItem{
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  display:block;
  width:100%;
  background:#fff;
  border:1px solid var(--rct-line);
  border-radius: var(--rct-radius);
  box-shadow: var(--rct-shadow);
  overflow:hidden;
  margin: 0 0 12px;
  align-items: center;
}

/* summary */
.rct-faqItem summary{
  list-style:none;
  cursor:pointer;
  padding:14px 44px 14px 14px; /* 右側アイコン分余白 */
  font-weight:1000;
  color:var(--rct-ink);
  display:flex;
  gap:10px;
  align-items:flex-start;
  position:relative;
}
.rct-faqItem summary::-webkit-details-marker{ display:none; }

.rct-faqItem summary i{
  color:var(--rct-blue);
  margin-top:2px;
}

/* ★ 右端の▼アイコン（CSSで表示） */
.rct-faqItem summary::after{
  content:"";
  position:absolute;
  right:14px;
  top:50%;
  width:10px;
  height:10px;
  border-right:2px solid var(--rct-blue);
  border-bottom:2px solid var(--rct-blue);
  transform: translateY(-55%) rotate(45deg); /* ▼ */
  transition: transform .18s ease;
  opacity:.9;
}

/* open時に▲っぽく回転 */
.rct-faqItem[open] summary::after{
  transform: translateY(-45%) rotate(-135deg);
}

/* body */
.rct-faqBody{
  padding:0 14px 14px;
  color:#8b8b8b;
  font-weight:800;
  line-height:1.8;
}

/* 開いた時の見た目ちょい強調 */
.rct-faqItem[open]{
  border-color: rgba(11,79,174,.25);
}

/* レスポンシブ */
@media (max-width: 860px){
  .rct-faqGrid{
    columns: 1;
    column-gap: 0;
  }
}


/* entry */
.rct-entry {
    padding: 44px 0 74px;
}

.rct-entryBox {
    margin-top: 18px;
    background: var(--rct-card);
    border: 1px solid var(--rct-line);
    border-radius: var(--rct-radius);
    box-shadow: var(--rct-shadow);
    padding: 18px;
    display: grid;
    columns: 1;
    gap: 14px;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}

.rct-entryText {
    padding: 1rem 2rem;
}

.rct-entryText .t1 {
    margin: 0;
    font-weight: 1000;
    color: #474747;
    font-size: 18px;
}

.rct-entryText .t2 {
    margin: 10px 0 0;
    color: #474747;
    font-weight: 800;
    line-height: 1.8;
}

.rct-entryList {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
    color: #474747;
    font-weight: 800;
    line-height: 1.7;
}

.rct-entryList li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.rct-entryList i {
    color: var(--rct-blue);
    margin-top: 2px;
}

.rct-entryCta {
    padding: 16px;
    text-align: center;
}

.rct-entryNote {
    margin: 10px 0 0;
    color: var(--rct-muted);
    font-weight: 800;
    font-size: 12px;
    line-height: 1.6;
}

/* responsive */
@media (max-width:1100px) {
    .rct-heroBox {
        grid-template-columns: 1fr;
    }

    .rct-posGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rct-benefitGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rct-miniGrid {
        grid-template-columns: 1fr;
    }

    .rct-entryBox {
        grid-template-columns: 1fr;
    }
}

@media (max-width:860px) {
    .rct-grid2 {
        grid-template-columns: 1fr;
    }

    .rct-faqGrid {
        grid-template-columns: 1fr;
    }

    .rct-heroDl .row {
        grid-template-columns: 1fr;
    }
}

@media (max-width:560px) {
    .rct-heroCtas {
        flex-direction: column;
    }

    .rct-btn {
        width: 100%;
    }

    .rct-posGrid {
        grid-template-columns: 1fr;
    }

    .rct-benefitGrid {
        grid-template-columns: 1fr;
    }

    .rct-flowItem {
        grid-template-columns: 54px 1fr;
    }

    .rct-flowItem .ic {
        display: none;
    }
}