body {
    overflow: hidden;
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    color: #303030;
}

body.hidden {
    height: 100svh;
}

img {
    width: 100%;
    display: block;
}

sup {
    font-size: 0.7em;
    vertical-align: top;
}

a:hover {
    opacity: 0.7;
}

.c-key {
    color: #c64147;
}

.bg_c-key,
section.reason .stripe_p.links .btn a:hover,
.slider.type2 .item.student:hover .btn a,
section.one-step .btn.flex a:hover:before,
footer .links.flex.wrap a:hover {
    background-color: #c64147;
}

.c-p {
    color: #ff377f;
}

.cardo {
    font-family: 'Cardo', serif;
}

.notojp {
    font-family: 'Noto Sans JP', sans-serif;
}

.bebas {
    font-family: 'Bebas Neue', sans-serif;
}

.zenmaru {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
}

.bg_w {
    background: #fff;
}

.bg_w.op05 {
    background: rgba(255, 255, 255, 0.5);
}

.flex {
    display: flex;
}

.flex.wrap {
    flex-wrap: wrap;
}

.stripe {
    width: 50%;
    height: 9.375em;
    background: repeating-linear-gradient(-45deg, rgba(255, 242, 140, 1), rgba(255, 242, 140, 1) 0.5em, rgba(255, 248, 191, 1) 0, rgba(255, 248, 191, 1) 1em);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: relative;
}

.stripe.right {
    width: 50%;
    background: #e8e4e4;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    z-index: 2;
}

.dec2 .stripe {
    background: #e8e4e4;
}

.dec2 .stripe.right {
    background: repeating-linear-gradient(-45deg, rgba(255, 242, 140, 1), rgba(255, 242, 140, 1) 0.5em, rgba(255, 248, 191, 1) 0, rgba(255, 248, 191, 1) 1em);
}

.stripe_y {
    background: repeating-linear-gradient(-45deg, rgba(255, 242, 140, 1), rgba(255, 242, 140, 1) 0.5em, rgba(255, 248, 191, 1) 0, rgba(255, 248, 191, 1) 1em);
}

.stripe_y.op05 {
    background: repeating-linear-gradient(-45deg, rgba(255, 242, 140, 0.5), rgba(255, 242, 140, 0.5) 0.5em, rgba(255, 248, 191, 0.5) 0, rgba(255, 248, 191, 0.5) 1em);
}

.stripe_p {
    background: repeating-linear-gradient(-45deg, rgba(243, 212, 225, 1), rgba(243, 212, 225, 1) 0.25em, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0.5em);
}


.accbox label {
    display: block;
    cursor: pointer;
    transition: all 0.5s;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked+label+.accshow {
    height: auto;
    opacity: 1;
}


header {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100svh;
    pointer-events: none;
    padding: 0;
    box-sizing: border-box;
}

header .logo {
    width: 19.875em;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 1s top;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(345deg) brightness(300%) contrast(101%);
}



section.fv {
    position: relative;
    padding-bottom: 16.7em;
    padding: 0 0 7em;
    height: 100svh;
}

header.active .logo {
    top: 0.2em;
    transform: translate(-50%, 0%);
}

section.active.fv {
    height: fit-content;
}

section.fv:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/fv_bg.webp) top center/75em;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    animation: bg 120s infinite linear;
    will-change: transform, animation, position;
}

@keyframes bg {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 150em -150em;
    }
}

section.fv:after {
    content: '';
    display: block;
    width: 31.5em;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #333333;
    z-index: -2;
}

.fv hgroup>* {
    position: absolute;
}

.fv hgroup h1 {
    right: 47.2%;
    transform: translateX(50%);
    top: -5em;
    z-index: 1;
    width: 35.75em;
}

.fv hgroup .sub {
    width: 29.375em;
    left: 50%;
    transform: translateX(-50%);
    top: -7em;
    filter: drop-shadow(-8px 8px 4px rgba(0, 0, 0, 0.4));
    z-index: 1;
}

.fv hgroup .ninka {
    width: 8.375em;
    left: auto;
    right: 4.875em;
    top: 15em;
    filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.4));
    transition: 0.8s 1s opacity, 0s right, 0s top;
}

.fv hgroup .btn.flex {
    align-items: center;
    justify-content: center;
    background: none;
    z-index: 10;
    bottom: 8em;
    left: 16em;
    padding: 0;
    width: 55%;
}

.fv hgroup .btn.flex a {
    width: 22.375em;
    margin: 0 1em;
    filter: drop-shadow(0.3em 0.1em 0.3em rgba(0, 0, 0, 0.3));
}

