@charset "UTF-8";

/* ファーストビュー */
.sec_fv {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-bottom: 5vw;
}
.fv_bg {
    position: relative;
    width: calc(100vw - 3.2vw);
    height: 50vw;
    margin-bottom: -25vw;
    background: linear-gradient(90deg, #009FE2 .1%, #019C67 99.54%);
}
.rec_nav_wrap {
    padding: 3vw 0;
}
.rec_nav {
    display: flex;
    justify-content: center;
}
.rec_nav li {
    width: 22%;
    height: 6vw;
    line-height: 6vw;
    margin: 0 3px;
    text-align: center;
    letter-spacing: -1px;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}
.rec_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #003686;
    font-size: 2.4vw;
}
.fv_img_hero {
    position: absolute;
    top: 12vw;
    right: -3.2vw;
    width: calc(100vw - 3.2vw);
    min-height: 245px;
    height: 50vw;
    background: url(../img/about/img_fv_main_sp.png) no-repeat top center / cover;
}
.fv_page_header {
    position: relative;
    left: 6.4vw;
    width: 55vw;
    padding: 15px 10px;
    background-color: rgba(255,255,255,0.8);
    color: #003686;
    z-index: 10;
}
.fv_page_title {
    font-size: 5vw;
    line-height: 1;
}
.fv_page_header p {
    padding-top: 4.5vw;
    font-size: 3.3vw;
    line-height: 1.5;
}

@media screen and (min-width: 641px) {

    .sec_fv {
        width: initial;
        margin-left: initial;
        margin-bottom: -185px;
        padding-bottom: 0;
    }
    .fv_bg {
        margin-left: calc(50% - 50vw);
        width: initial;
        height: 440px;
        margin-bottom: 0;
    }
    .rec_nav_wrap {
        padding: 20px 0 40px;
        width: 100vw;
        margin-right: calc(50% - 50vw);
    }
    .rec_nav li {
        width: 186px;
        height: 52px;
        line-height: 52px;
        margin: 0 14px;
        box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
    }
    .rec_nav li a {
        font-size: 16px;
    }
    .fv_img_hero {
        top: 112px;
        right: initial;
        width: 100%;
        min-height: initial;
        height: 545px;
        margin-left: calc(100vw - 100%);
        margin-right: calc(100% - 100vw);
        background: url(../img/about/img_fv_main_pc.jpg) no-repeat top center / cover;
    }
    .fv_pc_container {
        display: flex;
        align-items: flex-end;
        margin-top: -280px;
    }
    .fv_page_header {
        top: 0;
        left: 0;
        width: 410px;
        margin-left: 55px;
        padding: 30px;
    }
    .fv_page_title {
        padding-bottom: 20px;
        font-size: 35px;
        line-height: 1.3;
    }
    .fv_page_header p {
        padding-top: 0;
        font-size: 18px;
        line-height: 1.7;
    }
    .fv_page_header p + p {
        padding-top: 20px;
    }
    .fv_page_header .fv_sub_img {
        width: calc(100% + 60px);
        margin-left: -30px;
        padding-top: 40px;
    }

}

/* BOX汎用 */
.sec_block + .sec_block {
    margin-top: 6vw;
}
.block_header {
    position: relative;
    z-index: 10;
}
.block_header > img {
    height: 100%;
}
.block_body {
    border: solid 2px #ccd6e7;
    padding: 7vw 2vw 5vw;
}

@media screen and (min-width: 641px) {

    .sec_block + .sec_block {
        margin-top: 50px;
    }
    .block_header {
        width: initial;
        padding-left: 45px;
    }
    .block_body {
        border: solid 3px #ccd6e7;
        padding: 0;
    }

}

/* LOGO DESIGN */
.logo > .block_header {
    height: 9.4vw;
}
.logo > .block_body {
    margin-top: -5vw;
    padding: 50px 40px 30px 40px;
}
.logo_hl_sub {
    font-size: 4vw;
    color: #003686;
    text-align: center;
    line-height: 1.5;
}
.logo_hl_sub span {
    display: block;
    color: #000;
    font-size: 2.6vw;
    font-weight: normal;
}
.logo_img {
    width: 43vw;
    margin: 0 auto;
    padding: 25px 0;
}
.logo_txt {
    font-size: 3.1vw;
    line-height: 1.6;
}
.logo_txt + .logo_txt {
    margin-top: 15px;
}

@media screen and (min-width: 641px) {

    .sec_block.logo {
        width: 50%;
        padding-left: 7%;
        padding-bottom: 25px;
    }
    .sec_block.logo > .block_header {
        display: none;
    }
    .sec_block.logo > .block_body {
        width: 100%;
        margin: 0;
        border: none;
        padding: 0;
    }
    .logo_hl {
        font-size: 18px;
        color: #003686;
        font-weight: normal;
    }
    .logo_hl_sub {
        font-size: 25px;
        text-align: left;
        line-height: 1.4;
    }
    .logo_hl_sub span {
        font-size: 16px;
    }
    .logo_img {
        width: 205px;
        padding: 55px 0;
    }
    .logo_txt {
        font-size: 17px;
        line-height: 1.8;
    }
    .logo_txt + .logo_txt {
        margin-top: 20px;
    }

}

