
/* Seminar Section */

.seminar.visible {
    opacity: 1;
    transform: translateY(0);
}

.seminar-header {
    text-align: center;
    background-color: #F2F8FB;
    padding: 3rem 0 2rem;
    margin-bottom: 2.5rem;
}

.section-title-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    
}


.section-title-center .en {
    color: #00547D;
    font-family: "Open Sans";
    font-size: 2.625rem;
    font-weight: 700;
}

.section-title-center .ja {
    color: #011018;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}


.seminar-intro {
    max-width: 800px;
    margin: 0 auto 4rem;
    padding: 0 2rem;
    text-align: center;

    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem; /* 150% */
    letter-spacing: 0.05rem;
}

.content-title {
    display: flex;
    align-items: center;
    justify-content:flex-start;
    columns: 1.5rem;
    max-width: 1200px;
    text-align: left;
    margin: 0 auto 3rem;
    margin-bottom: 3.25rem;
    position: relative;
    color: #00547D;
    font-size: 2rem;
    font-weight: 700;

    letter-spacing: 0.08rem;
}

.content-title-sub {
    padding-left: 4rem;
    max-width: 1200px;
    margin: 0 auto 3rem;
}
.seminar-content {
    padding-top: 4.4rem;
}


.content-title .ttl {

    background: #FFF;
    display: inline-block;
    padding-right: 2rem;
    z-index: 2;
}


.content-title::after {
    content: "";
    position: absolute;
    top: 50%;;left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color:#00547D;
}


.seminar-items {
    max-width: 1200px;
    margin: 0 auto;
}

.seminar-item {
    display: flex;
    justify-content: space-between;
    gap: 10rem;
    margin-bottom: 5.5rem;
    padding-left: 4rem;
}

.seminar-item.inner {
    margin-bottom: 1.25rem;
}
.seminar-item.flex  {
    column-gap: 4rem;
}

.seminar-item.flex.sp {
    display: none;
}



.seminar-item.flex .seminar-images.flex img {
    width: 18rem;
}

.seminar-text {
    width: 60%;
}

#original-seminar-company.seminar-text {
    width: 45%;
}


.seminar-text-head {
    margin-bottom: .5rem;
}

.seminar-details {
    margin-top: 1.5rem;
    padding-left: .9rem;
}

.seminar-text h4 {
    margin: 0 0 1.25rem;
    padding-left: 1.1rem;
    position: relative;
    color: #000;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.0625rem;
}

.seminar-text h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
    background-color:#00547D;
}

.seminar-text h4 + h4 {
    margin-top: 3.5rem;
}

.participants {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.875rem; /* 166.667% */
    letter-spacing: 0.045rem;
}

.seminar-text ul {
    padding-left: 1.5rem;
    margin-bottom: 0;

    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.875rem; /* 166.667% */
    letter-spacing: 0.045rem;
    list-style: '-';
}

.seminar-text li {
    padding-left: .4rem;
    line-height: 2.187rem; 
} 

.seminar-headline {
color: #011018;
font-size: 1.125rem;
font-style: normal;
font-weight: 700;
line-height: 1.8;
}

.seminar-images {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.seminar-images.publish {
    height:100%;
}.seminar-images.publish img {
    width: 17rem;
}

.seminar-images.flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    columns: .5rem;
    width: 50%;
}

.seminar-images img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
}

.seminar-details p {
    margin-bottom: 1rem;
    font-size: 1.125rem;
font-weight: 400;
line-height: 1.875rem;
letter-spacing: 0.045rem;
}

.seminar-details p:last-child {
    margin-bottom: 0;
}


.lecturer-profile.expanded .hidden-content .seminar-headline-ttl {
    color: #00547D;
    font-size: 1.25rem;
    font-weight: 700;
    }


