@charset "UTF-8";
.p-mv__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 11px 0 14px 0;
}
.p-mv__title {
    display: flex;
    align-items: center;
}
.p-mv__icon {
    width: 49px;
    margin-right: 14px;
}
.p-mv__title-text {
    font-family: "リュウミン B-KL",serif;
    font-size: 3.8rem;
    font-weight: 600;
    line-height: normal; 
    text-align: center;
}
.p-mv__title-sub-text {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
}
.c-subpage {
    padding: 50px 0 105px;
}
.p-top {
    background-repeat: no-repeat;
    background-color: #134e73;
    background-position: center;
}

.p-top__inner {
    position: relative;
    margin: auto;
    max-width: 1170px;
}

.p-magazine__inner {
    max-width: 1170px;
	padding: 40px 50px 50px 50px;
	margin: 0 auto;
    text-align: center;
    background: #fff;
}

.p-magazine__inner + .p-magazine__inner {
    margin-top: 50px;
}

.p-magazine-heading-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
}

.p-magazine__name-decoration {
    flex: 1;
    width: 100%;
    height: 1px;
    background-repeat: no-repeat;
}

.p-magazine__name-decoration--left {
    background-image: linear-gradient(to left,#005d8c,rgba(255,255,255,0));
}

.p-magazine__name-decoration--right {
    background-image: linear-gradient(to right,#005d8c,rgba(255,255,255,0));
}

.p-magazine__heading {
    font-family: "リュウミン B-KL", serif;
    color: #005d8c;
    font-size: 2.6rem;
    line-height: 1.3076;
}

.p-magazine__heading-text-kerning {
    letter-spacing: 0.03em;
}

.p-magazine__text {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 14px;
}

.c-magazine__img {
    height: 173px;
}

.c-magazine__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-magazine__content-wrapper {
    display: flex;
    gap: 3%;
    margin-top: 25px;
}

.c-magazine__content {
    display: flex;
    flex-direction: column;
    max-width: 336px;
}

.c-magazine__content-information {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    margin-top: 13px;
    margin-bottom: auto;
    height: 34px;
}

.c-magazine__content-icon-wrapper {
    text-align: left;
}

.c-magazine__content-icon {
    font-size: 1.4rem;
    white-space: nowrap;
    padding: 4px 6px;
    margin-right: 3px;
}

.new {
    color: #fff;
    background: #d04c4c;
}

.touhyou {
    color: #ab951d;
    box-shadow: 0 0 0 1px #ab951d inset;
}

.touhyou-end {
    color: #a3a3a3;
    box-shadow: 0 0 0 1px #a3a3a3 inset;
}

.category {
    color: #005d8c;
    background: #e5eefc;
}

.c-magazine__content-link {
    transition: opacity .4s;
}

.c-magazine__content-link:hover {
    opacity: .7;
}

.c-magazine__content-date {
    color: #7f7f7f;
    font-size: 1.4rem;
    min-width: 120px;
}

.c-magazine__content-text {
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: left;
    margin-top: 10px;
    margin-bottom: auto;
}

.c-magazine__content-button {
    display: block;
    color: #005d8c;
    font-family: "リュウミン B-KL",serif;
    font-size: 1.6rem;
    font-weight: 600;
    border-top: solid 1px #005d8c;
    border-bottom: solid 1px #005d8c;
    padding: 11px 0;
    margin-top: 9px;
}

.c-magazine__content-button-text {
    display: inline-block;
    position: relative;
    margin-left: -8px;
}

.c-magazine__content-button-text::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    right: -18px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #005d8c;
    border-style: solid;
    border-width: 3.5px 0 3.5px 10px;
}

.c-magazine__btn-wrapper {
    margin-top: 40px;
}

.c-magazine__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 255px;
    height: 58px;
    margin: 0 auto;
    font-family: "リュウミン B-KL",serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    border: 1px solid #ab951d;
    transition-duration: .4s;
    transition-property: color,background-color;
}

.c-magazine__btn:hover {
    color: #fff;
    background-color: #ab951d;
}

.c-magazine__btn::after {
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: "";
    border-style: solid;
    border-color: transparent transparent transparent #ab951d;
    border-width: 3.5px 0 3.5px 10px;
    transition: border .4s;
}

.c-magazine__btn:hover.c-magazine__btn::after {
    border-color: transparent transparent transparent #fff;
}

