@charset "UTF-8";

.c-section-title{
    justify-content: flex-start;
}

.p-container{
    display: flex;
    justify-content: space-between;
    padding-top: calc(40 * var(--px));
}
.p-container__main{
    width: 70.8335%;
}
.p-container__side{
    width: 25%;
}
.p-container__main,
.p-container__side{
    margin-bottom: var(--section-margin-top);
}
@media screen and (max-width: 767px) {
    .p-container{
        display: block;
        padding-top: calc(20 * var(--px));
    }
    .p-container__main,
    .p-container__side{
        width: 100%;
    }
    .p-container__main{
        margin-bottom: calc(40 * var(--px));
    }
}

.p-side__banner img{
    width: 100%;
    height: auto;
    border-radius: var(--radius-base);
    box-shadow: var(--shadow-base);
}
.p-side__container:nth-child(n+2){
    margin-top: calc(40 * var(--px));
}
.p-small__title{
    font-size: var(--fs-small-title);
    font-weight: 600;
    display: flex;
    align-items: center;
}
.p-small__title::before{
    content: "";
    display: inline-block;
    width: calc(20 * var(--px));
    height: calc(20 * var(--px));
    background: url(../img/common/title-decoration.svg) center top / cover no-repeat;
    margin: calc(2 * var(--px)) calc(10 * var(--px)) 0 0;
    flex-shrink: 0;
}
.p-side__list{
    margin-top: calc(20 * var(--px));
}
.p-side__list-item{
    counter-increment: ranking-num;
}
.p-side__list-link{
    display: flex;
    align-items: center;
    box-shadow: var(--shadow-base);
    border-radius: var(--radius-base);
    padding: calc(15 * var(--px));
    position: relative;
}
.p-side__list-link--ranking::before{
    content: counter(ranking-num);
    position: absolute;
    top: calc(7.5 * var(--px));
    left: calc(7.5 * var(--px));
    font-size: var(--fs-small-text);
    width: calc(24 * var(--px));
    height: calc(24 * var(--px));
    background: var(--brand-color);
    color: #fff;
    border-radius: calc(12 * var(--px));
    font-weight: 600;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-side__list-item:nth-child(n+2){
    margin-top: calc(20 * var(--px));
}
.p-side__list-image{
    width: calc(120 * var(--px));
    height: 0;
    padding-top: calc(74 * var(--px));
    border-radius: var(--radius-base);
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}
.p-side__list-image img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    background: var(--gray-color-light);
}
.p-side__list-title{
    width: calc(165 * var(--px));
    padding-left: calc(15 * var(--px));
    font-size: var(--fs-tiny-text);
    line-height: var(--lh-tighter);
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .p-side__container:nth-child(n+2){
        margin-top: calc(30 * var(--px));
    }
    .p-small__title::before{
         width: calc(18 * var(--px));
        height: calc(18 * var(--px));
        margin: calc(2 * var(--px)) calc(7 * var(--px)) 0 0;
    }
    .p-side__list-title {
        font-size: var(--fs-small-text);
        line-height: var(--lh-tight);
        flex-grow: 1;
    }
}

.p-index-head{
    background: var(--gray-color-light);
    padding: calc(25 * var(--px));
    border-radius: var(--radius-base);
    display: flex;
    justify-content: space-between;
}

.p-index-tab{
    background: var(--gray-color-light);
    padding: calc(25 * var(--px));
    border-radius: var(--radius-base);
    margin-top: calc(25 * var(--px));
}
.p-index-tab__list{
    display: flex;
    flex-wrap: wrap;
}
.p-index-tab__item{
    width: 18.75%;
    margin: 1.5625% 1.5625% 0 0;
}
.p-index-tab__item:nth-child(5n){
    margin-right: 0;
}
.p-index-tab__item:nth-child(-n+5){
    margin-top: 0;
}
.p-index-tab__link{
    width: 100%;
    height: 100%;
    padding: calc(10 * var(--px));
    background: #fff;
    border-radius: var(--radius-light);
    box-shadow: var(--shadow-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-small-text);
    line-height: var(--lh-tighter);
    font-weight: bold;
}
.p-index-tab__link--active{
    background: var(--button-color);
    color: #fff;
    box-shadow: none;
}
@media screen and (max-width: 767px) {
    .p-index-tab{
        padding: calc(20 * var(--px));
        margin-top: calc(15 * var(--px));
    }
    .p-index-tab__item,
    .p-index-tab__item:nth-child(5n),
    .p-index-tab__item:nth-child(-n+5){
        width: 48%;
        margin: 4% 4% 0 0;
    }
    .p-index-tab__item:nth-child(2n){
        margin-right: 0;
    }
    .p-index-tab__item:nth-child(-n+2){
        margin-top: 0;
    }
    .p-index-tab__link{
        padding: calc(8 * var(--px));
        border-radius: var(--radius-light);
    }
}

