@charset "UTF-8";
/* ******
KV
****** */
.p-education-kv {
    width: calc(1106 / 1280 * 100vw);
    height: calc(483 / 1280 * 100vw);
    position: relative;
    margin: 0 auto;
}
.p-education-kv__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../img/education/education-kv.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.p-education-kv__contents {
    position: absolute;
    bottom: calc(-188 / 1280 * 100vw);
    left: 50%;
    transform: translateX(-50%);
}
.p-education-kv__title-area {
    background-color: var(--color-primary);
    padding: calc(45 / 1280 * 100vw) calc(20 / 1280 * 100vw) calc(45 / 1280 * 100vw) calc(40 / 1280 * 100vw);
    width: calc(625 / 1280 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-education-kv__title {
    font-size: calc(30 / 1280 * 100vw);
    color: #fff;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
.p-education-kv__title-text {
    font-weight: 700;
    color: #fff;
}
/* ******
education
****** */
.p-education__container {
    width: calc(800 / 1280 * 100vw);
    margin: calc(252 / 1280 * 100vw) auto 0;
}
.p-education__title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc(17 / 1280 * 100vw);
    margin-bottom: calc(16 / 1280 * 100vw);
}
.p-education__title-area {
    background: url('../img/education/title-img.png') no-repeat center center;
    background-size: 100% 100%;
    height: calc(198 / 1280 * 100vw);
    width: calc(186 / 1280 * 100vw);
    position: relative;
}
.p-education__title {
    font-size: calc(18 / 1280 * 100vw);
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: calc(48 / 1280 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.1em;
    width: 100%;
    text-align: center;
}
.p-education__title-text {
    font-size: calc(22 / 1280 * 100vw);
    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: calc(46 / 1280 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.1em;
    width: 100%;
    text-align: center;
}
.p-education__lead-area {
    width: calc(597 / 1280 * 100vw);
}
.p-education__lead {
    font-size: calc(18 / 1280 * 100vw);
    color: var(--color-primary);
    letter-spacing: 0.1em;
    line-height: 2;
}
.p-education__item-area-wrapper {
    border: 1px solid var(--color-primary);
    margin: calc(-30 / 1280 * 100vw) calc(30 / 1280 * 100vw) calc(30 / 1280 * 100vw);
}
.p-education__item-area-wrapper02 {
    border: 1px solid var(--color-primary);
    margin: calc(-30 / 1280 * 100vw) calc(30 / 1280 * 100vw) calc(83 / 1280 * 100vw);
}
.p-education__item-area {
    padding: calc(20 / 1280 * 100vw) calc(30 / 1280 * 100vw);
}
.p-education__item-title {
    font-size: calc(16 / 1280 * 100vw);
    color: var(--color-primary);
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.8;
    margin-bottom: calc(20 / 1280 * 100vw);
    text-align: center;
}
.p-education__item {
    display: flex;
    flex-wrap: wrap;
    gap: calc(20 / 1280 * 100vw) calc(10 / 1280 * 100vw);
}
.p-education__list {
    position: relative;
    padding-left: calc(20 / 1280 * 100vw);
    width: calc(50% - 5 / 1280 * 100vw);
    letter-spacing: 0.08em;
}
.p-education__list02 {
    position: relative;
    padding-left: calc(20 / 1280 * 100vw);
    letter-spacing: 0.15em;
}
.p-education__list::before {
    content: '□';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p-education__list02::before {
    content: '□';
    position: absolute;
    top: 0;
    left: 0;
}
.p-education__title-area02 {
    margin-top: calc(13 / 1280 * 100vw);
    text-align: center;
}
.p-education__title02 {
    font-size: calc(18 / 1280 * 100vw);
    color: var(--color-primary);
    display: inline-block;
    border-bottom: 1px solid var(--color-primary);
    padding-bottom: calc(10 / 1280 * 100vw);
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: calc(34 / 1280 * 100vw);
    font-weight: 700;
}
.p-education__title02::after {
    content: '';
    position: absolute;
    top: calc(-10 / 1280 * 100vw);
    right: calc(-72 / 1280 * 100vw);
    width: calc(62 / 1280 * 100vw);
    height: calc(37 / 1280 * 100vw);
    background-image: url('../img/education/education-img01.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.p-education__text-area {
    padding: 0 calc(30 / 1280 * 100vw);
    margin-bottom: calc(53 / 1280 * 100vw);
}
.p-education__text {
    font-size: calc(18 / 1280 * 100vw);
    letter-spacing: 0.1em;
    line-height: 2;
}
.p-education__text-area03 {
    padding: 0 calc(30 / 1280 * 100vw);
    margin-bottom: calc(87 / 1280 * 100vw);
}
.p-education__item03 {
    display: flex;
    flex-direction: column;
    gap: calc(5 / 1280 * 100vw);
}
.p-education__list03 {
    font-size: calc(18 / 1280 * 100vw);
    letter-spacing: 0.1em;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .p-education-kv__container {
        padding: 0 calc(40 / 390 * 100vw);
    }
    .p-education-kv {
        width: 100%;
        height: calc(271 / 390 * 100vw);
    }
    .p-education-kv__bg {
        background-image: url('../img/education/education-kv-sp.webp');
    }
    .p-education-kv__contents {
        bottom: calc(-283 / 390 * 100vw);
    }
    .p-education-kv__title-area {
        padding: calc(22 / 390 * 100vw);
        width: calc(312 / 390 * 100vw);
    }
    .p-education-kv__title {
        font-size: calc(24 / 390 * 100vw);
    }
    .p-education__container {
        width: 100%;
        margin: calc(351 / 390 * 100vw) auto 0;
    }
    .p-education__contents {
        padding: 0 calc(40 / 390 * 100vw);
    }
    .p-education__title-wrapper {
        flex-direction: column;
        gap: calc(21 / 390 * 100vw);
        margin-bottom: calc(31 / 390 * 100vw);
    }
    .p-education__title-area {
        height: calc(198 / 390 * 100vw);
        width: calc(186 / 390 * 100vw);
    }
    .p-education__title {
        font-size: calc(18 / 390 * 100vw);
        top: calc(48 / 390 * 100vw);
    }
    .p-education__title-text {
        font-size: calc(22 / 390 * 100vw);
        bottom: calc(46 / 390 * 100vw);
    }
    .p-education__lead-area {
        width: 100%;
    }
    .p-education__lead {
        font-size: calc(18 / 390 * 100vw);
    }
    .p-education__item-area-wrapper {
        margin: calc(0 / 390 * 100vw) calc(0 / 390 * 100vw) calc(30 / 390 * 100vw);
    }
    .p-education__item-area-wrapper02 {
        margin: calc(0 / 390 * 100vw) calc(0 / 390 * 100vw) calc(36 / 390 * 100vw);
    }
    .p-education__item-area {
        padding: calc(15 / 390 * 100vw) calc(15 / 390 * 100vw);
    }
    .p-education__item-title {
        font-size: calc(16 / 390 * 100vw);
        margin-bottom: calc(10 / 390 * 100vw);
    }
    .p-education__item {
        gap: calc(5 / 390 * 100vw) calc(10 / 390 * 100vw);
    }
    .p-education__list {
        padding-left: calc(20 / 390 * 100vw);
        width: 100%;
        letter-spacing: 0.1em;
        line-height: 1.6;
    }
    .p-education__list02 {
        padding-left: calc(20 / 390 * 100vw);
        letter-spacing: 0.1em;
        line-height: 1.6;
    }
    .p-education__title-area02 {
        text-align: left;
        margin-top: calc(13 / 390 * 100vw);
    }
    .p-education__title02 {
        font-size: calc(16 / 390 * 100vw);
        padding-bottom: calc(10 / 390 * 100vw);
        margin-bottom: calc(34 / 390 * 100vw);
    }
    .p-education__title02::after {
        top: calc(16 / 390 * 100vw);
        right: calc(-34 / 390 * 100vw);
        width: calc(62 / 390 * 100vw);
        height: calc(37 / 390 * 100vw);
    }
    .p-education__title02.career::after {
        top: calc(-10 / 390 * 100vw);
        right: calc(-72 / 390 * 100vw);
    }
    .p-education__text-area {
        padding: 0;
        margin-bottom: calc(53 / 390 * 100vw);
    }
    .p-education__text {
        font-size: calc(18 / 390 * 100vw);
    }
    .p-education__text-area03 {
        padding: 0;
        margin-bottom: calc(87 / 390 * 100vw);
    }
    .p-education__item03 {
        gap: calc(5 / 390 * 100vw);
    }
    .p-education__list03 {
        font-size: calc(18 / 390 * 100vw);
    }
}







@media screen and (min-width: 1281px) {
    .p-education-kv {
        width: 1106px;
        height: 483px;
    }
    .p-education-kv__contents {
        bottom: -188px;
    }
    .p-education-kv__title-area {
        padding: 45px 20px 45px 40px;
        width: 625px;
    }
    .p-education-kv__title {
        font-size: 30px;
    }
    .p-education__container {
        width: 800px;
        margin: 252px auto 0;
    }
    .p-education__title-wrapper {
        gap: 17px;
        margin-bottom: 16px;
    }
    .p-education__title-area {
        height: 198px;
        width: 186px;
    }
    .p-education__title {
        font-size: 18px;
        top: 48px;
    }
    .p-education__title-text {
        font-size: 22px;
        bottom: 46px;
    }
    .p-education__lead-area {
        width: 597px;
    }
    .p-education__lead {
        font-size: 18px;
    }
    .p-education__item-area-wrapper {
        margin: -30px 30px 30px;
    }
    .p-education__item-area-wrapper02 {
        margin: -30px 30px 83px;
    }
    .p-education__item-area {
        padding: 20px 30px;
    }
    .p-education__item-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .p-education__item {
        gap: 20px 10px;
    }
    .p-education__list {
        padding-left: 20px;
        width: calc(50% - 5px);
    }
    .p-education__list02 {
        padding-left: 20px;
    }
    .p-education__title-area02 {
        margin-top: 13px;
    }
    .p-education__title02 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 34px;
    }
    .p-education__title02::after {
        top: -10px;
        right: -72px;
        width: 62px;
        height: 37px;
    }
    .p-education__text-area {
        padding: 0 30px;
        margin-bottom: 53px;
    }
    .p-education__text {
        font-size: 18px;
    }
    .p-education__text-area03 {
        padding: 0 30px;
        margin-bottom: 87px;
    }
    .p-education__item03 {
        gap: 5px;
    }
    .p-education__list03 {
        font-size: 18px;
    }
}