body{
    background: #f9f9fc;
}
.contents_header {
    width: auto;
    margin-top: 30px;
    padding: 0 24px;
}
.contentsHeadings_ja {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.025em;
    color: #12182e;
    margin-top: 0;
}
.contentsHeadings_ja::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #2544af;
    border-radius: 50%;
    margin-right: 10px;
}
.contentsHeadings_title {
    font-size: 4.025rem;
    font-weight: bold;
    color: #2544af;
    line-height: 1.1;
    letter-spacing: 0.025em;
}
.headerDescription_wrap{
    display: flex;
    align-items: center;
    max-width: 1100px;
    margin: 50px auto 0;
}
.contents{
    max-width: 1100px;
    margin: 0 auto;
}
.contents_headerDescription{
    font-size: 1rem;
    line-height: 1.6;
    padding-bottom: 15px;
}
.contents_headerDescription:last-child{
    padding-bottom: 0;
}
.headerDescription_img{
    width: 100px;
    height: 100px;
}
.headerDescription_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.contents_siteMore {
    text-decoration: none;
    color: #2544af;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.075em;
    margin-right: 125px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    display: inline-block;
}
.contents_siteMore > span::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #2544af;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.8s ease, transform 0.4s ease;
    transition: opacity 0.8s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.contents_siteMore::after {
    content: "\ea0f";
    font-family: "icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2544af;
    margin-left: 2px;
}
.workDetails_inner{
    width: auto;
    margin: 0 auto;
    margin-top: 75px;
}
.worksDetails_contents {
    padding: 40px 10px;
    background-color: #fff;
    border-radius: 10px;
}
.worksDetails_pcView {
    width: auto;
    height: 300px;
    border: 1px solid #d7dbeb;
}
.scroll-wrapper {
    overflow: hidden;
    position: relative;
}
.scroll-wrapper > .scroll-content {
    box-sizing: content-box;
    overflow-y: scroll;
    padding: 0;
    position: relative;
    width: auto;
    max-height: 298px;
    scrollbar-width: none;        
    -ms-overflow-style: none;    
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    display: none;          
}
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
    position: absolute;
    top: 10px;
    bottom: 4px;
    right: 4px;
    height: calc(100% - 20px);
}
.scroll-element_outer {
    width: 10px;
    height: 100%;
    background: #e3e3e3;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.scroll-element_size {
    width: 100%;
    height: 100%;
}
.scroll-element_track {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.scroll-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #a2a2a2;
    border-radius: 10px;
}
.worksDetails_pcViewInner{
    margin-right: 20px;
}
.worksDetails_img > img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.worksDetails_spView {
    margin: 30px auto 0;
    padding: 10px 10px 8px 8px;
    width: 245px;
    height: 479px;
    background: url(/images/sp-bg.png) no-repeat center center;
    background-size: contain;
    position: relative;
}
.worksDetails_spViewInner {
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.worksDetails_spViewInner.scroll-content{
    height: auto;
    margin-bottom: 0px;
    margin-right: 0px;
    max-height: 100%;
    overflow-y: auto;
}
.worksDetails_spViewInner .scroll-element.scroll-y {
    position: absolute;
    top: 10px;
    bottom: 30px;
    right: 0;
    height: calc(100% - 30px);
}

.worksDetails_items {
    margin-top: 50px;
}
.worksDetails_dl {
    border-bottom: 1px solid #d7dbeb;
    padding: 20px 10px;
}
.worksDetails_dt {
    min-width: 240px;
    font-size: 1.025rem;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.025em;
    color: #12182e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.worksDetails_dt::before {
    content: "";
    display: inline-block;
    width: 2px;             
    height: 1em;            
    background-color: #2544af;
    vertical-align: middle; 
    border-radius: 0;       
}
.worksDetails_dd {
    font-size: 1rem;
    letter-spacing: 0.025em;
    color: #12182e;
}
.worksDetails_dd > a {
    text-decoration: underline;
    font-size: 1rem;
    letter-spacing: 0.025em;
    color: #2544af;
    text-underline-offset: 5px;
    -webkit-text-decoration-color: #b4bace;
    text-decoration-color: #b4bace;
}
.worksDetails_cats > span,
.worksDetails_cats a {
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    color: #2544af;
    letter-spacing: 0.025em;
    line-height: 2.3142857143;
    background-color: #f2f4fa;
    border-radius: 30px;
    padding: 5px 13px;
}
.contents_main{
    margin-bottom: 90px;
}
/* medical R&D */
.headerDescription_texts{
    line-height: 1.7;
    letter-spacing: 0.025em;
}
.headerDescription_texts h3{
    position: relative;
    padding-left: 12px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 25px;
}
.headerDescription_texts h3::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 1.025em;
    background-color: #2544af;
}
.headerDescription_texts p{
    padding-bottom: 20px;
}
.headerDescription_texts p:last-child{
    padding-bottom: 0;
}
.headerDescription_wrap_imgOuter{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-top: 40px;
}
.headerDescription_wrap_img{
    width: 100%;
    height: auto;
}
.mg-sdw{
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.05);
}
.contents_outer{
    background: #fff;
    padding: 70px 0;
}
.contents_title{
    position: relative;
    color: #2544af;
    padding: 0 24px;
}
.contents_title span{
    position: relative;
    font-size: 1.75rem;
    font-weight: bold;
}
.contents_title span::after{
    content: "";
    position: absolute;
    display: block;
    width: 35px;
    height: 1px;
    background-color: #2544af;
    top: 70%;
    left: 10px;
    transform: translateY(-50%) rotate(-55deg);
}
.contents_title p{
    display: inline;
    position: absolute;
    top: 20px;
    left: 59px;
    font-weight: 500;
    font-size: 1rem;
}
.contents_title h4{
    font-size: 2rem;
    margin-top: 15px;
}
.p24{
    padding: 0 24px;
}
.mt0{
    margin-top: 0;
}
.bg-f9{
    background: #f9f9fc;
}
.reverse{
    flex-direction: row-reverse;
}

