@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;800&display=swap');

#onetrust-banner-sdk {
    display: none;
}

.mod_headerbar.fixed {
    max-width: 100%;
    z-index: 22;
}

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
:root {
    --gray: #475258;
    --bg-Lgray2: #dce0e4;
    --bg-gray: #8a8c8e;
    --en: Manrope, sans-serif;
}

.edu-2507 * {
    box-sizing: border-box;
}

.iblock {
    display: inline-block;
}


/* lazy */

.edu-2507 .lazy,
.edu-2507 .ilazy {
    opacity: 0;
    transition: opacity .25s .25s ease;
}

.edu-2507 .lazy.lazyloaded,
.edu-2507 .ilazy.lazyloaded {
    opacity: 1;
}

.edu-2507 figure {
    display: block;
    margin: 0;
    padding: 0;
}

.edu-2507 img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

.edu-2507 section {
    width: 100%;
    margin: 0 auto;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

@media screen and (max-width:767px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }
}

.bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.edu-2507 .en {
    font-family: Manrope, sans-serif;
}

.edu-2507 .strong {
    font-weight: bold;
}

.edu-2507 .fw600 {
    font-weight: 600;
}

.edu-2507 .mtop-1 {
    margin-top: 1em;
}

.edu-2507 .mtop-2 {
    margin-top: 2em;
}

.edu-2507 .mtop-3 {
    margin-top: 3em;
}

.edu-2507 .mtop-4 {
    margin-top: 4em;
}

.edu-2507 .mtop-5 {
    margin-top: min(5em, 5vw);
}

.edu-2507 .mbtm-1 {
    margin-bottom: 1em;
}

.edu-2507 .mbtm-2 {
    margin-bottom: 2em;
}

.edu-2507 .mbtm-3 {
    margin-bottom: 3em;
}

.edu-2507 .mbtm-4 {
    margin-bottom: 4em;
}

.edu-2507 .mbtm-5 {
    margin-bottom: 5em;
}

.edu-2507 .mbtm-6 {
    margin-bottom: 6em;
}

.edu-2507 .spacer4 {
    display: block;
    height: 4em;
}

.edu-2507 .spacer5 {
    display: block;
    height: 5em;
}

.edu-2507 .bg {
    background: #f2f5f2;
}

.edu-2507 .bgwhite {
    background-color: #fff;
}

.edu-2507 a.text-link {
    color: #222;
    text-decoration: underline;
}

.edu-2507 p {
    line-height: 1.8;
}

.edu-2507 .inner {
    padding: min(4em, 12vw) 1.5em;
    max-width: 1200px;
    margin: 0 auto;
}

.edu-2507 .black {
    color: #000;
}


/* ---------------------------------------------------------
contents
----------------------------------------------------------*/

/* contents common ==============================*/
.edu-2507 .center-wrp {
    text-align: center;
    display: block;
    width: 100%;
}

.edu-2507 .title {
    font-size: min(2.3em, 5.2vw);
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}

.edu-2507 .title.title-en {
    display: block;
    width: fit-content;
    color: var(--gray);
    background-color: rgba(71, 82, 88, .2);
    padding: .25em 1em;
    font-size: min(1.6em, 4vw);
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    font-family: var(--en);
    border: 3px solid;
    margin: 2em auto 1em;
}

.edu-2507 .dash-title {
    font-size: min(2em, 5.2vw);
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    position: relative;
    width: fit-content;
    padding: 0 2em;
    margin: 0 auto;
}

.edu-2507 .dash-title::before,
.edu-2507 .dash-title::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 0;
    border-bottom: 1px solid;
    position: absolute;
    top: 50%;
}

.edu-2507 .dash-title::before {
    left: 0;
}

.edu-2507 .dash-title::after {
    right: 0;
}

.edu-2507 .sml {
    font-size: .9em;
}

.edu-2507 .note {
    font-size: min(.9em, 3vw);
    list-style: none;
    display: block;
    width: fit-content;
    margin-inline: auto;
}

.edu-2507 .note .left {
    margin-inline: unset;
}

.edu-2507 .note-right {
    text-align: right;
}

