@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



.profile-card {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #e8f4f8;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.profile-image-wrapper {
    flex-shrink: 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #d0d0d0;
    background-image: url('https://jieitai-secondcareer.jp/wp-content/uploads/2025/09/carrer-soutyo-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.profile-content {
    flex: 1;
}

.supervisor-label {
    color: #2c5f7a;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.profile-name {
    color: #6b7280;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
}

.profile-description {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.profile-link {
    color: #4f46e5;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.3s;
}

.profile-link:hover {
    opacity: 0.7;
    text-decoration: underline;
}

/* タブレット対応 */
@media (max-width: 768px) {
    .profile-card {
        padding: 30px;
        gap: 20px;
    }

    .profile-image-wrapper {
        width: 120px;
        height: 120px;
    }

    .supervisor-label {
        font-size: 16px;
    }

    .profile-name {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .profile-description {
        font-size: 15px;
        line-height: 1.7;
    }
}

/* スマートフォン対応 */
@media (max-width: 480px) {
    .profile-card {
        flex-direction: column;
        align-items: center;
        padding: 24px 20px;
        gap: 20px;
    }

    .profile-image-wrapper {
        width: 140px;
        height: 140px;
    }

    .profile-content {
        text-align: center;
    }

    .supervisor-label {
        font-size: 15px;
    }

    .profile-name {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .profile-description {
        font-size: 14px;
        line-height: 1.7;
        text-align: left;
        margin-bottom: 20px;
    }

    .profile-link {
        font-size: 15px;
    }
}


.mark_yellow{
    font-weight: bold;
}
