.first_view {
    display: none;
}

h2 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 14px;
    padding-left: 0.7em;
    padding: 0.5rem 1.2rem;
    color: #fff;
    background: #3d5a80;
    -webkit-box-shadow: 5px 5px 0 #007032;
    box-shadow: 5px 5px 0 #607d8b70;
    width: 95%;
    text-align: left;
}

/* ボタンデザイン */
.button-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 0 auto 4em;
    padding: .5em 2em;
    border: 2px solid #d4af37;
    border-radius: 25px;
    color: #d4af37;
    font-size: 1.1em;
    font-weight: bold;
    background-color: #d4af370f;
}

.button-1::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 21px;
    border-top: 3px solid #d4af37;
    border-right: 3px solid #d4af37;
    content: '';
}

.ex-main {
    padding: 0;
}

.ex-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url('/img/child-top.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 15em;
}

.ex-hero::before {
    content: '';
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    width: 100%;
    height: 100%;
    background: #3d5a8030;
    z-index: 1;
    pointer-events: none;
}

.ex-hero__overlay {
    position: absolute;
    left: 0; right: 0; bottom: 2.5em;
    width: 100%;
    color: #fff;
    z-index: 2;
}

.ex-hero__title {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 6px 0;
    color: #fff;
    background-color: #333333c4;
    line-height: 1.7;
    display: inline;
    padding: 0.2em 0.5em;
}

.ex-hero__subtitle {
    font-size: 1.1em;
    color: #ffe082;
    background-color: #3333338a;
    line-height: 1.7;
    display: inline-block;
    padding: 0.2em 0.5em;
    margin-top: 0.5em;
}

.ex-about {
    padding: 24px 16px 0 16px;
}

.ex-about__desc {
    font-size: 15px;
    line-height: 1.7;
    color: #222;
    padding: 0.5em;
}

.ex-feature {
    padding: 3em 16px 2em 16px;
}
.ex-feature__title {
    margin-bottom: 2em;
}

.ex-feature__item {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border: 2px solid #3d5a80;
    border-radius: 8px;
    margin-bottom: 1em;
    padding: 12px 12px 12px 0;
    box-shadow: 0 2px 6px rgba(34,48,90,0.04);
}

.ex-feature__num {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    background: #ffe082;
    color: #22305a;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    margin: 0 12px 0 8px;
}

.ex-feature__item-title {
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
}

.ex-feature__item-desc {
    font-size: 13px;
    color: #555;
    display: block;
}

.ex-difference {
    padding: 32px 8px 4em 8px;
}

.table-scroll-notice {
    font-size: 0.95em;
    color: #888;
    text-align: right;
    margin: 0.3em 1em 1.5em 0;
    letter-spacing: 0.02em;
}

.ex-difference__table-wrap {
  overflow-x: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(34,48,90,0.06);
  padding: 0 0 12px 0;
}
.ex-difference__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    min-width: 36em;
    margin: 1.5em 1em;
}
.ex-difference__table th,
.ex-difference__table td {
  border: 1px solid #e0e4ef;
  padding: 8px 4px;
  text-align: center;
}
.ex-difference__table th {
  background: #f5f7fa;
  color: #22305a;
  font-weight: bold;
  font-size: 13px;
}
.ex-difference__table td {
  background: #fff;
  color: #222;
}
.ex-difference__table td:nth-child(2) {
  background: #f5f7fa;
  color: #22305a;
  font-weight: bold;
}
.ex-difference__table td:nth-child(3) {
  background: #e9eaf0;
  color: #22305a;
}

.ex-btn-wrap {
  text-align: center;
  margin: 32px 0 24px 0;
}
.ex-btn-yellow {
  display: inline-block;
  background: #fff;
  color: #d4af37;
  border: 2px solid #ffe082;
  border-radius: 32px;
  font-size: 17px;
  font-weight: bold;
  padding: 14px 0;
  width: 90%;
  max-width: 340px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(212,175,55,0.06);
  transition: background 0.2s, color 0.2s;
}
.ex-btn-yellow:hover {
  background: #ffe082;
  color: #22305a;
}

/* --- 募集要項ページ専用スタイル --- */
.recruit-section {
    max-width: 500px;
    margin: 0 auto;
}
.recruit-reason-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px #607D8B;
    padding: 10px 18px 18px 18px;
    margin: 2em 0.7em;
    background-color: #3d5a800a;
}

.recruit-section-title {
    font-size: 1.3em;
    font-weight: bold;
    color: #22305a;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
    text-align: center;
}

.recruit-section-title span {
    background: linear-gradient(90deg, #9e833c 0, #dbb00b 45%, #d5a80e 70%, #e1b60a 85%, #bc7f04 90% 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.4em;
    padding: 0 0.1em;
}

.recruit-reason-desc {
    color: #222;
    line-height: 1.7;
}

.recruit-details {
    background: #f5f7fa;
    border-radius: 10px;
    padding: 18px 12px 10px 12px;
    margin: 3em 0.5em;
    box-shadow: 0 2px 8px rgba(34,48,90,0.04);
}

.recruit-detail-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.recruit-detail-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 4px rgba(34,48,90,0.03);
    padding: 10px;
    margin: 0.3em 0;
}

.recruit-detail-label {
    font-weight: bold;
    color: #3d5a80;
    font-size: 1.1em;
    padding: 2px 10px 0 12px;
    border-left: 4px solid #d4af37;
}

.recruit-detail-content {
    line-height: 1.7;
    padding: 0.5em;
}

.recruit-detail-note {
    color: #888;
    font-size: 0.92em;
    margin-left: 1em;
}

.recruit-detail-highlight {
    background: #ffeb3b52;
    color: #22305a;
    border-radius: 7px;
    padding: 0.3em 0.5em;
    font-weight: bold;
    line-height: 3;
    letter-spacing: 0.03em;
}

.recruit-appeal {
    margin: 2.5em 0.5em 3em;
}

/* --- 魅力カードデザイン --- */
.recruit-appeal-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    margin-top: 1.5em;
    align-items: center;
}

.recruit-appeal-item {
        border-radius: 18px;
        box-shadow: 0px 0px 5px #607D8B;
        padding: 28px 18px 24px 18px;
        margin: 1em 0;
        width: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1.5px solid #3d5a80;
        background-color: #3d5a800a;
}

.recruit-appeal-point {
    color: #d4af37;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 8px;
    letter-spacing: 0.04em;
    text-align: center;
    font-style: italic;
}

.recruit-appeal-point span {
    font-size: 1.2em;
    color: inherit;
}

.recruit-appeal-icon {
    background: #f7f7f7;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px auto;
    box-shadow: 0 2px 8px #ffe08240;
}

.recruit-appeal-item-title {
    color: #3d5a80;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0.07em;
    text-align: center;
}

.recruit-appeal-item-desc {
    margin-top: 8px;
}

.recruit-cta-card {
    background: #22305a;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 22px 10px 18px 10px;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px rgba(34,48,90,0.08);
}

.recruit-cta-title {
    font-size: 1.08em;
    font-weight: bold;
    margin-bottom: 8px;
    color: #fff;
}

.recruit-cta-desc {
    font-size: 0.98em;
    margin-bottom: 18px;
    color: #ffe082;
}