.edu-2507 .note li {
    display: inline-block;
    font-size: min(.85em, 3.5vw);
    line-height: 1.5;
    list-style: none;
    padding-left: 1.5em;
    position: relative;
}

.edu-2507 .note li::before {
    content: '※';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.edu-2507 .graybg {
    background-color: #f3f3f3;
}

.edu-2507 .gray2 {
    color: var(--gray);
}


/* button */
.edu-2507 .btn-wrp {
    width: 100%;
    margin: 2em auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2em;
    text-align: center !important;
}

.edu-2507 .btn {
    display: inline-block;
    width: fit-content;
    min-width: 6em;
    padding: .75em 3.5em;
    margin: 0;
    text-align: center;
    font-size: min(1.5em, 3.5vw);
    color: #222;
    text-decoration: none;
    border-radius: 3em;
    border: 2px solid;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    background-color: rgba(255, 255, 255, .5);
    transition: all .3s;
}

.edu-2507 .btn .sml {
    display: block;
    font-size: .7em;
    margin-bottom: .5em;
}

.edu-2507 .btn:hover {
    background-color: rgba(255, 255, 255, 1);
}

.edu-2507 .arrow-right {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 1.5em;
}

.edu-2507 .arrow-right::before,
.edu-2507 .arrow-right::after {
    content: '';
    display: block;
    height: 0;
    border-bottom: 1px solid;
    position: absolute;
    top: 50%;
    right: 0;
}

.edu-2507 .arrow-right::before {
    width: 100%;
}

.edu-2507 .arrow-right::after {
    width: .75em;
    transform: rotate(20deg);
    transform-origin: bottom right;
}

/* fukidashi */
.edu-2507 .title-line {
    display: inline-block;
    position: relative;
}

.edu-2507 .title.title-line {
    padding: 0 2em;
    margin-bottom: 1em;
    letter-spacing: .05em;
    font-family: var(--en);
}

/* fukidashi2 */
.edu-2507 .fukidashi {
    width: fit-content;
    margin: 0 auto min(2.5em, 8vw);
    padding: 0 .25em .25em;
    color: var(--gray);
    border-bottom: solid 2px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .05em;
    position: relative;
}

.edu-2507 .fukidashi2 {
    font-size: min(1.6em, 4.4vw);
}

.edu-2507 .fukidashi::after {
    content: '';
    display: block;
    width: .5em;
    height: 1.1em;
    border-right: solid 2px var(--gray);
    background-color: var(--bg-Lgray2);
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 1px) rotate(30deg);
    transform-origin: right top;
}

.edu-2507 .fukidashi2::after {
    background-color: #fff;
}

/* triangle */
.edu-2507 .triangle {
    --triangle-h: max(50px, 10vw);
    padding-bottom: calc(var(--triangle-h) - 1em);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--triangle-h)), 50% 100%, 0 calc(100% - var(--triangle-h)));
}

/* image caption */
.edu-2507 figcaption {
    display: block;
    width: 100%;
    font-size: min(1.05em, 3vw);
    line-height: 1.6;
    margin: 1em 0 0;
    z-index: 1;
}

/* hero img ==============================*/
.edu-2507_img-wrp {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 2/1;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

@media screen and (max-width:640px) {
    .edu-2507_img-wrp {
        aspect-ratio: unset;
    }
}

.edu-2507_img-wrp .mainimg {
    position: relative;
}

.edu-2507_img-wrp .mainimg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: rgba(0, 0, 0, .05);
    mix-blend-mode: multiply; */
    z-index: 1;

}

@media screen and (max-width:640px) {
    .edu-2507_img-wrp .mainimg {
        height: auto;
    }
}

.edu-2507_img-wrp .mainimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edu-2507_img-wrp .maintitle-wrp {
    display: inline-block;
    /* width: 60%; */
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s .3s ease;
    pointer-events: none;
    /* color: #fff; */
    z-index: 3;
    padding: 3em 3em 2em;
    background-color: rgba(255, 255, 255, .85);
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}

@media screen and (max-width:767px) {
    .edu-2507_img-wrp .maintitle-wrp {
        position: static;
        width: 100%;
        transform: translate(0, 0);
        padding: 1em 1em 0;
        border-radius: 0;
        background-color: #fbfbfb;
        box-shadow: unset;
    }
}

