@charset "utf-8";
/* CSS Document */

/* Top */
.p-home-mv__container {
    bottom: -5vh;
}
.p-home-mv__sub-title {
    margin-bottom: 30px;
}
.p-home-mv__button {
    a {
        background: #3b9d48;
        border: 1px solid #3b9d48;
        color: #fff;
        border-radius: 5em;
        padding: .9em 2.65em;
        transition: .3s ease;
        display: inline-block;
        line-height: 1;
        font-weight: bold;
        font-size: 2.0rem;
        &:hover {
            background: #fff;
            color: #3b9d48;
        }
    }
}
@media not all and (min-width:48em) {
    .p-home-mv__container {
        bottom: -10vh;
    }
    .p-home-mv__button {
        text-align: center;
        a {
            display: block;
        }
    }
}

.p-home-mv__main-title {
    margin-bottom: 30px;
}

.p-home-mv-news {
    max-width: unset;
    margin-right: 40px;
    font-size: unset;
    border-radius: 1em;
}
.p-home-column__label {
    margin-right: 15px;
}
@media not all and (min-width:48em) {
    .p-home-mv-news {
        margin-right: 0;
    }
    #moreButton1 a, #moreButton2 a {
        float: right;
    }
}

.h2-headline-text {
    padding-bottom: 1em;
}
.headline-text {
    padding-bottom: 10em;
}