.swiper-slide {
    position: relative;
    height: 437px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-text-wrapper {
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 91.5%;
    color: #fff;
    font-family: "リュウミン B-KL", serif;
}

.swiper-text-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.swiper-text-bottom {
    margin-top: 9px;
}

.swiper-tag {
    color: #fff;
    font-size: 1.6rem;
    border: solid #fff 1px;
    padding: 0 8px;
}

.swiper-date {
    color: #fff;
    font-size: 1.6rem;
}

.swiper-heading {
    color: #fff;
    font-size: clamp(1.85rem,2.125vw,3.4rem);
    letter-spacing: 0.075em;
}

.swiper-button-prev,
.swiper-button-next {
    height: 56px;
    width: 56px;
}

.swiper-button-prev {
    left: -2.5%;
}

.swiper-button-next {
    right: -2.5%;
}

.swiper-pagination-bullet {
    width: 30%;
    height: 2px;
    border-radius: 0;
    background: #fff;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 25px;
}

.swiper-button-prev::after {
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(/assets/images/pages/magazine/index/swiper-nav-icon-left.svg);
    filter: drop-shadow(0 3px 9px rgba(0, 37, 56, .67));
}

.swiper-button-next::after {
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(/assets/images/pages/magazine/index/swiper-nav-icon-right.svg);
    filter: drop-shadow(0 3px 9px rgba(0, 37, 56, .67));
}

@media (max-width:46.4375em) {
    .p-mv__inner {
        background: #f2f7ff;
    }
    .p-mv__icon {
        width: 29px;
        margin-right: 8px;
    }
    .p-mv__title-text {
        font-size: 2.4rem;
    }
    .p-mv__title-sub-text {
        font-size: 1.3rem;
        letter-spacing: 0.02em;
        line-height: 1.6153;
        text-align: center;
        margin-top: 2px;
    }
    .c-subpage {
        padding: 30px 0 55px;
    }
    .p-magazine {
        margin-top: 0;
    }
    .p-magazine__inner {
        width: calc(100% - 40px);
        padding: 20px 20px 40px 20px;
    }
    .p-magazine__inner + .p-magazine__inner {
        margin-top: 30px;
    }
    .p-magazine__heading {
        font-size: 1.85rem;
        line-height: 1.5675;
    }
    .p-magazine__text {
        font-size: 1.5rem;
        line-height: 1.8333;
        margin-top: 8px;
    }
    .c-magazine__img {
        height: auto;
    }
    .c-magazine__content-wrapper {
        display: block;
        margin-top: 19px;
    }
    .c-magazine__content {
        max-width: none;
    }
    .c-magazine__content-link {
        display: inline-block;
    }
    .c-magazine__content-link + .c-magazine__content-link {
        margin-top: 35px;
    }
    .c-magazine__content-information {
        margin-top: 7px;
        height: 20px;
    }
    .c-magazine__content-text {
        font-size: 1.5rem;
        line-height: 1.6666;
        margin-top: 6px;
    }
    .c-magazine__content-button {
        font-size: 1.5rem;
    }
    .c-magazine__content-button-text {
        margin-left: -14px;
    }
    .c-magazine__btn-wrapper {
        margin-top: 30px;
    }
    .c-magazine__btn {
        width: 78%;
        height: 52px;
    }
    .c-magazine__btn::after {
        right: 67px;
    }
    .c-magazine__btn-text {
        margin-left: -15px;
    }
    .c-magazine__content-icon {
        font-size: 1.3rem;
        padding: 2.5px 3.5px;
        margin-right: 1px;
    }
    .c-magazine__content-date {
        font-size: 1.3rem;
        min-width: auto;
    }
    .swiper-button-prev,
    .swiper-button-next {
        height: 10%;
        width: 10%;
    }
    .swiper-button-prev {
        left: -0.7%
    }
    .swiper-button-next {
        right: -0.7%
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 4px;
    }
    .swiper-pagination-bullet {
        width: 28%;
    }
    .swiper-text-wrapper {
        bottom: 8.5%;
        width: 89.5%;
    }
    .swiper-text-bottom {
        margin-top: 2px;
    }
    .swiper-tag {
        font-size: 1.2rem;
        padding: 0 5px;
    }
    .swiper-date {
        font-size: 1.3rem;
    }
    .swiper-heading {
        font-size: 1.85rem;
    }
}
@media (max-width:1230px) {
    .swiper-button-prev {
        left: 0.5%;
    }
    .swiper-button-next {
        right: 0.5%;
    }
}

@media (max-width:844px) {
    .swiper-slide {
        height: auto;
    }
}