.edu-2507_img-wrp .maintitle-wrp .maintitle1 {
    display: inline-block;
    font-size: min(1.8em, 4vw);
    font-weight: 600;
    border: 3px solid;
    margin-bottom: 1em;
    padding: .2em 1em;
    white-space: nowrap;
    /* background-color: rgba(71, 82, 88, .5); */
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
}

.edu-2507_img-wrp .maintitle-wrp .maintitle2 {
    font-size: min(3.1em, 5.5vw);
    line-height: 1.5;
    letter-spacing: .05em;
    font-weight: 600;
    text-align: center;
    font-feature-settings: "palt";
    white-space: nowrap;
    /* text-shadow: 0 0 2px rgba(0, 0, 0, .7), 0 0 5px rgba(0, 0, 0, .5); */
}

@media screen and (max-width:767px) {
    .edu-2507_img-wrp .maintitle-wrp .maintitle1 {
        padding: .25em .5em;
        border: 2px solid;
    }
}

.edu-2507 .maintitle-wrp .office-title {
    font-weight: bold;
    font-size: min(1.4em, 4vw);
    padding: .5em;
    position: relative;
    /* text-shadow: 0 0 2px rgba(0, 0, 0, .7), 0 0 5px rgba(0, 0, 0, .5); */
}

.edu-2507 .title-dash {
    position: relative;
    display: inline-block;
}

.edu-2507 .title-dash::before,
.edu-2507 .title-dash::after {
    content: '';
    width: 1em;
    height: 0;
    border-top: 1px solid;
    position: absolute;
    top: 50%;
    /* box-shadow: 0 0 2px 0 rgba(0, 0, 0, .7), 0 0 5px 0 rgba(0, 0, 0, .5); */
}

.edu-2507 .title-dash::before {
    left: -1.5em;
}

.edu-2507 .title-dash::after {
    right: -1.5em;
}

/* profile ==============================*/
.edu-2507 .profile-wrp {
    margin: 5em auto 0;
    background-color: var(--bg-gray);
}

@media screen and (max-width:767px) {
    .edu-2507 .profile-wrp {
        margin: 0 auto;
    }
}

.edu-2507 .profile-wrp .box-img {
    width: min(240px, 33vw);
    z-index: 2;
}

.edu-2507 .profile-wrp .profile {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.edu-2507 .profile-wrp .profile .text-box {
    width: 60%;
}

.edu-2507 .profile-wrp .profile .img-box {
    width: 35%;
}

.edu-2507 .profile-wrp .profile .img-box img {
    display: block;
    border-radius: 10px;
}

@media screen and (max-width:767px) {
    .edu-2507 .profile-wrp .profile .text-box {
        width: 100%;
    }

    .edu-2507 .profile-wrp .profile .img-box {
        width: min(600px, 100%);
        margin: 2em auto 1em;
    }
}

.edu-2507 .profile-wrp .profile .text-box p {
    font-size: min(1.15em, 3.6vw);
    line-height: 2;
    color: #fff;
    font-weight: bold;
}

.edu-2507 .profile-wrp .profile .text-box p.note {
    font-size: min(1em, 3.4vw);
    margin: .5em 0 0;
}

.edu-2507 .profile-wrp .profile .profile-meta {
    display: block;
    font-size: min(.9em, 3vw);
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    margin-top: 1em;
    padding: 0;
}

.edu-2507 .profile-wrp .profile .profile-meta span {
    display: block;
}

.edu-2507 .profile-wrp .profile .profile-meta .profile-en {
    font-size: min(1.2em, 4vw);
    padding: .5em 0;
}

.edu-2507 .profile-wrp .note a {
    color: #eee;
}


/* intro ==============================*/
.edu-2507 .intro-wrp {
    background: var(--bg-Lgray2);
}

.edu-2507 .intro-wrp .inner {
    max-width: 980px;
}

.edu-2507 .intro-img-wrp {
    margin: 3em auto 0;
}

.edu-2507 .intro-wrp .img-box:first-child {
    width: 58%;
}

.edu-2507 .intro-wrp .img-box {
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
}

.edu-2507 .intro-wrp .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edu-2507 .intro-wrp .lead {
    display: block;
    text-align: justify;
    width: 100%;
    max-width: 880px;
    font-size: min(1.2em, 4vw);
    font-weight: bold;
    line-height: 2;
    margin: 1em auto;
    padding: 1em;
}

.edu-2507 .feature-box-wrp {
    /* margin: -1.5em auto 5em; */
    margin: 3em auto 5em;
    gap: .75em 3%;
}

@media screen and (max-width:767px) {
    /* .edu-2507 .feature-box-wrp {
        justify-content: space-between;
    } */

    @media screen and (max-width:600px) {
        .edu-2507 .feature-box-wrp {
            margin: 2em auto 3em;
        }
    }
}

.edu-2507 .feature-box-wrp .feature-box {
    width: 30%;
    padding: 2.5em .5em 2em;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .25);
}