.fv .mv {
    max-width: 61.25em;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.fv .mv .on {
    position: absolute;
    top: 0;
    z-index: 1;
}

.fv .mv img {
    transition: 0.8s transform, 1s opacity;
    opacity: 0;
    transition-delay: 1s;
    transform: scale(1.5);
}

section.fv.active .mv img {
    opacity: 1;
    transform: scale(1);
}

.fv .dec {
    filter: drop-shadow(0 -6px 6px rgba(0, 0, 0, 0.6));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transform: translateY(50%);
    opacity: 0;
    transition: 0.8s transform, 0.8s opacity;
    z-index: 1;
}

.fv .dec .triangle_c {
    background: #C64147;
    background: linear-gradient(171deg, rgba(198, 65, 71, 1) 0%, rgba(214, 94, 73, 1) 100%);
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    width: 100%;
    height: 14.6875em;
    filter: drop-shadow(2px 4px 6px black);
}

.fv .dec .triangle_w {
    background: #fff;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    width: 105%;
    height: 14.6875em;
    margin-left: -2.5%;
}

.fv .dec.item01 {
    bottom: 10%;
    z-index: 1;
}

.fv .dec.item02 .txt {
    background: #fff;
    border: 1px solid #fff;
    padding: 0 0 2em;
    text-align: center;
    margin-top: -1px;
}

.fv .dec.item02 .txt p {
    width: 47.75em;
    margin: 0 auto;
}

.fv .dec.item02 .txt p:first-child {
    position: relative;
    z-index: 1;
    margin-top: -1.2em;
}

.start {
    stroke: url(#gradient);
    stroke-dasharray: 300;
    stroke-width: 1;
    fill: url(#gradient);
    animation: lineAndFill 3000ms ease-out 1 forwards;
}

svg.svgAnimation {
    transform: translateX(-50%) rotate(-10.6deg);
    top: 6.6em;
    width: 120%;
    left: 50%;
    opacity: 0;
    position: absolute;
    transition: 0.5s opacity;
}

svg.svgAnimation.start {
    opacity: 0.25;
}

@keyframes lineAndFill {
    0% {
        stroke-dashoffset: 300;
        fill-opacity: 0;
        opacity: 1;
    }

    90% {
        stroke-dashoffset: 0;
        fill-opacity: 0;
        opacity: 1;
    }

    100% {
        fill-opacity: 1;
        opacity: 0.25;
    }
}

section.fv.active .dec {
    transform: translateY(0%);
    opacity: 1;
}

.fv .dec.item01 {
    transition-delay: 0.2s;
}

section.intro {
    width: 100%;
    background: #fff;
    padding: 0;
    position: relative;
    z-index: 1;
    margin-top: -14px;
}

.fv.active hgroup h1 {
    top: 10em;
}

.fv hgroup>* {
    opacity: 0;
    transition: 0.8s opacity, 0.8s transform, 0.8s top, 0.8s right;
    transition-delay: 1s;
}

.fv.active hgroup>* {
    opacity: 1;
}

.fv.active hgroup .sub {
    top: 4.2em;
}

.float {
    position: absolute;
    right: 5.55em;
    top: 24em;
    pointer-events: none;
    opacity: 0;
    transition: 0.8s 1s opacity;
    z-index: 999;
}

section.fv.active .float {
    pointer-events: auto;
    opacity: 0;

}

.float.active {
    position: fixed;
    bottom: 1em;
    top: auto;
    animation: float 1000ms ease-out 1 forwards;
    right: 1em;
}

.float a {
    display: block;
    margin: 0.5em auto;
    filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.4));
    width: 7em;
    max-width: 112px;
}

@keyframes float {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



section.intro .top>p {
    font-size: 1.625em;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.3em;
}

section.intro .top .check {
    max-width: 61.125em;
    width: 98%;
    margin: 1em auto;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

section.intro .top .check li p {
    font-size: 1.375em;
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
    position: relative;
    padding-left: 1.5em;
    letter-spacing: 0px;
}

section.intro .top .check li {
    box-sizing: border-box;
    border: 0.25em solid;
    padding: 1.5em 0;
    width: calc(100%/3 - 0.5%);
    border-radius: 1.1em;
    background: #fff;
}

section.intro .top .check li p:before {
    content: '';
    width: 1.27em;
    height: 1.27em;
    display: block;
    background: url("../img/check_ic.webp") no-repeat center/contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.3em;
}

section.intro .top .check li:nth-child(2) p:before {
    left: 0.7em;
}

section.intro .top .check li:nth-child(3) p {
    padding-left: 2em;
}

section.intro .top .check li:nth-child(2) p {
    padding-left: 0.8em;
}

.bg_black {
    background: #303030;
}

section.intro .top .bg_black {
    color: #fff;
    font-size: 1.375em;
    text-align: center;
    font-weight: 700;
    padding: 4em 0 2em;
    margin-top: -3.4em;
    position: relative;
    z-index: -1;
}

section.intro .btm .txt p {
    font-size: 1.375em;
    font-weight: 500;
    line-height: 2.1;
}

section.intro .btm .txt p sup {
    font-size: 0.775em;
    vertical-align: top;
}

section.intro .btm .txt p .bg_yellow {
    background: #ffe200;
    font-weight: 700;
    padding: 0.2em 0.9em;
    display: inline-block;
    margin: 0.2em;
    margin-left: 0;
}

section.intro .btm .txt p .lrg {
    display: block;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.5;
    margin: 0.9em 0;
}

section.intro .btm .txt {
    padding: 4em 0 9.9em;
    margin: 0 auto;
    margin-left: 45%;
}

section.intro .btm {
    background: url(../img/intro_bg.jpg?set2) no-repeat center top/cover;
}

section.dream_job h2 {
    width: 21.125em;
    margin: 0 auto;
    padding: 2.5em 0 0em;
}

section.dream_job hgroup {
    border-radius: 50%;
    width: 37em;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 1.4em 0 0;
    background: none;
    position: relative;
    z-index: 1;
}

hgroup p.sm {
    font-size: 0.625em;
    font-weight: 500;
}

section.dream_job hgroup p.sm {
    text-align: center;
}

section.dream_job {
    margin-top: -9.2em;
    position: relative;
    z-index: 1;
}

section.dream_job .btn.flex {
    padding-bottom: 18em;
}

section.dream_job .stripe_y {
    padding: 6.7em 0 4.7em;
    position: relative;
    margin-top: -4.1em;
}

section.dream_job:before {
    content: '';
    display: block;
    width: 38.8em;
    padding: 9.8em 0;
    background: repeating-linear-gradient(-45deg, rgba(255, 242, 140, 1), rgba(255, 242, 140, 1) 0.5em, rgba(255, 248, 191, 1) 0, rgba(255, 248, 191, 1) 1em);
    border-radius: 50%;
    position: absolute;
    top: 0.1em;
    left: 0;
    right: 0;
    margin: 0 auto;
}

section.dream_job .stripe_y ul.zenmaru p {
    font-size: 1.25em;
    text-align: center;
    line-height: 1.2;
}

section.dream_job .stripe_y ul.zenmaru {
    color: #c64147;
    justify-content: center;
    width: 71.2%;
    margin: 0 auto;
    max-width: 698px;
    gap: 0 2%;
}

section.dream_job .stripe_y ul.zenmaru li {
    border: 2px solid;
    border-radius: 0.5em;
    width: calc(100% / 3 - 1.5%);
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 0.9em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    min-height: 5.25em;
}

section.dream_job .stripe_y ul.zenmaru li:nth-child(3n - 1) {
    margin: 0 auto 0.9em;
}

section.dream_job .slider .item {
    background: #fff;
    padding: 6em 1em;
    text-align: center;
    margin: 1em;
}

.slick-list {}

.slick-dots li button {
    font-size: 1em;
    width: 0.75em;
    height: 0.75em;
    padding: 0;
    margin: 0 auto;
}

.slick-dots {
    bottom: -1.7em;
}

.slick-dots li {
    width: 0.75em;
    height: 0.75em;
    margin: 0 0.7em;
}

.slick-dots li button:before {
    content: '';
    background: #303030;
    opacity: 1;
    width: 0.75em;
    height: 0.75em;
    border-radius: 50%;
    font-size: 1em;
    padding: 0;
    box-sizing: border-box;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #c64147;
}

.slider {
    max-width: 61.25em;
    margin: 0 auto 0 !important;
    width: 82%;
}

.slider.type2 {
    max-width: 100%;
    width: 100%;
}

.slider.type3 .slick-prev:before,
.slider.type3 .slick-next:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.25em 0 1.25em 1.25em;
    border-color: transparent transparent transparent #303030;
}

.slider.type4 {
    width: 100%;
    max-width: 100%;
}

button.slick-arrow {
    color: #000;
    z-index: 1;
    font-size: 1em;
    color: transparent;
    width: 1.625em;
    height: 2.0625em;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
    font-size: 1em;
    width: 1.625em;
    height: 2.0625em;
    display: block;
    content: '';
    background: url(../img/arrow_ic.svg) no-repeat center/contain;
    opacity: 1;
}

.slick-prev:before {
    transform: scale(-1, 1);
}

.slick-prev {
    left: -2.5em;
}

.slick-next {
    right: -2.5em;
}

.btn.flex {
    align-items: center;
    justify-content: center;
    padding: 4em 0;
    background: #fff;
}

.btn.flex a {
    width: 22.375em;
    margin: 0 1em;
    filter: drop-shadow(0.3em 0.1em 0.3em rgba(0, 0, 0, 0.3));
}

section.interviews,
section.reason .school dt {
    background: #C64147;
    background: linear-gradient(171deg, rgba(198, 65, 71, 1) 0%, rgba(214, 94, 73, 1) 100%);
}

section.interviews {
    padding: 3em 0 6em;
    margin-top: -0.1em;
    position: relative;
    z-index: 1;
}

.interviews hgroup {
    position: relative;
}

.interviews hgroup .dec {
    width: 25em;
    display: block;
    position: absolute;
    top: -18em;
    left: 50%;
    transform: translateX(-50%);
}

.interviews h2 {
    width: 40.25em;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.slider.type2 button.slick-arrow,
.slider.type2 .slick-prev:before,
.slider.type2 .slick-next:before {
    width: 0.875em;
    height: 1.75em;
}

.slider.type2 .slick-prev:before,
.slider.type2 .slick-next:before {
    background: url(../img/arrow_ic2.svg) no-repeat center/contain;
}

.slider.type2 .item {
    margin: 0 1.8125em;
    /* max-width: 27em; */
    transition: 0.2s transform;
    pointer-events: none;
}

.slider.type2 .item.slick-active {
    pointer-events: all;
}

section.interviews .slider.type2 {
    margin: 1.6em auto 0 !important;
}

section.interviews .slider.type2 .slick-list {
    overflow: visible;
}

.slider.type2 button.slick-arrow {
    transform: translate(-50%, -160%);
}

.slider.type2 button.slick-next {
    left: calc(50% + 24%);
}

.slider.type2 button.slick-prev {
    left: calc(50% + -24%);
}

.slider.type2 .slick-prev:after,
.slider.type2 .slick-next:after {
    content: '';
    display: block;
    width: 2.8em;
    height: 2.8em;
    background: #303030;
    border-radius: 50%;
    position: absolute;
    top: -33%;
    left: -125%;
    transform: scale(0);
    z-index: -1;
    transition: 0.2s transform, 0.2s opacity;
    transform-origin: center;
    opacity: 0;
}

.slider.type2 .slick-prev:after {
    left: -85%;
}

.slider.type2 .slick-prev:hover:after,
.slider.type2 .slick-next:hover:after {
    transform: scale(1);
    opacity: 1;
}

.slider.type2 .item.student .img p {
    color: #fff;
    border-left: 1px solid;
    padding: 1.2em 1em 0;
    margin: 0 0 1em 1em;
    font-size: 1.125em;
    font-weight: 500;
}

.slider.type2 .item.student .img p .sm {
    font-size: 0.833em;
    margin-right: 0.8em;
}

.slider.type2 .item.student a {
    text-decoration: none;
}

.slider.type2 .item.student a:hover {
    opacity: 1;
}

.slider.type2 .item.student:hover {
    transform: scale(1.05);
}

.slider.type2 .item.student .btn a {
    display: block;
    background: #303030;
    color: #fff;
    text-align: center;
    padding: 1em;
    font-weight: 500;
    border-radius: 3em;
    position: relative;
    line-height: 1.4;
    transition: 0.2s background;
}

.slider.type2 .item.student .btn a:after {
    content: '';
    display: inline-block;
    width: 1.25em;
    height: 1.125em;
    background: url(../img/modal_ic.svg) no-repeat center/contain;
    vertical-align: sub;
    margin-left: 2em;
}

section.reason,
section.graduate,
section.lecturers,
section.one-step,
footer {
    background: #fff;
}

section.reason {
    padding: 2.5em 0 0;
}

section.reason hgroup h2 {
    width: 46.875em;
    margin: 0 auto;
}

section.reason hgroup {
    position: relative;
    margin-bottom: -5.9em;
    z-index: 1;
}

section.reason hgroup p.sm {
    position: absolute;
    left: calc(50% + 23.3em);
    transform: translateX(-50%);
    top: 23em;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
}

section.reason hgroup:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50vw 4.6875em 50vw;
    border-color: transparent transparent #fffef8 transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -3.4em;
}

section.reason article {
    padding: 3em 0;
}

section.reason article:nth-of-type(odd) {
    background: #fffef8;
    padding: 7.375em 0;
    margin: -4.6875em 0;
}

section.reason article h3 {
    font-size: 3.125em;
    line-height: 1.25;
}

section.reason article h3 .sm {
    font-size: 0.64em;
    display: inline-block;
}

section.reason article>.flex.con {
    align-items: flex-start;
    justify-content: center;
    margin: 1em 0;
}

section.reason article>.flex .img {
    width: calc(50% - 1.25em);
    margin-left: 1.25em;
    height: 25em;
    position: relative;
    /* overflow: hidden; */
}

section.reason article>.flex .img.cover img,
section.reason article>.flex .img span.bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
}

section.reason article>.flex .img span.sm.on {
    width: 14em;
    display: block;
    position: absolute;
    left: 0;
    top: 14.5em;
}

section.reason article>.flex .img span.bg {
    height: 19.5em;
    display: block;
    width: 90%;
    margin: 0 0 0 auto;
}

section.reason article.article04>.flex .img span.sm.on {
    width: 13.125em;
    left: auto;
    right: 0;
    top: 0;
}

section.reason article.article04>.flex .img span.bg {
    margin: 4em auto 0 0;
    width: calc(100% - 8em);
}

section.reason article.article04>.flex .img span span.txt {
    text-align: right;
    margin: 0.5em 0;
    display: block;
    font-size: 0.875em;
}

section.reason article>.flex .ttl {
    width: 50%;
    box-sizing: border-box;
    max-width: 37em;
    margin: 0 0 0 auto;
    padding: 0 1em;
}

section.reason article>.flex.right .ttl {
    order: 1;
    margin: 0 auto 0 0;
}

section.reason article>.flex.right .img {
    margin-right: 1.25em;
    margin-left: 0;
}

section.reason article>.flex .ttl .txt {
    font-size: 1em;
    line-height: 1.75;
    margin: 1em 0;
    max-width: 30em;
    text-align: justify;
}

section.reason article h3 .number {
    width: 10.5em;
    display: block;
    font-size: 0.32em;
    margin-bottom: 0;
}

section.reason .stripe_p {
    max-width: 62.5em;
    width: 90%;
    margin: 4em auto 2em;
    box-sizing: border-box;
    padding: 1em;
}

section.reason .stripe_p.links h4 {
    font-size: 1.125em;
    font-weight: 700;
    border-left: 0.28em solid #c64147;
    padding: 0.2em 1em;
    position: relative;
}

section.reason .stripe_p.links h4:after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: translateY(-0.25em) rotate(45deg);
    margin: 0 1.2em;
    transition: 0.5s transform;
}

