<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    padding-top: 50px;
    margin: 0 auto;
}
.topwidth{
    max-width: 100%;
    margin: 0 auto;
    padding-left: 15%;
}
@media screen and (max-width: 768px) {
    .topwidth{
        max-width: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }
    body{
        padding-top: 30px;
    }
}

/* よく使うタイトルのcss */
#titlebox .main{
    font-family: Cormorant Garamond,sans-serif;
    font-size: 62px;
    font-style: italic;
    margin: 0;
    line-height: initial;
    font-weight: 500;
}
#titlebox .sub{
    font-family: Noto Serif JP, YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #titlebox .main{
        font-size: 45px;
    }
    #titlebox .sub{
        font-size: 14px;
    }
}
/* よく使うタイトルのcss */

/* cross_talk ここから */
#stories{
    padding-top: 0px;
}
#stories #titlebox{
    text-align: left;
}
#stories #titlebox &gt; .main{
    color: #77aad9;
}

@media screen and (max-width: 768px) {
    #stories {
        padding-top: 0px;
    }
    #stories #titlebox{
        padding-left: 0px;
    }
}


.stories_detail{
    width: calc(100% - 15%);
    padding-left: 15%;
    margin: 0 0 0 auto;
    display: flex;
    gap: 100px;
    position: relative;
}

.stories_detail &gt; .text{
    width: 100%;
    flex-basis: 55%;
    
}
.stories_detail &gt; .text img{
    width: 100%;
}
@media screen and (max-width: 768px) {

    .stories_detail{
        width: 100%;
        padding: 0px;
        margin: 0 auto 0 auto;
        display: block;
        position: relative;
    }
    
    .stories_detail &gt; .text{
        width: 100%;
    }
    .stories_detail &gt; .text img{
        width: 100%;
    }

}
/* top */
.stories_detail &gt; .text .top{
    padding-top: 150px;
}
.stories_detail &gt; .text .top .profile{
    padding-top: 50px;
    position: relative;
}
.stories_detail &gt; .text .top .profile::after{
    position: absolute;
    content: "";
    border-right: 0.75px solid #000;
    left: 280px;
    bottom: 0;
    width: 1px;
    height: 140px;
    transform:rotate(25deg);
}
.stories_detail &gt; .text .top .profile .department{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}

.stories_detail &gt; .text .top .profile .name{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    margin: 0;
    padding-top: 30px;
    letter-spacing: 2px;
    width: 120px;
}
.stories_detail &gt; .text .top .sentence{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 18px;
    line-height: 38px;
    font-weight: 500;
    margin: 0;
    padding-top: 50px;
    letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
    .stories_detail &gt; .text .top{
        padding-top: 10px;
    }
    .stories_detail &gt; .text .top .profile{
        padding:40px 20px 0;
        position: relative;
        margin-top: -60px;
    }
    .stories_detail &gt; .text .top .profile::after{
        position: absolute;
        content: "";
        border-right: 0.75px solid #000;
        left: 49%;
        bottom: 0;
        width: 1px;
        height: 90px;
        transform:rotate(15deg);
    }
    .stories_detail &gt; .text .top .profile .department{
        font-size: 12px;
        line-height: 22px;
    }
    
    .stories_detail &gt; .text .top .profile .name{
        font-size: 20px;
        line-height: 20px;
        padding-top: 20px;
        letter-spacing: 1px;
        width: auto;
    }
    .stories_detail &gt; .text .top .sentence{
        font-size: 15px;
        line-height: 35px;
        padding-top: 30px;
        letter-spacing: 0px;
        padding: 30px 20px 0;
    }

}

/* top */

.stories_detail &gt; .text .stories {
    padding-top: 100px;
}
.stories_detail &gt; .text .stories .stories_title{
    padding-bottom: 30px;
}
.stories_detail &gt; .text .stories .stories_title .num{
    display: block;
    font-family: 'Cormorant Garamond', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 10px;
    letter-spacing: 5px;
    color: #77aad9;
    font-style: italic;
}
.stories_detail &gt; .text .stories .stories_title .title{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #77aad9;
    padding: 5px 0 ;
    border-bottom: 3px solid #77aad9;
}
.stories_detail &gt; .text .stories .inner .subtitle{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 30px;
    line-height: 46px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 20px 0 40px;
}