@media screen and (max-width:767px) {
    .edu-2507 .feature-box-wrp .feature-box {
        /* width: 31%; */
        padding: 2em .5em 1.5em;
    }

    @media screen and (max-width:600px) {
        .edu-2507 .feature-box-wrp .feature-box {
            width: 96%;
            margin: 0 auto;
        }
    }
}

.edu-2507 .feature-box-wrp .feature-box h3 {
    font-size: min(1.4em, 4vw);
    font-weight: bold;
}

.edu-2507 .feature-box-wrp .feature-box h3::after {
    content: '';
    display: block;
    width: 1.5em;
    border-top: solid 2px #aaa;
    margin: .8em auto 0;
}

.edu-2507 .feature-box-wrp .feature-box p {
    margin-top: 1em;
    font-size: min(1.05em, 3.8vw);
    font-weight: bold;
    line-height: 1.6;
}

.edu-2507 .feature-box-wrp .feature-box p.note {
    margin-top: .25em;
    font-size: min(.95em, 3.5vw);
    font-weight: normal;
    line-height: 1.4;
}


/* problem-wrp ==============================*/
.edu-2507 .problem-wrp {
    background: var(--bg-Lgray2);
    width: 100%;
    margin: 0 auto;
}

.edu-2507 .problem-wrp .inner {
    max-width: 1100px;
    padding-bottom: 0;
}

.edu-2507 .point-lead {
    font-size: min(1.2em, 4vw);
    font-weight: bold;
}

.edu-2507 .problem-wrp .img-box {
    margin: 3em auto;
}

@media screen and (max-width:767px) {
    .edu-2507 .problem-wrp .img-box {
        margin: 2em auto 1em;
    }
}

.edu-2507 .problem-wrp .img-box img {
    display: block;
    border-radius: 10px;
}

.edu-2507 .problem-wrp .lead {
    display: block;
    text-align: justify;
    width: 100%;
    max-width: 880px;
    font-size: min(1.2em, 4vw);
    font-weight: bold;
    line-height: 2;
    margin: 1em auto;
    padding: 1em;
}