.cssacc:checked+label h4:after {
    transform: translateY(0.45em) rotate(-135deg) !important;
}

section.reason .stripe_p .bg_w {
    padding: 1.4em 2em;
    box-sizing: border-box;
}

section.reason .stripe_p.links .btn {
    margin: 1em auto 0;
    justify-content: space-between;
    text-align: center;
    padding: 0;
    width: 98%;
}

section.reason .stripe_p.links .btn a {
    width: calc(100%/2 - 1%);
    margin: 0.5em 0;
    text-decoration: none;
    color: #fff;
    background: #303030;
    padding: 1.3em 1.6em;
    padding-right: 2em;
    box-sizing: border-box;
    border-radius: 0.7em;
    font-size: 1.25em;
    position: relative;
    transition: 0.2s background;
}

section.reason .stripe_p.links .btn a:hover {
    opacity: 1;
}

section.reason .stripe_p.links .btn a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5em 0 0.5em 0.7em;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
}

section.reason .sub {
    max-width: 71.5em;
    margin: 0 auto;
}

section.reason .sub ul {
    font-size: 0.625em;
    font-weight: 500;
    line-height: 1.4;
}

section.reason .results {
    max-width: 62.5em;
    margin: 4.3em auto;
    box-sizing: border-box;
    padding: 2.5em;
    border-radius: 1.5em;
    width: 90%;
    line-height: 1.5;
}

section.reason .results ul {
    max-width: 96%;
    margin: 0 auto;
    font-size: 1.25em;
}

section.reason .results ul li span {
    font-weight: bold;
}

section.reason .results ul li {
    margin: 0.5em 0.5em 0;
    padding-left: 1.3em;
    text-indent: -1.3em;
}

section.reason .results h4 {
    font-size: 1.525em;
    text-align: center;
    margin: 0 auto 1.5em;
    font-weight: 500;
    width: fit-content;
    padding: 0 3em;
    position: relative;
}

section.reason .results h4:before,
section.reason .results h4:after {
    content: '///';
    width: 1.8em;
    height: 1em;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    font-weight: 400;
    line-height: 1em;
    transform: translateY(-50%) skew(-28deg);
}

section.reason .results h4:before {
    left: 0;
}


ul.step {
    counter-reset: number 0;
}

ul.step li:before {
    counter-increment: number 1;
    content: "\203B" counter(number) "";
    position: absolute;
    left: 0;
    top: 0;
}

ul.step li {
    position: relative;
    padding-left: 2.4em;
}

ul.step.none li:before {
    content: "\203B";
}

ul.step.none li {
    padding-left: 1.4em;
}

section.reason .article02>.flex .img span.dec {
    width: 20.9375em;
    display: block;
    position: absolute;
    bottom: -6.8em;
    right: 4em;
}

section.reason .article02>.flex .img {
    margin-bottom: 4em;
}

section.reason article h3 .sm+.sm {
    display: block;
    margin-top: 0.2em;
}

section.reason .article03 h3 .number {
    margin-bottom: 1em;
}

section.reason article .bfaf {
    max-width: 61em;
    margin: 7em auto 0;
    width: 81%;
}

section.reason article .bfaf h4 {
    font-size: 1.9375em;
    color: #666;
    font-weight: 700;
    padding: 0.6em 0;
    text-align: center;
    margin: 1em auto;
    position: relative;
}

section.reason article .bfaf h4 .sm {
    font-size: 0.8em;
    color: #303030;
    margin-right: 0.5em;
}

