* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    color: #333;
}

/* ãƒ˜ãƒƒãƒ€ãƒ¼ã‚¹ã‚¿ã‚¤ãƒ«ã¯å…±é€šãƒ˜ãƒƒãƒ€ãƒ¼CSSã§ç®¡ç† */

/* Hero Section */
.hero {
    background: url('../images/new-grad/hero-bg.png') center/cover;
    padding: 190px 0px 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/new-grad/hero-bg.jpg') center/cover;
    opacity: 0.1;
    z-index: 1;
}

/* Circular Images */
.hero-circle {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
}

.hero-circle-1 {
    top: 10%;
    left: 5%;
    width: 200px;
    height: 200px;
    background: url('../images/new-grad/bg-circle-1.png') center/cover;
}

.hero-circle-2 {
    bottom: 15%;
    left: 8%;
    width: 250px;
    height: 250px;
    background: url('../images/new-grad/bg-circle-2.png') center/cover;
}

.hero-circle-3 {
    top: 15%;
    right: 8%;
    width: 220px;
    height: 220px;
    background: url('../images/new-grad/bg-circle-3.png') center/cover;
}

.hero-circle-4 {
    bottom: 10%;
    right: 5%;
    width: 180px;
    height: 180px;
    background: url('../images/new-grad/bg-circle-4.png') center/cover;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 100px auto;
}

.hero h1 {
    font-size: 56px;
    font-weight: 700;
    color: #2C5AA0;
    margin-bottom: 30px;
    line-height: 1.3;
}

.hero p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.7;
}

.hero .btn-secondary {
    background: linear-gradient(29deg, rgba(255, 53, 120, 1) 0%, rgba(255, 140, 66, 1) 100%);
    color: white;
    text-decoration: none;
    padding: 17.5px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 17.6px;
    box-shadow: 0px 4px 15px 0px rgba(75, 75, 75, 0.5);
    transition: transform 0.3s ease;
    display: inline-block;
}

.hero .btn-secondary:hover {
    transform: translateY(-2px);
}

/* Company Profile Section */
.company-profile {
    padding: 80px 360px;
    background: white;
}

.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.section-title h2 {
    font-size: 20px;
    font-weight: 700;
    color: #2C5AA0;
    margin-bottom: 10px;
}

.section-title .subtitle {
    font-size: 2rem;
    font-weight: 700;
    color: #2C5AA0;
    margin-bottom: 10px;
}

.section-title .icon {
    width: 21px;
    height: 20px;
    margin: 0 auto 10px;
    background: linear-gradient(180deg, rgba(255, 74, 116, 1) 0%, rgba(241, 142, 61, 1) 100%);
    border-radius: 50%;
}

.profile-description {
    text-align: center;
    font-size: 1rem;
    color: #666;
    margin-bottom: 40px;
}

.profile-iframe {
    width: 800px;
    max-width: 100%;
    height: 500px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 16px;
}

.sample-link {
    text-align: center;
    margin-top: 20px;
    font-size: 13.3px;
    color: #999;
}

/* Growth Support Section */
.growth-support {
    padding: 80px 100px;
    background: #1A365D;
    color: white;
}

.growth-support .section-title h2 {
    color: white;
}

.support-cards {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.support-card {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    flex: 1;
    max-width: 360px;
    text-align: center;
}

.support-card h3 {
    font-size: 20.8px;
    font-weight: 700;
    color: #2C5AA0;
    margin-bottom: 20px;
}

.support-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

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

/* Company Appeal Section */
.company-appeal {
    padding: 80px 360px;
    background: linear-gradient(45deg, rgba(252, 248, 255, 1) 0%, rgba(241, 252, 255, 1) 52%, rgba(255, 235, 239, 1) 100%);
}

.appeal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.appeal-section h3 {
    font-size: 28.8px;
    font-weight: 700;
    color: #2C5AA0;
    margin-bottom: 30px;
    text-align: center;
}

.appeal-list {
    list-style: none;
}

.appeal-list li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #E9ECEF;
}