.edu-2507 .comment-title {
    padding: 3em 1em;
    font-size: min(2.4em, 5vw);
    line-height: 1.8;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.edu-2507 .comment-title:first-child {
    padding-top: 1.5em;
}

.edu-2507 .comment-text-wrp {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:767px) {
    .edu-2507 .comment-text-wrp {
        margin-bottom: 2em;
    }
}

.edu-2507 .comment-wrp .spgap3 {
    gap: 3em 0;
}

.edu-2507 .comment-wrp .text-box {
    width: 55%;
}

.edu-2507 .comment-wrp .text-box.text-box-100 {
    width: 100%;
    max-width: 780px;
    margin: 2em auto 0;
    font-weight: bold;
}

.edu-2507 .comment-wrp .text-box a {
    text-decoration: underline;
    color: #547bc9;
    transition: all .3sec;
}

.edu-2507 .comment-wrp .text-box a:hover {
    color: var(--gray);
}

.edu-2507 .comment-wrp .img-box {
    width: 40%;
}

.edu-2507 .comment-wrp img {
    display: block;
    border-radius: 10px;
}

.edu-2507 .comment-wrp img.no-r {
    border-radius: 0;
}

@media screen and (max-width:767px) {
    .edu-2507 .comment-wrp .text-box {
        width: 100%;
        order: 1;
    }

    .edu-2507 .comment-wrp .img-box {
        width: 80%;
        max-width: 600px;
        margin: 1em auto;
        order: 2;
    }
}

.edu-2507 .comment-wrp .text-box .comment {
    position: relative;
    text-align: justify;
    font-size: min(1.3em, 4vw);
    line-height: 2;
    font-weight: normal;
    padding-bottom: 2em;
    margin-block: calc((1em - 1lh) / 2);
}

.edu-2507 .comment-wrp .text-box .comment.strong {
    font-weight: 600;
}

.edu-2507 .comment-wrp .text-box .comment:last-child {
    padding-bottom: 0;
}

.edu-2507 .comment-wrp .text-box .comment .dash {
    display: inline-block;
}

.edu-2507 .comment-wrp .img-box figcaption {
    padding: 1em 0;
    color: #333;
    text-align: center;
}

.edu-2507 .comment-wrp .img-box-columns-2 {
    width: 48%;
}

.edu-2507 .comment-wrp .img-box-columns-3 {
    width: 32%;
}

@media screen and (max-width:767px) {
    .edu-2507 .comment-wrp .img-box-columns-2.sp-w80 {
        width: 80%;
        margin: 1em auto;
    }

    .edu-2507 .comment-wrp .img-box-columns-3 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 2em;
    }

    .edu-2507 .comment-wrp .img-box-columns-2 .caption br,
    .edu-2507 .comment-wrp .img-box-columns-3 .caption br {
        display: none;
    }
}


/* action ==============================*/
.edu-2507 .action-wrp {
    width: 100%;
    margin: 0 auto;
}

.edu-2507 .action-wrp .inner {
    max-width: 980px;
    padding: 0 1em min(4em, 10vw);
}

.edu-2507 .action-wrp .comment-text-wrp {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* tag-wrp */
.edu-2507 .tag-wrp {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5em;
}

.edu-2507 .tag-wrp .tag {
    color: var(--gray);
    border: 2px solid;
    border-radius: 3px;
    font-size: min(1em, 3vw);
    font-weight: bold;
    padding: .5em .5em;
}

/* client details */
.edu-2507 .client-details-wrp {
    width: 100%;
    max-width: 900px;
    margin: 2em auto 5em;
    padding: 0;
}

@media screen and (max-width:767px) {
    .edu-2507 .client-details-wrp {
        padding: 1em;
        margin: 4vw auto 5vw;
    }
}

.edu-2507 .client-details {
    text-decoration: none !important;
    border-radius: 10px;
    overflow: hidden;
}

.edu-2507 .client-details .text-box {
    width: 50%;
    padding: min(3em, 6vw);
    padding-right: 5em;
    text-align: justify;
    background-color: var(--bg-gray);
    position: relative;
}

@media screen and (max-width:767px) {
    .edu-2507 .client-details .text-box {
        padding-right: 6vw;
    }
}

.edu-2507 .client-details .text-box .arrow-right {
    color: #fff;
    font-size: 1.5em;
    top: unset;
    bottom: 10%;
}

.edu-2507 .client-details .text-box .client-title {
    width: fit-content;
    /* padding-right: 3em; */
    margin-bottom: 1.5em;
    font-size: min(1.4em, 4vw);
    line-height: 1.6;
    position: relative;
    color: #fff;
    text-decoration: underline !important;
    text-decoration-color: #fff;
    transition: all .3s;
}

@media screen and (max-width:767px) {
    .edu-2507 .client-details .text-box .client-title {
        margin: 0 auto 1.5em;
    }
}

.edu-2507 .client-details .text-box .client-title .arrow-right {
    font-size: .8em;
}

.edu-2507 .client-details .text-box p {
    color: #fff;
}

.edu-2507 .client-details .img-box {
    width: 50%;
}

.edu-2507 .client-details .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:767px) {
    .edu-2507 .client-details .text-box {
        width: 100%;
    }

    .edu-2507 .client-details .img-box {
        width: 100%;
    }
}