.p-index-list__note{
    text-align: center;
    font-size: var(--fs-base);
}
.p-index-list__note,
.p-index-list__list{
    margin-top: calc(30 * var(--px));
}
.p-index-list__list{
    display: flex;
    flex-wrap: wrap;
}
.p-index-list__item{
    width: calc((270 / 850) * 100%);
    margin: calc((20 / 850) * 100%) calc((20 / 850) * 100%) 0 0;
}
.p-index-list__item:nth-child(3n){
    margin-right: 0;
}
.p-index-list__item:nth-child(-n+3){
    margin-top: 0;
}
@media screen and (max-width: 767px){
    .p-index-list__list{
        display: block;
    }
    .p-index-list__item,
    .p-index-list__item:nth-child(3n),
    .p-index-list__item:nth-child(-n+3){
        width: 100%;
        margin: 0;
    }
    .p-index-list__note,
    .p-index-list__list,
    .p-index-list__item:nth-child(n+2){
        margin-top: calc(25 * var(--px));
    }
}

.p-details-title__category{
    display: flex;
    font-size: var(--fs-small-text);
    line-height: var(--lh-tighter);
}
.p-details-title__category-icon{
    width: var(--fs-small-text);
    height: var(--fs-small-text);
    border-radius: var(--fs-small-text);
    margin: calc(4 * var(--px)) calc(8 * var(--px)) 0 0;
    flex-shrink: 0;
}
.p-details-title__title{
    font-size: var(--fs-section-title);
    line-height: var(--lh-tighter);
    font-weight: 600;
    margin-top: calc(15 * var(--px));
}
.p-details-title__title:first-child{
    margin-top: 0;
}
.p-details-title__time{
    font-size: var(--fs-base);
    line-height: var(--lh-tighter);
    margin-top: calc(15 * var(--px));
    color: var(--gray-color-darker);
}
.p-details-title__time::before{
    content: '\f073';
    font-family: var(--icon-font-family);
    font-weight: 600;
    margin-right: calc(7 * var(--px));
}
@media screen and (max-width: 767px){
    .p-details-title__category-icon{
        margin: calc(2 * var(--px)) calc(6 * var(--px)) 0 0;
    }
    .p-details-title__title{
        line-height: var(--lh-tight);
        margin-top: calc(10 * var(--px));
    }
    .p-details-title__time{
        margin-top: calc(10 * var(--px));
    }
}

.p-details-science-park{
    background: var(--gray-color-light);
    margin-top: calc(20 * var(--px));
    font-size: var(--fs-small-text);
    line-height: var(--lh-base);
    padding: calc(20 * var(--px));
    border-radius: var(--radius-base);
}
@media screen and (max-width: 767px){
    .p-details-science-park{
        margin-top: calc(15 * var(--px));
        padding: calc(20 * var(--px));
    }
}

