@charset "utf-8";

p {
    line-height: 2;
}

.mainView picture,
.mainView img {
    display: block;
    width: 100%;
}

.inner {
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
}

.page-nav {
    background: #f3faff;
    padding: 64px 0;
}

.page-nav__list {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.page-nav__list__item {
    width: calc(33.3333% - 28px);
}

.page-nav__list__item img {
    width: 100%;
}

.page-nav__list__item:not(:last-child) {
    margin-right: 42px;
}

.page-nav__list__item a {
    display: block;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: relative;
}

.page-nav__list__item a:after {
    content: "";
    background: url(../../../images/pi_gakusyu/basic3/more@2x.png) no-repeat
        center center / cover;
    width: 98px;
    height: 20px;
    position: absolute;
    right: 15px;
    bottom: 10px;
    z-index: 2;
    transition: all 0.2s;
    opacity: 0;
}

.page-nav__list__item a:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.2s;
    opacity: 0;
}

.page-nav__list__item a:hover {
    opacity: 1;
}

.page-nav__list__item a:hover:before,
.page-nav__list__item a:hover:after {
    opacity: 1;
}

.bg-blue {
    background: #f3faff;
}

.secItem {
    padding: 120px 0;
    margin-bottom: 16px;
    background: #fff;
}

.secItem#anc-03 {
    padding-bottom: 0;
}

.secItem__head {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.head__catch {
    font-size: 23px;
    font-weight: bold;
    color: #a29d95;
    line-height: 1.26;
}

.head__name__en {
    font-size: 60px;
    line-height: 1.316;
    font-family: "Roboto", sans-serif;
}

.head__name__ja {
    font-size: 21px;
    font-weight: 400;
}

.secItem__cont {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.secItem__img {
    flex: 1;
    padding-right: 60px;
    position: relative;
}

.secItem__release {
    width: 127px;
    height: 127px;
    background: #e5e9f6;
    border-radius: 50%;
    color: #43608b;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.25em;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 50px;
    top: -75px;
}

.secItem__release .num {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
}

.secItem__release .small {
    font-size: 20px;
    letter-spacing: 0;
}

.secItem__txtbox {
    max-width: 420px;
    padding-top: 40px;
}

.secItem__ttl {
    font-size: 23px;
    font-weight: bold;
    color: #43608b;
    line-height: 1.6;
    padding-bottom: 24px;
}

.secItem__txt {
    font-size: 16px;
    letter-spacing: 0.04em;
}

.secItem__btn__list {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.secItem__btn__item {
    width: calc(33.3333% - 24px);
}

.secItem__btn__item:not(:last-child) {
    margin-right: 36px;
}

.secItem__btn__item .btn {
    width: 100%;
    height: 68px;
    padding-right: 15px;
    line-height: 68px;
    border: 1px solid #57a7e0;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
    text-decoration: none;
    color: #57a7e0;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.2s;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secItem__btn__item .btn svg {
    margin-right: 10px;
}

.secItem__btn__item .btn:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent transparent transparent #57a7e0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    transition: all 0.2s;
}

.secItem__btn__item .btn:hover {
    opacity: 1;
    background: #57a7e0;
    color: #fff;
}

.secItem__btn__item .btn:hover:after {
    border-color: transparent transparent transparent #ffffff;
}

.secItem__btn__item .btn--blue svg .a,
.secItem__btn__item .btn--blue svg .d {
    fill: none;
}
.secItem__btn__item .btn--blue svg .a {
    stroke: #57a7e0;
    stroke-width: 2px;
    transition: all 0.2s;
}

.secItem__btn__item .btn--blue svg .b {
    fill: #57a7e0;
    transition: all 0.2s;
}

.secItem__btn__item .btn--blue svg .c {
    stroke: none;
}

.secItem__btn__item .btn--blue:hover svg .a {
    stroke: #fff;
}

.secItem__btn__item .btn--blue:hover svg .b {
    fill: #fff;
}

/* orange */
.secItem__btn__item .btn--orange {
    background: #f19c2e;
    color: #fff;
    border-color: #f19c2e;
}
.secItem__btn__item .btn--orange:after {
    border-color: transparent transparent transparent #ffffff;
}
.secItem__btn__item .btn--orange:hover {
    background: #fff;
    color: #f19c2e;
}
.secItem__btn__item .btn--orange:hover:after {
    border-color: transparent transparent transparent #f19c2e;
}
.secItem__btn__item .btn--orange svg .a,
.secItem__btn__item .btn--orange svg .b,
.secItem__btn__item .btn--orange svg .c,
.secItem__btn__item .btn--orange svg .e {
    fill: none;
}
.secItem__btn__item .btn--orange svg .a,
.secItem__btn__item .btn--orange svg .b,
.secItem__btn__item .btn--orange svg .c {
    stroke: #fff;
    stroke-width: 2px;
    transition: all 0.2s;
}

.secItem__btn__item .btn--orange svg .a {
    stroke-linecap: round;
}
.secItem__btn__item .btn--orange svg .a,
.secItem__btn__item .btn--orange svg .b {
    stroke-linejoin: round;
}

.secItem__btn__item .btn--orange svg .d {
    stroke: none;
}

.secItem__btn__item .btn--orange:hover svg .a,
.secItem__btn__item .btn--orange:hover svg .b,
.secItem__btn__item .btn--orange:hover svg .c {
    stroke: #f19c2e;
}

@media screen and (max-width: 640px) {
    .inner {
        padding: 0 20px;
    }
    .page-nav {
        padding: 32px 0;
    }

    .page-nav__list {
        display: block;
    }

    .page-nav__list__item {
        width: 100%;
    }

    .page-nav__list__item:not(:last-child) {
        margin-bottom: 24px;
        margin-right: 0;
    }

    .page-nav__list__item a:before,
    .page-nav__list__item a:after {
        content: none;
    }

    .secItem {
        padding: 80px 0;
        margin-bottom: 20px;
    }

    .secItem__head {
        display: block;
        position: relative;
        padding-bottom: 0;
    }

    .head__catch {
        font-size: 20px;
    }

    .head__name__en {
        font-size: 52px;
    }

    .head__name__ja {
        font-size: 18px;
    }

    .secItem__head__right {
        text-align: right;
        position: absolute;
        right: 0;
        bottom: -71px;
    }

    .secItem#anc-02 .secItem__head__right {
        bottom: -118px;
    }

    .secItem#anc-03 {
        margin-bottom: 5px;
    }

    .mark_gooddesign {
        max-width: 95px;
        margin-left: 0;
    }

    .mark_simplestyle {
        max-width: 65px;
        margin-left: 0;
    }

    .secItem__cont {
        display: block;
        padding-bottom: 40px;
    }

    .secItem__img {
        padding-right: 0;
        padding-top: 128px;
    }

    .secItem__release {
        width: 96px;
        height: 96px;
        right: auto;
        left: 0;
        top: 25px;
        font-size: 17px;
        line-height: 1.1;
    }

    .secItem__release .num {
        font-size: 20px;
    }

    .secItem__release .small {
        font-size: 14px;
    }

    .secItem__ttl {
        font-size: 17px;
    }

    .secItem__txt {
        font-size: 14px;
    }

    .secItem__btn__list {
        display: block;
    }

    .secItem__btn__item {
        width: 100%;
    }

    .secItem__btn__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 24px;
    }

    .secItem__btn__item .btn {
        width: 100%;
        height: 64px;
        line-height: 64px;
        font-size: 16px;
    }
}