section.reason article .bfaf h4:before,
section.reason article .bfaf h4:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: rgb(110, 110, 110);
    background: linear-gradient(93deg, rgba(110, 110, 110, 1) 50%, rgba(228, 58, 123, 1) 50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

section.reason article .bfaf h4:before {
    top: 0;
}

section.reason article .bfaf .flex>* {
    position: relative;
    margin: 0;
    z-index: 1;
    box-sizing: border-box;
}

section.reason article .bfaf .flex>* .img:before,
section.reason article .bfaf .flex>* .img:after {
    content: '';
    display: block;
}

section.reason article .bfaf .flex>* .img:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14.625em 16em 0 0;
    border-color: #6e6e6e transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

section.reason article .bfaf .flex>.after .img:after {
    border-color: #e43a7b transparent transparent transparent;
}

section.reason article .bfaf .flex {
    justify-content: space-between;
    width: 82%;
    margin: 0 auto;
    position: relative;
}

section.reason article .bfaf .flex:before {
    content: '';
    display: block;
    width: 4.125em;
    height: 1.375em;
    background: url(../img/arrow_ic3.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.reason article .bfaf .flex>* .img {
    width: 16.625em;
    position: relative;
    padding: 2.5em;
    padding-right: 1em;
    padding-bottom: 0;
    margin: 0 0 0 auto;
}

section.reason article .bfaf .flex>* .img:before {
    color: #fff;
    font-weight: 500;
    font-size: 1.3125em;
    left: 0.7em;
    top: 0.5em;
    position: absolute;
}

section.reason article .bfaf .flex>.before .img:before {
    content: 'Before';
}

section.reason article .bfaf .flex>.after .img:before {
    content: 'After';
}

section.reason article .bfaf .flex>* .txt span {
    display: block;
    padding: 0.5em 1em;
    margin: 0 1.1em 0.5em;
    background: #ffea45;
    width: fit-content;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

section.reason article .bfaf .flex>* .txt span+span {
    text-align: right;
    margin: 0 0 0 auto;
}

section.reason article .bfaf .flex>* .img a {
    position: relative;
    display: block;
}

section.reason article .bfaf .flex>* .img a:before {
    content: '';
    display: block;
    width: 3.5em;
    height: 3.5em;
    background: url(../img/modal_ic2.svg) no-repeat center/contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s transform, 0.2s filter;
    z-index: 1;
}

section.reason article .bfaf .flex>* .img a:hover {
    opacity: 1;
}

section.reason article .bfaf .flex>* .img a:hover:before {
    transform: translate(-50%, -50%) scale(1.2);
}

section.reason article .bfaf .flex>.before .img a:hover:before {
    /* filter: none; */
}

section.reason article .bfaf .flex>.before .img a:before {
    filter: invert(0%) sepia(1%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

section.reason article .bfaf .flex>* .img a:hover:before {
    filter: invert(0%) sepia(1%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(200%);
}

section.reason article .bfaf .flex>* .img a:hover img {
    transform: scale(1.04);
}

section.reason article .bfaf .flex>* .img a img {
    transition: 0.2s transform;
}

section.reason article .bfaf .more_btn {
    margin: 4em auto 0;
    width: 17.25em;
}

section.reason .stripe_p.support .txt {
    font-size: 1em;
    line-height: 1.6;
    max-width: 47.4%;
    margin-right: auto;
    text-align: justify;
    padding-right: 1.4em;
}

section.reason .stripe_p.support h4 {
    font-size: 1.375em;
    padding: 0.5em;
    border: none;
    background: #303030;
    color: #fff;
    text-align: center;
    width: 12em;
    margin-bottom: 0.8em;
    box-sizing: border-box;
}

section.reason .stripe_p.support .img {
    margin-top: -6.425em;
}

section.reason article>.flex .img.map {
    width: 33.75em;
    margin: 0 auto 0 0;
    position: relative;
    transform: translateX(2em);
    height: auto;
}

section.reason article>.flex .img.map .school dl>div {
    position: absolute;
}

section.reason article>.flex .img.map .school dt {
    color: #ffff;
    text-align: center;
    font-weight: 500;
    padding: 0.3em;
    line-height: 1.2;
    border-radius: 0.4em;
    margin-bottom: 0.1em;
    min-width: 13.825em;
}

section.reason article>.flex .img.map .school dd .sub {
    font-size: 0.625em;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 0.7em;
}

section.reason article>.flex .img.map .school dd {
    line-height: 1.4;
    padding: 0.4em;
    font-weight: 500;
}

section.reason article>.flex .img.map .school dd p {
    font-size: 0.75em;
}

section.reason article>.flex .img.map .school dl>div:nth-child(1) {
    top: 7.9em;
    left: -0.7em;
}

section.reason article>.flex .img.map .school dl>div:nth-child(2) {
    top: 6em;
    right: -1.1em;
}

section.reason article>.flex .img.map .school dl>div:nth-child(3) {
    bottom: 3.3em;
    right: 5.5em;
}

section.reason article>.flex .img.map .school dl>div:nth-child(4) {
    top: 3.1em;
    left: -0.7em;
}

section.reason article>.flex .img.map .school dt.school_blue_back {
    background: linear-gradient(to right, #00c3b2, #3e64ff);
}

section.reason article>.flex .img.map .school dl .school_los {
    top: 12em;
    left: 21.6em;
    padding: 1em;
    background: url(../img/los_bg.webp) no-repeat center left/contain;
}

section.reason article>.flex .img.map .school .school_los dt {
    padding: 0.3em 0.7em;
    min-width: auto;
    margin-bottom: 0;
}

section.graduate h2 {
    width: 18.75em;
    margin: 0 auto;
    position: relative;
}

section.graduate {
    padding: 8.75em 0 0;
    position: relative;
    z-index: 1;
}

section.graduate h2:before {
    content: '';
    display: block;
    width: 100vw;
    height: 31vw;
    position: absolute;
    top: 32%;
    left: 50%;
    background: url(../img/graduate_bg.png) no-repeat center /100%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

section.graduate .course h3 {
    font-size: 1.875em;
    text-align: center;
    margin: 1.5em auto;
    display: block;
    width: fit-content;
    padding: 0 0.2em 0.5em;
    position: relative;
}

section.graduate .course h3 span.sub {
    display: block;
    font-size: 0.6em;
    padding: 0.5em 1.4em;
    color: #fff;
    width: fit-content;
    margin: 0 auto 1.6em;
    text-align: center;
    letter-spacing: 0.1em;
}

section.graduate .course h3 span.sm {
    font-size: 0.66em;
}

section.graduate .course h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 0.17em;
    background: #303030;
    border-radius: 0.1em;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

section.graduate .course .bg {
    padding: 6.875em 0 4em;
    margin: 8.875em 0 0;
    text-align: center;
    font-weight: 700;
}

section.graduate .course .bg .txt {
    font-size: 1.25em;
    line-height: 1.8;
    max-width: 41.5em;
    margin: 0em auto 1.5em;
    text-align: center;
}

section.graduate .course .bg .img {
    width: 43.75em;
    margin: -20em auto 2em;
}

section.graduate .course.comic .bg .txt {
    text-align: center;
    padding: 1.8em 11.25em;
    position: relative;
    margin-top: -2.7em;
}

section.graduate .course .slider {
    margin: -13.75em auto 0 !important;
    padding-bottom: 4em;
}

section.graduate .course .slider .slick-dots {
    bottom: 2em;
}

section.graduate .course .slider button.slick-arrow,
section.graduate .course .slider .slick-prev:before,
section.graduate .course .slider .slick-next:before {
    width: 1em;
    height: 1.125em;
}

section.graduate .course .slider button.slick-arrow {
    transform: translate(-50%, -50%);
    top: auto;
    bottom: 1.3em;
}

section.graduate .course .slider button.slick-prev {
    left: calc(50% + -7em);
}

section.graduate .course .slider button.slick-next {
    left: calc(50% + 7em);
}

section.graduate .other h4 {
    width: 46.875em;
    margin: 0 auto 1em;
}

section.graduate .other {
    padding: 5em 0;
}

section.graduate .other .txt,
section.graduate .other .img {
    max-width: 34.125em;
    margin: 0 auto;
}

section.graduate .other .txt {
    text-align: justify;
    line-height: 1.75;
}

section.graduate .other .txt .sm {
    font-size: 0.625em;
    font-weight: 500;
    margin: 1em auto;
}

section.graduate .other .img {
    margin-top: 2em;
}

section.lecturers {
    padding: 0.5em 0;
}

section.lecturers h2 {
    width: 12.25em;
    margin: 0 auto -7.2em;
    transform: translateX(20.625em);
}

section.lecturers .bg {
    padding: 6.875em 0 2em;
    margin: 7.875em 0 4em;
}

section.lecturers .bg .slider {
    margin: -11.85em auto 0 !important;
    max-width: 56.875em;
    width: 80%;
}

section.lecturers .bg .slider .item {
    text-align: center;
    background: #fff;
    padding: 4em;
    border: 1px solid;
    margin: 0.5em;
}

section.lecturers .bg.only .flex dt {
    width: 21.25em;
    /* transform: translateY(-5.7em); */
    margin-top: -6.4em;
}

section.lecturers .bg.only .flex dt .name {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5;
}

section.lecturers .bg.only .flex dt .name .sm {
    font-size: 0.7em;
}

section.lecturers .bg.only .flex dt .name .md {
    font-size: 0.8em;
}

section.lecturers .bg.only .flex dd {
    width: calc(100% - 21.25em);
    box-sizing: border-box;
    padding-left: 2em;
    line-height: 1.6;
    text-align: justify;
    position: relative;
}

section.lecturers .bg.only .flex {
    max-width: 50em;
    margin: 0 auto;
    width: 90%;
}

section.lecturers .bg.only {
    padding: 3.1em 0;
    margin: 2.875em 0 4em;
    max-width: 1000px;
    margin: 5em auto 0;
}

section.lecturers .bg.only .flex dd .txt .name {
    margin-top: 1.5em;
}

section.lecturers .bg.only .flex dd .txt .name .sm {
    display: block;
    font-size: 0.875em;
}

section.lecturers .bg.only .flex dd .img {
    position: absolute;
    width: 14.375em;
    right: 1.1em;
    bottom: -5.8em;
    transform: rotate(6deg);
    filter: drop-shadow(0.4em 0.4em 0 rgba(0, 0, 0, 0.2));
}

section.preschool {
    position: relative;
    z-index: 1;
    padding-top: 3em;
    background: #fff;
}

section.preschool:after {
    content: '';
    display: block;
    width: 100%;
    height: 1.5em;
    background: url(../img/wave.svg) repeat-x center/75em;
    filter: drop-shadow(0.3em 0.1em 0.3em rgba(0, 0, 0, 0.3));
    z-index: -1;
    position: relative;
}

section.preschool .top {
    background: #fff;
}

section.preschool .top hgroup {
    position: relative;
    width: 47.5em;
    margin: 0 auto 2em;
    box-sizing: border-box;
    padding: 3em 1em;
    background: url(../img/preschool_ttl_bg.png) no-repeat center/100%;
}

section.preschool .top hgroup h2 {
    max-width: 37.5em;
    margin: 1em auto;
}

section.preschool .top hgroup p {
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
    margin: 1em auto;
}

section.preschool .top hgroup p.sm {
    margin: 0 auto;
}

section.preschool .top .img>picture img {
    width: 43.75em;
    margin: -3.8em auto 0;
    position: relative;
    z-index: 2;
}

section.preschool .top .img {
    position: relative;
}

section.preschool .top .img .slider {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

section.preschool .top .img .slider .item {
    background: #ededed;
    padding: 0;
    text-align: center;
    height: 9.375em;
}

section.preschool .top .img .slider .item img {
    height: 100%;
    object-fit: cover;
}


section.preschool .btm {
    background: #ffe726;
    padding: 3em 0 1em;
}

section.preschool .btm hgroup h3 {
    font-size: 1.6875em;
    margin-bottom: 0.5em;
}

section.preschool .btm hgroup h3 .c-p {
    font-size: 1.21em;
}

section.preschool .btm hgroup {
    text-align: center;
    color: #303030;
    margin-bottom: 2em;
    position: relative;
    z-index: 1;
}

section.preschool .btm hgroup:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.25em 6.5625em 0 6.5625em;
    border-color: #ffe726 transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3.5em;
    z-index: -1;
}

section.preschool .btm .img {
    width: 62.5em;
    margin: 0 auto;
}

section.preschool .btm .btn.flex {
    background: transparent;
}

section.comparison {
    padding: 10em 0 11.5em;
    position: relative;
}

section.comparison:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(../img/comparison_bg.jpg) repeat-y center/100%;
    top: 0;
    z-index: -999;
}

section.comparison .txt {
    width: 43.25em;
    margin: 2em auto;
    padding: 3.35em 3em;
    box-sizing: border-box;
    position: relative;
    color: #303030;
    background: rgba(255, 255, 255, 0.8);
}

section.comparison .txt h2 {
    font-size: 2.125em;
    text-align: center;
    position: relative;
    letter-spacing: 0.02em;
    padding: 0.5em 0;
    z-index: 1;
    width: 97%;
    margin: 0 auto 0.6em;
}

section.comparison .txt .dec .line:before,
section.comparison .txt .dec .line:after {
    content: '';
    display: block;
    background: #303030;
    position: absolute;
}

section.comparison .txt .dec .line:before {
    width: calc(100% - 1.8em);
    height: 2px;
}

section.comparison .txt .dec .line:after {
    height: calc(100% - 1.8em);
    width: 2px;
}

section.comparison .txt .dec .line:after {
    right: 1em;
    bottom: 0;
}

section.comparison .txt .dec .line:before {
    right: 0;
    top: 1em;
}

section.comparison .txt .dec .line:nth-child(2):before {
    left: 0;
    bottom: 1em;
    top: auto;
}

section.comparison .txt .dec .line:nth-child(2):after {
    left: 1em;
    top: 0;
}

section.comparison .txt h2:before {
    content: '';
    display: block;
    width: 100%;
    height: 0.5em;
    background: rgba(255, 226, 0, 0.7);
    position: absolute;
    left: 0;
    bottom: 0.4em;
    z-index: -1;
}

section.comparison .txt p {
    text-align: center;
    line-height: 1.8;
    font-weight: 500;
}

section.comparison .txt p.sm {
    font-size: 0.625em;
    margin: 1.4em auto 0;
}

section.comparison .btn.flex {
    background: transparent;
    padding: 2em 0;
}

section.comparison .btn.flex a {
    width: 30.625em;
}

section.one-step {
    position: relative;
    padding: 5em 0 0;
}

section.one-step:before {
    content: '';
    display: block;
    width: 100%;
    height: 1.5em;
    background: url(../img/wave.svg) repeat-x center/75em;
    z-index: -1;
    position: absolute;
    top: -1.5em;
    transform: scale(1, -1);
    filter: invert(0%) sepia(100%) saturate(1%) hue-rotate(166deg) brightness(108%) contrast(101%) drop-shadow(0.3em 0.1em 0.3em rgba(0, 0, 0, 0.3));
}

section.one-step h2 {
    width: 43.75em;
    margin: 0 0 -2.4em;
}

section.one-step .bg {
    background: url(../img/one-step_img_bg.png) no-repeat center bottom/100%;
    position: relative;
    padding: 0 0 8em;
}

section.one-step .inner {
    max-width: 65.125em;
    width: 87%;
    margin: 0 auto;
    position: relative;
}

section.one-step .inner .flex .img {
    width: 35.25em;
}

section.one-step .inner .flex .txt {
    width: calc(100% - 35.25em);
    line-height: 2.125em;
    text-align: justify;
    box-sizing: border-box;
    padding-left: 3.2em;
    font-weight: 500;
}

section.one-step .bg:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22.4vw 0 0 100vw;
    border-color: transparent transparent transparent #ffe200;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

section.one-step .inner .flex .txt .sm {
    font-size: 0.625em;
    padding-left: 1em;
    text-indent: -1em;
}

section.one-step .btn.flex a {
    width: 50%;
    margin: 0 auto;
    position: relative;
    filter: none;
    z-index: 1;
}

section.one-step .btn.flex {
    padding: 0;
}

section.one-step .btn.flex a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(51, 51, 51, 1);
    mix-blend-mode: multiply;
    z-index: -1;
    transition: 0.3s background;
}

section.one-step .btn.flex a:hover:before {
    opacity: 0.8;
}

section.one-step .btn.flex a:hover {
    opacity: 1;
}

section.one-step .btn.flex a:nth-child(1) {
    background: url(../img/oc_btn2_bg.jpg) no-repeat center/cover;
}

section.one-step .btn.flex a:nth-child(2) {
    background: url(../img/consultation_btn_bg.jpg) no-repeat center/cover;
}

section.one-step .btn.flex a img {
    max-width: 37.5em;
    margin: 0 auto;
}

footer {
    padding: 1.8em 0 0;
    position: relative;
}

footer .links.flex.wrap {
    justify-content: center;
}

footer .links.flex.wrap a {
    width: 4.125em;
    background-color: #303030;
    border-radius: 50%;
    margin: 1em 1.5em;
    transition: 0.5s background-color;
}

footer .links.flex.wrap a:hover {
    opacity: 1;
}

footer .logo {
    width: 20.625em;
    margin: 1em auto 0;
}

footer .add {
    font-size: 0.875em;
    text-align: center;
    line-height: 1.5;
    margin: 0.3em auto 1em;
}

footer .copy {
    text-align: center;
    font-size: 0.75em;
    padding: 1.4em 0;
    background: #303030;
    color: #fff;
    letter-spacing: 0.2em;
    margin-top: 3em;
    position: relative;
    z-index: 1;
}

footer:before,
footer:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

footer:before {
    width: 9.625em;
    height: 6.6875em;
    background: url(../img/footer_dec.png) no-repeat center/contain;
    top: 45%;
    left: calc(50% - 19em);
    transform: translate(-50%, -50%);
}

footer:after {
    width: 17.5em;
    height: 16.25em;
    background: url(../img/footer_dec2.png?set2) no-repeat center/contain;
    bottom: 2.8em;
    left: calc(50% + 21em);
}

.remodal-overlay {
    background: none;
}

.remodal-wrapper {
    background: linear-gradient(171deg, rgba(198, 65, 71, 0.8) 0%, rgba(214, 94, 73, 0.8) 100%);
    padding: 0;
}

.remodal-close {
    color: #303030;
    top: 0.3em;
    right: 3em;
    font-size: 1em;
    width: 1.875em;
    height: 1.875em;
}

.remodal {
    position: relative;
    max-width: calc(800px + 6em);
    padding: 3em;
}

.remodal-close:before {
    font-size: 1em;
    line-height: 1em;
    width: 100%;
    height: 1.875em;
    color: transparent;
    background: url(../img/close_ic.svg) no-repeat center/contain;
}

.remodal .txt_wrap.bg_w {
    padding: 4.125em 5.125em;
    text-align: left;
}

.remodal .txt_wrap.bg_w.bfaf .img {
    max-width: 33.25em;
    margin: 0 auto;
}

.remodal .txt_wrap.intv .name_wrap {
    align-items: center;
    margin-bottom: 1em;
}

.remodal .txt_wrap.intv .name_wrap .img {
    width: 9.75em;
    height: 9.75em;
    background-color: #ededed;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.remodal .txt_wrap.intv .name_wrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.remodal .txt_wrap.intv .name_wrap .name {
    padding: 1em;
    padding-left: 4.5em;
    width: calc(100% - 7.75em);
    margin-left: -3.3em;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
}

.remodal .txt_wrap.intv .name_wrap .name,
.remodal .txt_wrap.intv dl:before {
    -webkit-transform: skew(-35deg);
    transform: skew(-35deg);
}

.remodal .txt_wrap.intv dl {
    position: relative;
    padding-bottom: 2.6em;
}

.remodal .txt_wrap.intv dl:before {
    content: '';
    display: block;
    background-color: #c64147;
    width: 100%;
    height: 0.5em;
    position: absolute;
    bottom: 0;
}

.remodal .txt_wrap.intv .name_wrap .name>* {
    transform: skew(35deg);
    -webkit-transform: skew(35deg);
}

.remodal .txt_wrap.intv .name_wrap .name p {
    font-size: 1.5em;
    line-height: 1.4;
}

.remodal .txt_wrap.intv .name_wrap .name p .sm {
    font-size: 0.875em;
    margin-right: 1em;
}

.remodal .txt_wrap.intv dt {
    font-size: 1.375em;
    line-height: 1.5;
    margin: 1em auto;
    padding-left: 0.8em;
    border-left: 0.27em solid;
    color: #c64147;
    font-weight: 500;
}

.remodal .txt_wrap.intv dd {
    font-weight: 500;
    line-height: 1.8;
}

.remodal .txt_wrap.intv dd ul li {
    padding-left: 1.6em;
    position: relative;
}

.remodal .txt_wrap.intv dd ul li:before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    background: #303030;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.4em;
}

.remodal .txt_wrap.intv dd .sm.sub {
    font-size: 0.625em;
    margin: 1em 0;
}

.remodal .txt_wrap.intv dd ul+.sm.sub {
    margin-left: 2.6em;
}

.remodal .txt_wrap.intv dd.img {
    margin-top: 1.8em;
}



@media (min-width: 751px) {
    .pc {
        display: block;
    }

    .sp {
        display: none !important;
    }

    header,
    section.fv {
        font-size: 1.33vw;
    }
}

@media (max-width: 1200px) {
    html>body {
        font-size: 1.33vw;
    }
}

@media (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }

    html>body {
        font-size: 2.133vw;
    }

    section.fv:after {
        width: 30.125em;
    }

    .fv .mv {
        width: 100%;
        max-width: 100%;
        margin: 16em auto 0;
    }

    header .logo {
        width: 26.8em;
    }

    .fv hgroup .ninka {
        width: 12.875em;
        left: 0.8em;
        top: 5.075em;
    }

    .fv hgroup .sub {
        width: 28.125em;
        right: 5.325em;
        left: auto;
        top: 5.925em;
        z-index: 2;
        /* transition-delay: 1.2s; */
        transform: translateX(0%);
    }

    .fv.active hgroup .sub {
        top: 5.925em;
    }

    .fv hgroup h1 {
        width: 34.375em;
        top: 19.1875em !important;
        right: -100%;
        transform: translateX(0%);
    }

    .fv hgroup .btn.flex {
        flex-wrap: nowrap;
        bottom: 11em;
        left: 1em;
        width: 95%;
    }

    .fv hgroup .btn.flex a {
        width: 21.75em;
        margin: 0 .4em;
        filter: drop-shadow(0.5em 0.6em 0.3em rgba(0, 0, 0, 0.3));
    }

    .fv.active hgroup h1 {
        right: 1.2em;
    }

    section.fv {
        padding: 1em 0 5.6em;
    }

    section.fv:before {
        background: url(../img/fv_bg_sp.webp) top center/100%;
    }

    .fv .dec.item01 {
        z-index: 0;
        bottom: 11.1%;
    }

    .fv .dec .triangle_c {
        background: #C64147;
        background: linear-gradient(171deg, rgba(198, 65, 71, 1) 0%, rgba(214, 94, 73, 1) 100%);
        height: 10.6875em;
        filter: drop-shadow(0.025em 0.05em 0.075em black);
    }

    .fv .dec .triangle_w {
        height: 11.1875em;
    }

    svg.svgAnimation {
        transform: translate3d(0, 0, 0) translateX(-62.7%) rotate(-13.3deg);
        -webkit-transform: translate3d(0, 0, 0) translateX(-62.7%) rotate(-13.3deg);
        top: 7.5em;
        width: 140%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .fv .dec.item02 .txt p.target:first-child {
        width: 100%;
        margin-top: 1em;
    }

    svg.svgAnimation .bebas {
        letter-spacing: 3px;
        -webkit-transform: translate3d(0, 0, 0);
        will-change: transform, animation, position;
    }

    .start {
        will-change: animation, ;
        animation: lineAndFill 2000ms forwards;
    }

    .float a {
        width: 50%;
        filter: none;
    }

    section.fv .float {
        width: 100%;
        bottom: 0;
        right: 0;
        display: flex;
        background: #303030;
        position: fixed;
        filter: drop-shadow(-2px -4px 4px rgba(0, 0, 0, 0.4));
        border-top: 2px solid #fff;
        opacity: 0 !important;
        pointer-events: none !important;
        transition: 0.5s 0s opacity;
        top: auto;
    }

    section.fv.active .float.active {
        pointer-events: auto !important;
        opacity: 1 !important;
    }

    .float.active {
        animation: none;
    }

    .float a {
        margin: 0;
        box-sizing: border-box;
        max-width: initial;
    }

    .float a:first-child {
        border-right: 1px solid #fff;
    }

    .float a:last-child {
        border-left: 1px solid #fff;
    }

    section.intro .top>p {
        font-size: 1.75em;
    }

    section.intro .top .check li {
        width: 100%;
        max-width: 39.525em;
        margin: 0 auto 1em;
    }

    section.intro .top .check {
        margin: 1.9em auto 0;
    }

    section.intro .top .check li p {
        font-size: 1.75em;
        text-align: left;
        padding-left: 2.7em !important;
    }

    section.intro .top .check li p:before {
        width: 1.21em;
        height: 1.25em;
        left: 0.8em !important;
    }

    section.intro .top .bg_black {
        padding: 10.5em 0 2em;
        margin-top: -10.2em;
        font-size: 1.75em;
        line-height: 1.7;
    }

    section.intro .btm .txt {
        width: fit-content;
        margin: 0 auto;
        padding: 30em 0 9.1em;
    }

    section.intro .btm .txt p {
        font-size: 1.75em;
    }

    section.intro .btm .txt p .bg_yellow {
        padding: 0em 0.4em;
    }

    section.intro .btm .txt p .lrg {
        margin: 0.4em 0;
    }

    section.dream_job h2 {
        width: 26.125em;
        padding: 0 0 1.5em;
    }

    hgroup p.sm {
        font-size: 1.25em;
    }

    section.dream_job hgroup {
        border-radius: 0;
        width: 100%;
        padding: 8.9em 0 0;
    }

    section.dream_job:before {
        width: 47.65em;
        padding: 12.8em 0;
        top: 3.6em;
    }

    section.dream_job .stripe_y {
        padding: 14.1em 0 4.1em;
        margin-top: -11.6em;
    }

    section.dream_job .stripe_y ul.zenmaru li {
        width: calc(100% /2 - 1.1%);
        border-width: 0.25em;
        border-radius: 1em;
        margin: 0 0 3% !important;
        min-height: 7.5em;
    }

    section.dream_job .stripe_y ul.zenmaru {
        width: 87%;
        max-width: 100%;
        justify-content: center;
    }

    section.dream_job .stripe_y ul.zenmaru p {
        font-size: 2.0625em;
    }

    .btn.flex {
        flex-wrap: wrap;
    }

    .btn.flex a {
        width: 74.7%;
        margin: 0 auto 7%;
        filter: drop-shadow(0.5em 0.6em 0.3em rgba(0, 0, 0, 0.3));
    }

    .stripe {
        height: 6em;
    }

    section.reason hgroup:after {
        bottom: -0.1em;
        border-width: 0 50vw 3.05em 50vw;
    }

    section.reason {
        padding-top: 0;
        transition: 0.2s all;
    }

    section.reason hgroup p.sm {
        left: 50%;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        top: 16.1em;
    }

    section.reason article>.flex .ttl,
    section.reason article>.flex .img,
    section.reason .stripe_p,
    section.reason article>.sub {
        width: 87%;
    }

    section.reason article>.flex .ttl,
    section.reason article>.flex .img {
        margin: 0 auto !important;
        max-width: 100%;
    }

    section.reason article>.flex.con {
        flex-wrap: wrap;
    }

    section.reason article>.flex .ttl {
        padding: 0;
    }

    section.reason article h3 {
        text-align: center;
        font-size: 3.4375em;
    }

    section.reason article h3 .number {
        width: 16.125em;
        margin: 0 auto 1em;
        font-size: 0.29em;
    }

    section.reason article h3 .sm {
        font-size: 0.69em;
    }

    section.reason article h3 .sm+.sm {
        margin-top: 0.5em;
    }

    section.reason article>.flex .ttl .txt {
        max-width: 100%;
        font-size: 1.625em;
        margin: 1.5em auto 1em;
        line-height: 1.7;
    }

    sup {
        font-size: 0.76em;
    }

    section.reason article>.flex .img {
        height: 23.75em;
        order: 2;
    }

    section.reason .stripe_p {
        margin: 3em auto 3em;
    }

    section.reason .stripe_p .bg_w {
        padding: 2em 1.4em;
    }

    section.reason .stripe_p.links h4 {
        font-size: 1.375em;
        padding: 0.2em 0.5em;
        padding-right: 0;
        display: flex;
        justify-content: space-between;
    }

    section.reason .stripe_p.links h4:after {
        margin: 0 0.3em 0 0.4em;
    }

    section.reason .stripe_p.links .btn a {
        width: 100%;
        font-size: 1.6em;
        filter: drop-shadow(0.2em 0.2em 0.1em rgba(0, 0, 0, 0.3));
        font-weight: 500;
    }

    section.reason .stripe_p.links .btn a:after {
        border-width: 0.5em 0 0.5em 0.64em;
    }

    section.reason .sub ul {
        font-size: 1.25em;
        margin-bottom: 1em;
    }

    ul.step li {
        margin-bottom: 0.5em;
    }

    section.reason .article02>.flex .img span.dec {
        width: 28.125em;
        position: relative;
        bottom: 0;
        margin: 1em auto;
        right: 0;
    }

    section.reason .article02>.flex .img {
        margin: 2em auto 0 !important;
    }

    section.reason article>.flex .img span.bg {
        height: 23.375em;
    }

    section.reason article>.flex .img span.sm.on {
        width: 19.5625em;
        top: 16.1em;
    }

    section.reason .article03 .flex .img {
        margin: 2em auto 2em !important;
        display: flex;
        flex-wrap: wrap;
    }

    section.reason .article03>.flex .img span.bg {
        height: auto;
        width: 100%;
        order: 1;
    }

    section.reason .article03>.flex .img span.sm.on {
        width: 100%;
        top: 0;
        position: relative;
        order: 2;
    }

    section.reason .results h4 {
        font-size: 2.25em;
        padding: 0 3.7em;
    }

    section.reason .results {
        width: 87%;
        margin: 3em auto;
        padding: 4.1em 2.5em;
        border-radius: 2.8em;
    }

    section.reason .results ul li {
        font-size: 1.625em;
        margin: 0.5em auto 0;
        width: 100%;
        box-sizing: border-box;
        padding-left: 0.6em;
    }

    section.reason article.article04>.flex .img span.sm.on {
        width: 18.75em;
        transform: translateX(3.125em);
        z-index: 1;
        margin-top: 4em;
    }

    section.reason article.article04>.flex .img span.bg {
        width: 32.625em;
        transform: translateX(-3.125em);
        margin-top: 0;
    }

    section.reason article.article04>.flex .img span span.txt {
        font-size: 1.375em;
        text-align: center;
    }

    section.reason .article04 .flex .img {
        margin: 2em auto 4em !important;
    }

    section.reason .article04 h3 .sm {
        margin-right: -0.3em;
    }

    section.reason .article04 h3 {
        margin: 0;
        letter-spacing: -0.03em;
    }

    section.reason article .bfaf {
        width: 100%;
        max-width: 100%;
    }

    section.reason article .bfaf h4 {
        font-size: 3.125em;
    }

    section.reason article .bfaf h4 .sm {
        font-size: 0.64em;
        margin-right: 0em;
    }

    section.reason article .bfaf h4:before,
    section.reason article .bfaf h4:after {
        height: 0.08em;
    }

    section.reason .article05 h3 .number {
        margin-bottom: 0.5em;
    }

    section.reason .stripe_p .bg_w.flex {
        flex-wrap: wrap;
    }

    section.reason .stripe_p.support .txt {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 1em;
    }

    section.reason .stripe_p.support .img {
        margin: 1em auto -9em;
        width: 100%;
    }

    section.reason .stripe_p.support h4 {
        font-size: 1.75em;
        width: 100%;
    }

    section.reason .stripe_p.support .txt p {
        font-size: 1.625em;
    }

    section.reason .stripe_p.support {
        margin-bottom: 7em;
    }

    section.graduate h2 {
        width: 100%;
    }

    section.graduate {
        margin-top: -2em;
        padding-top: 0;
    }

    section.graduate h2:before {
        display: none;
    }

    section.graduate .course h3 {
        font-size: 2.8125em;
        margin: 1em auto;
    }

    section.graduate .course h3 span.sub {
        font-size: 0.65em;
        margin: 0 auto 1.3em;
        padding: 0.5em 0.6em;
    }

    section.graduate .course .bg {
        margin: 14.875em 0 0;
    }

    section.graduate .course .bg .txt {
        font-size: 1.625em;
        width: 87%;
        margin: 1.4em auto 1em;
    }

    section.preschool .top hgroup {
        width: 100%;
        background: url(../img/preschool_ttl_bg_sp.png) no-repeat center/100%;
        padding: 7.5em 1em;
        margin-bottom: 0;
    }

    section.preschool .top hgroup h2 {
        width: 33.125em;
        margin: 0.4em auto 2.3em;
    }

    section.preschool .top hgroup p {
        width: 74%;
        font-size: 1.625em;
        text-align: justify;
        line-height: 1.4;
    }

    section.preschool .top hgroup p.sm {
        font-size: 1.25em;
        font-weight: 400;
    }

    section.preschool .top .img>picture img {
        margin: -5.9em auto 0;
        width: 100%;
    }

    section.preschool .top .img .slider {
        position: relative;
    }

    section.preschool .top .img .slider .item {
        height: 14.0625em;
    }

    section.preschool .btm .img {
        width: 100%;
        margin: 2em auto;
    }

    section.preschool .btm hgroup h3 {
        font-size: 2.625em;
        margin-bottom: 0.6em;
    }

    section.preschool .btm hgroup h3 .c-p {
        font-size: 1.3em;
        vertical-align: text-top;
    }

    section.preschool .btm hgroup:before {
        bottom: -4.4em;
        border-width: 2.85em 7.1625em 0 7.1625em;
    }

    section.preschool:after,
    section.one-step:before {
        height: 2.5em;
        background: url(../img/wave_sp.png) repeat-x center/100%;
    }

    section.preschool:after {
        margin-top: -1px;
    }

    section.one-step:before {
        background-img: url(../img/wave_sp_w.png);
    }

    section.comparison .txt h2 {
        font-size: 2.25em;
        width: 100%;
        letter-spacing: 0em;
    }

    section.comparison .txt {
        padding: 3.85em 3.6em;
        width: 87%;
        background: rgba(255, 255, 255, 0.8);
    }

    section.comparison .txt p {
        text-align: justify;
        font-size: 1.625em;
        line-height: 1.6;
        width: 98%;
        margin: 0 auto;
    }

    section.comparison .txt p.sm {
        font-size: 1.25em;
        margin: 1.4em 0 2em;
    }

    section.comparison {
        padding: 10em 0 2em;
    }

    section.comparison .btn.flex a {
        width: 38.25em;
    }

    section.comparison:before {
        background-image: url(../img/comparison_bg_sp.jpg);
    }

    section.reason .article04 h3 .number {
        margin-bottom: 1.4em;
    }

    section.intro .btm {
        background: url(../img/intro_bg_sp.jpg?set2) no-repeat center top/contain;
    }

    section.one-step .inner {
        width: 100%;
        max-width: 100%;
    }

    section.one-step h2,
    section.one-step .inner .flex .img,
    section.one-step .inner .flex .txt {
        width: 100%;
        margin: 0 auto;
    }

    section.one-step .inner .flex .txt {
        padding: 0;
        max-width: 87%;
        font-size: 1.625em;
        line-height: 1.8;
    }

    section.one-step .inner .flex .img {
        order: 2;
    }

    section.one-step .bg {
        background: none;
        padding: 0;
    }

    section.one-step .bg:before {
        display: none;
    }

    section.one-step {
        padding-top: 2em;
    }

    section.one-step h2 {
        margin-bottom: 2em;
    }

    section.one-step .inner .flex .txt .sm {
        font-size: 0.77em;
        margin: 1.3em auto;
    }

    section.one-step .btn.flex a,
    section.one-step .btn.flex a img {
        width: 100%;
        max-width: 100%;
    }

    footer {
        padding: 2em 0 8.9em;
    }

    footer .links.flex.wrap a {
        width: 5.375em;
    }

    footer .logo {
        width: 35em;
    }

    footer .add {
        font-size: 1.25em;
    }

    footer .copy {
        margin-top: 29em;
    }

    footer:before {
        width: 10.75em;
        height: 7.5em;
        transform: none;
        left: 6em;
        top: 25em;
    }

    footer:after {
        transform: none;
        right: 0;
        bottom: 11.8em;
        left: auto;
        width: 100%;
        height: 19.185em;
        background-image: url(../img/footer_dec2_sp.png?set2);
        bottom: 11.9em;
    }

    .interviews h2 {
        width: 100%;
        margin-top: -6em;
    }

    .interviews hgroup .dec {
        width: 100%;
        left: 50%;
        top: -21em;
        height: 24em;
        overflow: hidden;
    }

    section.dream_job .btn.flex {
        padding-bottom: 24em;
    }

    .slider.type2 .item {
        margin: 0 auto;
    }

    .slider.type2 .item.student .img p {
        border: none;
        text-align: center;
        font-size: 2.1875em;
        margin: 0 auto 0.9em;
        line-height: 1.4;
        padding: 0.7em 2em 0;
    }

    .slider.type2 .item.student .img p .sm {
        display: inline-block;
        font-size: 0.75em;
    }

    .slider.type2 .slick-prev:before,
    .slider.type2 .slick-next:before {
        width: 1.75em;
        height: 3.5em;
        margin: 0 auto;
    }

    .slider.type2 button.slick-prev {
        left: 0;
    }

    .slider.type2 button.slick-next {
        left: auto;
        right: 0;
    }

    .slider.type2 button.slick-arrow {
        transform: translate(0%, 206%);
        width: 3.75em;
        height: 4.5em;
    }

    .slider.type2 .slick-prev:hover:after,
    .slider.type2 .slick-next:hover:after {
        opacity: 0;
    }

    .slider.type2 .item.student .btn a {
        font-size: 2.125em;
        width: 67.2%;
        margin: 0 auto;
    }

    section.interviews {
        padding: 3em 0 4em;
        margin: 0 auto;
    }

    .slider.type2 .item.student .btn a:after {
        margin-left: 0.7em;
    }

    .slider.type2 .item.student:hover {
        transform: scale(1);
    }

    .slider.type2 .item.student:hover .btn a {
        background-color: #303030;
    }

    .remodal .txt_wrap.intv .name_wrap .img {
        width: 11.75em;
        height: 11.75em;
    }

    .remodal .txt_wrap.intv .name_wrap .name p {
        font-size: 2.125em;
        transform: skew(23deg);
        -webkit-transform: skew(23deg);
    }

    .remodal .txt_wrap.intv .name_wrap .name p .sm {
        font-size: 0.76em;
        display: block;
        margin: 0 0 0.3em;
    }

    .remodal {
        padding: 7.5em 3.125em 0;
        margin: 0 auto 3.125em;
    }

    .remodal-close,
    .remodal-close:before {
        width: 3.75em;
        height: 3.75em;
    }

    .remodal-close {
        top: 2.2em;
    }

    .remodal .txt_wrap.bg_w {
        padding: 2.75em;
    }

    .remodal .txt_wrap.intv .name_wrap .name,
    .remodal .txt_wrap.intv dl:before {
        -webkit-transform: skew(-23deg);
        transform: skew(-23deg);
    }

    .remodal .txt_wrap.intv .name_wrap .name {
        width: calc(100% - 8.65em);
        padding-left: 5.9em;
        margin-left: -4.8em;
    }

    .remodal .txt_wrap.intv dt {
        font-size: 2.25em;
        line-height: 1.3;
        border-left: 0.2em solid;
    }

    .remodal .txt_wrap.intv dd ul li {
        font-size: 1.625em;
        text-align: justify;
    }

    .remodal .txt_wrap.intv dd>p {
        font-size: 1.625em;
    }

    .remodal .txt_wrap.intv dd ul+.sm.sub {
        margin-left: 2em;
    }

    .remodal .txt_wrap.intv dl {
        padding-bottom: 4.6em;
    }

    .remodal .txt_wrap.intv dd .sm.sub {
        font-size: 1.25em;
        text-indent: -1em;
        padding-left: 1em;
        margin: 1em 0 2.5em 0;
    }

    section.reason article .bfaf .flex {
        width: 87%;
        margin: 3.4em auto -4.3em;
    }

    section.reason article .bfaf .flex>* .img {
        width: 100%;
        padding: 4.8125em 4.625em 0;
        box-sizing: border-box;
        margin: 0 auto !important;
    }

    section.reason article .bfaf .flex>* .img:before {
        font-size: 2.5em;
    }

    section.reason article .bfaf .flex>* .img:after,
    section.reason article .bfaf .flex>* .img a:after {
        border-width: 27.25em 29.75em 0 0;
    }

    section.reason article .bfaf .flex>* .img a:before {
        width: 6.5em;
        height: 6.5em;
        top: 53%;
    }

    section.reason article .bfaf .flex>* .txt span {
        font-size: 2.25em;
        margin-left: 0.5em;
    }

    section.reason article .bfaf .flex>* .img a:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent #eee transparent transparent;
        position: absolute;
        bottom: -11.5em;
        right: -4.625em;
        z-index: -1;
    }

    section.reason article .bfaf .flex>* {
        margin-bottom: 10em;
    }

    section.reason article .bfaf .flex>* .txt span+span {
        margin-right: 1em;
    }

    section.reason article .bfaf .flex>* .txt {
        margin-top: -1.5em;
    }

    section.reason article .bfaf .flex:before {
        z-index: 3;
        transform: rotate(90deg)translate(-50%, -50%);
        width: 10.125em;
        height: 4.125em;
        left: 32%;
        top: 2;
    }

    section.reason article:nth-of-type(odd) {
        margin: -3.0875em 0;
        padding: 4.375em 0;
    }

    section.reason article .bfaf .flex>* .img a:hover img {
        transform: scale(1);
    }

    section.reason article .bfaf .flex>* .img a:hover:before {
        transform: translate(-50%, -50%) scale(1);
    }

    .remodal .txt_wrap.bg_w.bfaf {
        padding: 0;
    }

    .remodal .txt_wrap.bg_w.bfaf .img {
        max-width: 100%;
    }

    section.reason article .bfaf .more_btn {
        width: 31em;
        margin: 3em auto 2em;
    }

    section.reason article>.flex .img.map {
        width: 100%;
        transform: translateX(0);
        padding-bottom: 13.5em;
    }

    section.reason article>.flex .img.map .school dl>div:nth-child(1) {
        top: 9.3em;
    }

    section.reason article>.flex .img.map .school dt {
        font-size: 1.75em;
        width: 100%;
        box-sizing: border-box;
    }

    section.reason article>.flex .img.map .school dd p {
        font-size: 1.54em;
        margin: 0.8em auto 0;
    }

    section.reason article>.flex .img.map .school dd .sub {
        font-size: 1.25em;
    }

    section.reason article>.flex .img.map .school dl>div:nth-child(1),
    section.reason article>.flex .img.map .school dl>div:nth-child(3),
    section.reason article>.flex .img.map .school dl>div:nth-child(4) {
        left: 3.2em;
        min-width: 21.5em;
    }

    section.reason article>.flex .img.map .school dl>div:nth-child(2) {
        right: 0;
        left: 0;
        top: auto;
        width: 87%;
        margin: 0 auto;
        bottom: 8.2em;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    section.reason article>.flex .img.map .school dl>div:nth-child(3) {
        right: auto;
        bottom: auto;
        top: 21.9em;
    }

    section.reason article>.flex .img.map .school dd {
        padding: 0;
    }

    section.reason article>.flex .img.map .school dl>div:nth-child(2) dd {
        width: 48.1%;
    }

    section.reason article>.flex .img.map .school dl>div:nth-child(2) dd p {
        letter-spacing: -0.04em;
    }

    section.reason article>.flex .img.map .school dl>div:nth-child(4) {
        top: 3.8em;
    }

    section.reason article>.flex .img.map .school dl .school_los {
        left: 0;
        right: 0;
        width: 87%;
        margin: 0 auto;
        padding: 2em 0 0;
        background: none;
        top: auto;
        bottom: 0;
        border-top: 1px solid #adadad;
    }

    section.lecturers .bg.only .flex {
        flex-wrap: wrap;
        width: 100%;
    }

    section.lecturers .bg.only .flex dt {
        width: 35em;
        margin: -19em auto 3em;
    }

    section.lecturers .bg.only .flex dt .name {
        font-size: 2.25em;
        margin-top: 0.8em;
    }

    section.lecturers .bg.only .flex dt .name .sm {
        margin-right: 0.9em;
    }

    section.lecturers .bg.only .flex dd {
        width: 87%;
        margin: 0 auto 3em;
        padding: 0;
    }

    section.lecturers .bg.only {
        margin-top: 21em;
        margin-bottom: -6.5em;
        background: repeating-linear-gradient(-45deg, rgba(255, 242, 140, 0.5), rgba(255, 242, 140, 0.5) 0.5em, rgba(255, 248, 191, 0.5) 0, rgba(255, 248, 191, 0.5) 1em);
    }

    section.lecturers .bg.only .flex dd .txt {
        font-size: 1.625em;
    }

    section.lecturers .bg.only .flex dd .txt {
        display: flex;
        flex-wrap: wrap;
    }

    section.lecturers .bg.only .flex dd .txt p {
        width: 100%;
        order: 2;
    }

    section.lecturers .bg.only .flex dd .txt p.name {
        order: 1;
        text-align: center;
        font-size: 1.38em;
        margin: 0 auto 0.9em;
        font-weight: 500;
    }

    section.lecturers .bg.only .flex dd .txt .name .sm {
        font-size: 0.83em;
        display: inline-block;
        margin-right: 0.9em;
    }

    section.lecturers .bg.only .flex dd .img {
        position: relative;
        width: 100%;
        transform: rotate(0);
        right: 0;
        bottom: 0;
        margin: 2em auto;
        filter: drop-shadow(0.9em 1em 0 rgba(0, 0, 0, 0.1));
    }

    section.lecturers h2 {
        margin: 0 auto -9.8em;
        position: relative;
        z-index: 1;
        width: 19.375em;
        transform: translateX(-12.7em);
    }

    a:hover {
        opacity: 1;
    }

    section.preschool .btm .btn.flex {
        margin: 4em auto 0;
        padding: 0;
    }

    section.reason .results ul {
        font-size: 1.2em;
        max-width: 100%;
    }

    section.reason .results h4:before,
    section.reason .results h4:after {
        transform: translateY(-50%) skew(-28deg) scale(1.3, 1.7);
    }

    section.graduate .course .bg .txt p {
        font-size: 1.2em;
    }

    section.graduate .other {
        padding: 1em 0;
        display: flex;
        flex-wrap: wrap;
    }

    section.graduate .other h4 {
        width: 100%;
        margin-bottom: 2em;
    }

    section.graduate .other .txt {
        width: 87%;
        max-width: 100%;
        order: 2;
    }

    section.graduate .other .img {
        width: 87%;
        max-width: 100%;
        margin: 0 auto 2.6em;
    }

    section.graduate .other .txt .sm {
        font-size: 1.25em;
    }

    section.graduate .other .txt p {
        font-size: 1.625em;
        line-height: 1.6;
    }
}