/* 日本臓器製薬の歴史 */
.history > .block_header {
    height: 9.4vw;
}
.history > .block_body {
    margin-top: -5vw;
    padding: 8vw 3vw 5vw 0;
}
.img_over85years {
    width: 70vw;
    margin: 0 auto;
    padding-bottom: 5vw;
}
ul.history_list {
    position: relative;
    padding-left: 22px;
    padding-bottom: 3vw;
}
ul.history_list::before {
    content: "";
    display: block;
    width: 22px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #019C67 .1%, #009FE2 99.54%);
}
ul.history_list::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 11px solid #019C67;
    border-bottom: 11px solid transparent;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}
li.history_list_item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5vw 0 1.5vw;
}
li.history_list_item::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
li.history_list_item.col01::before {
    background-color: #183883;
}
li.history_list_item.col02::before {
    background-color: #4a73ad;
}
li.history_list_item.col03::before {
    background-color: #009966;
}
li.history_list_item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: -16px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #003586;
}
.history_list_item_l {
    width: 55%;
    padding: 0 0 0 2vw;
}
.history_list_item_r {
    width: 40%;
}
.history_ym {
    padding-bottom: 1.5vw;
    font-size: 3vw;
    font-weight: bold;
    line-height: 1;
}
.history_ym span {
    font-size: 5.2vw;
}
.history_ym span.s {
    display: none;
}
.history_ym.col01 {
    color: #183883;
}
.history_ym.col02 {
    color: #4a73ad
}
.history_ym.col03 {
    color: #009966
}
.history_img img {
    max-height: 17.5vw;
    max-width: 100%;
    height: auto;
    width: auto;
}
.history_detail {
    font-size: 2.5vw;
    line-height: 1.4;
}

@media screen and (min-width: 641px) {

    .sec_block.history {
        margin-top: 255px;
    }
    .history > .block_header {
        height: 77px;
        padding-left: 60px;
    }
    .history > .block_body {
        margin-top: -40px;
        padding: 92px 60px 0 60px;
    }
    .img_over85years {
        width: 70%;
        max-width: 570px;
        margin: 0 0 0 128px;
        padding-bottom: 40px;
    }
    ul.history_list {
        padding-left: 88px;
        padding-bottom: 120px;
    }
    ul.history_list::before {
        top: -160px;
        left: 0;
        width: 88px;
        height: calc(100% + 70px);
    }
    ul.history_list::after {
        bottom: 2px;
        left: 0;
        width: 0;
        height: 0;
        border-top: 44px solid #019C67;
        border-bottom: 44px solid transparent;
        border-left: 44px solid transparent;
        border-right: 44px solid transparent;
    }
    li.history_list_item {
        padding: 20px 0 10px;
    }
    li.history_list_item::before {
        left: -33px;
        width: calc(100% + 33px);
    }
    li.history_list_item::after {
        bottom: -11px;
        left: -55px;
        width: 22px;
        height: 22px;
        border-radius: 11px;
    }
    .history_list_item_l {
        width: 52%;
        padding: 0 0 0 5%;
    }
    .history_list_item_r {
        width: 40%;
    }
    .history_ym {
        padding-bottom: 15px;
        font-size: 20px;
    }
    .history_ym span {
        font-size: 36px;
    }
    .history_ym span.s {
        display: inline;
        font-size: 20px;
    }
    .history_img img {
        max-height: 133px;
    }
    .history_detail {
        font-size: 20px;
    }

}

/* 拠点・事業所 */
.base > .block_header {
    height: 9.4vw;
}
.base > .block_body {
    margin-top: -5vw;
    padding: 5vw 0;
}
.base_map_wrap {
    position: relative;
}
.map_link01 {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 50%;
    height: 40%;
}
.map_link02 {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    width: 50%;
    height: 40%;
}
.base_map {
    width: calc(100% + 5vw);
    margin-left: -2.5vw;
}

@media screen and (min-width: 641px) {

    .sec_block.base {
        margin-top: 130px;
    }
    .base > .block_header {
        height: 76px;
        padding-left: 60px;
    }
    .base > .block_body {
        margin-top: -40px;
        padding: 50px 15px;
    }
    .map_link01 {
        top: 25%;
        left: 0;
        width: 30%;
        height: 30%;
    }
    .map_link02 {
        bottom: 0;
        right: 20%;
        width: 25%;
        height: 28%;
    }
    .base_map {
        width: 100%;
        margin-left: 0;
    }

}

/* 数字で見る日本臓器製薬 */
.number > .block_header {
    height: 9.4vw;
}
.number > .block_body {
    margin-top: -5vw;
    padding: 9vw 0 0;
}
.in_numbers_list_wrap {
    padding: 0 2.5vw 1vw;
}
ul.in_numbers_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.in_numbers_list li {
    width: 47%;
    padding-bottom: 5vw;
}
ul.in_numbers_list li.cols {
    width: 100%;
}

@media screen and (min-width: 641px) {

    .sec_block.number {
        margin-top: 130px;
    }
    .number > .block_header {
        height: 77px;
        padding-left: 60px;
    }
    .number > .block_body {
        margin-top: -40px;
        padding: 80px 15px 0;
    }
    .in_numbers_list_wrap {
        padding: 0;
    }
    ul.in_numbers_list {
        max-width: 880px;
        margin: 0 auto;
    }
    ul.in_numbers_list li {
        padding-bottom: 55px;
    }

}




