@charset "utf-8";
.wrapper{
    @media (max-width:850px){
    padding-left: calc(var(--asideLeft) + 100px);
        @media (max-width:480px){
            padding-left: calc(var(--asideLeft) + 0);
        }
    }
}
.person{
    .page-header{
        position: sticky;
        top: 0;
        background: var(--bgColor);
        z-index: 2;
        width: 100%;
        margin-bottom: 0;
        @media (max-width:850px){
            position: static;
        }
        .page_title{
            width: 90%;
            margin: auto;
            padding: 10px 0;
        }
    }
    .person_article{
        margin-bottom: 15%;
        .person_article_container{
            display: flex;
            flex-wrap: wrap;
            .person_article_staff_img{
                width: 50%;
                order: 1;
                height: 100vh;
                display: grid;
                place-content: center;
                position: sticky;
                top: 0;
                padding: 0 50px;
                @media (max-width:850px){
                    width: 100%;
                    order: 0;
                    height: auto;
                    position: static;
                    padding: 50px;
                }
            }
            .person_article_inner{
                width: 50%;
                @media (max-width:850px){
                    width: 100%;
                }
                .person_article_staff{
                    height: 100vh;
                    display: grid;
                    place-content: center;
                    @media (max-width:850px){
                        height: auto;
                    }
                    .person_article_staff_box{
                        position: relative;
                        max-width: 500px;
                        .person_article_staff_position{
                            font-weight: 300;
                            background-color: #EEF4E8;
                            display: inline-block;
                            border-radius: 30px;
                            border: 1px solid;
                            padding: 0 1em;
                            font-size: 13px;
                            margin-bottom: 10px;
                        }
                        .person_article_staff_name{
                            font-weight: 400;
                            margin-bottom: 20px;
                            padding-bottom: 20px;
                            border-bottom: 1px solid;
                            @media (max-width:480px){
                                margin-bottom: 0;
                            }
                            .person_article_staff_name_jp{
                                margin-right: 1em;
                            }
                            .person_article_staff_name_en{
                                font-size: 13px;
                                font-weight: 300;
                            }
                        }
                        .person_article_staff_sns{
                            position: absolute;
                            top: 0;
                            right: 0;
                            padding: 0 20px;
                            border-left: 1px solid;
                            @media (max-width:480px){
                                border-bottom: 1px solid;
                                border-left: none;
                                padding: 8px 0;
                                position: static;
                                display: flex;
                                gap: 10px;
                                margin-bottom: 25px;
                            }
                            p{
                                font-weight: 300;
                                font-size: 13px;
                                margin-bottom: 10px;
                                @media (max-width:480px){
                                    margin-bottom: 0;
                                }
                            }
                            .person_article_staff_sns_list{
                                display: inline-flex;
                                gap: 0 10px;
                                .person_article_staff_sns_item{
                                    img{
                                        width: 20px;
                                    }
                                }
                            }
                        }
                        .person_article_staff_comment{
                            font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
                        }
                    }
                }
                .person_article_staff_sec{
                    width: 90%;
                    margin: auto;
                    h3{
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                        font-size: 18px;
                        margin-top: 60px;
                        margin-bottom: 30px;
                        &::before{
                            content: "";
                            display: inline-block;
                            width: 50px;
                            height: 1px;
                            border-top: 1px solid;
                            margin-right: 10px;
                        }
                    }
                    p{
                        margin-bottom: 2em;
                    }
                }
                .person_article_staff_end{
                    width: 90%;
                    margin: 1em auto;
                    padding-top: 1em;
                    border-top: 1px solid;
                    text-align: right;
                    font-weight: 300;
                }
            }
        }
    }
}
.other{
    padding: 0!important;
    position: relative;
    &::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 40px 0 0 40px;
        width: 100vw;
        height: 100%;
        background: var(--bgColor2);
        z-index: 0;
        @media (max-width:480px){
            border-radius: 40px ;
        }
    }
    .other_inner{
        position: relative;
        z-index: 1;
        width: 100%;
        /* padding-left: var(--asideLeft); */
        .other_inner_contain{
            width: 100%;
            position: relative;
            padding: 80px 0 80px 80px;
            @media (max-width:480px){
                padding: 80px 0;
            }
            .page_title_text{
                position: absolute;
                left: 80px;
                top: 0;
                transform: translateY(-50%);
                width: 250px;
                @media (max-width:480px){
                    left: 40px;
                }
            }
            .other_slide{
                margin-bottom: 40px;
            }
            .btn_more_wrap{
                text-align: right;
                margin-right: 50px;
            }
            .other_list{
                .other_title{
                      .other_title_text{
                          width: clamp(21.25rem, 20.709rem + 2.7vw, 23.75rem);
                          margin-bottom: 45px;
                      }
                  }
                .other_item{
                    .other_box{
                        position: relative;
                        .other_tmb{
                            border-radius: 20px;
                            overflow: hidden;
                            margin: 5px;
                        }
                        .other_cap{
                            width: calc(100% - 50px);
                            background: var(--bgColor2);
                            position: absolute;
                            left: 0;
                            bottom: -5px;
                            border-top: 1px solid;
                            border-right: 1px solid;
                            padding-left: 1em;
                            .other_cap_info{
                                position: relative;
                                .other_cap_info_position{
                                    font-weight: 300;
                                    rotate: -5deg;
                                    border-radius: 30px;
                                    background: #fff;
                                    border: 1px solid var(--mainText);
                                    display: inline-block;
                                    font-size: 13px;
                                    padding: 0 1em;
                                    margin-left: 1em;
                                    margin-top: -2em;
                                    translate:0 -50% ;
                                }
                                .other_cap_info_copy{
                                    margin-bottom: 5px;
                                    span{
                                        background: linear-gradient(transparent 60%, #F2FEBC 0%);
                                    }
                                }
                                .other_cap_info_tag{
                                    font-weight: 300;
                                    rotate: 15deg;
                                    border-radius: 30px;
                                    background: var(--lightGreen);
                                    border: 1px solid var(--mainText);
                                    display: inline-block;
                                    font-size: 13px;
                                    padding: 0 1em;
                                    position: absolute;
                                    top: 0;
                                    right: 0;
                                    translate: 50% -50%;
                                }
                            }
                        }
                    }
                    .other_name{
                        padding-left: 1em;
                    }
                }
            }
        }
    }
}