.seminar.third-section .container:nth-child(2) {
padding-top: 11rem;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .section-title-center::after,
    .content-title::after {
        width: calc(100vw - 100% - 3rem);
    }
    .seminar-item {
        gap: 5rem;
        padding-left: 0;
    }
    .seminar-item.flex.pc {
        display: none;
    }
    .seminar-item.flex.sp {
        display: block;
    }

    .seminar-items.company {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .seminar-images.publish img {
        width: 13rem;
    }

    .seminar-items  .seminar-item {
        flex-direction: column;
        gap: 3rem;
        padding:0 0 0;
        margin-bottom: 0;
    }

    .seminar-items.company  .seminar-item {
        flex-direction: row;
    }
    .seminar-items .seminar-item:nth-child( n + 2) {
        padding: 3.75rem 0 0;
    }

    .seminar-items .seminar-item:nth-child(2) {
        padding: 5.2rem 0 0;
    }
    .seminar-items.company .seminar-item:nth-child(2) {
        padding: 3.75rem 0 0;
    }

    .seminar.third-section .container:nth-child(2) {
        padding-top: 6.24rem;
    }
    .content-title {
        margin-bottom: 2rem;
    }
    .content-title .ttl {
        text-align: center;
        margin: 0 auto;
        padding:0  1.5rem;
        font-size: 1.375rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.875rem; 
    }
    
    
    .content-title::after {
        content: "";
        position: absolute;
        top: 50%;;left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 1px;
        background-color:#00547D;
    }

    .seminar-images img {
        width: 70%;
        margin: 0 auto;
        height: auto;
        object-fit: cover;
    }

    .seminar-text {
        width: 100%;
    }


    
}

@media (max-width: 768px) {


    .seminar-item.flex.pc {
        display: none;
    }

    .seminar-items.company {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .seminar-items  .seminar-item {
        flex-direction: column;
        gap: 3rem;
        padding:3.75rem 0 0;
    }

    .seminar-header {
        padding: .94rem 0 .94rem;
    }

    .section-title-center .en {
        font-size: 2rem;
    }
    .section-title-center .ja {
        font-size: 0.875rem;
    }
    

    .seminar-images img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

   
    .content-title-sub {
        margin-top: 1.8rem;
        margin-bottom: 0;
        padding-left: 0;
        text-align: center;
    }
    .content-title .ttl {
        text-align: center;
        margin: 0 auto;
        padding:0  1.5rem;
        font-size: 1.375rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.875rem; 
    }
    
    
    .content-title::after {
        content: "";
        position: absolute;
        top: 50%;;left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 1px;
        background-color:#00547D;
    }

    .seminar-images.publish img {
        width: 12rem;
    }

    .seminar-text h4 {
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 700;
        padding-left: 1rem;
    }


    /* 書籍出版 */
.seminar-content.books .seminar-item:nth-child(2) {
    padding-top: 6.25rem;
}

.seminar-content.books .seminar-text h4 {
    margin: 0 0 3rem;
}


.seminar-text h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color:#00547D;
}
    .seminar-intro {
        text-align: left;
        padding: 0;
        margin-bottom: 0;
    }

    .content-title {
        margin-bottom: 0;
    }

    .seminar-content {
     padding-top: 6rem;   
    }
    .seminar-header +
    .seminar-content {
        padding-top: 1.8rem;
    }
    .seminar-items {
        padding: 0;
    }

    .seminar-images.publish {
        margin: 0 auto;
    }


.seminar-text ul {
    margin-bottom: 0;
    padding-left: .5rem;
}
.seminar-text li {
    margin-top: 0.5rem;
    line-height: normal; 
} 
.seminar-details p {
line-height: 1.5rem;
letter-spacing: 0.045rem;
}

.seminar-details p:last-child {
    margin-bottom: 0;
}


}




/* Comments Section */

.comments {
    margin: 0 auto;
    width: 90%;
}
.comments-header {
    text-align: start;
    background-color: var(--title-bg);
    padding: 0;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    height: 15%;
}

.comment--title {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 2rem;
    margin-top: 1rem;

}

.comment--title .ja {
    position: relative;
    font-weight: bold;
    color: #00547D; 
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.1875rem;
}

.comment--title::before {
    content: 'COMMENT';
    position: absolute;
    top: -80%;
    left: 0;
    transform: translate(0%, 0%);
    font-size: 3.75rem;
    font-weight: 700;
    letter-spacing: 0.15rem;
    font-weight: bold;
    color: rgba(0, 84, 125, 0.1);
    white-space: nowrap;
    z-index: 1;
}

.comments-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
    margin-top: 3rem;
}

.comment-item {
    display: flex;
    gap: 2rem;
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.17);
    border-radius: 1.25rem;   
    margin-bottom: 2rem;
    position: relative;
}

.comment-item::before,
.comment-item::after {
    position: absolute;
    font-size: 6rem;
    color: var(--primary-color);
    font-family: serif;
    line-height: 1;
}

.comment-item::before {
    content: "";
    background: url('https://www.env-value.co.jp/wp/wp-content/themes/environment-site-w/src/assets/第二階層：講演・研修依頼/coma-blue.svg') no-repeat;
    background-size: contain;
    width: 2.8rem;
    height: 2.8rem;
    top: -10px;
    left: -20px;
}