.stories_detail &gt; .text .stories .inner .sentence{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

.stories_detail &gt; .text .stories .inner .sentence .blue{
    color: #77aad9;
    font-size: 18px;
    font-weight: 700;
}
.stories_detail &gt; .text .stories .inner .imgbox{
    padding-top: 20px;
}
.stories_detail &gt; .text .stories .inner .imgbox .padding{
    padding-bottom: 70px;
}
@media screen and (max-width: 768px) {

    .stories_detail &gt; .text .stories {
        padding: 50px 25px 0;
    }
    .stories_detail &gt; .text .stories .stories_title{
        padding-bottom: 0px;
    }
    .stories_detail &gt; .text .stories .stories_title .num{
        font-size: 30px;
        padding-bottom: 5px;
        letter-spacing: 5px;
    }
    .stories_detail &gt; .text .stories .stories_title .title{
        font-size: 15px;
    }
    .stories_detail &gt; .text .stories .inner .subtitle{
        font-size: 18px;
        line-height: 38px;
        letter-spacing: 1px;
        margin: 20px 0 20px;
    }
    
    .stories_detail &gt; .text .stories .inner .sentence{
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 1px;
        padding-bottom: 10px;
    }
    
    .stories_detail &gt; .text .stories .inner .sentence .blue{
        font-size: 15px;
        font-weight: 500;
    }
    .stories_detail &gt; .text .stories .inner .imgbox{
        padding-top: 10px;
    }
    .stories_detail &gt; .text .stories .inner .imgbox .padding{
        padding-bottom: 30px;
    }

}




/* ついてくるcss */
.stories_detail &gt; .title_img{
    flex-basis: 45%;
    width: 100%;
    height: 100%;
    position: sticky;
    left: 0px;
    top: 100px;
}
.stories_detail &gt; .title_img img{
    padding-top: 50px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .stories_detail &gt; .title_img{
        display: none;
    }
}
/* ついてくるcss */

/* 下のリンクたち */
.links{
    padding: 250px 0 70px;
    margin-bottom: 200px;
    position: relative;
    z-index: 2;
}
.links::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 35%;
    margin-left: auto;
    margin-top: auto;
    z-index: 1;
    background: #77a9d8;
    opacity: 0.3;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 768px) {
    .links{
        padding: 70px 0 50px;
        margin-bottom: 20px;
    }
    .links::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 35%;
        margin-left: auto;
        margin-top: auto;
        z-index: 1;
    }
}
/* slider　ここから */
.swiper-container{
    max-width: 85%;
    margin: 0 0 0 15%;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .swiper-container{
        max-width: calc(100% - 20px);
        margin: 0 0 0 20px;
        position: relative;
        z-index: 10;
    }
}
.swiper-wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    padding-top: 70px;
}
@media screen and (max-width: 768px) {
    .swiper-wrapper {
        /* wrapperのサイズを調整 */
        padding-top: 30px;
       
    }
}

.swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    width: 100%;
}


.swiper-slide .photo{
    width: 100%;
    position: relative;
}
.swiper-slide .photo img{
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px;
    transition:0.5s all;
}
.swiper-slide:hover .photo img{
    text-align: center;
    background: linear-gradient(90deg, #77a9d8 0%, #0059ea 100%);
    padding: 5px;
    transition:0.5s all;
}

.swiper-slide.now:hover .photo img{
    background: none;
}

.swiper-slide.now .photo{
    position: relative;
}
.swiper-slide.now .photo::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    top: -5px;
    right: -5px;
    padding: 0;
}
.swiper-slide.now a{
    cursor: default;
}
.swiper-slide a{
    color: #000;
}
.swiper-slide .numbox{
    margin-left: auto;
    text-align: right;
    padding: 0 0px 20px 0;
}
.swiper-slide .numbox .num{
    font-family: 'Cormorant Garamond', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #77aad9;
    font-style: italic;
}
.swiper-slide .numbox .STORIES{
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-family: 'Cormorant Garamond', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #77aad9;
    font-style: italic;
}
.swiper-slide .slide_text{
    padding-top: 20px;
}
.swiper-slide .slide_text .position{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0;
}
.swiper-slide .slide_text .name{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 30px;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .swiper-slide .numbox{
        margin-left: auto;
        text-align: right;
        padding: 0 0px 5px 0;
    }
    .swiper-slide .numbox .num{
        font-size: 40px;
        letter-spacing: 2px;
        color: #77aad9;
        font-style: italic;
    }
    .swiper-slide .numbox .STORIES{
        padding-top: 3px;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #77aad9;
        font-style: italic;
    }
    .swiper-slide .slide_text{
        padding-top: 10px;
    }
    .swiper-slide .slide_text .position{
        font-size: 13px;
        line-height: 23px;
        padding-bottom: 5px;
    }
    .swiper-slide .slide_text .name{
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        padding-bottom: 20px;
        margin: 0;
    }
}



/* slider　ここまで */</pre></body></html>