.p-details-overview{
    margin-top: calc(30 * var(--px));
    display: flex;
    justify-content: space-between;
}
.p-details-overview__image{
    width: calc(230 * var(--px));
    text-align: center;
}
.p-details-overview.is-landscape .p-details-overview__image{
    width: calc(350 * var(--px));
}
.p-details-overview__image img{
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-base);
    overflow: hidden;
}
.p-details-overview__main{
    width: calc(100% - ((270 * var(--px))));
}
.p-details-overview.is-landscape .p-details-overview__main{
    width: calc(100% - ((390 * var(--px))));
}
.p-details-overview__main:only-child{
    width: 100%;
}
.p-details-overview__title{
    font-size: var(--fs-small-title);
    line-height: var(--lh-base);
    font-weight: bold;
}
.p-details-overview__text{
    background: var(--gray-color-light);
    margin-top: calc(20 * var(--px));
    font-size: var(--fs-small-text);
    line-height: var(--lh-base);
    padding: calc(20 * var(--px));
    border-radius: var(--radius-base);
}
@media screen and (max-width: 767px){
    .p-details-overview{
        display: block;
        margin-top: calc(20 * var(--px));
    }
    .p-details-overview__image{
        width: 50%;
        margin: 0 auto;
    }
    .p-details-overview.is-landscape .p-details-overview__image{
        width: 100%;
    }
    .p-details-overview__main,
    .p-details-overview.is-landscape .p-details-overview__main{
        width: 100%;
    }
    .p-details-overview__title{
        margin-top: calc(20 * var(--px));
    }
    .p-details-overview__text{
        margin-top: calc(15 * var(--px));
        padding: calc(20 * var(--px));
    }
}

.p-details-image{
    text-align: center;
    margin-top: calc(30 * var(--px));
}
.p-details-image img{
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: var(--radius-base);
}
@media screen and (max-width: 767px){
    .p-details-image{
        text-align: center;
        margin-top: calc(20 * var(--px));
    }
}

.p-details-lead{
    font-size: var(--fs-base);
    line-height: var(--lh-base);
    margin-top: calc(30 * var(--px));
}
@media screen and (max-width: 767px){
    .p-details-image{
        margin-top: calc(20 * var(--px));
    }
}

.p-details-science{
    background: var(--science-color-lighter);
    border: 1px solid var(--science-color);
    border-radius: var(--radius-base);
    padding: calc(30 * var(--px));
}
.p-details-science__wrapper{
    display: flex;
    align-items: center;
}
.p-details-science__image{
    width: calc(315 * var(--px));
    flex-shrink: 0;
    border-radius: var(--radius-base);
    overflow: hidden;
}
.p-details-science__image img{
    width: 100%;
    height: auto;
}
.p-details-science__main{
    padding-left: calc(40 * var(--px));
}
.p-details-science__title{
    font-size: var(--fs-title);
    line-height: var(--lh-tighter);
    font-weight: 600;
}
.p-details-science__text{
    font-size: var(--fs-small-text);
    line-height: var(--lh-base);
    margin-top: calc(10 * var(--px));
}
.p-details-science__button{
    margin-top: calc(30 * var(--px));
}
@media screen and (max-width: 767px){
    .p-details-science{
        padding: calc(20 * var(--px));
    }
    .p-details-science__wrapper{
        display: block;
    }
    .p-details-science__image{
        width: 76.792%;
        margin: 0 auto;
    }
    .p-details-science__main{
        padding: calc(15 * var(--px)) 0 0;
    }
    .p-details-science__title{
        font-size: var(--fs-small-title);
        line-height: var(--lh-tight);
    }
    .p-details-science__button{
        margin-top: calc(10 * var(--px));
    }
}

.p-details-share__title{
    text-align: center;
    font-size: var(--fs-small-title);
    font-weight: bold;
    margin-top: calc(80 * var(--px));
}
.p-details-share__list{
    display: flex;
    justify-content: space-between;
    margin-top: calc(20 * var(--px));
}
.p-details-share__item{
    width: calc(20% - calc(12 * var(--px)));
}
.p-details-share__link{
    height: calc(50 * var(--px));
    background: var(--brand-color);
    font-size: var(--fs-small-text);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: var(--radius-base);
    box-shadow: var(--shadow-base);
}
.p-details-share__link--fb{
    background: #1877F2;
}
.p-details-share__link--x{
    background: #000;
}
.p-details-share__link--hatena{
    background: #00A4DE;
}
.p-details-share__link--line{
    background: #06C755;
}
.p-details-share__link--copy{
    background: var(--button-color);
}
.p-details-share__icon{
    display: inline-block;
    font-size: var(--fs-title);
    margin-right: calc(10 * var(--px));
}
.p-details-share__br{
    display: none;
}
@media screen and (max-width: 767px){
    .p-details-share__title{
        margin-top: calc(40 * var(--px));
    }
    .p-details-share__item{
        width: calc(20% - calc(5 * var(--px)));
    }
    .p-details-share__link{
        flex-direction: column;
        justify-content: center;
        padding: calc(10 * var(--px));
        height: calc(85 * var(--px));
        font-size: var(--fs-tiny-text);
        line-height: var(--lh-tighter);
        text-align: center;
    }
    .p-details-share__icon{
        width: 100%;
        height: calc(30 * var(--px));
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: var(--fs-large-title);
        margin: 0 0 calc(3 * var(--px));
    }
}