.comment-item::after {
    content: '';
    background: url('https://www.env-value.co.jp/wp/wp-content/themes/environment-site-w/src/assets/第二階層：講演・研修依頼/coma-blue-down.svg') no-repeat;
    background-size: contain;
    width: 2.8rem;
    height: 2.8rem;
    bottom: -30px;
    right: -20px;
    z-index: 3;
}

.comment-avatar {
    flex-shrink: 0;
}
.comment-avatar.sp {
    display: none;
}

.comment-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-content {
    flex: 1;
}

.comment-text {
    margin: 0 0 .94rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2.1875rem; /* 194.444% */
    letter-spacing: 0.045rem;
}

.comment-author  {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: .56rem;
}
.comment-author  p{
    color: #00547D;
    font-family: "Noto Sans JP";
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625rem; /* 166.667% */
    letter-spacing: 0.0375rem;
}

/* Responsive Design */
@media (max-width: 1024px) {

    .comments-header {
        text-align: center;
        height: 15%;
        }
        .comment--title {
            margin-top: 5rem;
        
        }
    .comment--title::before {
        font-size: 3.3125rem;
        left: 5%;
        right: 5%;
        top: -40%;
    }
    .comment--title .en {
        font-size: 2rem;
    }

    .comment--title .ja {
        font-size: 1.25rem;
        line-height: 2.9rem;
        
    }

}

@media (max-width: 768px) {

    .comments-header {
        text-align: center;
        height: 20%;
        }

    .comment--title .en {
        font-size: 2rem;
    }

    .comment--title .ja {
        font-size: 1.25rem;
        line-height: 2.9rem;
        
    }

    .comments-container {
        padding: 0;
    }

    .comment-item {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem;
    }

    .comment-item::before {
        font-size: 4rem;
        top: -10px;
        left: -10px;
        width: 2rem;
        height: 2rem;
    }

    .comment-item::after {
        font-size: 4rem;
        bottom: -15px;
        right: -10px;
        width: 2rem;
        height: 2rem;
    }

    .comment-avatar {
        display: none;
    }

    .comment-avatar.pc {
        display: none;
    }
    .comment-avatar.sp {
        display: block;
    }

    .comment-text {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.875rem;
        /* line-height: normal; */
        letter-spacing: 0.045rem;
    }


.comments-header::before {
    position: absolute;
    top: 83%;
}
}




/* Award Reason Section */
.award-reason {
    background-color: rgba(0, 84, 125, 0.8);
    color: #FFF;
    padding: 3.2rem 3rem;
    margin: 3rem auto;
    border-radius: 1.25rem;
    max-width: 1200px;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.award-reason.visible {
    opacity: 1;
    transform: translateY(0);
}

.laurel-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
}

.laurel-title h2 {
    margin: 0;
    padding: 0;
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.1875rem; /* 140% */
    letter-spacing: 0.40625rem;
}


.award-content {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.reason-text {
    flex: 1;
}

.reason-text h3 {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.1875rem; /* 194.444% */
    letter-spacing: 0.045rem;
    margin: 0 0 1.5rem 0;
    padding-bottom: 1.56rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.reason-text p {
    margin: 0;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.1875rem; /* 194.444% */
    letter-spacing: 0.045rem;
}

.award-image {
    flex: 0 0 400px;
}

.award-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.image-caption {

    margin: 1rem auto 0;
    line-height: 1.4;

    display: flex;
    justify-content: center;
    align-items: flex-start;
font-size: 0.9375rem;
font-weight: 500;
line-height: 1.5rem; /* 160% */
letter-spacing: 0.0375rem;

}

.image-caption::before {
    content: '▲';
    padding-right: .3rem;
    display: block;
    width: 1rem;
    font-size: 1rem;

}

.triangle {
    margin-right: 0.3rem;
}

/* Responsive Design */
@media (max-width: 1024px) {

    .award-content {
        flex-direction: column;
        gap: 2rem;
    }
    
    .award-image {
        flex: 0 0 auto;
        width: 100%;
    }

    .laurel-title {
        justify-content: center;
        }

        .award-image-inner {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .award-image img {
            width: 70%;
            height: auto;
            border-radius: 8px;
        }
}
@media (max-width: 768px) {
    .award-reason {
        margin: 5rem 0 0;
        padding: 2rem .94rem 3rem;
    }

    .laurel-title h2 {
        font-size: 1.25rem;
    }

    .reason-text h3 {
        font-size: 1.125rem;
        padding-bottom: 2rem;
    }

    .reason-text p {
        font-size: 1rem;
    }
    .award-image img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
}