@charset "UTF-8";

.hero {
    padding-top: 120px;
}

.hero_cnt {
    background-color: #F5FBFF;
    border-radius: 23px;
    padding: 27px 176px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

.hero_cnt_ttl {
    font-size: 40px;
    font-weight: bold;
    color: #007EDF;
}

.hero .inner {
    max-width: 1450px;
}

.inner {
    max-width: 1240px;
}


/* tag */

.tag_list {
    background-color: #F5F5F5;
    border-radius: 23px;
    padding: 40px 45px;
    margin-bottom: 40px;
}

.tag_list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.tag_list ul li {
    color: #007EDF;
    background-color: #fff;
    border: solid 1px #007EDF;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    transition-duration: 0.5s;
}

.tag_list ul li:hover {
    background-color: #007EDF;
    color: #fff;
    cursor: pointer;
}


/* info_list */

.info_slide {
    margin-bottom: 60px;
}

.info_slide .splide__track {
    padding: 30px 0 100px;
}

.info_slide .splide__slide {
    width: 560px !important;
    margin: 0 20px;
}

.info_slide_list li {
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.info {
    padding: 0 0 129px;
}

.info_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.info_list li {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.info_list li a {
    border-radius: 15px;
    background-color: #fff;
    display: block;
    position: relative;
    width: 370px;
    height: 385px;
}

.info_item_txt {
    padding: 16px 20px;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.info_list li a::after,
.info_slide_list a::after {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(/img/cmn/icon-arrow_blackgray.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 3%;
    right: 3%;
}

.thumbnail {
    width: 100%;
    height: 275px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.thumbnail img {
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration: 0.5s;
}

.info_slide_list li a:hover .thumbnail img,
.info_list li a:hover .thumbnail img {
    transition-duration: 0.5s;
}

.info_slide_list li a:hover .thumbnail img,
.info_list li a:hover .thumbnail img {
    transform: scale(1.1);
}

.info_list .thumbnail {
    height: 200px;
}

.date {
    font-size: 13px;
    color: #BABABA;
    font-family: 'Montserrat', serif;
}

.info_item_ttl {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.info_cat {
    color: #fff;
    background-color: #007EDF;
    padding: 0 5px;
    border-radius: 3px;
    width: fit-content;
}

.info .splide {
    position: relative;
    padding-bottom: 80px;
}

.splide__arrow--next {
    top: unset;
    bottom: 4%;
    right: 44%;
    border: none;
    width: 41px;
    height: 41px;
    background: url(/img/cmn/icon-arrow_info.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(0%);
}

.splide__arrow--prev {
    top: unset;
    bottom: 4%;
    left: 44%;
    border: none;
    width: 41px;
    height: 41px;
    background: url(/img/cmn/icon-arrow_info.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(180deg) translateY(0%);
}

.splide:not(.is-overflow) .splide__pagination {
    display: flex;
}

.splide__pagination__page {
    background: #E4F2FB;
}

.splide__pagination__page.is-active {
    background: #007EDF;
}

.splide__pagination {
    bottom: 7%;
}


/* single */

.info_single {
    padding-top: 180px;
}

.info_single_head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.info_single .inner {
    max-width: 840px;
}

.info_single_ttl {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 42px;
}

.info_single_cnt a {
    text-decoration: underline;
}

.info_single_cnt a:hover {
    text-decoration: none;
}


/* magazine */

.magazine.-single {
    padding-top: 180px;
}

.magazine .info_single {
    padding-top: 0px;
}

.magazine .hero_head {
    max-width: 1160px;
    margin: 0 auto 60px;
}

.magazine_head {
    padding-top: 180px;
    background-color: #F5FBFF;
}

.magazine .splide__pagination {
    bottom: 8%;
}

.magazine .splide__arrow--next {
    top: unset;
    bottom: 6%;
    right: 44%;
    border: none;
    width: 41px;
    height: 41px;
    background: url(/img/cmn/icon-arrow_info.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(0%);
}

.magazine .splide__arrow--prev {
    top: unset;
    bottom: 6%;
    left: 44%;
    border: none;
    width: 41px;
    height: 41px;
    background: url(/img/cmn/icon-arrow_info.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(180deg) translateY(0%);
}

.splide__arrow--next path,
.splide__arrow--prev path {
    display: none;
}

.magazine .info_slide .splide__slide {
    margin: 0 50px;
}

.info_list_ttl {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.pages {
    display: none;
}

.info_list .wp-pagenavi a,
.info_list .wp-pagenavi span {
    border: none;
    font-size: 33px;
    font-weight: bold;
    font-family: 'Montserrat', serif;
    color: #DDDDDD;
    margin: 0;
    padding: 0;
}

.info_list  .wp-pagenavi .current {
    color: #007EDF;
}

.info_list .wp-pagenavi .previouspostslink,
.info_list .wp-pagenavi .nextpostslink {
    width: 36px;
    height: 36px;
    background-image: url(/img/cmn/icon-arrow_blackgray.svg);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 0px;
}

.previouspostslink {
    transform: rotate(180deg);
}

.info_cnt.-magazine {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 70px;
}

.side_nav_cnt {
    background-color: #F5F5F5;
    padding: 37px;
    border-radius: 20px;
    max-width: 320px;
    transition: all 0.3s ease-in-out;
    /* all: unset; */
}

.side_nav.fixed {
    position: fixed;
    top: 0;
    left: 0; /* 必要に応じて調整 */
    width: 100%; /* 必要に応じて調整 */
    z-index: 1000; /* 他の要素の上に表示 */
}

.side_nav a {
    display: block;
}

.side_nav a:hover {
    opacity: 0.8;
}

.silde_nav .side_nav_download {
    margin-bottom: 20px;
}

.search_ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    padding-left: 10px;
}

.search_ttl::before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #FA529D;
    position: absolute;
    left: 0;
    top: 0;
}

.search_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.search_list li a {
    background-color: #fff;
    color: #007EDF;
    border: solid 1px #007EDF;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    transition-duration: 0.5s;
}

.search_list li a:hover {
    background-color: #007EDF;
    color: #fff;
    cursor: pointer;
    opacity: 1;
}

.side_nav_download {
    margin-bottom: 20px;
}


@media screen and (max-width:767px) {

    .side_nav {
        width: 100%;
    }

    .side_nav_cnt {
        width: 100%;
        max-width: unset;
    }

    .side_nav_download img {
        width: 100%;
    }

    .hero {
        padding-top: 100px;
    }

    .hero_cnt {
        padding: 30px;
        margin-bottom: 50px;
    }

    .hero_cnt_ttl {
        font-size: 25px;
    }

    .hero_cnt img {
        width: 30%;
    }


    .info_slide .splide__slide {
        width: 293px !important;
        margin: 0 10px;
    }

    .info_list {
        width: 100%;
    }

    .info_list ul {
        flex-flow: column;
    }

    .info_list li a {
        width: 100%;
        height: 330px;
    }

    .splide__arrow--next {
        right: 30%;
    }

    .splide__arrow--prev {
        left: 30%;
    }

    .thumbnail {
        height: 205px;
    }

    .tag_list {
        padding: 15px;
    }

    /* magazine */

    .magazine_head {
        padding-top: 100px;
    }

    .magazine .hero_head {
        margin-bottom: 30px;
    }

    .info_cnt.-magazine {
        flex-flow: column;
        gap: 30px;
    }

    .magazine .info_slide .splide__slide {
        margin: 0 10px;
    }

    .magazine .splide__arrow--next {
        right: 30%;
        width: 41px;
        height: 41px;
    }

    .magazine .splide__arrow--prev {
        left: 30%;
        width: 41px;
        height: 41px;
    }

    .magazine .hero_cnt_ttl {
        padding-left: 1em;
    }
}