@media only screen and (max-width: 900px){
    body{
        margin-top: 70px;
    }
    .headerDescription_wrap{
        display: block;
    }
    .headerDescription_outer{
        margin-bottom: 20px;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .sp_iconWrap{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 15px;
    }
    .sp_iconTxt{
        background: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 10px 4px;
        max-width: 100%;
        word-break: break-word;
        padding: 20px 28px;
        border-radius: 16px 16px 0px;
        font-size: 14px;
    }
    .headerDescription_img{
        width: 70px;
        height: 70px;
    }
    .worksDetails_dd {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 900px){
body{
    margin-top: 95px;
}
.hidden_pc{
    display: none;
}
.contents_header{
    max-width: 1160px;
    margin: 0 auto;
    margin-top: 50px;
}
.contentsHeadings_title{
    font-size: 5.25rem;
}
.headerDescription_wrap{
    margin: 75px auto 0;
}
.headerDescription_outer{
    background: rgb(255, 255, 255);
    margin-left: 8px;
    margin-right: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 10px 4px;
    max-width: 90%;
    word-break: break-word;
    padding: 20px 28px;
    border-radius: 16px 16px 0px;
}
.contents_headerDescription{
    padding-bottom: 10px;
}
.workDetails_inner{
    width: 1160px;
}
.worksDetails_contents{
    padding: 90px 115px 120px;
}
.worksDetails_views{
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.worksDetails_pcView{
    position: relative;
    width: 655px;
    height: 480px;
}
.worksDetails_spView{
    margin: 0 0 0 55px;
    padding: 22px 10px 15px 6px;
    width: 250px;
}
.scroll-wrapper>.scroll-content {
    max-height: 480px;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.worksDetails_spView {
    padding: 13px 9px 11px 8px;
}
.worksDetails_items {
    margin-top: 70px;
}
.worksDetails_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-bottom: 1px solid #d7dbeb;
    flex-wrap: wrap;
    padding: 24px 83px 24px 32px;
    margin-top: 0;
}
.worksDetails_dt {
    font-size: 1.25rem;
}
.worksDetails_cats > span,
.worksDetails_cats a {
    padding: 7px 13px;
}
.contents_main{
    margin-bottom: 120px;
}
/* medical R&D */
.headerDescription_wrap.medrdWrap{
    align-items: center;
    justify-content: space-between;
}
.contents_outer{
    padding: 80px 0;
}
.headerDescription_texts{
    flex-basis: 50%;
}
.headerDescription_texts h3{
    margin-bottom: 40px;
    padding-left: 18px;
}
.headerDescription_texts h3::before{
    width: 5px;
}
.contents_title span{
    font-size: 2.75rem;
}
.contents_title span::after{
    width: 50px;
    height: 2px;
    top: 70%;
    left: 18px;
    transform: translateY(-50%) rotate(-60deg);
}
.contents_title p{
    left: 75px;
    top: 48px;
}
.contents_title h4{
    font-size: 2.25rem;
    margin-top: 0;
}
.mt30{
    margin-top: 20px;
}
.mtPc0{
    margin-top: 0;
}


}