.appeal-list li:last-child {
    border-bottom: none;
}

.appeal-list .check {
    color: #4CAF50;
    font-weight: 700;
    margin-right: 10px;
    font-size: 16px;
}

.appeal-list span {
    font-size: 16px;
    color: #666;
}

/* Message Section */
.message-section {
    padding: 80px 100px;
    background: white;
}

.message-cards {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.message-card {
    background: white;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    flex: 1;
    max-width: 700px;
}

.message-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
}

.message-avatar {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    margin-bottom: 15px;
    overflow: hidden;
    flex-shrink: 0;
}

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

.message-info h4 {
    font-size: 20.8px;
    font-weight: 700;
    color: #2C5AA0;
    margin-bottom: 5px;
}

.message-info p {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
}

.message-text {
    background: #F8F9FA;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* Recruitment Section */
.recruitment {
    padding: 30px 360px 70px;
    background: white;
}

.recruitment-card {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.recruitment-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2C5AA0;
    margin-bottom: 20px;
}

.recruitment-card p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.salary {
    font-size: 19.2px;
    font-weight: 700;
    color: #FF3538;
    margin-bottom: 30px;
}

.btn-primary {
    background: linear-gradient(145deg, rgba(255, 63, 114, 1) 0%, rgba(255, 111, 65, 1) 100%);
    color: white;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0px 4px 6.3px 0px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
    display: inline-block;
}

.btn-primary:hover {
    transform: translateY(-2px);
}

/* FAQ Section */
.faq-section {
    padding: 80px 100px 100px;
    background: linear-gradient(151deg, rgba(229, 242, 255, 1) 0%, rgba(244, 238, 255, 1) 75%, rgba(255, 235, 238, 1) 100%);
}

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

.faq-item {
    background: #F8F9FA;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.faq-question {
    background: white;
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: #333;
}

.faq-answer {
    padding: 20px;
    color: #666;
    line-height: 1.6;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-toggle {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

/* Process Section */
.process-section {
    padding: 80px 60px;
    background: #F8F9FA;
}

.process-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 10px;
    flex-wrap: wrap;
}

.process-step {
    text-align: center;
    flex: 1;
    min-width: 200px;
    max-width: 250px;
}

.process-circle {
    width: 140px;
    height: 140px;
    background: #1E3A6F;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    position: relative;
    box-shadow: 0 4px 15px rgba(30, 58, 111, 0.3);
}

.process-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 5px;
    top: 15px;
    filter: brightness(0) invert(1);
    position: relative;
}

.process-number {
    color: #1E3A6F;
    font-size: 2rem;
    font-weight: 700;
    background: white;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -12px;
}

.process-step p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-top: 15px;
}

.process-arrow {
    display: flex;
    align-items: center;
    margin: 0 15px;
}

.process-arrow svg {
    width: 32px;
    height: 32px;
}

/* Footer */
.footer {
    background: #1A365D;
    color: white;
    padding: 60px 360px 40px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.footer-section {
    flex: 1;
    margin-right: 60px;
}

.footer-section:last-child {
    margin-right: 0;
}

.footer-section h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2C5AA0;
}

.footer-section p,
.footer-section a {
    color: #ccc;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

.footer-section a:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid #2C5AA0;
    padding-top: 20px;
    text-align: center;
    color: #ccc;
}

/* Learn More Section */
.learn-more-section {
    padding: 30px 100px;
    background: white;
}

.learn-more-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.learn-more-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.learn-more-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.learn-more-card .card-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.learn-more-card .card-content {
    padding: 25px;
}

.learn-more-card h3 {
    font-size: 19.2px;
    font-weight: 700;
    color: #2C5AA0;
    margin-bottom: 10px;
    text-align: center;
}

.learn-more-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}

.learn-more-card .card-button {
    background: #2C5AA0;
    color: white;
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 14.4px;
    display: inline-block;
    text-align: center;
    width: 100%;
    transition: background-color 0.3s ease;
}

