body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 1.6;
    color: #333333;
}


/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
}

p {
    margin: 20px 0;
}

.recruit-head-title {
    font-family: 'Zen Old Mincho', serif;
    font-size: 38px;
    color: #333333;
    margin-bottom: 20px;
}
.recruit-head-eyebrow {
    font-family: 'Cormorant', serif;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    margin: 10px 0;
}

/* Hero Section */
.recruit-hero {
    background-color: white;
    padding: 60px 0;
}

.recruit-hero-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    align-items: center;
}

.recruit-hero-title {
    font-family: 'Zen Old Mincho', serif;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.recruit-hero-title-line1 {
    display: block;
    font-size: 32px;
    margin-bottom: 10px;
}

.recruit-hero-title-line2 {
    display: block;
    font-size: 40px;
}

.recruit-hero-description {
    font-size: 18px;
    line-height: 40px;
    margin-top: 60px;
}
.recruit-hero-description p {
    text-align: center;
}

.recruit-hero-image {
    position: relative;
}

.recruit-hero-img {
    width: 100%;
    height: 372px;
    object-fit: cover;
}

/* Section Title */
.recruit-section-title {
    background-color: white;
    padding: 180px 0 30px;
    text-align: left;
}

/* .section-main-title {
    font-family: 'Hiragino Mincho Pro', serif;
    font-size: 40px;
    color: #333333;
    margin-bottom: 20px;
}

.section-subtitle {
    font-family: 'Cormorant', serif;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
} */

/* .title-line {
    height: 1px;
    background-color: #aaa;
    margin: 0 auto;
} */

/* CTA Section */
.cta-section {
    background-color: white;
    padding: 50px 0 100px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.cta-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 30px;
    border: 1px solid #94938f;
    color: #707070;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s ease;
    min-width: 300px;
    justify-content: center;
}

.cta-buttons i {
    font-size: 13px;
    color: #03528c;
}

.cta-buttons a:hover,
.cta-buttons i:hover {
    background-color: #03528c;
    color: white;
    border-color: #03528c;
}

a.cta-btn:hover i {
    color: white;
}

.cta-icon {
    width: 20px;
    height: 20px;
}

.cta-icon.external {
    width: 16px;
    height: 16px;
    color: #03528C;
}

/* Strengths Section */
.strengths-section {
    background-color: #EEECE9;
    padding: 80px 0 120px;
}

.section-header {
    margin-bottom: 60px;
}

.section-title-text {
    font-size: 32px;
    color: #707070;
    margin-bottom: 20px;
}

.section-subtitle-text {
    font-weight: 500;
    font-size: 16px;
    color: #707070;
    margin-bottom: 20px;
}

.section-line {
    width: 20px;
    height: 2px;
    background-color: #03528C;
}

.strength-card.large {
    background-color: white;
    padding: 30px;
    margin-bottom: 40px;
}

.strength-content {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}

.strength-icon {
    flex-shrink: 0;
}

.strength-icon img {
    width: 80px;
    height: 80px;
}

.strength-text {
    text-align: left;
}
.strength-text .strength-title {
    font-size: 32px;

}
.strength-category {
    font-size: 13px;
    color: #707070;
    margin-bottom: 10px;
}

.strength-title {
    font-size: 20px;
    color: #707070;
    margin-bottom: 20px;
}

.strength-subtitle {
    font-size: 24px;
}

.strength-description {
    font-size: 16px;
    color: #707070;
    line-height: 27px;
    text-align: left;
}

.strength-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.strength-card {
    background-color: white;
    padding: 0px 30px;
    text-align: center;
}
.strength-card:nth-child(n+3) {
    min-height: 380px;
}

.strength-card .strength-icon img {
    width: 100px;
    height: 100px;
}

/* Interview Section */
.interview-section {
    background-color: #fff;
}
.interview-head {
    background-color: #f5f4f0;
    padding: 80px 0 50px;
}
.interview-intro {
    text-align: center;
    margin-bottom: 60px;
}

.interview-main-title {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
    font-size: 40px;
    color: #333333;
    margin-bottom: 30px;
}

.interview-description {
    font-family: 'Zen Old Mincho', serif;
    font-size: 18px;
    line-height: 40px;
    color: #333333;
}

.interview-card {
    background-color: white;
    overflow: hidden;
    padding: 130px 0;
}

.interview-card.reverse {
    background-color: #f5f4f0;
}

.interview-image {
    height: 501px;
    overflow: hidden;
}

.interview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interview-content {
    display: grid;
    grid-template-columns: 550px 1fr;
    gap: 50px;
    align-items: center;
}

.interview-title {
    font-size: 32px;
    text-align: center;
    color: #333333;
    margin: 80px 0 15px;
}

.interview-person {
    margin-bottom: 30px;
}

.person-name {
    font-weight: 500;
    font-size: 32px;
    color: #333333;
    display: block;
    margin-bottom: 10px;
}

.person-info {
    font-weight: 500;
    font-size: 16px;
    color: #707070;
}

.interview-text {
    font-size: 18px;
    text-align: justify;
    line-height: 42px;
    color: #333333;
}
.reverse .interview-text {
    order: 2;
}
.interview-person-image {
    text-align: center;
}

.person-img {
    width: 92%;
    height: auto;
    object-fit: cover;
}

/* FAQ Section */
.faq-section {
    background-color: #F5F4F0;
    padding: 80px 0;
}

.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-title {
    font-size: 32px;
    color: #707070;
    margin-bottom: 15px;
}

.faq-subtitle {
    font-size: 18px;
    color: #707070;
    margin-bottom: 20px;
}

.faq-line {
    height: 1px;
    background-color: #333333;
    margin: 0 auto;
    width: 40%;
}

.faq-list {
    max-width: 1050px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #03528c;
}

.faq-q {
    font-weight: 500;
    font-size: 30px;
    color: #03528c;
    min-width: 50px;
}

.faq-text {
    font-weight: 700;
    font-size: 20px;
    color: #707070;
    flex: 1;
}

.faq-icon {
    width: 40px;
    height: 25px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
  opacity: 0;
  padding: 0 0 0 70px; /* 初期はpadding下と上は0 */
}

.faq-item.active .faq-answer {
  max-height: 250px; /* コンテンツに合わせて調整 */
  opacity: 1;
  padding: 20px 0 0 70px; /* 上下のpaddingを同じに */
}


.faq-answer p {
    font-size: 18px;
    line-height: 35px;
    color: #333333;
    width: 90%;
}

/* リクナビバナー */
.rikunabi {
    font-size: 20px;
    font-weight: 500;
    color: #707070;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}
.rikunabi span {
    transform: scaleX(-1);
    display: inline-block;
}
.rikunabi p img {
    margin: 0px 0px -2px 3px;
}
.rikunabi a img{
    width: 400px;
    height: auto;
}


/* Requirements Section */
.requirements-section {
    background-color: #EEECE9;
    padding: 80px 0;
}

.requirements-content {
    background: #fff;
    padding: 20px;
    margin: 30px;
}

.requirement-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 10px;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 40px;
    align-items: start;
    margin: 0 60px;
}
.requirement-item:last-child {
    border-bottom: none;
}

.requirement-title {
    font-weight: 500;
    font-size: 18px;
    color: #707070;
    margin: 20px 0;
}

.requirement-content {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.requirement-content p {
    margin-bottom: 10px;
}
.requirement-content strong {
    color: #707070;
}

/* フロー */
.flow-section {
    padding-bottom: 20px;
    background-color: #EEECE9;
}

.flow-title {
  font-size: 20px;
  text-align: left;
  margin-bottom: 40px;
  color: #444;
  letter-spacing: 0.05em;
}
.flow-title span {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}

/* ▼ 縦線全体 */
.flow-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-left: 35px;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

/* 縦線を擬似要素で追加 */
.flow-container::before {
  content: "";
  position: absolute;
  left: 100px;
  top: 0;
  bottom: 50px;
  width: 3px;
  background-color: #74ADD2;
}

.flow-item {
  display: flex;
  align-items: center;
  border: 2px solid #0567AE;
  position: relative;
  /* overflow: hidden; */
  height: 100px;
  width: 95%;
}

.flow-item p {
  margin: 0 35px 0 0;
}

.step-number {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  font-weight: 500;
  padding: 2px;
  position: relative;
  clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
  z-index: 1;
  width: 170px;
  height: 100px;
  margin-left: -2px;
  align-content: center;
}

.step-number.b01 {
  background: #99C7E4;
}
.step-number.b02 {
  background: #74ADD2;
}
.step-number.b03 {
  background: #3887BA;
}
.step-number.b04 {
  background: #206EA0;
}
.step-number.b05 {
  background: #116092;
}
.step-number.b06 {
  background: #055385;
}
.step-number.b07 {
  background: #004A79;
}

.step-text {
    flex: 1;
    text-align: center;
    padding: 18px 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.step-text .note {
  font-size: 15px;
  color: #74ADD2;
}

.flow-final {
  background: #1e4a7b;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  height: 100px;
  width: 95%;
  align-content: center;
  z-index: 1;
}

.flow-info {
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
    letter-spacing: 3px;
    display: grid;
    grid-template-columns: 1fr 4fr;
    align-items: baseline;
    max-width: 800px;
    margin: 50px auto;
}
.flow-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.entry-link {
  margin-top: 40px;
  text-align: center;
}
.entry-link p {
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}
.entry-link img {
  max-width: 180px;
  height: auto;
}


@media (max-width: 600px) {
  .flow-container::before {
    left: 60px; /* スマホ時に線位置を調整 */
  }
  .flow-section {
    padding: 40px 10px;
  }
}



/* Entry Section */
/* .entry-section {
    padding: 60px 0;
    text-align: center;
}

.entry-text {
    font-weight: 500;
    font-size: 18px;
    color: #707070;
    margin-bottom: 30px;
}

.entry-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background-color: #03528c;
    color: white;
    padding: 15px 120px;
    text-decoration: none;
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-size: 24px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.entry-button:hover {
    background-color: #023a6b;
}

.entry-icon {
    width: 19px;
    height: 19px;
} */



/* Responsive Design */
@media (max-width: 1200px) {
    .strength-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .interview-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .requirement-item {
        grid-template-columns: 150px 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .recruit-section-title {
        padding: 120px 0 10px;
    }
    .recruit-hero {
        padding: 10px 0;
    }
    .recruit-hero-img {
        width: 100%;
        height: auto;
    }
    .recruit-hero-title-line1 {
        font-size: 22px;
    }
    .recruit-hero-title-line2 {
        font-size: 25px;
    }
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-title-line1 {
        font-size: 28px;
    }
    
    .hero-title-line2 {
        font-size: 32px;
    }
    
    .hero-description {
        font-size: 16px;
        line-height: 32px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 300px;
    }
    
    .strength-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .interview-main-title {
        font-size: 32px;
    }
    .interview-content {
        padding: 30px 20px;
    }
    .interview-title {
        font-size: 26px;
        line-height: 34px;
    }
    .interview-text {
        font-size: 16px;
        line-height: 32px;
    }
    .reverse .interview-text {
        order: inherit;
    }
    .faq-q {
        font-size: 24px;
    }
    .faq-text {
        font-size: 18px;
    }
    .faq-answer {
        padding-left: 0;
    }
    .requirement-item {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    .requirement-title {
        font-size: 16px;
    }
    .requirements-content {
        padding: 0;
        margin: 0;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .footer-nav {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 600px) {
    .step-number {
        width: 70px;
        font-size: 30px;
    }
    .flow-container::before {
        left: 25px; /* スマホ時に線位置を調整 */
    }
    .step-text {
        font-size: 13px;
        padding: 14px 14px;
        flex: 1;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
    }
    .flow-section {
        padding: 40px 10px;
    }
}

@media (max-width: 480px) {
    .wrapper {
        padding: 0;
    }
    .hero {
        padding: 40px 0;
    }
    .hero-title-line1 {
        font-size: 24px;
    }
    .hero-title-line2 {
        font-size: 28px;
    }
    .hero-description {
        font-size: 14px;
        line-height: 28px;
    }

    .recruit-hero-title-line2 {
        font-size: 35px;
    }
    .recruit-hero-title-line1 {
        font-size: 28px;
    }
    .recruit-hero-content {
        grid-template-columns: none;
        gap: 0;
    }
    .recruit-hero-description p {
        text-align: left;
    }
    .recruit-section-title {
        padding: 120px 0 10px;
    }
    .recruit-head-title {
        font-size: 35px;
    }
    .section-main-title {
        font-size: 32px;
    }
    
    .section-title-text {
        font-size: 28px;
    }
    .strength-card {
        padding: 20px;
    }
    .strength-description {
        line-height: 24px;
    }
    .strength-grid {
        grid-template-columns: none;
    }
    .interview-card {
        padding: 80px 0 50px;
    }
    .interview-image {
        height: 260px;
    }
    .interview-main-title {
        font-size: 32px;
    }
    .interview-description {
        line-height: 32px;
    }
    .interview-content {
        padding: 20px 15px;
    }
    .interview-text {
        font-size: 14px;
        line-height: 28px;
    }
    .person-name {
        font-size: 23px;
        margin-bottom: 0px;
    }
    .faq-section {
        padding: 80px 0 10px;
    }
    .faq-title {
        font-size: 28px;
    }
    .faq-q {
        font-size: 20px;
        min-width: 25px;
    }
    .faq-text {
        font-size: 16px;
    }
    .faq-answer p {
        font-size: 16px;
        line-height: 28px;
        margin: 0 auto;
    }
    .faq-item.active .faq-answer {
        padding: 20px 20px 0 30px;
    }
    .requirements-section {
        padding: 80px 0 0;
    }
    .requirement-content {
        font-size: 14px;
        line-height: 24px;
    }
    .requirement-title {
        margin: 10px 0;
    }
    .requirement-item {
        margin: 0 10px;
    }
    .entry-button {
        padding: 15px 30px;
        font-size: 20px;
    }
    .rikunabi a img {
        width: 100%;
    }

    .flow-container {
        padding-left: 0;
        gap: 20px;
    }
    .flow-item {
        width: 100%;
        height: 80px;
    }
    .flow-item p {
        margin: 0 15px 0 0;
    }
    .flow-final {
        width: 100%;
        height: 80px;
    }
    .flow-info {
        font-size: 15px;
        letter-spacing: 0;
        grid-template-columns: none;
    }
    .step-text {
        padding: 14px 10px 14px 0px;
    }
    .step-number {
        height: 80px;
    }
    .rikunabi {
        font-size: 18px;
    }
}





/* Interactive Elements */
.faq-item {
    cursor: pointer;
}

.faq-item:hover .faq-question {
    color: #03528c;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus styles for accessibility */
a:focus,
button:focus {
    outline: 2px solid #03528c;
    outline-offset: 2px;
}