/* item ==============================*/
.edu-2507 .item-wrp {
    background: var(--bg-Lgray2);
    position: relative;
}

.edu-2507 .item-wrp .inner {
    max-width: 980px;
    padding: min(4em, 10vw) 1.5em min(6em, 12vw);
}

.edu-2507 .item-wrp .item-title::after {
    background: var(--bg-Lgray2);
}

.edu-2507 .item-wrp .title {
    margin: 0 0 1em;
}

.edu-2507 .item-wrp .item-box {
    margin: min(3em, 4vw) auto;
}

.edu-2507 .item-wrp .item-box .box1 {
    width: 100%;
}

.edu-2507 .item-wrp .item-box .box2 {
    width: 60%;
    position: relative;
}

.edu-2507 .item-wrp .item-box .box3 {
    width: 39%;
    position: relative;
}

@media screen and (max-width:767px) {
    .edu-2507 .item-wrp .item-box .box3 {
        width: 100%;
    }
}

.edu-2507 .item-wrp .item-box .door-wrp {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3em auto 1em;
}

.edu-2507 .item-wrp .item-box .door-wrp .door-title {
    width: 100%;
    margin-bottom: 1em;
    font-size: min(1.2em, 4vw);
    font-weight: bold;
    position: relative;
    padding-left: 1em;
}

.edu-2507 .item-wrp .item-box .door-wrp .door-title::before {
    content: '';
    width: .5em;
    height: .5em;
    background-color: var(--gray);
    border-radius: 100%;
    position: absolute;
    top: .2em;
    left: 0;
}

.edu-2507 .item-wrp .item-box .door-wrp .door {
    width: calc(100% / 7.8);
}


@media screen and (max-width:767px) {
    .edu-2507 .item-wrp .item-box .door-wrp::after {
        content: '';
        display: block;
        width: calc(100% / 4.6);
    }

    .edu-2507 .item-wrp .item-box .door-wrp .door {
        width: calc(100% / 4.6);
        margin-bottom: 1em;
    }

    .edu-2507 .item-wrp .item-box .box2 {
        width: 100%;
    }

    .edu-2507 .item-wrp .item-box .box2+.box2 {
        margin-top: 3em;
    }

    .edu-2507 .item-wrp .item-box .box2+.box2 {
        margin-top: 4em;
    }
}

.edu-2507 .item-wrp .item-box .lead {
    font-size: min(1.2em, 4vw);
    line-height: 1.8;
    text-align: justify;
}

.edu-2507 .item-wrp .item-box .pop {
    width: 8em;
    height: 8em;
    position: absolute;
    right: 72%;
    top: -2em;
    display: grid;
    place-items: center;
    background-color: #fff;
    border: solid 5px #666;
    border-radius: 100%;
    font-size: 1.1em;
}

@media screen and (max-width:767px) {
    .edu-2507 .item-wrp .item-box .pop {
        /* font-size: 1em; */
        position: static;
        width: 100%;
        height: auto;
        padding: .5em 1em;
        text-align: center;
        margin: 1em auto;
        border-radius: 5px;
    }

    .edu-2507 .item-wrp .item-box .pop br {
        display: none;
    }
}

.edu-2507 .item-wrp .item-box .pop p {
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
}

.edu-2507 .item-wrp .item.pc {
    display: block;
}

.edu-2507 .item-wrp .item.sp {
    display: none;
}

@media screen and (max-width:767px) {
    .edu-2507 .item-wrp .item.pc {
        display: none;
    }

    .edu-2507 .item-wrp .item.sp {
        display: block;
        padding: 0 1.5em 1em;
    }
}

.edu-2507 .item-wrp .text-box .btn-wrp {
    margin-bottom: 0;
}

.edu-2507 .item-wrp .btn {
    width: 48%;
    padding: .75em 3.5em;
    font-size: min(1.2em, 3.6vw);
}

@media screen and (max-width:767px) {
    .edu-2507 .item-wrp .btn {
        width: 100%;
        font-size: min(1.2em, 3.6vw);
    }
}