.learn-more-card .card-button:hover {
    background: #1E3A6F;
}

/* Responsive */
@media (max-width: 1200px) {
    .header,
    .hero,
    .company-profile,
    .growth-support,
    .company-appeal,
    .message-section,
    .recruitment,
    .faq-section,
    .process-section,
    .footer,
    .learn-more-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .learn-more-content {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Adjust circular images for medium screens */
    .hero-circle-1 {
        top: 8%;
        left: 3%;
        width: 150px;
        height: 150px;
    }

    .hero-circle-2 {
        bottom: 12%;
        left: 5%;
        width: 180px;
        height: 180px;
    }

    .hero-circle-3 {
        top: 12%;
        right: 5%;
        width: 160px;
        height: 160px;
    }

    .hero-circle-4 {
        bottom: 8%;
        right: 3%;
        width: 130px;
        height: 130px;
    }
}

/* Tablet specific styles for process section */
@media (max-width: 1024px) and (min-width: 769px) {
    .process-steps {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 30px;
        max-width: 800px;
    }
    
    .process-step {
        min-width: auto;
        max-width: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .process-circle {
        width: 120px;
        height: 120px;
    }
    
    .process-icon {
        width: 45px;
        height: 45px;
    }
    
    .process-number {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.2rem;
        top: -15px;
    }
    
    .process-arrow {
        display: none;
    }
    
    /* グリッドアイテムの配置を明示的に指定 */
    .process-step:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }
    
    .process-step:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
    }
    
    .process-step:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
        justify-self: start;
    }
    
    .process-step:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
        justify-self: end;
    }
    
    .process-step p {
        font-size: 13px;
        margin-top: 12px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    /* ãƒ˜ãƒƒãƒ€ãƒ¼é–¢é€£ã®ã‚¹ã‚¿ã‚¤ãƒ«ã¯å…±é€šãƒ˜ãƒƒãƒ€ãƒ¼CSSã§ç®¡ç† */
    
    .hero {
        padding: 80px 20px 80px; /* ãƒ˜ãƒƒãƒ€ãƒ¼åˆ†ã‚’è€ƒæ…®ã—ã¦ä¸Šéƒ¨ãƒ‘ãƒ‡ã‚£ãƒ³ã‚°ã‚’èª¿æ•´ */
        height: auto;
        min-height: 100vh;
    }
    
    .hero h1 {
        font-size: 36px;
    }
    
    .hero p {
        font-size: 16px;
    }
    
    /* Adjust circular images for mobile screens */
    .hero-circle-1 {
        top: 5%;
        left: 2%;
        width: 100px;
        height: 100px;
    }

    .hero-circle-2 {
        bottom: 8%;
        left: 3%;
        width: 120px;
        height: 120px;
    }

    .hero-circle-3 {
        top: 8%;
        right: 3%;
        width: 110px;
        height: 110px;
    }

    .hero-circle-4 {
        bottom: 5%;
        right: 2%;
        width: 90px;
        height: 90px;
    }
    
    .support-cards,
    .message-cards {
        flex-direction: column;
    }
    
    .appeal-grid {
        grid-template-columns: 1fr;
    }
    
    .process-steps {
        flex-direction: column;
        gap: 20px;
    }
    
    .process-arrow {
        transform: rotate(90deg);
        margin: 15px 0;
    }
    
    .process-arrow svg {
        width: 28px;
        height: 28px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-section {
        margin-right: 0;
    }
    
    .learn-more-content {
        grid-template-columns: 1fr;
    }
    
    /* Process section responsive adjustments */
    .process-section {
        padding: 60px 20px;
    }
    
    .process-circle {
        width: 100px;
        height: 100px;
    }
    
    .process-icon {
        width: 40px;
        height: 40px;
    }
    
    .process-number {
        width: 44px;
        height: 44px;
        font-size: 16px;
        top: -20px;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 100px 15px 60px;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero p {
        font-size: 14px;
    }
    
    /* Hide circular images on very small screens */
    .hero-circle {
        display: none;
    }
}