/* news */
.p-home-04__post-area .c-title-01 {
    height: 140px;
}
.c-tag--orange {
    background-color:#085a7a;
    border-color:#085a7a;
}
.c-tag-btn--orange {
    background-color: #fff;
    border-color: #085a7a;
    color: #085a7a;
}
.c-tag-btn--orange:hover {
    background-color: #085a7a;
}
.c-tag-btn--orange.c-tag-btn--current {
    background-color: #085a7a;
}
.c-tag-btn--current {
    color: #fff;
}
.p-home-04__post-area {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.p-news-list__link {
    grid-template-columns: auto auto 1fr auto;
}
.p-news-list__thumb {
    width: 20rem;
    margin-left: 25px;
}
@media not all and (min-width:48em) {
    .p-home-04__post-area .c-title-01 {
        height: unset;
    }
    .p-home-04__post-area {
        grid-template-columns: 1fr;
    }
    .p-news-list__title {
        order: 4;
    }
    .p-news-list__thumb {
        width: 75%;
        margin: 5px auto;
        order: 3;
    }
}

/* Our Business */
.home .p-business-01__container-02 {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.home .c-list-14 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px 3%;
    width: 85%;
}
.home .c-list-14__title {
    display: flex;
    justify-content: center;
    font-size: 1.9rem;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.home .c-list-14__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -50px;
    border-radius: 15px;
    background: #f1f1f1;
    &:hover {
        background: #002782;
    }
    a {
        padding: 40px 30px 30px 30px;
        &:hover {
            color: #fff;
            opacity: 1;
        }
    }
}
.home .c-list-14__desc {
    margin-top: 1em;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.home .c-list-14__thumb {
    width: 100%;
}
.home .c-list-14__thumb img {
    width: 80%;
    margin: 0 auto;
}
.p-home-01__subtitle {
    font-size: 3.2rem;
}
.p-home-01__desc {
    margin-top: 1.8rem;
}
.p-home-01__btn-area .c-btn-02 {
    margin: 0 auto;
}
@media not all and (min-width:48em) {
    .home .c-list-14 {
        grid-template-columns: repeat(1,1fr);
        gap: 10px 3%;
        width: 100%;
    }
    .home .c-list-14__title {
        color: #000;
    }
    .home .c-list-14__content {
        margin-top: 20px;
    }
}

/* Our Strength */
.p-home-07__outer {
    margin-top: 200px;
}
.p-home-07__content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px 3%;
    margin-top: 7.5rem;
    padding-top: 62px;
}
.p-home-07__item {
    border: 2px solid #06677f;
    position: relative;
}
.p-home-07__item dt {
    display: flex;
    justify-content: center;
}
.p-home-07__item dd {
    padding: 80px 30px 30px 30px;
}
.p-home-07__icon {
    width: 125px;
    margin: 0 auto;
    position: absolute;
    top: -62px;
}
.p-home-07__title {
    margin-bottom: 25px;
    font-size: 2.1rem;
    font-weight: bold;
    color: #06677f;
    text-align: center;
}
.p-home-07__desc sup {
    font-size: 1.1rem;
}
@media not all and (min-width:48em) {
    .p-home-07__content {
        grid-template-columns: repeat(1,1fr);
        margin-top: 3.5rem;
        padding-top: 0;
    }
    .p-home-07__item {
        margin-top: 7.5rem;
    }
}

.c-btn-02 {
    max-width: 28em;
    width: unset;
    text-align: center;
}

/* Discovery Platform, Science&Technology Background */
.p-home-02a__content {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px;
    grid-auto-flow: row;
    grid-template-areas:
        "p-home-02a__item01 p-home-02a__item02"
        "p-home-02a__item01 p-home-02a__item03"
        "p-home-02a__item04 p-home-02a__item04";
}
.p-home-02a__item01 { grid-area: p-home-02a__item01; }
.p-home-02a__item02 { grid-area: p-home-02a__item02; }
.p-home-02a__item03 { grid-area: p-home-02a__item03; }
.p-home-02a__item04 { grid-area: p-home-02a__item04; }
/*.p-home-02a__content a {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    color: #fff;
}*/
.p-home-02a__content a {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #044e7e;
    background: -moz-linear-gradient(45deg, #044e7e 0%, #13796f 100%);
    background: -webkit-linear-gradient(45deg, #044e7e 0%,#13796f 100%);
    background: linear-gradient(45deg, #044e7e 0%,#13796f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044e7e', endColorstr='#13796f',GradientType=0 );
    width: 100%;
}
.p-home-02a__content a:hover {
    background: #044e7e;
    background: -moz-linear-gradient(-45deg,  #044e7e 0%, #13796f 100%);
    background: -webkit-linear-gradient(-45deg,  #044e7e 0%,#13796f 100%);
    background: linear-gradient(-45deg, #044e7e 0%,#13796f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044e7e', endColorstr='#13796f',GradientType=0 );
    width: 100%;
}
.p-home-02a__sub__item01,
.p-home-02a__sub__item02,
.p-home-02a__sub__item03,
.p-home-02a__sub__item04,
.p-home-02a__sub__item05 {
    filter: brightness(0) invert(1);
    position: absolute;
    width: 160px;
}
.p-home-02a__sub__item01 {
    filter: unset;
}
.p-home-02a__sub__item02 {
    top: -130px;
}
.p-home-02a__sub__item03 {
    top: -125px;
}
.p-home-02a__sub__item04 {
    top: -155px;
    width: 250px;
}
.p-home-02a__sub__item05 {
    top: -110px;
}
.p-home-03a__content {
    margin-top: 80px;
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr 1fr; 
    gap: 10px; 
    grid-template-areas: 
        "p-home-03a__item03 p-home-03a__item02"
        "p-home-03a__item03 p-home-03a__item04"; 
}
.p-home-03a__item01 { grid-area: p-home-03a__item01; }
.p-home-03a__item02 { grid-area: p-home-03a__item02; }
.p-home-03a__item03 { grid-area: p-home-03a__item03; }
.p-home-03a__item04 { grid-area: p-home-03a__item04; }
.p-home-03a__content a {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #044e7e;
    background: -moz-linear-gradient(45deg, #044e7e 0%, #13796f 100%);
    background: -webkit-linear-gradient(45deg, #044e7e 0%,#13796f 100%);
    background: linear-gradient(45deg, #044e7e 0%,#13796f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044e7e', endColorstr='#13796f',GradientType=0 );
    width: 100%;
}
.p-home-03a__content a:hover {
    background: #044e7e;
    background: -moz-linear-gradient(-45deg,  #044e7e 0%, #13796f 100%);
    background: -webkit-linear-gradient(-45deg,  #044e7e 0%,#13796f 100%);
    background: linear-gradient(-45deg, #044e7e 0%,#13796f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044e7e', endColorstr='#13796f',GradientType=0 );
    width: 100%;
}
.p-home-02a__visual, .p-home-03a__visual {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .3s ease;
}
.p-home-03a__visual {
    height: 250px;
}
.p-home-03a__item03 .p-home-03a__visual {
    height: 510px;
}
.p-home-03a__content a:hover .p-home-03a__visual {
    transform: scale(1.1);
}
.p-home-02a__body, .p-home-03a__body {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 0px 130px 25px 25px;
}
.p-home-02a__title, .p-home-03a__title {
    font-size: 3.2rem;
}
.p-home-02a__sub, .p-home-03a__sub {
    font-size: 1.6rem;
    line-height: 1.6;
    display: inline-block;
}
.p-home-03a__title, .p-home-03a__sub {
    text-shadow: 0px 0px 8px rgba(0,0,0,1), 0px 0px 8px rgba(0,0,0,1);
}
.p-home-02a__arrow, .p-home-03a__arrow {
    right: 25px;
    bottom: 25px;
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.p-home-02a__arrow, .p-home-03a__arrow {
    position: absolute;
    transition: .3s ease;
}
.p-home-02a__content a:hover .p-home-02a__arrow, .p-home-03a__content a:hover .p-home-03a__arrow {
    visibility: hidden;
    opacity: 0;
}
.p-home-02a__arrow--hover, .p-home-03a__arrow--hover {
    visibility: hidden;
    opacity: 0;
    transform: scale(.8);
}
.p-home-02a__content a:hover .p-home-02a__arrow--hover, .p-home-03a__content a:hover .p-home-03a__arrow--hover {
    visibility: visible;
    opacity: 1;
    transform: scale(1.1);
}
@media not all and (min-width:48em) {
    .p-home-02a__content {
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-template-areas:
            "p-home-02a__item01"
            "p-home-02a__item02"
            "p-home-02a__item03"
            "p-home-02a__item04"
            "p-home-02a__item05";
    }
    .p-home-03a__content {
        grid-template-columns: auto; 
        grid-template-rows: auto; 
        grid-template-areas: 
            "p-home-03a__item03"
            "p-home-03a__item02"
            "p-home-03a__item04"; 
    }
    .p-home-02a__content a {
        height: 150px;
    }
    .p-home-02a__content a:nth-child(1) {
        height: 215px;
    }
    .p-home-03a__visual {
        height: 100px;
    }
    .p-home-03a__item03 .p-home-03a__visual {
        height: 200px;
    }
    .p-home-02a__body {
        padding: 0px 75px 20px 20px;
    }
    .p-home-03a__body {
        padding: 0 20px;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .p-home-02a__title, .p-home-03a__title {
        font-size: 1.7rem;
    }
    .p-home-02a__sub, .p-home-03a__sub {
        font-size: 1.3rem;
    }
    .p-home-02a__arrow, .p-home-03a__arrow {
        right: 15px;
        bottom: 15px;
        width: 50px;
        height: 50px;
    }
    .p-home-03a__arrow {
        bottom: unset;
    }
    .p-home-02a__title {
        padding-left: 65px;
    }
    .p-home-02a__sub .nonePc {
        display: block!important;
        border: 2px solid #fff;
        border-radius: 500px;
    }
    .p-home-02a__sub__item01,
    .p-home-02a__sub__item02,
    .p-home-02a__sub__item03,
    .p-home-02a__sub__item04,
    .p-home-02a__sub__item05 {
        width: 60px;
    }
    .p-home-02a__sub__item01 {
        top: -39px;
    }
    .p-home-02a__sub__item02 {
        top: -20px;
    }
    .p-home-02a__sub__item03 {
        top: -22px;
    }
    .p-home-02a__sub__item04 {
        top: -30px;
    }
    .p-home-02a__sub__item05 {
        top: -15px;
    }
}

/* Pipeline */
.p-pipeline-01__item--01, .c-table-01 th {
    background-color: #07657B;
}
.p-pipeline-01__item--02 {
    background-color: #117671;
}

.c-list-10__title {
    background-color: #07657B;
}