@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

.magazine02 {
    scroll-behavior: smooth;
}

.magazine02 .clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.magazine02 a[target=_blank]:after {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 4px;
    margin-left: 4px;
    background: url(/asset/image/icon_blank_blue_01.svg) center center no-repeat;
    background-size: cover;
    vertical-align: -3px;
    content: "";
}

.magazine02 .lead {
    max-width: 1045px;
    width: 100%;
    margin: 8% auto;
}

.magazine02 .nav {
    max-width: 800px;
    width: 100%;
    margin: 8% auto 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 37px;
    row-gap: 37px;
}

.magazine02 .nav a {
    position: relative;
    color: #2496A3;
    text-decoration: underline;
    font-weight: bold;
}

.magazine02 .nav a::after {
    content: '\02228';
    display: inline-block;
    text-decoration: none;
    transform: scale(1, .5);
    font-size: 25px;
    line-height: 0;
    vertical-align: middle;
    font-weight: normal;
    padding: 0 5px;
}

.magazine02 .box {
    position: relative;
    padding: 15% 0 0;
    box-sizing: border-box;
}

.magazine02 .box .box-inner {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    box-sizing: border-box;
    background-color: #F7F7F1;
    border-radius: 14px;
}

.magazine02 .box .inner {
    max-width: 1045px;
    width: 90%;
    margin: 0 auto;
}

.magazine02 .box .ttl-wrap {
    position: absolute;
    top: -60px;
    left: 5%;
    color: #2496A3;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.magazine02 .box .ttl-wrap .num {
    font-size: 60px;
    line-height: 1;
    font-family: var(--font-serif);
}

.magazine02 .box .ttl-wrap .ttl {
    font-size: 35px;
    margin: 0 0 0 25px;
    line-height: 1.3;
}

.magazine02 .box .ttl-wrap .ttl span {
    font-size: 42px;
}

.magazine02 .box .illust {
    position: relative;
    margin-bottom: 50px;
}

.magazine02 .box .illust .text {
    font-size: 36px;
    text-align: left;
    margin: 0;
    font-weight: bold;
    line-height: 1.4;
    color: #1E4055;
    margin-top: 25px;
}

.magazine02 .box .illust .text .bk {
    display: inline;
    margin: 0;
    background-color: #fff;
    padding: 0 .5em;
    box-sizing: border-box;
}

.magazine02 .box .illust .text b {
    color: #2496A3;
}

.magazine02 .box .illust .text small {
    font-size: 30px;
}

.magazine02 .box .illust .img {
    margin: 0 auto;
}

.magazine02 .box .emphasis {
    font-size: 20px;
    font-weight: bold;
    color: #1E4055;
    margin-bottom: 50px;
}

.magazine02 .box .float-right {
    float: right;
    margin: 0 0 50px 40px;
    width: 40%;
}

.magazine02 .box .float-left {
    float: left;
    margin: 0 50px 50px 0;
    width: 30%;
}

.magazine02 .box .img-box {
    display: flex;
    width: 90%;
    margin: 50px auto 0;
    column-gap: 30px;
}

.magazine02 .box .img-box .img {
    width: calc(47.137% - 15px);
}

.magazine02 .box .img-box .img:nth-child(2) {
    width: calc(52.51% - 15px);
}

.magazine02 .box .whitebox {
    position: relative;
    background-color: #fff;
    padding: 50px 50px;
    box-sizing: border-box;
    margin: 100px auto 50px;
    clear: both;
}

.magazine02 .box .whitebox .obi {
    position: absolute;
    top: -17px;
    left: 30px;
    background-color: #2496A3;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 7px;
    padding: 5px 0;
    box-sizing: border-box;
    width: 216px;
}

.magazine02.en .box .whitebox .obi {
    width: 450px;
}

.magazine02 .box .whitebox .emphasis {
    margin-bottom: 1em;
}

.magazine02 .box .whitebox .obi::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    display: inline-block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 31px 31px 0 0;
    border-color: #2496A3 transparent transparent transparent;
    transform: rotate(0deg);
}

