.beadcrumb {
    margin-bottom: 0;
}

.section h2 {
    text-align: center;
    font-size: 4rem;
    padding: 0;
    line-height: 4rem;
    margin: 0 0 4rem;
}

.section h2:after {
    content: none;
}

@media screen and (max-width: 1024px) {
    .wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .section h2 {
        font-size: 2.8rem;
        line-height: 2.8rem;
        margin: 0 0 3.6rem;
    }
}

.section p.under-text {
    text-align: center;
    margin-bottom: 7rem;
}

@media screen and (max-width: 1024px) {
    .section p.under-text {
        margin-bottom: 4rem;
        text-align: left;
    }
}

.section p.en {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    color: #2400B0;
    margin-bottom: 3rem;
    font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1024px) {
    .section p.en {
        font-size: 2.2rem;
        margin-bottom: 1.5rem;
    }
}

.section.main-visual {
    background-image: url(../educator/images/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-height: 720px;
    height: calc(100vh - 80px);
    padding: 9.2rem 0 4.8rem;
}

@media screen and (max-width: 1024px) {
    .section.main-visual {
        background-position: bottom center;
        height: auto;
        max-height: 100%;
        background-image: none;
    }
    .section.main-visual .sp {
        display: block;
    }
    .section.main-visual .pc {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .section.main-visual {
        padding: 0;
    }
    .section.main-visual .wrapper {
        padding: 0;
    }
}

.section.main-visual .main-copy {
    width: 887px;
    margin-bottom: 3rem;
    position: absolute;
    left: 2vw;
    top: 15vh;
}

@media screen and (max-width: 1024px) {
    .section.main-visual .main-copy {
        width: 90%;
        margin-bottom: 1.5rem;
    }
}

.section.main-visual .main-number {
    width: 594px;
    margin-bottom: 9rem;
}

@media screen and (max-width: 1024px) {
    .section.main-visual .main-number {
        width: 100%;
        margin-bottom: 3rem;
    }
}

.section.main-visual .main-btn {
    width: 360px;
    position: absolute;
    top: calc(15vh + 350px);
    left: calc(2vw + 64px);
}

@media screen and (max-width: 1024px) {
    .section.main-visual .main-btn {
        width: 90%;
        max-width: 320px;
        left: calc(50% - 160px);
        top: auto;
        bottom: 34px;
    }
}

.section.main-visual .main-btn a {
    display: block;
    margin-bottom: 0;
}

.section.achievement {
    padding: 7rem 0 9.5rem;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .section.achievement {
        padding: 5rem 0 7rem;
    }
}

.section.achievement h2 {
    font-size: 3rem;
    margin-bottom: 5rem;
}

@media screen and (max-width: 1024px) {
    .section.achievement h2 {
        font-size: 2.4rem;
        margin-bottom: 3rem;
    }
}

.section.achievement figure {
    width: 520px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .section.achievement figure {
        width: 100%;
        padding: 0 2rem;
    }
}

.section.worries {
    background-color: #EFEFEF;
    padding: 8rem 0 5.7rem;
}

@media screen and (max-width: 1024px) {
    .section.worries {
        padding: 5.4rem 0 6rem;
    }
    .section.worries img.sp {
        display: block;
    }
    .section.worries img.pc {
        display: none;
    }
}

.section.worries h2 {
    margin-bottom: 7rem;
}

@media screen and (max-width: 1024px) {
    .section.worries h2 {
        font-size: 2.8rem;
        margin-bottom: 4rem;
        line-height: 4.2rem;
    }
}

.section.worries h2 .dots {
    position: relative;
    color: #2400B0;
}

.section.worries h2 .dots::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #2400B0;
    border-radius: 50%;
    top: -15px;
    left: 15px;
}

@media screen and (max-width: 1024px) {
    .section.worries h2 .dots::before {
        width: 5px;
        height: 5px;
        left: 12px;
    }
}

.section.worries .flex {
    justify-content: center;
    margin-bottom: 5rem;
}

@media screen and (max-width: 1024px) {
    .section.worries .flex {
        margin-bottom: 0;
    }
}

.section.worries .flex .item {
    margin: 0 2rem 0;
    width: 280px;
}

@media screen and (max-width: 1024px) {
    .section.worries .flex .item {
        width: 260px;
    }
}

@media screen and (max-width: 1024px) {
    .section.worries .flex .item {
        width: 100%;
        margin: 0 0 3rem;
    }
}

@media screen and (max-width: 1024px) {
    .section.worries .flex .item:last-child {
        margin: 0 0 4rem;
    }
}

.section.worries .arrow {
    width: 210px;
    margin: 0 auto 6rem;
    padding-right: 0;
    background-image: none;
}

@media screen and (max-width: 1024px) {
    .section.worries .arrow {
        width: 102px;
        margin: 0 auto 3rem;
    }
}

.section.worries .banner img {
    max-width: 100%;
}

.section.feature {
    background-color: #F8F8F8;
    padding: 11rem 0 3rem;
}

@media screen and (max-width: 1024px) {
    .section.feature {
        padding: 5.6rem 0 3rem;
    }
}

.section.feature h2 {
    line-height: 4rem;
}

.section.feature .reason {
    display: flex;
    flex-wrap: wrap;
}

.section.feature .reason .box-item {
    width: 575px;
    background-color: #fff;
    padding: 3rem 4rem 1rem;
    margin-right: 5rem;
}

@media screen and (max-width: 1024px) {
    .section.feature .reason .box-item {
        width: calc((100% - 5rem) / 2)
    }
}

@media screen and (max-width: 1024px) {
    .section.feature .reason .box-item {
        width: 100%;
        margin: 0 auto 2rem;
        padding: 2.3rem 2rem 1rem;
    }
}

.section.feature .reason .box-item:nth-child(2n) {
    margin-right: 0;
}

.section.feature .reason .box-item:nth-child(2),
.section.feature .reason .box-item:first-child {
    margin-bottom: 5rem;
}

@media screen and (max-width: 1024px) {
    .section.feature .reason .box-item:nth-child(2),
    .section.feature .reason .box-item:first-child {
        margin-bottom: 2rem;
    }
}

.section.feature .reason .box-item figure {
    margin-bottom: 2.7rem;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .section.feature .reason .box-item figure {
        margin-bottom: 2.2rem;
    }
}

.section.feature .reason .box-item figure .label {
    position: absolute;
    top: -50px;
    right: -30px;
    width: 106px;
    height: 106px;
    background-color: #FF8000;
    border-radius: 50%;
    color: #fff;
    transform: rotate(20deg);
}

@media screen and (max-width: 1024px) {
    .section.feature .reason .box-item figure .label {
        width: 70px;
        height: 70px;
        top: -30px;
        right: -10px;
    }
}

.section.feature .reason .box-item figure .label p {
    height: 100%;
    margin: 0;
    font-size: 1.7rem;
    text-align: center;
    font-weight: bold;
    line-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .section.feature .reason .box-item figure .label p {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

.section.feature .reason .box-item figure .label p span {
    display: block;
    line-height: 1.2rem;
    font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
    .section.feature .reason .box-item figure .label p span {
        font-size: 0.8rem;
    }
}

.section.feature .reason .box-item .num {
    text-align: center;
    font-size: 5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #2400B0;
    line-height: 5rem;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 1024px) {
    .section.feature .reason .box-item .num {
        font-size: 4.4rem;
        line-height: 4.4rem;
        margin-bottom: 1.3rem;
    }
}

.section.feature .reason .box-item .title {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 4rem;
}

@media screen and (max-width: 1024px) {
    .section.feature .reason .box-item .title {
        font-size: 2.2rem;
        line-height: 3.3rem;
        margin-bottom: 2.5rem;
    }
}

.section.feature .reason .box-item .title.height-align {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .section.feature .reason .box-item .title.height-align {
        height: auto;
    }
}

.section.concept {
    background-image: url(../educator/images/bg-concept.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 11rem 0 24rem;
    background-position: center top;
    z-index: 2;
    margin-bottom: -73px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .section.concept {
        padding: 5.7rem 0 12rem;
    }
}

.section.concept .title {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 6.8rem;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .section.concept .title {
        font-size: 2.2rem;
        line-height: 4.4rem;
        padding: 0 4rem;
    }
}

@media screen and (max-width: 1024px) {
    .section.concept .en {
        margin-bottom: 4rem;
    }
}

.section.contact-section {
    background-image: url(../educator/images/bg-contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12rem 0 9rem;
    background-position: center top;
    color: #fff;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .section.contact-section {
        padding: 10rem 0;
    }
}

.section.contact-section .title {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 5.4rem;
    text-align: center;
    margin-bottom: 5.4rem;
}

@media screen and (max-width: 1024px) {
    .section.contact-section .title {
        font-size: 2.2rem;
        line-height: 3.3rem;
        padding: 0 4rem;
        margin-bottom: 3.2rem;
    }
}

.section.contact-section .btn-contact {
    margin: 0 auto;
    width: 540px;
}

@media screen and (max-width: 1024px) {
    .section.contact-section .btn-contact {
        width: 100%;
        padding: 0 2rem;
        max-width: 500px;
    }
}

.section.contact-section .btn-contact a {
    display: block;
    margin: 0;
}

.section.download {
    padding: 8.3rem 0 10rem;
    background-color: #fff;
}

.section.download .dl-box {
    background-image: url(/kw/educator/images/bg-download.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem;
}

.section.download .dl-box .flex {
    margin-bottom: 4rem;
}

.section.download .dl-box .img {
    width: 438px;
    margin-left: 62px;
    position: relative;
}

.section.download .dl-box .img .free {
    position: absolute;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    background-color: #FF8000;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: center;
    top: -30px;
    transform: matrix(0.97, 0.26, -0.26, 0.97, 0, 0);
    right: -30px;
}

.section.download .dl-box .txt {
    flex: 1;
}

.section.download .dl-box .shoulder {
    font-size: 21px;
    margin-bottom: 2.2rem;
    font-weight: bold;
}

.section.download .dl-box h3 {
    font-size: 36px;
    padding-left: 0;
    margin-bottom: 4.2rem;
    background: none;
    color: #2400B0;
    line-height: 4rem;
}

.section.download .dl-box h4 {
    font-size: 21px;
    font-weight: bold;
    background-color: inherit;
    color: inherit;
    position: relative;
    padding: 0 0 1rem;
    display: block;
    margin-bottom: 3.3rem;
}

.section.download .dl-box h4::after {
    content: '';
    height: 3px;
    position: absolute;
    width: 100%;
    background: transparent linear-gradient(90deg, #2B00A1 0%, #134DC7 50%, #00F4F2 100%) 0% 0% no-repeat padding-box;
    bottom: 0;
    left: 0;
}

.section.download .dl-box .btns {
    display: flex;
    justify-content: center;
}

.section.download .dl-box .button a,
.section.download .dl-box .button p {
    color: #fff;
    display: inline-block;
    padding: 2.8rem 0 2.7rem;
    text-align: center;
    text-decoration: none;
    width: 420px;
    font-size: 21px;
    font-weight: bold;
    height: 80px;
    margin: 0 1.5rem;
    overflow: hidden;
    position: relative;
    background: transparent linear-gradient(90deg, #2B00A1 0%, #134DC7 50%, #00F4F2 100%) 0% 0% no-repeat padding-box;
}

.section.download .dl-box .button a::after,
.section.download .dl-box .button p::after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 8px;
    height: 16px;
    background-image: url(/kw/images/icon/arrow-white.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    right: 2rem;
    top: calc(50% - 5px);
}

.section.download .dl-box .button.void p {
    padding: 1.7rem 0;
    margin-bottom: 0;
}

.section.download .dl-box .button.void p::after {
    content: none;
}

.section.download .dl-box .button span {
    display: block;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    .section.download {
        padding: 5.6rem 0 6rem;
        background-color: #fff;
    }
    .section.download .wrapper {
        padding: 0;
    }
    .section.download .dl-box {
        background-image: url(/kw/educator/images/bg-download_sp.jpg);
        padding: 2rem;
    }
    .section.download .dl-box .flex {
        margin-bottom: 4rem;
    }
    .section.download .dl-box .img {
        width: 100%;
        margin-left: 0;
    }
    .section.download .dl-box .img .free {
        font-size: 14px;
        width: 50px;
        height: 50px;
        top: -15px;
        right: -15px;
    }
    .section.download .dl-box .shoulder {
        font-size: 1.6rem;
        margin-bottom: 2.2rem;
        line-height: 2.4rem;
    }
    .section.download .dl-box h3 {
        font-size: 24px;
        margin-bottom: 2.2rem;
    }
    .section.download .dl-box h4 {
        font-size: 1.6rem;
        margin-bottom: 2.2rem;
    }
    .section.download .dl-box .btns {
        display: block;
    }
    .section.download .dl-box .button a,
    .section.download .dl-box .button p {
        padding: 1.8rem 0 1.7rem;
        width: 100%;
        font-size: 1.6rem;
        height: 60px;
        margin: 0;
    }
    .section.download .dl-box .button:first-child a {
        margin-bottom: 2rem;
    }
    .section.download .dl-box .button.void p {
        padding: 1.4rem 0 1rem;
        line-height: 1.8rem;
    }
    .section.download .dl-box .button span {
        font-size: 12px;
    }
}

.section.recommend {
    padding: 11.6rem 0 12rem;
    background-color: #F8F8F8;
}

@media screen and (max-width: 1024px) {
    .section.recommend {
        width: 100%;
        padding: 5.6rem 0 6rem;
    }
}

@media screen and (max-width: 1024px) {
    .section.recommend .wrapper.tab {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .section.recommend p.en {
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 1024px) {
    .section.recommend h2 {
        font-size: 2.8rem;
        margin-bottom: 4rem;
    }
}

.section.recommend .flex .item {
    width: 276px;
    margin: 0 32px 5rem 0;
}

@media screen and (max-width: 1024px) {
    .section.recommend .flex .item {
        width: calc((100% - 96px) / 4);
    }
}

@media screen and (max-width: 1024px) {
    .section.recommend .flex .item {
        width: calc(50% - 1rem);
        margin: 0 2rem 3rem 0;
    }
}

@media screen and (max-width: 1024px) {
    .section.recommend .flex .item:nth-child(2n) {
        margin: 0 0 3rem;
    }
}

.section.recommend .flex .item:nth-child(4n) {
    margin: 0 0 5rem 0;
}

@media screen and (max-width: 1024px) {
    .section.recommend .flex .item:nth-child(4n) {
        margin: 0 0 3rem;
    }
}

.section.recommend .flex .item a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    display: block;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .section.recommend .flex .item a {
        margin: 0;
    }
}

@media screen and (max-width: 1024px) {
    .section.recommend .flex .item a p {
        font-size: 1.3rem;
        line-height: 2rem;
        margin: 0;
    }
}

.section.recommend .flex .item a figure {
    margin-bottom: 1.6rem;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .section.recommend .flex .item a figure {
        margin-bottom: 1.2rem;
    }
}

.section.recommend .flex .item a figure:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 38px;
    height: 38px;
    background-image: url(/kw/images/icon/link-item.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    content: '';
}

@media screen and (max-width: 1024px) {
    .section.recommend .flex .item a figure:after {
        width: 24px;
        height: 24px;
    }
}

.section.recommend .flex .item a .batch {
    position: absolute;
    top: -20px;
    right: -20px;
    height: 80px;
    width: 80px;
    background-color: #FF8000;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: rotate(20deg);
}

@media screen and (max-width: 1024px) {
    .section.recommend .flex .item a .batch {
        right: -10px;
    }
}

@media screen and (max-width: 1024px) {
    .section.recommend .flex .item a .batch {
        width: 63px;
        height: 64px;
        font-size: 1.2rem;
        top: -15px;
        right: -10px;
    }
}

.section.recommend .tab-panel {
    background-image: url(../educator/images/couselist-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    padding: 3rem;
}

@media screen and (max-width: 1024px) {
    .section.recommend .tab-panel {
        display: block;
        padding: 1rem;
    }
}

.section.recommend .tab-panel .tab {
    width: 285px;
}

@media screen and (max-width: 1024px) {
    .section.recommend .tab-panel .tab {
        display: flex;
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
        margin: 0;
    }
}

.section.recommend .tab-panel .tab li {
    border-bottom: 1px solid #fff;
    padding: 2rem 1.5rem;
    color: #fff;
    font-weight: bold;
    line-height: 1rem;
    margin: 0;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .section.recommend .tab-panel .tab li {
        font-size: 1.2rem;
        padding: 1.6rem 1.6rem;
        text-align: center;
    }
}

.section.recommend .tab-panel .tab li:after {
    position: absolute;
    width: 6px;
    height: 6px;
    content: '';
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    right: 15px;
    top: 22px;
}

@media screen and (max-width: 1024px) {
    .section.recommend .tab-panel .tab li:after {
        content: none;
    }
}

.section.recommend .tab-panel .tab li::before {
    content: none;
}

.section.recommend .tab-panel .tab li.active {
    padding: 2.6rem 1.5rem;
    background-color: #fff;
    color: #2400B0;
}

@media screen and (max-width: 1024px) {
    .section.recommend .tab-panel .tab li.active {
        font-size: 1.2rem;
        padding: 1.6rem 1.6rem;
        text-align: center;
    }
}

.section.recommend .tab-panel .tab li.active:after {
    border-bottom: 2px solid #2400B0;
    border-right: 2px solid #2400B0;
    top: 28px;
}

.section.recommend .tab-panel .panel {
    background-color: #fff;
    width: calc(100% - 285px);
    height: 360px;
    padding: 2rem;
}

@media screen and (max-width: 1024px) {
    .section.recommend .tab-panel .panel {
        width: 100%;
        padding: 2rem 1rem;
    }
}

.section.recommend .tab-panel .panel ul {
    display: none;
    height: 100%;
    overflow-y: scroll;
    padding-right: 2rem;
}

.section.recommend .tab-panel .panel ul li {
    margin: 0;
    padding: 0;
}

.section.recommend .tab-panel .panel ul li::before {
    content: none;
}

.section.recommend .tab-panel .panel ul li a {
    background-image: url(../images/icon/circle.svg);
    background-repeat: no-repeat;
    background-position: 2px;
    padding: 1.5rem 1.5rem;
    display: block;
    margin: 0;
    border-bottom: 1px solid #3C3C3C;
}

.section.recommend .tab-panel .panel ul li a::after {
    content: none;
}

@media screen and (max-width: 1024px) {
    .section.recommend .tab-panel .panel ul li a {
        padding: 1rem 1.5rem;
        font-size: 1.5rem;
    }
}

.section.recommend .tab-panel .panel ul li a span {
    margin-right: 1rem;
}

.section.recommend .tab-panel .panel ul.active {
    display: block;
}

.section.flow {
    padding: 11.6em 0 7rem;
}

@media screen and (max-width: 1024px) {
    .section.flow {
        padding: 6rem 0;
    }
}

@media screen and (max-width: 1024px) {
    .section.flow p.btn {
        width: calc(100% - 4rem);
    }
}

.section.flow .step {
    width: 1060px;
    margin: 0 auto 56px;
    display: flex;
    position: relative;
    background-color: #F8F8F8;
    padding: 3rem;
}

@media screen and (max-width: 1024px) {
    .section.flow .step {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .section.flow .step {
        width: 100%;
        display: block;
        padding: 0;
    }
}

.section.flow .step:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 16px;
    background-image: url(../educator/images/step-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    bottom: -40px;
    left: calc(50% - 25px);
}

.section.flow .step:last-child {
    margin-bottom: 6rem;
}

@media screen and (max-width: 1024px) {
    .section.flow .step:last-child {
        margin-bottom: 4rem;
    }
}

.section.flow .step:last-child:after {
    content: none;
}

.section.flow .step .label {
    background-image: url(../educator/images/step-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 140px;
    margin-right: 40px;
}

@media screen and (max-width: 1024px) {
    .section.flow .step .label {
        width: 100%;
        margin: 0 0 2.4rem;
        padding: 2rem 0 1.5rem;
        height: auto;
    }
}

.section.flow .step .label p {
    margin: 0 0 6px;
    font-weight: bold;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1024px) {
    .section.flow .step .label p {
        font-size: 1.8rem;
        margin: 0 0 1px;
    }
}

.section.flow .step .label img {
    width: 60px;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .section.flow .step .label img {
        width: 46px;
    }
}

.section.flow .step .content {
    width: calc(100% - 180px);
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .section.flow .step .content {
        width: 100%;
        height: auto;
    }
}

.section.flow .step .content h3 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 1024px) {
    .section.flow .step .content h3 {
        font-size: 2rem;
        margin: 0;
        text-align: center;
    }
}

.section.flow .step .content p {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .section.flow .step .content p {
        padding: 2rem;
    }
}

.section.subsidy {
    background-image: url(../educator/images/bg-subsidy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 18rem 0 6rem;
    margin: 0 0 6rem;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .section.subsidy {
        padding: 6rem 0 6rem;
        margin: 0;
    }
}

.section.subsidy h2 {
    padding: 0 0 1.6rem;
    position: relative;
    display: inline-block;
    margin: 0 auto 6rem;
}

@media screen and (max-width: 1024px) {
    .section.subsidy h2 {
        display: inline;
        line-height: 5rem;
        font-size: 2.8rem;
        background: linear-gradient(transparent 93%, #1D07A2 0%);
    }
}

.section.subsidy h2::before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #1D07A2;
    bottom: 0;
    position: absolute;
    left: 0;
}

@media screen and (max-width: 1024px) {
    .section.subsidy h2::before {
        content: none;
    }
}

.section.subsidy .flex {
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .section.subsidy .flex {
        padding-top: 5rem;
    }
}

.section.subsidy .item:first-child {
    width: 530px;
}

@media screen and (max-width: 1024px) {
    .section.subsidy .item:first-child {
        width: 410px;
    }
}

@media screen and (max-width: 1024px) {
    .section.subsidy .item:first-child {
        width: 100%;
        margin-bottom: 1.6rem;
    }
}

.section.subsidy .item:last-child {
    width: 590px;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .section.subsidy .item:last-child {
        width: 500px;
    }
}

@media screen and (max-width: 1024px) {
    .section.subsidy .item:last-child {
        width: 100%;
    }
}

.section.subsidy .item:last-child h3 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 1024px) {
    .section.subsidy .item:last-child h3 {
        margin-bottom: 2rem;
        font-size: 2.2rem;
    }
}

.section.subsidy .item:last-child p {
    margin: 0 0 2rem;
}

.section.subsidy .item:last-child .btn {
    width: auto;
}

.section.subsidy .item:last-child .btn a {
    width: 360px;
}

@media screen and (max-width: 1024px) {
    .section.subsidy .item:last-child .btn a {
        width: 100%;
    }
}

.section.relation {
    padding: 18rem 0 12rem;
}

@media screen and (max-width: 1024px) {
    .section.relation {
        padding: 6rem 0 4rem;
    }
}

.section.relation h2 {
    margin: 0 0 6rem;
}

@media screen and (max-width: 1024px) {
    .section.relation h2 {
        margin: 0 0 4rem;
        line-height: 4.2rem;
    }
}

.section.relation .flex {
    justify-content: space-between;
}

.section.relation .flex .item {
    width: 392px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
}

@media screen and (max-width: 1024px) {
    .section.relation .flex .item {
        width: 300px;
        height: 200px;
    }
}

@media screen and (max-width: 1024px) {
    .section.relation .flex .item {
        width: calc(100% - 1.4rem);
        margin: 0 auto 2rem;
        height: auto;
    }
}

.section.relation .flex .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    height: 100%;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .section.relation .flex .item a {
        font-size: 1.6rem;
        padding: 9rem 0;
    }
}

.section.relation .flex .item a span {
    position: relative;
}

.section.relation .flex .item a span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    content: '';
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    right: -15px;
    top: 10px;
}

.section.relation .flex .item.consulting {
    background-image: url(../educator/images/img-rel-consul.png);
}

.section.relation .flex .item.skill {
    background-image: url(../educator/images/img-rel-skill.png);
}

.section.relation .flex .item.studymanagement {
    background-image: url(../educator/images/img-rel-management.png);
}