.p-details-back{
    margin-top: calc(50 * var(--px));
}
@media screen and (max-width: 767px){
    .p-details-back{
        margin-top: calc(40 * var(--px));
    }
}

.p-details-list{
    margin-top: calc(50 * var(--px));
}
.p-details-list .swiper{
    margin-top: calc(30 * var(--px));
    overflow: visible;
}
.p-details-list .swiper-slide{
    height: auto;
}
@media screen and (min-width: 768px){
    .p-details-list .swiper-slide{
        width: calc((270 / 850) * 100%);
        margin-right: calc((20 / 850) * 100%);
    }
    .p-details-list .swiper-slide:last-child{
        margin-right: 0;
    }
    .p-details-list .swiper-pagination,
    .p-details-list .swiper-button-prev,
    .p-details-list .swiper-button-next{
        display: none;
    }
}
@media screen and (max-width: 767px){
    .p-details-list{
        margin-top: calc(40 * var(--px));
    }
    .p-details-list .swiper{
        margin-top: calc(20 * var(--px));
    }
    .p-details-list__main.is-disabled{
        padding-bottom: calc(10 * var(--px));
    }
    .p-details-list__main:not(.is-disabled){
        overflow: hidden;
        margin: 0 calc(-20 * var(--px)) 0;
        padding-bottom: calc(40 * var(--px));
    }
    .p-details-list__main:not(.is-disabled) .swiper{
        width: 75%;
    }
    .p-details-list .swiper-button-prev,
    .p-details-list .swiper-button-next{
        width: calc(40 * var(--px));
        height: calc(40 * var(--px));
        top: auto;
        bottom: calc(50% - calc(20 * var(--px)));
        color: #fff;
        border-radius: calc(30 * var(--px));
        background: var(--button-color);
        box-shadow: var(--shadow-base);
        margin: 0;
    }
    .p-details-list .swiper-button-prev::after,
    .p-details-list .swiper-button-next::after{
        font-weight: bold;
        transform: scale(0.35);
        transform-origin: center center;
    }
    .p-details-list .swiper-button-prev{
        left: calc(-30 * var(--px));
    }
    .p-details-list .swiper-button-next{
        right: calc(-30 * var(--px));
    }
    .p-details-list .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom: calc(-30 * var(--px));
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .p-details-list .swiper-pagination-bullet{
        width: calc(10 * var(--px));
        height: calc(10 * var(--px));
        margin: 0 calc(7 * var(--px)) !important;
        opacity: 1;
        box-shadow: var(--shadow-light);
        background: var(--gray-color-dark);
    }
    .p-details-list .swiper-pagination-bullet-active{
        background: var(--button-color);
    }
}

.p-details-modal{
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
}
.p-details-modal__bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.p-details-modal__bg{
    background: rgba(0, 0, 0, 0.8);
}
.p-details-modal__wrapper{
    max-width: calc(800 * var(--px));
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: calc(40 * var(--px));
}
.p-details-modal__head{
    height: calc(40 * var(--px));
}
.p-details-modal__head-close{
    width: calc(24 * var(--px));
    position: relative;
    z-index: 1;
    margin: 0 0 0 auto;
    cursor: pointer;
    transition: var(--link-transition);
}
.p-details-modal__head-close img{
    width: 100%;
    height: auto;
}
.p-details-modal__head-close:hover{
    opacity: var(--link-hover-opacity);
}
.p-details-modal__image{
    text-align: center;
    position: relative;
    z-index: 1;
}
.p-details-modal__image:hover{
    opacity: 1;
    filter: brightness(1.1);
}
.p-details-modal__image img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(100vh - (120 * var(--px)));
}
@media screen and (max-width: 767px){
    .p-details-modal__wrapper{
        max-width: calc(100% - (40 * var(--px)));
    }
}