.magazine02 .box .whitebox .float-right {
    margin-bottom: 0;
}

.magazine02 .box .links {
    display: flex;
    align-items: flex-start;
    column-gap: 24px;
}

.magazine02 .box .links .ttl {
    background-color: #EB9883;
    border-radius: 7px;
    width: 100px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.7;
}

.magazine02 .box .links .wrap {
    width: calc(100% - 124px);
    line-height: 1.7;
}

.magazine02 .box .links .wrap p {
    margin-top: 0;
}

.magazine02 .box .links .wrap a {
    display: block;
    word-break: break-all;
    text-decoration: underline;
}

.magazine02 .box .links .wrap a:hover {
    text-decoration: none;
}

.magazine02 .caption {
    font-size: 12px;
    color: #5C5C5C;
    margin: 1em auto 0;
    letter-spacing: 0;
}

.magazine02.en {
    letter-spacing: 0;
}

@media screen and (max-width: 767px) {
    .magazine02 .nav {
        display: block;
    }

    .magazine02 .nav a {
        display: block;
        text-align: center;
        margin: 8px auto;
    }

    .magazine02 .nav a::after {
        font-size: 15px;
    }

    .magazine02 .box {
        padding: 80px 0 0;
    }

    .magazine02 .box .box-inner {
        padding: 40px 0;
    }

    .magazine02 .box .ttl-wrap {
        top: -30px;
        left: 5%;
    }

    .magazine02 .box .ttl-wrap .num {
        font-size: 40px;
    }

    .magazine02 .box .ttl-wrap .ttl {
        font-size: 18px;
        margin: 0 0 0 8px;
        line-height: 1.2;
    }

    .magazine02 .box .ttl-wrap .ttl span {
        font-size: 21px;
    }

    .magazine02 .box .illust {
        margin-bottom: 25px;
    }

    .magazine02 .box .illust .text {
        position: initial;
        font-size: 18px;
        margin-top: 15px;
    }

    .magazine02 .box .illust .text small {
        font-size: 16px;
    }

    .magazine02 .box .emphasis {
        font-size: 17px;
        margin-bottom: 25px;
    }

    .magazine02 .box .float-right {
        width: 40%;
        margin: 0 0 8px 8px;
    }

    .magazine02 .box .float-left {
        width: 40%;
        margin: 0 8px 8px 0;
    }

    .magazine02 .box .img-box {
        display: block;
        width: 100%;
        margin: 1em auto 0;
    }

    .magazine02 .box .img-box .img,
    .magazine02 .box .img-box .img:nth-child(2) {
        width: 100%;
        margin-top: 1em;
    }

    .magazine02 .box .whitebox {
        margin: 60px auto 25px;
        padding: 30px 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .magazine02.en .box .whitebox {
        margin: 100px auto 25px;
    }

    .magazine02 .box .whitebox .obi {
        font-size: 16px;
        top: -30px;
        left: 10px;
        width: 180px;
    }

    .magazine02.en .box .whitebox .obi {
        top: -70px;
        width: 240px;
        text-align: left;
        padding: 8px 1em;
    }

    .magazine02 .box .whitebox .obi::after {
        bottom: -15px;
    }

    .magazine02 .box .whitebox .float-right {
        width: 100%;
        margin: 2em 0 0;
        float: none;
        order: 1;
    }

    .magazine02 .box .whitebox .emphasis {
        width: 100%;
        margin-bottom: 1em;
    }

    .magazine02 .box .whitebox .obi::after {
        border-width: 21px 31px 0 0;
    }

    .magazine02 .box .links {
        display: block;
    }

    .magazine02 .box .links .wrap {
        width: 100%;
    }

    .magazine02 .box .links .wrap p {
        margin: 1em auto;
    }

    .magazine02 .caption {
        margin: 8px auto 0;
    }

    .magazine02 .box .links .ttl {
        width: 100%;
    }
    .magazine02 .box .text-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .magazine02 .box .text-wrap .float-right {
        order: 1;
        width: 100%;
        margin: 1em auto 0;
    }
}